<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*ヘッダー*/
#wrapper{
	position: relative;
	padding-top: 10px;
}
#wrapper:before{
	content: '';
	width: 100%;
	height: 10px;
	background: repeat-x top left / auto;
	background-image: url(../images/common/line_cmn.png);
	position: absolute;
	top: 0;
	left: 0;
}
header{
	width: 100%;
	padding: 20px 0 10px;
	background: repeat top left / auto;
	background-image: url(../images/common/bg_stripe_white.png);
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 10;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotateZ(0.03deg);
}
.hd-inr{
    max-width:1200px;
    margin:0 auto;
}
.hd-nav{
	margin-bottom: 20px;
}
.hd-logo{
	width: 378px;
}
.hd-nav-right{
	width: calc(100% - 400px);
}
.hd-nav-right li{
	width: 160px;
	margin-left: 10px;
}
.hd-nav-right li:nth-of-type(1) a{
	background: #0173e8;
}
.hd-nav-right li:nth-of-type(2) a{
	background: #e35289;
}
.hd-nav-right li:nth-of-type(3) a{
	background: #07a106;
}
.hd-nav-right li:nth-of-type(4) a{
	background: #e43838;
}
.hd-nav-right li a{
	display: block;
	line-height:60px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.025em;
	font-weight: 700;
}
.pc-nav ul li{
	min-width: 170px;
    padding: 5px 10px;
	text-align: center;
	border-right: 1px dotted #333;
}
.pc-nav ul li a {
	font-weight: 500;
	line-height: 1.5;
}
.pc-nav ul li span {
	display: block;
	font-size: 1.3rem;
	color: #07a106;
}
@media screen and (max-width:1200px) {
.hd-inr{
	padding: 0 15px;
}
.hd-logo {
	width: 250px;
}
.hd-nav-right {
	width: calc(100% - 300px);
}
.pc-nav ul li {
	min-width: 140px;
}
}
@media screen and (max-width:1023px) {
.hd-inr{
	height: 70px;
}
.hd-nav-right {
	display: none;
}
}
@media screen and (max-width:767px) {
.hd-tel{
	right:50px;
}
}
/*	グローバナビ（スマホ用）
---------------------------------*/
.navToggle,
.sp-nav{
	display:none;
}
@media screen and (max-width: 1023px) {
	header{
		padding: 20px 0 10px;
	}
	.hd-logo {
    	width: 200px;
	}
 	.pc-nav{
		display: none;
	}
 	.sp-nav {
		z-index: 50;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		margin: auto; 
		padding: 65px 0 0;
		max-width: 500px;
		width: 100%;
		height: 100vh;
		background: rgba(255,255,255,0.95);
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		font-size: 1.5rem;
		z-index: 10001;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
		transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	}
 	.sp-nav a *{
		transition: 0s;
	}
	.sp-nav ul.flex-cnt {
		display: block;
		height: auto;
	}
	.sp-nav li{
		margin-right: 0;
		padding: 0 20px;
		border-bottom: 1px solid #434343;
		line-height: 50px;
		font-weight: 500;
	}   
	.sp-nav li a{
		display: block;
	}
	.sp-nav li a span{
		margin-left: 20px;
		color: #07a106;
	}
	.sp-nav .sp-nav-btn-otr {
		padding: 0;
	}
	.sp-nav .sp-nav-btn-otr li{
		padding: 0;
		border: none;
	}
	.sp-nav .sp-nav-btn-otr li a{
		display: block;
		line-height: 60px;
		color: #fff;
		text-align: center;
	}
	.sp-nav .sp-nav-btn-otr li:nth-of-type(1) a{
		background: #0173e8;
	}
	.sp-nav .sp-nav-btn-otr li:nth-of-type(2) a{
		background: #e35289;
	}
	.sp-nav .sp-nav-btn-otr li:nth-of-type(3) a{
		background: #07a106;
	}
	.sp-nav .sp-nav-btn-otr li:nth-of-type(4) a{
		background: #e43838;
	}

	/*SPmenuお問い合わせ*/
	.sp-nav .hd-contact a{
		margin-top: 35px;
		width: 100%;
    	max-width: 320px;
		height: 55px;
		line-height: 55px;
    	text-align: center;
    	font-size: 1.8rem;
    	border: 1px solid #333;
    	margin: 0 auto;
	}
	/* ナビゲーション アニメーション */
 	.open .sp-nav {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);	
		-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
		transition: transform 0.4s, opacity 0.4s;
	}
	/*ハンバーガーボタン*/
 	.navToggle {
		display: block;
		position: absolute;
		right: 0px;
		top: 20px;
		margin: auto;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 10002;
	}
 	.navToggle div {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		width: 25px;
		height: 16px;
	}
 	.navToggle span {
		display: block;
		position: absolute;
		height:2px;
		width:100%;
		background: #07a106;
		left:0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
 	.navToggle span:nth-child(1) {
		top: 0;
	}
 	.navToggle span:nth-child(2) {
		top: 7px;
	}
	.navToggle span:nth-child(3) {
		top: 14px;
	}
	/* ハンバーガーボタン 切り替えアニメーション */
 	.open .navToggle {
		position: absolute;
	}
 	.open .navToggle span:nth-child(1) {
		top: 7px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
 	.open .navToggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}	
 	.open .navToggle span:nth-child(3) {
		top: 7px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
}
@media screen and (max-width:767px) {
	.sp-nav {
		max-width: 100%;
	}
}


/*フッター*/
.ft-img{
	width: 100%;
	height: 230px;
	background: no-repeat center bottom / cover;
	background-image: url(../images/common/img_ft_cmn.png);
}
.ft{
	position: relative;
	padding: 100px 0 170px;
	background: no-repeat center center / cover;
	background-image: url(../images/common/bg_ft.png);
}
.ft:after{
	content: '';
    width: 100%;
    height: 10px;
    background: repeat-x top left / auto;
    background-image: url(../images/common/line_cmn.png);
    position: absolute;
    bottom: 0;
    left: 0;
}
.ft-info{
	width: 290px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotateZ(0.03deg);
}
.ft-logo{
    margin-bottom: 30px;
}
.ft-about{
	margin-bottom: 20px;
}
.ft-about p{
	font-size: 1.4rem;
    line-height: 1.7;
	font-weight: 500;
	letter-spacing: 0.025em;
}
.ft-contact-btn{
	max-width: 290px;
	width: 100%;
}
.ft-contact-btn a{
	display: block;
	line-height: 60px;
	font-weight: 500;
	background: #07a106;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding-left: 25px;
	position: relative;
} 
.ft-contact-btn a:before{
	content: '';
	width: 25px;
	height: 18px;
	background-size: contain;
	background-image: url(../images/common/icon_mail.png);
	position: absolute;
	top: 50%;
	left: 24%;
	transform: translateY(-50%);
}
.ft-nav{
	width: calc(100% - 310px);
}
.ft-nav .item{
	margin-right: 30px;
}
.ft-nav .item ul:not(:last-of-type){
	margin-bottom: 20px;
}
.ft-nav .item li:first-of-type{
	font-weight: 700;
}
.ft-nav .item li{
    font-size: 1.4rem;
    line-height: 1.8;
}
.ft-nav .item li:not(:first-of-type){
    padding-left: 1em;
    position: relative;
}
.ft-nav .item li:not(:first-of-type):before{
	content: '・';
    position: absolute;
    top: 0;
    left: 0;
}
.pagelink-none li:not(:last-of-type){
	margin-bottom: 15px;
}
.ft-nav .item .pagelink-none li{
	padding-left: 0;
	font-weight: 700;
}
.ft-nav .item .pagelink-none li:not(:first-of-type){
	padding-left: 0;
	font-weight: 700;
}
.ft-nav .item .pagelink-none li:not(:first-of-type):before{
	content: none;
}
.copyright{
	font-size: 1.3rem;
    text-align: center;
	letter-spacing: 0.1em;
	padding: 50px 0 30px;
}
#pagetop{
    width:50px;
    height:auto;
}
.pagetop-sp{
	display: none;
}
@media screen and (max-width:1250px) {
	.ft{
		padding: 50px 0;
		
	}
	.ft-info {
		width: 100%;
		text-align: center;
	}
	.ft-contact-btn{
		margin: 0 auto;
	}
	.ft-nav{
		display: none;
	}
}
@media screen and (max-width:1023px) {
	.ft-img{
		height: 20vw;
	}
}
@media screen and (max-width:767px) {
	.ft{
	background-image: url(../images/common/bg_ft_sp.png);
		}
	.ft-logo{
		width: 200px;
		margin: 0 auto 20px;
	}
#pagetop{
	display: none !important;
}
.pagetop-sp{
	display: block;
}
.pagetop-sp a {
	display: block;
	height: 67.5px;
	background-color: #40bbc5;
	text-align: center;
	position: relative;
}
.pagetop-sp a div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 25px;
	height: 25px;
}
.pagetop-sp a div:before {
	content: '';
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	width: 25px;
	height: 25px;
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	left: 0;
}
.copyright{
	font-size: 1rem;
}
}

