@charset "utf-8";


/******************************************

ローディング

*******************************************/

body #ready {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/bg/load_bg.png) #f2f2f2 center bottom;
	position: fixed;
	left: 0;
	right: auto;
	bottom: auto;
	top: 0;
	z-index: 1000;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

body #ready:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	position: fixed;
	left: 0;
	right: auto;
	bottom: auto;
	top: 0;
	opacity: 0.5;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	z-index: 12;
}

body #ready:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	position: fixed;
	left: 0;
	right: auto;
	bottom: auto;
	top: 0;
	z-index: 10;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	opacity: 0.5;
}

body.ready #ready {
	width: 100%;
	height: 0;
	display: block;
	background: url(../img/bg/load_bg.png) #f2f2f2 center top;
	position: fixed;
	left: auto;
	right: 0;
	bottom: 0;
	top: auto;
	transition: all 1s ease 0.5s;
	-webkit-transition: all 1s ease 0.5s;
	-moz-transition: all 1s ease 0.5s;
	-o-transition: all 1s ease 0.5s;
}

body.ready #ready:before {
	content: "";
	width: 100%;
	height: 0;
	display: block;
	background: #fff;
	position: fixed;
	left: auto;
	right: 0;
	bottom: 0;
	top: auto;
	opacity: 0.5;
	transition: all 0.8s ease 0.5s;
	-webkit-transition: all 0.8s ease 0.5s;
	-moz-transition: all 0.8s ease 0.5s;
	-o-transition: all 0.8s ease 0.5s;
	z-index: 12;
}

body.ready #ready:after {
	content: "";
	width: 100%;
	height: 0;
	display: block;
	background: #fff;
	position: fixed;
	left: auto;
	right: 0;
	bottom: 0;
	top: auto;
	z-index: 12;
	transition: all 0.6s ease 0.5s;
	-webkit-transition: all 0.6s ease 0.5s;
	-moz-transition: all 0.6s ease 0.5s;
	-o-transition: all 0.6s ease 0.5s;
	opacity: 0.5;
}

body.ready.tablt #ready {
	width: 0;
}


@media screen and (max-width:767px) {
	body #ready {
		width: 100%;
		height: 100vh;
		display: block;
		background: rgba(255, 255, 255, 1);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
		transition: all 0.6s ease;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
	}

	body #ready:before {
		content: none;
	}

	body #ready:after {
		content: none;
	}

	body.ready #ready {
		width: 100%;
		height: 0px;
		display: block;
		background: rgba(255, 255, 255, 0);
		position: fixed;
		left: 0;
		top: 0;
		transition: all 0.6s ease;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
	}

	body.ready #ready:before {
		content: none;
	}

	body.ready #ready:after {
		content: none;
	}
}


/*横にしたとき*/
body.landscape {}

/*
construction.css
サイト全体で使うレイアウト用のクラス、ヘッダー・フッター・見出し・本文・リスト・テーブルなど、大まかな構造を定義
*/



/******************************************

body

*******************************************/
body {}



/*********************************************

#background

**********************************************/
#background {
	width: 100%;
	height: 100vh;
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	z-index: 0;
}

#background {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(../img/bg/bg.png) #f2f2f2 repeat center 0;
	background-attachment: fixed;
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	z-index: 0;
	animation: topbg 10s steps(4) infinite;
}


@keyframes topbg {
	to {
		background-position: center -2034px;
	}
}



body.about #background {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(../img/bg/bg_about.png) #f2f2f2 repeat center 0;
	background-attachment: fixed;
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	z-index: 0;
	animation: subbg 10s steps(4) infinite;
	opacity: 1;
}

body.kyouiku #background {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(../img/bg/bg_kyouiku.png) #f2f2f2 repeat center 0;
	background-attachment: fixed;
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	z-index: 0;
	animation: subbg 10s steps(4) infinite;
	opacity: 1;
}

body.annai #background {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(../img/bg/bg_annai.png) #f2f2f2 repeat center 0;
	background-attachment: fixed;
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	z-index: 0;
	animation: subbg 10s steps(4) infinite;
	opacity: 1;
}

body.shien #background {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(../img/bg/bg_shien.png) #f2f2f2 repeat center 0;
	background-attachment: fixed;
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	z-index: 0;
	animation: subbg 10s steps(4) infinite;
	opacity: 1;
}

body.soudan #background {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(../img/bg/bg_shitumon.png) #f2f2f2 repeat center 0;
	background-attachment: fixed;
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	z-index: 0;
	animation: subbg 10s steps(4) infinite;
	opacity: 1;
}

.footend #background {
	opacity: 1;
}

@keyframes subbg {
	to {
		background-position: center -1017px;
	}
}


/*hishigata*/
body #background::after {
	content: "";
	width: 710px;
	height: 710px;
	position: fixed;
	left: 50%;
	top: 32px;
	background: #f2f2f2;
	z-index: 0;
	-moz-transform: translateX(-50%) rotate(-45deg);
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	opacity: 0;
	z-index: 0;
}

body #background::after,
body.headstart #background::after {
	left: 50%;
	top: 32px;
	background: #f2f2f2;
	z-index: 0;
	-moz-transform: translateX(-50%) rotate(-45deg);
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	opacity: 1;
	-webkit-transition: opacity .1s linear;
	transition: opacity .1s linear;
}

body.footend #background::after {
	left: 50%;
	top: 289px;
	background: #f2f2f2;
	z-index: 0;
	-moz-transform: translateX(-50%) rotate(-45deg);
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	opacity: 1;
	-webkit-transition: opacity .1s linear;
	transition: opacity .1s linear;
}



@media screen and (max-width: 900px) {
	body #background {
		background-size: 445px;
	}

	body.about #background {
		background-size: 127px;
	}

	body.template #background {
		background-size: 127px;
	}

	body.kyouiku #background {
		background-size: 127px;
	}

	body.annai #background {
		background-size: 127px;
	}

	body.shien #background {
		background-size: 127px;
	}

	body.soudan #background {
		background-size: 127px;
	}

	@keyframes topbg {
		to {
			background-position: center -508.5px;
		}
	}

	@keyframes subbg {
		to {
			background-position: center -508.5px;
		}
	}

	body #background::after {
		content: "";
		width: 400px;
		height: 400px;
	}

	body.headstart #background::after {
		top: -260px;
	}

	body.merit.headstart #background::after {
		top: 54px;
	}

	body.footend #background::after {
		content: "";
		top: initial;
		left: 50%;
		bottom: -32%;
		top: initial;
		background: #f2f2f2;
		z-index: 0;
		-moz-transform: translateX(-50%) rotate(-45deg);
		-webkit-transform: translateX(-50%) rotate(-45deg);
		-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
		-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
		transform: translateX(-50%) translateY(-50%) rotate(-45deg);
		opacity: 1;
		-webkit-transition: opacity .1s linear;
		transition: opacity .1s linear;
	}
}

/******************************************

contents

*******************************************/

#contents {
	display: block;
	overflow: hidden;
}

.contentsArea {
	display: block;
	background: #f8ecd8;
	font-size: 1.4rem;
	line-height: 1.7em;
}

figure img {
	width: 100%;
	height: auto;
}

/******************************************

section

*******************************************/

section {
	padding: 100px 0 0 0;
	text-align: left;
}

section .title2 {
	text-align: left;
	margin-bottom: 50px;
}

section .title3 {
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.6em;
}


@media screen and (max-width: 900px) {
	section {
		padding: 40px 0 0 0;
		text-align: left;
		position: relative;
	}

	section:first-child {
		padding-top: 0;
	}

	section .title2 {
		text-align: left;
		margin-bottom: 10px;
	}

	section .title3 {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
}

section figure {
	margin-bottom: 20px;
}


/******************************************

aside

*******************************************/
aside {
	padding: 100px 0 0 0;
	text-align: left;
}

.cat-nav ul {
	justify-content: center;
}

.cat-nav li {
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0 5px;
}

.cat-nav li a {
	display: block;
	padding: 15px;
	overflow: hidden;
	position: relative;
}

.cat-nav li figure {
	width: 35%;
	padding-top: 35%;
	display: block;
	position: relative;
}

.cat-nav li figure img {
	position: absolute;
	height: 100%;
	width: auto;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cat-nav li .thumb-text {
	width: -webkit-calc(65% - 15px);
	width: calc(65% - 15px);
	position: absolute;
	left: -webkit-calc(35% + 15px);
	left: calc(35% + 15px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-right: 10px;
}

.cat-nav wide-width-max {}

.cat-nav .box-column5 .box-column-size1 {
	width: 18%;
}

@media screen and (max-width:1500px) {
	.cat-nav.wide-width-max {
		margin: 0 100px 0;
	}
}

@media screen and (min-width:901px) and (max-width:1500px) {
	.cat-nav li figure {
		width: 100%;
		padding-top: 100%;
		display: block;
		position: relative;
		margin-bottom: 10px;
	}

	.cat-nav li .thumb-text {
		width: 100%;
		position: relative;
		left: inherit;
		top: auto;
		-webkit-transform: none;
		transform: none;
		text-align: center;
		padding-right: 0;
	}

}

@media screen and (max-width: 900px) {
	aside {
		padding: 40px 0 0 0;
		text-align: left;
		margin-bottom: 40px;
	}

	.cat-nav.wide-width-max {
		margin: 0 12px 40px;
		width: auto;
	}

	.cat-nav li {
		margin-bottom: 10px;
	}

	.cat-nav li a {
		padding: 10px
	}

	.cat-nav li figure {
		width: 20%;
		padding-top: 20%;
		display: block;
		position: relative;
	}

	.cat-nav li .thumb-text {
		width: -webkit-calc(80% - 10px);
		width: calc(80% - 10px);
		position: absolute;
		left: -webkit-calc(20% + 20px);
		left: calc(20% + 20px);
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}




/*****************************************

contents

*****************************************/
/* main.subpage #contents {
	padding-top: 50px;
} */

/*title*/
main.subpage #contents .titleArea {
	padding-top: 80px;
}

main.subpage #contents .titleArea .subtitle {
	margin-bottom: 20px;
	display: inline-block;
}

main.subpage #contents .titleArea .pagemain {
	width: 80%;
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	margin: 0 auto;
	position: relative;
}

main.subpage #contents .titleArea.nophoto {
	padding-bottom: 80px;
}

