@charset "utf-8";

/*
 Theme Name: jmp_recruit
 Description: Konica Minolta IJ Product Recruit Theme
*/
@font-face {
	font-family: Meiryo;
	font-style: normal;
	font-weight: 400;
	src:
		url(./font/Meiryo.woff2) format("woff2"),
		url(./font/Meiryo.woff) format("woff"),
		url(./font/Meiryo.ttf) format("truetype");
}

@font-face {
	font-family: Meiryo;
	font-style: normal;
	font-weight: 600;
	src:
		url(./font/Meiryob.woff2) format("woff2"),
		url(./font/Meiryob.woff) format("woff"),
		url(./font/Meiryob.ttf) format("truetype");
}

@font-face {
	font-family: OpenSans;
	font-style: normal;
	font-weight: 400;
	src:
		url(./font/OpenSans-Regular.woff2) format("woff2"),
		url(./font/OpenSans-Regular.woff) format("woff"),
		url(./font/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
	font-family: OpenSans;
	font-style: normal;
	font-weight: 700;
	src:
		url(./font/OpenSans-Bold.woff2) format("woff2"),
		url(./font/OpenSans-Bold.woff) format("woff"),
		url(./font/OpenSans-Bold.ttf) format("truetype");
}

/* ==========================================================================
   Variables
   ========================================================================== */
:root {
	--color-primary: #0075d2;
	--color-primary-hover: #005a9e;
	--color-current: #0075d2;
	--color-text-main: #333;
	--color-text-muted: #666;
	--color-bg-base: #fff;
	--color-bg-light: #f4f8fc;
	--color-footer-bg: #404040;
	--color-footer-text: #ccc;
	--color-border: #e5e5e5;
	--font-family-base: "メイリオ", "Meiryo", sans-serif;
	--font-family-en: "OpenSans", "Arial", "メイリオ", "Meiryo", sans-serif;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
	font-size: 62.5%;
}

body {
	font-family: var(--font-family-base);
	font-size: 1.6rem;
	line-height: 1.8;
	color: var(--color-text-main);
	letter-spacing: 0.05em;
	background: linear-gradient(
			90deg,
			rgb(0 117 210 / 10%) 0%,
			rgb(242 231 255 / 70%) 100%
		),
		var(--color-bg-base);
	-webkit-font-smoothing: antialiased;
}

a {
	color: var(--color-primary);
	text-decoration: none;
	transition:
		opacity 0.3s ease,
		color 0.3s ease,
		background-color 0.3s ease;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.l-bg-gradient {
	width: 100%;
	background: none;
}

/* ==========================================================================
   Layout & Utilities
   ========================================================================== */
.l-container {
	width: 100%;
	padding: 0 24px;
	margin: 0 auto;
}

.l-section {
	width: 100%;
	padding-top: 60px;
}

@media (width >= 768px) {
	.l-container {
		padding: 0 40px;
	}

	.l-section {
		padding-top: 150px;
	}
}

@media (width >= 992px) {
	.l-container {
		padding: 0 80px;
	}
}

@media (width >= 1401px) {
	.l-container {
		padding: 0 160px;
	}
}

@media (width <= 991px) {
	.pc {
		display: none !important;
	}
}

@media (width >= 768px) {
	.sp {
		display: none !important;
	}
}

@media (width >= 992px) {
	.sp-tab {
		display: none !important;
	}
}

@media (width <= 767px) {
	.pc-tab {
		display: none !important;
	}
}

/* ==========================================================================
   Components (Typography & Buttons)
   ========================================================================== */
.c-heading-primary {
	margin-bottom: 40px;
	font-family: var(--font-family-en);
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-primary);
}

.c-heading-primary-sub {
	display: block;
	margin-top: 5px;
	font-family: var(--font-family-base);
	font-size: 1.6rem;
	font-weight: 400;
	color: var(--color-primary);
	letter-spacing: 0.1em;
}

@media (width >= 768px) {
	.c-heading-primary {
		font-size: 5.5rem;
	}

	.c-heading-primary-sub {
		font-size: 1.8rem;
	}
}

@media (width >= 992px) {
	.c-heading-primary {
		margin-bottom: 60px;
		font-size: 8rem;
	}

	.c-heading-primary-sub {
		font-size: 2rem;
	}
}

.c-btn-wrap--right {
	text-align: right;
}

.c-btn-text {
	position: relative;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	font-family: var(--font-family-en);
	font-size: 1.6rem;
	font-weight: 400;
	color: var(--color-text-main);
}

@media (width >= 768px) {
	.c-btn-text {
		gap: 16px;
		font-size: 1.8rem;
	}
}

.c-btn-text::after {
	box-sizing: border-box;
	display: inline-block;
	flex-shrink: 0;
	width: 40px;
	height: 35px;
	content: "";
	background-color: transparent;
	border: 1px solid var(--color-primary);
	border-radius: 20px / 17.5px;
	transition:
		background-color 0.3s,
		border-color 0.3s;
}

@media (width >= 768px) {
	.c-btn-text::after {
		width: 48px;
		height: 42px;
		border-radius: 24px / 21px;
	}
}

.c-btn-text::before {
	position: absolute;
	top: 50%;
	right: 11px;
	z-index: 1;
	width: 17.5px;
	height: 6px;
	pointer-events: none;
	content: "";
	background-color: var(--color-primary);
	mask: url(./img/arrow-vector.svg) repeat-x 0 center / 17.5px 6px;
	transition: background-color 0.3s;
	transform: translateY(-50%);
}

@media (width >= 768px) {
	.c-btn-text::before {
		right: 14px;
		width: 21px;
		height: 7px;
		mask: url(./img/arrow-vector.svg) repeat-x 0 center / 21px 7px;
	}
}

.c-btn-text:hover::after,
.p-company-card:hover .c-btn-text::after,
.p-jobs-card:hover .c-btn-text::after,
.p-people-card-link:hover .c-btn-text::after,
.p-sitemap-links-item:hover .c-btn-text::after,
.c-btn-entry:hover .c-btn-text::after {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.c-btn-text:hover::before,
.p-company-card:hover .c-btn-text::before,
.p-jobs-card:hover .c-btn-text::before,
.p-people-card-link:hover .c-btn-text::before,
.p-sitemap-links-item:hover .c-btn-text::before,
.c-btn-entry:hover .c-btn-text::before {
	background-color: var(--color-bg-base);
	animation: arrow-scroll-sp 0.75s forwards;
}

@media (width >= 768px) {
	.c-btn-text:hover::before,
	.p-company-card:hover .c-btn-text::before,
	.p-jobs-card:hover .c-btn-text::before,
	.p-people-card-link:hover .c-btn-text::before,
	.p-sitemap-links-item:hover .c-btn-text::before,
	.c-btn-entry:hover .c-btn-text::before {
		animation: arrow-scroll 0.75s forwards;
	}
}

.p-company-card:hover .c-btn-text,
.p-jobs-card:hover .c-btn-text {
	opacity: 0.7;
}

@keyframes arrow-scroll {
	0% {
		mask-position: 0 center;
		animation-timing-function: linear;
	}

	15% {
		mask-position: 21px center;
		animation-timing-function: linear;
	}

	30% {
		mask-position: 42px center;
		animation-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
	}

	100% {
		mask-position: 63px center;
	}
}

@keyframes arrow-scroll-sp {
	0% {
		mask-position: 0 center;
		animation-timing-function: linear;
	}

	15% {
		mask-position: 17.5px center;
		animation-timing-function: linear;
	}

	30% {
		mask-position: 35px center;
		animation-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
	}

	100% {
		mask-position: 52.5px center;
	}
}

@keyframes arrow-scroll-xs {
	0% {
		mask-position: 0 center;
		animation-timing-function: linear;
	}

	15% {
		mask-position: 15px center;
		animation-timing-function: linear;
	}

	30% {
		mask-position: 30px center;
		animation-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
	}

	100% {
		mask-position: 45px center;
	}
}

@keyframes arrow-scroll-micro {
	0% {
		mask-position: 0 center;
		animation-timing-function: linear;
	}

	15% {
		mask-position: 12px center;
		animation-timing-function: linear;
	}

	30% {
		mask-position: 24px center;
		animation-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
	}

	100% {
		mask-position: 36px center;
	}
}

@keyframes arrow-scroll-nano {
	0% {
		mask-position: 0 center;
		animation-timing-function: linear;
	}

	15% {
		mask-position: 10px center;
		animation-timing-function: linear;
	}

	30% {
		mask-position: 20px center;
		animation-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
	}

	100% {
		mask-position: 30px center;
	}
}

.c-link-arrow {
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	color: var(--color-primary);
}

.c-link-arrow::after {
	display: inline-block;
	width: 21px;
	height: 7px;
	margin-left: 10px;
	content: "";
	background-color: var(--color-primary);
	mask: url(./img/arrow-vector.svg) no-repeat center/contain;
	transition:
		transform 0.3s,
		background-color 0.3s;
}

.c-link-arrow--white {
	color: var(--color-bg-base);
}

.c-link-arrow--white::after {
	background-color: var(--color-bg-base);
}

/* ==========================================================================
   Header (Mobile First & Consolidated)
   ========================================================================== */
.l-header {
	position: relative;
	z-index: 100;
	width: 100%;
}

.p-header-top {
	position: relative;
	z-index: 100;
	width: 100%;
	background-color: var(--color-bg-base);
	border-bottom: 1px solid var(--color-border);
	box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
	transition: background-color 0.3s ease;
}

.p-header-top.is-clone {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	width: 100%;
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	transform: translateY(calc(-100% - 10px));
	will-change: transform;
}

.p-header-top.is-clone.is-show {
	transform: translateY(0);
}

.p-header-top.is-clone.is-hide {
	transform: translateY(calc(-100% - 10px));
}

.p-header-top-inner {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 56px;
	padding: 0 0 0 15px;
	box-shadow: none;
}

.p-header-top.is-clone .p-header-top-inner {
	height: 56px;
}

.p-header-logo {
	display: flex;
	align-items: center;
	padding-left: 0;
}

.p-header-logo img {
	width: 177px;
	height: auto;
}

.p-header-nav {
	display: none;
}

.p-header-entry-group {
	display: none;
}

.p-header-bottom {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	background-color: #121c2d;
}

.p-header-bottom-inner {
	width: 100%;
	padding: 8px 24px;
}

@media (width >= 768px) {
	.p-header-top-inner {
		padding-left: 30px;
	}

	.p-header-bottom-inner {
		padding: 8px 40px;
	}
}

@media (width >= 992px) {
	.p-header-top-inner {
		padding-left: 70px;
	}

	.p-header-bottom-inner {
		padding: 8px 80px;
	}
}

.p-header-site-title {
	margin: 0;
	letter-spacing: 0;
}

.p-header-site-title-link {
	display: inline-flex;
	flex-direction: column;
	gap: 0;
	justify-content: center;
	width: fit-content;
	color: inherit;
	text-decoration: none;
}

.p-header-site-title-link:hover {
	opacity: 0.85;
}

.p-header-site-title-link:hover .p-header-company-name,
.p-header-site-title-link:hover .p-header-site-name {
	text-decoration: underline;
}

.p-header-company-name {
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-bg-base);
}

.p-header-site-name {
	font-family: var(--font-family-en);
	font-weight: 600;
	line-height: 1.2;
	color: var(--color-bg-base);
}

.l-main {
	padding-top: 0;
	overflow: visible;
}

.p-header-hamburger {
	position: relative;
	z-index: 120;
	display: none;
	width: 55px;
	height: 57.2px;
	cursor: pointer;
	background: var(--color-bg-base);
	border: none;
	border-bottom: 0.25px solid var(--color-text-main);
	border-left: 0.25px solid var(--color-text-main);
	outline: none;
}

@media (width <= 1179.98px) {
	.p-header-hamburger {
		display: block;
	}
}

.p-header-hamburger-line {
	position: absolute;
	left: 15px;
	display: block;
	width: 24px;
	height: 2px;
	background-color: var(--color-primary);
	transition:
		transform 0.3s ease,
		opacity 0.3s ease;
}

.p-header-hamburger-line:nth-child(1) {
	top: 20px;
}

.p-header-hamburger-line:nth-child(2) {
	top: 28px;
}

.p-header-hamburger-line:nth-child(3) {
	top: 36px;
}

.p-header-hamburger.is-active .p-header-hamburger-line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.p-header-hamburger.is-active .p-header-hamburger-line:nth-child(2) {
	opacity: 0;
}

.p-header-hamburger.is-active .p-header-hamburger-line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.p-header-drawer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 100vh;
	padding: 120px 6%;
	overflow-y: auto;
	visibility: hidden;
	background: #d9eeff;
	opacity: 0;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
}

.p-header-drawer.is-active {
	visibility: visible;
	opacity: 1;
}

.p-header-drawer-inner {
	width: 100%;
	margin: 0 auto;
}

.p-header-drawer-list {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0 0 40px;
	list-style: none;
}

.p-header-drawer-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	border-bottom: 0.5px solid var(--color-text-main);
}

.p-header-drawer-link {
	display: block;
	flex: 1;
	font-weight: normal;
	color: var(--color-text-main);
}

.p-header-drawer-arrow {
	display: inline-block;
	flex-shrink: 0;
	width: 21px;
	height: 7px;
	background-color: var(--color-text-main);
	mask: url(./img/arrow-vector.svg) no-repeat center/contain;
}

.p-header-drawer-privacy {
	margin-top: 40px;
	text-align: left;
}

.p-header-drawer-privacy-link {
	font-weight: normal;
	color: var(--color-text-main);
	text-decoration: none;
}

.p-sp-fixed-buttons {
	display: none;
}

@media (width <= 991px) {
	.p-sp-fixed-buttons {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 130;
		display: flex;
		width: 100%;
		height: 64px;
		box-shadow: 0 -2px 10px rgb(0 0 0 / 5%);
	}

	.p-sp-fixed-btn {
		display: flex;
		flex: 1;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		font-weight: 400;
		line-height: 1.4;
		color: var(--color-bg-base) !important;
		text-align: center;
		text-decoration: none;
		transition: opacity 0.3s;
	}

	.p-sp-fixed-btn:hover {
		opacity: 0.9;
	}

	.p-sp-fixed-btn:not(:last-child) {
		border-right: 1px solid rgb(255 255 255 / 20%);
	}

	.p-sp-fixed-btn--newgrad {
		background-color: #1f9aff;
	}

	.p-sp-fixed-btn--career {
		background-color: #004985;
	}

	.p-sp-fixed-btn--intern {
		background-color: #6bbcff;
	}

	.p-sp-fixed-btn-text-wrap {
		display: block;
	}

	body {
		padding-bottom: 64px;
	}
}

body.is-fixed {
	height: 100vh;
	overflow: hidden;
}

body.is-fixed .l-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
	width: 100%;
}

body.is-fixed .p-header-top {
	position: relative;
	z-index: 125;
	background-color: var(--color-bg-base);
}

body.is-fixed .p-header-bottom {
	position: relative;
	z-index: 125;
	background-color: #121c2d;
}

body.is-fixed .p-header-top.is-clone {
	display: none !important;
}

@media (width >= 1180px) {
	.p-header-top.is-clone {
		transform: translateY(-300px);
	}

	.p-header-top.is-clone.is-show {
		transform: translateY(0);
	}

	.p-header-top.is-clone.is-hide {
		transform: translateY(-300px);
	}

	.p-header-top-inner {
		height: 90px;
		padding: 0 170px 0 65px;
		box-shadow: 0 2px 8px 0 rgb(0 0 0 / 25%);
		transition: height 0.3s ease;
	}

	.p-header-top.is-clone .p-header-top-inner {
		height: 90px;
	}

	.p-header-top.is-clone.is-shrink .p-header-top-inner {
		height: 70px;
	}

	.p-header-logo img {
		width: 238px;
	}

	.p-header-nav {
		display: flex;
		align-items: stretch;
		margin: 0 20px 0 auto;
	}

	.p-header-list {
		display: flex;
		gap: 30px;
		align-items: stretch;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.p-header-item {
		display: flex;
		align-items: stretch;
	}

	.p-header-link {
		display: flex;
		align-items: center;
		font-family: var(--font-family-base);
		font-weight: 400;
		color: var(--color-text-muted);
		transition: color 0.3s;
	}

	.p-header-link span {
		position: relative;
		display: inline-block;
	}

	.p-header-link span::after {
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 100%;
		height: 1px;
		clip-path: inset(
			0 calc(var(--clip-right, 100) * 1%) 0 calc(var(--clip-left, 0) * 1%)
		);
		pointer-events: none;
		content: "";
		background-color: var(--color-primary);
	}

	.p-header-link:hover,
	.p-header-link.is-current {
		color: var(--color-current);
	}

	.p-header-entry-group {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 101;
		display: flex;
		flex-direction: column;
		width: 170px;
		height: 276px;
		transition: height 0.3s ease;
	}

	.p-header-entry-group a {
		border-bottom: 1px solid var(--color-bg-base);
	}

	.p-header-entry-group a:last-child {
		border: none;
	}

	.p-header-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		font-weight: 400;
		color: var(--color-bg-base);
		text-align: center;
		transition: opacity 0.3s ease;
	}

	.p-header-btn:hover {
		color: var(--color-bg-base);
		opacity: 0.8;
	}

	.p-header-btn--entry {
		height: 90px;
		font-weight: 700;
		background-color: var(--color-primary);
		transition: height 0.3s ease;
	}

	.p-header-top.is-clone.is-shrink .p-header-btn--entry {
		height: 70px;
	}

	.p-header-top.is-clone.is-shrink .p-header-entry-group {
		height: 256px;
	}

	.p-header-btn--newgrad {
		height: 62px;
		background-color: #1f9aff;
	}

	.p-header-btn--newgrad:hover {
		background-color: #007ce6;
	}

	.p-header-btn--career {
		height: 62px;
		background-color: #004985;
	}

	.p-header-btn--career:hover {
		background-color: #002d52;
	}

	.p-header-btn--intern {
		height: 62px;
		background-color: #6bbcff;
	}

	.p-header-btn--intern:hover {
		background-color: #38a2ff;
	}

	.p-header-bottom {
		display: block;
		padding: 15px 0;
		background: var(--color-bg-base);
	}

	.p-header-bottom-inner {
		width: auto;
		padding: 0 80px;
	}

	@media (width >= 1401px) {
		.p-header-top-inner {
			padding-left: 145px;
		}

		.p-header-bottom-inner {
			padding: 0 160px;
		}
	}

	.p-header-site-title {
		display: block;
	}

	.p-header-site-title-link {
		flex-direction: row;
		gap: 10px;
		align-items: baseline;
		justify-content: flex-start;
	}

	.p-header-company-name {
		font-size: 2.3rem;
		color: var(--color-text-main);
	}

	.p-header-site-name {
		font-size: 2rem;
		color: var(--color-current);
	}
}

