/* ------------------
overwrite
-------------------- */

html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body:not(.cct-2020) a.cct-blockSkip:focus,
body:not(.cct-2020) a[href="#main_Content"]:focus {
	font-size: 16px;
}

#main {
	padding: 0;
	overflow: clip;
}

.l-header__navigation > ul {
	font-size: 14px;
}

@media (width <= 750px) {
	/* SP */

	#km-footer .sub-footer {
		padding-bottom: 80px;
	}

	#km-footer .to-top-btn {
		bottom: 60px;
	}
} /* @media */

/* ------------------
reset
-------------------- */

:where(:root) {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

/* ------------------
variable
-------------------- */

:root {
	--blue: #0062c2;
	--filter-white: invert(100%) sepia(0%) saturate(2076%) hue-rotate(191deg)
		brightness(121%) contrast(104%);
}

/* ------------------
respoinsive flag
-------------------- */

.is-pc {
	display: none;
}

@media (width >= 751px) {
	/* PC */

	.is-sp {
		display: none;
	}

	.is-pc {
		display: block;
	}
} /* @media */

/* ------------------
recruit-contents reset
-------------------- */

@layer base {
	.recruit-contents {
		position: relative;
		letter-spacing: 0.04em;
		text-spacing-trim: trim-start;
		line-break: strict;
		overflow-wrap: anywhere;
	}

	.recruit-contents h1,
	.recruit-contents h2,
	.recruit-contents h3,
	.recruit-contents h4,
	.recruit-contents h5,
	.recruit-contents h6 {
		text-wrap: pretty;
	}

	.recruit-contents ul {
		list-style-type: "";
	}

	.recruit-contents a {
		color: inherit;
		text-decoration: none;
		transition: opacity 0.3s;
	}

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

	.recruit-contents img,
	.recruit-contents picture {
		max-inline-size: 100%;
		block-size: auto;
	}

	.recruit-contents button {
		width: 100%;
		margin: 0;
		font: inherit;
		color: inherit;
		text-align: left;
		appearance: none;
		cursor: pointer;
		background: transparent;
		border: 1px solid transparent;
		transition: opacity 0.3s;
	}

	.recruit-contents button:hover {
		opacity: 0.8;
	}
} /* @layer */

/* ------------------
recruit-header
-------------------- */

.recruit-header {
	z-index: 3;
	width: 100%;
	color: #fff;
	background: #121c2d;
	transition: 0.4s ease-in-out;
}

.recruit-header .js-inview {
	opacity: 0;
	transition: 0.8s 0.4s;
}

.recruit-header .js-inview.is-show {
	opacity: 1;
}

.header-name {
	padding: 12.5px 20px;
	font-size: calc(1rem / 1.6);
	font-weight: 400;
	line-height: calc(22 / 20);
}

.header-name span {
	font-weight: 700;
}

.header-nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

.header-nav:has(.header-nav-btn[aria-expanded="true"]) {
	width: 100%;
	height: 100vh;
}

.header-nav-set {
	position: absolute;
	top: 0;
	right: 0;
}

.header-nav-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: grid;
	place-content: center;
	width: 58px;
	height: 47px;
	background: #121c2d;
}

.header-nav-btn[aria-expanded="true"] {
	background: transparent;
}

.header-nav-btn span {
	position: relative;
	display: block;
	width: 32px;
	height: 7px;
}

.header-nav-btn span::before,
.header-nav-btn span::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: #fff;
	border-radius: 1px;
	transition: 0.3s ease;
}

.header-nav-btn span::before {
	top: 0;
}

.header-nav-btn span::after {
	bottom: 0;
}

.header-nav-btn[aria-expanded="true"] span::before {
	top: 50%;
	background: #121c2d;
	transform: rotate(-20deg);
}

.header-nav-btn[aria-expanded="true"] span::after {
	top: 50%;
	bottom: auto;
	background: #121c2d;
	transform: rotate(20deg);
}

.header-nav nav {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overscroll-behavior: contain;
	color: #000;
	background: #f0f0e6;
}

.header-nav-btn[aria-expanded="false"] + nav {
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.4s;
}

.header-nav-btn[aria-expanded="true"] + nav {
	pointer-events: auto;
	opacity: 1;
	transition: opacity 0.4s;
}