/*	メインイメージ
---------------------------------*/
.main-img-inr{
	position: relative;
	max-width: 1700px;
	margin: 0 auto;
	padding: 300px 90px 120px;
	background: no-repeat center center / 100%;
	background-image: url(../images/top/bg_top.png);
	z-index: 0;
}
.main-img-inr:before{
	content: '';
	width: 15%;
	height: 260px;
	background: no-repeat left top / contain;
	background-image: url(../images/top/illust_balloon01.png);
	position: absolute;
	top: 65%;
	left: 0;
	z-index: 0;
}
.main-img-inr:after{
	content: '';
	width: 15%;
	height: 260px;
	background: no-repeat left top / contain;
	background-image: url(../images/top/illust_balloon02.png);
	position: absolute;
	top: 65%;
	right: 0;
	z-index: 0;
}
.anime-bear01{
	width: 205px;
	position: absolute;
	bottom: 20px;
	right: 11%;
	z-index: 50;
}
.slider-slide{
	max-width: 1400px;
	margin: 0 auto;
	z-index: 10;
}
.main-img {
	margin: 0 auto;
	max-width: 100%;
}
@media screen and (max-width:1700px) {
	.main-img-inr{
		background-size: cover;
	}
}
@media screen and (max-width:1023px) {
	.main-img-inr {
		padding: 200px 50px 120px;
	}
}
@media screen and (max-width:767px) {
	.main-img-inr {
		padding: 150px 30px 80px;
	}
	.anime-bear01{
		width: 150px;
		right: 0;
	}
}
@media screen and (max-width:600px) {
	.main-img-inr {
		background-image:url(../images/top/bg_top_sp.png);
	}
}

