@charset "UTF-8";

/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
font-family: 'Roboto', sans-serif;
	font-weight: 500;
font-family: 'Roboto', sans-serif;
	font-weight: 700;
*/

/** *********************** **/

.cnt_title_wrap {
	width: 100%;	
	background: #e8f6fd;	
}
.cnt_title {
	width: 100%;
	height: 53.33vw;
	padding-top: 9.33vw; 
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.cnt_title::after {
	content: "";
	width: 25.33vw;
	height: 42.13vw;
	background: url("../pc_img/staff/cnt_title_img.png") no-repeat;
	background-size: 25.33vw auto;
	position: absolute;
	top: 29.33vw;
	left: 50%;
	margin-left: -12.665vw;
	z-index: 9;
}
.cnt_title h2 {
	font-size: 8.8vw;
	line-height: 1;
	font-weight: 700;
}
.cnt_title h2::after {
	content: "Staff";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 5.33vw;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 4vw;
}

/** *********************** **/

.staff_wrap {
	width: 100%;
	padding: 24vw 0 13.33vw 0;
}
.staff {
	width: 89.33vw;
	margin: 0 auto;
}
.staff h3 {
	font-size: 5.33vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 13.33vw;
}
.staff h3::before {
	content: "Staff";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 12vw;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-bottom: 1.33vw;
}
.staff h3::after {
	content: "";
	width: 0.26vw;
	height: 5.33vw;
	background: #009edf;
	position: absolute;
	bottom: -10vw;
	left: 50%;
}
.staff li {
	width: 42.66vw;	
	display: inline-block;
	vertical-align: top;
	margin-right: 4vw;
	padding-bottom: 4vw;
	margin-bottom: 8vw;
	border-bottom: 0.26vw solid #009edf;
	text-align: center;
}
.staff li figure {
	background: #eef8fd;
	margin-bottom: 2.66vw;
}
.staff li:nth-child(2n) {
	margin-right: 0;
}
.staff li dd {
	font-size: 3.2vw;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 1.33vw;
}
.staff li dt {
	font-size: 4.53vw;
	line-height: 1;
	font-weight: 700;
}
.staff li p {
	font-size: 4.53vw;
	line-height: 9.06vw;
	font-weight: 700;
}