@charset 'utf-8';

/* --------------------------------------------------------------------------------------
	一覧ページ
--------------------------------------------------------------------------------------- */

#footer { margin-top: 0; }

.interview-head {
	margin-top: 80px;
	text-align: center;
}

.interview-head.list-ttl { margin-bottom: 110px; }

.interview-head strong {
	color: #001b6a;
	display: inline-block;
	font-size: 39px;
	font-weight: 600;
	position: relative;
	z-index: 0;
}

.interview-head strong::after {
	color: #a5d3fd;
	content: 'Interview';
	font-family: adventures-unlimited, sans-serif;
	font-size: 91px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	right: -44px;
	top: 11px;
	transform: rotate(-15deg);
	z-index: -1;
}

.other-interview .interview-list { margin-top: 108px; }

.interview-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 100%;
}

.interview-column {
	max-width: 505px;
	position: relative;
	z-index: 0;
}

.interview-column:nth-of-type(even) { margin-left: 90px; }
.interview-column:nth-of-type(n+3) { margin-top: 80px; }

.interview-column > a {
	display: block;
	height: 418px;
	overflow: hidden;
	position: relative;
	width: 505px;
	z-index: 0;
}

.interview-column > a:hover { opacity: 1; }

.interview-column > a::before {
	background: url(../../img/interview/deco_corner.svg) no-repeat;
	background-size: cover;
	bottom: 0;
	content: '';
	display: block;
	height: 302px;
	position: absolute;
	right: 0;
	width: 189px;
	z-index: 1;
}

.interview-column > a::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(47, 86, 121, .7) 100%);
	bottom: 0;
	content: '';
	display: block;
	height: 41%;
	left: 0;
	position: absolute;
	width: 100%;
}

.interview-column .numbers {
	color: #dfe4e7;
	font-family: adventures-unlimited, sans-serif;
	font-size: 151px;
	font-style: normal;
	font-weight: 400;
	left: -27px;
	letter-spacing: -5px;
	line-height: 0;
	opacity: .7;
	position: absolute;
	top: 47px;
	transform: rotate(-8deg);
	width: 100%;
	z-index: 1;
}

.interview-column .numbers.overlap,
.interview-column .catch.overlap  {
	color: #0f2e88;
	z-index: -1;
}

.interview-column .catch {
	color: #fff;
	font-family: ta-oonishi, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -6px;
	line-height: 1.3;
	position: absolute;
	right: -47px;
	text-align: right;
	top: 295px;
	transform: skew(-17deg, 8deg) rotate(-13deg);
	white-space: nowrap;
	z-index: 1;
}

.interview-column .catch.overlap {
	color: #0f2e88;
	z-index: -1;
}

.interview-column .catch .characters {
	display: inline-block;
	text-indent: -12px;
}

.interview-column .image {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease-in-out;
	width: 100%;
}

.interview-column > a:hover .image { transform: scale(1.05); }

.interview-column dl {
	margin-top: 12px;
	text-align: right;
}

.interview-column dt {
	color: #0f2e88;
	font-size: 24px;
	font-weight: 600;
}

.interview-column dd {
	/* max-height: 1.3em;
	overflow: hidden; */
	font-feature-settings: 'palt';
	font-size: 16px;
	margin-top: 12px;
}

.banner-interview {
	margin-top: 60px;
	text-align: center;
}

.banner-interview a {
	background: #0f2e88 url(../../img/interview/icon_arrow.svg) no-repeat calc(100% - 36px) center;
	border-radius: 100vw;
	color: #fff;
	display: block;
	font-size: 24px;
	margin-left: auto;
	margin-right: auto;
	max-width: 540px;
	padding: 21px 0;
	width: 100%;
}

.lower-layer {
	background-color: #f3f3f3;
	margin-top: 120px;
	padding: 96px 0;
}

.lower-layer ul {
	display: flex;
	flex-wrap: wrap;
}

.lower-layer li {
	margin-right: 20px;
	width: 31.533%;
}

.lower-layer li:nth-of-type(3n) { margin-right: 0; }
.lower-layer li:nth-of-type(n+4) { margin-top: 46px; }

.lower-layer li a {
	border-bottom: 1px solid #bbb;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 14px;
	position: relative;
}

.lower-layer li a::before {
	background-color: #6b79a3;
	bottom: -1px;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 44px;
}

