/**
 * Recruit page styles.
 */

body .wp-site-blocks > header.wp-block-template-part + *,
.editor-styles-wrapper .wp-site-blocks > header.wp-block-template-part + *,
.editor-styles-wrapper header.wp-block-template-part + * {
	margin-block-start: 0 !important;
}

body.single-interview .wp-block-post-featured-image {
	overflow: hidden;
	margin-bottom: 60px;
	border-radius: 20px;
}

.interview-page-wrap {
	overflow: hidden;
}

body.single-interview .wp-block-post-featured-image img {
	display: block;
	width: 100%;
	border-radius: 0;
}

body.single-interview .wp-block-post-content > * + *,
body.single-interview .wp-block-post-content > .wp-block-group > * + * {
	margin-block-start: var(--wp--style--block-gap, 1.2rem);
}

body.single-interview .wp-block-post-content > p,
body.single-interview .wp-block-post-content > .wp-block-paragraph,
body.single-interview .wp-block-post-content > .wp-block-group > p,
body.single-interview .wp-block-post-content > .wp-block-group > .wp-block-paragraph {
	margin-block-end: 0;
}

body.single-interview .wp-block-post-content > :first-child,
body.single-interview .wp-block-post-content > .wp-block-group > :first-child {
	margin-block-start: 0;
}

body.single-interview .wp-block-post-content .wp-block-image img {
	border-radius: 20px;
}

.recruit-message-section {
	--recruit-wrapper-width: 1040px;
	position: relative;
	z-index: 5;
	padding-top: clamp(128px, 9.8vw, 154px) !important;
}