/* ==========================================================================
   Hero
   ========================================================================== */
.p-hero {
	position: relative;
	width: 100%;
	height: 563px;
	min-height: auto;
	max-height: none;
	overflow: hidden;
	background: #000;
}

.p-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-hero-video {
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none !important;
	opacity: 0.8;
}

.p-hero-video-cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: transparent;
}

@media (width <= 991px) {
	.p-hero-video,
	.p-hero-video iframe,
	.p-hero-video video,
	.p-hero-video object {
		pointer-events: none !important;
	}

	.p-hero-video video {
		width: 100% !important;
		max-width: none !important;
		height: 100% !important;
		max-height: none !important;
		object-fit: cover !important;
	}
}

.p-hero-video iframe,
.p-hero-video video,
.p-hero-video object,
.p-hero-video div,
.p-hero-video span,
.p-hero-video [class*="eviry"],
.p-hero-video [id^="player_"],
.p-hero-video [class*="MillviPlayer"],
.p-hero-video .msp-wrap,
.p-hero-video .video-js,
.p-hero-video .msp-overlay {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	max-height: none !important;
	aspect-ratio: auto !important;
	margin: 0 !important;
	margin-top: 0 !important;
	pointer-events: none;
	object-fit: cover !important;
}

.p-hero-video .vjs-poster,
.p-hero-video img.eviry-poster,
.p-hero-video [id^="eviry-poster_"],
.p-hero-video .msp-live-thumbnail {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	max-height: none !important;
	margin: 0 !important;
	margin-top: 0 !important;
	object-fit: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}

.p-hero-video .vjs-loading-spinner,
.p-hero-video .mv-loading-spinner,
.p-hero-video .mv-error-icon-container,
.p-hero-video .vjs-control-bar,
.p-hero-video .vjs-text-track-display,
.p-hero-video .vjs-modal-dialog {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

.p-hero-catch {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 2;
	width: 100%;
	transform: translateX(-50%);
}

.p-hero-title {
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
	font-size: 7vw;
	font-weight: bold;
	line-height: 1.3;
	color: var(--color-bg-base);
	text-shadow: 8px 8px 8px rgb(0 0 0 / 25%);
	letter-spacing: 0.1em;
}

@media (width >= 768px) {
	.p-hero-catch {
		bottom: 60px;
		left: 40px;
		width: auto;
		text-align: left;
		transform: none;
	}

	.p-hero-title {
		width: auto;
		padding: 0;
		font-size: 5vw;
		letter-spacing: 0.05em;
	}
}

@media (width >= 992px) {
	.p-hero {
		height: calc(100vh - 150px);
	}

	.p-hero-catch {
		left: 80px;
	}
}

@media (width >= 1400px) {
	.p-hero-catch {
		left: 160px;
	}

	.p-hero-title {
		font-size: min(6vw, 10rem);
	}
}

/* ==========================================================================
   Message
   ========================================================================== */
.p-message {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.p-message-bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}

.p-message-inner {
	position: relative;
	z-index: 1;
}

.p-message-bg-layer {
	position: absolute;
	left: 50%;
	display: block;
	width: 100%;
	transform: translateY(-50%) translateX(-50%);
}

.p-message-bg-layer--1,
.p-message-bg-layer--2 {
	display: none;
}

.p-message-bg-layer--sp-3 {
	top: 60%;
}

.p-message-bg-layer--sp-2 {
	top: 70%;
}

.p-message-bg-layer--sp-5 {
	top: 85%;
}

.p-message-bg-layer--sp-4 {
	top: 100%;
}

.p-message-content {
	display: flex;
	flex-direction: column-reverse;
	gap: 32px;
}

.c-heading-primary--sp {
	display: block;
	margin-bottom: 32px;
}

.c-heading-primary--pc {
	display: none;
}

.p-message-text-box {
	width: 100%;
}

.p-message-title {
	margin-bottom: 24px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--color-text-main);
}

.p-message-text {
	margin: 0 0 30px;
	line-height: 1.8;
}

.p-message-btn-wrap {
	margin-top: 0;
	text-align: left;
}

.p-message-img-box {
	width: 100%;
	margin: 0 auto;
}

.p-message-img {
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

@media (width >= 768px) {
	.p-message-content {
		flex-direction: row;
		gap: 60px;
		align-items: flex-start;
		justify-content: space-between;
	}

	.c-heading-primary--sp {
		display: none;
	}

	.c-heading-primary--pc {
		display: block;
		margin-bottom: 70px;
	}

	.p-message-text-box {
		flex: 1;
		width: auto;
	}

	.p-message-title {
		margin-bottom: 30px;
		font-size: 3rem;
	}

	.p-message-text {
		margin-bottom: 50px;
		font-size: 1.6rem;
		line-height: 2;
	}

	.p-message-img-box {
		flex: 1;
		max-width: none;
		margin: 0;
	}

	.p-message-img {
		aspect-ratio: 1/1;
		object-fit: cover;
		border-radius: 16px;
	}

	.p-message-bg-layer--sp-2,
	.p-message-bg-layer--sp-4,
	.p-message-bg-layer--sp-3,
	.p-message-bg-layer--sp-5 {
		display: none;
	}

	.p-message-bg-layer--1 {
		top: 70%;
		display: block;
	}

	.p-message-bg-layer--2 {
		top: 40%;
		display: block;
	}
}

@media (width >= 992px) {
	.p-message-title {
		font-size: 4rem;
	}
}

/* ==========================================================================
   Information
   ========================================================================== */
.p-news-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}

.p-news-item {
	overflow: hidden;
	background-color: var(--color-bg-base);
	border-radius: 8px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 2%);
	transition:
		box-shadow 0.3s,
		transform 0.3s;
}

.p-news-link {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 24px 20px;
	color: var(--color-text-main);
	text-decoration: none;
}

.p-news-link:hover {
	opacity: 1;
}

.p-news-meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 12px;
}

.p-news-date {
	position: relative;
	display: flex;
	align-items: center;
	width: calc(100% + 40px);
	padding: 0 20px 12px;
	margin: 0 -20px 10px;
	font-family: var(--font-family-en);
	font-weight: 400;
	color: var(--color-primary);
	border-bottom: 1px solid #b8dfff;
}

.p-news-label {
	display: inline-block;
	padding: 4px 8px;
	font-family: var(--font-family-base);
	line-height: 1.2;
	color: var(--color-text-main);
	white-space: nowrap;
	border: 0.5px solid var(--color-text-main);
	border-radius: 4px;
}

.p-news-title {
	padding-right: 58px;
	margin: 0;
	line-height: 1.5;
	color: var(--color-text-main);
}

.p-news-arrow {
	position: absolute;
	right: 20px;
	bottom: 24px;
	box-sizing: border-box;
	display: inline-block;
	flex-shrink: 0;
	width: 40px;
	height: 35px;
}

.p-news-arrow::after {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: transparent;
	border: 1px solid var(--color-primary);
	border-radius: 20px / 17.5px;
	transition:
		background-color 0.3s,
		border-color 0.3s;
}

.p-news-arrow::before {
	position: absolute;
	top: 50%;
	right: 11px;
	z-index: 1;
	width: 17.5px;
	height: 6px;
	pointer-events: none;
	content: "";
	background-color: var(--color-primary);
	mask: url(./img/arrow-vector.svg) repeat-x 0 center / 17.5px 6px;
	transition: background-color 0.3s;
	transform: translateY(-50%);
}

.p-news-link:hover .p-news-arrow::after {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.p-news-link:hover .p-news-arrow::before {
	background-color: var(--color-bg-base);
	animation: arrow-scroll-sp 0.75s forwards;
}

@media (width >= 768px) {
	.p-news-list {
		gap: 24px;
	}

	.p-news-item {
		padding: 20px 0;
	}

	.p-news-link {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 30px;
	}

	.p-news-meta {
		flex-direction: row;
		gap: 15px;
		align-items: center;
		width: auto;
		height: 100%;
		margin-bottom: 0;
	}

	.p-news-date {
		width: 135px;
		height: 100%;
		padding: 0;
		margin: 0;
		border-bottom: none;
	}

	.p-news-date::after {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		width: 1px;
		height: 90px;
		content: "";
		background-color: #b8dfff;
		transform: translateY(-50%);
	}

	.p-news-label {
		padding: 4px 12px;
		margin-right: 40px;
	}

	.p-news-title {
		flex: 1;
		padding-right: 0;
		margin-right: 40px;
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.p-news-arrow {
		position: relative;
		right: auto;
		bottom: auto;
		width: 48px;
		height: 42px;
		margin-left: auto;
		transform: none;
	}

	.p-news-arrow::after {
		border-radius: 24px / 21px;
	}

	.p-news-arrow::before {
		right: 14px;
		width: 21px;
		height: 7px;
		mask: url(./img/arrow-vector.svg) repeat-x 0 center / 21px 7px;
	}

	.p-news-link:hover .p-news-arrow::before {
		animation: arrow-scroll 0.75s forwards;
	}
}

/* ==========================================================================
   Company Profile
   ========================================================================== */
.p-company-inner {
	width: 100%;
	margin: 0 auto;
}

.p-company-cards {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-company-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	background: var(--color-bg-base);
	border-radius: 16px;
	box-shadow: 0 4px 20px rgb(0 0 0 / 5%);
	transition: box-shadow 0.3s ease;
}

.p-company-card:hover {
	box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
}

.p-company-card-head {
	position: relative;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #b8dfff;
}

.p-company-card-eng {
	font-family: var(--font-family-en);
	font-size: 4rem;
	font-weight: 700;
	color: #d6e9f8;
	text-align: center;
	white-space: nowrap;
	writing-mode: horizontal-tb;
	transform: none;
}

.p-company-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 45px 24px;
}

.p-company-card-title {
	margin-bottom: 12px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	color: var(--color-text-main);
}

.p-company-card-text {
	max-width: 100%;
	margin-bottom: 24px;
	line-height: 1.8;
	color: var(--color-text-main);
}

.p-company-card-img-box {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	height: auto;
	padding: 0 24px 24px;
}

.p-company-card-img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
	border-radius: 8px;
	transition: transform 0.5s ease;
}

.p-company-card:hover .p-company-card-img {
	transform: scale(1.05);
}

.p-company-card-caution {
	margin-bottom: 20px;
	line-height: 1;
	color: #f00;
}

@media (width >= 992px) {
	.p-company-card {
		flex-direction: row;
		align-items: stretch;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.p-company-card-head {
		width: 178px;
		margin-top: -40px;
		margin-bottom: -40px;
		color: inherit;
		border-bottom: none;
	}

	.p-company-card-head::after {
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		content: "";
		background-color: #b8dfff;
	}

	.p-company-card-eng {
		font-size: 7.2rem;
		letter-spacing: 0;
		writing-mode: vertical-lr;
	}

	.p-company-card-body {
		padding: 40px 80px;
	}

	.p-company-card-title {
		margin-bottom: 24px;
		font-size: 4rem;
	}

	.p-company-card-text {
		margin-bottom: 40px;
		font-size: 1.6rem;
		line-height: 2;
	}

	.p-company-card-img-box {
		align-self: center;
		width: 35%;
		padding: 0;
		margin-right: 4%;
		overflow: hidden;
		border-radius: 8px;
	}

	.p-company-card-img {
		width: 100%;
		height: 100%;
		aspect-ratio: auto;
		object-fit: cover;
		border-radius: 0;
	}
}

@media (width <= 1199px) and (width >= 992px) {
	.p-company-card-head {
		width: 150px;
	}

	.p-company-card-body {
		padding: 0 40px;
	}
}

/* ==========================================================================
   Our Jobs
   ========================================================================== */
.p-jobs-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-jobs-header {
	display: flex;
	flex-direction: column;
}

.p-jobs-desc {
	max-width: 100%;
	margin-top: 0;
	line-height: 2;
	color: var(--color-text-main);
}

.c-slider {
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 40px;
	overflow: hidden;

	--swiper-scrollbar-size: 4px;
	--swiper-scrollbar-bottom: 0px;
	--swiper-scrollbar-bg-color: #b8dfff;
	--swiper-scrollbar-drag-bg-color: var(--color-primary);
	--swiper-scrollbar-border-radius: 0;
}

@media (width <= 991px) {
	.c-slider {
		width: calc(100% + 24px);
		margin-right: -24px;

		--swiper-scrollbar-sides-offset: 24px;
	}
}

@media (width >= 768px) and (width <= 991px) {
	.c-slider {
		width: calc(100% + 40px);
		margin-right: -40px;

		--swiper-scrollbar-sides-offset: 40px;
	}
}

.c-slider .swiper-slide {
	height: auto;
}

.c-slider.swiper-horizontal > .swiper-scrollbar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - var(--swiper-scrollbar-sides-offset, 24px));
	height: 4px;
	background-color: #b8dfff;
	border-radius: 0;
}

.c-slider.swiper-horizontal .swiper-scrollbar-drag {
	top: 0;
	height: 4px;
	background-color: var(--color-primary);
	border-radius: 0;
}

@media (width >= 992px) {
	.c-slider .swiper-scrollbar {
		display: none;
	}
}

.c-viewall {
	margin-top: 30px;
	text-align: center;
}

@media (width >= 992px) {
	.c-viewall {
		margin-top: 40px;
		text-align: right;
	}
}

.p-jobs-card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	margin-bottom: 40px;
	overflow: visible;
	text-decoration: none;
	background: none;
	box-shadow: none;
}

.p-jobs-card-img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 16px;
	transition: transform 0.5s ease;
}

.p-jobs-card-overlay {
	position: static;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	background: none;
}

.p-jobs-card-title {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	color: var(--color-text-main);
}

@media (width >= 992px) {
	.p-jobs-inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 80px;
		align-items: flex-start;
		justify-content: space-between;
	}

	.p-jobs-header {
		position: sticky;
		top: 120px;
		grid-column: 1;
		gap: 0;
		padding: 0;
	}

	.p-jobs-header .c-heading-primary {
		margin-bottom: 24px;
	}

	.p-jobs-desc {
		max-width: 100%;
		margin-top: 35px;
		font-size: 1.6rem;
	}

	.p-jobs-cards.swiper {
		grid-column: 2;
		padding: 0;
		overflow: visible;
	}

	.p-jobs-cards .swiper-wrapper {
		display: flex;
		flex-direction: column;
		gap: 120px;
		transform: none !important;
	}

	.p-jobs-cards .swiper-slide {
		width: 100% !important;
		margin: 0 !important;
	}

	.p-jobs-card {
		gap: 40px;
		margin-bottom: 0;
	}

	.p-jobs-card-img {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}

	.p-jobs-card-title {
		font-size: 4rem;
	}

	.p-jobs-card:hover .p-jobs-card-img {
		transform: scale(1.02);
	}
}

@media (width >= 1400px) {
	.p-jobs-inner {
		gap: 150px;
	}
}

/* ==========================================================================
   Meet Our People
   ========================================================================== */
.p-people-header {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}

.p-people-desc {
	color: var(--color-text-muted);
}

@media (width >= 992px) {
	.p-people-desc {
		font-size: 1.6rem;
	}
}

.p-people-slider-container {
	position: relative;
	padding: 0;
	margin-top: 40px;
}

.p-people-slider {
	padding-bottom: 56px;
	overflow: hidden;
}

.p-people-slider .swiper-slide {
	display: flex;
	height: auto;
}

.p-people-nav-buttons {
	display: none;
}

.p-people-viewall-pc {
	display: none;
}

.p-people-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	margin-top: 40px;
}

.p-people-card {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow: hidden;
}

.p-people-card-link {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: inherit;
}

.p-people-card-link:hover {
	opacity: 1;
}

.p-people-card-img-box {
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: 16px;
	transform: translateZ(0);
}

.p-people-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.p-people-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px 0 0;
}

.p-people-card-title {
	margin-bottom: 12px;
	font-size: 2rem;
	font-weight: 400;
	color: var(--color-text-main);
}

.p-people-card-info-wrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

.p-people-card-name {
	margin-bottom: 8px;
	font-family: var(--font-family-en);
	font-weight: 400;
	color: var(--color-text-main);
}

.p-people-card-dept {
	display: block;
	margin-bottom: 0;
	font-weight: 400;
	color: var(--color-text-main);
}

.p-people-card-btn-wrap {
	padding-right: 1px;
}

@media (width >= 768px) {
	.p-people-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.p-people-card-body {
		padding: 30px 0;
	}

	.p-people-card-name {
		font-size: 1.7rem;
	}
}

@media (width >= 992px) {
	.p-people-header {
		flex-direction: row;
		align-items: flex-end;
	}

	.p-people-slider {
		padding-bottom: 80px;
	}

	.p-people-slider .swiper-scrollbar {
		display: block;
	}

	.p-people-viewall-pc {
		display: block;
		margin-top: 24px;
		margin-bottom: 40px;
		text-align: left;
	}

	.p-people-viewall-sp {
		display: none;
	}

	.p-people-card-link:hover .p-people-card-img {
		transform: scale(1.05);
	}

	.p-people-nav-buttons {
		position: absolute;
		top: 0;
		right: -24px;
		left: -24px;
		z-index: 10;
		display: block;
		height: 0;
		padding-top: calc((100% - 60px) / 4);
		pointer-events: none;
	}

	.p-people-nav-btn {
		position: absolute;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		pointer-events: auto;
		cursor: pointer;
		background-color: var(--color-bg-base);
		border: 1px solid var(--color-border);
		border-radius: 50%;
		outline: none;
		box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
		transition:
			background-color 0.3s,
			border-color 0.3s;
		transform: translateY(50%);
	}

	.p-people-nav-btn--prev {
		left: 0;
	}

	.p-people-nav-btn--next {
		right: 0;
	}

	.p-people-nav-btn:hover {
		background-color: var(--color-primary);
		border-color: var(--color-primary);
	}

	.p-people-nav-btn::after {
		display: block;
		width: 10px;
		height: 14px;
		content: "";
		background-color: var(--color-primary);
		mask-image: url(img/arrow-next.svg);
		mask-repeat: no-repeat;
		mask-size: contain;
		transition: background-color 0.3s;
	}

	.p-people-nav-btn--prev::after {
		transform: rotate(180deg);
	}

	.p-people-nav-btn:hover::after {
		background-color: var(--color-bg-base);
	}

	.p-people-nav-btn.swiper-button-disabled {
		display: flex;
		pointer-events: none;
		cursor: default;
		border-color: #d1d1d1;
	}

	.p-people-nav-btn.swiper-button-disabled::after {
		background-color: #d1d1d1;
	}

	.p-people-card-body {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-end;
		justify-content: space-between;
		padding: 30px 0;
	}

	.p-people-card-title {
		width: 100%;
		margin-bottom: 20px;
		font-size: 2.4rem;
	}

	.p-people-card-info-wrap {
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 0;
	}

	.p-people-card-name {
		margin-bottom: 0;
		font-size: 1.8rem;
	}

	.p-people-card-dept {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
}

/* ==========================================================================
   Sitemap Links
   ========================================================================== */
.home .p-sitemap-links {
	padding-top: 70px;
}

.p-sitemap-links .c-btn-text {
	white-space: nowrap;
}

.p-sitemap-links-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border-top: 1px solid var(--color-primary);
}