@media screen and (max-width: 768px) {

	.interview-head { margin-top: 12vw; }

	.interview-head.list-ttl { margin-bottom: 14.667vw; }

	.interview-head strong { font-size: 7.433vw;}

	.interview-head strong::after {
		font-size: 15.333vw;
		right: -10.667vw;
		top: 5.333vw;
	}

	.interview-list {
		display: block;
		margin-left: 6.667vw;
		margin-right: 6.667vw;
		width: auto;
	}

	.interview-column:nth-of-type(n+2),
	.interview-column:nth-of-type(n+3) { margin-top: 10.667vw; }

	.interview-column:nth-of-type(even) { margin-left: 0; }

	.interview-column > a {
		height: 66.267vw;
		width: 100%;
	}

	.interview-column > a::before {
		height: 47.6vw;
		width: 29.533vw;
	}

	.interview-column .catch {
		font-size: 5.4vw;
		letter-spacing: -4px;
		right: -2.667vw;
		top: 47.333vw;
	}

	.interview-column .catch .characters { text-indent: -1.6vw; }

	.interview-column .numbers {
		font-size: 22.933vw;
		left: -3.667vw;
		top: 7.333vw;
	}

	.interview-column dl { margin-top: 1.6vw; }

	.interview-column dt { font-size: 4vw; }

	.interview-column dd {
		font-size: 3.733vw;
		margin-top: 1.6vw;
	}

	.lower-layer {
		margin-top: 18vw;
		padding: 2.667vw 6.667vw 10.667vw;
	}

	.lower-layer ul { display: block; }

	.lower-layer li {
		margin-right: 0;
		width: auto;
	}

	.lower-layer li:nth-of-type(n+4) { margin-top: 0; }

	.lower-layer li a {
		font-size: 4.6vw;
		padding: 3.733vw 0;
	}

	.lower-layer li a::after {
		border: .1em solid currentColor;
		border-bottom: 0;
		border-left: 0;
		box-sizing: border-box;
		content: '';
		display: inline-block;
		height: .5em;
		margin-left: 3.8vw;
		margin-top: -4px;
		transform: translateX(-25%) rotate(45deg);
		vertical-align: middle;
		width: .5em;
	}

	.other-interview .interview-head strong::after { right: -2.667vw; }

	.other-interview .interview-list {
		margin-top: 15.333vw;
	}

	.banner-interview {
		margin-left: auto;
		margin-right: auto;
		max-width: 78%;
	}

	.banner-interview a {
		background-position: calc(100% - 5.333vw) center;
		background-size: 3.333vw auto;
		font-size: 4vw;
		padding: 4.8vw 0;
	}
}

/* --------------------------------------------------------------------------------------
	詳細ページ
--------------------------------------------------------------------------------------- */

.key-interview {
	height: 768px;
	max-width: 100vw;
	overflow: hidden;
	position: relative;
}