.recruit-message-section::after,
.recruit-company-section::after,
.recruit-business-section::after,
.recruit-interview-section::after,
.recruit-faq-section::after,
.recruit-access-section::after,
.recruit-news-section::after {
	position: absolute;
	left: max(14px, calc((100% - var(--recruit-wrapper-width)) / 2));
	bottom: -0.04em;
	z-index: 2;
	display: block;
	content: "";
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.recruit-message-section::before {
	position: absolute;
	right: 0;
	bottom: 100%;
	z-index: 4;
	display: block;
	width: 100px;
	height: 100px;
	content: "";
	background-color: #c9e8ec;
	mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	-webkit-mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	pointer-events: none;
}

.recruit-message-section::after {
	width: 1502px;
	aspect-ratio: 1502 / 58;
	background-image: url("../../img/recruit_message_text.svg");
}

.recruit-message-inner {
	position: relative;
	z-index: 1;
	width: min(100%, var(--recruit-wrapper-width));
	margin-inline: auto !important;
}

.recruit-message-inner::before,
.recruit-message-inner::after {
	position: absolute;
	z-index: 2;
	display: block;
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.recruit-message-inner::before {
	right: clamp(-172px, -10vw, -96px);
	top: clamp(-120px, -7vw, -82px);
	width: clamp(150px, 15.5vw, 224px);
	aspect-ratio: 224 / 296;
	background-image: url("../../img/recruit_message_deco01.svg");
}

.recruit-message-inner::after {
	left: clamp(-178px, -12vw, -96px);
	top: clamp(220px, 19vw, 300px);
	width: clamp(70px, 6.8vw, 98px);
	aspect-ratio: 98 / 76;
	background-image: url("../../img/recruit_message_deco02.svg");
}

.recruit-message-inner > * {
	position: relative;
	z-index: 1;
}

.recruit-company-section {
	--recruit-wrapper-width: 1040px;
	position: relative;
	overflow: visible;
	z-index: 6;
	border-top-left-radius: 60px;
}

.recruit-company-section::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 7;
	display: block;
	width: 100px;
	height: 100px;
	content: "";
	background-color: #c9e8ec;
	mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	transform: scale(-1);
	-webkit-mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	pointer-events: none;
}

.recruit-company-section::after {
	width: 3796px;
	aspect-ratio: 3796 / 58;
	background-image: url("../../img/recruit_company_text.svg");
}

.recruit-company-inner {
	position: relative;
	z-index: 1;
	width: min(100%, var(--recruit-wrapper-width));
	margin-inline: auto !important;
}

.recruit-company-inner::before {
	position: absolute;
	right: 9%;
	top: clamp(-34px, -2.2vw, -18px);
	z-index: 2;
	display: block;
	width: clamp(76px, 6.9vw, 100px);
	aspect-ratio: 100 / 61;
	content: "";
	background: url("../../img/recruit_company_deco01.svg") center / contain no-repeat;
	pointer-events: none;
}

.recruit-company-inner > * {
	position: relative;
	z-index: 1;
}

.recruit-business-section {
	--recruit-wrapper-width: 1040px;
	position: relative;
	overflow: visible;
	z-index: 5;
}

.recruit-business-section::before {
	position: absolute;
	right: 0;
	bottom: 100%;
	z-index: 8;
	display: block;
	width: 100px;
	height: 100px;
	content: "";
	background-color: #d5e9a8;
	mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	-webkit-mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	pointer-events: none;
}

.recruit-business-section::after {
	width: 1645px;
	aspect-ratio: 1645 / 58;
	background-image: url("../../img/recruit_business_text.svg");
}

.recruit-business-inner {
	position: relative;
	z-index: 1;
	width: min(100%, var(--recruit-wrapper-width));
	margin-inline: auto !important;
}

.recruit-business-inner::before {
	position: absolute;
	left: clamp(-240px, -16vw, -132px);
	top: clamp(260px, 23vw, 332px);
	z-index: 2;
	display: block;
	width: clamp(96px, 9.7vw, 139px);
	aspect-ratio: 139 / 223;
	content: "";
	background: url("../../img/recruit_business_deco01.svg") center / contain no-repeat;
	pointer-events: none;
}

.recruit-business-inner > * {
	position: relative;
	z-index: 1;
}

.recruit-interview-section {
	--recruit-wrapper-width: 1040px;
	position: relative;
	overflow: visible;
	z-index: 6;
	border-top-left-radius: 60px;
}

.recruit-interview-section::before {
	position: absolute;
	right: 0;
	bottom: 100%;
	z-index: 7;
	display: block;
	width: 100px;
	height: 100px;
	content: "";
	background-color: #f4f4f4;
	mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	-webkit-mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	pointer-events: none;
}

.recruit-interview-section::after {
	width: 2202px;
	aspect-ratio: 2202 / 58;
	background-image: url("../../img/recruit_interview_text.svg");
}

.recruit-interview-inner {
	position: relative;
	z-index: 1;
	width: min(100%, var(--recruit-wrapper-width));
	margin-inline: auto !important;
}

.recruit-interview-inner::before {
	position: absolute;
	right: clamp(98px, 12vw, 176px);
	top: -40%;
	z-index: 2;
	display: block;
	width: clamp(112px, 10.8vw, 156px);
	aspect-ratio: 156 / 183;
	content: "";
	background: url("../../img/recruit_interview_deco01.svg") center / contain no-repeat;
	pointer-events: none;
}

.recruit-interview-inner > * {
	position: relative;
	z-index: 1;
}

.recruit-interview-section .interview-slider__controls {
	position: absolute !important;
	top: 50% !important;
	right: auto !important;
	left: 0;
	z-index: 10;
	justify-content: space-between;
	width: min(
		calc(
			min(34vw, 360px) + min(34vw, 360px) + min(34vw, 360px) +
			clamp(24px, 3vw, 48px) + clamp(24px, 3vw, 48px)
		),
		calc(100% + var(--interview-slider-bleed))
	);
	margin-top: 0 !important;
	pointer-events: none;
	transform: translateY(-50%);
}

.recruit-interview-section .interview-slider__button {
	pointer-events: auto;
	transform: translateX(-50%);
}

.recruit-interview-section .interview-slider__button--next {
	transform: translateX(50%);
}

@media (min-width: 768px) and (max-width: 1327px) {
	.recruit-interview-section .interview-slider__controls {
		width: calc(100% + var(--interview-slider-bleed) - 24px);
	}
}

.recruit-benefit-section {
	--recruit-wrapper-width: 1040px;
	position: relative;
	overflow: visible;
	z-index: 6;
	border-top-left-radius: 60px;
}

.recruit-benefit-section::before,
.recruit-benefit-section::after {
	position: absolute;
	z-index: 7;
	display: block;
	width: 100px;
	height: 100px;
	content: "";
	mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	-webkit-mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	pointer-events: none;
}

.recruit-benefit-section::before {
	left: 0;
	top: 100%;
	background-color: #fdf6f3;
	transform: scaleX(-1) scaleY(-1);
}

.recruit-benefit-section::after {
	right: 0;
	bottom: 0;
	background-color: #fec27c;
	transform: none;
}

.recruit-benefit-inner {
	position: relative;
	z-index: 1;
	width: min(100%, var(--recruit-wrapper-width));
	margin-inline: auto !important;
}

.recruit-benefit-inner::before {
	position: absolute;
	right: clamp(-120px, -8vw, -58px);
	top: clamp(-86px, -5vw, -48px);
	z-index: 2;
	display: block;
	width: clamp(88px, 8.9vw, 128px);
	aspect-ratio: 128 / 258;
	content: "";
	background: url("../../img/recruit_benefit_deco01.svg") center / contain no-repeat;
	pointer-events: none;
}

.recruit-benefit-inner > * {
	position: relative;
	z-index: 1;
}

.recruit-faq-section {
	--recruit-wrapper-width: 1040px;
	position: relative;
	overflow: visible;
	z-index: 7;
}

.recruit-faq-section::before {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 8;
	display: block;
	width: 100px;
	height: 100px;
	content: "";
	background-color: #dbf1f5;
	mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	transform: scaleX(-1) scaleY(-1);
	-webkit-mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	pointer-events: none;
}

.recruit-faq-section::after {
	width: 1462px;
	aspect-ratio: 1462 / 67;
	background-image: url("../../img/recruit_faq_text.svg");
}

.recruit-access-section {
	--recruit-wrapper-width: 1040px;
	position: relative;
	overflow: visible;
	z-index: 8;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
}

.recruit-access-section::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	display: block;
	width: 100px;
	height: 100px;
	content: "";
	background-color: #fec27c;
	mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	transform: scale(-1);
	-webkit-mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	pointer-events: none;
}