.p-sitemap-links-item {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 180px;
	padding: 0 20px;
	overflow: hidden;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--color-primary) !important;
	border-radius: 0;
	transition: background-color 0.3s;
}

.p-sitemap-links-item::after {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	content: "";
	background-image: linear-gradient(
		90deg,
		var(--color-bg-base),
		rgb(255 255 255 / 10%) 25%,
		rgb(255 255 255 / 0%) 49%,
		rgb(255 255 255 / 0%) 50%,
		rgb(255 255 255 / 0%)
	);
	background-repeat: no-repeat;
	background-position: 100% center;
	background-size: 200% 100%;
	opacity: 0.4;
	transition: background-position 0.3s ease;
	transform: translate(-50%);
}

.p-sitemap-links-item:hover::after {
	background-position: 0% center;
}

.p-sitemap-links-title {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 165px;
	font-family: var(--font-family-en);
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	color: var(--color-primary);
	text-align: left;
}

.p-sitemap-links-sub {
	margin-top: 0;
	font-family: var(--font-family-base);
	font-size: 1.6rem;
	font-weight: normal;
	color: var(--color-primary);
}

@media (width >= 768px) {
	.p-sitemap-links-item {
		height: 240px;
	}

	.p-sitemap-links-title {
		width: auto;
		font-size: 5.5rem;
	}

	.p-sitemap-links-sub {
		font-size: 1.8rem;
	}
}

@media (width >= 992px) {
	.home .p-sitemap-links {
		padding-top: 100px;
	}

	.p-sitemap-links-grid {
		grid-template-columns: 1fr 1fr;
		gap: 0;
		border-bottom: 1px solid var(--color-primary);
	}

	.p-sitemap-links-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 380px;
		padding: 40px 12%;
		border: none;
		border-bottom: none !important;
		border-radius: 0;
	}

	.p-sitemap-links-item:nth-child(odd) {
		border-right: 1px solid var(--color-primary);
	}

	.p-sitemap-links-item:nth-child(1),
	.p-sitemap-links-item:nth-child(2) {
		border-bottom: 1px solid var(--color-primary) !important;
	}

	.p-sitemap-links-btn-wrap {
		align-self: flex-end;
	}

	.p-sitemap-links-title {
		font-size: 8rem;
	}

	.p-sitemap-links-sub {
		font-size: 2rem;
	}
}

@media (width >= 992px) and (width <= 1480px) {
	.p-sitemap-links-item {
		padding: 40px 8%;
	}

	.p-sitemap-links-title {
		font-size: 6rem;
	}
}

/* ==========================================================================
   Entry Area
   ========================================================================== */
.p-entry-area {
	position: relative;
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background-color: var(--color-primary);
	border-radius: 16px;
}

.p-entry-area-bg-text {
	position: absolute;
	top: 50%;
	right: 10%;
	z-index: 0;
	display: flex;
	width: 100%;
	font-family: var(--font-family-en);
	font-size: 30vw;
	font-weight: 700;
	color: rgb(255 255 255 / 20%);
	white-space: nowrap;
	pointer-events: none;
	transform: translateY(-50%) rotate(90deg);
	transform-origin: right center;
}

.p-entry-area-bg-text-inner {
	display: inline-block;
	animation: marquee-reverse 30s linear infinite;
}

@keyframes marquee-reverse {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.p-entry-area-inner {
	position: relative;
	z-index: 1;
}

.p-entry-area .c-heading-primary {
	color: var(--color-bg-base);
}

.p-entry-area .c-heading-primary-sub {
	margin-top: 10px;
	color: var(--color-bg-base);
}

.p-entry-area-btn-wrap {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin: 0 auto;
}

.c-btn-entry {
	box-sizing: border-box;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 30px 20px;
	font-size: 2rem;
	font-weight: 400;
	color: var(--color-bg-base);
	background: rgb(255 255 255 / 20%);
	border-radius: 16px;
}

.c-btn-entry:hover {
	color: var(--color-primary);
	background: var(--color-bg-base);
	opacity: 1;
}

.c-btn-entry .c-btn-text {
	color: var(--color-bg-base);
}

.c-btn-entry .c-btn-text::after {
	border-color: var(--color-bg-base);
}

.c-btn-entry .c-btn-text::before {
	background-color: var(--color-bg-base);
}

.c-btn-entry:hover .c-btn-text {
	color: var(--color-primary);
}

@media (width >= 768px) {
	.p-entry-area-bg-text {
		right: 8%;
		font-size: 20vw;
	}
}

@media (width >= 992px) {
	.p-entry-area {
		padding: 70px 0 120px;
	}

	.p-entry-area-bg-text {
		right: 8%;
		font-size: 15vw;
	}

	.p-entry-area-btn-wrap {
		gap: 50px;
	}

	.c-btn-entry {
		padding: 30px 40px;
		font-size: 4rem;
	}
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.p-breadcrumb {
	padding-top: 8px;
	padding-bottom: 8px;
	background: var(--color-bg-base);
}

/* ==========================================================================
   Footer
   ========================================================================== */
.p-footer.l-container {
	position: relative;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 40px;
	color: var(--color-bg-base);
	background-color: #383838;
}

.p-footer-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-footer-left {
	flex: 1 1 auto;
	width: 100%;
}

.p-footer-company {
	font-family: var(--font-family-base);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-bg-base);
	letter-spacing: 0.05em;
}

.p-footer-corporate {
	margin-top: 20px;
}

.p-footer-corporate-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--color-bg-base);
	transition: color 0.3s ease;
}

.c-icon-monitor {
	width: 16px;
	height: 12px;
	vertical-align: middle;
}

.p-footer-right {
	flex: 1 1 auto;
	width: 100%;
}

.p-footer-nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 20px;
}

.p-footer-nav-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.p-footer-nav-item {
	line-height: 1.4;
}

.p-footer-nav-item a {
	position: relative;
	display: inline-block;
	padding-left: 24px;
	color: var(--color-bg-base);
	transition: color 0.3s ease;
}

.p-footer-nav-item a::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 5px;
	content: "";
	background-color: var(--color-bg-base);
	mask: url(./img/arrow-vector.svg) no-repeat center/contain;
	transition: background-color 0.3s ease;
	transform: translateY(-50%);
}

.p-footer-nav-item a::after {
	position: absolute;
	bottom: -1px;
	left: 24px;
	width: calc(100% - 24px);
	height: 1px;
	clip-path: inset(
		0 calc(var(--clip-right, 100) * 1%) 0 calc(var(--clip-left, 0) * 1%)
	);
	pointer-events: none;
	content: "";
	background-color: var(--color-bg-base);
}

.p-footer-nav-item a:hover::before {
	background-color: var(--color-bg-base);
}

.p-footer-bottom {
	margin-top: 40px;
	text-align: center;
}

.p-footer-copyright {
	font-family: var(--font-family-en);
	letter-spacing: 0.05em;
}

@media (width >= 992px) {
	.p-footer.l-container {
		padding-top: 80px;
		padding-bottom: 20px;
	}

	.p-footer-inner {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}

	.p-footer-left {
		flex: 0 0 55%;
	}

	.p-footer-company {
		font-size: 3.2rem;
	}

	.p-footer-corporate {
		margin-top: 30px;
	}

	.p-footer-copyright {
		font-size: 1.6rem;
	}

	.p-footer-right {
		flex: 0 0 45%;
	}

	.p-footer-nav {
		gap: 0 40px;
	}

	.p-footer-bottom {
		margin-top: 70px;
	}
}

@media (width <= 575px) {
	.p-footer-nav {
		grid-template-columns: 1fr;
		gap: 16px 0;
	}
}

/* ==========================================================================
   Page Top Button
   ========================================================================== */
.p-page-top {
	position: fixed;
	right: 24px;
	bottom: 80px;
	z-index: 90;
}

.p-page-top-link {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	font-family: var(--font-family-en);
	color: var(--color-bg-base);
	text-decoration: none;
	transition: opacity 0.3s;
}

.p-page-top-link:hover {
	opacity: 0.8;
}

.p-page-top-btn {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 42px;
	height: 48px;
	background-color: var(--color-bg-base);
	border: 1px solid var(--color-primary);
	border-radius: 21px / 24px;
	transition:
		background-color 0.3s,
		border-color 0.3s;
}

.p-page-top-btn::before {
	position: absolute;
	top: 50%;
	left: 60%;
	width: 21px;
	height: 7px;
	pointer-events: none;
	content: "";
	background-color: var(--color-primary);
	mask: url(./img/arrow-vector.svg) repeat-x 0 center / 21px 7px;
	transition: background-color 0.3s;
	transform: translate(-60%, -50%) scaleX(-1) rotate(-90deg);
}

.p-page-top-link:hover .p-page-top-btn {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.p-page-top-link:hover .p-page-top-btn::before {
	background-color: var(--color-bg-base);
	animation: arrow-scroll 0.75s forwards;
}

.p-page-top-text {
	text-shadow: 0 1px 4px rgb(0 0 0 / 80%);
}

@media (width >= 992px) {
	.p-page-top {
		right: 24px;
		bottom: 24px;
	}
}

.c-page-header {
	padding-top: 70px;
}

.c-page-header-title {
	font-family: var(--font-family-en);
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	color: var(--color-primary);
}

.c-page-header-sub {
	display: block;
	margin-top: 4px;
	font-family: var(--font-family-ja);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	color: var(--color-primary);
}

.c-page-header-img-wrap {
	width: 100%;
	margin-top: 50px;
}

.c-page-header-img {
	display: block;
	width: 100%;
	height: auto;

	/* max-height: 387px; */
	object-fit: cover;
}

@media (width >= 992px) {
	.c-page-header {
		padding-top: 100px;
	}

	.c-page-header-title {
		font-size: 8rem;
	}

	.c-page-header-sub {
		margin-top: 12px;
		font-size: 2rem;
	}

	.c-page-header-img-wrap {
		margin-top: 100px;
	}

	/* .c-page-header-img {
        max-height: 744px;
    } */
}

@media (width >= 992px) and (width <= 1600px) {
	.c-page-header-img {
		max-height: 500px;
	}
}

.c-btn-text.is-ja {
	font-family: var(--font-family-ja);
}

/* ==========================================================================
   Message Page
   ========================================================================== */
.p-message {
	padding-bottom: 64px;
}

.p-message-lead {
	margin-top: 64px;
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.8;
	color: var(--color-text-main);
}

.p-message-lead span {
	color: var(--color-primary);
}

.p-message-president-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 32px;
}

.p-message-president-img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 16px;
}

.p-message-container {
	display: block;
}

.p-message-content-wrap {
	width: 100%;
	max-width: 100%;
}

.p-message-body {
	font-size: 1.5rem;
	line-height: 1.8;
	color: var(--color-text-main);
}

.p-message-body p + p {
	margin-top: 32px;
}

.p-message-footer {
	display: block;
	margin-top: 24px;
}

.p-message-author {
	margin-bottom: 24px;
	color: var(--color-text-main);
}

