/* ==========================================================================
   採用情報 — Coming Soon
   ========================================================================== */

.recruit-page {
	display: block;
}

.recruit-soon {
	--recruit-navy: #16346d;
	--recruit-navy-deep: #00297d;
	--recruit-bg: #f4fafe;
	--recruit-sky: #d1edff;
	--recruit-accent: #92c8ea;
	--recruit-inner-max: 760px;
	--recruit-pad-x: clamp(20px, 4vw, 40px);

	position: relative;
	overflow: hidden;
	padding: clamp(48px, 8vw, 96px) var(--recruit-pad-x) clamp(72px, 10vw, 120px);
	background:
		radial-gradient(circle at 12% 18%, rgba(146, 200, 234, 0.35) 0%, transparent 42%),
		radial-gradient(circle at 88% 72%, rgba(209, 237, 255, 0.55) 0%, transparent 38%),
		var(--recruit-bg);
}

/* 背景ウォーターマーク */
.recruit-soon__watermark {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	margin: 0;
	color: rgba(22, 52, 109, 0.05);
	font-family: var(--font-en);
	font-size: clamp(96px, 18vw, 240px);
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	transform: translate(-50%, -54%);
	pointer-events: none;
	user-select: none;
}

/* --------------------------------------------------------------------------
   ビジュアル（図面フレーム + COMING SOON）
   -------------------------------------------------------------------------- */
.recruit-soon__visual {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: min(100%, 920px);
	height: clamp(180px, 34vw, 280px);
	margin: 0 auto clamp(40px, 6vw, 64px);
}

.recruit-soon__blueprint {
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.45);
	background-image:
		linear-gradient(rgba(22, 52, 109, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(22, 52, 109, 0.06) 1px, transparent 1px);
	background-size: 28px 28px;
	border: 1px solid rgba(22, 52, 109, 0.1);
}

.recruit-soon__blueprint-line {
	position: absolute;
	display: block;
	background: rgba(22, 52, 109, 0.12);
}

.recruit-soon__blueprint-line--1 {
	top: 22%;
	left: 8%;
	width: 34%;
	height: 1px;
	transform: rotate(-8deg);
}

.recruit-soon__blueprint-line--2 {
	right: 10%;
	bottom: 28%;
	width: 28%;
	height: 1px;
	transform: rotate(12deg);
}

.recruit-soon__blueprint-line--3 {
	top: 58%;
	left: 18%;
	width: 1px;
	height: 32%;
}