/*contents*/
main.subpage #contents .contentsArea {
	/* margin-top: -40px; */
	padding-top: 40px;
	padding-bottom: 50px;
	min-height: 100vh;
}

main.subpage #contents .pageLeadArea.borderBox {
	width: 560px;
	display: block;
	margin: 40px auto 0;
	position: relative;
	z-index: 10;
}

main.subpage #contents .pageLeadArea.borderBox .title3.decoration {
	margin-bottom: 20px;
}

main.subpage #contents .pageLeadArea.borderBox .title3.decoration span {
	width: 340px;
}

main.subpage #contents .pageLeadArea.borderBox .title3.decoration02 {
	margin-bottom: 20px;
}

main.subpage #contents .pageLeadArea.borderBox .title3.decoration02 span {
	width: 340px;
}


@media screen and (max-width: 900px) {
	main.subpage #contents {
		padding-top: 0;
	}

	main.subpage #contents .contentsArea {
		padding-bottom: 30px;
		margin-top: 0;
		p;
		padding-top: 40px;
	}

	main.subpage #contents .pageLeadArea.borderBox {
		width: auto;
		max-width: 100%;
		display: block;
		margin: 0 20px 0;
		position: relative;
		z-index: 10;
	}

	main.subpage #contents .pageLeadArea.borderBox .title3.decoration {
		margin-bottom: 20px;
	}

	main.subpage #contents .pageLeadArea.borderBox .title3.decoration span {
		-webkit-calc(100% - 84px);
		width: calc(100% - 84px);
		margin: 0 auto;
	}

	main.subpage #contents .pageLeadArea.borderBox .title3.decoration02 {
		margin-bottom: 20px;
	}

	main.subpage #contents .pageLeadArea.borderBox .title3.decoration02 span {
		-webkit-calc(100% - 84px);
		width: calc(100% - 84px);
		margin: 0 auto;
	}

	main.subpage #contents .titleArea {
		padding-top: 30px;
		margin: 0 20px 20px;
	}

	main.subpage #contents .titleArea .subtitle {
		margin-bottom: 10px;
		display: inline-block;
	}

	main.subpage #contents .titleArea .pagemain {
		width: auto;
		margin: 0;
	}

	main.subpage #contents .titleArea.nophoto {
		padding-bottom: 0;
	}

	#kyouikurinen .wideImg {
		padding-top: 120%;
		overflow: hidden;
		height: auto;
		position: relative;
	}

	#kyouikurinen .wideImg img {
		position: absolute;
		left: 0;
		top: -20%;
	}
}


.daily-mark {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: center;
	gap: 50px;
	margin: 0 30%;

}

.daily-mark h2 {
	max-width: 300px;
	text-align: center;
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #ffd93f;
	font-family: 'Kiwi Maru', serif;
	font-weight: bold;
	font-size: 1.8rem;
}

.daily-mark h2:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 2px solid #5b2c02;
}

@media screen and (max-width: 532px) {
	.daily-mark {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 5%;
	}

	.daily-mark h2 {
		display: block;
		width: 150px;
		text-align: center;
		position: relative;
		padding: 1rem 2rem calc(1rem + 10px);
		background: #f3cb8f;
		font-family: 'Kiwi Maru', serif;
		font-weight: bold;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 800px) {
	.daily-mark {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.daily-mark h2 {
		display: block;
		width: 200px;
		text-align: center;
		position: relative;
		padding: 1rem 2rem calc(1rem + 10px);
		background: #f3cb8f;
		font-family: 'Kiwi Maru', serif;
		font-weight: bold;
		font-size: 1.8rem;
		margin-bottom: 20px;
		margin: 0 50px 20px;
	}
}

@media screen and (max-width: 1200px) {
	.daily-mark {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 0 10%;
	}

	.daily-mark h2 {
		display: block;
		width: 200px;
		text-align: center;
		position: relative;
		padding: 1rem 2rem calc(1rem + 10px);
		background: #f3cb8f;
		font-family: 'Kiwi Maru', serif;
		font-weight: bold;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 900px) {
	.daily-mark {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 0 5%;
	}

	.daily-mark h2 {
		display: block;
		width: 200px;
		text-align: center;
		position: relative;
		padding: 1rem 2rem calc(1rem + 10px);
		background: #f3cb8f;
		font-family: 'Kiwi Maru', serif;
		font-weight: bold;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.daily-mark h2:before {
		position: absolute;
		top: -7px;
		left: -7px;
		width: 100%;
		height: 100%;
		content: '';
		border: 2px solid #5b2c02;
	}
}

@media screen and (min-width: 900px) {
	.br-sp-hoiku-btn {
		display: none;
	}
}

/*レイアウト*/
.column {
	margin-bottom: 50px;
}

.wideImgSingle {
	width: 1260px;
	height: auto;
	position: relative;
	left: -130px;
}



.column.box-column2 .box-column-size1 .wideImg {
	width: 600px;
	position: relative;
	right: 125px;
}

.column.box-column2.row-revers .box-column-size1 .wideImg,
.column.box-column2 .box-column-size1:nth-child(even) .wideImg {
	width: 600px;
	position: relative;
	left: 0;
	right: inherit;
}

.column.box-column3 .box-column-size2 .wideImg {
	width: 785px;
	position: relative;
	right: 125px;
}

.column.box-column3.row-revers .box-column-size2 .wideImg {
	width: 785px;
	position: relative;
	left: 0;
	right: inherit;
}

@media screen and (max-width: 1500px) {

	.column.box-column2 .box-column-size1 .wideImg,
	.column.box-column2.row-revers .box-column-size1 .wideImg,
	.column.box-column3 .box-column-size2 .wideImg,
	.column.box-column3.row-revers .box-column-size2 .wideImg {
		width: 100%;
		position: relative;
		left: inherit;
		right: inherit;
	}

	.column.box-column2 .box-column-size1:nth-child(even) .wideImg {
		width: 100%;
		position: relative;
		left: 0;
		right: inherit;
	}
}

@media screen and (max-width: 900px) {
	.wideImgSingle {
		width: 120%;
		display: block;
		height: auto;
		position: relative;
		left: inherit;
		margin-left: -10%;
	}

	.column {
		margin-bottom: 40px;
	}
}

.wideImg.img3 img {
	width: 49%;
	margin-bottom: 2%;
}

.wideImg.img3 img:nth-child(1) {
	width: 100%;
}

.wideImg.img3 img:nth-child(2) {
	margin-right: 2%;
}

.wideImg.img2 img {
	width: 49%;
	margin-bottom: 2%;
	margin-right: 2%;
}

.wideImg.img2 img:nth-child(2n) {
	margin-right: 0;
}

.meritColumn .box-column-size1 figure {
	display: block;
	margin-bottom: 20px;
}

.column.box-column2.meritColumn .box-column-size1 {
	margin-top: -90px;
	margin-bottom: 40px;
}

.column.box-column2.meritColumn .box-column-size1:nth-child(even) {
	margin-top: 90px;
}

.column.box-column2.meritColumn .box-column-size1:nth-child(odd) .wideImg {
	width: 600px;
	position: relative;
	right: 125px;
}

.column.box-column2.meritColumn .box-column-size1:nth-child(even) .wideImg {
	width: 600px;
	position: relative;
	left: 0;
	right: inherit;
}

@media screen and (max-width: 1500px) {
	.column.box-column2.meritColumn .box-column-size1:nth-child(even) .wideImg {
		width: 100%;
		position: relative;
		left: 0;
		right: inherit;
	}

	.column.box-column2.meritColumn .box-column-size1:nth-child(odd) .wideImg {
		width: 100%;
		position: relative;
		left: inherit;
		right: inherit;
	}
}

@media screen and (max-width: 900px) {
	.column.box-column2.meritColumn .box-column-size1 {
		margin: 0 auto;
	}

	.column.box-column2.meritColumn .box-column-size1:nth-child(even) {
		margin-top: auto;
	}

	.column.box-column2.meritColumn .box-column-size1:nth-child(odd) .wideImg {
		width: 100%;
		position: relative;
		right: auto;
	}

	.column.box-column2.meritColumn .box-column-size1:nth-child(even) .wideImg {
		width: 100%;
		position: relative;
		left: auto;
		right: auto;
	}
}

/******************************************

pagination

*******************************************/

.pagination .next {
	position: absolute;
	right: 0;
	top: 0;
}

.pagination .prev {
	position: absolute;
	left: 0;
	top: 0;
}

.pagination a .arrow_l,
.pagination a .arrow_r {
	content: '';
	width: 1rem;
	height: 1rem;
	display: inline-block;
	border-width: 1px 0 0 1px;
	border-color: #898989;
	border-style: solid;
	vertical-align: middle;
}

.pagination a .arrow_l {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination a .arrow_r {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media screen and (max-width: 900px) {
	.pagination {
		width: auto;
		text-align: center;
		margin: 30px auto 50px;
		position: relative;
		padding: 0;
	}

	.pagination a {
		width: 2em;
		height: 2em;
		margin: 0;
		display: inline-block;
		font-weight: bold;
		font-size: 0.8rem;
		line-height: 2em;
		text-align: center;
		color: #898989;
	}

	.pagination span.current {
		width: 2em;
		height: 2em;
		margin: 0;
		display: inline-block;
		font-weight: bold;
		font-size: 0.8rem;
		line-height: 2em;
		text-align: center;
		border: 1px solid #000;
		border-radius: 1em;
		color: #000;
	}

	.pagination .next {
		position: absolute;
		right: 0.5em;
		top: 0;
	}

	.pagination .prev {
		position: absolute;
		left: 0.5em;
		top: 0;
	}

	.pagination a .arrow_l,
	.pagination a .arrow_r {
		content: '';
		width: 0.8rem;
		height: 0.8rem;
		display: inline-block;
		border-width: 1px 0 0 1px;
		border-color: #898989;
		border-style: solid;
		vertical-align: middle;
	}

	.pagination a .arrow_l {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.pagination a .arrow_r {
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}

/******************************************

merit

*******************************************/
#merit #concept-copy {
	width: 640px;
	height: 300px;
	display: block;
	background: url(../img/common/lead.png) no-repeat top center;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto 50px;
}




#merit .title1 {
	margin-bottom: 40px;
}

#merit .title2 {
	line-height: 1.5em;
	margin-bottom: 20px;
	font-size: 1.4rem;
}

#merit .nonosama {
	margin: 0 auto;
}

#merit #contents .contentsArea {
	margin-top: -20px;
	padding-top: 80px;
}

#merit section {
	padding-top: 130px;
}

#merit .btnWrap {}

#merit .btnWrap .btn-l {
	width: 230px;
	margin-right: 10px;
}

#merit .btnWrap .btn-l:nth-child(even) {
	margin-right: 0;
}

