/*============================
下層ページMV
============================*/
.mv {
	background-image: url(../img/reason/mv_pc.jpg);
}

@media screen and (max-width: 640px) {
  .mv {
    background-position: right center;
  }
}

.mv .title_wrap .title span {
	color: #E52D8A;
}

.sec_title_wrap .sec_title span::before {
	background-color: #E52D8A;
}

/*============================
教育理念
============================*/
.philosophy {
	position: relative;
	z-index: 1;
}

.philosophy .sub_title_wrap {
	text-align: center;
}

.philosophy .sub_title_wrap .sub_title {
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	font-size: 0.36rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.philosophy .sub_title_wrap .sub_title {
		font-size: 0.30rem;
	}
}

.philosophy .sub_title_wrap span {
	display: inline-block;
	position: relative;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
	font-size: 0.20rem;
	margin-top: 0.20rem;
}

@media screen and (max-width: 640px) {
	.philosophy .sub_title_wrap span {
		font-size: 0.16rem;
		margin-top: 0.15rem;
	}	
}

.philosophy .sub_title_wrap span::before {
	content: '';
	width: 0.23rem;
	height: 0.01rem;
	background: #000;
	position: absolute;
	left: -0.40rem;
	top: 50%;
	transform: translateY(-50%);
}

.philosophy .sub_title_wrap span::after {
	content: '';
	width: 0.23rem;
	height: 0.01rem;
	background: #000;
	position: absolute;
	right: -0.40rem;
	top: 50%;
	transform: translateY(-50%);
}

.philosophy .lead {
	font-size: 0.16rem;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.075em;
	margin-bottom: 0.84rem;
	margin-top: 0.37rem;
}

@media screen and (max-width: 640px) {
	.philosophy .lead {
		font-size: 0.15rem;
		line-height: 1.91;
		text-align: justify;
		letter-spacing: 0.05em;
		margin-bottom: 0.50rem;
	}
}

.philosophy .list {
	max-width: 10.0rem;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.philosophy .list li {
	width: 31%;
}

@media screen and (max-width: 640px) {
	.philosophy .list li {
		width: 32%;
	}
}

.philosophy .list li:nth-child(2) {
	position: relative;
	top: -0.30rem;
}

/*============================
教育理念
============================*/
.guidance {
	margin-top: 1.33rem;
	position: relative;
	z-index: 1;
}

.guidance .in {
	background: rgba(226, 235, 174, 0.2);
	border-radius: 0.10rem;
	padding-bottom: 0.80rem;
}

@media screen and (max-width: 640px) {
	.guidance .in {
		padding-bottom: 0.20rem;
	}
}

.guidance .sec_title_wrap {
	padding-bottom: 0.20rem;
}

.guidance .sec_title {
	position: relative;
	top: -0.35rem;
}

.guidance .sub_title {
	text-align: center;
}

@media screen and (max-width: 640px) {
	.guidance .sub_title {
		padding: 0 0.30rem;
	}
}

.guidance .lead {
	font-size: 0.18rem;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.075em;
	margin-bottom: 0.84rem;
	margin-top: 0.25rem;
}

@media screen and (max-width: 640px) {
	.guidance .lead {
		font-size: 0.15rem;
		line-height: 1.875;
		text-align: justify;
		letter-spacing: 0.05em;
		margin-bottom: 0.20rem;
		margin-top: 0.15rem;
	}
}

.guidance .cont_wrap {
	width: 100%;
	max-width: 10.0rem;
	margin: auto;
}

.guidance .cont_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 640px) {
	.guidance .cont_box {
		display: block;
	}
}

.guidance .cont_box:nth-child(2) {
	flex-flow: row-reverse;
}

.guidance .cont_box .ph_wrap {
	width: 3.60rem;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.guidance .cont_box .ph_wrap {
		width: 100%;
	}
}

.guidance .cont_box .text_wrap {
	width: calc(100% - 3.90rem);
}

@media screen and (max-width: 640px) {
	.guidance .cont_box .text_wrap {
		width: 100%;
	}
}

.guidance .cont_box .text_wrap .cont_title_wrap .point {
	color: #00913A;
	font-size: 0.15rem;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin-bottom: 0.10rem;
	display: block;
}

@media screen and (max-width: 640px) {
	.guidance .cont_box .text_wrap .cont_title_wrap .point {
		font-size: 0.13rem;
		padding-top: 0.20rem;
	}
}

.guidance .cont_box .text_wrap .cont_title_wrap .cont_title {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1.44;
	letter-spacing: 0.05em;
	margin-bottom: 0.10rem;
	border-bottom: 1px solid #F8DF09;
	padding-bottom: 0.05rem;
	letter-spacing: 0.075em;
	position: relative;
}

@media screen and (max-width: 640px) {
	.guidance .cont_box .text_wrap .cont_title_wrap .cont_title {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
	}
}

.guidance .cont_box .text_wrap .cont_title_wrap .cont_title::after {
	content: '';
	width: 2.00rem;
	height: 1px;
	background: #00913A;
	position: absolute;
	left: 0;
	bottom: -0.01rem;
}

.guidance .cont_box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-top: 0.10rem;
}

@media screen and (max-width: 640px) {
	.guidance .cont_box .text_wrap .text {
		font-size: 0.15rem;
		line-height: 1.875;
		letter-spacing: 0.0.05em;
	}
}

/*============================
特長
============================*/
.feature {
	margin-top: 0.92rem;
}