.recruit-soon__frame {
	position: absolute;
	inset: clamp(16px, 4vw, 32px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.recruit-soon__corner {
	position: absolute;
	width: clamp(28px, 5vw, 44px);
	height: clamp(28px, 5vw, 44px);
	border-color: var(--recruit-navy);
	border-style: solid;
	opacity: 0.85;
}

.recruit-soon__corner--tl {
	top: 0;
	left: 0;
	border-width: 3px 0 0 3px;
}

.recruit-soon__corner--tr {
	top: 0;
	right: 0;
	border-width: 3px 3px 0 0;
}

.recruit-soon__corner--bl {
	bottom: 0;
	left: 0;
	border-width: 0 0 3px 3px;
}

.recruit-soon__corner--br {
	right: 0;
	bottom: 0;
	border-width: 0 3px 3px 0;
}

.recruit-soon__display {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	font-family: var(--font-en);
	font-size: clamp(42px, 9vw, 96px);
	font-weight: 500;
	line-height: 0.92;
	letter-spacing: 0.18em;
	text-align: center;
}

.recruit-soon__display-line {
	display: block;
	background: linear-gradient(120deg, var(--recruit-navy-deep) 0%, var(--recruit-navy) 45%, #3a6ea8 100%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation: recruit-soon-shimmer 5s ease-in-out infinite;
}

.recruit-soon__display-line + .recruit-soon__display-line {
	margin-top: 0.06em;
	letter-spacing: 0.22em;
}

@keyframes recruit-soon-shimmer {
	0%,
	100% {
		background-position: 0% center;
	}

	50% {
		background-position: 100% center;
	}
}

/* 装飾三角 */
.recruit-soon__tri {
	position: absolute;
	display: block;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	pointer-events: none;
}

.recruit-soon__tri--1 {
	top: 8%;
	right: 6%;
	width: clamp(36px, 6vw, 56px);
	height: clamp(32px, 5vw, 48px);
	background: rgba(22, 52, 109, 0.88);
	animation: recruit-soon-float 4.2s ease-in-out infinite;
}

.recruit-soon__tri--2 {
	bottom: 12%;
	left: 5%;
	width: clamp(48px, 7vw, 72px);
	height: clamp(42px, 6vw, 62px);
	background: rgba(146, 200, 234, 0.55);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	animation: recruit-soon-float 5s ease-in-out infinite reverse;
}

.recruit-soon__tri--3 {
	right: 14%;
	bottom: 6%;
	width: clamp(28px, 4vw, 40px);
	height: clamp(24px, 3.5vw, 36px);
	background: rgba(209, 237, 255, 0.72);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	animation: recruit-soon-float 3.6s ease-in-out infinite;
	animation-delay: 0.8s;
}

@keyframes recruit-soon-float {
	0%,
	100% {
		transform: translateY(0) rotate(0deg);
	}

	50% {
		transform: translateY(-8px) rotate(3deg);
	}
}

/* --------------------------------------------------------------------------
   本文
   -------------------------------------------------------------------------- */
.recruit-soon__inner {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: min(100%, var(--recruit-inner-max));
	margin: 0 auto;
	text-align: center;
}

.recruit-soon__pill {
	display: inline-block;
	margin: 0 0 20px;
	padding: 6px 18px;
	border: 1px solid rgba(22, 52, 109, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--recruit-navy);
	font-family: var(--font-en);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.24em;
}

.recruit-soon__title.js-anim-sweep {
	display: table;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 24px;
	vertical-align: top;
}

.recruit-soon__title .js-anim-sweep__content {
	display: block;
	color: var(--recruit-navy);
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.recruit-soon__br-sp {
	display: none;
}

@media screen and (max-width: 600px) {
	.recruit-soon__br-sp {
		display: inline;
	}
}

.recruit-soon__lead {
	margin: 0 0 40px;
	color: var(--recruit-navy);
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.9;
	letter-spacing: 0.06em;
}

.recruit-soon__lead .js-anim-build-up__item {
	display: block;
}

/* リクルートエージェントカード */
.recruit-soon__agent {
	margin-bottom: 32px;
}

.recruit-soon__agent-card {
	box-sizing: border-box;
	padding: clamp(28px, 4vw, 40px) clamp(24px, 4vw, 36px);
	border: 1px solid rgba(22, 52, 109, 0.14);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(232, 242, 249, 0.92) 100%);
	box-shadow: 0 16px 40px rgba(22, 52, 109, 0.08);
	text-align: center;
}

.recruit-soon__agent-label {
	margin: 0 0 12px;
	color: rgba(22, 52, 109, 0.55);
	font-family: var(--font-en);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.28em;
}

.recruit-soon__agent-title {
	margin: 0 0 16px;
	color: var(--recruit-navy);
	font-size: clamp(20px, 2.4vw, 24px);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.1em;
}

.recruit-soon__agent-text {
	margin: 0 0 24px;
	color: var(--recruit-navy);
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.recruit-soon__agent-btn {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 28px;
	background: #fff;
	border: 2px solid var(--recruit-navy);
	color: var(--recruit-navy);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-decoration: none;
	transition:
		background-color 0.25s ease,
		color 0.25s ease,
		transform 0.25s ease;
}

.recruit-soon__agent-btn:hover {
	background: var(--recruit-navy);
	color: #fff;
	transform: translateY(-2px);
}

.recruit-soon__agent-btn:hover .recruit-soon__agent-btn-icon img {
	filter: brightness(0) invert(1);
}

.recruit-soon__agent-btn-icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
}

.recruit-soon__agent-btn-icon img {
	display: block;
	width: 27px;
	height: auto;
	transition: filter 0.25s ease;
}

.recruit-soon__note {
	margin: 0;
	color: rgba(22, 52, 109, 0.82);
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.recruit-soon__note a {
	color: var(--recruit-navy);
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.recruit-soon__note a:hover {
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	.recruit-soon__lead,
	.recruit-soon__lead .js-anim-build-up__item,
	.recruit-soon__agent-card,
	.recruit-soon__agent-label,
	.recruit-soon__agent-title,
	.recruit-soon__agent-text,
	.recruit-soon__agent-btn,
	.recruit-soon__note,
	.recruit-soon__note .js-anim-build-up__item {
		text-align: left;
	}

	.recruit-soon__agent-btn {
		justify-content: space-between;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.recruit-soon__display-line,
	.recruit-soon__tri {
		animation: none;
	}
}