#merit .meritColumn>* .wideImg {
	position: relative;
}

#merit .meritColumn>* .wideImg::before {
	content: "";
	width: 86px;
	height: 86px;
	display: block;
	position: absolute;
	top: -60px;
	z-index: 10;
}

#merit .meritColumn>*:nth-child(even) .wideImg::before {
	right: 0;
}

#merit .merit1 .wideImg::before {
	content: "";
	background: url(../img/num/num01.svg) no-repeat;
}

#merit .merit2 .wideImg::before {
	content: "";
	background: url(../img/num/num02.svg) no-repeat;
}

#merit .merit3 .wideImg::before {
	content: "";
	background: url(../img/num/num03.svg) no-repeat;
}

#merit .merit4 .wideImg::before {
	content: "";
	background: url(../img/num/num04.svg) no-repeat;
}

#merit .merit5 .wideImg::before {
	content: "";
	background: url(../img/num/num05.svg) no-repeat;
}

#merit .merit6 .wideImg::before {
	content: "";
	background: url(../img/num/num06.svg) no-repeat;
}

#merit .merit7 .wideImg::before {
	content: "";
	background: url(../img/num/num07.svg) no-repeat;
}

#merit .merit8 .wideImg::before {
	content: "";
	background: url(../img/num/num08.svg) no-repeat;
}

#merit .merit9 .wideImg::before {
	content: "";
	background: url(../img/num/num09.svg) no-repeat;
}

#merit .merit10 .wideImg::before {
	content: "";
	background: url(../img/num/num10.svg) no-repeat;
}



@media screen and (max-width: 900px) {
	body.merit.headstart::after {
		top: 55px;
	}

	#merit #concept-copy {
		width: 423px;
		height: 200px;
		display: block;
		background-size: 423px;
		margin: 0 auto 20px;
	}

	#merit .title1 {
		margin-bottom: 20px;
		font-size: 1.2rem;
	}

	#merit .titleArea p.t-center {
		text-align: left !important;
		width: 60%;
		display: block;
		margin: 0 auto 10px;
	}

	#merit .titleArea p.t-center br {
		display: none;
	}

	#merit .title2 {
		line-height: 1.5em;
		margin-bottom: 10px;
		font-size: 1.2rem;
	}

	#merit .title2 br {
		display: none;
	}

	#merit .nonosama {
		margin: 0 auto;
	}

	#merit #contents .contentsArea {
		margin-top: -30px;
		padding-top: 80px;
	}

	#merit section {
		padding-top: 0px;
	}

	#merit .btnWrap {
		text-align: center;
	}

	#merit .btnWrap .btn-l {
		width: 80%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	#merit .btnWrap .btn-l:last-child {
		margin-bottom: 0px;
	}

	#merit .column.box-column2.meritColumn .box-column-size1.column {
		margin-bottom: 90px;
	}

	#merit .meritColumn>* .wideImg::before {
		width: 60px;
		height: 60px;
		right: -5px;
		left: inherit;
		top: -40px;
		z-index: 10;
	}

	#merit .meritColumn>*:nth-child(even) .wideImg::before {
		right: -5px;
		left: inherit;
	}

	#merit .merit1 .wideImg::before,
	#merit .merit2 .wideImg::before,
	#merit .merit3 .wideImg::before,
	#merit .merit4 .wideImg::before,
	#merit .merit5 .wideImg::before,
	#merit .merit6 .wideImg::before,
	#merit .merit7 .wideImg::before,
	#merit .merit8 .wideImg::before,
	#merit .merit9 .wideImg::before,
	#merit .merit10 .wideImg::before {
		background-size: 60px;
	}
}

@media screen and (max-width: 767px) {
	#merit #concept-copy {
		width: 213px;
		height: 100px;
		display: block;
		background-size: 213px;
		margin: 0 auto 20px;
	}

	#merit .titleArea p.t-center {
		width: auto;
		display: block;
		margin: 0 auto 10px;
	}
}

/******************************************

about

*******************************************/
#about.about .aside1 {
	border: 1px #E5894D solid;
}

#about.facility .aside2 {
	border: 1px #E5894D solid;
}

#about.history .aside3 {
	border: 1px #E5894D solid;
}

#about.service .aside4 {
	border: 1px #E5894D solid;
}

#about.ob .aside5 {
	border: 1px #E5894D solid;
}

#about dl.list-horizontal>dt {
	width: 15%;
	font-weight: bold;
}

#about dl.list-horizontal>dd {
	width: 85%;
	padding-left: 5%;
}

@media screen and (max-width: 900px) {
	#about dl.list-horizontal>dt {
		width: 30%;
		font-weight: bold;
	}

	#about dl.list-horizontal>dd {
		width: 70%;
		padding-left: 5%;
	}

	#about.ob dl.list-horizontal>dt {
		width: 100%;
		font-weight: bold;
		padding-bottom: 0;
		border-bottom: none;
	}

	#about.ob dl.list-horizontal>dd {
		width: auto;
		padding-left: 0;
		padding-top: 0;
	}
}

/*facility*/

/*history*/
#about.history .pageLeadArea.borderBox .title3.decoration .textS {
	width: auto;
}

#about.history .pageLeadArea.borderBox .title3.decoration02 .textS {
	width: auto;
}

#about.history .title3 {
	position: relative;
}

#about.history .title3 .textS {
	display: block;
	width: auto;
	line-height: 1.5em;
}

#about.history .historyWrap {
	padding-top: 0;
}

#about.history .historyWrap>.width-max {
	position: relative;
	padding-top: 100px;
}

#about.history .historyWrap>.width-max>.column {
	position: relative;
	z-index: 10;
}

#about.history .historyWrap>.width-max::after {
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 0;
	background: -moz-linear-gradient(top, #EEAECC, #F08E4C);
	background: -webkit-linear-gradient(top, #EEAECC, #F08E4C);
	background: linear-gradient(to top, #EEAECC, #F08E4C);
}

#about.history.subpage #contents .pageLeadArea.borderBox .title3.decoration {
	margin-bottom: 0;
}

#about.history.subpage #contents .pageLeadArea.borderBox .title3.decoration02 {
	margin-bottom: 0;
}

#about.history .historyWrap .column .column .box-column-size1:nth-child(odd) .title3 {
	text-align: right;
	position: relative;
}

]#about.history .historyWrap .column .column .box-column-size1:nth-child(even) .title3 {
	text-align: left;
	position: relative;
}

.historyWrap>* {
	position: relative;
	z-index: 1;
}

.historyWrap .column-flex.box-column2 .box-column-size1 {
	width: 45%;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	position: relative;
	margin-bottom: 50px;
}

#about.history .historyWrap .column .column {
	position: relative;
	margin-bottom: 200px;
}

/*#about.history .historyWrap .column .column::after{ content:""; width:20px; height:20px; display:block; position:absolute; top:10px; left:50%; border-radius:50%;
transform:translateX(-50%); -webkit-transform:translateX(-50%); box-sizing:border-box;
background: -moz-linear-gradient(left, #EEAECC, #F08E4C);background: -webkit-linear-gradient(left, #EEAECC, #F08E4C);background: linear-gradient(to left, #EEAECC, #F08E4C);
}*/

#about.history .historyWrap .column .column .box-column-size1:nth-child(odd) {}

#about.history .historyWrap .column .column .box-column-size1:nth-child(odd) .title3::after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 10px;
	right: -50px;
	border-radius: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	box-sizing: border-box;
	background: -moz-linear-gradient(left, #EEAECC, #F08E4C);
	background: -webkit-linear-gradient(left, #EEAECC, #F08E4C);
	background: linear-gradient(to left, #EEAECC, #F08E4C);
}

#about.history .historyWrap .column .column .box-column-size1:nth-child(even) {
	top: 200px;
}

#about.history .historyWrap .column .column .box-column-size1:nth-child(even) .title3::after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 10px;
	left: -30px;
	border-radius: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	box-sizing: border-box;
	background: -moz-linear-gradient(left, #EEAECC, #F08E4C);
	background: -webkit-linear-gradient(left, #EEAECC, #F08E4C);
	background: linear-gradient(to left, #EEAECC, #F08E4C);
}


#about.history #futureBox .borderBoxInner {
	padding: 48px;
}

#about.history #futureBox.column::after {
	top: -10px;
}

#about.history #futureBox figure {
	margin-bottom: 30px;
}

/*service*/
.service .movArea {
	background: #9FD7D4;
	padding-top: 76.4%;
	position: relative;
}

.service .movArea iframe {
	position: absolute;
	width: 90%;
	height: 84%;
	left: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service ul.list-dot>li {
	font-size: 0.9rem;
}

.service ul.list-dot>li:before {
	left: 7px;
}

.service .btn.btn-l {
	width: 300px;
}

.service .btn.btn-l:nth-child(even) {
	margin-right: 0;
}

#kidsly .bgAnimals {
	background: url(../img/about/kidly_animals.png) bottom left no-repeat;
	background-size: contain;
}