.haeder-nav-name {
	padding: 20px;
	font-size: calc(2rem / 1.6);
	font-weight: 400;
	line-height: calc(22 / 20);
}

.haeder-nav-name span {
	font-weight: 700;
}

.header-tagline {
	position: absolute;
	top: 80px;
	width: 100%;
}

.header-tagline img {
	max-width: 260px;
	margin-left: 20px;
}

.header-nav nav > ul {
	padding: 50px 20px 350px;
}

.header-nav nav > ul > li + li {
	margin-top: 40px;
}

.header-nav nav p .en,
.header-nav nav > ul > li:last-child .en {
	display: inline-block;
	margin-bottom: 10px;
	font-size: calc(2.4rem / 1.6);
	font-weight: 600;
	line-height: 1.3;
	color: var(--blue);
}

.header-nav nav p .jp {
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
	letter-spacing: 0.12em;
}

.header-sub {
	margin-top: 20px;
}

.header-sub li + li {
	margin-top: 10px;
}

.header-sub .en {
	font-size: calc(1.4rem / 1.6);
	font-weight: 500;
	color: var(--blue);
}

.header-sub .jp {
	font-size: calc(1.6rem / 1.6);
	font-weight: 400;
	letter-spacing: 0.06em;
}

.header-nav nav > ul > li:last-child .jp {
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
	letter-spacing: 0.12em;
}

.header-entry {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	width: 100%;
}

.header-entry li {
	width: 100%;
}

.header-entry a {
	display: block;
	padding: 6px 0;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.02em;
}

.header-entry a[target="_blank"] span::after {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 6px;
	content: "";
	background: url(/shared/corporate_opt/images/new_window_icon2024.svg)
		no-repeat 0 0;
	filter: var(--filter-white);
}

.header-entry a span {
	font-size: calc(1.2rem / 1.6);
	letter-spacing: 0.04em;
}

.header-entry li:nth-child(1) a {
	background: var(--blue);
}

.header-entry li:nth-child(2) a {
	background: #004191;
}

.header-entry li:nth-child(3) a {
	background: #4a6797;
}

@media (width >= 751px) {
	/* PC */

	.recruit-header {
		background: transparent;
	}

	.header-name {
		padding: 40px;
		font-size: calc(2rem / 1.6);
	}

	.header-nav-btn {
		width: 120px;
		height: 64px;
		background: #dceaf8;
	}

	.header-nav-btn[aria-expanded="true"] {
		background: #dceaf8;
	}

	.header-nav-btn span::before,
	.header-nav-btn span::after {
		background: #000;
	}

	.header-nav-btn span {
		width: 54px;
		height: 11px;
	}

	.header-tagline {
		top: 40px;
		text-align: center;
	}

	.header-tagline img {
		max-width: 300px;
		margin-left: 40px;
	}

	.header-nav {
		transition: 0.4s ease-in-out;
	}

	.haeder-nav-name {
		padding: 40px;
	}

	.header-nav nav {
		right: 120px;
		width: calc(100% - 120px);
	}

	.header-nav nav > ul {
		display: grid;
		grid-template-columns: repeat(auto-fit, 260px);
		gap: 50px;
		justify-content: center;
		padding: 60px 40px 300px;
	}

	.header-nav nav > ul > li + li {
		margin-top: 0;
	}

	.header-entry {
		position: absolute;
		inset: 64px 0 auto auto;
		display: block;
		width: 120px;
	}

	.header-entry a {
		padding: 7px 0;
		font-size: calc(1.8rem / 1.6);
		line-height: 1.3;
	}

	.header-entry a span {
		font-size: calc(2.2rem / 1.6);
	}
} /* @media */

@media (width >= 921px) {
	.header-tagline img {
		max-width: none;
		margin-left: 0;
	}
} /* @media */

/* ------------------
recruit-footer
-------------------- */
.recruit-footer {
	padding: 30px 20px 60px;
	overflow: hidden;
	color: #fff;
	background: #1c326f;
}

.recruit-footer.js-inview {
	opacity: 0;
	transition: 0.8s 0.4s;
	transform: translateY(4rem);
}

.recruit-footer.js-inview.is-show {
	opacity: 1;
	transform: translateY(0);
}

.footer-name {
	margin-bottom: 20px;
	font-size: calc(2rem / 1.6);
	line-height: calc(22 / 20);
}

