@charset "UTF-8";
.intro {
	margin-bottom: 60px;
	margin-top: -10px;
}
.intro_title {}
.intro_text {
	text-align: center;
}
.staff {
	background-color: #f5f7f7;
	padding-top: 100px;
	padding-bottom: 100px;
}
.staff_cols {
	display: flex;
	background-color: #fff;
	padding: 70px 80px;
	justify-content: space-between;
	margin-bottom: 25px;
}
.staff_cols:last-child {
	margin-bottom: 0;
}
.staff_col {}
.staff_col-no1 {
	width: 53.8%;
	padding-top: 22px;
}
.staff_number {
	color: #73a2c8;
	font-size: 28px;
	display: flex;
	align-items: center;
	line-height: 1;
	position: relative;
	z-index: 1;
	margin-bottom: 41px;
}
.staff_number > b {
	border-bottom: 3px solid #000;
	padding-bottom: 10px;
}
.staff_number::after {
	content: "";
}
.staff_number > b > b {
	font-weight: inherit;
	position: relative;
	z-index: 1;
	margin-right: 40px;
	padding-right: 16px;
}
.staff_number > b > b::after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #73a2c8;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -2px;
}
.staff_title {
	font-size: 28px;
	font-weight: bold;
	color: #73a2c8;
	margin-bottom: 30px;
	line-height: 1.8;
}
.staff_text {}
.staff_col-no2 {
	width: 37.5%;
}
.staff_image {
	margin-bottom: 40px;
}
.staff_image::before {
	height: 27%;
}
.staff_image::after {
	height: 32%;
	width: 17%;
}
.staff_image > img {
	max-width: 100%;
	display: block;
	height: auto;
}
.staff_dList {
	list-style: none;
	display: flex;
	align-items: center;
	color: #73a2c8;
	line-height: 1;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.staff_dList > dt {
	font-size: 14px;
	position: relative;
	z-index: 1;
	top: 3px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	display: flex;
	align-items: baseline;
	line-height: 1;
}
.staff_dList > dt > small {
	font-size: inherit;
	display: block;
	position: relative;
	z-index: 1;
}
.staff_dList > dt > small::after {
	content: "/";
	margin: 0 5px;
}
.staff_dList > dt > b {
	display: block;
	font-weight: inherit;
}
.staff_dList > dd {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0.5em;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.intro {
		margin-bottom: 50px;
	}
	.intro_title {}
	.intro_text {}
	.staff {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.staff_cols {
		padding: 50px 60px;
	}
	.staff_cols:last-child {}
	.staff_col {}
	.staff_col-no1 {}
	.staff_number {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.staff_number > b {}
	.staff_number::after {}
	.staff_number > b > b {}
	.staff_number > b > b::after {}
	.staff_title {
		font-size: 24px;
		margin-bottom: 25px;
	}
	.staff_text {}
	.staff_col-no2 {}
	.staff_image {
		margin-bottom: 25px;
	}
	.staff_image::before {}
	.staff_image::after {}
	.staff_image > img {}
	.staff_dList {}
	.staff_dList > dt {}
	.staff_dList > dt > small {}
	.staff_dList > dd {
		font-size: 24px;
	}
}
@media screen and (max-width:767px) {
	.intro {
		margin-bottom: 30px;
		margin-top: 0;
	}
	.intro_title {}
	.intro_text {}
	.staff {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.staff_cols {
		display: block;
		padding: 30px 30px;
	}
	.staff_cols:last-child {}
	.staff_col {
		width: 100%;
	}
	.staff_col-no1 {
		padding-top: 0;
		margin-bottom: 25px;
	}
	.staff_number {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.staff_number > b {
		border-width: 2px;
		padding-bottom: 6px;
	}
	.staff_number::after {}
	.staff_number > b > b {
		padding-right: 10px;
		margin-right: 27px;
	}
	.staff_number > b > b::after {
		width: 20px;
	}
	.staff_title {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.staff_text {}
	.staff_col-no2 {
		max-width: 350px;
		margin: 0 auto;
	}
	.staff_image {
		margin-bottom: 14px;
	}
	.staff_image::before {}
	.staff_image::after {}
	.staff_image > img {}
	.staff_dList {}
	.staff_dList > dt {
		font-size: 12px;
	}
	.staff_dList > dt > small {}
	.staff_dList > dd {
		font-size: 20px;
	}
}