.p-message-author-title {
	margin-bottom: 8px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.p-message-author-name {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2;
}

@media (width >= 768px) {
	.p-message-lead {
		margin-top: 120px;
		margin-bottom: 60px;
		font-size: 3rem;
		line-height: 1.6;
	}

	.p-message-president-img {
		max-height: 800px;
		aspect-ratio: auto;
	}
}

@media (width >= 768px) and (width <= 1600px) {
	.p-message-president-img {
		max-height: 500px;
	}
}

@media (width >= 992px) {
	.p-message {
		padding-bottom: 130px;
	}

	.p-message-lead {
		margin-top: 150px;
		margin-bottom: 80px;
		font-size: 4rem;
		line-height: 1.5;
	}

	.p-message-president-wrap {
		display: block;
		margin-bottom: 96px;
	}

	.p-message-container {
		display: flex;
		justify-content: flex-end;
	}

	.p-message-body {
		font-size: 1.6rem;
		line-height: 2;
	}

	.p-message-footer {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		margin-top: 80px;
	}

	.p-message-author {
		margin-bottom: 0;
	}

	.p-message-author-title {
		font-size: 1.6rem;
	}

	.p-message-author-name {
		font-size: 2rem;
	}
}

@media (width >= 1101px) {
	.p-message-content-wrap {
		width: 66.25%;
	}
}

/* ==========================================================================
   Company Page
   ========================================================================== */
.c-page-nav {
	width: 100%;
	margin-top: 70px;
}

.c-page-nav-list {
	display: flex;
	flex-direction: row;
	gap: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.c-page-nav-item {
	display: flex;
	flex: 1;
}

.c-page-nav-link {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 16px 8px;
	font-size: 1.4rem;
	font-weight: 400;
	color: var(--color-primary);
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border-top: none;
	border-right: 2px solid var(--color-primary);
	border-bottom: 2px solid var(--color-primary);
	border-left: none;
	border-radius: 0;
	transition:
		background-color 0.3s,
		color 0.3s;
}

.c-page-nav-item:first-child .c-page-nav-link {
	border-left: 2px solid var(--color-primary);
}

.c-page-nav-link:hover {
	color: var(--color-bg-base);
	background-color: var(--color-primary);
	opacity: 1;
}

.c-page-nav-arrow {
	display: block;
	width: 20px;
	height: 7px;
	background-color: var(--color-primary);
	mask: url(./img/arrow-vector.svg) no-repeat center / contain;
	transition: background-color 0.3s;
	transform: rotate(90deg);
}

.c-page-nav-link:hover .c-page-nav-arrow {
	background-color: var(--color-bg-base);
}

@media (width >= 768px) {
	.c-page-nav {
		margin-top: 150px;
	}

	.c-page-nav-link {
		gap: 12px;
		padding: 24px;
		font-size: 1.8rem;
	}
}

@media (width >= 992px) {
	.c-page-nav-link {
		position: relative;
		flex-direction: row;
		padding-right: 56px;
	}

	.c-page-nav-link .c-page-nav-arrow {
		position: absolute;
		top: 50%;
		right: 6%;
		width: 27px;
		height: 7px;
		transform: translateY(-50%) rotate(90deg);
	}
}

.c-section-header {
	margin-bottom: 40px;
}

.c-section-header-lead-en {
	display: inline-flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 8px;
	font-family: var(--font-family-en);
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	color: var(--color-primary);
}

.c-section-header-lead-en::after {
	display: block;
	width: 64px;
	height: 2px;
	content: "";
	background-color: var(--color-primary);
}

.c-section-header-lead-ja {
	margin-bottom: 24px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	color: var(--color-primary);
}

.c-section-header-lead-desc {
	font-size: 1.5rem;
	line-height: 1.8;
	color: var(--color-text-main);
}

.c-section-header-lead-desc p + p {
	margin-top: 8px;
}

@media (width >= 768px) {
	.c-section-header {
		margin-bottom: 60px;
	}

	.c-section-header-lead-en {
		margin-bottom: 12px;
		font-size: 4rem;
	}

	.c-section-header-lead-ja {
		font-size: 2rem;
	}

	.c-section-header-lead-desc {
		font-size: 1.6rem;
		line-height: 2;
	}
}

.p-company-business-items {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.p-company-business-item {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.p-company-business-item-content {
	display: contents;
}

.p-company-business-number {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: block;
	order: 1;
	font-family: var(--font-family-en);
	font-size: 8rem;
	font-weight: 700;
	line-height: 1;
	color: rgb(255 255 255 / 50%);
}

.p-company-business-item--reverse .p-company-business-number {
	right: auto;
	left: 0;
}

.p-company-business-title {
	position: relative;
	z-index: 2;
	order: 2;
	padding-top: 60px;
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4;
	color: var(--color-text-main);
}

.p-company-business-desc-wrap {
	position: relative;
	z-index: 3;
	order: 4;
	width: 85%;
	padding: 24px;
	margin-top: -40px;
	margin-right: 0;
	margin-left: 15%;
	background-color: var(--color-bg-base);
	border-radius: 12px;
	box-shadow: 0 4px 16px rgb(0 0 0 / 4%);
}

.p-company-business-item--reverse .p-company-business-desc-wrap {
	margin-right: 15%;
	margin-left: 0;
}

.p-company-business-desc {
	font-size: 1.5rem;
	line-height: 1.8;
	color: var(--color-text-main);
}

.p-company-business-img-box {
	position: relative;
	z-index: 2;
	order: 3;
	width: 90%;
	margin-right: 0;
	margin-left: 5%;
}

.p-company-business-bg-shape {
	position: absolute;
	top: -90px;
	left: -11.11%;
	z-index: 1;
	width: 70%;
	height: calc(100% + 24px);
	pointer-events: none;
	background: linear-gradient(
		270deg,
		rgb(0 117 210 / 15%) 0%,
		rgb(0 117 210 / 0%) 100%
	);
	border-radius: 0 12px 12px 0;
}

.p-company-business-item--reverse .p-company-business-bg-shape {
	right: -11.11%;
	left: auto;
	background: linear-gradient(
		90deg,
		rgb(0 117 210 / 15%) 0%,
		rgb(0 117 210 / 0%) 100%
	);
	border-radius: 12px 0 0 12px;
}

.p-company-business-img {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

@media (width >= 768px) {
	.p-company-business-items {
		gap: 80px;
	}

	.p-company-business-item {
		flex-direction: row;
		gap: 60px;
	}

	.p-company-business-item--reverse {
		flex-direction: row-reverse;
	}

	.p-company-business-item-content {
		display: block;
		flex: 1;
		margin-top: 100px;
	}

	.p-company-business-number {
		position: static;
		order: unset;
		margin-bottom: 24px;
		font-size: 12rem;
	}

	.p-company-business-item--reverse .p-company-business-number {
		position: static;
	}

	.p-company-business-title {
		position: static;
		order: unset;
		padding-top: 0;
		margin-bottom: 24px;
		font-size: 3.2rem;
	}

	.p-company-business-desc-wrap {
		order: unset;
		width: auto;
		padding: 0;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
	}

	.p-company-business-item--reverse .p-company-business-desc-wrap {
		margin-right: 0;
	}

	.p-company-business-img-box {
		flex: 1;
		order: unset;
		width: auto;
		padding: 0 0 60px 60px;
		margin-right: 0;
		margin-left: 0;
	}

	.p-company-business-item--reverse .p-company-business-img-box {
		padding: 0 60px 60px 0;
		margin-right: 0;
		margin-left: 0;
	}

	.p-company-business-img {
		margin-top: 120px;
	}

	.p-company-business-bg-shape {
		top: 0;
		right: 0;
		left: auto;
		width: 50%;
		height: calc(100% - 120px);
		background: linear-gradient(
			90deg,
			rgb(0 117 210 / 10%) 0%,
			rgb(0 117 210 / 0%) 100%
		);
		border-radius: 16px 0 0 16px;
	}

	.p-company-business-item--reverse .p-company-business-bg-shape {
		top: 0;
		right: auto;
		left: 0;
		width: 50%;
		height: calc(100% - 60px);
		background: linear-gradient(
			270deg,
			rgb(0 117 210 / 10%) 0%,
			rgb(0 117 210 / 0%) 100%
		);
		border-radius: 0 16px 16px 0;
	}
}

@media (width >= 992px) {
	.p-company-business-number {
		font-size: 24rem;
	}
}

@media (width >= 1440px) {
	.p-company-business-title {
		font-size: 4rem;
	}
}

.p-company-products {
	margin-top: 70px;
	background: rgb(0 117 210 / 10%);
	border-radius: 16px;
	box-shadow:
		0 -4px 8px 0 rgb(51 51 51 / 10%),
		0 4px 8px 0 rgb(51 51 51 / 10%);
}

.p-company-products-timeline {
	width: 100%;
	margin-top: 50px;
}

.p-company-products-scroll-container {
	position: relative;
	width: 100%;
	padding-bottom: 65px;
	overflow-x: auto;
	cursor: grab;
	scrollbar-width: none !important;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none !important;
}

.p-company-products-scroll-container::-webkit-scrollbar,
.p-company-products-scroll-container *::-webkit-scrollbar,
.p-company-products-timeline::-webkit-scrollbar,
.p-company-products-timeline *::-webkit-scrollbar {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	background: transparent !important;
}

.p-company-products-scroll-container.is-dragging {
	cursor: grabbing;
	user-select: none;
}

.p-company-products-scroll-container img {
	-webkit-user-drag: none;
	user-drag: none;
}

.p-company-products-custom-scrollbar {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 24px;
	margin-top: 20px;
	background-color: #ededed;
}

.p-company-products-custom-scrollbar-thumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: grab;
	background-color: #a9a7a7;
	border-radius: 0 !important;
}

.p-company-products-custom-scrollbar-thumb.is-dragging {
	cursor: grabbing;
}

.p-company-products-timeline-content {
	position: relative;
	width: max-content;
	padding-top: 20px;
}

.p-company-products-bar-wrap {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	height: 64px;
	pointer-events: none;
}

.p-company-products-bar {
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		var(--color-primary) 0%,
		#d4c3fd 50%,
		#e8dfff 100%
	);
	border-radius: 32px;
}

.p-company-products-groups {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.p-company-products-group {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0 30px;
	border-right: 1px solid var(--color-primary);
}

.p-company-products-group:first-child {
	padding-left: 20px;
}

.p-company-products-group:last-child {
	padding-right: 0;
	border-right: none;
}

.p-company-products-era-info {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column-reverse;
	gap: 45px;
	align-items: flex-start;
	margin-bottom: 50px;
}

.p-company-products-era-title {
	font-family: var(--font-family-en);
	font-size: 4rem;
	line-height: 1;
	color: var(--color-primary);
}

.p-company-products-dot {
	display: block;
	width: 16px;
	height: 16px;
	background-color: var(--color-bg-base);
	border-radius: 50%;
}

.p-company-products-grid {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.p-company-products-row {
	display: flex;
	flex-direction: row;
	gap: 30px;
	align-items: stretch;
}

.p-company-products-card {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	width: 180px;
}

.p-company-products-card-title {
	display: block;
	margin-bottom: 12px;
	line-height: 1.4;
	color: var(--color-text-main);
}

.p-company-products-card-img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	margin-top: auto;
	object-fit: cover;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
}

.c-scroll-hint {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	padding: 12px 24px;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--color-bg-base);
	white-space: nowrap;
	pointer-events: none;
	visibility: hidden;
	background-color: rgb(0 117 210 / 90%);
	border-radius: 30px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
	opacity: 0;
	transition:
		opacity 0.5s,
		visibility 0.5s;
	transform: translate(-50%, -50%);
}

.c-scroll-hint.is-active {
	visibility: visible;
	opacity: 1;
}

@media (width >= 768px) {
	.p-company-products-card {
		width: 250px;
	}

	.p-company-products-group {
		padding: 0 60px;
	}

	.p-company-products-grid {
		gap: 50px;
	}

	.p-company-products-row {
		gap: 50px;
	}
}

.p-company-features {
	position: relative;
	padding-bottom: 60px;
	overflow: hidden;
	color: var(--color-bg-base);
	border-radius: 16px;
}

.p-company-features-bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.p-company-features-bg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-company-features-inner {
	position: relative;
	z-index: 3;
}

.p-company-features .c-section-header-lead-en,
.p-company-features .c-section-header-lead-ja,
.p-company-features .c-section-header-lead-desc,
.p-company-features .c-section-header-lead-desc p {
	color: var(--color-bg-base);
}

.p-company-features .c-section-header-lead-en::after {
	background-color: var(--color-bg-base);
}

.p-company-features-groups {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.p-company-features-group {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 40px;
	border-top: 1px solid var(--color-bg-base);
}

.p-company-features-group--sub {
	border-top: none;
}

.p-company-features-group-title.print-sample {
	padding-top: 40px;
	margin-bottom: 0;
	border-top: 1px solid var(--color-bg-base);
}

.p-company-features-group--sub .p-company-features-group-body {
	padding-bottom: 0;
}

.p-company-features-group:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.p-company-features-group-body {
	padding-right: 40px;
	padding-bottom: 40px;
}

.p-company-features-group-title {
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 1.4;
}

.p-company-features-group-sub-title {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.p-company-features-images {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-company-features-img-box {
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
}

.p-company-features-img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.p-company-features-group-aside {
	position: absolute;
	top: 40px;
	right: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 30px;
	height: calc(100% - 40px);
	overflow: hidden;
}

.p-company-features-aside-text,
.p-company-features-aside-sub-text {
	max-height: 100%;
	font-family: var(--font-family-en);
	font-weight: 700;
	line-height: 1;
	color: rgb(255 255 255 / 40%);
	white-space: nowrap;
	writing-mode: vertical-lr;
	text-orientation: mixed;
}

.p-company-features-aside-text {
	font-size: 2rem;
}

.p-company-features-aside-sub-text {
	font-size: 1.6rem;
}

@media (width >= 768px) {
	.p-company-features {
		padding-bottom: 150px;
	}

	.p-company-features-group {
		position: relative;
		flex-direction: row;
		gap: 40px;
		align-items: flex-start;
		justify-content: space-between;
		padding-top: 80px;
		margin-bottom: 80px;
	}

	.p-company-features-group--sub {
		padding-top: 0;
	}

	.p-company-features-group-title.print-sample {
		padding-top: 80px;
		margin-bottom: 40px;
	}

	.p-company-features-group:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.p-company-features-group-body {
		flex: 1;
		padding-right: 120px;
		padding-bottom: 80px;
	}

	.p-company-features-group-title {
		margin-bottom: 40px;
		font-size: 3.2rem;
	}

	.p-company-features-group-sub-title {
		font-size: 2.5rem;
	}

	.p-company-features-images {
		flex-direction: row;
		gap: 24px;
	}

	.p-company-features-images--1col {
		flex-direction: column;
		gap: 24px;
	}

	.p-company-features-images--1col > .p-company-features-img-box {
		width: 100%;
	}

	.p-company-features-images--2cols {
		flex-flow: row wrap;
		gap: 30px;
	}

	.p-company-features-images--2cols > .p-company-features-img-box {
		flex: 0 0 calc((100% - 30px) / 2);
		width: calc((100% - 30px) / 2);
	}

	.p-company-features-images--2cols > .p-company-features-img-box--1col {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}

	.p-company-features-group-aside {
		top: 80px;
		width: 72px;
		height: calc(100% - 80px);
	}

	.p-company-features-aside-text {
		font-size: clamp(2.8rem, 4vw, 3.6rem);
	}

	.p-company-features-aside-sub-text {
		font-size: clamp(1.4rem, 1.8vw, 2.2rem);
		letter-spacing: 0.02em;
	}
}

@media (width >= 992px) {
	.p-company-features-group:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.p-company-features-group-title {
		font-size: 4rem;
	}

	.p-company-features-group-sub-title {
		font-size: 3.2rem;
	}

	.p-company-features-aside-text {
		font-size: clamp(3.6rem, 3.5vw, 6.4rem);
	}

	.p-company-features-aside-sub-text {
		font-size: clamp(1.6rem, 1.8vw, 2.8rem);
	}
}

@media (width >= 1200px) {
	.p-company-features-aside-sub-text {
		font-size: clamp(2.4rem, 2.2vw, 4rem);
	}
}

.c-page-nav--jobs {
	margin-top: 50px;
}

.c-page-nav--jobs .c-page-nav-list {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.c-page-nav--jobs .c-page-nav-item,
.c-page-nav--jobs .c-page-nav-item:last-child {
	flex: 0 0 33.333%;
}

.c-page-nav--jobs .c-page-nav-item:nth-child(n + 4) {
	margin-top: 20px;
}

.c-page-nav--jobs .c-page-nav-link,
.c-page-nav--jobs .c-page-nav-item .c-page-nav-link,
.c-page-nav--jobs .c-page-nav-item:nth-child(odd) .c-page-nav-link,
.c-page-nav--jobs .c-page-nav-item:nth-child(even) .c-page-nav-link {
	gap: 12px;
	padding: 12px 8px;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: -0.02em;
	border-top: none;
	border-right: 2px solid var(--color-primary);
	border-bottom: 2px solid var(--color-primary);
	border-left: none;
}

.c-page-nav--jobs .c-page-nav-item:first-child .c-page-nav-link {
	border-left: none;
}

.c-page-nav--jobs .c-page-nav-item:nth-child(3) .c-page-nav-link,
.c-page-nav--jobs .c-page-nav-item:nth-child(6) .c-page-nav-link {
	border-right: none;
}

.c-page-nav--jobs .c-page-nav-arrow {
	display: none;
}

/* @media (max-width: 991px) {
    .c-page-nav--jobs .c-page-nav-item:first-child .c-page-nav-link {
        background-color: var(--color-primary);
        color: var(--color-bg-base);
    }
} */
@media (width >= 768px) {
	.c-page-nav--jobs {
		margin-top: 80px;
	}

	.c-page-nav--jobs .c-page-nav-item:nth-child(n + 4) {
		margin-top: 30px;
	}

	.c-page-nav--jobs .c-page-nav-link,
	.c-page-nav--jobs .c-page-nav-item .c-page-nav-link,
	.c-page-nav--jobs .c-page-nav-item:nth-child(odd) .c-page-nav-link,
	.c-page-nav--jobs .c-page-nav-item:nth-child(even) .c-page-nav-link {
		gap: 12px;
		padding: 24px;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: normal;
	}
}

@media (width >= 992px) {
	.c-page-nav--jobs {
		margin-top: 100px;
	}

	.c-page-nav--jobs .c-page-nav-list {
		justify-content: center;
	}

	.c-page-nav--jobs .c-page-nav-item,
	.c-page-nav--jobs .c-page-nav-item:last-child {
		flex: 0 0 25%;
	}

	.c-page-nav--jobs .c-page-nav-item:nth-child(n + 4) {
		margin-top: 0;
	}

	.c-page-nav--jobs .c-page-nav-item:nth-child(n + 5) {
		margin-top: 80px;
	}

	.c-page-nav--jobs .c-page-nav-link,
	.c-page-nav--jobs .c-page-nav-item .c-page-nav-link,
	.c-page-nav--jobs .c-page-nav-item:nth-child(odd) .c-page-nav-link,
	.c-page-nav--jobs .c-page-nav-item:nth-child(even) .c-page-nav-link {
		padding-right: 56px;
		font-size: 1.8rem;
		border-top: none;
		border-right: 2px solid var(--color-primary);
		border-bottom: 2px solid var(--color-primary);
		border-left: none;
	}

	.c-page-nav--jobs .c-page-nav-item:nth-child(4) .c-page-nav-link,
	.c-page-nav--jobs .c-page-nav-item:nth-child(7) .c-page-nav-link {
		border-right: none;
	}

	.c-page-nav--jobs .c-page-nav-link .c-page-nav-arrow {
		display: block;
	}
}

.p-jobs-page {
	padding-top: 50px;
	overflow: hidden;
	background: transparent;
}

.p-job-section {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 50px 0;
	margin-bottom: 0;
}

.p-job-section--right {
	background: linear-gradient(
		270deg,
		rgb(255 255 255 / 0%) 0%,
		rgb(255 255 255 / 50%) 100%
	);
	border-radius: 16px;
}

.p-job-section--left {
	background: linear-gradient(
		270deg,
		rgb(0 117 210 / 0%) 0%,
		rgb(0 117 210 / 15%) 100%
	);
	border-radius: 16px;
}

.p-job-section-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	margin: 0 auto;
}

.p-job-section-content {
	display: contents;
}

.p-job-section-title {
	display: flex;
	gap: 15px;
	align-items: baseline;
	order: 1;
	width: 100%;
	padding-bottom: 12px;
	margin-bottom: 0;
	font-size: 2.1rem;
	line-height: 1;
	border-bottom: 1px solid var(--color-primary);
}

.p-job-section-img-box {
	position: relative;
	z-index: 1;
	order: 2;
	width: 100%;
	margin-top: 0;
}

.p-job-section-desc {
	order: 3;
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: 1.7;
	color: var(--color-text-main);
}

.c-job-details {
	order: 4;
	background: var(--color-bg-base);
	border-radius: 8px;
}

.p-job-section-img-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 16px;
}

.p-job-section-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-job-section-en {
	display: block;
	font-family: var(--font-family-en);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	color: var(--color-primary);
	pointer-events: none;
}

.c-job-details-title {
	padding: 15px 20px;
	line-height: 1;
	text-align: center;
	background: #cce3f6;
	border-radius: 8px 8px 0 0;
}

.c-job-details-list {
	padding: 20px;
	margin: 0;
	list-style: none;
}

.c-job-details-item {
	position: relative;
	line-height: 1.6;
	color: var(--color-text-main);
}

.c-job-details--block .c-job-details-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.c-job-details--block .c-job-details-item {
	padding-left: 25px;
}

.c-job-details--block .c-job-details-item::before {
	position: absolute;
	top: 12px;
	left: 0;
	width: 16px;
	height: 1px;
	content: "";
	background-color: var(--color-primary);
}

.c-job-details--inline .c-job-details-list {
	display: flex;
	flex-flow: row wrap;
	gap: 8px 16px;
}

.c-job-details--inline .c-job-details-item {
	padding-left: 12px;
}

.c-job-details--inline .c-job-details-item::before {
	position: absolute;
	top: 50%;
	left: 2px;
	width: 4px;
	height: 4px;
	content: "";
	background-color: var(--color-text-main);
	border-radius: 50%;
	transform: translateY(-50%);
}

@media (width >= 768px) {
	.p-jobs-page {
		padding-top: 120px;
	}

	.p-job-section {
		height: auto;
		min-height: 880px;
		padding: 130px 0;
		overflow-x: hidden;
	}

	.p-job-section-inner {
		position: relative;
		flex-direction: row;
		gap: 6%;
		align-items: center;
		justify-content: space-between;
		height: auto;
		min-height: 100%;
		padding: 0;
	}

	.p-job-section-content {
		position: relative;
		z-index: 2;
		display: block;
		flex: 1;
		min-width: 0;
		margin-left: 30px;
	}

	.p-job-section--left .p-job-section-content {
		margin-right: 30px;
		margin-left: 0;
	}

	.p-job-section--left .p-job-section-inner {
		flex-direction: row-reverse;
	}

	.p-job-section-title {
		display: block;
		order: initial;
		padding-bottom: 20px;
		margin-bottom: 40px;
		font-size: 4rem;
	}

	.p-job-section-desc {
		order: initial;
		margin-bottom: 40px;
		font-size: 1.6rem;
		line-height: 2;
	}

	.p-job-section-img-box {
		position: relative;
		z-index: 1;
		flex-shrink: 0;
		width: 50%;
		height: 560px;
	}

	.p-job-section-img-wrap {
		height: 100%;
		border-radius: 0;
	}

	.p-job-section--right .p-job-section-img-wrap {
		border-radius: 16px 0 0 16px;
	}

	.p-job-section--left .p-job-section-img-wrap {
		border-radius: 0 16px 16px 0;
	}

	.p-job-section-en {
		z-index: -1;
		display: block;
		width: 100vw;
		margin-top: -15px;
		font-size: 8rem;
		font-weight: 700;
		color: rgb(255 255 255 / 50%);
		white-space: nowrap;
		pointer-events: none;
	}

	.p-job-section--right .p-job-section-en {
		margin-left: calc(100% - 100vw);
		text-align: right;
	}

	.p-job-section--left .p-job-section-en {
		margin-left: 0;
		text-align: left;
	}

	.c-job-details {
		order: initial;
	}

	.c-job-details--inline .c-job-details-list {
		gap: 15px 24px;
	}
}

@media (width >= 992px) {
	.p-job-section-content {
		margin-left: 80px;
	}

	.p-job-section--left .p-job-section-content {
		margin-right: 80px;
	}

	.p-job-section-img-box {
		width: 55%;
	}

	.p-job-section-en {
		font-size: 10rem;
	}
}

@media (width >= 1301px) {
	.p-job-section-en {
		font-size: 14rem;
	}
}

@media (width >= 1401px) {
	.p-job-section-content {
		margin-left: 160px;
	}

	.p-job-section--left .p-job-section-content {
		margin-right: 160px;
		margin-left: 0;
	}
}

.p-data-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.p-data-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 25px;
	margin-bottom: 25px;
}

.p-data-card {
	position: relative;
	padding: 30px 24px;
	text-align: left;
	background-color: rgb(255 255 255 / 40%);
	backdrop-filter: blur(10px);
	border: 1px solid rgb(255 255 255 / 50%);
	border-radius: 8px;
}

.p-data-card-icon {
	position: absolute;
	top: 24px;
	right: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 60px;
	background-color: var(--color-bg-base);
	border-radius: 50%;
}

.p-data-card-icon img {
	width: auto;
	height: 30px;
	object-fit: contain;
}

.p-data-card-title {
	margin: 65px 0 15px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	color: var(--color-primary);
}

.p-data-card-num-wrap {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}

.p-data-card-num {
	font-family: var(--font-family-en);
	font-size: 8rem;
	font-weight: 400;
	line-height: 1;
}

.p-data-card-num[data-target="100"] {
	display: inline-block;
	transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: scale(0.5);
}

.p-data-card-num[data-target="100"].is-active {
	transform: scale(1);
}

.p-data-card-num[data-target="100"] + .p-data-card-unit {
	margin-left: 10px;
}

.p-data-card-unit {
	margin-left: 8px;
	font-size: 2rem;
}

.p-data-card-note {
	margin: 0;
}

.p-data-table-card {
	position: relative;
	padding: 30px 24px;
	background-color: rgb(255 255 255 / 40%);
	backdrop-filter: blur(10px);
	border: 1px solid rgb(255 255 255 / 50%);
	border-radius: 8px;
}

.p-data-table,
.p-benefits-welfare-table {
	width: 100%;
	margin-top: 25px;
	table-layout: fixed;
	border-collapse: collapse;
}

.p-data-table th,
.p-data-table td,
.p-benefits-welfare-table th,
.p-benefits-welfare-table td {
	padding: 15px 10px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid rgb(51 51 51 / 35%);
	border-right: 1px solid rgb(51 51 51 / 35%);
}

.p-data-table th,
.p-data-table td {
	width: 25%;
}

.p-benefits-welfare-table th,
.p-benefits-welfare-table td {
	width: 20%;
}

.p-data-table th:last-child,
.p-data-table td:last-child,
.p-benefits-welfare-table th:last-child,
.p-benefits-welfare-table td:last-child {
	border-right: none;
}

.p-data-table th,
.p-benefits-welfare-table th {
	font-weight: 400;
}

.p-data-table tr:last-child td,
.p-benefits-welfare-table tr:last-child td {
	border-bottom: 1px solid rgb(51 51 51 / 35%);
}

.p-data-table-num,
.p-benefits-welfare-table-num {
	font-family: var(--font-family-en);
	font-size: 2rem;
	font-weight: 400;
}

.p-data-chart-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 25px;
}

.p-data-chart-img {
	max-width: 100%;
	height: auto;
}

@media (width >= 768px) {
	.p-data-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.p-data-card {
		padding: 40px;
	}

	.p-data-card-title {
		font-size: 3rem;
	}

	.p-data-card-num {
		font-size: 11.2rem;
	}

	.p-data-card-unit {
		font-size: 3.2rem;
	}

	.p-data-table-card {
		padding: 40px;
	}

	.p-data-table-num,
	.p-benefits-welfare-table-num {
		font-size: 3rem;
	}
}

@media (width >= 992px) {
	.p-data-content {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.p-data-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.p-data-card-title {
		margin-top: 90px;
	}

	.p-data-card-icon {
		top: 30px;
		right: 30px;
		width: 95px;
		height: 80px;
	}

	.p-data-card-icon img {
		height: 40px;
	}

	.p-data-table th,
	.p-data-table td {
		padding: 15px 8px;
		font-size: 1.4rem;
	}

	.p-data-table-num {
		font-size: clamp(2.4rem, 2.1vw, 4rem);
	}
}

@media (width >= 1180px) {
	.p-data-cards {
		grid-template-columns: repeat(3, 1fr);
	}

	.p-data-card-title {
		font-size: 4rem;
	}

	.p-data-table {
		width: 100%;
	}

	.p-benefits-welfare-table-num {
		font-size: 4rem;
	}
}

@media (width >= 1300px) {
	.p-data-table th,
	.p-data-table td {
		padding: 15px 16px;
		font-size: 1.6rem;
	}
}

.p-benefits-event,
.p-benefits-welfare {
	padding-top: 80px;
}

.p-benefits-welfare {
	padding-bottom: 80px;
	background: linear-gradient(
			0deg,
			rgb(255 255 255 / 50%),
			rgb(255 255 255 / 50%)
		),
		linear-gradient(
			180deg,
			rgb(0 117 210 / 0%) 0%,
			rgb(0 117 210 / 40%) 100%
		);
	border-radius: 16px;
}

.p-benefits-event-list {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}

.p-benefits-event-item {
	position: relative;
	padding: 60px 0;
	overflow-x: hidden;
	border-radius: 16px;
}

.p-benefits-event-item:nth-child(odd) {
	background: rgb(255 255 255 / 20%);
}

.p-benefits-event-item:nth-child(even) {
	background: rgb(0 117 210 / 5%);
}

.p-benefits-event-item-title {
	margin-bottom: 12px;
	font-size: 2.4rem;
}

.p-benefits-event-item-desc {
	margin-bottom: 24px;
	line-height: 1.7;
	color: var(--color-text-main);
}

.p-benefits-event-image-wrap {
	overflow: hidden;
	border-radius: 6px;
}

@media (width <= 991px) {
	.p-benefits-event-images .swiper-wrapper {
		margin-bottom: 30px;
	}
}

.p-benefits-event-image-wrap img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.p-benefits-event-item-en {
	display: none;
}

.p-benefits-welfare-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 40px;
}

.p-benefits-welfare-sp-img {
	aspect-ratio: 4 / 3;
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: 16px;
}

.p-benefits-welfare-sp-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-benefits-welfare-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 24px;
	margin-bottom: 25px;
	background: var(--color-bg-base);
	border-radius: 16px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 2%);
}

.p-benefits-welfare-num-wrap {
	position: relative;
	display: flex;
	flex-shrink: 0;
	padding: 0 24px 12px;
	margin: 0 -24px;
}

.p-benefits-welfare-num-wrap::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background-color: #b8dfff;
}