@media screen and (max-width: 1500px) {
	#about.service .wideImg.movArea {
		width: 100%;
		padding-top: 60%;
	}

	#about.service .movArea iframe {
		position: absolute;
		width: 90%;
		height: 84%;
		left: 5%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 900px) {
	#about.history .pageLeadArea.borderBox .title3.decoration .textS {
		width: auto;
	}

	#about.history .pageLeadArea.borderBox .title3.decoration02 .textS {
		width: auto;
	}

	#about.history .historyWrap>.width-max {
		position: relative;
	}

	#about.history .historyWrap>.width-max::after {
		content: "";
		width: 1px;
		left: 6.5%;
		top: 0;
		background: -moz-linear-gradient(top, #EEAECC, #F08E4C);
	}

	.historyWrap .column-flex.box-column2 .box-column-size1 {
		width: auto;
		display: block;
		padding-top: 0;
		padding-left: 15%;
	}

	#about.history .historyWrap .column .column {
		position: relative;
	}

	#about.history .historyWrap .column .column::after {
		top: 0%;
		left: 6.5%;
		background: -moz-linear-gradient(left, #EEAECC, #F08E4C);
	}

	#about.history #futureBox .borderBoxInner {
		padding: 5%;
	}

	#about.history #futureBox.column::after {
		top: -10px;
	}

	#about.history .historyWrap .column .column .box-column-size1:nth-child(odd) .title3::after,
	#about.history .historyWrap .column .column .box-column-size1:nth-child(even) .title3::after {
		left: -10%;
		right: auto;
	}

	#about.history .historyWrap .column .column {
		position: relative;
		margin-bottom: 50px;
	}

	#about.history .historyWrap .column .column .box-column-size1:nth-child(even) {
		top: 0;
	}

	#about.history .historyWrap .column .column .box-column-size1:nth-child(odd) .title3 {
		text-align: left;
	}

	#about.history #futureBox figure {
		margin-bottom: 20px;
	}

	/*service*/
	.service .movArea {
		background: #9FD7D4;
		padding-top: 76.4%;
		position: relative;
	}

	.service .movArea iframe {
		position: absolute;
		width: 90%;
		height: 84%;
		left: 5%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.service ul.list-dot>li {
		font-size: 0.9rem;
	}

	.service ul.list-dot>li:before {
		left: 7px;
	}

	.service .btn.btn-l {
		width: 230px;
		margin-right: 10px;
	}

	.service .btn.btn-l:nth-child(even) {
		margin-right: 0;
	}

	#kidsly .title3.decoration span {
		font-size: 1rem;
		line-height: 1.2em;
		padding: 0 1em;
		text-align: left;
	}

	#kidsly .title3.decoration span br {
		display: none;
	}

	#kidsly .bgAnimals {
		padding-bottom: 16%;
	}

	#busapp .title3.decoration span {
		font-size: 1rem;
		line-height: 1.2em;
		padding: 0 1em;
		text-align: left;
	}

	#busapp .title3.decoration span br {
		display: none;
	}

	#busapp .title3 br {
		display: none;
	}

	#kidsly .t-left,
	#busapp .t-left {
		text-align: center !important;
	}
}

/*ob*/
#about.ob dt .title2 span.textS {
	display: block;
	margin-bottom: 5px;
}

#about.ob dd {
	padding-top: 40px;
}


/******************************************

kyouiku

*******************************************/

#kyouiku.rinen .aside1 {
	border: 1px #6DBA8D solid;
}

#kyouiku.day .aside2 {
	border: 1px #6DBA8D solid;
}

#kyouiku.event .aside3 {
	border: 1px #6DBA8D solid;
}

#kyouiku.curriculum .aside4 {
	border: 1px #6DBA8D solid;
}

#kyouiku.teacher .aside5 {
	border: 1px #6DBA8D solid;
}

#kyouiku .homekyoikumain-lead {
	position: absolute;
	right: 50px;
	top: 30px;
	width: 270px;
	z-index: 10;
	overflow: hidden;
}

#kyouiku .homekyoikumain-lead span {
	display: inline-block;
	margin-left: 10px;
	width: 44px;
	float: right;
}

.profileArea.list>li {
	position: relative;
	min-height: 140px;
	padding: 20px 0;
	padding-left: 120px;
}

.profileArea.list>li>figure.photo {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	position: absolute;
	left: 0;
	top: 20px;
}

.profileArea.list>li .name {
	margin: 15px 0 10px 0;
}

.profileArea.list>li .name span {
	font-size: 1.4rem;
	margin-right: 0.5em;
	margin-bottom: 20px;
}

.kyouiku-mokuhyou>.column .title3 {
	position: relative;
	margin-bottom: 10px;
}

.kyouiku-mokuhyou>.column .title3::before {
	content: "";
	width: 74px;
	height: 38px;
	display: block;
	position: relative;
	margin: 0 auto 15px;
	background: url(../img/kyouiku/kyouiku_num1.svg) center no-repeat;
}

.kyouiku-mokuhyou>.column:nth-child(2) .title3::before {
	background: url(../img/kyouiku/kyouiku_num2.svg) center no-repeat;
}

.kyouiku-mokuhyou>.column:nth-child(3) .title3::before {
	background: url(../img/kyouiku/kyouiku_num3.svg) center no-repeat;
}

.kyouiku-mokuhyou>.column .title3::after {
	content: "";
	width: 74px;
	height: 38px;
	display: block;
	position: relative;
	margin: 0 auto;
	background: url(../img/kyouiku/icon_futaba.svg) center no-repeat;
}

.kyouiku-mokuhyou>.column p.lead {
	text-align: center;
	font-weight: bold;
}

#kyouiku.teacher figure.wideImg img {
	margin-bottom: 10px;
}

#kyouiku.teacher figure.wideImg img:last-child {
	margin-bottom: 0;
}

.rinen .column {
	position: relative;
}

.rinen .jissen .tategaki {
	height: 300px;
	position: absolute;
	left: 50%;
	top: 80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rinen .jissen .tategaki h3 {
	margin-left: 20px;
	position: relative;
}

.rinen .jissen .tategaki h3 .nonosama2 {
	position: absolute;
	left: -10px;
	top: -100px;
}

@media screen and (max-width: 900px) {
	#kyouiku .homekyoikumain-lead {
		position: absolute;
		right: -5px;
		top: -10px;
		width: 150px;
		z-index: 10;
		overflow: hidden;
	}

	#kyouiku .homekyoikumain-lead span {
		display: inline-block;
		margin-left: 5px;
		width: 22px;
		float: right;
	}

	#kyouiku #mokuhyou p.t-center {
		text-align: left !important;
	}

	#kyouiku #mokuhyou p.t-center br {
		display: none;
	}

	.profileArea.list>li {
		padding: 10px 0 10px 120px;
	}

	.kyouiku-mokuhyou>.column {
		margin-bottom: 20px;
	}

	.jissen .column .column {
		margin-bottom: 20px;
	}

	.rinen .jissen .tategaki {
		height: 305px;
		position: relative;
		left: 50%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background: #fff;
		padding: 20px 20px 0 20px;
	}

	.rinen .jissen .tategaki h3 {
		margin-left: 20px;
		position: relative;
	}

	.rinen .jissen .tategaki h3 .nonosama2 {
		position: absolute;
		left: -10px;
		top: -78px;
	}

	.rinen .jissen .column .column:last-child {
		margin-bottom: 0;
		margin-top: -55px;
	}

	.tategaki>* {
		font-size: 0.9rem;
	}
}



/*day*/
.dayWrap {
	position: relative;
	padding-top: 230px;
}

.dayWrap::after {
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 0;
	background: #5b2c02;
	background: #5b2c02;
	background: #5b2c02;
}

.dayWrap::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	box-sizing: border-box;
	background: #5b2c02;
	background: #5b2c02;
	background: #5b2c02;
}

.dayWrap>* {
	position: relative;
	z-index: 1;
}

.day .pageLeadArea .time_box3 {
	width: 125px;
	height: 34px;
	border-radius: 17px;
	font-size: 1.2rem;
	display: block;
	text-align: center;
	position: absolute;
	bottom: -17px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #FFFFFF;
	line-height: 34px;
	letter-spacing: 0.1em;
	background: #5b2c02;
	background: #5b2c02;
	background: #5b2c02;
}

.day .pageLeadArea .time_box2 {
	width: auto;
	height: auto;
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 1.2rem;
	display: block;
	text-align: center;
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: 0.1em;
	background: #5b2c02;
	background: #5b2c02;
	background: #5b2c02;
}

.dayWrap .column-flex.box-column2 .box-column-size1 .wideImg .time-box-back {
	width: auto;
	height: 40px;
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 1.2rem;
	display: block;
	text-align: center;
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: 0.1em;
	background: #5b2c02;
	background: #5b2c02;
	background: #5b2c02;
}

.dayWrap .column-flex.box-column2 .box-column-size1 {
	width: 45%;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	position: relative;
}

.dayWrap .column-flex.box-column2 .box-column-size1 .title3 {
	margin-bottom: 10px;
}

.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(odd) .title3 {
	text-align: right;
}

.dayWrap .column-flex.box-column2 .box-column-size1 .wideImg {
	margin-bottom: 30px;
}

.dayWrap .column-flex.box-column2 .box-column-size1 .wideImg .lunch_mini {
	position: absolute;
	width: 35%;
	height: auto;
	bottom: -30px;
	right: -20px;
	filter: drop-shadow(0 0 2px #573e27);
}

.dayWrap .column-flex.box-column2 .box-column-size1 .wideImg .lunch_mini .sentence {
	position: relative;
	bottom: -10px;
	padding: 0.5rem 0.5rem calc(0.5rem + 5px);
	background: #ffe654;
	width: 40%;
	text-align: center;
	display: block;
	margin: auto;
	margin-bottom: auto;
	font-weight: bold;
	font-family: 'Kiwi Maru', serif;
	line-height: 1;
}

.dayWrap .column-flex.box-column2 .box-column-size1 .wideImg .lunch_mini .sentence::before {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100%;
	height: 100%;
	content: '';
	border: 2px solid #5b2c02;
}

.dayWrap .column-flex.box-column2 .box-column-size1 .wideImg .lunch_mini img {
	width: 100%;
}

.dayWrap .column-flex.box-column2 .box-column-size1 .wideImg time {
	width: auto;
	height: auto;
	display: block;
	padding: 0 30px;
	text-align: center;
	font-size: 1.2rem;
	border-radius: 17px;
	text-align: center;
	line-height: 34px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	background: #5b2c02;
	background: #5b2c02;
	background: #5b2c02;
}

.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(odd) .wideImg time {
	position: absolute;
	right: -10px;
	bottom: -10px;
	letter-spacing: 0.1em;
}

.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(odd) .wideImg time::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #5b2c02;
	position: absolute;
	right: -3px;
	top: 13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(odd) .wideImg time::after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 7px;
	right: -41px;
	border-radius: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	box-sizing: border-box;
	background: #5b2c02;
	background: #5b2c02;
	background: #5b2c02;
}

