@charset "utf-8";
/* CSS Document */

#mv{
	padding-top: 38px;
	background-image: url(../images/index/mv_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 117px;
	position: relative;
}
#mv .bgimage{
	position:absolute;
	bottom: -69px;
	left: 50%;
	transform: translateX(-50%);
}

#topics{
	background-image: url(../images/index/tp_bg.png);
	padding-bottom: 77px;
}
#topics h2{
	font-family: Shuei MaruGo B;
	font-size: 5rem;
	text-align: center;
	background-image: url(../images/index/tp_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:  -52px;
	padding-top: 4px;
	position: relative;
}
#topics .listarea{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 1010px;
	max-width: 100%;
	margin: 32px auto auto;
}
#topics .listarea .box{
	width: 50%;
	margin-bottom: 22px;
}
#topics .box a{
	color: #4B4948;
	display: flex;
}

#topics .box a:hover{
}
#topics .box .tp_thum{
	width: 180px;
	height: 120px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
#topics .box .tp_thum img{
	width: auto;
	max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
}
#topics .box .tp_cnt{
	width: calc(100% - 180px);
	padding-left: 24px;
	padding-right: 20px;
	padding-top: 4px;
}
#topics .box .tp_date{
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
}
#topics .box .tp_title{
	font-size: 1.6rem;
	letter-spacing: -0.1em;
}
#topics .box .tp_cate{
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 17px;
	letter-spacing: -0.1em;
}
#topics .box .tp_cate::after{
	content: "";
	display: block;
	clear: both;
}
#topics .box .tp_cate span{
	display: inline-block;
	border-radius: 4px;
	border: 1px solid rgb(76,73,72);
	float: left;
	padding: 3px 11px 4px;
	margin-right: 5px;
	margin-bottom: 3px;
}

#topics .btn{
	background-color: #fff;
	color: #4B4948;
	font-size: 1.9rem;
	box-shadow: 2px 2px 0 0 #9FA0A0;
	margin-top: 10px;
	padding-left: 27px;
}

#topics .btn:hover {
	box-shadow: none;
}

#about{
	background-image: url(../images/index/about_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 82px;
	margin-bottom: 44px;
}
#about .inn{
	width: 666px;
	margin: auto;
	max-width: 100%;
}
#about .ttlimg{
	margin-top: -60px;
}
#about h2{
	text-align: center;
	font-family: Shuei MaruGo B;
	font-size: 4.1rem;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 37px;
}
#about h2 span{
	display: block;
	line-height: 1;
	font-size: 2.8rem;
	margin-bottom: 15px;
}
#about h3{
	font-size: 2.3rem;
	line-height: 1.8;
	margin-bottom: 2rem;
	font-weight: bold;
	color: #4B4948;
	text-align: center;
}
#about p{
	font-size: 1.6rem;
	line-height: 2.25;
	color: #4B4948;
}
#about .btn{
	background-color: #FFF2C7;
	margin-top: 25px;
	padding-top: 3px;
}
#about .about_link{
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
}
#about .about_link .btn{
	background-color: #FFD4E0;
	width: 212px;
	height: 47px;
	padding-top: 7px;
	padding-left:32px;
}



#kodomo{
	background-image: url(../images/index/kodomo_bg.jpg);
}
#kodomo .inn{
	padding-bottom: 104px;
}

#kodomo .ttlimg{
	width: 100%;
	margin-bottom: 10px;
}

#kodomo .box{
	background-position: left top;
	background-repeat: no-repeat;
	width: 1180px;
	max-width: 100%;
	margin: auto;
	padding-top: 95px;
	min-height: 798px;
	margin-bottom: 50px;
}
#kodomo .kodomo02,
#kodomo .kodomo04{
	background-position: right top;
}
#kodomo .kodomo01{
	background-image: url(../images/index/kodomo01_bg.png);
	padding-top: 85px;
}
#kodomo .kodomo02{
	background-image: url(../images/index/kodomo02_bg.png);
}
#kodomo .kodomo03{
	background-image: url(../images/index/kodomo03_bg.png);
}
#kodomo .kodomo04{
	background-image: url(../images/index/kodomo04_bg.png);
}

#kodomo .box .flex{
	display: flex;
	margin-top: 64px;
	padding-left: 87px;
	padding-right: 87px;
	width: 1180px;
	max-width: 100%;
}
#kodomo .kodomo02 .flex,
#kodomo .kodomo04 .flex{
	margin-top: 79px;

}
#kodomo .box .kodomo_cnt{
	width: calc( 100% - 534px);
	padding-right: 60px;
}
#kodomo .kodomo02 .kodomo_cnt,
#kodomo .kodomo04 .kodomo_cnt{
	padding-right: 0;
	padding-left: 60px;
}
#kodomo .box.kodomo01 h3{
	margin-bottom: 10px;
}
#kodomo .box h4{
	font-size: 2.3rem;
	line-height: 1.8;
	margin-bottom: 12px;
	font-weight: bold;
	color: #4B4948;
}
#kodomo .box p{
	font-size: 1.6rem;
	line-height: 2;
	color: #4B4948;
}
#kodomo .box .btn{
	margin-top: 23px;
	margin-left: 0;
	background-color: #FFF2C7;
}