/*	トップページ
---------------------------------*/
.home section {
	overflow: hidden;
}
.top-concept{
	position: relative;
}
.top-concept:before{
	content: '';
	width: 30%;
	height: 100%;
	background: no-repeat left top / contain;
	background-image: url(../images/top/illust_tree01.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}
.top-concept:after{
	content: '';
	width: 30%;
	height: 100%;
	background: no-repeat left top / contain;
	background-image: url(../images/top/illust_tree02.png);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -10;
}
.concecpt-point{
	position: relative;
	top: 20px;
}
.concecpt-point .ttl-cmn01{
	margin-bottom: 50px;
}
.concecpt-point li{
	width: 30%;
	margin: 0 10px;
}
.top-post-otr{
	padding: 100px 50px 150px;
	background: repeat top left / auto;
	background-image: url(../images/common/bg_stripe_green.png);
}
.top-post-otr .white-box{
	position: relative;
	padding: 40px 20px;
}
.top-info.white-box,.top-event.white-box{
	padding-bottom: 120px;
	position: relative;
	width: 23%;
}
.top-news{
	width: 50%;
}
.top-post-otr .date{
	font-size: 1.4rem;
	color: #07a106;
	font-weight: 700;
	line-height: 1.2;
    margin-bottom: 3px;
}
.top-info ul,.top-event ul{
	margin-bottom: 40px;
}
.top-info li,.top-event li{
	padding: 20px 0;
	border-bottom: 1px dotted #333;
}
.top-news li{
	width: calc(95% / 3);
	margin-right: 2.5%;
	margin-bottom: 20px;
}
.top-news li figure{
	margin-bottom: 10px;
}
.top-news li figure.ojf:before{
	padding-top: 74%;
}
.top-news li:nth-of-type(3n){
	margin-right: 0;
}
.top-news .btn-cmn01{
	width: 40%;
}
.top-info .illust{
	position: absolute;
	bottom: -10px;
	left: 30px;
}
.top-news .illust{
	position: absolute;
	top: -30px;
	right: 0;
}
.anime-bear02{
	width: 200px;
	position: absolute;
    right: -70px;
    bottom: -50px;
}
.top-link{
	padding: 140px 0 70px;
}
.top-link li{
	width: calc(92.5% / 3);
	margin-right: 3.75%;
	text-align: center;
}
.top-link li:nth-of-type(3n){
	margin-right: 0;
}
.top-link li .img{
	position: relative;
}
.top-link li .img .illust-bear{
	position: absolute;
	bottom: -65px;
    left: -90px;
}
.top-link li .img .illust-rabbit{
	position: absolute;
	top: -45px;
    right: -80px;
}
.top-link li figure{
	margin-bottom: 20px;
	border-radius: 15px;
}
.top-link .ttl{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.top-link .ttl span{
	font-size: 1.4rem;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
.top-link li:nth-of-type(1) .ttl span{
	color: #07a106;
}
.top-link li:nth-of-type(2) .ttl span{
	color: #14aadb;
}
.top-link li:nth-of-type(3) .ttl span{
	color: #f26416;
}
.top-link .ttl strong{
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	line-height: 50px;
	margin-bottom: 20px;
}
.top-link li:nth-of-type(1) .ttl strong{
	background: #07a106;
}
.top-link li:nth-of-type(2) .ttl strong{
	background: #14aadb;
}
.top-link li:nth-of-type(3) .ttl strong{
	background: #f26416;
}
@media screen and (max-width:1400px) {
	.top-link {
		padding: 140px 100px 100px;
	}
}
@media screen and (max-width:1200px) {
	.top-info.white-box, .top-event.white-box{
		width: 100%;
	}
	.top-info.white-box{
		margin-bottom: 50px;
	}
	.top-news {
		width: 100%;
		margin-bottom: 50px;
	}
}
@media screen and (max-width:1023px) {
	.top-concept {
		padding-top: 100px;
	}
	.top-concept .ttl-cmn01{
		margin-bottom: 30px;
	}
	.top-link {
		padding: 140px 15px 100px;
	}
	.top-link li .img .illust-bear {
		position: absolute;
		bottom: -30px;
		left: -15px;
		width: 40%;
	}
	.top-link li .img .illust-rabbit {
		position: absolute;
		top: -30px;
		right: -15px;
		width: 40%;
	}
	.top-link li p br{
		display: none;
	}
	.top-post-otr {
		padding: 50px 30px 70px;
	}
}
@media screen and (max-width:767px) {
	.top-concept {
    	padding-top: 50px;
	}	
    .top-concept:before,.top-concept:after{
        width: 40%;
    }
	.concecpt-point li{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.concecpt-point li img{
		max-width:230px;
	}
	.concecpt-point{
		top: 0;
	}
	.top-info h2,.top-event h2{
        margin-bottom: 20px;
        text-align: center;
    }
    .top-news h2{
        margin-bottom: 20px;
    }
	.top-news .btn-cmn01 {
        width: 100%;
		margin-bottom: 10px;
	}
	.top-news li {
		width: 100%;
		margin: 0 auto 20px;
	}
	.top-link {
		padding: 50px 15px;
	}
	.top-link li {
		width: 100%;
    	max-width: 400px;
		margin: 0 auto 30px;
	}
	.top-link li:nth-of-type(3n) {
		margin-right: auto;
	}
}

/*	下層共通ヘッダー
---------------------------------*/
.box-top-cmn{
	max-width: 1700px;
	margin: 0 auto 30px;
	padding: 350px 0 60px;
	background:no-repeat center center / 100%;
	background-image: url(../images/common/bg_top_cmn.png);
	position: relative;
}
.anime-sun{
	width: 147px;
	position: absolute;
	bottom: 0;
	right: 100px;
}
.box-cmn-pagelink{
	margin-bottom: 50px;
}
.box-cmn-pagelink .btn-otr li{
	width: 240px;
	margin: 0 7px 20px;
}
.news .box-cmn-pagelink .btn-otr li{
	width: 270px;
}
.box-cmn-pagelink .btn-otr li a{
	height: 100%;
	min-height: 90px;
	display: flex;
  	justify-content: center;
  	align-items: center;
	text-align: center;
	padding: 20px 5px;
	color: #fff;
	line-height: 1.4;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotateZ(0.03deg);
	background:repeat top left / auto;
	border: 4px solid;
}
@media screen and (max-width:1700px) {
	.box-top-cmn{
		background-size: cover;
	}
}
@media screen and (max-width:1079px) {
	.box-cmn-pagelink .btn-otr li {
		width: 23%;
		margin: 0 5px 20px;
	}
}
@media screen and (max-width:1023px) {
	.box-top-cmn{
		padding: 250px 0 30px;
	}
	.anime-sun {
		width: 13%;
	}
	.box-cmn-pagelink .btn-otr li a{
		min-height: auto;
		padding: 15px 5px;
	}
}
@media screen and (max-width:767px) {
	.box-top-cmn{
		padding: 200px 0 30px;
	}
	.anime-sun {
		width: 15%;
		bottom: 20px;
    	right: 5%;
	}
	.btn-otr.flex-cnt{
		display: block;
	}
	.box-cmn-pagelink .btn-otr li,.news .box-cmn-pagelink .btn-otr li {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 20px;
	}
}

/*	未就園児保育
---------------------------------*/
.preschool .box-cmn-pagelink .btn-otr li a{
	background-image: url(../images/preschool/bg_stripe_emerald.png);
	border-color: #50b6ab;
}
.preschool .bg-color{
	background-color: #74dcc5;
}
.preschool .contents-cmn{
	border-color: #23a496;
}
.preschool .box-top-cmn .ttl .ttl-cmn01{
	color: #23a496;
}
.preschool .ttl-cmn02{
	color: #23a496;
}
.preschool .ttl-cmn03{
	color: #23a496;
}
.preschool .ttl-flower{
	padding-top: 0;
}
.box-preschool01 .txt {
	position: relative;
	padding-bottom: 215px;
}
.box-preschool01 .txt::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 305px;
	height: 205px;
	background: url(../images/preschool/icon_preschool.png) no-repeat center center /contain;
}
@media screen and (max-width:767px) {
.box-preschool01 .txt {
	padding-bottom: 108px;
}
.box-preschool01 .txt::before {
	width: 153px;
	height: 103px;
}
}

/*	入園案内
---------------------------------*/
.guidance section {
	overflow: hidden;
}
.guidance .box-cmn-pagelink .btn-otr li a{
	background-image: url(../images/guidance/bg_stripe_purple.png);
	border-color: #c288e3;
}
.guidance .bg-color{
	background-color: #d6b0f6;
}
.guidance .bg-color.img{
	background: url(../images/guidance/bg_stripe.png);
}
.guidance .ttl-cmn02.txt-white {
	color: #fff;
}
.guidance .contents-cmn{
	border-color: #a459bb;
}
.guidance .box-top-cmn .ttl .ttl-cmn01{
	color: #a459bb;
}
.guidance .ttl-cmn02,.guidance .ttl-cmn03{
	color: #a459bb;
}
.guidance .ttl-cmn04{
	color: #a459bb;
	padding: 15px 30px;
	border: 2px solid #a459bb;
	border-radius: 15px;
	margin-bottom: 20px;
}
.guidance-contents:not(:last-of-type){
	margin-bottom: 40px;
}
.box-guidance01 .white-box {
	position: relative;
}
.box-guidance01 .white-box::after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -70px;
	width: 200px;
	height: 87px;
	background: url(../images/aboutus/icon_about.png) no-repeat center center /contain;
}
.box-guidance03 .tbl-cmn03 table th{
	width: 16%;
}
.box-guidance04 .txt {
	position: relative;
	padding-bottom: 210px;
}
.box-guidance04 .txt::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 350px;
	height: 190px;
	background: url(../images/aboutus/icon_access.png) no-repeat center center /contain;
}
.parents-2column-img .img{
	position: relative;
}
.illust-flag-left{
	width: 36%;
	position: absolute;
	top: -3%;
    left: -9%;
}
.illust-cherry{
	width: 28%;
	position: absolute;
	bottom: -7.5%;
	right: -9%;
}
.illust-bee{
	width: 28%;
	position: absolute;
	bottom: -7.5%;
	left: -9%;
}
.illust-flag-right{
	width: 36%;
	position: absolute;
	top: -3%;
    right: -9%;
}
@media screen and (max-width:1400px) {
	.parents-2column-img{
		padding: 0 4%;
	}
}
@media screen and (max-width:767px) {
	.guidance .ttl-cmn04{
		padding: 10px 15px;
	}
	.guidance-contents:not(:last-of-type) {
		margin-bottom: 30px;
	}
	.box-guidance01 .white-box::after {
		bottom: -10px;
		right: -35px;
		width: 100px;
		height: 44px;
	}
	.box-guidance04 .txt {
		position: relative;
		padding-bottom: 115px;
	}
	.box-guidance04 .txt::before {
		width: 125px;
		height: 95px;
	}
}

/*	教育・保育
---------------------------------*/
.education section {
	overflow: hidden;
}
.education .box-cmn-pagelink .btn-otr li a{
	background-image: url(../images/education/bg_stripe_red.png);
	border-color: #f77474;
}
.education .bg-color{
	background-color: #ff8f8f;
}
.education .contents-cmn{
	border-color: #f03c3c;
}
.education .box-top-cmn .ttl .ttl-cmn01{
	color: #f03c3c;
}
.education .ttl-cmn02{
	color: #f03c3c;
}
.education .ttl-cmn02.txt-white {
	color: #fff;
}
.education figure {
	position: relative;
}
.education .icon01::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -70px;
	width: 270px;
	height: 125px;
	background: url(../images/education/icon_food01.png) no-repeat center center /contain;
}
.education .icon02::after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -70px;
	width: 145px;
	height: 130px;
	background: url(../images/education/icon_food02.png) no-repeat center center /contain;
}
.illust-number-flag{
	width: 75px;
	margin-right: 15px;
}
.number-flag .ttl-cmn03{
	width: calc(100% - 90px);
    text-align: left;
}
.number-flag .ttl-cmn04{
	width: calc(100% - 90px);
}
.number-flag .ttl{
	min-height: 110px;
	margin-bottom: 40px;
}
.box-education01 .ttl-cmn03{
	color: #f03c3c;
}
.number-flag .ttl-small{
	font-size: 1.6rem;
	transform:rotateZ(0.03deg);
	display: block;
	margin: 20px 0 10px;
}
.number-flag:nth-of-type(odd) .ttl-small{
	color: #5d90cb;
}
.number-flag:nth-of-type(even) .ttl-small{
	color: #d9c616;
}
@media screen and (max-width:1023px) {
	.illust-number-flag{
		width: 50px;
		margin-right: 15px;
	}
	.number-flag .ttl-cmn03{
		width: calc(100% - 65px);
		font-size: 2rem;
	}
	.number-flag .ttl-cmn04{
		width: calc(100% - 65px);
	}
	.box-education03 .ttl-cmn04{
		font-size: 1.8rem;
	}
	.number-flag .ttl {
		min-height: 90px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:767px) {
	.education .icon01::before {
		top: -10px;
		left: -35px;
		width: 135px;
		height: 63px;
	}
	.education .icon02::after {
		bottom: -10px;
		right: -35px;
		width: 78px;
		height: 65px;
	}
	.number-flag .ttl {
		min-height: auto;
	}
	.number-flag .ttl-small{
		margin: 0 0 5px;
	}
	.box-education03 .txt{
		margin-bottom: 0;
	}
}
/*	採用情報
---------------------------------*/
.recruit .box-cmn-pagelink .btn-otr li a{
	background-image: url(../images/recruit/bg_stripe_blue.png);
	border-color: #51a2f4;
}
.recruit .bg-color{
	background-color: #90d2ee;
}
.recruit .contents-cmn{
	border-color: #0173e8;
}
.recruit .box-top-cmn .ttl .ttl-cmn01{
	color: #0173e8;
}
.recruit .ttl-cmn02{
	color: #0173e8;
}
.recruit .ttl-cmn03{
	color: #0173e8;	
}
.box-recruit01 .txt {
	position: relative;
	padding-bottom: 210px;
}
.box-recruit01 .txt::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 88px;
	background: url(../images/recruit/icon_recruit01.png) no-repeat center center /contain;
}
@media screen and (max-width:1023px) {
	.box-cmn-pagelink .btn-otr li {
		width: 30%;
	}
}
@media screen and (max-width:767px) {
	.box-cmn-pagelink .btn-otr li {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 20px;
	}

	.box-recruit01 .txt {
		padding-bottom: 105px;
	}
	.box-recruit01 .txt::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100px;
		height: 44px;
	}	

}