.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(odd) .wideImg .time-box-back {
	position: absolute;
	right: 0;
	bottom: -10px;
	letter-spacing: 0.1em;
}

.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(odd) .wideImg .time-box-back::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #5b2c02;
	position: absolute;
	right: -3px;
	top: 26px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(odd) .wideImg .time-box-back::after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	right: -41px;
	border-radius: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	box-sizing: border-box;
	background: #5b2c02;
	background: #5b2c02;
	background: #5b2c02;
}

.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(odd) {
	margin-top: -180px;
}

.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(even) {
	/* margin-top:180px; */
	margin-top: 340px;
}



.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(even) .wideImg time {
	position: absolute;
	left: -5px;
	bottom: -10px;
}

.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(even) .wideImg time::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #5b2c02;
	position: absolute;
	left: -3px;
	top: 13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(even) .wideImg time::after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 7px;
	left: -24px;
	border-radius: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	box-sizing: border-box;
	background: #5b2c02;
	background: #5b2c02;
	background: #5b2c02;
}

@media screen and (min-width: 900px) and (max-width: 1500px) {
	.dayWrap .column-flex.box-column2 .box-column-size1 .wideImg .lunch_mini .sentence {
		width: 60%;
	}
}

@media screen and (max-width: 900px) {

	.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(odd),
	.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(even) {
		margin-top: 50px;
		margin-bottom: 0px;
	}

	.dayWrap {
		margin-top: 0;
		padding-top: 40px;
	}

	.dayWrap .column-flex.box-column2 .box-column-size1 {
		width: 100%;
		display: block;
		padding-bottom: 30px;
	}

	.dayWrap .column-flex.box-column2 .box-column-size1 .wideImg {
		margin-bottom: 20px;
	}

	.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(even) .wideImg time,
	.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(odd) .wideImg time {
		position: absolute;
		right: inherit;
		left: 50%;
		bottom: -10px;
		letter-spacing: 0.1em;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(even) .wideImg time::before,
	.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(odd) .wideImg time::before {
		display: none;
	}

	.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(even) .wideImg time::after,
	.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(odd) .wideImg time::after {
		display: none;
	}

	.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(even) .title3,
	.dayWrap .column-flex.box-column2 .box-column-size1:nth-child(odd) .title3 {
		text-align: center;
		background: #FFFFFF;
		padding: 5px 0;
	}

	.dayWrap .column-flex.box-column2 .box-column-size1 p {
		background: #f8ecd8;
		padding: 5px 0;
		text-align: center;
	}

	.dayWrap .column-flex.box-column2 .box-column-size1 .wideImg .lunch_mini .sentence {
		background: #b9dece;
	}

}

@media screen and (max-width: 860px) {
	.day .pageLeadArea .time_box2 {
		bottom: -50px;
		width: 80%;
	}

	.dayWrap .column-flex.box-column2 .box-column-size1 .wideImg time {
		line-height: 20px;
		width: 80%;
	}
}

@media screen and (max-width: 640px) {
	.dayWrap .column-flex.box-column2 .box-column-size1 .wideImg .lunch_mini .sentence {
		font-size: 13px;
		width: 60%;
	}
}

@media screen and (max-width: 415px) {
	.dayWrap .column-flex.box-column2 .box-column-size1 .wideImg .lunch_mini .sentence {
		font-size: 12px;
	}
}

/*point*/
.point {
	width: 470px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	bottom: -30px;
}

.day1 {
	position: absolute;
	right: -530px;
	top: 0px;
}

.point .circle {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	border: 2px solid #5b2c02;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	position: relative;
}

.point p {
	/* width: 380px; */
	padding: 25px 10px 25px 10px;
	display: block;
	float: right;
	position: relative;
}

.point.point-r .circle {
	float: left;
	margin: 0 0 0 4px;
}

.point.point-r p {
	float: left;
}

.point.point-r p::before {
	content: "";
	width: 140px;
	height: 16px;
	display: block;
	background: url(../img/content/point_t.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.point.point-r p::after {
	content: "";
	width: 140px;
	height: 16px;
	display: block;
	background: url(../img/content/point_b.svg) no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}

.point.point-r::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #5b2c02;
	position: absolute;
	left: -1px;
	top: 40%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.point.point-l .circle {
	float: right;
	margin: 0 4px 0 0;
}

.point.point-l::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #5b2c02;
	position: absolute;
	right: 4px;
	top: 50%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.point.point-l p {
	/* float: left; */
	text-align: right;
}

.point.point-l p::before {
	content: "";
	width: 140px;
	height: 16px;
	display: block;
	background: url(../img/content/point_t.svg) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.point.point-l p::after {
	content: "";
	width: 140px;
	height: 16px;
	display: block;
	background: url(../img/content/point_b.svg) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

@media screen and (max-width: 900px) {
	.dayWrap {
		padding-top: 0;
	}

	.dayWrap .column:first-child {
		padding-top: 10px;
	}

	.day1 {
		position: relative;
		right: inherit;
		margin-bottom: 40px;
	}

	.day1 .point {
		background: #FFFFFF;
		padding: 20px 0;
	}

	.point {
		width: 100%;
		margin-top: 0;
		bottom: auto;
	}

	.point p {
		padding: 6% 10px
	}

	.point.point-l .circle {
		float: left;
		margin: 0 0 0 4px;
	}

	.point.point-l p {
		float: left;
	}

	.point.point-l p::before {
		content: "";
		width: 100%;
		height: 16px;
		display: block;
		background: url(../img/content/point_t.svg) no-repeat;
		position: absolute;
		left: 0;
		right: inherit;
		top: 20px;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		background-size: contain;
	}

	.point.point-l p::after {
		content: "";
		width: 100%;
		height: 16px;
		display: block;
		background: url(../img/content/point_b.svg) no-repeat;
		position: absolute;
		left: 0;
		right: inherit;
		bottom: 20px;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.point.point-l::before {
		display: none;
		/* content: ""; */
		/* width: 8px; */
		/* height: 8px; */
		/* background: #5b2c02; */
		/* position: absolute; */
		/* left: 100px; */
		/* top: 50%; */
		/* -webkit-transform: rotate(45deg) translateY(-50%); */
		/* transform: rotate(45deg) translateY(-50%); */
	}

	.dayWrap .column-flex.box-column2 .point.point-l p,
	.dayWrap .column-flex.box-column2 .point.point-r p {
		text-align: left;
		width: 60%;
		float: right;
		font-size: 1.8rem;
		padding: 60px 0;
		margin-top: 20px;
	}

	.point.point-l .circle,
	.point.point-r .circle {
		width: 20%;
		height: 35%;
		border-radius: 50%;
		margin: 30px 0 0 10%;
	}

	.point.point-r p::before {
		content: "";
		width: 140px;
		height: 16px;
		display: block;
		background: url(../img/content/point_t.svg) no-repeat;
		position: absolute;
		left: 0;
		top: 20px;
	}

	.point.point-r p::after {
		content: "";
		width: 140px;
		height: 16px;
		display: block;
		background: url(../img/content/point_b.svg) no-repeat;
		position: absolute;
		left: 0;
		bottom: 20px;
	}


}

/*point01*/
.point01 {
	/* width: 470px; */
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	bottom: -30px;
}

.point01 .circle {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	border: 2px solid #5b2c02;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	position: relative;
}

.point01 p {
	width: 380px;
	padding: 25px 10px 25px 10px;
	display: block;
	float: right;
	position: relative;
}

.point01.point-r .circle {
	float: left;
	margin: 0 0 0 4px;
}

.point01.point-r p {
	float: left;
}

.point01.point-r p::before {
	content: "";
	width: 140px;
	height: 20px;
	display: block;
	background: url(../img/content/point_t.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.point01.point-r p::after {
	content: "";
	width: 140px;
	height: 16px;
	display: block;
	background: url(../img/content/point_b.svg) no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}

.point01.point-r::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #5b2c02;
	position: absolute;
	left: -1px;
	top: 50%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.point01.point-l .circle {
	float: right;
	margin: 0 4px 0 0;
}

.point01.point-l::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #5b2c02;
	position: absolute;
	right: 4px;
	top: 30%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.point01.point-l p {
	float: left;
	text-align: right;
}

.point01.point-l p::before {
	content: "";
	width: 140px;
	height: 16px;
	display: block;
	background: url(../img/kyouiku/point_t.svg) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.point01.point-l p::after {
	content: "";
	width: 140px;
	height: 16px;
	display: block;
	background: url(../img/kyouiku/point_b.svg) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

@media screen and (max-width: 700px) {

	.point01.point-r .circle {
		width: 25%;
		height: 25%;
		border-radius: 50%;
		margin: 0 0 0 80px;
	}
}

@media screen and (max-width: 900px) {
	.day1 .point01 {
		background: #f8ecd8;
		padding: 20px 0;
	}

	.point01 {
		width: 100%;
		margin-top: 0;
		bottom: auto;
	}

	.point01 p {
		padding: 6% 10px
	}

	.point01.point-l .circle {
		float: left;
		margin: 0 0 0 4px;
	}

	.point01.point-l p {
		float: left;
	}

	.point01.point-l p::before {
		content: "";
		width: 100%;
		height: 16px;
		display: block;
		background: url(../img/kyouiku/point_t.svg) no-repeat;
		position: absolute;
		left: 0;
		right: inherit;
		top: 0;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		background-size: contain;
	}

	.point01.point-l p::after {
		content: "";
		width: 100%;
		height: 16px;
		display: block;
		background: url(../img/kyouiku/point_b.svg) no-repeat;
		position: absolute;
		left: 0;
		right: inherit;
		bottom: 0;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.point01.point-l::before {
		content: "";
		width: 8px;
		height: 8px;
		background: #6DBA8D;
		position: absolute;
		left: -1px;
		top: 50%;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
	}

	.dayWrap .column-flex.box-column2 .point01.point-l p,
	.dayWrap .column-flex.box-column2 .point01.point-r p {
		text-align: left;
		width: 60%;
		float: right;
		font-size: 1.6rem;
		padding: 6% 2px;
		margin-top: 20px;
	}

	.point01.point-l .circle,
	.point01.point-r .circle {
		width: 25%;
		height: 25%;
		border-radius: 50%;
		margin: 0 0 0 100px;
	}

	.point01.point-r::before {
		display: none;
		/* content: ""; */
		/* width: 8px; */
		/* height: 8px; */
		/* background: #5b2c02; */
		/* position: absolute; */
		/* left: 100px; */
		/* top: 50%; */
		/* -webkit-transform: rotate(45deg) translateY(-50%); */
		/* transform: rotate(45deg) translateY(-50%); */
	}

	.point.point-r::before {
		/* content: ""; */
		/* width: 8px; */
		/* height: 8px; */
		/* background: #5b2c02; */
		/* position: absolute; */
		/* left: -1px; */
		/* top: 40%; */
		/* -webkit-transform: rotate(45deg) translateY(-50%); */
		/* transform: rotate(45deg) translateY(-50%); */
		display: none;
	}

	.point01.point-r p::before {
		content: "";
		width: 300px;
		height: 20px;
		display: block;
		background: url(../img/content/point_t.svg) no-repeat;
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.point01.point-r p::after {
		content: "";
		width: 300px;
		height: 20px;
		display: block;
		background: url(../img/content/point_b.svg) no-repeat;
		position: absolute;
		left: 0;
		bottom: 0;
	}


}

/*event*/
.eventWrap {
	padding: 100px 0 0 0;
}

.eventWrap .column {
	position: relative;
	margin-bottom: 120px;
}

.eventWrap .column .manth img {
	margin-left: 10px;
}

.eventWrap .column:nth-child(odd) .manth {
	position: absolute;
	left: -200px;
	top: -120px;
}

.eventWrap .column:nth-child(even) .manth {
	position: absolute;
	right: -200px;
	top: -120px;
}

.eventWrap .list-dot {
	margin-bottom: 30px;
}

@media screen and (max-width: 1500px) {
	.eventWrap .column:nth-child(odd) .manth {
		position: absolute;
		left: -100px;
		top: -80px;
	}

	.eventWrap .column:nth-child(even) .manth {
		position: absolute;
		right: -100px;
		top: -80px;
	}
}

@media screen and (max-width: 1300px) {
	.eventWrap .column .manth img:first-child {
		margin-left: 10px;
		height: 105px;
		width: auto;
	}

	.eventWrap .column .manth img:last-child {
		margin-left: 10px;
		height: 39px;
		width: auto;
	}

	.eventWrap .column:nth-child(odd) .manth {
		position: absolute;
		left: 20px;
		top: -80px;
	}

	.eventWrap .column:nth-child(even) .manth {
		position: absolute;
		right: 20px;
		top: -80px;
	}
}

@media screen and (max-width: 900px) {
	.eventWrap .column .manth img:first-child {
		margin-left: 10px;
		height: 70px;
		width: auto;
	}

	.eventWrap .column .manth img:last-child {
		margin-left: 10px;
		height: 26px;
		width: auto;
	}

	.eventWrap .column:nth-child(odd) .manth {
		position: absolute;
		left: 0;
		right: inherit;
		top: -80px;
	}

	.eventWrap .column:nth-child(even) .manth {
		position: absolute;
		left: 0;
		right: inherit;
		top: -80px;
	}
}

/*curriculum*/
.curriculum .pageLeadArea .box-column-size1 {
	width: 23%;
}

.curriculum .column-flex.box-column4 .box-column-size1 figure {
	width: 80px;
	height: auto;
	margin: 0 auto 10px;
}

.curriculum .pickup .title1 {
	font-size: 4rem;
	padding-top: 50px;
	margin-bottom: 40px;
	color: #47A0A0;
	line-height: 1em;
	letter-spacing: 0.03em;
}

.curriculum .lead {
	font-size: 1.2rem;
}

#lesson1 .pickup::before {
	content: "";
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	left: -100px;
	top: 45px;
	background: url(../img/kyouiku/icon_eng.svg) no-repeat;
	background-size: 80px;
}

#lesson2 .pickup::before {
	content: "";
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	left: -100px;
	top: 45px;
	background: url(../img/kyouiku/icon_sports.svg) no-repeat;
	background-size: 80px;
}

#lesson3 .pickup::before {
	content: "";
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	left: -100px;
	top: 45px;
	background: url(../img/kyouiku/icon_chiiku.svg) no-repeat;
	background-size: 80px;
}

#lesson4 .pickup::before {
	content: "";
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	left: -100px;
	top: 45px;
	background: url(../img/kyouiku/icon_syokuiku.svg) no-repeat;
	background-size: 80px;
}

#lesson2 .pickup .title1 {
	font-size: 3.5rem;
	letter-spacing: -0.05em;
}

@media screen and (max-width: 900px) {

	.curriculum .pageLeadArea .box-column-size1 {
		width: 50%;
	}

	.curriculum .column-flex.box-column4 .box-column-size1 figure {
		width: 40px;
		height: auto;
		margin: 0 auto 10px;
	}

	.curriculum .box-column3 .column:first-child .wideImg {
		width: 135%;
		margin-left: -10%;
	}

	#lesson2 .pickup .title1,
	.curriculum .pickup .title1 {
		font-size: 1.3rem;
		padding-top: 0;
		margin-bottom: 20px;
		color: #47A0A0;
		line-height: 1em;
		letter-spacing: 0.03em;
		text-align: center;
	}

	#lesson1 .pickup::before {
		content: "";
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -60px;
		background: url(../img/kyouiku/icon_eng.svg) no-repeat;
		background-size: 40px;
	}

	#lesson2 .pickup::before {
		content: "";
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -60px;
		background: url(../img/kyouiku/icon_sports.svg) no-repeat;
		background-size: 40px;
	}

	#lesson3 .pickup::before {
		content: "";
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -60px;
		background: url(../img/kyouiku/icon_chiiku.svg) no-repeat;
		background-size: 40px;
	}

	#lesson4 .pickup::before {
		content: "";
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -60px;
		background: url(../img/kyouiku/icon_syokuiku.svg) no-repeat;
		background-size: 40px;
	}
}

/*teacher*/
.interviewMain {
	position: relative;
}

.interviewMain .pickup {
	width: 500px;
	display: block;
	position: absolute;
	right: -30px;
	bottom: 0;
	padding: 30px;
	padding-bottom: 0;
	background: #FFFFFF;
}

.interviewMain .pickup .name {
	color: #47A0A0;
	margin-bottom: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
}

.interviewMain .pickup .name .textS:first-child {
	display: block;
	color: #000;
	margin-bottom: 10px;
}

.interviewMain .pickup .name .textS:last-child {
	margin-left: 0.5em;
	vertical-align: middle;
}

.interviewMain .pickup p {
	margin-bottom: 0;
}


@media screen and (max-width: 900px) {
	.interviewMain .pickup {
		width: 100%;
		display: block;
		position: relative;
		right: inherit;
		bottom: auto;
		top: -40px;
		padding: 10px 10px 0 10px;
		padding-bottom: 0;
		background: #FFFFFF;
	}
}

@media screen and (max-width: 450px) {

	.point01.point-r::before {
		content: "";
		width: 8px;
		height: 8px;
		background: #5b2c02;
		position: absolute;
		left: 60px;
		top: 30%;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
	}

	.point01.point-l .circle,
	.point01.point-r .circle {
		/* width: 35%; */
		height: 35%;
		border-radius: 50%;
		margin-left: 20px;
	}

	.point.point-l .circle,
	.point.point-r .circle {
		width: 25%;
		height: 35%;
		border-radius: 50%;
		margin-left: 30px;
		margin-top: 50px;
	}

	.point01.point-r p::before {
		content: "";
		width: 140px;
		height: 18px;
		display: block;
		background: url(../img/content/point_t.svg) no-repeat;
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.point01.point-r p::after {
		content: "";
		width: 140px;
		height: 18px;
		display: block;
		background: url(../img/content/point_b.svg) no-repeat;
		position: absolute;
		left: 0;
		bottom: 0;
	}


}


/******************************************

annai

*******************************************/
#annai {}

#page-tab {
	margin-bottom: 50px;
}

#page-tab .tabNav {
	position: relative;
}

#page-tab .tabNav li {
	width: 20%;
	display: block;
	text-align: center;
	padding: 10px 0;
	position: relative;
}

#page-tab .tabNav li figure {
	width: 50px;
	height: 60px;
	display: block;
	margin: 0 auto 10px;
}

