@charset "UTF-8";

/* ------------------------------
    instructor
------------------------------ */

/* ------------------------------
    sec_instructor
------------------------------ */
.sec_instructor{
	min-width: 1400px;
	padding: 75px 0 120px;
	background: url(../img/common/check_bg01.png);
}
.sec_instructor .ttl_sec{
	margin-bottom: 80px;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 2.4rem;
}
.cover_instructor .item_instructor{
	position: relative;
	padding: 50px 55px 55px;
	background-color: #fff;
	border: 5px solid #0065AF;
}
.cover_instructor .item_instructor + .item_instructor{
	margin-top: 120px;
}
.cover_instructor .item_instructor .box_txt{
	width: 685px;
}
.cover_instructor .item_instructor .box_name{
	margin-bottom: 30px;
	font-size: 0;
}
.cover_instructor .item_instructor .box_name .name{
	display: inline-block;
	margin-right: 0.3em;
	line-height: 1;
	font-style: italic;
	font-weight: 700;
	font-size: 3.4rem;
	color: #000;
}
.cover_instructor .item_instructor .box_name .name .furi{
	display: block;
	margin-bottom: 5px;
	padding-left: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1.2rem;
}
.cover_instructor .item_instructor .txt01{
	margin-bottom: 20px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	font-style: italic;
	font-weight: 700;
	font-size: 2.4rem;
}
.cover_instructor .item_instructor .txt02{
	line-height: 2;
	font-size: 1.6rem;
}
.cover_instructor .item_instructor .img{
	position: absolute;
	right: 40px;
	bottom: 0;
	width: 365px;
}
.cover_instructor .item_instructor .btn_link{
	position: absolute;
	left: 65px;
	bottom: -40px;
	width: 380px;
	transition: background-color 0.3s ease-out;
	cursor: pointer;
}
.cover_instructor .item_instructor .btn_link:hover{
	background-color: #ff944c;
}
@media screen and (max-width: 768px) {
	.sec_instructor{
		min-width: 0;
		padding: 10% 0;
		background-size: 700px auto;
	}
	.sec_instructor .ttl_sec{
		margin-bottom: 10%;
		font-size: 1.5rem;
	}
	.cover_instructor .item_instructor{
		padding: 5% 5% 0;
	}
	.cover_instructor .item_instructor + .item_instructor{
		margin-top: 15%;
	}
	.cover_instructor .item_instructor .box_txt{
		width: auto;
	}
	.cover_instructor .item_instructor .box_name{
		margin-bottom: 5%;
	}
	.cover_instructor .item_instructor .box_name .name{
		font-size: 2.3rem;
	}
	.cover_instructor .item_instructor .box_name .name .furi{
		font-size: 1.0rem;
	}
	.cover_instructor .item_instructor .txt01{
		margin-bottom: 1em;
		line-height: 1.8;
		font-size: 1.5rem;
	}
	.cover_instructor .item_instructor .txt02{
		line-height: 1.8;
		font-size: 1.3rem;
	}
	.cover_instructor .item_instructor .btn_link{
		position: relative;
		left: auto;
		bottom: auto;
		width: auto;
		margin-top: 8%;
	}
	.cover_instructor .item_instructor .img{
		position: static;
		width: 80%;
		margin: 5% auto 0;
	}
}

/* ------------------------------
    remodal
------------------------------ */
.remodal-overlay{
	background: rgba(0,0,0,0.9);
}
.remodal{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 1000px;
	max-width: 2000px;
	height: 648px;
	margin: auto;
	padding: 0;
}
.remodal .box_img{
	position: relative;
	width: 22%;
	min-width: 220px;
	height: 100%;
	padding: 20px;
	background-color: #0065A8;
}
.remodal .box_img .img{
	width: 180px;
	height: 180px;
	margin: 0 auto 17px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 180px;
}
.remodal .box_img .img img{
	max-width: 110%;
}
.remodal .box_img .box_name{
	font-size: 0;
}
.remodal .box_img .box_name .name{
	display: inline-block;
	margin-right: 0.3em;
	line-height: 1;
	font-style: italic;
	font-weight: 700;
	font-size: 3.0rem;
	color: #fff;
}
.remodal .box_img .box_name .name .furi{
	display: block;
	margin-bottom: 5px;
	padding-left: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1.2rem;
}
.remodal-close,.remodal-close:hover, .remodal-close:focus{
	top: auto;
	bottom: 27px;
	width: 100%;
	height: 20px;
	vertical-align: middle;
	font-size: 1.4rem;
	color: #fff;
}
.remodal-close i{
	display: inline-block;
	width: 20px;
	margin: -3px 10px 0 0;
	vertical-align: middle;
}
.remodal-close:before{
	display: none;
}
.remodal .box_txt{
	width: 78%;
	height: 100%;
	padding: 0 30px;
	overflow-y: scroll;
	background-color: #fff;
}
.remodal .box_txt .box{
	padding: 30px 0;
}
.remodal .box_txt .box + .box{
	border-top: 1px dashed #DDDDDD;
}
.remodal .box_txt .box .ttl{
	margin-bottom: 20px;
	font-style: italic;
	font-weight: 700;
	font-size: 2.4rem;
}
.remodal .box_txt .box .txt,
.remodal .box_txt .box li{
	line-height: 2;
	font-size: 1.4rem;
}
.remodal .box_txt .box li{
	padding-left: 1em;
	text-indent: -1em;
}
.remodal .box_txt .box li:before{
	content: "\0030fb";
}
@media screen and (max-width: 1000px) {
	.remodal{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.remodal-wrapper{
		height: 100%;
		padding: 0;
		overflow-y: scroll;
  		-webkit-overflow-scrolling: touch;
	}
	.remodal{
		position: static;
		display: block;
		width: 90vw;
		height: auto;
		margin: 8% auto;
		padding-bottom: 50px;
		background-color: #0065A8;
	}
	.remodal .box_img{
		position: static;
		width: auto;
		height: auto;
		padding: 5%;
	}
	.remodal .box_img .img{
		position: relative;
		width: 60%;
		height: 47vw;
		max-width: 180px;
		max-height: 180px;
		padding-top: 0;
		margin-bottom: 5%;
		border-radius: 100%;
	}
	.remodal .box_img .img img{
		position: absolute;
		left: 0;
		top: 0;
	}
	.remodal .box_img .box_name .name{
		font-size: 2.3rem;
	}
	.remodal .box_img .box_name .name .furi{
		font-size: 1.0rem;
	}
	.remodal-close, .remodal-close:hover, .remodal-close:focus{
		bottom: 13px;
		height: 22px;
	}
	.remodal-close.sp{
	    top: 0;
	    right: 0;
	    bottom: auto;
	    left: auto;
	    width: 40px;
	    height: 40px;
	}
	.remodal-close.sp:before{
		display: block;
	    width: 40px;
		line-height: 40px;
		font-size: 3.0rem;
	}
	.remodal .box_txt{
		width: auto;
		height: auto;
		padding: 0 5%;
		overflow-y: hidden;
	}
	.remodal .box_txt .box{
		padding: 5% 0;
	}
	.remodal .box_txt .box .ttl{
		margin-bottom: 0.5em;
		font-size: 1.8rem;
	}
	.remodal .box_txt .box .txt,
	.remodal .box_txt .box li{
		line-height: 1.8;
		font-size: 1.3rem;
	}
}