.footer-name span {
	font-weight: 700;
}

.footer-menu button {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.footer-menu > ul > li:last-child a {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}

.footer-menu button::before,
.footer-menu > ul > li:last-child a::before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	content: "";
	background: radial-gradient(#9bc4f0, #014880);
	border-radius: 50%;
}

.footer-menu button .en,
.footer-menu > ul > li:last-child a .en {
	display: block;
	margin-bottom: 5px;
	font-size: calc(2.4rem / 1.6);
	line-height: 1.3;
}

.footer-menu button .jp,
.footer-menu > ul > li:last-child a .jp {
	display: block;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	letter-spacing: 0.12em;
}

.footer-sub {
	margin: 0 0 40px 32px;
	font-weight: 500;
}

.footer-sub li {
	line-height: 1.3;
}

.footer-sub li + li {
	margin-top: 20px;
}

.footer-sub .en {
	display: inline-block;
	margin-bottom: 10px;
	font-size: calc(1.4rem / 1.6);
	line-height: 1.3;
	color: #92ceff;
}

.footer-sub .jp {
	font-size: calc(1.8rem / 1.6);
	border-bottom: 1px solid #a3b7d7;
}

@media (width >= 751px) {
	/* PC */

	.recruit-footer {
		padding: 50px 50px 60px;
	}

	.footer-name {
		max-width: 1400px;
		margin: 0 auto 50px;
		font-size: calc(2.8rem / 1.6);
		line-height: calc(32 / 28);
	}

	.footer-inner {
		position: relative;
		max-width: 1400px;
		margin: 0 auto;
	}

	.footer-menu > ul > li {
		position: relative;
		padding-right: 50%;
		cursor: pointer;
	}

	.footer-menu > ul > li > button:hover,
	.footer-menu > ul > li > button:focus,
	.footer-menu > ul > li > a:hover,
	.footer-menu > ul > li > a:focus {
		opacity: 0.8;
	}

	.footer-menu a {
		display: inline-block;
	}

	.footer-menu button {
		display: inline-block;
		margin-bottom: 30px;
	}

	.footer-menu button::before,
	.footer-menu > ul > li:last-child a::before {
		top: calc(1.6rem / 1.6);
	}

	.footer-menu button .en,
	.footer-menu > ul > li:last-child a .en {
		margin-right: 0.5em;
		margin-bottom: 15px;
		font-size: min(calc(4.4rem / 1.6), calc(44 / 1500 * 100vw));
	}

	.footer-menu button .jp,
	.footer-menu > ul > li:last-child a .jp {
		font-size: calc(1.8rem / 1.6);
	}

	.footer-menu > ul > li:last-child a .en {
		display: inline-block;
		margin-right: 0.5em;
		margin-bottom: 15px;
		font-size: min(calc(4.4rem / 1.6), calc(44 / 1500 * 100vw));
	}

	.footer-sub {
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 1;
		display: grid;
		grid-template-rows: repeat(2, auto);
		grid-auto-flow: column;
		gap: 50px;
		width: calc(780 / 1500 * 100%);
		margin: 0;
		pointer-events: none;
		opacity: 0;
		transition: 0.3s;
	}

	.footer-menu > ul > li:hover .footer-sub,
	.footer-menu > ul > li:focus-within .footer-sub {
		pointer-events: auto;
		opacity: 1;
	}

	.footer-menu > ul > li:nth-child(1) .footer-sub {
		grid-template-rows: repeat(3, auto);
	}

	.footer-sub li + li {
		margin-top: 0;
	}

	.footer-sub .en {
		font-size: min(calc(1.8rem / 1.6), calc(18 / 1500 * 100vw));
	}

	.footer-sub .jp {
		font-size: min(calc(2.4rem / 1.6), calc(24 / 1500 * 100vw));
	}

	.right-panel {
		flex: 1;
	}
} /* @media */

@media (width <= 1200px) and (width >= 751px) {
	/* TABLET */

	.footer-menu button::before,
	.footer-menu > ul > li:last-child a::before {
		top: 4px;
	}

	.footer-menu button .en,
	.footer-menu > ul > li:last-child a .en {
		display: block;
		margin-bottom: 0;
	}

	.footer-menu button .jp,
	.footer-menu > ul > li:last-child a .jp {
		display: block;
	}
} /* @media */