/*	NEWS&amp;TOPICS一覧
---------------------------------*/
.news .box-cmn-pagelink .btn-otr li a{
	background-image: url(../images/news/bg_stripe_pink.png);
	border-color: #ee94b6;
}
.news .contents-cmn{
	border-color: #e35289;
}
.news .box-top-cmn .ttl .ttl-cmn01{
	color: #e35289;
}
.news .ttl-cmn02{
	color: #e35289;
}
.news-list li{
	width: calc(95% / 3);
	margin-right: 2.5%;
	margin-bottom: 30px;
}
.news-list li:nth-of-type(3n){
	margin-right: 0;
}
.news-list figure{
	margin-bottom: 15px;
}
.news-list figure.ojf:before{
	padding-top: 73%;
}
.news-list .date{
	font-size: 1.4rem;
	font-weight: 700;
	color: #07a106;
}
.news-list .ttl{
	font-weight: 700;
	margin-bottom: 0.5em;
}
@media screen and (max-width:767px) {
	.news-list li{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.news-list li:nth-of-type(3n){
		margin-right: auto;
	}
}

/*	NEWS&amp;TOPICS詳細
---------------------------------*/
.box-post-detail{
	padding: 100px 0 140px;
}
.post-right-box{
	width: 230px;
}
.post-left-box{
	width: calc(100% - 270px);
	padding: 0 15px;
}
.post-single{
	padding: 0 0 60px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
}
.post-single .ttl{
	font-size: 2.1rem;
	font-weight: 500;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.post-single .date{
	font-weight: 700;
	color: #07a106;
	margin-bottom: 30px;
}
.post-single img{
	margin-bottom: 20px;
}
/*サイドバー*/
.side-ttl {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotateZ(0.03deg);
	font-size: 2.1rem;
	font-weight: 700;
	color: #07a106;
	margin-bottom: 20px;
}
.side-list {
	margin: 0 0 30px;
}
.side-list ul li {
	padding-left:  20px;
	line-height: 2.25;
	position: relative;
}
.side-list ul li:before {
	content: '';
	background: no-repeat top left / contain;
	background-image: url(../images/common/icon_liststyle.png);
	width: 8px;
	height: 8px;
	position: absolute;
	top: 15px;
	left: 0;
}
@media screen and (max-width:767px) {
	.box-post-detail{
		padding: 0 0 40px;
	}
	.post-left-box {
    	width: 100%;
    	margin: 0 auto 50px;
		padding: 0;
	}
	.post-single {
    	padding: 0 0 30px;
    	border-bottom: 1px solid #ccc;
    	margin-bottom: 40px;
	}
	.post-single .ttl {
    	font-size: 1.8rem;
	}
	.post-right-box {
    	width: 100%;
	}
	.side-ttl{
		margin-bottom: 10px;
	}
}

/*	在園児保護者様向けページ一覧
---------------------------------*/
.parents-list{
	margin-bottom: 30px;
}
.parents .box-cmn-pagelink .btn-otr li a{
	background-image: url(../images/parents/bg_stripe_lightpink.png);
	border-color: #ffa9de;
}
.parents .contents-cmn{
	border-color: #f87ac7;
}
.parents .box-top-cmn .ttl .ttl-cmn01{
	color: #f87ac7;
}
.parents .ttl-cmn02{
	color: #f87ac7;
}
.parents-list li{
	border-top: 1px solid #ccc;
	padding: 15px 4%;
}
.parents-list li:last-of-type{
	border-bottom: 1px solid #ccc;
}
.parents-list .date{
	display: inline-block;
	margin-right: 25px;
}
.parents-list .ttl{
	display: inline-block;
}

@media screen and (max-width:767px) {
    .parents-list .date{
	    display: block;
    }
    .parents-list .ttl{
	    display: block;
    }
}



/*	お問い合わせ
---------------------------------*/
/*　電話・FAX　*/
.contact-box01{
	padding:70px 0 100px;
}
.contact-box01 .item{
	width: 48.3%;
	border: 2px solid #333333;
	border-radius: 15px;
	padding: 50px 15px;
	text-align: center;
}
.contact-box01 .number{
	position: relative;
	display: inline-block;
	line-height: 42px;
}
.contact-box01 .tel .number{
	padding-left: 50px;
}
.contact-box01 .fax .number{
	padding-left: 70px;
}
.contact-box01 .number:before{
	content: '';
	background: no-repeat top left / contain;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.contact-box01 .tel .number:before{
	background-image: url(../images/contact/icon_tel.png);
	width: 30px;
}
.contact-box01 .fax .number:before{
	background-image: url(../images/contact/icon_fax.png);
	width: 52px;
}

.contact-box02{
	background: #30bb88;
	padding: 70px 0;
}

.contact-form  .tbl-cmn01 table th{
	width: 320px;
	vertical-align: top;
}
.contact-form .tbl-cmn01 table td {
    width: calc(100% - 320px);
}

/*　フォーム　*/
.contact-form{
	max-width: 1000px;
	margin: 0 auto;
}
.contact-form .tbl-cmn01 th span {
	margin: 0 0 0 20px;
	padding: 1px 10px 2px;
	font-size: 1.3rem;
	color: #fff;
	background-color: #e43838;
	border-radius: 10%;
}
.contact-form .tbl-cmn01 td input[type="email"],
.contact-form .tbl-cmn01 td input[type="text"],
.contact-form .tbl-cmn01 td input[type="tel"],
.contact-form .tbl-cmn01 td textarea {
	min-height: 30px;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
}
.contact-form .tbl-cmn01 td select {
	min-height: 30px;
}
.contact-form .tbl-cmn01 .field-s {
	width: 40%;
}
.contact-form .tbl-cmn01 .field-m {
	width: 60%;
}
.contact-form .tbl-cmn01 .field-l {
	width: 100%; 
}
.mwform-checkbox-field input, .mwform-radio-field input{
	margin: 0 5px 0 0;
}
.mwform-radio-field.horizontal-item{
	display: inline-block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 20px !important;
}

@media screen and (max-width:1079px) {
	.contact-form .sp-txtleft-cmn{
		text-align: left;
	}
}
@media screen and (max-width:1023px) {
	.contact .anime-sun{
		right: 5%;
	}
	.contact-box01 .item {
    	width: 100%;
    	max-width: 500px;
    	margin: 0 auto 30px;
	}
	.contact-box01 {
		padding: 30px 0 50px;
	}
	.contact-box02 .white-box{
		padding: 50px 15px;
	}
	.contact-form .tbl-cmn01 table th {
		width: 270px;
		padding: 15px 0 15px 10px;
	}
	.contact-form table td {
		width: calc(100% - 270px);
		padding: 15px 10px 15px 0;
	}
}
@media screen and (max-width:767px) {
	.contact .anime-sun{
		bottom: -25px;
	}
	.contact-box01 {
		padding: 10px 0 20px;
	}
	.contact-box01 .item{
		padding: 30px 15px;
	}
	.contact-box01 .number{
		font-size: 2.4rem;
		line-height: 30px;
	}
	.contact-box01 .tel .number {
		padding-left: 30px;
	}
	.contact-box01 .tel .number:before{
		width: 20px;
	}
	.contact-box01 .fax .number:before{
		width: 40px;
	}
	.contact-box01 .fax .number {
		padding-left: 50px;
	}
	.contact-box02 {
		padding: 40px 0;
	}
	.contact-box02 .white-box {
		padding: 30px 15px;
	}
	.contact-form .tbl-cmn01 table th {
		width: 100%;
		padding: 15px 0 5px;
	}
	.contact-form .tbl-cmn01 table td {
		width: 100%;
		padding: 5px 0 15px;
	}
	.contact-form .tbl-cmn01 th span {
		font-size: 1.2rem;
	}
.contact-form .tbl-cmn01 .field-s {
	width: 100%;
}
.contact-form .tbl-cmn01 .field-m {
	width: 100%;
}
.mwform-radio-field.horizontal-item{
	display: block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}
.contact-comp .ttl-cmn02{
	font-size: 1.8rem;
}
}

/*プライバシーポリシー*/

.privacy-box {
	overflow-y: scroll;
    text-align:left;
  	max-width:1000px;
  	margin: 0 auto;
  	height:300px; 
  	border: 1px solid #ccc;
  	padding:30px 30px 0;
  	background: #fff;
	line-height: 1.875;	
}
.privacy-box p {
	margin-bottom: 40px;
}
.privacy-box dt {
	font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 3px;
}
.privacy-box dd {
	margin-bottom: 35px;
}

@media screen and (max-width:767px) {
	.privacy-box {
		padding:30px 15px 0;
		line-height: 1.785;
		font-size: 1.4rem;
	}

}

.contact-btn-box {
	text-align: center;
}
.contact-btn-box .send-btn {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    line-height: 60px;
    border-radius: 0;
    background: #07a106;
    font-size: 1.6rem;
    border-radius: 30px;
    border: none;
    font-weight: 600;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
	font-family: 'Noto Sans JP';
}
.contact-btn-box .return-btn {
	display: inline-block;
	margin: 0 15px 0 0;
	width: 100%;
	max-width: 300px;
	line-height: 60px;
	border-radius: 0;
	background: #333;
	border: none;
	font-size: 1.6rem;
	border-radius: 30px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	font-family: 'Noto Sans JP';
}
@media screen and (max-width:767px) {
.contact-btn-box .send-btn {
	line-height: 60px;
	font-size: 1.6rem;
	width: 80%;
}
.contact-btn-box .return-btn {
	margin: 0 0 15px 0;
	line-height: 60px;
	font-size: 1.6rem;
	width: 80%;
}
}



/*Add 0826*/
/*	園での生活
---------------------------------*/
.activity section {
	overflow: hidden;
}
.activity .box-cmn-pagelink .btn-otr li {
	margin-left: 5px;
	margin-right: 5px;
	width: 230px;
}
.activity .box-cmn-pagelink .btn-otr li a{
	background-image: url(../images/activity/bg_stripe.png);
	border-color: #ffb97a;
}
.activity .bg-color{
	background-color: #fe9c68;
}
.activity .box-top-cmn .ttl .ttl-cmn01{
	color: #fd8011;
}
.activity .ttl-cmn02{
	color: #fd8011;
}
.activity .ttl-cmn02.txt-white {
	color: #fff;
}
.activity .tbl-schedule table {
	border-collapse: separate;
    border-spacing: 3px;
    position: relative;
    left: -3px;
    width: calc(100% + 3px);
}
.activity .tbl-schedule tr {
	background: #fff;
}
.activity .tbl-schedule th {
	padding: 15px 20px;
	background: #75b838;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
}
.activity .tbl-schedule td {
	padding: 15px 20px;
	background: #f9f3ea;
	text-align: center;
	font-size: 1.6rem;
}
.activity .box-activity02 .tbl-cmn02 th{
	width: 120px;
}
.activity .box-activity02 .tbl-cmn02 th span{
	border: 1px solid #07a106;
	color: #07a106;
}
.activity .box-activity03 .white-box {
	position: relative;
}
.activity .box-activity03 .white-box::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -70px;
	width: 270px;
	height: 125px;
	background: url(../images/activity/icon_events01.png) no-repeat center center /contain;
}
.activity .box-activity03 .white-box::after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -70px;
	width: 189px;
	height: 133px;
	background: url(../images/activity/icon_events02.png) no-repeat center center /contain;
}
.activity .box-activity05 .white-box {
	position: relative;
}
.activity .box-activity05 .white-box::after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -70px;
	width: 200px;
	height: 87px;
	background: url(../images/activity/icon_uniform01.png) no-repeat center center /contain;
}
.activity .photo-slider {
	margin: auto;
    width: 100%;
	max-width: 1030px;
}
.activity .photo-slider figure {
	padding: 0 15px;
}
.activity .photo-slider .slick-prev {
	left: auto;
	transform: translateX(0);
	top: calc(50% - 22px);
	right: calc(100% + 7px);
}
.activity .photo-slider .slick-next {
	right: auto;
	transform: translateX(0);
	top: calc(50% - 22px);
	left: calc(100% + 7px);
}
.activity .box-caution {
	padding: 35px 45px;
	border: 2px solid #fd8011;
	border-radius: 10px;
}
.activity .box-caution h4 {
	position: relative;
	padding-left: 80px;
	width: 500px;
	font-size: 3rem;
	font-weight: 500;
	color: #fd8011;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.activity .box-caution h4:before{
	content: '';
	background: no-repeat top center / contain;
	background-image: url(../images/common/illust_flower.png);
	width: 46px;
	height: 69px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.activity .box-caution p {
	width: calc(100% - 500px);
	padding: 20px 0 20px 50px;
	border-left: 1px solid #fd8011;
	font-size: 1.6rem;
}
@media screen and (max-width:1023px) {
.activity .box-caution h4 {
	position: relative;
	margin: 0 0 20px;
}
.activity .box-caution p {
	width: 100%;
	padding: 20px 20px 0;
	border-top: 1px solid #fd8011;
	border-left: none;
}
}
@media screen and (max-width:767px) {
.activity .box-cmn-pagelink .btn-otr li {
	width: 100%;
	max-width: 320px;
	margin: 0 auto 20px;
}
.activity .tbl-schedule table {
	border-collapse: separate;
    border-spacing: 3px;
    position: relative;
    left: -3px;
    width: calc(100% + 3px);
}
.activity .tbl-schedule tr {
	background: #fff;
}
.activity .tbl-schedule th {
	padding: 5px 10px;
	font-size: 1.4rem;
}
.activity .tbl-schedule td {
	padding: 5px 10px;
	font-size: 1.3rem;
}
.activity .box-activity02 figure{
    max-width: 250px;
}
.activity .box-activity02 .tbl-cmn02 th{
	width: 110px;
}
.activity .box-activity02 .tbl-cmn02 th span{
	padding: 0;
	font-size: 1.2rem;
}
.activity .box-activity02 .tbl-cmn02 td{
	font-size: 1.2rem;
}
.activity .box-activity03 .white-box::before {
	top: -10px;
	left: -35px;
	width: 135px;
	height: 63px;
}
.activity .box-activity03 .white-box::after {
	bottom: -10px;
	right: -35px;
	width: 95px;
	height: 67px;
}
.activity .box-activity05 .white-box::after {
	bottom: -10px;
	right: -35px;
	width: 100px;
	height: 44px;
}
.activity .photo-slider .slick-prev {
	top: calc(50% - 22px);
	right: calc(100% - 14px);
}
.activity .photo-slider .slick-next {
	top: calc(50% - 22px);
	left: calc(100% - 14px);
}
.activity .box-caution {
	padding: 25px 25px;
	border-radius: 10px;
}
.activity .box-caution h4 {
	padding-left: 40px;
	font-size: 2rem;
}
.activity .box-caution h4:before{
	width: 23px;
	height: 35px;
}
.activity .box-caution p {
	font-size: 1.3rem;
}
}

/*	同園について
---------------------------------*/
.aboutus section {
	position: relative;
	overflow: hidden;
}
.aboutus .ttl-cmn04 {
    color: #07a106;
    padding: 15px 30px;
    border: 2px solid #07a106;
    border-radius: 15px;
    margin-bottom: 20px;
}
.aboutus .box-cmn-pagelink .btn-otr li {
	margin-left: 5px;
	margin-right: 5px;
	width: 230px;
}
.aboutus .box-cmn-pagelink .btn-otr li a{
	background-image: url(../images/aboutus/bg_stripe.png);
	border-color: #4bc64b;
}
.aboutus .bg-color{
	background-color: #30bb88;
}
.aboutus .box-top-cmn .ttl .ttl-cmn01{
	color: #07a106;
}
.aboutus .ttl-cmn02{
	color: #07a106;
}
.aboutus .ttl-cmn02.txt-white {
	color: #fff;
}
.aboutus .tbl-cmn02 th{
	width: 120px;
}
.aboutus .tbl-cmn02 th span{
    padding: 0 5px;
	border: 1px solid #07a106;
	color: #07a106;
}
.aboutus .item-bd {
	margin: 0 0 20px;
	padding: 0 0 50px;
	border-bottom: 1px dotted #ccc;
}
.aboutus .box-aboutus01:before{
	content: '';
	width: 30%;
	height: 100%;
	background: no-repeat left top / contain;
	background-image: url(../images/top/illust_tree01.png);
	position: absolute;
	top: 150px;
	left: 0;
	z-index: -10;
}
.aboutus .box-aboutus01:after{
	content: '';
	width: 30%;
	height: 100%;
	background: no-repeat left top / contain;
	background-image: url(../images/top/illust_tree02.png);
	position: absolute;
	top: 150px;
	right: 0;
	z-index: -10;
}
.aboutus .box-aboutus01 .txt-caption p{
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.aboutus .box-aboutus01 .txt-caption p + p{
	margin-top: 1.5em;
}
.aboutus .box-aboutus01 .txt-caption p span{
	color: #07a106;
}
.aboutus .box-aboutus01 .concecpt-point {
	top: 0;
}
.aboutus .box-aboutus03 figure {
	position: relative;
}
.aboutus .box-aboutus03 figure::before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -70px;
	width: 100px;
	height: 180px;
	background: url(../images/aboutus/icon_overview.png) no-repeat center center /contain;
}
.aboutus .box-aboutus05 .txt {
	position: relative;
	padding: 0 0 210px;
}
.aboutus .box-aboutus05 .txt::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 350px;
	height: 190px;
	background: url(../images/aboutus/icon_access.png) no-repeat center center /contain;
}
.aboutus .box-aboutus06 .faciluty-link {
	position: relative;
}
.aboutus .box-aboutus06 .faciluty-link p {
	width: 1.363%;
}
.aboutus .box-aboutus06 .faciluty-link .floor01 {
	position: absolute;
	top: 22.52%;
	left: 9.09%;
}
.aboutus .box-aboutus06 .faciluty-link .floor02 {
	position: absolute;
	top: 32.39%;
	left: 9.272%;
}
.aboutus .box-aboutus06 .faciluty-link .floor03 {
	position: absolute;
	top: 19.657%;
	left: 8%;
}
.aboutus .box-aboutus06 .faciluty-link .floor04 {
	position: absolute;
	top: 25.375%;
	left: 18.455%;
}
.aboutus .box-aboutus06 .faciluty-link .floor05 {
	position: absolute;
	top: 19.87%;
	left: 13.81%;
}
.aboutus .box-aboutus06 .faciluty-link .floor06 {
	position: absolute;
	top: 21.3%;
	left: 23.5%;
}
.aboutus .box-aboutus06 .faciluty-link .floor07 {
	position: absolute;
	top: 16.5%;
	left: 43%;
}
.aboutus .box-aboutus06 .faciluty-link .floor08 {
	position: absolute;
	top: 13%;
	left: 48.81%;
}
.aboutus .box-aboutus06 .faciluty-link .floor09 {
	position: absolute;
	top: 33.7%;
	left: 84.1818%;
}
.aboutus .box-aboutus06 .faciluty-link .floor10 {
	position: absolute;
	top: 35.1351%;
	left: 88.1818%;
}
.aboutus .box-aboutus06 .faciluty-link .floor11 {
	position: absolute;
	top: 34.2342%;
	left: 92.2727%;
}
.aboutus .box-aboutus06 .faciluty-link .floor12 {
	position: absolute;
	top: 32.4324%;
	left: 50%;
}
.aboutus .box-aboutus06 .faciluty-link .floor13 {
	position: absolute;
	top: 32.4324%;
	left: 64.5454%;
}
.aboutus .box-aboutus06 .faciluty-link .floor14 {
	position: absolute;
	top: 32.4324%;
	left: 35.4545%;
}
.aboutus .box-aboutus06 .faciluty-link .floor15 {
	position: absolute;
	top: 37.3%;
	left: 52%;
}
.aboutus .box-aboutus06 .faciluty-link .floor16 {
	position: absolute;
	top: 84.684%;
	left: 20.0909%;
}
.aboutus .box-aboutus06 .faciluty-link .floor17 {
	position: absolute;
	top: 89.09%;
	left: 37.727%;
}
.aboutus .box-aboutus06 .faciluty-link .floor18 {
	position: absolute;
	top: 78.378%;
	left: 9%;
}