#page-tab .tabNav:nth-child(1)::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #E4BC27;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#page-tab .tabNav li::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #E4BC27;
	position: absolute;
	right: 0;
	top: 0;
}

#page-tab .tabNav li.select {
	background: #F1F1BE;
}

#page-tab .tabNav li.select::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	background: #F1F1BE;
}

#page-tab .tabNav li:nth-child(1) figure img {}

#page-tab .tabNav li:nth-child(2) figure img {
	width: 50px;
	height: auto;
}

#page-tab .tabNav li:nth-child(3) figure img {
	width: 44px;
	height: auto;
}

#page-tab .tabNav li:nth-child(4) figure img {
	width: 53px;
	height: auto;
}

#page-tab .tabNav li:nth-child(5) figure img {
	width: 64px;
	height: auto;
}

.bosyu-title {
	text-align: center;
	display: block;
	margin-bottom: 50px;
	font-size: 1.4rem;
	text-align: center;
}

.bosyu-title span {
	display: inline-block;
}

.bosyu-title .textS {
	display: block;
	text-align: center;
}

.bosyu-title span.titleInner {
	position: relative;
	padding: 0 100px;
}

.annai #annai.bosyu .box-color {
	min-height: 80%;
}

.annai #annai.bosyu dl.list-vertical>dt .textS {
	margin-left: 10px;
}

.annai #annai.bosyu dl.list-vertical>dt,
.annai #annai.bosyu dl.list-vertical>dd {
	position: relative;
	padding-left: 110px;
}

