/* ------------------------------
    head
------------------------------ */
.inex_header{
	background: none!important;
	height: auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inex_header a{
	background: #0089D8;
	color: #fff;
	width: 250px;
	height: 55px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 0.8em;
	padding-top: 28px;
	padding-left: 0.8em;
}
.inex_header a:hover{
	background: #39A0DB;
}
#bg_body.fixed{
	width: 100%;
	height: 100vh!important;
	position: fixed;
	top: 0;
}
@media screen and (min-width: 769px){

}

@media screen and (min-width: 769px) and (max-width: 1320px){

}
@media screen and (max-width: 768px) {
	.inex_header{
	}
	.inex_header a{
		width: 40vw;
		height: 8vw;
		font-size: 3.4vw;
		padding-top: 3vw;
		letter-spacing: 0.4em;
		padding-left: 0.4em;
	}
}



/* ------------------------------
    mv
------------------------------ */
.mv{
}
.logo_index{
	line-height: 1;
	font-size: 8.5rem;
	letter-spacing: 0.08em;
	text-shadow: 6px 6px 1px rgba(149,149,149,0.16);
	margin-bottom: 0.47em;
}
.mv p{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.1;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 1321px){
	.mv {
		font-size: 6.4vw;
	}

	.mv p{
		font-size: 1vw;
	}
}
@media screen and (min-width: 769px){
	.mv{
		height: 57.7vw;
		min-height: 785px;
		padding-top: 10vw;
	}
}

@media screen and (min-width: 769px) and (max-width: 1320px){
	.mv{
		padding-top: 140px;
	}
}
@media screen and (max-width: 768px) {
	.mv{
		padding-top: 16vw;
		height: 90vw;
	}
	.logo_index{
		font-size: 8.8vw;
		text-shadow: 3px 3px 1px rgba(149,149,149,0.16);
	}
	.mv p{
		font-size: 3.4vw;
		line-height: 1.8;
	}
	#bg_mv{
		padding-top: 28vw;
	}

}




/* ------------------------------
    indexbtns
------------------------------ */
.indexbtns{
	margin: 0 auto 66px;
}
.indexbtns a{
	position: relative;
	height: 100%;
	display: block;
	border-radius: 10px;
	box-shadow: 10px 10px 0px 0px rgba(149,149,149,0.16);
}
.indexbtns a:before{
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 14px;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/index/btn_arw.svg) no-repeat center;
	background-size: contain;
}
.indexbtn1{
	background: #0089D8;
}
.indexbtn2{
	background: #FFB741;
}
.indexbtn3{
	background: #83C443;
}

.indexbtns p{
	text-align: center;
	padding-top: 55px;
	flex-wrap: wrap;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	padding-left: 0.3em;
	letter-spacing: 0.25em;
}

.indexbtns .indexbtn3 p{
	padding-top: 40px;
}
.indexbtns .img{
	position: absolute;
	top: 70px;
	width: 200px;
	left: 50%;
	transform: translateX(-50%);
}

.indexbtns .dots{
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #333;
}
.indexbtn1 .dots{
	background: #007CC3;
}
.indexbtn2 .dots{
	background: #E6A53B;
}
.indexbtn3 .dots{
	background: #76B13D;
}
.indexbtns .dot1{
	top: 14px;
	left: 14px;
}
.indexbtns .dot2{
	top: 14px;
	right: 14px;
}
.indexbtns .dot3{
	bottom: 14px;
	left: 14px;
}
.indexbtns .dot4{
	bottom: 14px;
	right: 14px;
}
@media screen and (min-width: 769px){
	.indexbtns{
		width: 1055px;
		display: flex;
		justify-content: space-between;
	}
	.indexbtns li{
		width: 30.8%;
		height: 325px;
	}
	.indexbtn3 p{
		letter-spacing: 0.4em;
	}

}

@media screen and (min-width: 769px) and (max-width: 1320px){

}
@media screen and (max-width: 768px) {
	.indexbtns{
		margin: 0 auto 10vw;
	}
	.indexbtns a{
		border-radius: 5px;
		box-shadow: 5px 5px 0px 0px rgba(149,149,149,0.16);
		width: 100%;
		height: 52vw;
	}
	.indexbtns a:before{
		width: 4.2vw;
		height: 2.6vw;
		bottom: 2vw;
	}

	.indexbtns li+li{
		margin-top: 4vw;
	}
	.indexbtns p{
		padding-top: 5vw;
		font-size: 5vw;
	}

	.indexbtns .indexbtn3 p{
		padding-top: 4vw;
	}
	.indexbtns .img{
		top: 6vw;
		width: 50vw;
	}

	.indexbtns .dots{
		width: 2vw;
		height: 2vw;
	}
	.indexbtns .dot1{
		top: 2vw;
		left: 2vw;
	}
	.indexbtns .dot2{
		top: 2vw;
		right: 2vw;
	}
	.indexbtns .dot3{
		bottom: 2vw;
		left: 2vw;
	}
	.indexbtns .dot4{
		bottom: 2vw;
		right: 2vw;
	}

}


/* ------------------------------
    whitebox
------------------------------ */
.whitebox{
	margin-bottom: 66px;
}
@media screen and (min-width: 769px){

}

@media screen and (min-width: 769px) and (max-width: 1220px){

}
@media screen and (max-width: 768px) {
	.whitebox{
		margin-bottom: 10vw;
	}
}


/* ------------------------------
    無限スクロール調整用
------------------------------ */

@media screen and (min-width: 769px) {
	#kids_article .postlist.jscroll {
		display: block;
	}

	#kids_article .postlist.jscroll .jscroll-inner {
		display: flex;
		flex-wrap: wrap;
	    justify-content: space-between;
	}
	#kids_article .postlist.jscroll .jscroll-inner .jscroll-added{
		flex-basis: 100%;
	}

	#kids_article .jscroll-added .postlist {
		display: flex;
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	#kids_article .jscroll-added .postlist{
		margin-top: 3vw;
	}
}