.p-benefits-welfare-num {
	font-family: var(--font-family-en);
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
	color: rgb(0 117 210 / 20%);
	letter-spacing: 0;
	writing-mode: horizontal-tb;
}

.p-benefits-welfare-content {
	flex-grow: 1;
}

.p-benefits-welfare-title {
	margin-bottom: 12px;
	font-size: 2.8rem;
	line-height: 1.3;
}

.p-benefits-welfare-desc {
	line-height: 2;
}

.p-benefits-welfare-table {
	width: auto;
	margin-top: 25px;
}

.p-benefits-welfare-table th,
.p-benefits-welfare-table td {
	padding: 8px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid rgb(51 51 51 / 35%);
	border-right: 1px solid rgb(51 51 51 / 35%);
}

.p-benefits-welfare-menu {
	max-width: 540px;
	padding: 0;
	margin-top: 30px;
	background: none;
}

.p-benefits-welfare-menu-title {
	display: flex;
	gap: 16px;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}

.p-benefits-welfare-menu-title::after {
	flex-grow: 1;
	height: 1px;
	content: "";
	background-color: var(--color-text-main);
}

.p-benefits-welfare-menu-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.p-benefits-welfare-menu-item {
	position: relative;
	padding-left: 18px;
	line-height: 1.5;
	color: var(--color-text-main);
}

.p-benefits-welfare-menu-item::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	content: "";
	background-color: var(--color-primary);
	border-radius: 50%;
	transform: translateY(-50%);
}

@media (width >= 768px) {
	.p-benefits-event,
	.p-benefits-welfare {
		padding-top: 100px;
	}

	.p-benefits-welfare {
		padding-bottom: 120px;
	}

	.p-benefits-event-item {
		padding: 150px 0;
	}

	.p-benefits-event-item-title {
		font-size: 4rem;
	}

	.p-benefits-event-item-desc {
		margin-bottom: 35px;
	}

	.p-benefits-event-images {
		gap: 20px;
	}

	.p-benefits-event-image-wrap {
		border-radius: 12px;
	}

	.p-benefits-event-item-en {
		position: absolute;
		top: 50%;
		right: 10px;
		display: flex;
		font-family: var(--font-family-en);
		font-size: 12rem;
		font-weight: 700;
		line-height: 1;
		color: rgb(0 117 210 / 5%);
		white-space: nowrap;
		pointer-events: none;
		writing-mode: vertical-rl;
		transform: translateY(-50%);
	}

	.p-benefits-welfare-item {
		flex-direction: row;
		gap: 30px;
		align-items: stretch;
		padding: 60px 30px 60px 0;
	}

	.p-benefits-welfare-num-wrap {
		width: 80px;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		margin: -60px 0;
	}

	.p-benefits-welfare-num-wrap::after {
		inset: 0 0 auto auto;
		width: 1px;
		height: 100%;
	}

	.p-benefits-welfare-num {
		margin-top: 20px;
		font-size: 4rem;
		line-height: 2;
		writing-mode: vertical-lr;
	}

	.p-benefits-welfare-title {
		margin-bottom: 20px;
		font-size: 3.4rem;
	}

	.p-benefits-welfare-table {
		margin-top: 40px;
	}

	.p-benefits-welfare-table th,
	.p-benefits-welfare-table td {
		padding: 15px 16px;
	}

	.p-benefits-welfare-menu-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px 40px;
	}
}

@media (width >= 992px) {
	.p-benefits-event-item-content {
		max-width: 50%;
	}

	.p-benefits-event-images {
		padding: 0;
	}

	.p-benefits-event-images .swiper-wrapper {
		display: flex;
		gap: 20px;
	}

	.p-benefits-event-image-wrap {
		flex: 1;
		border-radius: 12px;
	}

	.p-benefits-event-item-en {
		font-size: 12rem;
	}

	.p-benefits-welfare-container {
		flex-direction: row;
		gap: 60px;
	}

	.p-benefits-welfare-left {
		flex-shrink: 0;
		width: 364px;
	}

	.p-benefits-welfare-sticky {
		position: sticky;
		top: 80px;
		display: flex;
		align-items: flex-start;
		height: calc(100vh - 160px);
	}

	.p-benefits-welfare-img-container {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.p-benefits-welfare-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
		object-fit: cover;
		border-radius: 16px;
		opacity: 0;
		transition:
			opacity 0.4s ease,
			visibility 0.4s ease;
	}

	.p-benefits-welfare-img.is-active {
		z-index: 2;
		visibility: visible;
		opacity: 1;
	}

	.p-benefits-welfare-right {
		flex-grow: 1;
	}
}

@media (width >= 1401px) {
	.p-benefits-welfare-item {
		gap: 60px;
		padding: 60px 60px 60px 0;
	}

	.p-benefits-welfare-title {
		font-size: 4rem;
	}
}

.p-job-people {
	position: relative;
	z-index: 2;
	order: 5;
	width: 100%;
	min-width: 0;
	margin-top: 20px;
}

@media (width >= 992px) {
	.p-job-people {
		margin-top: 60px;
	}
}

.p-job-people-title {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 24px;
}

.p-job-people-title::after {
	flex: 1;
	height: 0.5px;
	content: "";
	background-color: var(--color-primary);
}

.p-job-people-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
	min-width: 0;
}

@media (width >= 768px) {
	.p-job-people-list {
		gap: 24px;
	}
}

@media (width >= 992px) {
	.p-job-people-list {
		gap: 36px;
	}
}

.p-job-people-card {
	box-sizing: border-box;
}

.p-job-people-list .p-job-people-card {
	width: calc(50% - 8px);
}

@media (width >= 768px) {
	.p-job-people-list .p-job-people-card {
		width: calc(50% - 12px);
	}
}

@media (width >= 992px) {
	.p-job-people-list .p-job-people-card {
		width: calc(50% - 18px);
	}
}

