@charset "UTF-8";
/* style_staff.css - スタッフ紹介
/* 最終更新日 2020-08-19
----------------------------------------------------------------- */
.lightbox { display: none; }

/* スタッフ紹介 先頭
---------------------------------------------------------------------------*/
.txt_staff1 {
	text-align: center;
	margin: 0 0 100px;
}

#staff2, #staff {
	max-width: 1092px;
	margin: 50px auto 80px;width: 94%;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#staff h3, #staff2 h3 {
	width: 90%;
	margin: 0 auto 20px;
	color: #3B4C8A;
	font-weight: bold;
	font-size: 16px;font-size:16rem;
	border-bottom: 1px solid #3B4C8A;
}

#staff2 h3 {
	color: #CA4649;
	border-bottom: 1px solid #CA4649;
}


.txt_staff1 {
	width: 90%;
	margin: 0 auto 20px;
	text-align: left;
}

.ttl_staff_h3 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;font-size: 20rem;
	margin-bottom: 30px;
}

.wrap_staff_item {
	width: 31%;
	margin: 0 1% 30px;
}

.img_staff_face {
	margin: 0 0 30px;
}

.staff_item1 {
	text-align: center;
	color: #FFF;
	font-size: 14px;font-size: 14rem;
	margin-bottom: 5px;
}

.staff_item2 {
	text-align: center;
	font-size: 18px;font-size: 18rem;
	margin-bottom: 0;
}

.staff_item3 {
	text-align: center;
	font-size: 13px;font-size: 13rem;
	margin-bottom: 15px;
}

.staff_detail_link a {
	display: block;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 5px;
	text-decoration: none;
}

.wrap_profile_l {
	width: 100%;
	margin: 0;
}

.wrap_profile_r {
	width: 100%;
	margin: 0;
	font-size: 13px;font-size: 13rem;
}

#instructor .staff_item1 {
	background: #f6921e;
}

#instructor .staff_item3 {
	color: #f6921e;
}

#instructor .staff_detail_link a {
	color: #f6921e;
	border: 1px solid #f6921e;
}

#instructor .staff_detail_link a:hover {
	color: #FFF;
	background: #f6921e;
}

#staff .staff_item1 {
	background: #3B4C8A;
}

#staff .staff_item3 {
	color: #3B4C8A;
}

#staff .staff_detail_link a {
	color: #3B4C8A;
	border: 1px solid #3B4C8A;
}

#staff2 .staff_detail_link a {
	color: #CA4649;
	border: 1px solid #CA4649;
}

#staff .staff_detail_link a:hover {
	color: #FFF;
	background: #3B4C8A;
}

#staff2 .staff_detail_link a:hover {
	color: #FFF;
	background: #CA4649;
}


/* スタッフ紹介 プロフィール fetherlight部分
---------------------------------------------------------------------------*/
.wrap_profile {
	width: 90%;
	padding: 20px;
	box-sizing: border-box;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 14px;font-size: 14rem;
}


.wrap_profile_r h4 {
	font-size: 16px;font-size: 16rem;
}

.wrap_profile_r h5 {
	font-weight: bold;
	margin: 0 0 3px;
	font-size: 15px;font-size: 15rem;
}

.instructor_prof h4 {
	color: #FFF;
	margin: 0 0 5px;
	padding: 3px 0 3px 10px;
	background: #f6921e;
}

.wrap_profile_l .profile1 {
	margin-bottom: 10px;
}

.wrap_profile_l .profile2 {
	font-size: 18px;font-size: 18rem;
	margin-bottom: 2px;
}

.wrap_profile_l .profile3 {
	font-size: 12px;font-size: 12rem;
	margin: 0;
}

.wrap_profile .wrap_profile_r p {
	margin-bottom: 40px;
}

@media print,screen and (min-width: 769px) {

	.featherlight-content { max-width: 980px; }

	.featherlight .featherlight-content .lightbox h2 {
		margin:	10px 0;
		font-size:	16px;font-size:	16rem;
	}

	/* スタッフ紹介 先頭
	---------------------------------------------------------------------------*/
	#staff2, #staff {
		max-width: 1065px;
		margin: 50px auto 80px;
	}

	#staff h3, #staff2 h3 {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 40px;
		font-size: 20px;font-size: 20rem;
	}

	.txt_staff1{
		width: 100%;
		max-width: 1000px;
		font-size: 16px;font-size: 16rem;
	}

	.ttl_staff_h3 {
		font-size: 16px;font-size: 16rem;
		margin: 0 0 20px;
	}

	.wrap_staff_item {
		max-width: 250px;
		margin: 0 52.5px 50px;
	}

	.img_staff_face {
		margin: 0 0 20px;
	}

	.staff_detail_link a {
		width: 200px;
		padding: 10px 10px;
		box-sizing: border-box;
		font-size: 14px;font-size: 14rem;
	}

	.staff_item2 {
		font-size: 18px;font-size: 18rem;
	}

	.staff_item3 {
		font-size: 16px;font-size: 16rem;
	}

	.featherlight-content {
		width: 90%;
	}

	.wrap_profile {
		width: 780px;
		margin: 0 auto;
		padding: 20px 0;
	}
	
	.wrap_profile_l {
		width: 230px;
		margin: 0 25px;
	}

	.wrap_profile_r {
		width: 400px;
		margin: 0 25px;
	}

	.wrap_profile_l .profile2 {
		font-size: 16px;font-size: 16rem;
	}

	.wrap_profile_l .profile3 {
		font-size: 11px;font-size: 11rem;
		margin-bottom: 20px;
	}

	.wrap_profile_r h5 {
		font-size: 14px;font-size: 14rem;
	}

	.wrap_profile .wrap_profile_r p {
		margin-bottom: 20px;
	}
}