@charset "utf-8";

/* teacher-voice
---------------------------------------------------------------------------*/
#mainContents {
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-feature-settings: 'palt' 1;
	color: #3F2916;
}

.cWrapL {
	position: relative;
}

.cWrapL .illust-voice {
	position: absolute;
	top: -37px;
	left: 261px;
	margin: 0;
	z-index: 1;
}

.cWrapL h2 {
	position: relative;
	text-align: center;
	margin-bottom: 35px;
	padding-top: 21px;
}

.cWrapL h2:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background: url(../img/teacher-voice/bg-title@2x.png) no-repeat center top;
	background-size: 42px 8px;
	width: 42px;
	height: 8px;
	margin-left: -21px;
}

/* .chapter-nav
------------------------------------*/
.chapter-nav {
	position: relative;
	text-align: center;
	margin-bottom: 65px;
	color: #D48373;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.3em;
}

.chapter-nav .current {
	position: relative;
	display: inline-block;
	background: linear-gradient(to left, #000000 25%, #FFFFFF 25%, #FFFFFF 100%) left bottom repeat-x;
	background-size: 4px 1px;
	margin-left: -10px;
	padding: 0 20px 10px 25px;
	font-size: 25px;
}

.chapter-nav .current:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 3px;
	right: -17px;
	background: url(../img/share/illust-pen.svg) no-repeat center top;
	background-size: 16px 24px;
	width: 16px;
	height: 24px;
}

.chapter-nav .other {
	position: absolute;
	top: 2px;
	left: 50%;
	padding-left: 30px;
}

.chapter-nav .next {
	margin-left: 125px;
}

.chapter-nav .prev {
	margin-left: -225px;
}

.chapter-nav .other a {
	position: relative;
	display: inline-block;
	padding: 0 0 3px 1px;
	color: #D48373;
	font-size: 15px;
	transition: .2s linear;
}

.chapter-nav .other a:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -30px;
	background: url(../img/share/ico-arrow-s.svg) no-repeat center top;
	background-size: 19px 19px;
	width: 19px;
	height: 19px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.chapter-nav .other.prev a:before {
	l-webkit-transform: translateY(-50%) scaleX(-1);
	-ms-transform: translateY(-50%) scaleX(-1);
	transform:  translateY(-50%) scaleX(-1);
}

.chapter-nav .other a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #D48373;
	width: 100%;
	height: 1px;
}

.chapter-nav .other a:hover {
	text-decoration: none;
	opacity: 0.5;
}

/* .chapter-nav-btm
------------------------------------*/
.chapter-nav-btm {
	position: relative;
}

.chapter-nav-btm .illust-voice {
	position: absolute;
	top: -62px;
	left: 50%;
	margin-left: -220px;
	z-index: 1;
	transition: .15s ease;
	transform-origin: left top;
}