.p-job-people-slider-outer {
	position: relative;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.p-job-people-slider {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	overflow: hidden !important;
}

.p-job-people-slider .swiper-slide {
	box-sizing: border-box;
	height: auto;
}

.p-job-people-link {
	position: relative;
	display: block;
	padding-bottom: 12px;
	color: inherit;
	text-decoration: none;
}

.p-job-people-img-box {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background-color: #f7f7f7;
	border-radius: 16px;
}

.p-job-people-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-job-people-link:hover .p-job-people-img {
	transform: scale(1.06);
}

.p-job-people-info {
	display: flex;
	flex-direction: column;
	padding-right: 44px;
	margin-top: 16px;
}

.p-job-people-arrow {
	position: absolute;
	right: 0;
	bottom: 12px;
	box-sizing: border-box;
	display: inline-block;
	flex-shrink: 0;
	width: 34px;
	height: 30px;
	background-color: transparent;
	border: 1px solid var(--color-primary);
	border-radius: 17px / 15px;
	transition:
		background-color 0.3s,
		border-color 0.3s;
}

@media (width >= 768px) {
	.p-job-people-arrow {
		width: 40px;
		height: 35px;
		border-radius: 20px / 17.5px;
	}
}

.p-job-people-arrow::before {
	position: absolute;
	top: 50%;
	right: 9.5px;
	z-index: 1;
	width: 15px;
	height: 5px;
	pointer-events: none;
	content: "";
	background-color: var(--color-primary);
	mask: url(./img/arrow-vector.svg) repeat-x 0 center / 15px 5px;
	transition: background-color 0.3s;
	transform: translateY(-50%);
}

@media (width >= 768px) {
	.p-job-people-arrow::before {
		right: 11px;
		width: 17.5px;
		height: 6px;
		mask: url(./img/arrow-vector.svg) repeat-x 0 center / 17.5px 6px;
	}
}

.p-job-people-link:hover .p-job-people-arrow {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.p-job-people-link:hover .p-job-people-arrow::before {
	background-color: var(--color-bg-base);
	animation: arrow-scroll-xs 0.75s forwards;
}

@media (width >= 768px) {
	.p-job-people-link:hover .p-job-people-arrow::before {
		animation: arrow-scroll-sp 0.75s forwards;
	}
}

.p-job-people-prev,
.p-job-people-next {
	position: absolute;
	top: 0;
	z-index: 10;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-top: calc((100% - 16px) / 4);
	cursor: pointer;
	background-color: var(--color-bg-base);
	border: 1px solid var(--color-border);
	border-radius: 50%;
	outline: none;
	box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
	transition:
		background-color 0.3s,
		border-color 0.3s;
	transform: translateY(-50%);
}

@media (width >= 768px) {
	.p-job-people-prev,
	.p-job-people-next {
		margin-top: calc((100% - 24px) / 4);
	}
}

@media (width >= 992px) {
	.p-job-people-prev,
	.p-job-people-next {
		margin-top: calc((100% - 36px) / 4);
	}
}

.p-job-people-prev {
	left: -19px;
}

.p-job-people-next {
	right: -19px;
}

.p-job-people-prev::after,
.p-job-people-next::after {
	display: block;
	width: 9px;
	height: 12px;
	content: "";
	background-color: var(--color-primary);
	mask-image: url(img/arrow-next.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s;
}

.p-job-people-prev::after {
	transform: rotate(180deg);
}

.p-job-people-prev:hover,
.p-job-people-next:hover {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.p-job-people-prev:hover::after,
.p-job-people-next:hover::after {
	background-color: var(--color-bg-base);
}

.p-job-people-prev.swiper-button-disabled,
.p-job-people-next.swiper-button-disabled {
	pointer-events: none !important;
	opacity: 0 !important;
}

/* ==========================================================================
   Meet Our People (Page)
   ========================================================================== */
.p-people-page {
	width: 100%;
}

.p-people-page-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.p-people-page-card {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: linear-gradient(
		90deg,
		rgb(255 255 255 / 50%) 0%,
		rgb(255 255 255 / 0%) 100%
	);
	border-bottom: 1px solid var(--color-primary);
	border-radius: 0;
	box-shadow: none;
}

.p-people-page-card:hover {
	box-shadow: none;
}

.p-people-page-card--empty {
	display: none;
}

.p-people-page-link {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 90px 24px 30px;
	color: inherit;
	text-decoration: none;
}

.p-people-page-link:hover {
	opacity: 1;
}

.p-people-page-label {
	position: absolute;
	top: 23px;
	left: 24px;
	margin-bottom: 0;
	font-family: var(--font-family-en);
	font-size: 2.5rem;
	font-weight: 700;
	color: #a9d0f0;
}

.p-people-page-img-box {
	width: 100%;
	aspect-ratio: 1/1;
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: 16px;
	transform: translateZ(0);
}

.p-people-page-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.p-people-page-link:hover .p-people-page-img {
	transform: scale(1.05);
}

.p-people-page-title {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-people-page-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 20px;
	padding: 0;
}

.p-people-page-info-wrap {
	display: flex;
	flex-direction: column;
}

.p-people-page-name {
	display: block;
	font-family: var(--font-family-base);
	font-size: 2.4rem;
	font-weight: 400;
}

.p-people-page-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.5;
}

.p-people-page-meta span {
	display: inline-block;
}

.p-people-page-meta span:not(:last-child)::after {
	margin: 0 5px;
	content: "|";
}

.p-people-page-btn-wrap {
	padding-right: 1px;
}

/* View More Button Animations */
.p-people-page-link:hover .c-btn-text::after {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.p-people-page-link:hover .c-btn-text::before {
	background-color: var(--color-bg-base);
	animation: arrow-scroll-sp 0.75s forwards;
}

@media (width >= 768px) {
	.p-people-page-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.p-people-page-card:nth-child(odd) {
		border-right: 1px solid var(--color-primary);
	}

	.p-people-page-card--empty {
		display: block;
		pointer-events: none;
		background: transparent;
		border-bottom: 1px solid var(--color-primary);
	}

	.p-people-page-card--empty:nth-child(odd) {
		border-right: 1px solid var(--color-primary);
	}

	.p-people-page-link {
		padding: 120px 8% 100px;
	}

	.p-people-page-label {
		top: 24px;
		left: 24px;
		font-size: 4rem;
	}

	.p-people-page-img-box {
		margin-bottom: 40px;
	}

	.p-people-page-title {
		margin-bottom: 30px;
		font-size: 3.2rem;
	}

	.p-people-page-name {
		font-size: 3.2rem;
	}
}

@media (width >= 992px) {
	.p-people-page-body {
		flex-direction: row;
		gap: 20px;
		align-items: flex-end;
		justify-content: space-between;
	}

	.p-people-page-link:hover .c-btn-text::before {
		animation: arrow-scroll 0.75s forwards;
	}
}

@media (width >= 1200px) {
	.p-people-page-link {
		padding: 160px 10% 120px;
	}

	.p-people-page-title {
		margin-bottom: 32px;
		font-size: 4rem;
		line-height: 1.6;
	}

	.p-people-page-name {
		font-size: 4rem;
	}

	.p-people-page-body {
		align-items: center;
	}
}

/* ==========================================================================
   Interview Detail (Page)
   ========================================================================== */
.p-interview-detail {
	width: 100%;
	overflow-x: clip;
}

.p-interview-detail-top-block {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}

.p-interview-detail-hero {
	width: 100%;
	margin-top: 0;
}

.p-interview-detail-hero-img-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
	border-radius: 16px 16px 0 0;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.p-interview-detail-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-interview-detail-hero-content {
	position: absolute;
	bottom: 24px;
	left: 24px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.p-interview-detail-hero-label {
	display: block;
	margin-bottom: 12px;
	font-family: var(--font-family-en);
	color: var(--color-primary);
}

.p-interview-detail-hero-title {
	font-size: 1.8rem;
	line-height: 1.4;
	color: var(--color-bg-base);
	letter-spacing: 0.01em;
}

.p-interview-detail-title-line {
	display: block;
	width: fit-content;
	padding: 6px 16px;
	white-space: nowrap;
	background-color: var(--color-primary);
	opacity: 0;
	transform: translateX(-30px);
	animation: titleSlideInRight 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.p-interview-detail-title-line:nth-child(1) {
	animation-delay: 0.3s;
}

.p-interview-detail-title-line:nth-child(2) {
	animation-delay: 0.7s;
}

@keyframes titleSlideInRight {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.p-interview-detail-profile {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 0;
	background-image: url(img/interview_profile_bg.svg);
	background-repeat: repeat;
	border-radius: 0 0 16px 16px;
}

.p-interview-detail-profile-inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 40px 24px;
}

.p-interview-detail-profile-left {
	width: 100%;
}

.p-interview-detail-profile-dept {
	margin-bottom: 8px;
	color: var(--color-text-main);
}

.p-interview-detail-profile-name {
	font-family: var(--font-family-base);
	font-size: 3.2rem;
	color: var(--color-text-main);
}

.p-interview-detail-profile-divider {
	display: none;
	width: 1px;
	background-color: var(--color-primary);
}

.p-interview-detail-profile-right {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-interview-detail-profile-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.p-interview-detail-profile-heading {
	margin-bottom: 12px;
	font-family: var(--font-family-en);
	font-size: 1.8rem;
	color: var(--color-primary);
}

.p-interview-detail-profile-text {
	margin: 0;
	line-height: 2;
	color: var(--color-text-main);
}

/* 職種紹介はこちらボタン（Profile直下） */
.p-interview-detail-job-btn-wrap {
	margin-top: 16px;
}

@media (width >= 768px) {
	.p-interview-detail-job-btn-wrap {
		margin-top: 24px;
	}
}

.c-btn-job-intro {
	position: relative;
	box-sizing: border-box;
	display: inline-flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background-color: var(--color-primary);
	border-radius: 8px;
	transition:
		background-color 0.3s ease,
		opacity 0.3s ease;
}

@media (width >= 768px) {
	.c-btn-job-intro {
		padding: 10px 22px;
	}
}

.c-btn-job-intro:hover {
	opacity: 0.9;
}

.c-btn-job-intro-arrow {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	flex-shrink: 0;
	width: 22px;
	height: 18px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 11px / 9px;
	transition:
		background-color 0.3s,
		border-color 0.3s;
}

@media (width >= 768px) {
	.c-btn-job-intro-arrow {
		width: 26px;
		height: 22px;
		border-radius: 13px / 11px;
	}
}

.c-btn-job-intro-arrow::before {
	position: absolute;
	top: 50%;
	right: 6px;
	z-index: 1;
	width: 10px;
	height: 3.5px;
	pointer-events: none;
	content: "";
	background-color: #fff;
	mask: url(./img/arrow-vector.svg) repeat-x 0 center / 10px 3.5px;
	transition: background-color 0.3s;
	transform: translateY(-50%);
}

@media (width >= 768px) {
	.c-btn-job-intro-arrow::before {
		right: 7px;
		width: 12px;
		height: 4px;
		mask: url(./img/arrow-vector.svg) repeat-x 0 center / 12px 4px;
	}
}

.c-btn-job-intro:hover .c-btn-job-intro-arrow::before {
	animation: arrow-scroll-nano 0.75s forwards;
}

@media (width >= 768px) {
	.c-btn-job-intro:hover .c-btn-job-intro-arrow::before {
		animation: arrow-scroll-micro 0.75s forwards;
	}
}

/* 他の働く人を知るボタン（Group 03末尾） */
.p-interview-detail-other-btn-wrap {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-top: 40px;
}

@media (width >= 768px) {
	.p-interview-detail-other-btn-wrap {
		margin-top: 60px;
	}
}

.c-btn-other-people {
	position: relative;
	display: inline-flex;
	gap: 12px;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 500;
	color: #333;
	text-decoration: none;
}

@media (width >= 768px) {
	.c-btn-other-people {
		gap: 16px;
		font-size: 1.8rem;
	}
}

.c-btn-other-people-arrow {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	flex-shrink: 0;
	width: 40px;
	height: 35px;
	background-color: transparent;
	border: 1px solid var(--color-primary);
	border-radius: 20px / 17.5px;
	transition:
		background-color 0.3s,
		border-color 0.3s;
}

@media (width >= 768px) {
	.c-btn-other-people-arrow {
		width: 48px;
		height: 42px;
		border-radius: 24px / 21px;
	}
}

.c-btn-other-people-arrow::before {
	position: absolute;
	top: 50%;
	right: 11px;
	z-index: 1;
	width: 17.5px;
	height: 6px;
	pointer-events: none;
	content: "";
	background-color: var(--color-primary);
	mask: url(./img/arrow-vector.svg) repeat-x 0 center / 17.5px 6px;
	transition: background-color 0.3s;
	transform: translateY(-50%);
}

@media (width >= 768px) {
	.c-btn-other-people-arrow::before {
		right: 14px;
		width: 21px;
		height: 7px;
		mask: url(./img/arrow-vector.svg) repeat-x 0 center / 21px 7px;
	}
}

.c-btn-other-people:hover .c-btn-other-people-arrow {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.c-btn-other-people:hover .c-btn-other-people-arrow::before {
	background-color: var(--color-bg-base);
	animation: arrow-scroll-sp 0.75s forwards;
}

@media (width >= 768px) {
	.c-btn-other-people:hover .c-btn-other-people-arrow::before {
		animation: arrow-scroll 0.75s forwards;
	}
}

.p-interview-detail-marquee {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
}

.p-interview-detail-marquee-inner {
	display: flex;
	width: max-content;
	animation: marquee-scroll 25s linear infinite;
}

.p-interview-detail-marquee-inner span {
	padding-right: 40px;
	font-family: var(--font-family-en);
	font-size: 10rem;
	font-weight: 700;
	line-height: 1;
	color: rgb(255 255 255 / 50%);
}

.p-interview-detail-welfare {
	position: relative;
	width: 100%;
	padding: 150px 0;
}

.p-interview-detail-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-interview-detail-left {
	width: 100%;
}

.p-interview-detail-sticky {
	position: relative;
	width: 100%;
}

.p-interview-detail-img-container {
	position: relative;
	width: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
}

.p-interview-detail-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.p-interview-detail-right {
	display: flex;
	flex-direction: column;
	gap: 60px;
	width: 100%;
}

.p-interview-detail-group {
	position: relative;
	width: 100%;
	margin-top: 100px;
}

.p-interview-detail-group:first-child {
	margin-top: 0;
}

.p-interview-detail-sp-img {
	width: 100%;
	aspect-ratio: 4/3;
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
}

.p-interview-detail-sp-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-interview-detail-card {
	position: relative;
	padding: 30px 24px;
	background-color: var(--color-bg-base);
	border-radius: 16px;
}

.p-interview-detail-card-number {
	position: absolute;
	top: -115px;
	right: 0;
	z-index: -1;
	font-family: var(--font-family-en);
	font-size: 15rem;
	font-weight: 700;
	line-height: 1;
	color: rgb(255 255 255 / 50%);
	pointer-events: none;
	user-select: none;
}

.p-interview-detail-qa {
	position: relative;
	z-index: 2;
}

.p-interview-detail-qa:not(:last-child) {
	margin-bottom: 40px;
}

.p-interview-detail-q {
	position: relative;
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 16px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	color: var(--color-primary);
}

.p-interview-detail-q::before {
	display: block;
	flex-shrink: 0;
	width: 48px;
	height: 2px;
	margin-top: 1rem;
	content: "";
	background-color: var(--color-primary);
}

.p-interview-detail-a {
	margin: 0;
	line-height: 2;
	color: var(--color-text-main);
}

@keyframes marquee-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@media (width >= 768px) {
	.p-interview-detail-hero-img-wrap {
		max-height: min(75vh, 850px);
		aspect-ratio: 2/1;
	}

	.p-interview-detail-hero-title {
		font-size: 3.2rem;
		letter-spacing: 0.05em;
	}
}

@media (width >= 992px) {
	.p-interview-detail-top-block {
		margin-top: 100px;
	}

	.p-interview-detail-hero-content {
		bottom: 5vw;
		left: 5vw;
	}

	.p-interview-detail-hero-label {
		margin-bottom: 16px;
		font-size: 1.8rem;
	}

	.p-interview-detail-title-line {
		padding: 8px 24px;
	}

	.p-interview-detail-profile {
		padding: 0;
	}

	.p-interview-detail-profile-inner {
		flex-direction: row;
		gap: 8%;
		align-items: stretch;
		justify-content: space-between;
		padding: 80px 5vw;
	}

	.p-interview-detail-profile-left {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: auto;
	}

	.p-interview-detail-profile-name {
		font-size: 4rem;
	}

	.p-interview-detail-profile-divider {
		display: block;
	}

	.p-interview-detail-profile-right {
		flex: 1;
		gap: 30px;
	}

	.p-interview-detail-profile-block {
		gap: 0;
	}

	.p-interview-detail-marquee-inner span {
		font-size: 16rem;
	}

	.p-interview-detail-welfare {
		padding: 250px 0 150px;
	}

	.p-interview-detail-container {
		flex-direction: row;
		gap: 40px;
		align-items: flex-start;
		justify-content: space-between;
	}

	.p-interview-detail-left {
		flex: 0 0 45%;
		align-self: stretch;
		width: 45%;
	}

	.p-interview-detail-sticky {
		position: sticky;
		top: 120px;
	}

	.p-interview-detail-img-container {
		width: 100%;
		height: auto;
		aspect-ratio: 4/3;
	}

	.p-interview-detail-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
		object-fit: cover;
		opacity: 0;
		transition:
			opacity 0.4s ease,
			visibility 0.4s ease;
	}

	.p-interview-detail-img.is-active {
		z-index: 2;
		visibility: visible;
		opacity: 1;
	}

	.p-interview-detail-right {
		flex: 0 0 50%;
		gap: 120px;
		width: 50%;
	}

	.p-interview-detail-group {
		margin-top: 150px;
	}

	.p-interview-detail-group:first-child {
		margin-top: 0;
	}

	.p-interview-detail-card {
		padding: 60px 48px;
	}

	.p-interview-detail-card-number {
		top: -120px;
		right: -100px;
		font-size: 30rem;
	}
}

@media (width >= 1200px) {
	.p-interview-detail-hero-title {
		font-size: 4rem;
	}

	.p-interview-detail-marquee-inner span {
		font-size: 20rem;
	}

	.p-interview-detail-container {
		gap: 80px;
	}

	.p-interview-detail-left {
		flex: 0 0 47%;
		align-self: stretch;
		width: 47%;
	}

	.p-interview-detail-right {
		flex: 0 0 47%;
		width: 47%;
	}

	.p-interview-detail-card-number {
		top: -200px;
		right: -140px;
		font-size: 40rem;
	}
}

@media (width >= 1600px) {
	.p-interview-detail-card {
		padding: 100px 90px;
	}
}

/* ==========================================================================
   よくある質問 (FAQ)
   ========================================================================== */
.p-faq {
	padding: 60px 0;
}

.p-faq-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-faq-item {
	overflow: hidden;
	background-color: var(--color-bg-base);
	border-radius: 12px;
}

.p-faq-q {
	display: flex;
	gap: 16px;
	align-items: center;
	width: 100%;
	padding: 24px 20px;
	text-align: left;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
}

.p-faq-icon {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	flex-shrink: 0;
	width: 32px;
	height: 28px;
	background-color: transparent;
	border: 1px solid var(--color-primary);
	border-radius: 16px / 14px;
	transition:
		background-color 0.3s,
		border-color 0.3s;
}

.p-faq-icon-line {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background-color: var(--color-primary);
	transition:
		transform 0.3s,
		opacity 0.3s,
		background-color 0.3s;
	transform: translate(-50%, -50%) scale(0.5);
	backface-visibility: hidden;
}

.p-faq-icon-line:nth-child(1) {
	width: 30px;
	height: 2px;
}

.p-faq-icon-line:nth-child(2) {
	width: 2px;
	height: 24px;
}

.p-faq-q-text {
	font-family: var(--font-family-base);
	line-height: 1.5;
	color: var(--color-primary);
	transition: color 0.3s;
}

.p-faq-item.is-open .p-faq-icon {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.p-faq-item.is-open .p-faq-icon-line {
	background-color: var(--color-bg-base);
}

.p-faq-item.is-open .p-faq-icon-line:nth-child(2) {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg) scale(0.5);
}

/* ホバー時のアイコン背景・線色変更 */
.p-faq-q:hover .p-faq-icon {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.p-faq-q:hover .p-faq-icon-line {
	background-color: var(--color-bg-base);
}

.p-faq-a {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease-out;
}

.p-faq-a-inner {
	padding: 0 20px 24px 68px;

	/* 左側インデント：アイコン32px + ギャップ16px + トリガー左余白20px = 68px */
}

.p-faq-a-text {
	margin: 0;
	line-height: 1.8;
	color: var(--color-text-main);
}

@media (width >= 768px) {
	.p-faq {
		padding: 100px 0;
	}

	.p-faq-list {
		gap: 24px;
	}

	.p-faq-item {
		border-radius: 16px;
	}

	.p-faq-q {
		gap: 24px;
		padding: 40px 48px;
	}

	.p-faq-icon {
		width: 40px;
		height: 35px;
		border-radius: 20px / 17.5px;
	}

	.p-faq-icon-line:nth-child(1) {
		width: 40px;
		height: 2px;
	}

	.p-faq-icon-line:nth-child(2) {
		width: 2px;
		height: 32px;
	}

	.p-faq-q-text {
		font-size: 2rem;
	}

	.p-faq-a-inner {
		padding: 0 48px 40px 112px;

		/* 左側インデント：アイコン40px + ギャップ24px + トリガー左余白48px = 112px */
	}
}

/* ==========================================================================
   お知らせ一覧 (Information)
   ========================================================================== */
.p-information {
	padding: 60px 0;
}

.p-information-inner {
	width: 100%;
}

.p-information-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}

.p-information-item {
	overflow: hidden;
	background-color: var(--color-bg-base);
	border-radius: 8px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 2%);
	transition:
		box-shadow 0.3s,
		transform 0.3s;
}

.p-information-link {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 24px 20px;
	color: var(--color-text-main);
	text-decoration: none;
}

.p-information-link:hover {
	opacity: 1;
}

.p-information-meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 12px;
}

.p-information-date {
	position: relative;
	display: flex;
	align-items: center;
	width: calc(100% + 40px);
	padding: 0 20px 12px;
	margin: 0 -20px 10px;
	font-family: var(--font-family-en);
	font-weight: 400;
	color: var(--color-primary);
	border-bottom: 1px solid #b8dfff;
}

.p-information-label {
	display: inline-block;
	padding: 4px 8px;
	font-family: var(--font-family-base);
	line-height: 1.2;
	color: var(--color-text-main);
	white-space: nowrap;
	border: 0.5px solid var(--color-text-main);
	border-radius: 4px;
}

.p-information-title {
	padding-right: 58px;
	margin: 0;
	line-height: 1.5;
	color: var(--color-text-main);
}

.p-information-arrow {
	position: absolute;
	right: 20px;
	bottom: 24px;
	box-sizing: border-box;
	display: inline-block;
	flex-shrink: 0;
	width: 40px;
	height: 35px;
}

.p-information-arrow::after {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: transparent;
	border: 1px solid var(--color-primary);
	border-radius: 20px / 17.5px;
	transition:
		background-color 0.3s,
		border-color 0.3s;
}

.p-information-arrow::before {
	position: absolute;
	top: 50%;
	right: 11px;
	z-index: 1;
	width: 17.5px;
	height: 6px;
	pointer-events: none;
	content: "";
	background-color: var(--color-primary);
	mask: url(./img/arrow-vector.svg) repeat-x 0 center / 17.5px 6px;
	transition: background-color 0.3s;
	transform: translateY(-50%);
}

.p-information-link:hover .p-information-arrow::after {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.p-information-link:hover .p-information-arrow::before {
	background-color: var(--color-bg-base);
	animation: arrow-scroll-sp 0.75s forwards;
}

@media (width >= 768px) {
	.p-information {
		padding: 100px 0;
	}

	.p-information-list {
		gap: 24px;
	}

	.p-information-item {
		padding: 20px 0;
	}

	.p-information-link {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 30px;
	}

	.p-information-meta {
		flex-direction: row;
		gap: 15px;
		align-items: center;
		width: auto;
		height: 100%;
		margin-bottom: 0;
	}

	.p-information-date {
		width: 135px;
		height: 100%;
		padding: 0;
		margin: 0;
		border-bottom: none;
	}

	.p-information-date::after {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		width: 1px;
		height: 90px;
		content: "";
		background-color: #b8dfff;
		transform: translateY(-50%);
	}

	.p-information-label {
		padding: 4px 12px;
		margin-right: 40px;
	}

	.p-information-title {
		flex: 1;
		padding-right: 0;
		margin-right: 40px;
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.p-information-arrow {
		position: relative;
		right: auto;
		bottom: auto;
		width: 48px;
		height: 42px;
		margin-left: auto;
		transform: none;
	}

	.p-information-arrow::after {
		border-radius: 24px / 21px;
	}

	.p-information-arrow::before {
		right: 14px;
		width: 21px;
		height: 7px;
		mask: url(./img/arrow-vector.svg) repeat-x 0 center / 21px 7px;
	}

	.p-information-link:hover .p-information-arrow::before {
		animation: arrow-scroll 0.75s forwards;
	}
}

.c-page-nav--information {
	margin-top: 50px;
}

.c-page-nav--information .c-page-nav-list {
	flex-wrap: wrap;
}

.c-page-nav--information .c-page-nav-item {
	flex: 0 0 33.333%;
}

.c-page-nav--information .c-page-nav-item:nth-child(n + 4) {
	margin-top: 20px;
}

.c-page-nav--information .c-page-nav-link {
	gap: 12px;
	padding: 12px 8px;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: -0.02em;
	border-top: none;
	border-right: 2px solid var(--color-primary);
	border-bottom: 2px solid var(--color-primary);
	border-left: none;
}

.c-page-nav--information .c-page-nav-item:nth-child(3n) .c-page-nav-link {
	border-right: none;
}

.c-page-nav--information .c-page-nav-item:first-child .c-page-nav-link {
	border-left: none;
}

.c-page-nav--information .c-page-nav-arrow {
	transform: rotate(0deg);
}

.c-page-nav--information .c-page-nav-item.is-active .c-page-nav-arrow {
	background-color: var(--color-bg-base);
	transform: rotate(90deg);
}

.c-page-nav--information .c-page-nav-item.is-active .c-page-nav-link {
	color: var(--color-bg-base);
	background-color: var(--color-primary);
}

@media (width >= 768px) {
	.c-page-nav--information {
		margin-top: 80px;
	}

	.c-page-nav--information .c-page-nav-item:nth-child(n + 4) {
		margin-top: 30px;
	}
}

@media (width >= 992px) {
	.c-page-nav--information {
		margin-top: 100px;
	}

	.c-page-nav--information .c-page-nav-item:nth-child(n + 4) {
		margin-top: 80px;
	}

	.c-page-nav--information .c-page-nav-link {
		padding: 24px;
		padding-right: 56px;
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: normal;
	}

	.c-page-nav--information .c-page-nav-arrow {
		transform: translateY(-50%) rotate(0deg);
	}

	.c-page-nav--information .c-page-nav-item.is-active .c-page-nav-arrow {
		transform: translateY(-50%) rotate(90deg);
	}
}

.p-information-pagination {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 42px;
	font-family: var(--font-family-en);
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--color-text-main);
	text-decoration: none;
	background-color: transparent;
	border: none;
	transition:
		background-color 0.3s,
		color 0.3s,
		border-color 0.3s;
}

.wp-pagenavi span.pages {
	display: none;
}

.wp-pagenavi a:hover {
	color: var(--color-primary-dark);
	background-color: transparent;
}

.wp-pagenavi span.current {
	width: 48px;
	height: 42px;
	color: var(--color-bg-base);
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 24px / 21px;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
	position: relative;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border: 1px solid var(--color-primary);
	border-radius: 24px / 21px;
}

.wp-pagenavi a.nextpostslink::after,
.wp-pagenavi a.previouspostslink::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 17.5px;
	height: 6px;
	content: "";
	background-color: var(--color-primary);
	mask: url(./img/arrow-vector.svg) no-repeat center / contain;
	transition: background-color 0.3s;
	transform: translate(-50%, -50%);
}

.wp-pagenavi a.previouspostslink::after {
	transform: translate(-50%, -50%) scaleX(-1);
}

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
	background-color: var(--color-primary);
}

.wp-pagenavi a.nextpostslink:hover::after,
.wp-pagenavi a.previouspostslink:hover::after {
	background-color: var(--color-bg-base);
}

@media (width >= 768px) {
	.p-information-meta:not(:has(.p-information-label)) .p-information-date {
		margin-right: 40px;
	}
}

/* ==========================================================================
   お知らせ詳細 (single.php)
   ========================================================================== */
.p-entry {
	padding: 60px 0;
}

.p-entry-card {
	padding: 40px 20px;
	margin-bottom: 60px;
	background-color: var(--color-bg-base);
	border-radius: 16px;
}

.p-entry-header {
	margin-bottom: 30px;
}

.p-entry-meta {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 16px;
}

.p-entry-date {
	font-family: var(--font-family-en);
	font-size: 1.8rem;
	color: var(--color-primary);
}

.p-entry-label {
	padding: 4px 10px;
	font-family: var(--font-family-base);
	line-height: 1.2;
	color: var(--color-text-main);
	border: 0.5px solid var(--color-text-main);
	border-radius: 4px;
}

.p-entry-title {
	margin: 0 0 20px;
	font-size: 2.4rem;
	line-height: 1.4;
	color: var(--color-text-main);
}

.p-entry-line {
	width: 100%;
	height: 1px;
	background-color: #b8dfff;
}

.p-entry-navigation {
	width: 100%;
}

.p-entry-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	width: 100%;
}

.p-entry-nav-item {
	flex: 0 0 auto;
}

.p-entry-nav-link {
	display: flex;
	gap: 8px;
	align-items: center;
	font-family: var(--font-family-en);
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--color-text-main);
	text-decoration: none;
	transition: color 0.3s;
}

.p-entry-nav-link.is-disabled {
	pointer-events: none;
	opacity: 0.3;
}

.p-entry-nav-arrow {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	flex-shrink: 0;
	width: 30px;
	height: 26px;
}

.p-entry-nav-arrow::after {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: transparent;
	border: 1px solid var(--color-primary);
	border-radius: 15px / 13px;
	transition:
		background-color 0.3s,
		border-color 0.3s;
}

.p-entry-nav-arrow::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 13.5px;
	height: 5px;
	pointer-events: none;
	content: "";
	background-color: var(--color-primary);
	mask: url(./img/arrow-vector.svg) no-repeat center / contain;
	transition: background-color 0.3s;
	transform: translate(-50%, -50%);
}

.p-entry-nav-arrow--prev::before,
.p-entry-nav-arrow--list::before {
	transform: translate(-50%, -50%) scaleX(-1);
}

.p-entry-nav-link:not(.is-disabled):hover {
	color: var(--color-primary);
}

.p-entry-nav-link:not(.is-disabled):hover .p-entry-nav-arrow::after {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.p-entry-nav-link:not(.is-disabled):hover .p-entry-nav-arrow::before {
	background-color: var(--color-bg-base);
}

@media (width >= 768px) {
	.p-entry {
		padding: 100px 0;
	}

	.p-entry-card {
		padding: 80px 60px;
		margin-bottom: 80px;
	}

	.p-entry-nav {
		gap: 40px;
	}

	.p-entry-nav-link {
		gap: 16px;
		font-size: 1.8rem;
	}

	.p-entry-nav-arrow {
		width: 48px;
		height: 42px;
	}

	.p-entry-nav-arrow::after {
		border-radius: 24px / 21px;
	}

	.p-entry-nav-arrow::before {
		width: 21px;
		height: 7px;
	}
}

@media (width >= 992px) {
	.p-entry-card {
		padding: 80px 135px;
	}

	.p-entry-title {
		font-size: 4rem;
	}

	.p-entry-nav {
		gap: 80px;
		justify-content: center;
		padding: 0;
	}
}

/* ==========================================================================
   キャリア採用エントリーフォーム (page-career-entry.php)
   ========================================================================== */
.p-career-entry,
.p-entry-form {
	padding: 60px 0;
}

.p-career-entry-card {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
}

.p-career-entry-bottom-entry {
	margin-top: -60px;
}

.p-form-list {
	display: flex;
	flex-direction: column;
}

.p-form-row {
	padding: 24px 0;
	border-bottom: 1px solid #b8dfff;
}

.p-form-row:first-child {
	padding-top: 0;
}

.p-form-head-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	margin-bottom: 12px;
}

.p-form-head {
	display: flex;
	gap: 12px;
	align-items: center;
}

.p-form-label {
	font-family: var(--font-family-base);
	font-size: 1.8rem;
	color: var(--color-primary);
}

.p-form-badge {
	flex-shrink: 0;
	padding: 8px 12px;
	line-height: 1;
	border-radius: 20px;
}

.p-form-badge--required {
	color: #fff;
	background-color: var(--color-primary);
}

.p-form-badge--optional {
	color: #fff;
	background-color: #686868;
}

.p-form-note {
	margin-top: 0;
	line-height: 1.6;
}

.p-form-body {
	position: relative;
	width: 100%;
}

/* 入力要素共通スタイル */
.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}