.inline-box {
	position: relative;
    margin: auto;
	padding: 60px 140px 220px;
	border-radius: 10px;
	background: #fff;
	max-width: 1200px;
}
.inline-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 125px;
	background: url(../images/aboutus/icon_lightbox01.png) no-repeat center center /contain;
}
.inline-box::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 255px;
	height: 140px;
	background: url(../images/aboutus/icon_lightbox02.png) no-repeat center center /contain;
}
.inline-box h4 {
	margin: 0 0 40px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 500;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.inline-box .item {
	width: 100%;
}
.inline-box p {
	margin: 15px 0;
	font-size: 2.1rem;
}
.aboutus .box-aboutus08 .white-box {
	position: relative;
}
.aboutus .box-aboutus08 .white-box::after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -70px;
	width: 200px;
	height: 87px;
	background: url(../images/aboutus/icon_about.png) no-repeat center center /contain;
}
.box-aboutus09 {}
.box-aboutus09 li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px; 
}
.box-aboutus09 li::before {
	content: "▶";
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 10px;
	color: #07a106;
}
.aboutus .photo-slider {
	margin: auto;
    width: 100%;
	max-width: 1030px;
}
.aboutus .photo-slider figure {
	padding: 0 15px;
}
.aboutus .photo-slider .slick-prev {
	left: auto;
	transform: translateX(0);
	top: calc(50% - 22px);
	right: calc(100% + 7px);
}
.aboutus .photo-slider .slick-next {
	right: auto;
	transform: translateX(0);
	top: calc(50% - 22px);
	left: calc(100% + 7px);
}
.aboutus .slide-guide {
	margin: 2em 0 0;
	text-align: center;
}
.aboutus .slide-guide span {
	display: inline-block;
	padding: 5px 15px;
	width: 100%;
	max-width: 300px;
	border: 1px solid #07a106;
	color: #07a106;
	line-height: 1.2;
}
@media screen and (max-width:1400px) {
    .aboutus .box-aboutus03 figure {
        padding-right: 70px;
    }
    .aboutus .box-aboutus03 figure::before{
        right: 0;
    }
}
@media screen and (max-width:767px) {
.aboutus .ttl-cmn04 {
		padding: 10px 15px;
}
.aboutus .btn-otr.flex-cnt{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.aboutus .box-cmn-pagelink .btn-otr li {
	width: 48%;
	margin: 0 0 20px 0;
}
.aboutus .box-cmn-pagelink .btn-otr li:not(:nth-of-type(2n)) {
    margin-right: 4%;
}
.aboutus .tbl-cmn02 th{
	width: 110px;
}
.aboutus .tbl-cmn02 th span{
	padding: 0;
	font-size: 1.2rem;
}
.aboutus .item-bd {
	margin: 0 0 30px;
	padding: 0 0 25px;
}
.aboutus .item-bd:first-of-type {
	margin-top: 30px;
}
.aboutus .box-aboutus01:before,.aboutus .box-aboutus01:after{
	width: 40%;
    top: 0;
}
.aboutus .box-aboutus01 .txt-caption p{
	font-size: 1.5rem;
}
.aboutus .box-aboutus03 figure {
    padding-right: 0px;
}
.aboutus .box-aboutus03 figure::before {
	bottom: -10px;
	width: 50px;
	height: 90px;
}
.aboutus .box-aboutus05 .txt {
	padding: 0 0 105px;
}
.aboutus .box-aboutus05 .txt::before {
	width: 175px;
	height: 95px;
}
.inline-box {
	padding: 30px 20px 110px;
}
.inline-box::before {
	width: 135px;
	height: 63px;
}
.inline-box::after {
	width: 128px;
	height: 70px;
}
.inline-box h4 {
	margin: 0 0 20px;
	font-size: 1.8rem;
}
.inline-box p {
	margin: 5px 0;
	font-size: 1.5rem;
}
.aboutus .box-aboutus08 .white-box::after {
	bottom: -10px;
	right: -35px;
	width: 100px;
	height: 44px;
}
.aboutus .photo-slider .slick-prev {
	top: calc(50% - 22px);
	right: calc(100% - 14px);
}
.aboutus .photo-slider .slick-next {
	top: calc(50% - 22px);
	left: calc(100% - 14px);
}
.aboutus .photo-slider p {
	padding: 0 20px;
}
}



.mfp-bg{
  opacity: 0;
  transition: opacity 1s;
}
.mfp-bg.mfp-ready{
  opacity: 0.8;
}
.mfp-bg.mfp-removing{
  opacity: 0;
}

.mfp-wrap .mfp-content{
  opacity: 0;
  transition: opacity 1s;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
</pre></body></html>