#kodomo .kodomo_img{
	padding-top: 12px;
}
#kodomo .kodomo_link{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 87px;
	margin-top: 41px;
	width: 1100px;
	max-width: 100%;
}
#kodomo .kodomo02 .kodomo_link,
#kodomo .kodomo04 .kodomo_link{

}
#kodomo .kodomo_link .btn{
	width: 328px;
	max-width: 100%;
	padding-left: 0;
	text-align: center;
	height: 49px;
	padding-top: 8px;
	background-color: #FFD4E0;
	margin-top: 0;
	margin-bottom: 11px;
}

#kodomo .area02{
	background-image: url(../images/index/kodomo_bg02.png);
	padding-bottom: 93px;

}
#kodomo .area02 .flex{
	justify-content: center;

}
#kodomo .area02 .box02{
	width: 470px;
	max-width: 100%;
	margin-top: -93px;
}
#kodomo .area02 .box02 + .box02{
	margin-left: 70px;
}
#kodomo .area02_ttl{
	background-image: url(../images/index/kodomo05_ttlbg.png);
	background-repeat: no-repeat;
	background-position: top center;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 470px;
	height: 219px;
	max-width: 100%;
	margin: auto;

}
#kodomo .area02_ttl .ttlimg{
	padding-top: 29px;
}
#kodomo .box02:nth-of-type(2) .ttlimg{
	padding-top: 66px;
}
#kodomo .area02_img{
	margin-top: 12px;
	margin-bottom: 18px;
}

#kodomo .area02 h4{
	font-size: 2.3rem;
	line-height: 1.4;
	color: #4B4948;
	margin-bottom: 18px;
	font-weight: bold;
}
#kodomo .area02 p{
	font-size: 1.6rem;
	line-height: 2;
}
#kodomo .area02 .btn{
	margin-top: 24px;
}



