@charset "utf-8";
.staff_wrap_01 {
	padding: 31px 0 50px;
	position: relative;
}
.staff_img {
	width: 154px;
	position: absolute;
	top: 0;
	left: 0;
}
.staff_name_sp {
	padding: 0 0 0 174px;
}
.staff_message {
	line-height: 1.7;
	font-weight: 400;
	margin: 106px 0 0;
}
.staff_message p + p {
	margin: 13px 0 0;
}
.staff_question_wrap {
	margin: 20px 0 0;
	background: #EEEEEC;
	border-radius: 10px;
	padding: 30px 20px;
}
.staff_question_item + .staff_question_item {
	margin: 30px 0 0;
}
.staff_question_txt {
	background: #FFF;
	border-radius: 30px;
	padding: 4px 13px;
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.staff_question_txt span {
	color: #50B6BB;
	font-size: 27px;
	line-height: 1.25;
}
.staff_answer_txt {
	font-weight: 400;
	line-height: 1.7;
	margin: 19px 0 0;
}
.staff_wrap_02 {
	padding: 50px 0;
}
.staff_wrap_03 {
	padding: 50px 0 0;
}
.staff_wrap {
	position: relative;
}
.staff_wrap::after {
	content: "";
	display: block;
	background: url(../images/common/dots.svg) repeat-x left / contain;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
}
.staff_wrap.staff_wrap_03::after {
	display: none;
}
.staff_name_en {
	color: #50B6BB;
	font-size: 13px;
	line-height: 1.25;
}
.staff_name_jp {
	font-size: 20px;
	line-height: 1.45;
}
.staff_post {
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	padding: 17px 7px;
	margin: 17px 0 0;
	font-weight: 700;
}
.staff_notes_txt {
	color: #FB9701;
	display: block;
	margin: 5px 0 0;
}
.staff_detail_wrap {
	margin: 30px 0 0;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
.staff_detail_ttl {
	background: #50B6BB;
	border-radius: 5px;
	color: #FFF;
	padding: 9px 20px;
	display: inline-block;
	font-size: 16px;
}
.staff_detail_list {
	margin: 20px 0 0;
}
.staff_detail_item {
	font-weight: 400;
	padding: 0 0 0 14px;
	position: relative;
}
.staff_detail_item::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #50B6BB;
	position: absolute;
	left: 0;
	top: 7px;
}
.staff_detail_item + .staff_detail_item {
	margin: 14px 0 0;
}
@media only screen and (min-width: 768px) {
	.staff_wrap_01 {
		padding: 0 0 75px;
		display: flex;
		gap: 0 60px;
	}
	.staff_contents {
		width: 100%;
		max-width: 670px;
	}
	.staff_img {
		width: unset;
		position: unset;
	}
	.staff_name_sp {
		padding: 0;
	}
	.staff_message {
		margin: 30px 0 0;
	}
	.staff_question_txt span {
		font-size: clamp(27px, 3.12vw, 40px);
	}
	.staff_wrap_01 .staff_detail_wrap {
		flex-direction: column;
		gap: 30px 0;
	}
	.staff_wrap_02 {
		padding: 75px 0;
	}
	.staff_wrap_03 {
		padding: 75px 0 30px;
	}
	.staff_wrap.staff_wrap_03::after {
		display: block;
	}
	.staff_name_en {
		font-size: clamp(13px, 1.56vw, 20px);
	}
	.staff_name_jp {
		font-size: clamp(20px, 3.12vw, 40px);
	}
	.staff_post {
		padding: 20px 7px;
	}
	.staff_post br {
		display: none;
	}
	.staff_notes_txt {
		display: inline-block;
		margin: 0 0 0 40px;
	}
	.staff_detail_wrap {
		flex-direction: row;
		gap: 0 20px;
	}
	.staff_wrap_02 .staff_detail {
		width: 50%;
	}
	.staff_detail_ttl {
		padding: 12px 20px;
		font-size: clamp(16px, 1.87vw, 24px);
	}
	.staff_detail_item::before {
		top: 40%;
	}
}
@media screen and (min-width: 1280px) {
	.staff_wrap_01 {
		padding: 0 0 100px;
		gap: 0 100px;
	}
	.staff_message {
		margin: 40px 0 0;
	}
	.staff_message p + p {
		margin: 20px 0 0;
	}
	.staff_question_wrap {
		margin: 52px 0 0;
		border-radius: 20px;
		padding: 50px 40px;
	}
	.staff_question_item + .staff_question_item {
		margin: 41px 0 0;
	}
	.staff_question_txt {
		padding: 5px 25px;
	}
	.staff_question_txt span {
		font-size: 40px;
	}
	.staff_answer_txt {
		margin: 27px 0 0;
	}
	.staff_wrap_01 .staff_detail_wrap {
		margin: 80px 0 0;
		gap: 40px 0;
	}
	.staff_wrap_02 {
		padding: 100px 0;
	}
	.staff_wrap_03 {
		padding: 100px 0 50px;
	}
	.staff_name_en {
		font-size: 20px;
	}
	.staff_name_jp {
		font-size: 40px;
	}
	.staff_post {
		padding: 25px 10px;
		margin: 30px 0 0;
	}
	.staff_notes_txt {
		margin: 0 0 0 84px;
	}
	.staff_detail_wrap {
		margin: 40px 0 0;
	}
	.staff_detail_ttl {
		padding: 12px 26px;
		font-size: 24px;
	}
	.staff_detail_list {
		margin: 27px 0 0;
	}
	.staff_detail_item + .staff_detail_item {
		margin: 20px 0 0;
	}
	.staff_detail_item {
		padding: 0 0 0 20px;
	}
	.staff_detail_item::before {
		width: 10px;
		height: 10px;
		top: 11px;
	}
}