.annai #annai.bosyu dl.list-vertical>dt.y1::before {
	content: "";
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	left: 10px;
	top: 20px;
	background: url(../img/illust/illust_tanpopo1.jpg) no-repeat center;
	background-size: 80px;
}

.annai #annai.bosyu dl.list-vertical>dt.y2::before {
	content: "";
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	left: 10px;
	top: 20px;
	background: url(../img/illust/illust_sumire.jpg) no-repeat center;
	background-size: 80px;
}

.annai #annai.bosyu dl.list-vertical>dt.y3::before {
	content: "";
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	left: 10px;
	top: 20px;
	background: url(../img/illust/illust_hiyoko2.png) no-repeat center;
}

.annai #annai.bosyu dl.list-vertical>dt.y4::before {
	content: "";
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	left: 10px;
	top: 20px;
	background: url(../img/illust/illust_kobato1.png) no-repeat center;
	background-size: 60px;
}

.annai #annai.bosyu dl.list-vertical>dt.y5::before {
	content: "";
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	left: 10px;
	top: 20px;
	background: url(../img/illust/illust_tubame2.png) no-repeat center;
	background-size: 70px;
}

#annai .cat-nav li figure {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: -moz-linear-gradient(left, #EDC31C, #E48F15);
	background: -webkit-linear-gradient(left, #EDC31C, #E48F15);
	background: linear-gradient(to right, #EDC31C, #E48F15);
}

#annai .cat-nav li figure img {
	width: 70%;
}

#annai #price .telwrap .telnum {
	font-size: 2rem;
}

#annai #price .box-column3 .column {
	margin-bottom: 20px;
}

#price dl.list-horizontal>dt {
	width: 50%;
}

#price dl.list-horizontal>dd {
	width: 50%;
	text-align: right;
}

@media screen and (max-width: 1500px) {
	#annai .cat-nav .column-flex.box-column5 .box-column-size1 figure {
		width: 60%;
		height: 0;
		padding-top: 60%;
		margin: 0 auto 10px;
	}
}

@media screen and (max-width: 900px) {
	#page-tab {
		display: none;
	}

	.disnon {
		display: block;
	}

	.tab_wrap {
		margin-bottom: 40px;
	}

	.bosyu-title {
		margin-bottom: 20px;
	}

	.bosyu-title span {
		width: 100%;
		display: block;
	}

	.bosyu-title span.titleInner {
		position: relative;
		padding: 0 50px;
		font-size: 1.1rem;
	}

	#annai.hoiku .column-flex.box-column2 .box-column-size1.column:first-child {
		margin-bottom: 20px;
	}

	#annai.hoiku .column-flex.box-column2 .box-column-size1:last-child dl.list-horizontal {
		border-top: 1px solid #ccc;
	}

	#price dl.list-horizontal {
		margin-bottom: 0;
	}

	#price dl.list-horizontal>dt {
		width: 100%;
		border-bottom: none;
		padding-bottom: 0;
	}

	#price dl.list-horizontal>dd {
		width: 100%;
		text-align: left;
		padding-left: 0;
		padding-top: 0;
	}

	#annai .cat-nav .column-flex.box-column5 .box-column-size1 figure {
		width: 20%;
		height: 0;
		padding-top: 20%;
		margin: 0;
	}

}

.y1 span.titleInner::before {
	content: "";
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/illust/illust_tukushi1.png) no-repeat;
	background-size: 50px;
}

.y1 span.titleInner::after {
	content: "";
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/illust/illust_tukushi2.png) no-repeat;
	background-size: 50px;
}

.y2 span.titleInner::before {
	content: "";
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/illust/illust_tukushi1.png) no-repeat;
	background-size: 50px;
}

.y2 span.titleInner::after {
	content: "";
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/illust/illust_tukushi2.png) no-repeat;
	background-size: 50px;
}

.y3 span.titleInner::before {
	content: "";
	width: 55px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 15px;
	background: url(../img/illust/illust_hiyuoko1.png) no-repeat;
	background-size: 55px;
}

.y3 span.titleInner::after {
	content: "";
	width: 26px;
	height: 32px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 15px;
	background: url(../img/illust/illust_hiyoko2.png) no-repeat;
	background-size: 26px;
}

.y4 span.titleInner::before {
	content: "";
	width: 60px;
	height: 65px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: -20px;
	background: url(../img/illust/illust_kobato1.png) no-repeat;
	background-size: 60px;
}

.y4 span.titleInner::after {
	content: "";
	width: 25px;
	height: 40px;
	display: inline-block;
	position: absolute;
	right: 45px;
	top: 10px;
	background: url(../img/illust/illust_kobato2.png);
	background-size: 25px;
}

.y5 span.titleInner::before {
	content: "";
	width: 20px;
	height: 57px;
	display: inline-block;
	position: absolute;
	left: 51px;
	top: 12px;
	background: url(../img/illust/illust_tubame1.png) no-repeat;
	background-size: 20px;
}

.y5 span.titleInner::after {
	content: "";
	width: 70px;
	height: 60px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: -23px;
	background: url(../img/illust/illust_tubame2.png) no-repeat;
	background-size: 70px;
}

@media screen and (max-width: 900px) {
	.y4 span.titleInner::before {
		content: "";
		width: 60px;
		height: 65px;
		display: inline-block;
		position: absolute;
		left: 0;
		top: -20px;
		background: url(../img/illust/illust_kobato1.png) no-repeat;
		background-size: 50px;
	}

	.y4 span.titleInner::after {
		content: "";
		width: 25px;
		height: 40px;
		display: inline-block;
		position: absolute;
		right: 0;
		top: 10px;
		background: url(../img/illust/illust_kobato2.png);
		background-size: 25px;
	}

	.y5 span.titleInner::before {
		content: "";
		width: 20px;
		height: 57px;
		display: inline-block;
		position: absolute;
		left: 0;
		top: 12px;
		background: url(../img/illust/illust_tubame1.png) no-repeat;
		background-size: 20px;
	}

	.y5 span.titleInner::after {
		content: "";
		width: 50px;
		height: 45px;
		display: inline-block;
		position: absolute;
		right: 0;
		top: -13px;
		background: url(../img/illust/illust_tubame2.png) no-repeat;
		background-size: 50px;
	}
}

.tab_wrap .title-dot {
	margin-bottom: 20px;
}

/*step*/
.stepNav {
	margin: 0 auto 50px;
	width: 600px;
	position: relative;
}

.stepNav::after {
	content: "";
	width: 500px;
	height: 14px;
	display: block;
	position: absolute;
	left: 50px;
	top: 41px;
	background: url(../img/annai/line_annai.svg) no-repeat center;
	position: absolute;
	z-index: 0;
}

.stepNav li {
	width: 150px;
	height: auto;
	padding: 1px;
	display: block;
	box-sizing: border-box;
	z-index: 10;
}

.stepNav li a {
	text-align: center;
	display: block;
	position: relative;
	padding-bottom: 20px;
}

.stepNav li figure {
	width: 90px;
	height: 90px;
	padding: 1px;
	display: block;
	box-sizing: border-box;
	margin: 0 auto 10px;
}

.stepNav li figure span {
	width: 88px;
	height: 88px;
	background: #FFF;
	display: block;
	border-radius: 50%;
	text-align: center;
}

.stepNav li figure span img {
	width: 48px;
	height: auto;
	margin-top: 20px;
}

.stepNav li a::after {
	content: "";
	width: 24px;
	height: 15px;
	display: block;
	background: url(../img/annai/under_arrow.svg) no-repeat;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

@media screen and (max-width: 900px) {
	.stepNav {
		margin: 0 auto 40px;
		width: 100%;
		position: relative;
	}

	.stepNav::after {
		content: "";
		width: 80%;
		height: 7px;
		display: block;
		position: absolute;
		left: 10%;
		top: 31%;
		background: url(../img/annai/line_annai.svg) no-repeat center;
		position: absolute;
		z-index: 0;
	}

	.stepNav li {
		width: 33%;
		height: auto;
		padding: 1px;
		display: block;
		box-sizing: border-box;
		z-index: 10;
	}

	.stepNav li a {
		text-align: center;
		display: block;
		position: relative;
		padding-bottom: 0px;
		font-size: 0.8rem;
		line-height: 1.2rem;
	}

	.stepNav li figure {
		width: 84%;
		height: 84%;
		padding: 1px;
		display: block;
		box-sizing: border-box;
		margin: 0 auto 10px;
	}

	.stepNav li figure span {
		width: 100%;
		height: 100%;
		background: #FFF;
		display: block;
		border-radius: 50%;
		text-align: center;
	}

	.stepNav li figure span img {
		width: 50%;
		height: auto;
		margin-top: 25%;
		margin-bottom: 25%;
	}

	.stepNav li a::after {
		content: "";
		width: 16px;
		height: 10px;
		display: block;
		background: url(../img/annai/under_arrow.svg) no-repeat;
		background-size: 16px;
		position: absolute;
		left: 50%;
		bottom: -14px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
}

.column.step-wrap {
	padding: 40px 0 40px;
	margin-bottom: 0;
	position: relative;
}

.column.step-wrap .title3 {
	text-align: center;
	margin-bottom: 30px;
}

.column.step-wrap .title3 figure {
	width: 68px;
	height: auto;
	padding: 1px;
	display: block;
	box-sizing: border-box;
	margin: 0 auto 10px;
}

.checkArea {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 30px;
}

.checkArea .check {
	width: 37px;
	height: 37px;
	background: url(../img/annai/check_base.svg) no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
}

.checkArea .textArea {
	width: 640px;
	margin-left: 60px;
	margin-bottom: 10px;
	float: left;
}

.checkArea .textArea p {
	margin-bottom: 0;
}

.checkArea .btnArea {
	width: 180px;
	display: block;
	float: right;
}

.checkArea .btnArea .color-annai {
	width: 180px;
}

#step .box .flow {
	position: relative;
	margin-bottom: 20px;
}

#step .box .flow::after {
	content: "";
	width: 24px;
	height: 15px;
	display: block;
	background: url(../img/annai/under_arrow.svg) no-repeat;
	position: absolute;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#step .box .flow:last-child::after {
	display: none;
}

