@charset "UTF-8";


/* ===============
.instructor_index
================*/
.instructor_index {
	width: 100%;
	margin: 40px auto;
}
.instructor_index.inner {
	width: 1000px;
	margin: 0 auto;
}
.instructor_index img {
	width: 100%;
	height: auto;
}
.instructor_index h2 {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display:inline-block;
	margin-bottom: 30px;
}
.instructor_index h2::after {
	content:"";
  display:inline-block;
	position: absolute;
	right: -50px;
	top: 50%;
	width: 40px;
	height: 2px;
	background-color: #00afdf;
}

.instructor_list{
	width: 1000px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
}
.instructor_list .instructor_list_item {
	flex-basis: 20%;
	width: 100%;
	background: url("../images/common/arrow_right_circle.svg") no-repeat 97% 98% #fff;
	background-size: 24px;
	box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.19);
	margin: 0 2% 40px 2%;
transition: 0.2s all ease 0s;
}
.instructor_list .instructor_list_item a {
	display: block;
}
.instructor_list .instructor_list_item:hover {
	background: url("../images/common/arrow_right_circle_w.svg") no-repeat 97% 98% #fff;
	background-size: 24px;
transition: 0.2s all ease 0s;
}
.instructor_list .instructor_list_item .instructor_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}
.instructor_list .instructor_list_item .instructor_img img {
	transform: scale(1, 1);
	transition: transform .3s;
}
.instructor_list .instructor_list_item .instructor_img:hover img {
	transform: scale(1.3, 1.3);
	transition: transform .3s;
}
.instructor_list .instructor_list_item h3 {
	margin: 4px 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}
.instructor_list .instructor_list_item h3 span {
	font-size: 13px;
	font-weight: 400;
	display: block;
}
.instructor_list .instructor_list_item .instructor_position {
	margin: 4px 20px 20px 20px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
}


/* ===============
.instructor_detail
================*/
.instructor_detail {
	width: 100%;
	margin: 60px auto 40px auto;
}
.instructor_detail .inner {
	width: 1000px;
	margin: 0 auto;
}
.instructor_detail img {
	width: 100%;
	height: auto;
}
.instructor_detail h2 {
	font-size: 20px;
	font-weight: 400;
	position: relative;
	display:inline-block;
	margin-bottom: 60px;
}
.instructor_detail h2 span {
	font-size: 14px;
}
.instructor_detail h2::after {
	content:"";
  display:inline-block;
	position: absolute;
	right: -50px;
	top: 50%;
	width: 40px;
	height: 2px;
	background-color: #00afdf;
}

.instructor_leadarea {
	width: 80%;
	margin: 0 auto 60px auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.instructor_leadarea .instructor_img {
	flex-basis: 200px;
	margin-right: 50px;
}
.instructor_leadarea .instructor_position p {
	font-size: 16px;
	line-height: 1.6;
}

.instructor_profile {
	width: 100%;
	margin: 60px auto;
}
.instructor_profile h3 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display:inline-block;
	margin: 60px 0 20px 0;
}
.instructor_profile h3::after {
	content:"";
  display:inline-block;
	position: absolute;
	right: -110px;
	top: 50%;
	width: 100px;
	height: 1px;
	background-color: #bbbbbb;
}
.instructor_profile p {
	font-size: 14px;
	line-height: 1.6;
}

.instructor_samplemovie {
	width: 500px;
	height: 350px;
	margin: 20px 0;
	position: relative;
}
.instructor_samplemovie iframe {
	width: 100%;
	height: 350px;
	position: absolute;
	left: 0;
	top: 0;
}
.link_instructorindex {
	display: inline-block;
	line-height: 50px;
}
.link_instructorindex a {
	width: 100%;
	height: 50px;
	display: block;
	background: url("../images/common/arrow_left_circle.svg") no-repeat left center;
	background-size: 40px;
	font-size: 14px;
	padding-left: 50px;
transition: 0.2s all ease 0s;
}
.link_instructorindex a:hover {
	background: url("../images/common/arrow_left_circle_w.svg") no-repeat left center;
	background-size: 40px;
transition: 0.2s all ease 0s;
}



@media all and (max-width: 767px) {

	
}



@media all and (min-width: 768px) and (max-width: 1200px) {

}