@media screen and (max-width: 640px) {
	.feature {
		margin-top: 0.60rem;
	}
}

.feature .cont_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feature .cont_wrap .cont_box {
	width: 31%;
}

@media screen and (max-width: 640px) {
	.feature .cont_wrap .cont_box {
		width: 100%;
		padding-bottom: 0.40rem;
	}
}

.feature .cont_wrap .cont_box .cont_title_wrap {
	text-align: center;
}

.feature .cont_wrap .cont_box .cont_title_wrap span {
	color: #00913A;
	font-size: 0.15rem;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin-bottom: 0.05rem;
	display: block;
}

@media screen and (max-width: 640px) {
	.feature .cont_wrap .cont_box .cont_title_wrap span {
		font-size: 0.13rem;
	}
}

.feature .cont_wrap .cont_box .cont_title_wrap .cont_title {
	font-size: 0.26rem;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	.feature .cont_wrap .cont_box .cont_title_wrap .cont_title {
		font-size: 0.20rem;
	}
}

.feature .cont_wrap .cont_box .ph_wrap {
	width: auto;
	height: 2.60rem;
	border-radius: 0.10rem;
	overflow: hidden;
	margin-top: 0.10rem;
}

@media screen and (max-width: 640px) {
	.feature .cont_wrap .cont_box .ph_wrap {
		width: 100%;
		height: 60vw;
		border-radius: 0.06rem;
	}
	.feature .cont_wrap .cont_box .ph_wrap img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.feature .cont_wrap .cont_box .text {
	font-size: 0.16rem;
	line-height: 1.85;
	margin-top: 0.20rem;
}

@media screen and (max-width: 640px) {
	.feature .cont_wrap .cont_box .text {
		font-size: 0.15rem;
		line-height: 1.875;
		text-align: justify;
		margin-top: 0.10rem;
	}
}

.feature .feature_btn {
	margin-top: 0.50rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.feature .feature_btn {
		margin-top: 0;
		padding-right: 0.30rem;
	}
}

.feature .feature_btn a {
	font-size: 0.20rem;
	font-weight: bold;
	border-bottom: 1px solid #F8DF09;
	color: #000;
	position: relative;
}

@media screen and (max-width: 640px) {
	.feature .feature_btn a {
		font-size: 0.16rem;
	}
}

.feature .feature_btn a:hover {
	opacity: 0.7;
	border-bottom: none;
}

.feature .feature_btn a::after {
	content: '';
	position: absolute;
	width: 0.36rem;
	height: 0.36rem;
	background: url(../img/flow/arrow_yellow.svg) no-repeat center;
	background-size: cover;
	right: -0.45rem;
	top: -0.03rem;
	transition: all .3s
}

@media screen and (max-width: 640px) {
	.feature .feature_btn a::after {
		width: 0.26rem;
		height: 0.26rem;
		right: -0.35rem;
		top: -0.02rem;
	}
}

.feature .feature_btn a:hover:after {
	right: -0.50rem;
}

@media screen and (max-width: 640px) {
	.feature .feature_btn a:hover:after {
		right: -0.40rem;
	}
}


/*============================
教育理念
============================*/
.voice {
	margin-top: 1.80rem;
	margin-bottom: 2rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.voice {
		margin-top: 1.20rem;
		margin-bottom: 1.00rem;
	}
}

.voice .in {
	background: rgba(226, 235, 174, 0.2);
	border-radius: 0.10rem;
	padding-bottom: 1.70rem;
}

@media screen and (max-width: 640px) {
	.voice .in {
		border-radius: 0;
		padding-bottom: 0.30rem;
	}
}

.voice .sec_title_wrap {
	padding-bottom: 0.20rem;
}

.voice .sec_title {
	position: relative;
	top: -0.35rem;
}

.voice .sub_title {
	text-align: center;
}

.voice .cont_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.voice .cont_box {
	width: 30%;
}

@media screen and (max-width: 640px) {
	.voice .cont_box {
		width: 100%;
		padding-bottom: 0.40rem;
	}
}

.voice .cont_box .ph_wrap {
	text-align: center;
}

@media screen and (max-width: 640px) {
	.voice .cont_box .ph_wrap {
		width: 2.00rem;
		margin: auto;
	}
}

.voice .cont_box .cont_title {
	max-width: 2.60rem;
	width: 100%;
	color: #fff;
	background: #E52D8A;
	text-align: center;
	border-radius: 0.40rem;
	padding: 0.12rem 0;
	font-size: 0.20rem;
	position: relative;
	margin: -0.40rem auto 0;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.voice .cont_box .cont_title {
		max-width: 2.00rem;
		padding: 0.10rem 0;
		font-size: 0.16rem;
	}
}

.voice .cont_box .text {
	font-size: 0.16rem;
	line-height: 1.87;
	letter-spacing: 0.075em;
	margin-top: 0.20rem;
}

@media screen and (max-width: 640px) {
	.voice .cont_box .text {
		font-size: 0.15rem;
		line-height: 1.875;
		letter-spacing: 0.05em;
		margin-top: 0.10rem;
	}
}

.voice .voice_bnr {
	position: absolute;
	max-width: 10.0rem;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1.00rem
}

@media screen and (max-width: 640px) {
	.voice .voice_bnr {
		width: calc(100% - 0.40rem);
		bottom: -0.70rem
	}
}

.voice .voice_bnr a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	.voice .voice_bnr a:hover {
		opacity: 1;
	}
}