.recruit-access-section::after {
	width: 1122px;
	aspect-ratio: 1122 / 58;
	background-image: url("../../img/recruit_access_text.svg");
}

.recruit-access-inner {
	position: relative;
	z-index: 1;
	width: min(100%, var(--recruit-wrapper-width));
	margin-inline: auto !important;
}

.recruit-access-inner::before,
.recruit-access-inner::after {
	position: absolute;
	z-index: 2;
	display: block;
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.recruit-access-inner::before {
	right: clamp(-136px, -9vw, -72px);
	top: clamp(-98px, -7vw, -58px);
	width: clamp(150px, 15.9vw, 229px);
	aspect-ratio: 229 / 162;
	background-image: url("../../img/recruit_access_deco01.svg");
}

.recruit-access-inner::after {
	left: clamp(-172px, -11vw, -88px);
	top: clamp(250px, 21vw, 330px);
	width: clamp(52px, 4.9vw, 71px);
	aspect-ratio: 71 / 55;
	background-image: url("../../img/recruit_access_deco02.svg");
}

.recruit-access-inner > * {
	position: relative;
	z-index: 1;
}

.recruit-news-section {
	--recruit-wrapper-width: 1040px;
	position: relative;
	overflow: visible;
	z-index: 9;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
}

.recruit-news-section::before {
	position: absolute;
	right: 0;
	top: auto;
	bottom: 100%;
	z-index: 10;
	display: block;
	width: 100px;
	height: 100px;
	content: "";
	background-color: #dbf1f5;
	mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	-webkit-mask: url("../../img/recruit_mask_corner.svg") center / contain no-repeat;
	transform: none;
	pointer-events: none;
}

.recruit-news-section .icd-top-news::before {
	content: none;
}

.recruit-news-section .icd-top-news__date::after {
	background-color: #dbf1f5;
}

.recruit-news-section::after {
	width: 1225px;
	aspect-ratio: 1225 / 58;
	background-image: url("../../img/recruit_news_text.svg");
}

.interview-cover-deco-wrap {
	position: relative;
	overflow: visible;
	margin-block: 0 !important;
	margin-inline: auto !important;
}

.interview-cover-deco-wrap::before {
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 0;
	display: block;
	width: clamp(4270px, 298vw, 6108px);
	aspect-ratio: 6108 / 58;
	content: "";
	background-image: url("../../img/interview_cover_text.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% 100%;
	pointer-events: none;
}

.interview-cover-deco {
	margin-top: 0 !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.interview-cover-deco-wrap > * {
	position: relative;
	z-index: 1;
}

.recruit-header {
	display: flex !important;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 !important;
	padding: 10px 20px 10px 0 !important;
	background: #fff;
	box-sizing: border-box;
}

.recruit-header__logo {
	flex: 0 0 auto;
	width: clamp(180px, 19vw, 268px);
	margin: 0 !important;
}

.recruit-header__logo a {
	display: block;
	transition: opacity 0.2s ease;
}

.recruit-header__logo a:hover {
	opacity: 0.8;
}

.recruit-header__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.recruit-header__nav-area {
	display: flex !important;
	align-items: center;
	gap: clamp(18px, 2.4vw, 38px);
	margin-left: auto;
}

.recruit-header__nav,
.recruit-header__nav .wp-block-navigation,
.recruit-header__nav .wp-block-navigation__container {
	display: flex !important;
	align-items: center;
}

.recruit-header__nav .wp-block-navigation__container {
	gap: clamp(18px, 2.2vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.recruit-header__nav .wp-block-navigation-item__content {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	color: #111;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.recruit-header__nav .wp-block-navigation-item__content:hover {
	opacity: 0.7;
}

@media (min-width: 981px) {
	.recruit-header__nav .wp-block-navigation-item {
		position: relative;
	}

	.recruit-header__nav .wp-block-navigation-item + .wp-block-navigation-item::before {
		position: absolute;
		top: 50%;
		left: calc(clamp(18px, 2.2vw, 34px) / -2);
		color: #aaa;
		content: "/";
		font-size: 13px;
		font-weight: 400;
		line-height: 1;
		transform: translate(-50%, -50%);
		pointer-events: none;
	}
}

.recruit-header__entry-nav {
	display: flex !important;
	align-items: stretch;
	gap: 0;
	flex: 0 0 auto;
}

.recruit-header__entry-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.recruit-header__entry-link--new {
	background: #111 !important;
	border-radius: 8px 0 0 8px !important;
}

.recruit-header__entry-link--career {
	background: #555 !important;
	border-radius: 0 8px 8px 0 !important;
}

.recruit-header__entry-link a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 17px;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.recruit-header__entry-link a:hover {
	opacity: 0.8;
}

.recruit-header__menu-toggle {
	display: none;
}

.recruit-faq-accordion {
	display: grid;
	gap: 18px;
	width: min(100%, 980px);
	margin-block: 80px 0 !important;
	margin-inline: auto !important;
	padding: 0 !important;
}

.recruit-faq-accordion > .wp-block-accordion-item {
	overflow: hidden;
	margin: 0 !important;
	background: transparent !important;
	border-radius: 15px !important;
}

.recruit-faq-accordion > .wp-block-accordion-item:nth-child(odd) {
	background: #fff !important;
}

.recruit-faq-accordion > .wp-block-accordion-item:nth-child(even).is-open,
.recruit-faq-accordion > .wp-block-accordion-item:nth-child(even):has(.wp-block-accordion-heading__toggle[aria-expanded="true"]) {
	background: #fff !important;
}

.recruit-faq-accordion .wp-block-accordion-heading {
	margin: 0 !important;
}

.recruit-faq-accordion .wp-block-accordion-heading__toggle {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) 32px;
	align-items: center;
	gap: 18px;
	width: 100%;
	min-height: 72px;
	padding: 18px 24px !important;
	color: #111;
	font: inherit;
	text-align: left;
	background: transparent;
	border: 0;
	cursor: pointer;
	text-decoration: none !important;
	transition: opacity 0.2s ease;
}

.recruit-faq-accordion .wp-block-accordion-heading__toggle:hover {
	opacity: 0.72;
	text-decoration: none !important;
}

.recruit-faq-accordion .wp-block-accordion-heading__toggle::before {
	content: "Q.";
	color: #f7bd74;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

.recruit-faq-accordion .wp-block-accordion-heading__toggle-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	text-decoration: none !important;
}

.recruit-faq-accordion .wp-block-accordion-heading__toggle-title * {
	text-decoration: none !important;
}

.recruit-faq-accordion .wp-block-accordion-heading__toggle-title strong {
	font-weight: inherit;
}

.recruit-faq-accordion .wp-block-accordion-heading__toggle-icon {
	width: 32px;
	height: 32px;
	color: transparent;
	font-size: 0;
	line-height: 0;
	background: url("../../img/recruit_faq_toggle.svg") center / contain no-repeat;
	transition: transform 0.2s ease;
}

.recruit-faq-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon,
.recruit-faq-accordion .wp-block-accordion-heading__toggle[aria-expanded="true"] .wp-block-accordion-heading__toggle-icon {
	transform: rotate(180deg);
}

.recruit-faq-accordion .wp-block-accordion-panel {
	position: relative;
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 18px;
	max-height: 0;
	margin: 0 !important;
	padding: 0 24px !important;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition:
		max-height 0.35s ease,
		padding-bottom 0.35s ease,
		opacity 0.24s ease,
		visibility 0.24s ease;
}

.recruit-faq-accordion .wp-block-accordion-item.is-open .wp-block-accordion-panel,
.recruit-faq-accordion .wp-block-accordion-item:has(.wp-block-accordion-heading__toggle[aria-expanded="true"]) .wp-block-accordion-panel {
	max-height: 720px;
	padding-bottom: 28px !important;
	visibility: visible;
	opacity: 1;
}

.recruit-faq-accordion .wp-block-accordion-panel[inert] {
	max-height: 0;
	padding-bottom: 0 !important;
	visibility: hidden;
	opacity: 0;
}

.recruit-faq-accordion .wp-block-accordion-panel::before {
	content: "A.";
	color: #f7bd74;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
}

.recruit-faq-accordion > .wp-block-accordion-item:nth-child(even) .wp-block-accordion-heading__toggle::before,
.recruit-faq-accordion > .wp-block-accordion-item:nth-child(even) .wp-block-accordion-panel::before {
	color: #fff;
}

.recruit-faq-accordion > .wp-block-accordion-item:nth-child(even).is-open .wp-block-accordion-heading__toggle::before,
.recruit-faq-accordion > .wp-block-accordion-item:nth-child(even).is-open .wp-block-accordion-panel::before,
.recruit-faq-accordion > .wp-block-accordion-item:nth-child(even):has(.wp-block-accordion-heading__toggle[aria-expanded="true"]) .wp-block-accordion-heading__toggle::before,
.recruit-faq-accordion > .wp-block-accordion-item:nth-child(even):has(.wp-block-accordion-heading__toggle[aria-expanded="true"]) .wp-block-accordion-panel::before {
	color: #f7bd74;
}

.recruit-faq-accordion .wp-block-accordion-panel > * {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.recruit-faq-accordion .wp-block-accordion-panel p {
	font-size: 18px !important;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.04em;
}

@media (min-width: 981px) {
	.recruit-header {
		background: #fff;
	}
}

.recruit-footer {
	position: relative;
	margin: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	color: inherit;
	background: #dbf1f5 !important;
}

.recruit-footer-hero {
	min-height: clamp(260px, 30vw, 430px);
	margin: 0 !important;
	border-top-left-radius: 60px !important;
	background-color: #dbf1f5 !important;
	overflow: hidden;
}

.recruit-footer-hero .wp-block-cover__inner-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: inherit;
}

.recruit-footer-hero p {
	margin: 0;
	font-size: 32px !important;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.08em;
}

.recruit-footer-entry__item {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 !important;
	margin: 0 !important;
	background: #222;
}

.recruit-footer-entry__item > .wp-block-column {
	margin: 0 !important;
}

.recruit-footer-entry__item > .wp-block-column:first-child,
.recruit-footer-entry__item--new {
	background: #222 !important;
}

.recruit-footer-entry__item p {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 24px !important;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.recruit-footer-entry__item p a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: inherit;
	color: inherit;
	text-decoration: none;
}

.recruit-footer-entry__item--career p {
	background: #3f3f3f !important;
}

.recruit-footer-entry__item--career {
	background: #3f3f3f !important;
}

.recruit-footer-brand {
	position: relative;
	margin: 0 !important;
	padding: 86px max(14px, calc((100vw - 1160px) / 2)) 56px !important;
	color: #fff;
	background: #111 !important;
}

.recruit-footer-brand > .wp-block-columns {
	display: grid !important;
	grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
	align-items: start !important;
	gap: clamp(72px, 9vw, 150px) !important;
	margin: 0 !important;
}

.recruit-footer-brand > .wp-block-columns > .wp-block-column {
	min-width: 0;
	margin: 0 !important;
}

.recruit-footer-brand figure {
	margin: 0 !important;
}

.recruit-footer-brand figure + figure {
	margin-top: 36px !important;
}

.recruit-footer-brand figure img {
	display: block;
	max-width: 260px !important;
	height: auto !important;
	object-fit: contain !important;
}

.recruit-footer-nav img {
	width: min(100%, 260px) !important;
}

.recruit-footer-nav__group > .wp-block-group {
	display: grid !important;
	grid-template-columns: minmax(360px, 1fr) minmax(180px, 220px);
	align-items: start !important;
	gap: clamp(72px, 8vw, 132px) !important;
	width: 100%;
	margin: 0 !important;
}

.recruit-footer-nav__heading {
	margin: 0 !important;
	padding: 0 !important;
}

.recruit-footer-brand p {
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.06em;
}

.recruit-footer-brand a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.recruit-footer-brand a:hover {
	opacity: 0.7;
}

.recruit-footer-nav__list {
	margin-bottom: 28px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important;
}

.recruit-footer-nav__heading > .wp-block-group.is-nowrap {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	gap: clamp(42px, 5vw, 72px) !important;
}

.recruit-footer-nav__heading .wp-block-group.is-vertical {
	flex: 0 0 auto;
	align-items: flex-start !important;
	min-width: max-content;
	gap: 24px !important;
}

.recruit-footer-nav__heading p,
.recruit-footer-nav__heading a {
	overflow-wrap: normal;
	word-break: keep-all;
	white-space: nowrap;
}

.recruit-footer-copy {
	width: min(100%, 300px);
	margin: 64px auto 0 0 !important;
	font-size: 10px !important;
	font-weight: 500;
	text-align: left !important;
	letter-spacing: 0.08em;
}

.recruit-footer-pagetop {
	position: absolute;
	right: max(14px, calc((100vw - 1160px) / 2));
	bottom: 56px;
	z-index: 2;
}

@media (max-width: 980px) {
	.recruit-business-lead,
	.recruit-business-card-list {
		gap: clamp(30px, 5vw, 50px) !important;
	}

	.recruit-business-card-list {
		display: grid !important;
	}

	.recruit-business-card-list > * {
		margin-block-start: 0 !important;
	}

	.recruit-business-card-list .wp-block-group {
		margin-block-start: 0 !important;
	}

	.recruit-business-card-image,
	.recruit-business-section .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column:last-child {
		align-self: stretch;
		display: flex;
	}

	.recruit-business-card-image .wp-block-image,
	.recruit-business-section .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column:last-child > .wp-block-image {
		align-self: stretch;
		display: flex;
		width: 100% !important;
		height: 100%;
		min-height: 100%;
		margin: 0 !important;
		overflow: hidden;
		border-radius: 0 15px 15px 0;
	}

	.recruit-business-card-image .wp-block-image a,
	.recruit-business-section .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column:last-child > .wp-block-image a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.recruit-business-card-image .wp-block-image img,
	.recruit-business-section .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column:last-child > .wp-block-image img {
		display: block;
		width: 100%;
		height: 100%;
		min-height: 100%;
		object-fit: cover;
	}

	.recruit-header {
		position: relative;
		padding: 12px 14px 0 !important;
	}

	.recruit-header::after {
		display: none;
	}

	.recruit-header__logo {
		position: relative;
		z-index: 40;
		width: 210px;
		max-width: calc(100vw - 112px);
	}

	.recruit-header:has(.recruit-header__nav-area.is-menu-open) .recruit-header__logo,
	.recruit-header:has(.wp-block-navigation__responsive-container.is-menu-open) .recruit-header__logo {
		position: fixed;
		top: 12px;
		left: 14px;
		z-index: 60;
		width: 210px;
	}

	.recruit-header__nav-area {
		position: absolute;
		top: 50%;
		right: 14px;
		z-index: 30;
		display: block !important;
		width: 54px;
		height: 54px;
		margin-left: 0;
		transform: translateY(-50%);
	}

	.recruit-header__nav-area.is-menu-open,
	.recruit-header__nav-area:has(.wp-block-navigation__responsive-container.is-menu-open) {
		position: fixed;
		inset: 0;
		z-index: 30;
		box-sizing: border-box;
		width: 100vw;
		height: 100dvh;
		padding: 76px clamp(32px, 13vw, 52px) 40px !important;
		overflow-y: auto;
		background: #fff;
		transform: none;
	}

	.recruit-header__nav {
		display: none !important;
		margin: 0 !important;
	}

	.recruit-header__nav-area.is-menu-open .recruit-header__nav {
		display: block !important;
	}

	.recruit-header__menu-toggle,
	.recruit-header__nav .wp-block-navigation__responsive-container-open {
		position: relative;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 54px;
		height: 54px;
		padding: 0;
		background: #fff;
		border: 0;
		border-radius: 50%;
		box-shadow: none;
		color: transparent;
		font-size: 0;
		line-height: 0;
	}

	.recruit-header__nav-area.is-menu-open .recruit-header__menu-toggle,
	.recruit-header__nav-area:has(.wp-block-navigation__responsive-container.is-menu-open) .recruit-header__menu-toggle {
		position: fixed;
		top: 6px;
		right: 12px;
		z-index: 50;
		background: transparent;
	}

	.recruit-header__menu-toggle span,
	.recruit-header__nav .wp-block-navigation__responsive-container-open svg {
		display: none;
	}

	.recruit-header__menu-toggle::before,
	.recruit-header__menu-toggle::after,
	.recruit-header__nav .wp-block-navigation__responsive-container-open::before,
	.recruit-header__nav .wp-block-navigation__responsive-container-open::after {
		position: absolute;
		left: 50%;
		width: 28px;
		height: 2px;
		content: "";
		background: #111;
		transform: translateX(-50%);
	}

	.recruit-header__menu-toggle::before,
	.recruit-header__nav .wp-block-navigation__responsive-container-open::before {
		top: 50%;
		transform: translate(-50%, -7px);
	}

	.recruit-header__menu-toggle::after,
	.recruit-header__nav .wp-block-navigation__responsive-container-open::after {
		top: 50%;
		bottom: auto;
		transform: translate(-50%, 7px);
	}

	.recruit-header__nav-area.is-menu-open .recruit-header__menu-toggle::before {
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.recruit-header__nav-area.is-menu-open .recruit-header__menu-toggle::after {
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.recruit-header__nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}

	.recruit-header__nav .wp-block-navigation__responsive-container.is-menu-open {
		position: static !important;
		display: block !important;
		visibility: visible !important;
		box-sizing: border-box;
		width: 100% !important;
		height: auto !important;
		padding: 0 !important;
		overflow: visible !important;
		background: transparent !important;
		opacity: 1 !important;
		animation: none;
	}

	.recruit-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
	.recruit-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog,
	.recruit-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
	.recruit-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		box-sizing: border-box;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.recruit-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 0 !important;
	}

	.recruit-header__nav-area.is-menu-open .wp-block-navigation,
	.recruit-header__nav-area.is-menu-open .wp-block-navigation__container {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 0 !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.recruit-header__nav .wp-block-navigation__responsive-container-close {
		position: fixed !important;
		top: 12px !important;
		right: 12px !important;
		z-index: 50;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 54px;
		height: 54px;
		padding: 0;
		background: transparent;
		border: 0;
		color: transparent;
		font-size: 0;
		line-height: 0;
	}

	.recruit-header__nav .wp-block-navigation__responsive-container-close svg {
		display: none;
	}

	.recruit-header__nav .wp-block-navigation__responsive-container-close::before,
	.recruit-header__nav .wp-block-navigation__responsive-container-close::after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 34px;
		height: 2px;
		content: "";
		background: #111;
		transform-origin: center;
	}

	.recruit-header__nav .wp-block-navigation__responsive-container-close::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.recruit-header__nav .wp-block-navigation__responsive-container-close::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.recruit-header__nav-area.is-menu-open .wp-block-navigation-item,
	.recruit-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		width: 100%;
	}

	.recruit-header__nav-area.is-menu-open .wp-block-navigation-item__content,
	.recruit-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 43px;
		padding: 0;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.45;
	}

	.recruit-header__nav-area.is-menu-open .wp-block-navigation-item__content::after,
	.recruit-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content::after {
		display: block;
		width: 7px;
		height: 7px;
		margin-left: 16px;
		content: "";
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
		transform: rotate(45deg);
	}

	.recruit-header__entry-nav {
		display: none !important;
	}

	.recruit-header__nav-area.is-menu-open .recruit-header__entry-nav,
	.recruit-header__nav-area:has(.wp-block-navigation__responsive-container.is-menu-open) .recruit-header__entry-nav {
		display: flex !important;
		flex-direction: column;
		gap: 14px;
		width: 100%;
		margin-top: 24px !important;
	}

	.recruit-header__nav-area.is-menu-open .recruit-header__entry-link,
	.recruit-header__nav-area:has(.wp-block-navigation__responsive-container.is-menu-open) .recruit-header__entry-link {
		width: 100%;
		min-height: 44px;
		border-radius: 4px !important;
		font-size: 14px;
	}

	.recruit-header__nav-area.is-menu-open .recruit-header__entry-link a,
	.recruit-header__nav-area:has(.wp-block-navigation__responsive-container.is-menu-open) .recruit-header__entry-link a {
		box-sizing: border-box;
		width: 100%;
		min-height: 44px;
		padding: 0 16px;
	}
}

@media (max-width: 767px) {
	body.single-interview .wp-block-post-featured-image {
		margin-bottom: 30px;
	}

	body.single-interview .wp-block-post-content .wp-block-image img {
		border-radius: 10px;
	}

	.recruit-message-section,
	.recruit-company-section,
	.recruit-business-section,
	.recruit-interview-section,
	.recruit-benefit-section,
	.recruit-faq-section,
	.recruit-access-section,
	.recruit-news-section {
		padding-right: 14px !important;
		padding-left: 14px !important;
	}

	.recruit-message-inner,
	.recruit-company-inner,
	.recruit-business-inner,
	.recruit-interview-inner,
	.recruit-benefit-inner,
	.recruit-access-inner {
		width: 100%;
	}

	.recruit-message-section::before {
		right: 0;
		width: 72px;
		height: 72px;
	}

	.recruit-message-section {
		padding-top: var(--wp--preset--spacing--80) !important;
	}

	.recruit-message-section h2 {
		font-size: 26px !important;
	}

	.recruit-message-section p {
		font-size: 13px !important;
	}

	.recruit-message-section .wp-block-buttons,
	.recruit-company-section .wp-block-buttons,
	.recruit-business-section .wp-block-buttons,
	.recruit-interview-section .wp-block-buttons,
	.recruit-benefit-section .wp-block-buttons,
	.recruit-faq-section .wp-block-buttons,
	.recruit-access-section .wp-block-buttons,
	.recruit-news-section .wp-block-buttons {
		justify-content: center !important;
	}

	.recruit-message-section::after,
	.recruit-company-section::after,
	.recruit-business-section::after,
	.recruit-interview-section::after,
	.recruit-faq-section::after,
	.recruit-access-section::after,
	.recruit-news-section::after {
		display: none;
	}

	.recruit-message-inner::before {
		right: -18px;
		top: -42px;
		width: 118px;
	}

	.recruit-message-inner::after {
		left: -20px;
		top: 46%;
		width: 58px;
	}

	.recruit-company-section {
		border-top-left-radius: 36px;
	}

	.recruit-company-inner::before {
		right: 10%;
		top: -22px;
		width: 58px;
	}

	.recruit-business-section::before {
		width: 72px;
		height: 72px;
	}

	.recruit-business-inner::before {
		left: -22px;
		top: 28%;
		width: 66px;
	}

	.recruit-business-lead,
	.recruit-business-card-list {
		display: grid !important;
		gap: clamp(30px, 5vw, 50px) !important;
	}

	.recruit-business-card-list {
		margin-top: 50px !important;
	}

	.recruit-business-lead > *,
	.recruit-business-card-list > * {
		margin-block-start: 0 !important;
	}

	.recruit-business-card-list > .title_dot {
		justify-self: start;
		justify-content: flex-start !important;
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.recruit-business-lead {
		display: flex !important;
		flex-direction: column-reverse;
	}

	.recruit-interview-section {
		border-top-left-radius: 36px;
	}

	.recruit-interview-section .interview-slider__controls {
		left: 8px;
		width: calc(100% - 16px);
	}

	.recruit-interview-section .interview-slider__button,
	.recruit-interview-section .interview-slider__button--next {
		transform: none;
	}

	.recruit-interview-section::before {
		width: 72px;
		height: 72px;
	}

	.recruit-interview-inner::before {
		right: 12%;
		top: -38px;
		width: 86px;
	}

	.recruit-benefit-section {
		border-top-left-radius: 36px;
	}

	.recruit-benefit-section::before,
	.recruit-benefit-section::after {
		width: 72px;
		height: 72px;
	}

	.recruit-benefit-inner::before {
		right: -18px;
		top: -42px;
		width: 76px;
	}

	.recruit-faq-section::before {
		width: 72px;
		height: 72px;
	}

	.recruit-access-section {
		border-top-left-radius: 36px;
		border-bottom-right-radius: 36px;
	}

	.recruit-access-section::before {
		width: 72px;
		height: 72px;
	}

	.recruit-access-inner::before {
		right: -28px;
		top: -42px;
		width: 106px;
	}

	.recruit-access-inner::after {
		left: -18px;
		top: 50%;
		width: 48px;
	}

	.recruit-news-section {
		border-top-left-radius: 36px;
		border-bottom-right-radius: 36px;
	}

	.recruit-news-section::before {
		width: 72px;
		height: 72px;
	}

	.recruit-news-section .icd-top-news {
		width: 100%;
		margin-top: 28px;
	}

	.recruit-news-section .icd-top-news__link {
		grid-template-columns: 1fr;
		gap: 8px;
		min-height: 0;
		padding: 14px 16px;
	}

	.recruit-news-section .icd-top-news__date::after {
		content: none;
	}

	.interview-cover-deco-wrap::before {
		display: none;
		content: none;
	}

	.interview-cover-deco {
		width: 100% !important;
		max-width: 100%;
		min-height: 0 !important;
		aspect-ratio: 2.45 / 1;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.interview-cover-deco .wp-block-cover__image-background,
	.interview-cover-deco img.wp-block-cover__image-background {
		object-fit: cover !important;
	}

	.interview-cover-deco .wp-block-cover__inner-container {
		display: none !important;
	}

	.recruit-header__logo {
		width: 188px;
	}

	.recruit-header {
		padding: 10px 12px 12px !important;
	}

	.recruit-header__nav-area.is-menu-open,
	.recruit-header__nav-area:has(.wp-block-navigation__responsive-container.is-menu-open) {
		padding-top: 112px !important;
	}

	.recruit-header:has(.recruit-header__nav-area.is-menu-open) .recruit-header__logo,
	.recruit-header:has(.wp-block-navigation__responsive-container.is-menu-open) .recruit-header__logo {
		top: 10px;
		left: 12px;
		width: 188px;
	}

	.recruit-faq-accordion {
		gap: 10px;
	}

	.recruit-faq-accordion > .wp-block-accordion-item {
		border-radius: 6px !important;
	}

	.recruit-faq-accordion .wp-block-accordion-heading__toggle {
		grid-template-columns: 24px minmax(0, 1fr) 22px;
		gap: 8px;
		min-height: 40px;
		padding: 9px 12px !important;
	}

	.recruit-faq-accordion .wp-block-accordion-heading__toggle::before,
	.recruit-faq-accordion .wp-block-accordion-panel::before {
		font-size: 16px;
	}

	.recruit-faq-accordion .wp-block-accordion-heading__toggle-title {
		font-size: 12px;
		line-height: 1.6;
	}

	.recruit-faq-accordion .wp-block-accordion-heading__toggle-icon {
		width: 22px;
		height: 22px;
	}

	.recruit-faq-accordion .wp-block-accordion-panel {
		grid-template-columns: 24px minmax(0, 1fr);
		gap: 8px;
		padding: 8px 12px 12px !important;
	}

	.recruit-faq-accordion .wp-block-accordion-panel p {
		font-size: 11px !important;
		line-height: 1.9;
	}

	.recruit-footer-hero {
		min-height: 260px !important;
		border-top-left-radius: 30px !important;
	}

	.recruit-footer-hero p {
		font-size: 20px !important;
		line-height: 1.7;
	}

	.recruit-footer-entry__item p {
		min-height: 68px;
		font-size: 18px !important;
	}

	.recruit-footer-brand {
		padding: 40px 24px 32px !important;
	}

	.recruit-footer-brand > .wp-block-columns {
		grid-template-columns: 1fr;
		gap: 48px !important;
	}

	.recruit-footer-nav img {
		width: min(100%, 244px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.recruit-footer-nav > figure {
		display: flex;
		justify-content: center;
	}

	.recruit-footer-nav > figure a {
		display: inline-flex;
		justify-content: center;
	}

	.recruit-footer-brand figure + figure {
		margin-top: 18px !important;
	}

	.recruit-footer-nav__group > .wp-block-group {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 28px !important;
	}

	.recruit-footer-nav__heading > .wp-block-group.is-nowrap {
		display: contents !important;
	}

	.recruit-footer-nav__heading .wp-block-group.is-vertical {
		min-width: 0;
		gap: 18px !important;
	}

	.recruit-footer-nav__heading > .wp-block-group.is-nowrap > .wp-block-group.is-vertical + .wp-block-group.is-vertical {
		margin-top: 18px !important;
	}

	.recruit-footer-nav__list {
		margin-bottom: 28px;
		padding-bottom: 12px;
	}

	.recruit-footer-nav__heading p,
	.recruit-footer-nav__heading a {
		white-space: normal;
	}

	.recruit-footer-brand p {
		font-size: 13px;
		line-height: 1.8;
	}

	.recruit-footer-nav__list {
		font-size: 15px;
	}

	.recruit-footer-copy {
		width: 100%;
		margin: 34px 0 0 !important;
		font-size: 10px !important;
		text-align: center !important;
	}

	.recruit-footer-pagetop {
		right: 24px;
		bottom: 40px;
	}
}