.p-form-body input[type="text"],
.p-form-body input[type="email"],
.p-form-body select,
.p-form-body textarea {
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	padding: 12px 16px;
	font-family: var(--font-family-base);
	background-color: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 8px;
	outline: none;
	transition:
		border-color 0.3s,
		box-shadow 0.3s;
}

.p-form-body input:focus,
.p-form-body select:focus,
.p-form-body textarea:focus {
	border-color: var(--color-primary-hover);
	box-shadow: 0 0 0 3px rgb(0 117 210 / 10%);
}

/* プレースホルダー色調整 */
.p-form-body input::placeholder,
.p-form-body textarea::placeholder {
	color: #999;
}

/* セレクトボックスの矢印装飾 */
.p-form-body select {
	padding-right: 50px;
	appearance: none;
	background-image: url(img/arrow-select.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 21px 16px;
}

.p-form-body textarea {
	height: 200px;
	resize: vertical;
}

/* 各入力欄グループ（お名前 姓・名） */
.p-form-cols {
	display: flex;
	flex-direction: row !important;
	gap: 16px;
	width: 100%;
}

.p-form-col {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 4px;
}

.p-form-cols .wpcf7-form-control-wrap {
	display: block !important;
	width: 100% !important;
}

/* 生年月日 */
.p-form-birth {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	width: 100%;
}

.p-form-birth-select-wrap {
	display: flex;
	gap: 8px;
	align-items: end;
	width: 100%;
}

.p-form-birth-select-wrap .wpcf7-form-control-wrap {
	display: inline-block !important;
	flex: 1 !important;
	width: auto !important;
}

.p-form-birth select {
	width: 100%;
}

.p-form-birth-unit {
	flex-shrink: 0;
}

/* 郵便番号 */
.p-form-zip {
	display: flex;
	flex-wrap: nowrap !important;
	gap: 8px;
	align-items: center;
	width: 100%;
}

.p-form-zip span.wpcf7-form-control-wrap.zip-1,
.p-form-zip span.wpcf7-form-control-wrap.zip-1 input {
	display: inline-block !important;
	flex: 0 0 80px !important;
	width: 80px !important;
	max-width: 80px !important;
}

.p-form-zip span.wpcf7-form-control-wrap.zip-2,
.p-form-zip span.wpcf7-form-control-wrap.zip-2 input {
	display: inline-block !important;
	flex: 0 0 100px !important;
	width: 100px !important;
	max-width: 100px !important;
}

.p-form-zip input {
	text-align: center;
}

.p-form-zip-hyphen {
	flex-shrink: 0;
}

.p-form-btn-zip {
	flex-shrink: 0;
	height: 54px;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	transition:
		background-color 0.3s,
		color 0.3s;
}

.p-form-btn-zip:hover {
	color: #fff;
	background-color: var(--color-primary);
}

/* 電話番号 */
.p-form-tel {
	display: flex;
	flex-wrap: nowrap !important;
	gap: 8px;
	align-items: center;
	width: 100%;
}

.p-form-tel .wpcf7-form-control-wrap {
	display: inline-block !important;
	flex: 0 0 80px !important;
	width: 80px !important;
}

.p-form-tel input {
	width: 100%;
	text-align: center;
}

.p-form-tel-hyphen {
	flex-shrink: 0;
}

/* ラジオボタンのカスタマイズ */
.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 24px;
	align-items: center;
}

@media (width >= 992px) {
	.wpcf7-radio {
		gap: 15px 40px;
	}
}

.wpcf7-list-item {
	display: inline-flex;
	align-items: center;
	margin: 0 !important;
}

.wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	width: 100%;
	cursor: pointer;
}

.wpcf7-list-item-label {
	pointer-events: none !important;
}

.wpcf7-list-item input[type="radio"] {
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	appearance: none;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 50%;
	outline: none;
}

.wpcf7-list-item input[type="radio"]:checked::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	content: "";
	background-color: var(--color-primary);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

/* ファイル添付 */
.p-form-file {
	position: relative;
	box-sizing: border-box;
	display: flex;
	gap: 16px;
	align-items: center;
	width: 100%;
	padding: 15px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 8px;
}

.p-form-file .wpcf7-form-control-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.p-form-file input[type="file"] {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.p-form-file::before {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	padding: 10px;
	color: var(--color-text-main);
	cursor: pointer;
	content: "ファイルを選択";
	background-color: #d9d9d9;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	transition: background-color 0.3s;
}

.p-form-file:hover::before {
	background-color: #ccc;
}

.p-form-file-name {
	color: #888;
	word-break: break-all;
	user-select: none;
}

/* ファイルクリアとラッパー */
.p-form-file-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	width: 100%;
}

.p-form-file-clear {
	flex-shrink: 0;
	height: 38px;
	padding: 0 16px;
	color: #ff3b30;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #ff3b30;
	border-radius: 4px;
	transition:
		background-color 0.3s,
		color 0.3s;
}

.p-form-file-clear:hover {
	color: #fff;
	background-color: #ff3b30;
}

@media (width >= 992px) {
	.p-form-file-clear {
		height: 48px;
		padding: 0 20px;
	}
}

/* 補足ノート・カウンタ */
.p-form-note {
	line-height: 1.6;
	color: var(--color-text-muted);
}

.p-form-counter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
}

.p-form-counter .p-form-note {
	margin-top: 0;
}

.p-form-char-count {
	color: var(--color-text-muted);
}

/* 個人情報の取り扱い */
.p-form-privacy {
	margin-top: 40px;
}

.p-form-privacy-head {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 20px;
}

.p-form-privacy-box {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	overflow-y: visible;
	line-height: 1.8;
}

.p-form-privacy-box a {
	color: var(--color-primary);
	text-decoration: underline;
}

.p-form-privacy-box a:hover {
	text-decoration: none;
}

.p-form-privacy-check {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 24px;
	cursor: pointer;
}

.p-form-privacy-check * {
	cursor: pointer;
}

.p-form-privacy-check .wpcf7-form-control-wrap {
	display: inline-block !important;
	width: auto !important;
}

.p-form-privacy-check .wpcf7-list-item {
	margin: 0;
}

.p-form-privacy-check .wpcf7-list-item label {
	display: inline-flex !important;
	gap: 12px !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer;
}

.p-form-privacy-check input[type="checkbox"] {
	position: relative;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	margin: 0;
	appearance: none;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 4px;
	outline: none;
}

