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

/* -------------------------------
   BASE
------------------------------- */

#wrap {
	position:relative;
	width:100%;
	min-width:1140px;
	margin:0 auto;
	overflow:hidden;
}
.sp {
	display:none!important;
}
.pcNL:before {
	content: "\A" ;
	white-space: pre ;
}

/* -------------------------------
   common
------------------------------- */


/* -------------------------------
   header
------------------------------- */

#header{
	padding: 50px 0;
	display: flex;
	justify-content: center;
}

#header #logo{
	margin-right: 12px;
}

/* -------------------------------
   footer
------------------------------- */

#copyright{
	background: #202020;
	text-align: center;
	color: #FFF;
	padding: 20px 0;
}

/* -------------------------------
   contents
------------------------------- */

.btn{
	font-size: 24px;
	margin-top: 60px;
}

.btn a{
	width: 600px;
	padding: 25px;
}

.btn a:before{
	width: 25px;
	height: 24px;
	margin: -2px 10px 0 0;
}

.main{
	width: 1200px;
	margin: 0 auto;
}

.main .mainCatch{
	position: absolute;
	right: -52px;
	bottom: -46px;
}

@media screen and (max-width:1140px){
	.main{
		max-width: 1100px;
	}
	.main .mv img{
		width: 100%;
		height: auto;
	}

.main .mainCatch{
	right: -30px;
}
}

.search{
	padding: 80px 0;
	width: 1100px;
	margin: 0 auto;
}

.search .txt{
	font-size: 36px;
}

.search .mama{
	position: absolute;
	bottom: 0;
	left: 0;
}

.search .boy{
	position: absolute;
	left: 20px;
	bottom: 70px;
}

.search .girl{
	position: absolute;
	right: 47px;
	bottom: 70px;
}

.sec{
	padding: 80px 0;
}

.sec .inner{
	width: 1100px;
	margin: 0 auto;
}

.ability .head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.ability .head h2{
	font-size: 36px;
	line-height: 1.8;
}

.ability .abilityContent{
	width: 1060px;
	margin-top: 40px;
	min-height: 360px;
	padding: 40px 40px 40px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ability .abilityContent:nth-child(2n){
	margin-left: 40px;
}

.ability .abilityContent h3{
	position: absolute;
	left: -30px;
	top: -30px;
}

.ability .abilityContent .img{
	width: 300px;
}

.ability .abilityContent .txt{
	width: 590px;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
}

.mamaVoice,
.childVoice{
	padding-bottom: 0;
}

.mamaVoice h2,
.childVoice h2{
	font-size: 36px;
	margin-bottom: 40px;
}

.mamaVoice .img,
.childVoice .img{
	text-align: center;
}

.fukidashi p{
	padding: 30px;
	width: 300px;
	line-height: 1.6;
}

.fukidashi{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.mamaVoice .fukidashi{
	justify-content: center;
}

.mamaVoice .fukidashi p{
	border: 5px solid #F598C5;
	margin-right: 100px;
}

.mamaVoice .fukidashi p:nth-child(3n),
.mamaVoice .fukidashi p:last-child{
	margin-right: 0;
}

.mamaVoice .fukidashi p:nth-child(4){
	margin-top: -47px;
}

.mamaVoice .fukidashi p:nth-child(5){
	margin-top: -25px;
}

.fukidashi p:after{
	width: 22px;
	height: 54px;
	margin-left: -11px;
	bottom: -54px;
}

.mamaVoice .fukidashi p:after{
	background: url(../img/fukidashi_pink.png);
}

.childVoice .fukidashi{
	margin-bottom: 50px;
}

.childVoice .fukidashi p{
	border: 5px solid #F2B220;
	margin-right: 225px;
}

.childVoice .fukidashi p:nth-child(3){
	margin-left: 264px;
}

.childVoice .fukidashi p:nth-child(4){
	margin-right: 0;
}

.childVoice .fukidashi p:nth-child(3),
.childVoice .fukidashi p:nth-child(4){
	margin-top: -45px;
}

.childVoice .fukidashi p:after{
	background: url(../img/fukidashi_yellow.png);
}
</pre></body></html>