@media screen and (max-width: 768px) {

	#mv{
		background-image: url(../images/index/mv_bg_sp.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom;
		padding-top: 0;
		padding-bottom: 9%;
	}
	.slick-slider{
		width: 92%;
		margin: auto;
	}
	.slick-prev,
	.slick-next{
		width: 36px;
		height: 37px;
		background-size: 100%;
	}
	.slick-next{
		right: -3.5%;
	}
	.slick-prev{
		left: -3.5%;
	}
	#mv .bgimage{
		bottom: -12%;
		width: 100%;
		transform: none;
		left: 0;
	}

	#mv .bgimage img{
		width: 100%;
	}
	#topics .wrap{
		position: relative;
	}
	#topics h2{
		font-size: 2.5rem;
		width: 202px;
		margin: auto;
		background-size: contain;
		margin-top: -4%;
		padding-top: 8px;
		padding-bottom: 9px;
		line-height: 1;
	}
	#topics .listarea{
		margin-top: 40px;
	}
	#topics .listarea .box{
		width: 100%;
	}
	#topics .listarea .box:nth-child(4),
	#topics .listarea .box:nth-child(5),
	#topics .listarea .box:nth-child(6) {
		display: none;
	}
	#topics .box .tp_thum{
		width: 110px;
		height: 74px;
		border-radius: 15px;
	}
	#topics .box .tp_thum img{
		width: 100%;
		height: auto;
	}
	#topics .box .tp_cnt{
		width: calc( 100% - 110px );
		padding: 0;
		padding-left: 14px;
		padding-top: 5px;
	}
	#topics .box .tp_date{
		font-size: 1.4rem;
	}
	#topics .box .tp_title{
		font-size: 1.4rem;
		overflow: hidden;
		width: 16em;
		height: 1em;
		line-height: 1;
		margin-top: 5px;
	}

	#topics .box .tp_cate{
		font-size: 1.1rem;
		margin-top: 12px;
	}
	#topics .box .tp_cate li{
		display: none;
	}
	#topics .box .tp_cate li:nth-last-child(-n+2){
		display: block;
	}
	#topics .box .tp_cate span{
		padding: 3px 8px;
		margin-right: 5px;
		margin-bottom: 3px;
	}
	#topics .btn{
		width: calc(255px / 2);
		height: 30px;
		font-size: 1.5rem;
		padding: 0;
		background-size: 7px;
	    background-position: center right 14px;
		border-radius: 7px;
		text-align: center;
		padding-top: 2px;
		padding-right: 15px;

	}
	#about{
		background-image: none;
		padding-bottom: 0;

	}
	#about .ttlimg{
		width: 100%;
		margin-top: -13%;
	}
	#about h2{
		font-size: 2.8rem;
		margin-top: -10%;
		margin-bottom: 15px;
	}
	#about h2 span{
		font-size: 2rem;
		margin-bottom: 9px;
	}

	#about h3{
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	#about p{
		font-size: 1.4rem;
	}
	#about .sp_bg{
		background-image: url(../images/index/about_bg_sp.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top;

	}
	#about .btn{
		padding-right: 15px;
		padding-top: 0;
		line-height: 30px;
	}
	#about .about_link{
		flex-wrap: wrap;
		margin-top: 24%;
	}
	#about .about_link li{
		width: 48%;
	}
	#about .about_link .btn {
		width: 100%;
		height: 37px;
		padding-top: 0;
		padding-left: 0;
		line-height: 37px;
		margin-top: 7px;
		padding-right: 14px;
	}


	#kodomo{
		background-image: none;
		background-color: #E0F7F5;

	}
	#kodomo .ttlimg{
		margin-bottom: 0;
	}
	#kodomo .wrap{
		width: 100%;
	}
	#kodomo .box {
		padding-top: 0;
		min-height: inherit;
		margin-bottom: 0px;
		background-image: none;
	}


	#kodomo .box .flex{
		padding: 0;
		display: block;
		margin: 0;
		background-repeat: repeat;
		background-position: bottom center;
		background-size: 100%;
		padding-top: 0;
		min-height: inherit;
		margin-bottom: 0px;
	}

	#kodomo .kodomo01 .flex{ background-image: url(../images/index/kodomo01_bg_sp.png);}
	#kodomo .kodomo02 .flex{ background-image: url(../images/index/kodomo02_bg_sp.png);}
	#kodomo .kodomo03 .flex{ background-image: url(../images/index/kodomo03_bg_sp.png);}
	#kodomo .kodomo04 .flex{ background-image: url(../images/index/kodomo04_bg_sp.png);}

	#kodomo .box .kodomo_cnt{
		width: 100%;
		padding: 0;
	}
	#kodomo .kodomo_img{
		padding: 0;
	}
	#kodomo .box.kodomo01 h3{
		margin-bottom: 0;
	}

	#kodomo .box h4 {
		font-size: 1.6rem;
		line-height: 2.25;
		margin-bottom: 0;
		margin-top: 16px;
		padding: 0 4.4% 0 14.7%;
	}
	#kodomo .kodomo02 h4,
	#kodomo .kodomo04 h4{
		padding: 0 14.7% 0 4.4%;
	}

	#kodomo .box p{
		display: none;
	}

	#kodomo .box .btn{
		margin: 13px 4.4% 2px 14.7%;
		padding-right: 15px;
		padding-top: 0;
		line-height: 30px;
	}
	#kodomo .kodomo02 .btn,
	#kodomo .kodomo04 .btn{
		margin: 13px 14.7% 2px 4.4%;
	}

	#kodomo .kodomo_link {
		justify-content: space-between;
		margin-top: 29px;
		width: 100%;
		padding: 0 4.2%;
	}
	#kodomo .kodomo_link li {
		width: 48.5%;
	}
	#kodomo .kodomo_link .btn {
		width: 100%;
		height: 37px;
		padding-top: 0;
		line-height: 37px;
		margin: 0 0 9px;
	}
	#kodomo .inn {
		padding-bottom: 46px;
	}
	#kodomo .area02 {
		padding-bottom: 50px;
	}
	#kodomo .area02 .flex {
		display: block;
	}
	#kodomo .area02 .box02 {
		width: 100%;
		margin-top: 0;
	}
	#kodomo .area02 .box02 + .box02 {
		margin-left: auto;
	}
	#kodomo .area02_ttl {
		background-image: none;
		display: block;
		width: 100%;
		height: auto;
	}
	#kodomo .area02_ttl .ttlimg {
		padding-top: 0;
	}
	#kodomo .area02_img {
		width: 81%;
		margin: auto;
		margin-top: 7px;
		margin-bottom: 15px;
	}
	#kodomo .area02 h4 {
		font-size: 1.6rem;
		width: 81%;
		margin: auto;
	}
	#kodomo .area02 p {
		display: none;
	}
	#kodomo .area02 .btn {
		margin-top: 18px;
		padding-right: 15px;
	}
	#kodomo .box02:nth-of-type(2) .ttlimg {
		padding-top: 43px;
	}

}

@media screen and (max-width: 425px) {


	#mv{
		padding-bottom: 16%;
	}
	#topics h2{
		margin-top: -7%;
	}
	#topics .listarea{
		margin-top: 20px;
	}


}