.key-interview::before {
	background: url(../../img/interview/key_bg_repeat.png) repeat-x left top;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.key-interview::after {
	background: url(../../img/interview/text_interview.svg) no-repeat;
	content: '';
	display: block;
	height: 766px;
	position: absolute;
	right: 0;
	top: 0;
	width: 134px;
}

.key-interview-inner {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	position: relative;
	width: 100%;
}

.key-interview-inner::before {
	background: url(../../img/interview/key_bg.png) no-repeat;
	content: '';
	display: block;
	height: 100%;
	left: -408px;
	position: absolute;
	top: 0;
	width: 1249px;
	z-index: -1;
}

.key-interview-inner::after {
	background: url(../../img/interview/key_linear_bg.png) no-repeat,url(../../img/interview/key_linear_bg.png) no-repeat;
	content: '';
	display: block;
	height: 769px;
	left: 215px;
	position: absolute;
	top: 0;
	width: 675px;
	z-index: -1;
}

.key-interview .key-image {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	right: -408px;
	top: 0;
	width: 1476px;
	z-index: -2;
}

@media screen and (min-width: 1980px) {

	.key-interview .key-image {
		right: calc((-100vw + 1100px) / 2);
		width: 70.333vw;
	}

}

.key-interview section {
	margin-left: -110px;
	padding-top: 123px;
}

@media screen and (max-width: 1400px) {

	.key-interview section {
		margin-left: 0;
		padding-left: 2.333vw;
	}

}

.key-interview section h2 {
	display: inline-block;
	position: relative;
}

.key-interview section h2 strong {
	color: #fff;
	font-family: 'futura-pt', sans-serif;
	font-size: 51px;
	font-style: normal;
	font-weight: 500;
	opacity: .28;
}

.key-interview section h2 span {
	color: #125aac;
	font-family: adventures-unlimited, sans-serif;
	font-size: 187px;
	font-style: normal;
	font-weight: 400;
	left: 195px;
	letter-spacing: -5px;
	line-height: 0;
	position: absolute;
	top: 33px;
	transform: rotate(-16deg);
	z-index: -1;
}

.key-interview section h3 {
	color: #fff;
	font-family: ta-oonishi, sans-serif;
	font-size: 53px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -5px;
	line-height: 1.4;
	margin-bottom: 52px;
	margin-top: 35px;
	position: relative;
}

@media screen and (max-width: 1100px) {

	.key-interview section h3 { font-size: 4.333vw; }

}

.key-interview section h3 .characters {
	display: inline-block;
	text-indent: -22px;
}

.key-interview section dl { color: #fff; }

.key-interview section dt {
	font-feature-settings: 'palt';
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 22px;
}

.key-interview section dd {
	font-feature-settings: 'palt';
	font-size: 16px;
	line-height: 2;
}

.key-interview .pankuzu-interview {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: 'futura-pt', sans-serif;
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	writing-mode: vertical-rl;
	z-index: 1;
}

.key-interview .pankuzu-interview li { position: relative; }

.key-interview .pankuzu-interview li::after {
	border: .3em solid currentColor;
	border-bottom: 0;
	border-left: 0;
	bottom: -25px;
	box-sizing: border-box;
	color: #fff;
	content: '';
	display: inline-block;
	height: 1.3em;
	left: 50%;
	line-height: 1;
	position: absolute;
	transform: translateX(-50%) translateY(-25%) rotate(135deg);
	vertical-align: middle;
	width: 1.3em;
}

.key-interview .pankuzu-interview li:last-of-type::after { display: none; }

.key-interview .pankuzu-interview li:nth-of-type(n+2) { margin-top: 36px; }

.key-interview .pankuzu-interview li > strong {
	font-size: 56px;
	font-weight: 500;
}

.key-interview .pankuzu-interview li a {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 500;
}

.key-interview-wrap { overflow-x: clip; }

.key-interview-content {
	counter-reset: number 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 170px;
	max-width: 1100px;
	position: relative;
	width: 100%;
}

.post-type-recruit_interview .wp-block { max-width: 1100px !important; }

.post-type-recruit_interview .is-root-container {
	counter-reset: number 0;
	overflow-x: clip;
}

.post-type-recruit_interview .wp-block-post-title { margin-bottom: 50px !important; }

.post-type-recruit_interview .editor-styles-wrapper p { font-size: 16px; }

.key-interview-content h2,
.post-type-recruit_interview .is-root-container h2 {
	border-bottom: 1px solid #002284;
	color: #002284;
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 32px;
	padding-bottom: 12px;
	position: relative;
	z-index: 0;
}

.key-interview-content > h2:nth-of-type(n+2),
.post-type-recruit_interview .is-root-container > h2:nth-of-type(n+2) { margin-top: 120px; }

.key-interview-content h2::before,
.post-type-recruit_interview .is-root-container h2::before {
	color: #c8e0ff;
	content: 'Q.' counter(number);
	counter-increment: number 1;
	font-family: adventures-unlimited, sans-serif;
	font-size: 143px;
	font-weight: 300;
	left: -81px;
	letter-spacing: -1px;
	line-height: 0;
	position: absolute;
	top: 2px;
	transform: rotate(-16deg);
	z-index: -1;
}

.key-interview-content p,
.key-interview-content ul,
.key-interview-content dl,
.key-interview-content table {
	font-size: 16px;
	line-height: 2;
	min-height: 1em;
}

.key-interview-content p:nth-of-type(n+2) { margin-top: 24px; }

.key-interview-content > .wp-block-columns,
.post-type-recruit_interview .is-root-container > .wp-block-columns {
	margin-bottom: 200px;
	margin-top: 100px;
}

.key-interview-content > .wp-block-columns:has(.message) { margin-bottom: 100px; }

.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(1):has(img) + .wp-block-column,
.post-type-recruit_interview .wp-block-columns .wp-block-column:nth-of-type(1):has(img) + .wp-block-column,
.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(2):has(img),
.post-type-recruit_interview .wp-block-columns .wp-block-column:nth-of-type(2):has(img) { margin-left: 130px; }


.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(1):has(img) + .wp-block-column h2::after,
.key-interview-content > .wp-block-columns:has(img) .wp-block-column:nth-of-type(1) h2::after,
.post-type-recruit_interview  .wp-block-columns .wp-block-column:nth-of-type(1):has(img) + .wp-block-column h2::after,
.post-type-recruit_interview  .wp-block-columns:has(img) .wp-block-column:nth-of-type(1) h2::after {
	background-color: #002284;
	bottom: -1px;
	content: '';
	display: block;
	height: 1px;
	left: -45%;
	position: absolute;
	width: 100%;
}

.key-interview-content > .wp-block-columns:has(img) .wp-block-column:nth-of-type(1) h2::after,
.post-type-recruit_interview  .wp-block-columns:has(img) .wp-block-column:nth-of-type(1) h2::after {
	left: 0;
	width: 150%;
}

.key-interview-content > .wp-block-columns .wp-block-column:has(img):nth-of-type(1)::after,
.post-type-recruit_interview .components-resizable-box__container::after {
	clear: both;
	content: '';
	display: block;
}

.key-interview-content > .wp-block-columns .wp-block-column:has(img):nth-of-type(1),
.key-interview-content > .wp-block-columns .wp-block-column:has(img):nth-of-type(2) { height: 100%; }

.key-interview-content > .wp-block-columns .wp-block-column:has(img):nth-of-type(1)::before,
.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(2):has(img)::before {
	background: url(../../img/interview/image_corner.png) no-repeat;
	bottom: -100px;
	content: '';
	display: block;
	height: 456px;
	position: absolute;
	right: -106px;
	width: 902px;
	z-index: -2;
}

.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(2):has(img)::before {
	left: -106px;
	right: auto;
	transform: scale(-1,1);
}

.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(1):has(img),
.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(2):has(img),
.post-type-recruit_interview .is-root-container > .wp-block-columns .wp-block-column:nth-of-type(1):has(img) {
	position: relative;
	z-index: 1;
}

.post-type-recruit_interview .is-root-container > .wp-block-columns .wp-block-column:nth-of-type(1):has(img) figure { margin-top: 0; }

.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(1) img,
.post-type-recruit_interview .is-root-container > .wp-block-columns .wp-block-column:nth-of-type(1) img {
	float: right;
	max-width: inherit;
}

.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(2) img,
.post-type-recruit_interview .is-root-container > .wp-block-columns .wp-block-column:nth-of-type(2) img {
	max-width: inherit;
}

.post-type-recruit_interview .is-root-container > .wp-block-columns .wp-block-column:nth-of-type(1) .components-resizable-box__container,
.post-type-recruit_interview .is-root-container > .wp-block-columns .wp-block-column:nth-of-type(2) .components-resizable-box__container {
	display: block !important;
	max-width: inherit !important;
}

.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(1):has(img) + .wp-block-column h2,
.key-interview-content > .wp-block-columns:has(img) .wp-block-column:nth-of-type(1) h2 { margin-top: 20px; }

.key-interview-content h2 strong,
.key-interview-content > .wp-block-columns:has(img) .wp-block-column:nth-of-type(1) h2 strong { font-weight: 600; }

:where(.wp-block-columns.is-layout-flex) { gap: 0 !important; }

.key-interview-content .message,
.post-type-recruit_interview .is-root-container .message {
	background: url(../../img/interview/message_bg.png) repeat-x left top;
	background-size: contain;
	color: #fff;
	min-width: 1270px;
	padding: 72px 0;
	position: relative;
	z-index: 0;
}

.key-interview-content .message::before,
.post-type-recruit_interview .is-root-container .message::before {
	background: url(../../img/interview/message_bg.png) repeat-x left top;
	background-size: contain;
	content: '';
	display: block;
	height: 100%;
	left: calc((-100vw + 1100px) / 2);
	position: absolute;
	top: 0;
	width: 30vw;
	z-index: -1;
}

.key-interview-content .message::after,
.post-type-recruit_interview .is-root-container .message::after {
	background-color: #fff !important;
	clip-path: polygon(100% 0, 0 0, 100% 100%) !important;
	content: '' !important;
	display: block !important;
	height: calc(100% + 1px) !important;
	position: absolute !important;
	right: -1px !important;
	top: -1px !important;
	width: 260px !important;
	z-index: -1 !important;
}

.key-interview-content .message h3,
.post-type-recruit_interview .is-root-container .message h3 {
	border-bottom: 1px solid #fff;
	font-size: 28px;
	margin-bottom: 32px;
	padding-bottom: 12px;
}

.key-interview-content > .wp-block-columns:not(:has(img)) .wp-block-column p,
.post-type-recruit_interview .is-root-container .wp-block-columns:not(:has(img)) .wp-block-column p {
	margin-left: 0;
	width: 480px;
}

.key-interview-content .message p,
.post-type-recruit_interview .is-root-container .message p {
	margin-left: auto !important;
	width: auto !important;
}

:root :where(.editor-styles-wrapper)::after { height: 100px !important; }

@media screen and (max-width: 768px) {

	.key-interview {
		height: 101.067vw;
	}

	.key-interview::after {
		background-size: contain;
		height: 100%;
		width: 18.333vw;
	}

	.key-interview .pankuzu-interview {
		right: 1.2vw;
		top: 8.333vw;
		transform: none;
	}

	.key-interview .pankuzu-interview li::after {
		bottom: -3.67vw;
		height: .8em;
		width: .8em;
	}

	.key-interview .pankuzu-interview li:nth-of-type(n+2) { margin-top: 5.333vw; }

	.key-interview .pankuzu-interview li a { font-size: 3.733vw; }

	.key-interview .pankuzu-interview li > strong { font-size: 5.6vw; }

	.key-interview-inner::before {
		background-image: url(../../img/interview/key_bg_sp.png);
		background-size: contain;
		left: 0;
	}

	.key-interview-inner::after {
		background: url(../../img/interview/key_linear_bg_sp.png) no-repeat;
		background-size: contain;
		height: 100%;
		left: 0;
		width: 100%;
	}

	.key-interview .key-image {
		background-size: cover;
		height: 100%;
		right: 0;
		width: 100%;
	}

	.key-interview section {
		margin-left: 4vw;
		padding-top: 8vw;
	}

	.key-interview section h2 strong {
		font-size: 6.133vw;
	}

	.key-interview section h2 span {
		font-size: 20.267vw;
		left: 10.33vw;
		top: 11.833vw;
	}

	.key-interview section h3 {
		font-size: 5.6vw;
		letter-spacing: -4px;
		margin-bottom: 8.333vw;
		margin-left: -.667vw;
		margin-top: 38.333vw;
		text-shadow:
			0 0 10px rgba(1, 1, 51, 1),
			0 0 10px rgba(1, 1, 51, 1);
		transform: skew(-17deg, 8deg) rotate(-14deg);
		width: 85%;
	}

	.key-interview section h3 br { display: none; }

	.key-interview section h3 br:after {
		content: '';
		margin-right: -.333em;
	}

	.key-interview section h3 .characters { text-indent: -2.333vw; }

	.key-interview section dl {
		bottom: 0;
		padding-bottom: 2.667vw;
		padding-right: 2.667vw;
		position: absolute;
		right: 0;
		text-align: right;
		width: 100%;
	}

	.key-interview section dl::after {
		background: url(../../img/interview/key_text_bg.png) repeat-x left top;
		background-size: contain;
		bottom: 0;
		content: '';
		display: block;
		height: 19.533vw;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: -1;
	}

	.key-interview section dt {
		font-size: 4.8vw;
		margin-bottom: 1.333vw;
	}

	.key-interview section dd {
		font-size: 3.433vw;
		line-height: 1.8;
	}

	.key-interview section dd br:nth-of-type(n+2) { display: none; }

	.key-interview-content {
		margin: 0;
		overflow-x: clip;
		padding: 15.6vw 5.333vw 0;
		width: auto;
	}

	.key-interview-content > .wp-block-columns,
	.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(2):has(img),
	.post-type-recruit_interview .is-root-container > .wp-block-columns {
		margin-bottom: 0;
		margin-top: 8.333vw;
	}

	.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(1):has(img) { margin-bottom: 17.333vw; }

	.key-interview-content > h2:nth-of-type(n+2),
	.post-type-recruit_interview .is-root-container > h2:nth-of-type(n+2) { margin-top: 17.333vw; }

	.key-interview-content h2,
	.post-type-recruit_interview .is-root-container h2 {
		font-size: 4.633vw;
		margin-bottom: 5.333vw;
		padding-bottom: 2.333vw;
	}

	.key-interview-content h2::before,
	.post-type-recruit_interview .is-root-container h2::before {
		font-size: 19.067vw;
		left: -4.67vw;
		top: -.667vw;
	}

	.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(1):has(img) + .wp-block-column h2::after,
	.key-interview-content > .wp-block-columns:has(img) .wp-block-column:nth-of-type(1) h2::after,
	.post-type-recruit_interview .wp-block-columns .wp-block-column:nth-of-type(1):has(img) + .wp-block-column h2::after,
	.post-type-recruit_interview .wp-block-columns:has(img) .wp-block-column:nth-of-type(1) h2::after { display: none; }

	.key-interview-content .message h3,
	.post-type-recruit_interview .is-root-container .message h3 {
		font-size: 4.8vw;
		margin-bottom: 3.333vw;
		padding-bottom: 2.333vw;
	}

	.key-interview-content p,
	.key-interview-content ul,
	.key-interview-content dl,
	.key-interview-content table { font-size: 3.733vw; }

	.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(1):has(img) + .wp-block-column,
	.post-type-recruit_interview .wp-block-columns .wp-block-column:nth-of-type(1):has(img) + .wp-block-column { margin-left: 0; }

	.key-interview-content .message,
	.post-type-recruit_interview .is-root-container .message {
		margin-left: -5.333vw;
		min-width: 0;
		padding: 10.667vw 0;
		padding-left: 5.333vw;
	}

	.key-interview-content .message::after,
	.post-type-recruit_interview .is-root-container .message::after { display: none !important; }

	.key-interview-content > .wp-block-columns:not(:has(img)) .wp-block-column p,
	.post-type-recruit_interview .is-root-container .wp-block-columns:not(:has(img)) .wp-block-column p { width: auto; }

	.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(2):has(img),
	.post-type-recruit_interview .wp-block-columns .wp-block-column:nth-of-type(2):has(img) { margin-left: 0; }

	.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(1) img,
	.post-type-recruit_interview .is-root-container > .wp-block-columns .wp-block-column:nth-of-type(1) img,
	.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(2) img,
	.post-type-recruit_interview .is-root-container > .wp-block-columns .wp-block-column:nth-of-type(2) img {
		float: none;
		max-width: 100%;
	}

	.key-interview-content p:nth-of-type(n+2) { margin-top: 4.267vw; }

	.key-interview-content > .wp-block-columns:not(:has(img)) .wp-block-column:nth-of-type(2),
	.post-type-recruit_interview .is-root-container .wp-block-columns:not(:has(img)) .wp-block-column:nth-of-type(2) { margin-top: 16.333vw; }

	.key-interview-content > .wp-block-columns .wp-block-column:has(img):nth-of-type(1)::before,
	.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(2):has(img)::before {
		background-size: cover;
		bottom: -7.667vw;
		height: 44.333vw;
		left: -5.333vw;
		right: auto;
		width: 100%;
	}

	.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(2):has(img)::before{
		left: auto;
		right: -5.333vw;
	}

	.key-interview-content > .wp-block-columns .wp-block-column:nth-of-type(2):has(img) { margin-bottom: 10.333vw; }

	.key-interview-content > .wp-block-columns:has(.message) { margin-bottom: 0; }
}

/* --------------------------------------------------------------------------------------
	スライダー
--------------------------------------------------------------------------------------- */

#container {
	overflow-x: clip;
}

.interview-list-container {
	margin-top: 50px;
	position: relative;
}

/* .interview-list-container:has(.swiper-slide-active:first-of-type),
.interview-list-container:has(.swiper-slide-active:last-of-type) {
	margin-left: auto;
	margin-right: auto;
} */

.interview-list-container .swiper-container { overflow: inherit; }

.interview-list-container .interview-column:nth-of-type(n+3) { margin-top: 0; }
.interview-list-container .interview-column:nth-of-type(even) { margin-left: 0; }

@media screen and (max-width: 768px) {

	.interview-list-container { margin: 14.667vw 5.333vw 0 !important; }

	.interview-list-container .interview-column:nth-of-type(n+2),
	.interview-list-container .interview-column:nth-of-type(n+3) { margin-top: 0; }

	.interview-list-slider .banner-interview { margin-top: 8vw; }


}