@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: 1100px;
	height: 220px;
	padding-top: 75px; 
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.cnt_title::after {
	content: "";
	width: 162px;
	height: 270px;
	background: url("../pc_img/staff/cnt_title_img.png") no-repeat;
	background-size: 162px auto;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 9;
}
.cnt_title h2 {
	font-size: 41px;
	line-height: 1;
	font-weight: 700;
}
.cnt_title h2::after {
	content: "Staff";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 20px;
}

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

.staff_wrap {
	width: 100%;
	padding: 100px 0 80px 0;
}
.staff {
	width: 1099px;
	margin: 0 auto;
}
.staff h3 {
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 65px;
}
.staff h3::before {
	content: "Staff";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-bottom: 5px;
}
.staff h3::after {
	content: "";
	width: 1px;
	height: 30px;
	background: #009edf;
	position: absolute;
	bottom: -45px;
	left: 50%;
}
.staff li {
	width: 164px;	
	display: inline-block;
	vertical-align: top;
	margin-right: 23px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #009edf;
	text-align: center;
}
.staff li figure {
	background: #eef8fd;
	margin-bottom: 10px;
}
.staff li:nth-child(6n) {
	margin-right: 0;
}
.staff li dd {
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 5px;
}
.staff li dt {
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
}
.staff li p {
	font-size: 17px;
	line-height: 34px;
	font-weight: 700;
}