@charset "UTF-8";
#staff_list .inner {
	padding: 80px 50px 0;
}
#staff_list .inner p {
	line-height: 1.8;
	max-width: 960px;
	margin: 0 auto;
}
.staff__list {
	position: relative;
}
.staff001 {
	width: 7%;
	position: absolute;
	top: 8%;
	left: 15%;
	z-index: 1;
}
.staff002 {
	width: 8%;
	position: absolute;
	top: 13%;
	left: 90%;
	z-index: 1;
}
.staff003 {
	width: 6%;
	position: absolute;
	top: 35%;
	left: 38%;
	z-index: 1;
}
.staff004 {
	width: 7%;
	position: absolute;
	top: 38%;
	left: 0%;
	z-index: 1;
}
.staff005 {
	width: 6%;
	position: absolute;
	top: 61%;
	left: 39%;
	z-index: 1;
}
.staff006 {
	width: 12%;
	position: absolute;
	top: 73%;
	left: 7%;
	z-index: 1;
}
.staff007 {
	width: 8%;
	position: absolute;
	top: 73%;
	left: 90%;
	z-index: 1;
}
.staff008 {
	width: 16%;
	position: absolute;
	top: 96%;
	left: 6%;
	z-index: 1;
}
#staff_list .staff__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#staff_list .staff__item ~ .staff__item {
	margin-top: 180px;
}
#staff_list .inner article figure {
	flex-shrink: 0;
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	display: block;
	position: relative;
}
#staff_list .inner article figure::before {
	content: "";
	display: block;
	padding-top: 123.334%;
}
#staff_list .inner article figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	clip-path: polygon(0 30px, 30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px));
}
#staff_list .inner article figcaption {
	width: 100%;
	margin: 0 0 0 80px;
}
#staff_list .inner article figcaption ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	position: absolute;
	top: -25px;
	left: 0;
}
#staff_list .inner article figcaption ul li {
	background: #fffdaa;
	font-size: 14px;
	padding: 5px 10px;
}
#staff_list .inner article figcaption h1 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 36px;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #477a9e;
	padding-bottom: 30px;
}
#staff_list .inner article figcaption h1::before {
	content: "";
	display: block;
	width: 160px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #eae778;
}
#staff_list .inner article figcaption h1::after {
	content: attr(data-subtitle);
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}
#staff_list .inner article figcaption p {
	font-size: 16px;
	margin-top: 20px;
}
#staff_list .inner article figcaption dl {
	border-top: 2px solid #eae778;
	margin-top: 20px;
	padding-top: 20px;
	line-height: 1.8;
}
#staff_list .inner article figcaption dl dt {
	font-size: 18px;
}
#staff_list .inner article figcaption dl dd {
	width: fit-content;
	font-size: 14px;
	padding: 5px 10px;
	background-color: #def1ff;
}
#staff_list .inner article figcaption dl dd ~ dd {
	margin-top: 5px;
}
@media screen and (max-width: 1024px) {
	.staff__list {
		max-width: 728px;
		margin: 0 auto;
	}
	.staff001 {
		width: 10%;
		top: 11%;
		left: 0%;
	}
	.staff002 {
		width: 12%;
		top: 13%;
		left: 85%;
	}
	.staff003 {
		width: 10%;
		top: 39%;
		left: 38%;
	}
	.staff004 {
		width: 11%;
		top: 41%;
		left: 88%;
	}
	.staff005 {
		width: 10%;
		top: 65%;
		left: 39%;
	}
	.staff006 {
		width: 16%;
		top: 77%;
		left: 0%;
	}
	.staff007 {
		width: 11%;
		top: 77%;
		left: 88%;
	}
	.staff008 {
		width: 20%;
		top: 100%;
		left: 0%;
	}
	#staff_list .inner {
		padding: 40px 20px 0;
	}
	#staff_list .inner article figure {
		max-width: 350px;
	}
	#staff_list .inner article figcaption {
		margin-left: 20px;
	}
	#staff_list .staff__item ~ .staff__item {
		margin-top: 100px;
	}
}
@media screen and (max-width: 767px) {
	#staff_list .inner {
		padding-top: 10px;
	}
	#staff_list .staff__item {
		display: block;
		margin: 40px auto 0;
	}
	.staff001 {
		width: 15%;
		top: 5%;
		left: 0%;
	}
	.staff002 {
		width: 20%;
		top: 12%;
		left: 75%;
	}
	.staff003 {
		width: 15%;
		top: 32%;
		left: 78%;
	}
	.staff004 {
		width: 20%;
		top: 38%;
		left: 75%;
	}
	.staff005 {
		width: 15%;
		top: 59%;
		left: 83%;
	}
	.staff006 {
		width: 25%;
		top: 71%;
		left: 70%;
	}
	.staff007 {
		width: 20%;
		top: 76%;
		left: 75%;
	}
	.staff008 {
		width: 30%;
		top: 95%;
		left: 60%;
	}
	#staff_list .staff__item ~ .staff__item {
		margin-top: 65px;
	}
	#staff_list .inner article figure {
		max-width: 100%;
	}
	#staff_list .inner article figcaption {
		margin: 30px 0 0 0;
	}
	#staff_list .inner article figcaption p {
		font-size: 14px;
	}
	#staff_list .inner article figcaption ul li {
		font-size: 12px;
		padding: 5px;
	}
	#staff_list .inner article figcaption h1 {
		font-size: 24px;
		margin-top: 10px;
	}
	#staff_list .inner article figcaption h1::after {
		font-size: 12px;
		margin-top: 10px;
	}
}
