@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
先輩社員の声
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.breadcrumb {
	display: none;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ページヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.staff-header {
	position: relative;
	z-index: 0;
	height: 422px;
	padding-bottom: 20px;
	background: rgb(var(--color_main_rgb), 0.1);
}

.staff-header .img {
	position: absolute;
	inset: 0 auto auto 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 10%;
}

.staff-header .inner {
	display: flex;
	height: 100%;
	align-items: end;
}

.staff-header .text {
	width: 80%;
	max-width: 500px;
}

.staff-header .number {
	width: fit-content;
	margin-bottom: 0.5em;
	padding-inline: 0.3em;
	background: linear-gradient(45deg, var(--color_main_light), var(--color_green));
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
}

.staff-header .heading {
	display: inline;
	background: #fff;
	font-size: 19px;
	line-height: 2;
}

.staff-header .profile {
	display: flex;
	width: fit-content;
	margin-top: 1em;
	font-weight: 600;
	flex-flow: wrap;
}

.staff-header .category {
	padding-inline: 0.5em;
	background: #fff;
}

.staff-header .name {
	padding-inline: 0.5em;
	background: #fff;
}

.staff-header .startdate {
	background: #fff;
}

@media (min-width: 768px) {
.staff-header {
	height: 625px;
	padding-bottom: 60px;
}

.staff-header .text:not(.position_title-left) {
  margin-left: auto;
}

.staff-header .number {
	font-size: 20px;
}

.staff-header .heading {
	font-size: 30px;
}

.staff-header .profile {
	font-size: 18px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- プロフィール
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.staff-profile {
	padding-bottom: 0;
}

.staff-profile .content {
	padding: 30px 5.4%;
	background: var(--color_gray_light);
}

.staff-profile .heading {
	margin-bottom: 1em;
}

.staff-profile .wrapper {
	display: grid;
	row-gap: 1em;
}

.staff-profile .info {
	display: flex;
	column-gap: 1em;
}

.staff-profile .name {
	font-size: 18px;
}

@media (min-width: 768px) {
.staff-profile .content {
	padding-block: 50px;
}

.staff-profile .heading {
	font-size: 16px;
}

.staff-profile .wrapper {
	grid-template-columns: 1fr 70%;
}

.staff-profile .info {
	font-size: 16px;
}

.staff-profile .name {
	font-size: 24px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- インタビュー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.staff-interview {
	padding-bottom: 0;
}

.staff-interview-li:not(:last-child) {
	margin-bottom: var(--padding-block);
}

.staff-interview-li .image {
	background: rgb(var(--color_main_rgb), 0.1);
	aspect-ratio: 525 / 446;
}

.staff-interview-li .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.staff-interview-li .copy {
	margin-bottom: 1em;
	padding: 0.5em;
	color: #fff;
	background: var(--background_45deg);
	font-weight: 700;
	font-size: 20px;
}

.staff-interview-li .question {
	position: relative;
	margin-block: 1.6em 1em;
	padding-left: 1.7em;
	color: var(--color_main);
	font-weight: 700;
	font-size: 18px;
}

.staff-interview-li .question::before {
	position: absolute;
	inset: 0.8em auto auto 0;
	width: 1.2em;
	margin-right: 0.5em;
	border-top: 1px solid;
	content: "";
}

.staff-interview-li .answer {
	line-height: 2;
}

@media (min-width: 768px) {
.staff-interview-li .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.staff-interview-li:nth-child(2n+1) .wrapper {
	flex-flow: row-reverse;
}

.staff-interview-li .image {
	width: 52%;
}

.staff-interview-li:nth-child(2n+1) .image {
	margin-right: -14%;
}

.staff-interview-li:nth-child(2n) .image {
	margin-left: -14%;
}

.staff-interview-li .text {
	width: 55%;
}

.staff-interview-li .copy {
	font-size: 24px;
}

.staff-interview-li .question {
	font-size: 20px;
}
}

@media (max-width: 767.9px) {
.staff-interview-li .image {
	width: 78%;
}

.staff-interview-li:nth-child(2n+1) .image {
	margin-inline: auto var(--padding-inline_negative);
}

.staff-interview-li:nth-child(2n) .image {
	margin-left: var(--padding-inline_negative);
}

.staff-interview-li .text {
	position: relative;
	z-index: 1;
	margin-top: -20px;
}

.staff-interview-li:nth-child(2n) .copy {
	margin-left: auto;
}

.staff-interview-li .copy {
	max-width: 83%;
}
}
