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

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

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

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

/*============================
3つのこだわり
============================*/
.kodawari {
	position: relative;
	z-index: 1;
}

.kodawari .lead {
	font-size: 0.18rem;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.075em;
	margin-bottom: 0.50rem;
}

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

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

@media screen and (max-width: 640px) {
	.kodawari .cont_box {
		display: block;
		margin-bottom: 0.40rem;
	}
}

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

.kodawari .cont_box .ph_wrap {
	width: 6.80rem;
	border-radius: 0.10rem;
	overflow: hidden;
}

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

.kodawari .cont_box .text_wrap {
	width: calc(100% - 7.20rem);
}

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

.kodawari .cont_box .text_wrap .cont_title_wrap {
	margin-top: 0.20rem;
}

@media screen and (max-width: 640px) {
	.kodawari .cont_box .text_wrap .cont_title_wrap {
		margin-top: 0.15rem;
		text-align: center;
	}
}

.kodawari .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) {
	.kodawari .cont_box .text_wrap .cont_title_wrap .point {
		font-size: 0.13rem;
	}
}

.kodawari .cont_box .text_wrap .cont_title_wrap .cont_title {
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.10rem;
	display: inline-block;
	border-bottom: 5px solid #F8DF09;
	padding-bottom: 0.05rem;
	letter-spacing: 0.075em;
}

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

.kodawari .cont_box .text_wrap .cont_title_wrap .cont_title span {
	font-size: 0.36rem;
}

@media screen and (max-width: 640px) {
	.kodawari .cont_box .text_wrap .cont_title_wrap .cont_title span {
		font-size: 0.28rem;
	}
}

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

@media screen and (max-width: 640px) {
	.kodawari .cont_box .text_wrap .text {
		font-size: 0.15rem;
		line-height: 2;
		letter-spacing: 0.05em;
		text-align: justify;
		margin-top: 0.05rem;
	}
}

/*============================
教材が出来上がるまで
============================*/
.kyozai .in {
	background: rgba(226, 235, 174, 0.2);
	border-radius: 0.10rem;
	position: relative;
	z-index: 1;
}

.kyozai .title {
	font-size: 0.36rem;
	font-weight: bold;
	color: #00913A;
	text-align: center;
	position: relative;
	top: -0.2rem;
}

@media screen and (max-width: 640px) {
	.kyozai .title {
		font-size: 0.24rem;
		top: -0.10rem;
	}
}

.kyozai .cont_wrap {
	margin-top: 0.30rem;
	box-sizing: border-box;
	padding: 0 0.30rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.kyozai .cont_wrap {
		padding: 0;
	}
}

.kyozai .cont_wrap .cont_box {
	width: 48%;
	box-sizing: border-box;
	margin-bottom: 0.23rem;
}

@media screen and (max-width: 640px) {
	.kyozai .cont_wrap .cont_box {
		width: 100%;
		margin-bottom: 0.30rem;
	}
}

.kyozai .cont_wrap .cont_box .cont_title {
	font-size: 0.24rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #707070;
	padding-bottom: 0.10rem;
	margin-bottom: 0.12rem;
}

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

.kyozai .cont_wrap .cont_box .cont_title span {
	font-size: 0.20rem;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	color: #00913A;
	display: inline-block;
	padding-right: 0.15rem;
}

@media screen and (max-width: 640px) {
	.kyozai .cont_wrap .cont_box .cont_title span {
		font-size: 0.14rem;
		padding-right: 0.10rem;
	}
}

.kyozai .cont_wrap .cont_box .text {
	font-size: 0.15rem;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.kyozai .cont_wrap .cont_box .text {
		font-size: 0.14rem;
		line-height: 1.875;
		text-align: justify;
	}
}

.kyozai .cont_wrap .cont_box .flex_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}

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

.kyozai .cont_wrap .cont_box .flex_item .ph_wrap {
	width: 1.70rem;
}

@media screen and (max-width: 640px) {
	.kyozai .cont_wrap .cont_box .flex_item .ph_wrap {
		width: 1.20rem;
		float: right;
		padding-left: 0.10rem;
	}
}

.kyozai .cont_wrap .cont_box .flex_item .text {
	width: calc(100% - 1.90rem);
}

@media screen and (max-width: 640px) {
	.kyozai .cont_wrap .cont_box .flex_item .text {
		width: inherit;
	}
}

.kyozai .cont_wrap .cont_box .flex_item02 .ph_wrap {
	width: 1.20rem;
}

.kyozai .cont_wrap .cont_box .flex_item02 .text {
	width: calc(100% - 1.40rem);
}

/*============================
ジッセンすれば道はひらける
============================*/
.poetry {
	padding-top: 1.00rem;
	padding-bottom: 0.40rem;
}

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

.poetry .in {
	background: url(../img/feature/bottom_poetry_bg.png) no-repeat center;
	background-size: contain;
}

.poetry .title {
	font-size: 0.46rem;
	font-weight: 600;
	font-family: 'Zen Old Mincho', serif;
	color: #00913A;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.poetry .title {
		font-size: 0.26rem;
		line-height: 1.60;
	}
}

.poetry .text {
	font-size: 0.20rem;
	font-family: 'Zen Old Mincho', serif;
	text-align: center;
	line-height: 2.4;
	letter-spacing: 0.075em;
	margin-top: 0.40rem;
}

@media screen and (max-width: 640px) {
	.poetry .text {
		font-size: 0.16rem;
		text-align: center;
		line-height: 2.2;
		letter-spacing: 0;
		margin-top: 0.20rem;
	}
}



