.page_staff_box {
	padding-top: 70px;
	padding-bottom: 80px;
	position: relative;
}
@media (max-width: 767px) {
	.page_staff_box {
		padding-bottom: 40px;
	}
}
.page_staff_box .c-illustlogo {
	top: 8vw;
	left: -10vw;
}
@media (max-width: 767px) {
	.page_staff_box .c-illustlogo {
		left: -148px;
		top: 90px;
	}
}
#page_staff_nishiosu,
#page_staff_toyoake,
#page_staff_handa {
	border-top: 1px solid #969696;
	padding: 100px 0;
}
@media (max-width: 767px) {
	#page_staff_nishiosu,
	#page_staff_toyoake,
	#page_staff_handa {
		padding: 50px 0;
	}
}

#page_staff_nishiosu .c-title .ja {
	color: #ff555f;
	text-align: center;
}

#page_staff_toyoake .c-title .ja {
	color: #00bc30;
	text-align: center;
}

#page_staff_handa .c-title .ja {
	color: #009fb8;
	text-align: center;
}

.page_staff_cont {
	position: relative;
	z-index: 100;
	margin-top: 80px;
}
@media (max-width: 767px) {
	.page_staff_cont {
		margin-top: 40px;
	}
}

.page_staff_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 60px;
}
@media (max-width: 767px) {
	.page_staff_list {
		gap: 30px;
	}
}
.page_staff_list img {
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}
.page_staff_list_item {
	width: calc((100% / 3) - 40px);
}
@media (max-width: 767px) {
	.page_staff_list_item {
		width: calc((100% / 2) - 15px);
	}
}
.page_staff_list_item:last-of-type {
	border: 0;
}
/* .page_staff_list_item .img {
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
} */
.page_staff_list_item .bg_osu {
	filter: drop-shadow(10px 10px 0 #ff555f);
	transition: 0.3s;
}
.page_staff_list_item .bg_osu:hover {
	filter: drop-shadow(0 0 0 #ff555f);
}
.page_staff_list_item .bg_toyoake {
	filter: drop-shadow(10px 10px 0 #00bc30);
	transition: 0.3s;
}
.page_staff_list_item .bg_toyoake:hover {
	filter: drop-shadow(0 0 0 #00bc30);
}
.page_staff_list_item .bg_handa {
	filter: drop-shadow(10px 10px 0 #009fb8);
	transition: 0.3s;
}
.page_staff_list_item .bg_handa:hover {
	filter: drop-shadow(0 0 0 #009fb8);
}
@media (max-width: 767px) {
	.page_staff_list_item .bg_osu {
		filter: drop-shadow(6px 6px 0 #ff555f);
		transition: 0.3s;
	}
	.page_staff_list_item .bg_toyoake {
		filter: drop-shadow(6px 6px 0 #00bc30);
		transition: 0.3s;
	}
	.page_staff_list_item .bg_handa {
		filter: drop-shadow(6px 6px 0 #009fb8);
		transition: 0.3s;
	}
}
.page_staff_list_item p {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	margin-top: 20px;
}
@media (max-width: 767px) {
	.page_staff_list_item p {
		margin-top: 10px;
	}
}
.page_staff_list_item p .date {
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0em;
	display: block;
}
.page_staff_list_item p .title {
	font-size: clamp(16px, 0.93vw, 20px);
	line-height: 1.666em;
	letter-spacing: 0em;
	font-weight: 500;
	text-align: center;
	flex-basis: 100%;
}

/*ボイス詳細*/
.page_staff_detail {
	margin: 80px auto;
}
@media (max-width: 767px) {
	.page_staff_detail {
		margin: 40px auto;
	}
}
.page_staff_detail_img,
.page_staff_detail_comment {
	flex-basis: calc(50% - 40px);
}
.page_staff_detail_img img {
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}
@media (max-width: 767px) {
	.page_staff_detail_img,
	.page_staff_detail_comment {
		flex-basis: 100%;
	}
}

.staff_nishiosu {
	filter: drop-shadow(20px 20px 0 #ff555f);
}
.staff_toyoake {
	filter: drop-shadow(20px 20px 0 #00bc30);
}
.staff_handa {
	filter: drop-shadow(20px 20px 0 #009fb8);
}
@media (max-width: 767px) {
	.staff_nishiosu {
		filter: drop-shadow(10px 10px 0 #ff555f);
	}
	.staff_toyoake {
		filter: drop-shadow(10px 10px 0 #00bc30);
	}
	.staff_handa {
		filter: drop-shadow(10px 10px 0 #009fb8);
	}
}
.page_staff_detail_comment {
	letter-spacing: 0.05em;
}

.page_staff_detail_comment .page_staff_comment_ttl {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.3;
	color: #00437a;
}
@media (max-width: 767px) {
	.page_staff_detail_comment .page_staff_comment_ttl {
		font-size: 24px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.page_staff_interview {
	border-top: 1px solid #969696;
	min-height: 200px;
	padding-bottom: 60px;
}
@media (max-width: 767px) {
	.page_staff_interview {
		padding-bottom: 30px;
	}
}
.page_staff_interview:last-of-type {
	border-bottom: 1px solid #969696;
	margin-bottom: 40px;
}
.page_staff_interview_q {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	padding-left: 24px;
	padding-block: 30px;
	line-height: 1.3;
}
@media (max-width: 767px) {
	.page_staff_interview_q {
		padding-block: 20px;
	}
}
.page_staff_interview_q::before {
	content: 'Q.';
	position: absolute;
	left: 0;
}

.page_staff_interview_a {
	position: relative;
	padding-left: 20px;
}

.page_staff_interview_a::before {
	content: 'A.';
	position: absolute;
	left: 0;
}

.staff_faq li {
	padding: 8px 0;
	line-height: 1.8;
}
.staff_faq .staff_faq_q {
	font-weight: 700;
}
.staff_faq .staff_faq_a {
	white-space: pre-wrap;
	text-indent: -14px;
	padding-left: 15px;
}

/* 追加 */
.page_staff_wrap {
	margin-top: 80px;
	padding: 120px 0;
	background: url(../../img/staff/staff_bg.png) top / cover no-repeat;
}

.page_staff_group {
	border-bottom: 1px solid #fff;
	margin-bottom: 120px;
	padding-bottom: 48px;
}
.page_staff_group:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.page_staff_ttl {
	font-size: 48px;
	color: #fff;
	text-align: center;
	margin-bottom: 48px;
}

.page_staff_item {
	display: block;
	width: 30%;
	margin-bottom: 50px;
}

.page_staff_name {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 24px;
}

.page_staff_img {
	position: relative;
}

.page_staff_img img {
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
	position: relative;
	z-index: 10;
}
.page_staff_img::after {
	content: '';
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 100%;
	height: 100%;
	background-color: #bfcacf;
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
	z-index: 1;
}

.detail_staff_row {
	align-items: flex-start;
}
.detail_staff_img {
	width: 46%;
	position: relative;
}
.detail_staff_img::after {
	content: '';
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 100%;
	height: 100%;
	background-color: #bfcacf;
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
	z-index: 1;
}
.detail_staff_img img {
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
	position: relative;
	z-index: 10;
}
.detail_staff_textarea {
	width: 46%;
}
.detail_staff_name {
	font-size: 32px;
	color: #fff;
}
.detail_staff_posi {
	margin-bottom: 32px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}
.detail_staff_faq_item {
	margin-bottom: 20px;
	color: #fff;
}
.staff_link {
	background-color: #fff;
}
@media (max-width: 767px) {
	.page_staff_wrap {
		margin-top: 40px;
		padding: 64px 0;
	}

	.page_staff_group {
		margin-bottom: 64px;
		padding-bottom: 32px;
	}

	.page_staff_ttl {
		font-size: 28px;
		margin-bottom: 24px;
	}

	.page_staff_item {
		width: 46%;
		margin-bottom: 32px;
	}

	.page_staff_name {
		font-size: 14px;
		margin-top: 16px;
	}

	.page_staff_img::after {
		right: -6px;
		bottom: -6px;
	}

	.detail_staff_img {
		width: 80%;
		margin: 0 auto 32px;
	}
	.detail_staff_img::after {
		right: -6px;
		bottom: -6px;
	}
	.detail_staff_textarea {
		width: 100%;
	}
	.detail_staff_name {
		font-size: 20px;
	}
	.detail_staff_posi {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.detail_staff_faq_item {
		margin-bottom: 16px;
	}
}