.p-form-privacy-check input[type="checkbox"]:checked::after {
	position: absolute;
	top: 3px;
	left: 8px;
	width: 6px;
	height: 12px;
	content: "";
	border: solid var(--color-primary);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* アクションボタンエリア */
.p-form-submit-block {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

/* 「入力内容の確認」ボタン */
.p-form-btn-confirm {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 64px;
	font-size: 1.8rem;
	color: #fff;
	cursor: pointer;
	background-color: var(--color-primary);
	border: none;
	border-radius: 32px;
	transition:
		background-color 0.3s,
		opacity 0.3s;
}

.p-form-btn-confirm:hover {
	background-color: var(--color-primary-hover);
}

.p-form-btn-confirm:disabled {
	color: #686868;
	cursor: not-allowed;
	background-color: #d9d9d9;
}

/* ==========================================================================
   確認画面（.is-confirm）時の表示制御
   ========================================================================== */
.p-form-confirm-val {
	display: none;

	/* 通常時は非表示 */
}

.p-form-confirm-btns {
	display: none;

	/* 通常時は非表示 */
}

/* 確認画面表示中のトグル */
.wpcf7-form.is-confirm .p-form-body input,
.wpcf7-form.is-confirm .p-form-body select,
.wpcf7-form.is-confirm .p-form-body textarea,
.wpcf7-form.is-confirm .p-form-body .p-form-cols,
.wpcf7-form.is-confirm .p-form-body .p-form-birth,
.wpcf7-form.is-confirm .p-form-body .p-form-zip,
.wpcf7-form.is-confirm .p-form-body .p-form-tel,
.wpcf7-form.is-confirm .p-form-body .p-form-file,
.wpcf7-form.is-confirm .p-form-body .wpcf7-list-item,
.wpcf7-form.is-confirm .p-form-body .p-form-file-clear,
.wpcf7-form.is-confirm .p-form-body .p-form-file-wrapper,
.wpcf7-form.is-confirm .p-form-counter,
.wpcf7-form.is-confirm .p-form-note,
.wpcf7-form.is-confirm .p-form-privacy,
.wpcf7-form.is-confirm .p-form-btn-confirm {
	display: none !important;

	/* 入力パーツ群を完全に隠す */
}

.wpcf7-form.is-confirm .p-form-confirm-val {
	display: flex;
	align-items: center;
	min-height: 54px;
	padding: 12px 16px;

	/* 確認用テキストのみ表示 */
	line-height: 1.8;
	background-color: #f4f8fc;
	border-radius: 8px;
}

.wpcf7-form.is-confirm .p-form-confirm-btns {
	display: flex;
	gap: 30px;

	/* 確認・修正ボタンを表示 */
	justify-content: center;
	width: 100%;
	text-align: center;
}

.p-form-btn-back {
	width: 180px;
	height: 64px;
	font-size: 1.8rem;
	color: var(--color-primary);
	cursor: pointer;
	background-color: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 8px;
	transition:
		background-color 0.3s,
		color 0.3s;
}

.p-form-btn-back:hover {
	color: #fff;
	background-color: var(--color-primary);
}

.p-form-btn-submit {
	width: 240px;
	height: 64px;
	font-size: 1.8rem;
	color: #fff;
	cursor: pointer;
	background-color: var(--color-primary);
	border: none;
	border-radius: 8px;
	transition: background-color 0.3s;
}

.p-form-btn-submit:hover {
	background-color: var(--color-primary-hover);
}

/* エラーメッセージ（Contact Form 7）のレイアウト補正 */
.wpcf7-not-valid-tip {
	margin-top: 8px;
	color: #f00;
}

.wpcf7-response-output {
	padding: 15px 20px !important;
	margin: 30px 0 0 !important;
	border-radius: 8px !important;
}

/* ==========================================================================
   レスポンシブ表示（TB / PC）
   ========================================================================== */
@media (width >= 768px) {
	.p-career-entry,
	.p-entry-form {
		padding: 100px 0;
	}

	.p-form-row {
		padding: 32px 0;
	}
}

@media (width >= 992px) {
	.p-form-body {
		width: 100%;
	}

	/* PC時の高さ80px準拠 */
	.p-form-body input[type="text"],
	.p-form-body input[type="email"],
	.p-form-body select {
		height: 80px;
		padding: 20px 24px;
	}

	.p-form-btn-zip {
		width: 160px;
		height: 80px;
	}

	.p-form-file {
		padding: 20px;
	}

	.p-form-file .wpcf7-form-control-wrap {
		width: 100%;
		height: 100%;
	}

	.wpcf7-form.is-confirm .p-form-confirm-val {
		min-height: 80px;
		padding: 20px 24px;
	}

	.p-form-birth {
		flex-direction: row;
		gap: 8px;
	}

	.p-form-birth-select-wrap {
		width: auto;
	}

	.p-form-birth-select-wrap .wpcf7-form-control-wrap {
		flex: 0 0 215px !important;
		width: 215px !important;
	}

	.p-form-birth select {
		width: 100%;
	}

	.p-form-zip .wpcf7-form-control-wrap {
		flex: 0 0 135px !important;
		width: 135px !important;
	}

	.p-form-zip input {
		width: 100% !important;
	}

	.p-form-tel .wpcf7-form-control-wrap {
		flex: 0 0 135px !important;
		width: 135px !important;
	}

	.p-form-tel input {
		width: 100%;
	}

	.p-form-privacy-body {
		width: 100%;
	}
}

/* CF7の標準エラーチップとレスポンスエリアを完全に隠す（重複防止） */
.wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: none !important;
}

.p-form-error-tip {
	display: block;
	margin-top: 8px;
	color: #f00;
}

.wpcf7-spinner {
	display: none !important;
}

/* Turnstileウィジェット中央寄せ・余白調整 */
.cf-turnstile,
.wpcf7-turnstile {
	margin-top: 15px;
	text-align: center;
}

/* 送信完了ページ（サンクスページ） */
.p-thanks-inner {
	margin: 0 auto;
	text-align: left;
}

.p-thanks-title {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-thanks-text {
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 1.8;
	color: var(--color-text-main);
}

.p-thanks-btn-wrap {
	margin-top: 40px;
	text-align: center;
}

.p-thanks-btn {
	display: inline-flex !important;
	margin: 0 auto !important;
	text-decoration: none !important;
}

@media (width >= 992px) {
	.p-thanks-inner {
		text-align: center;
	}

	.p-thanks-title {
		margin-bottom: 30px;
		font-size: 2.6rem;
	}

	.p-thanks-text {
		font-size: 1.6rem;
	}
}

/* インターンシップ：希望日程カードレイアウト（CF7自動生成HTML対応） */
.wpcf7-form-control-wrap[data-name="desired-schedule"] .wpcf7-checkbox {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	width: 100%;
	margin-top: 10px;
}

@media (width >= 992px) {
	.wpcf7-form-control-wrap[data-name="desired-schedule"] .wpcf7-checkbox {
		grid-template-columns: repeat(3, 1fr);
	}
}

.wpcf7-form-control-wrap[data-name="desired-schedule"] .wpcf7-list-item {
	display: block !important;
	margin: 0 !important;
}

.wpcf7-form-control-wrap[data-name="desired-schedule"] .wpcf7-list-item label {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 80px;
	padding: 16px 20px;
	margin: 0;
	cursor: pointer;
	user-select: none;
	background: rgb(0 117 210 / 10%);
	border: 1px solid transparent;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.wpcf7-form-control-wrap[data-name="desired-schedule"]
	.wpcf7-list-item
	label:hover {
	background: rgb(0 117 210 / 15%);
}

/* チェック時のスタイル変化 */
.wpcf7-form-control-wrap[data-name="desired-schedule"]
	.wpcf7-list-item
	label:has(input[type="checkbox"]:checked) {
	background: rgb(0 117 210 / 20%);
	border-color: #0075d2;
}

/* 本物のチェックボックスは非表示にする */
.wpcf7-form-control-wrap[data-name="desired-schedule"]
	.wpcf7-list-item
	input[type="checkbox"] {
	position: absolute;
	width: 0;
	height: 0;
	cursor: pointer;
	opacity: 0;
}

/* カスタムチェックボックス（白四角形）を疑似要素で挿入 */
.wpcf7-form-control-wrap[data-name="desired-schedule"]
	.wpcf7-list-item
	label::before {
	position: relative;
	display: inline-block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	margin-right: 12px;
	content: "";
	background-color: #fff;
	border: 1px solid #0075d2;
	border-radius: 4px;
	transition:
		background-color 0.2s,
		border-color 0.2s;
}

/* チェック時の白四角形を青くする */
.wpcf7-form-control-wrap[data-name="desired-schedule"]
	.wpcf7-list-item
	label:has(input[type="checkbox"]:checked)::before {
	background-color: #0075d2;
}

/* チェックマーク（白チェック）を ::after で挿入 */
.wpcf7-form-control-wrap[data-name="desired-schedule"]
	.wpcf7-list-item
	label::after {
	position: absolute;
	top: calc(50% - 6px);
	left: 28px;
	display: none;
	width: 6px;
	height: 12px;
	content: "";
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	transform-origin: center;
}

.wpcf7-form-control-wrap[data-name="desired-schedule"]
	.wpcf7-list-item
	label:has(input[type="checkbox"]:checked)::after {
	display: block;
}

/* テキストスタイル（自動生成されるラベル） */
.wpcf7-form-control-wrap[data-name="desired-schedule"] .wpcf7-list-item-label {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-text-main);
}

@media (width >= 992px) {
	.wpcf7-form-control-wrap[data-name="desired-schedule"]
		.wpcf7-list-item-label {
		font-size: 1.6rem;
	}
}

/* ==========================================================================
   キャリアプラン (page-career-plan.php)
   ========================================================================== */
.p-career-plan {
	position: relative;
	overflow: hidden;
}

.p-career-plan-lead-title {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
}

@media (width >= 768px) {
	.p-career-plan-lead-title {
		margin-bottom: 30px;
		font-size: 3.2rem;
	}
}

.p-career-plan-lead-desc {
	max-width: 100%;
	margin-bottom: 40px;
	text-align: left;
}

.p-career-plan-lead-text {
	line-height: 1.8;
}

.p-career-plan-inner-content {
	padding: 60px 0 80px;
	background: linear-gradient(
			180deg,
			rgb(0 117 210 / 0%) 0%,
			rgb(0 117 210 / 80%) 100%
		),
		rgb(255 255 255 / 50%);
	border-radius: 16px;
}

@media (width >= 768px) {
	.p-career-plan-inner-content {
		padding: 100px 0 150px;
	}
}

.p-career-plan-card-list {
	padding-left: 20px;
	margin-top: 15px;
	list-style-type: disc;
}

.p-career-plan-menu {
	max-width: 540px;
	padding: 0;
	margin-top: 30px;
	background: none;
}

.p-career-plan-menu-title {
	display: flex;
	gap: 16px;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}

.p-career-plan-menu-title::after {
	flex-grow: 1;
	height: 1px;
	content: "";
	background-color: var(--color-text-main);
}

.p-career-plan-menu-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.p-career-plan-menu-item {
	position: relative;
	padding-left: 18px;
	line-height: 1.5;
	color: var(--color-text-main);
}

.p-career-plan-menu-item::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	content: "";
	background-color: var(--color-primary);
	border-radius: 50%;
	transform: translateY(-50%);
}

.p-career-plan-diagram-card {
	margin-top: 40px;
	overflow: hidden;
	background: var(
		--back_ground,
		linear-gradient(
			90deg,
			rgb(0 117 210 / 10%) 0%,
			rgb(242 231 255 / 70%) 100%
		),
		#fff
	) !important;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgb(0 0 0 / 5%);
}

@media (width >= 992px) {
	.p-career-plan-diagram-card .p-company-card-body.is-intern {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 60px 80px;
	}
}

.p-career-plan-diagram-wrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.p-career-plan-diagram-img {
	display: block;
	width: 100%;
	height: auto;
}

.p-career-plan .p-company-card-eng {
	font-size: 3rem;
}

@media (width >= 768px) {
	.p-career-plan .p-company-card-eng {
		font-size: 3.5rem;
	}
}

@media (width >= 992px) {
	.p-career-plan .p-company-card-eng {
		font-size: 4rem;
	}
}

/* ==========================================================================
   404 Error Page
   ========================================================================== */
.p-error-page {
	padding-bottom: 60px;
	margin: 0 auto;
	text-align: left;
}

.p-error-page-content {
	max-width: 800px;
	margin: 0 auto;
}

.p-error-page-title {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-error-page-text {
	margin-bottom: 40px;
	line-height: 1.8;
	color: var(--color-text-main);
	text-align: left;
}

.p-error-page-btn-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	justify-content: center;
}

.p-error-page-btn {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 240px;
	height: 52px;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 26px;
	transition: all 0.3s ease;
}

.p-error-page-btn--back {
	color: #fff;
	background-color: #666;
	border-color: #666;
}

.p-error-page-btn--back:hover {
	color: #666;
	background-color: transparent;
	border-color: #666;
}

.p-error-page-btn--home {
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.p-error-page-btn--home:hover {
	color: var(--color-primary);
	background-color: transparent;
	border-color: var(--color-primary);
}

@media (width >= 768px) {
	.p-error-page {
		padding-bottom: 120px;
		text-align: center;
	}

	.p-error-page-title {
		margin-bottom: 30px;
		font-size: 2.6rem;
	}

	.p-error-page-text {
		text-align: center;
	}

	.p-error-page-btn-wrap {
		flex-direction: row;
		gap: 20px;
	}
}

/* ==========================================================================
   Recruit Navigation Scroll Offset (CLS & Header overlap protection)
   ========================================================================== */
.p-recruit-nav {
	scroll-margin-top: 70px;
}

@media (width >= 768px) {
	.p-recruit-nav {
		scroll-margin-top: 120px;
	}
}

/* ==========================================================================
   Recruit & Internship Pages Layout (Integrated from style_i.css)
   ========================================================================== */
.ind-1 {
	padding-left: 1em;
	text-indent: -1em;
}

.ind-3 {
	padding-left: 3em;
	text-indent: -3em;
}

.c-page-nav-arrow.horizontal {
	transform: unset;
}

.c-page-nav-link.is-current {
	color: var(--color-bg-base);
	background: var(--color-primary);
}

.c-page-nav-link.is-current span.c-page-nav-arrow {
	background-color: var(--color-bg-base);
}

.entrypage-top {
	overflow: hidden;
}

.entry-mv {
	position: relative;
	width: 100vw;
	height: auto;
	aspect-ratio: 1920 / 744;
	margin: 0 calc(50% - 50vw);
	margin-bottom: 5.5rem;
	overflow: hidden;
}

.entry-mv.is-intern {
	margin-bottom: 0;
}

.entry-mv picture {
	position: absolute;
	top: -22%;
	left: 0;
	display: block;
	width: 100%;
	height: 144%;
}

.entry-mv picture img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: unset;
	object-fit: cover;
	object-position: center;
}

@media (width >= 768px) {
	.entry-mv {
		margin-bottom: 7.5rem;
	}
}

@media (width >= 1201px) {
	.entry-mv {
		margin-bottom: 9.5rem;
	}
}

h3.entryguideline-title,
h3.p-ep-title {
	position: relative;
	padding-bottom: 1.65rem;
	margin-bottom: 4.25rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
}

h3.entryguideline-title::after,
h3.p-ep-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background-color: var(--color-primary);
}

@media (width >= 768px) {
	.entry-mv {
		margin-bottom: 9.5rem;
	}

	h3.entryguideline-title,
	h3.p-ep-title {
		font-size: 4rem;
	}

	#entryflow .p-ep-title {
		position: sticky;
		top: 140px;
	}
}

.p-entryprocess {
	padding-top: 80px;
	padding-bottom: 70px;
}

@media (width >= 768px) {
	.p-entryprocess {
		padding-bottom: 160px;
		margin-top: 160px;
	}
}

table.entryguideline-table {
	width: 100%;
}

table.entryguideline-table th {
	font-weight: 400;
	color: var(--color-primary);
}

table.entryguideline-table td dl dt {
	font-weight: 400;
}

table.entryguideline-table th {
	position: relative;
	display: block;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid var(--color-primary);
}

table.entryguideline-table td {
	display: block;
	padding: 1.85rem 0 2rem;
}

table.entryguideline-table dl {
	display: grid;
	grid-template-columns: auto 1fr;
}

table.entryguideline-table dl.grid-three {
	display: grid;
	grid-template-columns: 6rem auto;
	gap: 0.5rem;
}

table.entryguideline-table dl.grid-four {
	display: grid;
	grid-template-columns: 7rem auto;
	gap: 0.5rem;
}

table.entryguideline-table dl.grid-five {
	display: grid;
	grid-template-columns: 9rem auto;
	gap: 0.5rem;
}

@media (width >= 768px) {
	table.entryguideline-table {
		border-spacing: 13px 0;
		border-collapse: separate;
	}

	table.entryguideline-table th,
	table.entryguideline-table td {
		display: table-cell;
		padding: 1.75rem 0;
	}

	table.entryguideline-table th {
		width: 200px;
		font-size: 1.8rem;
	}

	table.entryguideline-table td {
		border-bottom: 1px solid #333;
	}
}

.p-entry-process:nth-of-type(n + 2) {
	padding-top: 80px;
}

@media (width >= 992px) {
	.p-entry-process:nth-of-type(n + 2) {
		padding-top: 160px;
	}
}

.p-ep-content.entry-flow {
	position: relative;
	z-index: 1;
	padding: 40px;
	overflow: hidden;
	background: #fff;
	border-radius: 16px;
}

.p-ep-content.entry-flow > div {
	position: relative;
	z-index: 2;
}

.p-ep-content.entry-flow::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(
		180deg,
		rgb(0 117 210 / 10%) 0%,
		rgb(242 231 255 / 70%) 70%
	);
}

.p-ep-step .p-ep-step-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 40px;
	font-family: var(--font-family-en);
	color: #fff;
	background: var(--color-primary);
	border-radius: 24px / 21px;
}

.p-ep-step {
	position: relative;
	display: grid;
	grid-template-columns: 46px 46px auto;
	gap: 1rem;
}

.p-ep-step:not(:last-of-type) {
	padding-bottom: 40px;
}

.p-ep-step:not(:last-of-type)::after {
	position: absolute;
	top: 0;
	left: 23px;
	z-index: -1;
	width: 1px;
	height: 100%;
	content: "";
	background: var(--color-primary);
}

.p-ep-step-title {
	margin-bottom: 1rem;
	font-size: 2rem;
}

.p-ep-step.is-hasblks {
	grid-template-columns: 46px auto;
}

.p-ep-innerblk {
	display: grid;
	grid-template-columns: 46px auto;
	gap: 1rem;
}

span.p-ep-step-icon {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

span.p-ep-step-icon img.i-syorui {
	width: 75%;
}

.p-ep-innerblk:not(:last-of-type) {
	padding-bottom: 20px;
}

.p-ep-content.entry > p {
	margin-bottom: 1rem;
}

.p-ep-btn a {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	justify-content: center;
	padding: 2rem 2rem 1.75rem;
	font-size: 2rem;
	color: #fff;
	background: var(--color-primary);
	border-radius: 16px;
}

.p-ep-btn a span {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
}

.p-ep-btn a span > img {
	display: block;
	width: 100%;
	height: auto;
}

.p-ep-btn a span > img:nth-of-type(1) {
	display: block;
}

.p-ep-btn a span > img:nth-of-type(2) {
	display: none;
}

@media (any-hover: hover) {
	.p-ep-btn a:hover {
		color: var(--color-primary);
		background: #fff;
	}

	.p-ep-btn a:hover span > img:nth-of-type(1) {
		display: none;
	}

	.p-ep-btn a:hover span > img:nth-of-type(2) {
		display: block;
	}
}

.p-ep-content.access {
	padding: 40px;
	background: linear-gradient(
		90deg,
		rgb(255 255 255 / 70%) 0%,
		rgb(255 255 255 / 10%) 70%
	);
	border-radius: 16px;
}

.p-ep-content.access > div {
	margin-bottom: 0.5rem;
	font-size: 2rem;
}

.p-ep-content.access .tel,
.p-ep-content.access .fax {
	display: inline-block;
	color: #333;
}

.p-ep-content.access .tel {
	margin-right: 1rem;
}

.p-ep-content.access a.viewmap,
.p-ep-content.access a.contact {
	display: flex;
	gap: 0.75rem;
	align-items: center;
}

.p-ep-content.access a.viewmap span {
	display: flex;
	flex-shrink: inherit;
	align-items: center;
	justify-content: center;
	width: 16px;
}

.p-ep-content.access a.viewmap,
.p-ep-content.access a.contact {
	margin-top: 1rem;
}

@media (width >= 768px) {
	.p-entry-process.l-container {
		display: grid;
		grid-template-columns: 37% 57%;
		gap: 6%;
		align-items: flex-start;
	}

	.p-ep-content.entry-flow {
		overflow: visible;
		background: none;
		border-radius: none;
	}

	.p-ep-content.entry-flow::before {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% + 40px);
		height: 100%;
		content: "";
		background: #fff;
	}

	.p-ep-content.entry-flow::after {
		width: calc(100% + 40px);
	}

	.p-ep-content.entry-flow::before,
	.p-ep-content.entry-flow::after {
		border-top-left-radius: 16px;
		border-bottom-left-radius: 16px;
	}

	.p-ep-content.entry-flow {
		padding-right: 0;
		background: none;
	}

	.p-ep-btn a {
		font-size: 3rem;
	}

	.p-ep-btn a span {
		width: 22px;
		height: 22px;
	}

	.p-ep-content.access > div {
		margin-bottom: 0.5rem;
		font-size: 3rem;
	}

	.p-ep-step {
		grid-template-columns: 46px 77px auto;
		gap: 2.5rem;
	}

	.p-ep-step-title {
		font-size: 3rem;
	}

	.p-ep-step:not(:last-of-type) {
		padding-bottom: 80px;
	}

	.p-ep-innerblk {
		grid-template-columns: 77px auto;
		gap: 2.5rem;
	}

	.p-ep-innerblk:not(:last-of-type) {
		padding-bottom: 40px;
	}
}

@media (width >= 992px) {
	.p-ep-content.access > div {
		font-size: 4rem;
	}

	.p-ep-btn a {
		font-size: 4rem;
	}

	.p-ep-btn a span {
		width: 26px;
		height: 26px;
	}

	.p-ep-content.entry-flow {
		padding: 80px 0 80px 80px;
	}

	.p-ep-step-title {
		font-size: 4rem;
	}

	.p-ep-content.entry-flow::before,
	.p-ep-content.entry-flow::after {
		width: calc(100% + 80px);
	}

	.p-ep-step,
	.p-ep-innerblk {
		gap: 4rem;
	}

	.p-ep-content.access {
		padding: 80px;
	}
}

@media (width >= 1401px) {
	.p-ep-content.entry-flow::before,
	.p-ep-content.entry-flow::after {
		width: calc(100% + 160px);
	}
}

#internship-info.l-section {
	position: relative;
	z-index: 1;
	padding: 60px 0;
	overflow: hidden;
	background-image: url(./img/intern_ex_bg.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}

#internship-info.l-section::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: var(--color-primary);
	opacity: 0.8;
}

@media (width >= 768px) {
	#internship-info.l-section {
		padding: 150px 0;
	}
}

.p-company-card-head.is-intern {
	justify-content: left;
	padding: 10px 24px;
}

.p-company-card:hover .p-company-card-img.not-hover {
	transform: scale(1);
}

@media (width >= 992px) {
	.p-company-card-head.is-intern {
		align-items: flex-start;
		justify-content: center;
		width: 111px;
		padding: 4rem 0 0;
	}
}

#internship-info .c-section-header {
	position: relative;
	z-index: 2;
	margin-bottom: 32px;
	color: var(--color-bg-base);
}

#internship-info .c-section-header h2 {
	padding-bottom: 1.6rem;
	margin-bottom: 2.5rem;
	font-size: 2rem;
	border-bottom: 1px solid #fff;
}

#internship-info .c-section-header-lead-desc {
	color: var(--color-bg-base);
}

.p-company-card-body.is-intern h3.p-company-card-title {
	color: var(--color-primary);
}

@media (width >= 992px) {
	.p-company-card-body.is-intern {
		order: 3;
		padding: 40px 70px 40px 65px;
	}

	.p-company-card-img-box.is-intern {
		order: 2;
		max-width: 422px;
		margin-right: 0;
		margin-left: 60px;
	}

	#internship-info .c-section-header h2 {
		margin-bottom: 4rem;
		font-size: 4rem;
	}

	.p-company-card-body.is-intern .p-company-card-text {
		margin-bottom: 0;
	}
}