@media screen and (max-width: 900px) {
	#step .textS {
		display: block;
	}

	.column.step-wrap {
		padding: 20px 0 40px;
		margin-bottom: 0;
		position: relative;
	}

	.checkArea {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		position: relative;
		overflow: hidden;
		padding: 10px 0;
		margin-bottom: 30px;
	}

	.checkArea .check {
		width: 27px;
		height: 27px;
		background: url(../img/annai/check_base.svg) no-repeat;
		background-size: 27px;
		display: block;
		position: absolute;
		left: 0;
		top: 10px;
	}

	.checkArea .check img {
		width: 100%;
		height: auto;
	}

	.checkArea .textArea {
		width: auto;
		margin-left: 40px;
		float: left;
	}

	.checkArea .btnArea {
		display: block;
		text-align: center;
		width: 100%;
	}

	#step .box.box-color {
		margin-bottom: 0;
	}
}

.annai .box-color {
	margin-bottom: 20px;
}

.box-color .btnWrap {
	text-align: center;
}

.box-color .btnWrap .btn {
	width: 180px;
	margin: 10px 15px 0;
}

#annai .column-flex.box-column2 .box-column-size1 {
	margin-bottom: 20px;
}

#step1::before {
	content: "";
	width: 100%;
	height: 3px;
	background: url(../img/annai/step_line.svg) repeat-y center;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 1000px;
}

#step1 {
	background: url(../img/annai/step_line_arrow.svg) no-repeat center bottom;
}

#step2 {
	background: url(../img/annai/step_line_arrow.svg) no-repeat center bottom;
}

#step3 {
	background: url(../img/annai/step_line.svg) no-repeat center bottom;
}

#annai.hoiku #jikan1 .column-flex.box-column2 .box-column-size1 dl.list-horizontal dt {
	width: 30%;
}

#annai.hoiku #jikan1 .column-flex.box-column2 .box-column-size1 dl.list-horizontal dd {
	width: 70%;
}

@media screen and (max-width: 900px) {
	#annai.hoiku .column-flex.box-column2 .box-column-size1:first-child {
		margin-bottom: 0;
	}

	#annai.hoiku #jikan1 .column-flex.box-column2 .box-column-size1:last-child dl.list-horizontal,
	#annai.hoiku #jikan2 .column-flex.box-column2 .box-column-size1:last-child dl.list-horizontal {
		border-top: none;
	}

	#annai.hoiku #price .column-flex.box-column2 .box-column-size1.mb0sp dl.list-horizontal dd:last-child {
		border-bottom: none;
	}

	.box-color .btnWrap .btn {
		margin-bottom: 10px;
	}

	.box-color .btnWrap .btn::last-of-type {
		margin-bottom: 0;
	}
}

/*nintei*/
#kubun .borderBox .title2 {
	padding-bottom: 15px;
	background: url(../img/admission/step_line.svg) bottom no-repeat;
	background-size: 1000px;
	margin-bottom: 15px;
}

#kubun .borderBox .lead {
	text-align: center;
	display: block;
}

#kubun .column-flex.box-column3 .box-column-size1 {
	margin-bottom: 20px;
}

/*hantei*/
#hantei p {
	display: block;
}

#hantei .column-flex.box-column2 .box-column-size1 {
	margin-bottom: 40px;
	position: relative;
}

#hantei .box-column-size1 .title3 {
	text-align: center;
	width: 400px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	position: relative;
}

#hantei figure img {
	width: 400px;
	height: auto;
	display: block;
	margin: 0 auto;
}

#hantei .box-color {
	padding: 40px;
}

#hantei .box-color .column-flex.box-column3 .box-column-size1 {
	width: 32%;
	width: -webkit-calc(33.333% - 15px);
	width: calc(33.333% - 15px);
}

#hantei .box-color .column-flex.box-column3 .box-column-size2 {
	width: 64.2%;
	width: -webkit-calc(66.666% - 15px);
	width: calc(66.666% - 15px);
}

#nyuen .box-color .column-flex.box-column3 .box-column-size3 {
	width: 48%;
	width: -webkit-calc(48% - 15px);
	width: calc(48% - 15px);
}

#hantei ul.list-dot>li {
	border-bottom: 1px solid #8dc21f;
}

#hantei ul.list-dot {
	border-top: 1px solid #8dc21f;
}

@media screen and (max-width: 900px) {
	#hantei .box-column-size1 .title3 {
		text-align: center;
		width: 100%;
		display: block;
		margin: 0 auto 20px;
		padding-top: 0;
		position: relative;
	}

	#hantei figure img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	hantei #hantei .box-color {
		padding: 15px;
	}

	#hantei .column-flex.box-column3 .box-column-size1 ul {
		border-top: none;
	}

	#hantei .box-color .column-flex.box-column3 .box-column-size1,
	#hantei .box-color .column-flex.box-column3 .box-column-size2 {
		width: 100%;
		display: block;
	}

	#nyuen .box-color .column-flex.box-column3 .box-column-size3 {
		width: 100%;
		display: block;
	}

	#nyuen .column-flex.box-column3 .box-column-size2 ul {
		border-top: none;
	}
}

/*nyuen*/
#nyuen p {
	display: block;
}

#nyuen .column-flex.box-column2 .box-column-size1 {
	margin-bottom: 40px;
	position: relative;
}

#nyuen .box-column-size1 .title3 {
	text-align: center;
	width: 400px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	position: relative;
}



#nyuen figure img {
	width: 400px;
	height: auto;
	display: block;
	margin: 0 auto;
}

#nyuen .box-color {
	padding: 40px;
}

#nyuen .box-color .column-flex.box-column3 .box-column-size1 {
	width: 32%;
	width: -webkit-calc(33.333% - 15px);
	width: calc(33.333% - 15px);
}

#nyuen .box-color .column-flex.box-column3 .box-column-size2 {
	width: 64.2%;
	width: -webkit-calc(66.666% - 15px);
	width: calc(66.666% - 15px);
}

#nyuen .box-color .column-flex.box-column3 .box-column-size3 {
	width: 48%;
	width: -webkit-calc(48% - 15px);
	width: calc(48% - 15px);
}

#nyuen ul.list-dot>li {
	border-bottom: 1px solid #8dc21f;
}

#nyuen ul.list-dot {
	border-top: 1px solid #8dc21f;
}

@media screen and (max-width: 900px) {
	#nyuen .box-column-size1 .title3 {
		text-align: center;
		width: 100%;
		display: block;
		margin: 0 auto 20px;
		padding-top: 0;
		position: relative;
	}

	#nyuen figure img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	#nyuen .box-color {
		padding: 15px;
	}

	#nyuen .column-flex.box-column3 .box-column-size3 ul {
		border-top: none;
	}

	#nyuen .box-color .column-flex.box-column3 .box-column-size1,
	#nyuen .box-color .column-flex.box-column3 .box-column-size2,
	#nyuen .box-color .column-flex.box-column3 .box-column-size3 {
		width: 100%;
		display: block;
		margin-bottom: 50px;
	}

	#nyuen .column-flex.box-column3 .box-column-size2 ul {
		border-top: none;
	}

	#nyuen .column-flex.box-column3 .box-column-size3 ul {
		border-top: none;
	}


}

/******************************************

topic

*******************************************/
#topic {}

.entryWrap {
	width: 700px;
	display: block;
	float: left;
}

.entry:first-child {
	padding-top: 50px;
}

.entry .title3 {
	display: block;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	margin-bottom: 15px;
}

.entry time {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 2px solid #000;
}

.entry .cat {
	margin-right: 20px;
	display: inline-block;
}

.entry .cat a {
	margin-right: 20px;
}

.entry-contents {
	margin-top: 30px;
}

.entry-contents img {
	width: 100%;
	height: auto;
}

aside.topicnav {
	padding-top: 50px;
	width: 250px;
	float: right;
	display: block;
}

aside.topicnav .title3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	line-height: 1.6em;
}

aside.topicnav select {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	line-height: 1.6em;
	padding: 10px;
	box-sizing: border-box;
}

.pagenation {
	margin-top: 100px;
	margin-bottom: 50px;
	display: block;
}

@media screen and (max-width: 900px) {
	.entryWrap {
		width: 100%;
		display: block;
		float: none;
	}

	aside.topicnav {
		padding-top: 50px;
		width: 100%;
		float: none;
		display: block;
	}

	.entry .title3 {
		margin-bottom: 10px;
	}

	.entry time {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		font-size: 0.8rem;
	}

	.entry .cat {
		margin-right: 0;
		display: block;
		font-size: 0.8rem;
	}

	.entry-contents {
		margin-top: 10px;
	}

	.entry:first-child {
		padding-top: 0;
	}
}

/************************************************

moyou

***********************************************/
@media screen and (min-width: 901px) {
	.moyou {
		width: 165px;
		height: 165px;
		display: block;
		position: absolute;
		z-index: 100;
		animation: moyouAnime 6s steps(4) infinite;
	}

	.moyou.m-top {
		background: url(../img/bg/icon_flower_red.png) no-repeat;
		background-size: 165px;
		top: 50px;
		right: 50px;
	}

	.moyou.m-topic {
		background: url(../img/bg/icon_flower_blue.png) no-repeat;
		background-size: 165px;
		top: -110px;
		left: 50px;
	}

	.moyou.m-kyouiku {
		background: url(../img/bg/icon_kyouiku.png) no-repeat;
		background-size: 165px;
		top: -80px;
		right: 50px;
	}

	.moyou.m-annai {
		background: url(../img/bg/icon_annai.png) no-repeat;
		background-size: 165px;
		top: -50px;
		left: 50px;
	}

	.moyou.m-shien {
		background: url(../img/bg/icon_shien.png) no-repeat;
		background-size: 165px;
		top: 80px;
		left: 50px;
	}

	.moyou.m-soudan {
		background: url(../img/bg/icon_shitumon.png) no-repeat;
		background-size: 165px;
		top: 300px;
		right: 50px;
	}

	.shien dl.list-horizontal>dt {
		width: 25%;
	}

	.shien dl.list-horizontal>dd {
		width: 75%;
	}
}

@keyframes moyouAnime {
	to {
		background-position: center -660px;
	}
}