.chapter-nav-btm:hover .illust-voice {

	margin-left: -210px;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.chapter-nav-btm .btn-link a {
	display: block;
	position: relative;
	box-sizing: border-box;
	background: #F6AD64;
	border-radius: 4px;
	width: 100%;
	padding: 17px;
	text-align: center;
	transition: .2s linear;
}

.chapter-nav-btm .btn-link a:hover {
	opacity: 0.5;
}

.chapter-nav-btm .btn-link a:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	background: url(../img/share/ico-arrow.svg) no-repeat;
	background-size: 23px 23px;
	width: 23px;
	height: 23px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.chapter-nav-btm .btn-link span {
	position: relative;
	display: inline-block;
	padding: 0 0 3px 2px;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.chapter-nav-btm .btn-link span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 1px;
}

@media all and (-ms-high-contrast:none){
	.chapter-nav-btm .btn-link a {
		padding-bottom: 12px;
	}
	.chapter-nav-btm .btn-link span {
		padding-bottom: 0;
	}
}


/* .character
------------------------------------*/
.character {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin: -25px auto 100px;
}

.character .inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.character .inner:first-of-type {
	margin-right: 40px;
}

.character .inner figure {
	width: 101px;
	margin: 0 18px 0 0;
}

.character .txt-set {
	width: 320px;
}

.character h4 {
	margin-bottom: 12px;
}

.character h4 em {
	padding-right: 12px;
	color: #F5AD6A;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.character h4 strong {
	color: #826E5D;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.character p {
	color: #725841;
	font-size: 12px;
/* 	font-weight: bold; */
	text-align: justify;
	line-height: 1.7;
	letter-spacing: 0.13em;
}

/* .sec-wrap
------------------------------------*/
.sec-wrap {
	width: 1000px;
	margin: 0 auto;
}

.sec-wrap h5 {
	margin-bottom: 25px;
	color: #7DAC61;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.2em;
}

.sec-wrap p {
	margin-bottom: 15px;
	font-size: 14px;
	text-align: justify;
	line-height: 1.9;
	letter-spacing: 0.1em;
}

.sec-wrap p:last-of-type {
	margin: 0;
}

.sec-wrap figcaption {
	padding-top: 10px;
	font-size: 11px;
	line-height: 1.8;
	letter-spacing: 0.15em;
}

/* .dl-interview
------------------------------------*/
.dl-interview {
	padding-left: 30px;
}

.dl-interview dt {
	clear: both;
	float: left;
	margin-left: -28px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.95;
}

.dl-interview dd {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
	text-align: justify;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.dl-interview dd:last-of-type {
	margin-bottom: 0;
}

/* .img-center
------------------------------------*/
.img-center {
	width: 1000px;
	margin: 0 auto 60px;
}

.img-center.mb {
	margin-bottom: 90px;
}

/* .sec1
------------------------------------*/
.sec1 {
	position: relative;
}

.sec1 .txt-set {
	position: relative;
	float: left;
	width: 355px;
	margin-left: 10px;
}

.sec1 .illust-tree {
	position: absolute;
	top: -36px;
	right: 74px;
	margin: 0;
}

.sec1 .illust-tree img {
	width: 45px;
	height: 63px;
}

.sec1 .time {
	margin-bottom: 25px;
	font-size: 10px;
	letter-spacing: 0.2em;
}

.sec1 h4 {
	margin-bottom: 30px;
}

.sec1 h5 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.04em;
}

.sec1 h5 span {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.15em;
}

.sec1 h5 span:last-of-type {
	margin-bottom: 0;
}

.sec1 .txt-set p {
	font-size: 15px;
}

.sec1 .img-set {
	float: right;
	width: 635px;
	margin: 0;
}

/* .sec2
------------------------------------*/
.sec2 {
	margin-bottom: 100px;
}

.sec2 .txt-set {
	position: relative;
	float: right;
	width: 495px;
	margin-top:40px;
}

.sec2 .illust-tree {
	position: absolute;
	top: -37px;
	right: 37px;
	width: 64px;
	height: auto;
	margin: 0;
}

.sec2 h4 {
	margin: 0 0 30px -138px;
}

.sec2 .dl-interview {
	margin-left: -28px;
}

.sec2 .img-set {
	float: left;
	width: 420px;
	margin: 115px 0 0;
}

.sec2 .img-set img:first-of-type {
	margin-bottom: 14px;
}

/* .sec3
------------------------------------*/
.sec3 {
	display: -webkit-box;
	display: flex;
	margin-bottom: 100px;
}

.sec3 .txt-set {
	position: relative;
	float: left;
	width: 305px;
}

.sec3 .txt-set:last-of-type {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: flex-end;
	align-items: flex-end;
}

.sec3 .illust-kids3 {
	position: absolute;
	bottom: 3px;
	left: 12px;
	width: 158px;
	height: auto;
	margin: 0;
}

.sec3 .illust-girl {
	position: absolute;
	top: 8px;
	right: 2px;
	width: 152px;
	height: auto;
	margin: 0;
}

.sec3 .img-set {
	float: left;
	width: 275px;
	margin: 0 50px 0 60px;
}

.sec3 .img-set img:first-of-type {
	margin-bottom: 35px;
}

/* .sec4
------------------------------------*/
.sec4 {
	margin-bottom: 130px;
}

.sec4 .inner1 {
	margin-bottom: 66px;
}

.sec4 .inner1 .txt-set {
	position: relative;
	float: left;
	width: 385px;
	padding-top: 35px;
}

.sec4 .img7-s {
	position: absolute;
	top: 0;
	right: -11px;
	width: 89px;
	margin: 0;
}

.sec4 .inner1 .img-set {
	position: relative;
	float: right;
	width: 562px;
	margin: 0;
}

.sec4 .illust-fish {
	position: absolute;
	bottom: -39px;
	right: 112px;
	margin: 0;
}

.sec4 .inner2 .txt-set {
	float: right;
	width: 430px;
}

.sec4 .inner2 .img-set {
	position: relative;
	float: left;
	width: 520px;
	margin: 0;
}

.sec4 .illust-vegetables {
	position: absolute;
	top: -24px;
	right: -12px;
}

.sec4 h5 {
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}

.sec4 .dl-interview dd {
	margin-bottom: 12px;
	line-height: 1.75;
}

.sec4 .dl-interview dd:last-of-type {
	margin-bottom: 0;
}

/* .sec5
------------------------------------*/
.sec5 {
	margin-bottom: 100px;
}

.sec5 .txt-set {
	float: right;
	width: 525px;
}

.sec5 .img-set {
	float: left;
	width: 420px;
	margin: 0;
}

.sec5 .img-set img:first-of-type {
	margin-bottom: 23px;
}

.sec5 .dl-interview dd {
	line-height: 1.75;
}

/* .sec6
------------------------------------*/
.sec6 {
	margin-bottom: 100px;
}

.sec6 .txt-set {
	float: left;
	width: 505px;
}

.sec6 .img-set {
	position: relative;
	float: right;
	width: 420px;
	height: 500px;
	margin: 0;
}

.sec6 .img-set img:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	right: 0;
}

.sec6 .img-set .illust-kids2 {
	position: absolute;
	bottom: 0;
	left: -10px;
}

.sec6 .img-set figcaption {
	margin-top: 10px;
	width: 112px;
	text-align: justify;
	letter-spacing: 0.02em;
}

/* .afterword
------------------------------------*/
.afterword {
	margin-bottom: 20px;
}

.afterword .txt-set {
	float: left;
	width: 530px;
}

.afterword h5 {
	margin-bottom: 15px;
	color: #DE8885;
}

.afterword .introduction {
	float: right;
	width: 404px;
	margin: 0;
}

.afterword .introduction figure {
	margin: 0 0 28px;
}

.afterword .introduction .logo {
	float: left;
	width: 76px;
}

.afterword .introduction address {
	margin: -5px 0 2px;
	padding-left: 110px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.15em;
}

.afterword .introduction address span {
	font-size: 10px;
}

.afterword .introduction p {
	padding-left: 110px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}