@charset "UTF-8";


/*========================================

  teacher

========================================*/
#sec001 {
	position:relative;
}
#sec001 h2 {
	font-size:34px;
	margin-top:0px;
	padding-bottom:10px;
}
#sec001 .box {
	display:flex;
	justify-content:space-between;
	background-color:#fff;
	max-width:1200px;
	margin:0 auto;
	border:2px solid #f8ccd5;
	border-radius:15px;
	margin-top:40px;
	padding:40px 40px;
	box-sizing:border-box;
}
#sec001 .box.boxH {
	padding-bottom:60px;
}
#sec001 .box .photo {
	width:28%;
}
#sec001 .box .photo img {
	width:100%;
}
#sec001 .box .txt {
	width:67%;
	text-align:left;
}
#sec001 .box .txt h3 {
	font-size:26px;
	letter-spacing:1px;
}
#sec001 .box .txt h3 span {
	font-size:18px;
	margin-right:1em;
}
#sec001 .box .txt h3 small {
	font-size:14px;
	margin-left:20px;
}
#sec001 .box .txt .sub {
	display:flex;
	align-items:center;
	color:#ee6280;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:10px;
}
#sec001 .box .txt .sub:before {
	content:"";
	width:30px;
	height:2px;
	background:#ee6280;
	display:block;
	margin-right:.7em;
}
#sec001 .box .txt p {
	font-size:16px;
	line-height:1.8em;
	text-align:justify;
	text-justify:inter-ideograph;
	margin-top:20px;
}
#sec001 .box .txt h4 {
	color:#fff;
	font-size:20px;
	letter-spacing:1px;
	background-color:#ee6280;
	padding:5px 15px;
	margin-top:20px;
}
#sec001 .andmore {
	text-align:right;
	margin-top:1em;
	margin-right:.5em;
	font-weight:700;
}
@media screen and (max-width: 767px) {
	#sec001 h2 {
		font-size:6vw;
		margin-top:8vw;
		padding-bottom:0;
	}
	#sec001 .box {
		display:block;
		width:86%;
		margin-top:10vw;
		padding:1.5em;
		padding-bottom:2em;
		box-sizing:border-box;
	}
	#sec001 .box.boxH {
		padding-bottom:2em;
	}
	#sec001 .box .photo {
		width:100%;
	}
	#sec001 .box .photo img {
		width:auto;
		border:1px solid #f1f1f1;
		box-sizing:border-box;
		background-color:#fff;
		padding:4vw;
		box-shadow:0 3px 3px #ccc;
	}
	#sec001 .box .txt {
		margin-top:5vw;
		padding-bottom:5vw;
		width:auto;
		margin-left:0;
	}
	#sec001 .box .txt h3 {
		font-size:6vw;
		letter-spacing:1px;
	}
	#sec001 .box .txt h3 span {
		font-size:4.4vw;
	}
	#sec001 .box .txt h3 small {
		display:block;
		font-size:4vw;
		margin-left:0;
	}
	#sec001 .box .txt .sub {
		font-size:4.2vw;
	}
	#sec001 .box .txt p {
		font-size:3.8vw;
		line-height:1.8em;
		margin-top:1em;
	}
	#sec001 .box .txt h4 {
		font-size:4.5vw;
		line-height:1em;
		padding:.5em;
		margin-top:1em;
	}
	#sec001 .andmore {
		margin-right:10vw;
	}
}


#sec001 .box .txt dl {
	margin:0;
	padding:0;
	margin-top:10px;
}
#sec001 .box .txt dl dt {
	color:#ee6280;
	font-size:16px;
	font-weight:bold;
	margin-top:1em;
}
#sec001 .box .txt dl dd {
	font-size:16px;
	line-height:1.8em;
	margin-top:.3em;
}
#sec001 .box .txt dl dd ul li {
	font-size:16px;
	list-style:none;
	line-height:1.6em;
	padding-left:1em;
	text-indent:-1em;
}
#sec001 .and {
	font-size:22px;
	margin-top:30px;
	font-family:"Roboto", sans-serif;
	letter-spacing:2px;
}
@media screen and (max-width: 767px) {
	#sec001 .box .txt dl {
		margin-top:1em;
	}
	#sec001 .box .txt dl dt {
		font-size:4vw;
	}
	#sec001 .box .txt dl dd {
		line-height:1.6em;
		font-size:3.8vw;
	}
	#sec001 .box .txt dl dd ul li {
		font-size:3.8vw;
	}
	#sec001 .and {
		font-size:5vw;
		margin-top:2em;
	}
}

#sec001 .box.boxM {
	border:2px solid #afceff;
}
#sec001 .box.boxM .txt .sub,
#sec001 .box.boxM .txt dl dt {
	color:#438cff;
}
#sec001 .box.boxM .txt .sub:before,
#sec001 .box.boxM .txt h4 {
	background:#438cff;
}


/* さらにを見る */

.grad-wrap {
	position:relative;
}
.box01 .grad-wrap {
	margin-bottom:20px;
}
.grad-wrap + .grad-wrap {
	margin-top:40px;
}
.grad-trigger {
	display:block;
	z-index:2;
	position:absolute;
	right:0;
	bottom:-25px;
	left:0;
	width:160px;
	text-align:center;
	cursor:pointer;
	margin:auto;
	padding:.6em 0;
	border:1px solid #c0c0c0;
	background:#fff;
	transition:.3s;
}
.grad-trigger:hover {
	border:1px solid #999;
	background-color:#f1f1f1;
}
.grad-trigger::before {
	content:"さらに見る"; /*クリック前のボタンのラベル*/
}
.grad-trigger::after {
	content:"\f107";
	font-family:FontAwesome;
	margin-left:1em;
}
.grad-trigger .fa {
	margin-right:.5em;
}
.grad-item {
	position:relative;
	overflow:hidden;
}
.grad-item.is-hide {
	height:140px; /*隠した後の高さ*/
}
.boxH .grad-item.is-hide {
	height:180px; /*隠した後の高さ*/
}
.grad-item::before {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:100%;
	height:50px; /*グラデーションで隠す高さ*/
	background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
	background:        linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
}
.grad-trigger.is-show {
	position:relative;
	background-color:#858585;
	color:#fff;
	bottom:-5em;
	right:auto;
	bottom:auto;
	left:auto;
	margin:2em auto 1em;
}
.grad-trigger.is-show::before {
	content:"閉じる"; /*クリック後にボタンのラベルを変える*/
}
.grad-trigger.is-show::after {
	content:"\f106";
	font-family:FontAwesome;
}
.grad-item.open::before {
	display:none;
}
