@charset "UTF-8";

/* =========================================================
   Recruit (採用情報) - Wireframe styles
   - フォント：既存サイトに合わせて Hiragino 系へ
   - 太字・行間・余白で重厚感を出す
   ========================================================= */

#recruit #main {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #1a1a1a;
	line-height: 1.9;
	font-feature-settings: "palt";
}

/* ロゴ3色のブランドカラー（青・黄・緑）と既存の紺 */
#recruit {
	--brand-navy: #0f3a63;
	--brand-blue: #0087b8;
	--brand-blue-soft: #4fa8d1;
	--brand-yellow: #d4a328;
	--brand-yellow-soft: #f5c242;
	--brand-green: #5ba838;
	--brand-green-soft: #8bc34a;
	/* 社員紹介の性別カラー */
	--gender-male: #0087b8;
	--gender-female: #d2547a;
}

/* =========================================================
   採用ページ専用：既存ヘッダー・タイトル・パンくず非表示
   ========================================================= */
body#recruit .site-header,
body#recruit h2#title,
body#recruit #pan {
	display: none !important;
}

/* =========================================================
   採用専用ヘッダー（フクダ風ミニマル）
   ========================================================= */
.rec-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 32px;
	transition: background 0.3s, padding 0.3s;
}

.rec-header.is-scrolled {
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: saturate(1.2) blur(8px);
	-webkit-backdrop-filter: saturate(1.2) blur(8px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	padding-top: 14px;
	padding-bottom: 14px;
}

.rec-header__logo {
	display: block;
	line-height: 0;
}

.rec-header__logo img {
	height: 40px;
	width: auto;
	filter: brightness(0) invert(1);
	transition: filter 0.3s;
}

.rec-header.is-scrolled .rec-header__logo img {
	filter: none;
}

.rec-header__menu-btn {
	width: 48px;
	height: 48px;
	background: transparent;
	border: none;
	cursor: pointer;
	position: relative;
	padding: 0;
}

.rec-header__menu-btn span {
	display: block;
	position: absolute;
	left: 12px;
	width: 24px;
	height: 2px;
	background: #fff;
	transition: background 0.3s, transform 0.3s, opacity 0.3s;
}

.rec-header.is-scrolled .rec-header__menu-btn span {
	background: #0f3a63;
}

.rec-header__menu-btn span:nth-child(1) {
	top: 16px;
}

.rec-header__menu-btn span:nth-child(2) {
	top: 23px;
}

.rec-header__menu-btn span:nth-child(3) {
	top: 30px;
}

/* =========================================================
   ドロワーメニュー
   ========================================================= */
.rec-drawer {
	position: fixed;
	inset: 0;
	z-index: 200;
	visibility: hidden;
	pointer-events: none;
}

.rec-drawer.is-open {
	visibility: visible;
	pointer-events: auto;
}

.rec-drawer__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0);
	transition: background 0.4s;
}

.rec-drawer.is-open .rec-drawer__overlay {
	background: rgba(0, 0, 0, 0.5);
}

.rec-drawer__inner {
	position: absolute;
	top: 0;
	right: 0;
	width: min(420px, 85vw);
	height: 100%;
	background: #0f3a63;
	color: #fff;
	padding: 80px 40px 40px;
	transform: translateX(100%);
	transition: transform 0.4s ease;
	overflow-y: auto;
}

.rec-drawer.is-open .rec-drawer__inner {
	transform: translateX(0);
}

.rec-drawer__close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	line-height: 1;
	padding: 0;
}

.rec-drawer__section {
	margin-bottom: 32px;
}

.rec-drawer__section-title {
	font-size: 12px;
	letter-spacing: 0.3em;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 0 16px;
	font-weight: 700;
}

.rec-drawer__nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.rec-drawer__nav li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.rec-drawer__nav a {
	display: block;
	padding: 16px 0;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	transition: opacity 0.2s, padding-left 0.2s;
}

.rec-drawer__nav a:hover {
	opacity: 0.7;
	padding-left: 8px;
}

/* =========================================================
   サイド固定CTA
   ========================================================= */
.rec-side-cta {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 90;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rec-side-cta__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0f3a63;
	color: #fff;
	text-decoration: none;
	padding: 32px 14px;
	writing-mode: vertical-rl;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.3em;
	transition: background 0.2s, padding-right 0.2s;
}

.rec-side-cta__btn:hover {
	background: #1a5490;
	padding-right: 18px;
}

@media (max-width: 1024px) {
	.rec-side-cta {
		display: none;
	}
}

/* =========================================================
   100vh ヒーロー（フクダ風）
   ========================================================= */
#recruit .rec-sec.rec-hero {
	height: 100vh;
	min-height: 600px;
	max-height: 900px;
	padding: 0;
	margin: 0;
	max-width: none;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

.rec-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	/* 親要素にズームを適用：全画像が同じ拡大率で揃うので
	   切替時にスケール差による "がくっ" が発生しない */
	animation: rec-hero-zoom 24s ease-in-out infinite alternate;
}

.rec-hero__bg img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 2.4s ease;
}

.rec-hero__bg img.is-active {
	opacity: 1;
}

@keyframes rec-hero-zoom {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.08);
	}
}

.rec-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(15, 58, 99, 0.7) 0%, rgba(0, 20, 50, 0.55) 100%);
	z-index: 1;
}

.rec-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 1080px;
	padding: 0 24px;
}

.rec-hero__catch {
	font-size: 56px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.12em;
	margin: 0 0 40px;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.rec-hero__catch .char {
	display: inline-block;
	opacity: 0;
	transform: translateY(20px);
	animation: rec-hero-char 0.7s cubic-bezier(0.2, 0.7, 0.3, 1) forwards;
}

@keyframes rec-hero-char {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.rec-hero__sub {
	font-size: 17px;
	line-height: 2.3;
	margin: 0;
	font-weight: 500;
	opacity: 0;
	animation: rec-hero-fade 0.8s ease forwards;
	animation-delay: 2s;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	letter-spacing: 0.06em;
}

@keyframes rec-hero-fade {
	to {
		opacity: 1;
	}
}

.rec-hero__scroll {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 0.4em;
	font-weight: 700;
	opacity: 0;
	animation: rec-hero-fade 0.8s ease forwards;
	animation-delay: 2.6s;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.rec-hero__scroll-line {
	width: 1px;
	height: 60px;
	background: rgba(255, 255, 255, 0.25);
	position: relative;
	overflow: hidden;
}

.rec-hero__scroll-line::after {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 50%;
	background: #fff;
	animation: rec-scroll-drop 1.8s ease-in-out infinite;
}

@keyframes rec-scroll-drop {
	0% {
		top: -50%;
	}
	100% {
		top: 100%;
	}
}

@media (max-width: 768px) {
	#recruit .rec-sec.rec-hero {
		min-height: 500px;
	}

	.rec-hero__catch {
		font-size: 28px;
		margin: 0 0 24px;
		letter-spacing: 0.08em;
	}

	.rec-hero__sub {
		font-size: 13px;
		line-height: 2.1;
	}

	.rec-header {
		padding: 16px 20px;
	}

	.rec-header__logo img {
		height: 32px;
	}
}

/* 採用ページのみ #contents の制約を解除 */
#recruit #contents {
	max-width: none;
	padding: 0;
}

/* 100vw使用時の横スクロール防止 */
body#recruit {
	overflow-x: hidden;
}

/* 背景色のあるセクションを画面幅いっぱいまで突き抜けさせる
   ※ .rec-sec の max-width:1080px を上書きするため、複合セレクタで詳細度を上げる */
#recruit .rec-sec.rec-message,
#recruit .rec-sec.rec-about,
#recruit .rec-sec.rec-people-preview,
#recruit .rec-sec.rec-data,
#recruit .rec-sec.rec-req-job,
#recruit .rec-sec.rec-cta,
#recruit .rec-sec.rec-person-detail {
	max-width: none;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* 中身は1080pxで中央寄せ */
#recruit .rec-sec.rec-about > *,
#recruit .rec-sec.rec-people-preview > *,
#recruit .rec-sec.rec-data > *,
#recruit .rec-sec.rec-req-job > * {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

/* 募集要項タブの親もフル幅化 */
#recruit .rec-req-tabs {
	max-width: none;
}

#recruit .rec-sec {
	max-width: 1080px;
	margin: 0 auto;
	padding: 100px 24px;
}

#recruit .rec-sec__head {
	margin-bottom: 64px;
	text-align: center;
}

#recruit .rec-sec__title {
	font-size: 36px;
	letter-spacing: 0.2em;
	font-weight: 700;
	color: #0f3a63;
	margin: 0;
	line-height: 1.2;
}

#recruit .rec-sec__title::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #0f3a63;
	margin: 20px auto 0;
}

#recruit .rec-sec__title-ja {
	font-size: 14px;
	color: #666;
	letter-spacing: 0.3em;
	margin-top: 16px;
	font-weight: 500;
	text-align: center;
	text-indent: 0.3em; /* letter-spacing 分の右ズレを相殺 */
}

/* placeholder（ワイヤーフレーム用） */
#recruit .rec-placeholder {
	background: #e8eef3;
	color: #889;
	font-size: 13px;
	letter-spacing: 0.2em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #b8c4d0;
}

#recruit .rec-placeholder--hero {
	aspect-ratio: 4 / 3;
	width: 100%;
}

#recruit .rec-placeholder--portrait {
	aspect-ratio: 4 / 5;
	width: 100%;
}

#recruit .rec-placeholder--work {
	aspect-ratio: 3 / 2;
	width: 100%;
}

/* 画像（ダミー含む） */
#recruit .rec-img {
	width: 100%;
	overflow: hidden;
	background: #e8eef3;
	position: relative;
}

#recruit .rec-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#recruit .rec-img--hero {
	aspect-ratio: 4 / 3;
}

#recruit .rec-img--portrait {
	aspect-ratio: 4 / 5;
}

#recruit .rec-img--work {
	aspect-ratio: 3 / 2;
}

/* 社員ポートレートの仮プレースホルダー */
#recruit .rec-portrait-ph {
	width: 100%;
	aspect-ratio: 4 / 5;
	background: linear-gradient(135deg, #0f3a63 0%, #1a5490 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

#recruit .rec-portrait-ph svg {
	width: 55%;
	height: 70%;
	color: rgba(255, 255, 255, 0.18);
}

#recruit .rec-portrait-ph__label {
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
	letter-spacing: 0.3em;
	font-weight: 500;
}

/* =========================================================
   1. MESSAGE（フルワイドヒーロー）
   ========================================================= */
#recruit .rec-message {
	position: relative;
	max-width: none;
	padding: 0;
	overflow: hidden;
	min-height: 540px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

#recruit .rec-message__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

#recruit .rec-message__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#recruit .rec-message__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(15, 58, 99, 0.75) 0%, rgba(0, 30, 60, 0.55) 100%);
}

#recruit .rec-message__inner {
	position: relative;
	z-index: 1;
	max-width: 900px;
	padding: 120px 24px;
}

#recruit .rec-message__catch {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.08em;
	margin: 0 0 36px;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

#recruit .rec-message__sub {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.95);
	line-height: 2.3;
	margin: 0;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

/* =========================================================
   2. ABOUT
   ========================================================= */
#recruit .rec-about {
	background: #f7f9fb;
}

#recruit .rec-about__lead {
	max-width: 760px;
	margin: 0 auto 64px;
	text-align: center;
	font-size: 16px;
	line-height: 2.2;
}

#recruit .rec-about__business {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

#recruit .rec-about__biz {
	background: #fff;
	text-align: center;
	border-top: 3px solid #c8d4e0;
	transition: transform 0.3s, box-shadow 0.3s;
}

#recruit .rec-about__biz--main {
	border-top-color: #0f3a63;
}

/* ABOUT 3カードに3色のアクセント（不動産=緑・建築=黄・土地活用=青） */
#recruit .rec-about__business > .rec-about__biz:nth-child(1) {
	border-top-color: var(--brand-green);
}
#recruit .rec-about__business > .rec-about__biz:nth-child(1) .rec-about__biz-icon,
#recruit .rec-about__business > .rec-about__biz:nth-child(1) .rec-about__biz-title {
	color: var(--brand-green);
}
#recruit .rec-about__business > .rec-about__biz:nth-child(2) {
	border-top-color: var(--brand-yellow);
}
#recruit .rec-about__business > .rec-about__biz:nth-child(2) .rec-about__biz-icon,
#recruit .rec-about__business > .rec-about__biz:nth-child(2) .rec-about__biz-title {
	color: var(--brand-yellow);
}
#recruit .rec-about__business > .rec-about__biz:nth-child(3) {
	border-top-color: var(--brand-blue);
}
#recruit .rec-about__business > .rec-about__biz:nth-child(3) .rec-about__biz-icon,
#recruit .rec-about__business > .rec-about__biz:nth-child(3) .rec-about__biz-title {
	color: var(--brand-blue);
}

#recruit .rec-about__biz-link {
	display: block;
	padding: 48px 24px;
	text-decoration: none;
	color: inherit;
	height: 100%;
	box-sizing: border-box;
}

#recruit .rec-about__biz:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(15, 58, 99, 0.12);
}

#recruit .rec-about__biz-icon {
	color: #0f3a63;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

#recruit .rec-about__biz-icon svg {
	width: 48px;
	height: 48px;
}

#recruit .rec-about__biz-title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 16px;
	color: #0f3a63;
	letter-spacing: 0.05em;
}

#recruit .rec-about__biz-desc {
	font-size: 14px;
	margin: 0;
	line-height: 1.9;
	color: #444;
}

/* =========================================================
   3. WORK
   ========================================================= */
#recruit .rec-work__item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
	margin-bottom: 96px;
}

#recruit .rec-work__item:last-child {
	margin-bottom: 0;
}

#recruit .rec-work__item--reverse {
	grid-template-columns: 1fr 1fr;
}

#recruit .rec-work__item--reverse .rec-work__photo {
	order: 2;
}

#recruit .rec-work__num {
	font-size: 14px;
	color: #0f3a63;
	letter-spacing: 0.2em;
	margin: 0 0 12px;
	font-weight: 700;
}

#recruit .rec-work__title {
	font-size: 28px;
	font-weight: 700;
	color: #0f3a63;
	margin: 0 0 24px;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

/* WORK 3項目の番号に3色 */
#recruit .rec-work .rec-work__item:nth-of-type(1) .rec-work__num {
	color: var(--brand-blue);
}
#recruit .rec-work .rec-work__item:nth-of-type(2) .rec-work__num {
	color: var(--brand-yellow);
}
#recruit .rec-work .rec-work__item:nth-of-type(3) .rec-work__num {
	color: var(--brand-green);
}

#recruit .rec-work__text {
	font-size: 15px;
	line-height: 2.1;
	margin: 0;
	color: #333;
}

/* =========================================================
   4. PEOPLE Preview（トップ用カード）
   ========================================================= */
#recruit .rec-people-preview {
	background: #f7f9fb;
}

#recruit .rec-people-preview__list {
	list-style: none;
	padding: 0;
	margin: 0 0 56px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

#recruit .rec-people-preview__link {
	display: block;
	background: #fff;
	padding: 0 0 32px;
	text-decoration: none;
	color: #1a1a1a;
	transition: transform 0.3s, box-shadow 0.3s;
	border-top: 3px solid #c8d4e0;
}

/* PEOPLEプレビュー 性別カラー（山田=男・佐藤=女・鈴木=男） */
#recruit .rec-people-preview__list > .rec-people-preview__item:nth-child(1) .rec-people-preview__link {
	border-top-color: var(--gender-male);
}
#recruit .rec-people-preview__list > .rec-people-preview__item:nth-child(1) .rec-people-preview__name {
	color: var(--gender-male);
}
#recruit .rec-people-preview__list > .rec-people-preview__item:nth-child(2) .rec-people-preview__link {
	border-top-color: var(--gender-female);
}
#recruit .rec-people-preview__list > .rec-people-preview__item:nth-child(2) .rec-people-preview__name {
	color: var(--gender-female);
}
#recruit .rec-people-preview__list > .rec-people-preview__item:nth-child(3) .rec-people-preview__link {
	border-top-color: var(--gender-male);
}
#recruit .rec-people-preview__list > .rec-people-preview__item:nth-child(3) .rec-people-preview__name {
	color: var(--gender-male);
}

/* 社員紹介ページ：性別ごとの色（番号・名前・Q&A見出し・写真背景） */
#recruit #person01 .rec-person__num,
#recruit #person01 .rec-person__name,
#recruit #person03 .rec-person__num,
#recruit #person03 .rec-person__name {
	color: var(--gender-male);
}
#recruit #person01 .rec-person__qa dt,
#recruit #person03 .rec-person__qa dt {
	color: var(--gender-male);
	border-left-color: var(--gender-male);
}
#recruit #person01 .rec-portrait-ph,
#recruit #person03 .rec-portrait-ph {
	background: linear-gradient(135deg, var(--gender-male) 0%, #4fa8d1 100%);
}

#recruit #person02 .rec-person__num,
#recruit #person02 .rec-person__name {
	color: var(--gender-female);
}
#recruit #person02 .rec-person__qa dt {
	color: var(--gender-female);
	border-left-color: var(--gender-female);
}
#recruit #person02 .rec-portrait-ph {
	background: linear-gradient(135deg, var(--gender-female) 0%, #e89cb1 100%);
}

#recruit .rec-people-preview__link:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(15, 58, 99, 0.12);
}

#recruit .rec-people-preview__photo {
	margin-bottom: 24px;
}

#recruit .rec-people-preview__meta {
	font-size: 12px;
	color: #666;
	letter-spacing: 0.1em;
	margin: 0 24px 8px;
}

#recruit .rec-people-preview__name {
	font-size: 22px;
	font-weight: 700;
	color: #0f3a63;
	margin: 0 24px 16px;
	letter-spacing: 0.05em;
}

#recruit .rec-people-preview__quote {
	font-size: 14px;
	line-height: 1.9;
	margin: 0 24px;
	color: #333;
	font-weight: 500;
}

#recruit .rec-people-preview__more {
	text-align: center;
	margin: 0;
}

#recruit .rec-link-more {
	display: inline-block;
	padding: 16px 40px;
	background: #fff;
	color: #0f3a63;
	border: 2px solid #0f3a63;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition: background 0.2s, color 0.2s;
}

#recruit .rec-link-more:hover {
	background: #0f3a63;
	color: #fff;
}

/* =========================================================
   PEOPLE 詳細ページ用
   ========================================================= */
#recruit .rec-people-head {
	padding-bottom: 48px;
}

#recruit .rec-people-head__lead {
	text-align: center;
	font-size: 16px;
	line-height: 2.2;
	max-width: 720px;
	margin: 0 auto;
}

#recruit .rec-person-detail {
	padding-top: 64px;
	padding-bottom: 64px;
	max-width: 1080px;
}

#recruit .rec-person-detail:nth-child(odd) {
	background: #f7f9fb;
}

#recruit .rec-person-detail {
	max-width: none;
}

#recruit .rec-person-detail > .rec-person {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 24px;
}

#recruit .rec-person {
	display: grid;
	grid-template-columns: 40% 1fr;
	gap: 64px;
	align-items: center;
}

#recruit .rec-person--reverse {
	grid-template-columns: 1fr 40%;
}

#recruit .rec-person--reverse .rec-person__photo {
	order: 2;
}

#recruit .rec-person__num {
	font-size: 14px;
	color: #0f3a63;
	letter-spacing: 0.2em;
	margin: 0 0 12px;
	font-weight: 700;
}

#recruit .rec-person__meta {
	font-size: 13px;
	color: #666;
	letter-spacing: 0.1em;
	margin: 0 0 8px;
}

#recruit .rec-person__name {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 32px;
	color: #0f3a63;
	letter-spacing: 0.05em;
}

#recruit .rec-person__qa {
	margin: 0;
}

#recruit .rec-person__qa dt {
	font-size: 13px;
	font-weight: 700;
	color: #0f3a63;
	letter-spacing: 0.15em;
	margin-top: 24px;
	margin-bottom: 8px;
	padding-left: 14px;
	border-left: 3px solid #0f3a63;
}

#recruit .rec-person__qa dt:first-child {
	margin-top: 0;
}

#recruit .rec-person__qa dd {
	font-size: 15px;
	margin: 0;
	line-height: 2.1;
	color: #333;
}

/* =========================================================
   5. ENVIRONMENT
   ========================================================= */
#recruit .rec-env__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

#recruit .rec-env__item {
	background: #f7f9fb;
	padding: 48px 32px;
	border-top: 3px solid #0f3a63;
}

#recruit .rec-env__title {
	font-size: 20px;
	font-weight: 700;
	color: #0f3a63;
	margin: 0 0 20px;
	letter-spacing: 0.05em;
}

#recruit .rec-env__text {
	font-size: 14px;
	line-height: 2;
	margin: 0;
	color: #333;
}

/* =========================================================
   6. DATA
   ========================================================= */
#recruit .rec-data {
	background: #f7f9fb;
}

#recruit .rec-data__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
}

#recruit .rec-data__item {
	text-align: center;
	padding: 36px 16px 32px;
	background: #fff;
	border-top: 3px solid #0f3a63;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

/* DATA 5項目に3色ローテーション */
#recruit .rec-data__list > .rec-data__item:nth-child(1) { border-top-color: var(--brand-navy); }
#recruit .rec-data__list > .rec-data__item:nth-child(1) .rec-data__value,
#recruit .rec-data__list > .rec-data__item:nth-child(1) .rec-data__unit { color: var(--brand-navy); }

#recruit .rec-data__list > .rec-data__item:nth-child(2) { border-top-color: var(--brand-green); }
#recruit .rec-data__list > .rec-data__item:nth-child(2) .rec-data__value,
#recruit .rec-data__list > .rec-data__item:nth-child(2) .rec-data__unit { color: var(--brand-green); }
#recruit .rec-data__list > .rec-data__item:nth-child(2).is-visible .rec-data__person-dot,
#recruit .rec-data__list > .rec-data__item:nth-child(2).is-visible .rec-data__person-dot::before {
	background: var(--brand-green);
}

#recruit .rec-data__list > .rec-data__item:nth-child(3) { border-top-color: var(--brand-yellow); }
#recruit .rec-data__list > .rec-data__item:nth-child(3) .rec-data__value,
#recruit .rec-data__list > .rec-data__item:nth-child(3) .rec-data__unit { color: var(--brand-yellow); }
#recruit .rec-data__list > .rec-data__item:nth-child(3) .rec-data__bar-fill {
	background: linear-gradient(90deg, var(--brand-yellow), var(--brand-yellow-soft));
}

#recruit .rec-data__list > .rec-data__item:nth-child(4) { border-top-color: var(--brand-green); }
#recruit .rec-data__list > .rec-data__item:nth-child(4) .rec-data__value,
#recruit .rec-data__list > .rec-data__item:nth-child(4) .rec-data__unit { color: var(--brand-green); }
#recruit .rec-data__list > .rec-data__item:nth-child(4) .rec-data__bonus-dot {
	background: var(--brand-green);
}

#recruit .rec-data__list > .rec-data__item:nth-child(5) { border-top-color: var(--brand-blue); }
#recruit .rec-data__list > .rec-data__item:nth-child(5) .rec-data__value,
#recruit .rec-data__list > .rec-data__item:nth-child(5) .rec-data__unit { color: var(--brand-blue); }
#recruit .rec-data__list > .rec-data__item:nth-child(5) .rec-data__range-fill {
	background: linear-gradient(90deg, var(--brand-blue), var(--brand-blue-soft));
}

#recruit .rec-data__viz {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
}

#recruit .rec-data__label {
	font-size: 13px;
	color: #666;
	margin: 0;
	letter-spacing: 0.1em;
	font-weight: 500;
}

#recruit .rec-data__value {
	font-size: 40px;
	font-weight: 700;
	color: #0f3a63;
	margin: 0;
	line-height: 1;
	letter-spacing: 0.02em;
}

#recruit .rec-data__unit {
	font-size: 14px;
	font-weight: 500;
	margin-left: 4px;
	color: #444;
}

#recruit .rec-data__note {
	font-size: 11px;
	color: #888;
	margin: 4px 0 0;
	letter-spacing: 0.05em;
}

/* 円形プログレス（創業） */
#recruit .rec-data__ring {
	width: 80px;
	height: 80px;
}

#recruit .rec-data__ring-fill {
	transition: stroke-dashoffset 1.5s ease;
}

/* 人型ドット（従業員数） */
#recruit .rec-data__viz--people {
	flex-wrap: wrap;
	gap: 7px 8px;
	justify-content: flex-start;
	align-content: center;
	max-width: 130px;
	height: 100px;
	padding-top: 0;
}

#recruit .rec-data__person-dot {
	width: 10px;
	height: 14px;
	background: #c8d4e0;
	border-radius: 5px 5px 2px 2px;
	position: relative;
	transition: background 0.3s;
	flex: 0 0 auto;
}

#recruit .rec-data__person-dot::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 6px;
	height: 6px;
	background: #c8d4e0;
	border-radius: 50%;
	transition: background 0.3s;
}

#recruit .rec-data__item.is-visible .rec-data__person-dot,
#recruit .rec-data__item.is-visible .rec-data__person-dot::before {
	background: #0f3a63;
}

/* 横バー（年間休日） */
#recruit .rec-data__viz--bar {
	flex-direction: column;
	width: 100%;
	padding: 0 8px;
	gap: 6px;
}

#recruit .rec-data__bar {
	width: 100%;
	height: 6px;
	background: #e8eef3;
	border-radius: 3px;
	overflow: hidden;
}

#recruit .rec-data__bar-fill {
	height: 100%;
	background: linear-gradient(90deg, #0f3a63, #1a5490);
	border-radius: 3px;
	width: 0;
	transition: width 1.5s ease;
}

#recruit .rec-data__bar-labels {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 10px;
	color: #999;
	letter-spacing: 0.05em;
}

/* 賞与ピクト */
#recruit .rec-data__viz--bonus {
	gap: 16px;
}

#recruit .rec-data__bonus-dot {
	width: 28px;
	height: 28px;
	background: #0f3a63;
	border-radius: 50%;
	position: relative;
	opacity: 0;
	transform: scale(0.5);
	transition: opacity 0.4s, transform 0.4s;
}

#recruit .rec-data__bonus-dot::before {
	content: "¥";
	position: absolute;
	inset: 0;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#recruit .rec-data__item.is-visible .rec-data__bonus-dot {
	opacity: 1;
	transform: scale(1);
}

#recruit .rec-data__item.is-visible .rec-data__bonus-dot:nth-child(2) {
	transition-delay: 0.2s;
}

/* 範囲バー（想定年収） */
#recruit .rec-data__viz--range {
	flex-direction: column;
	width: 100%;
	padding: 0 8px;
	gap: 6px;
}

#recruit .rec-data__range {
	width: 100%;
	height: 6px;
	background: #e8eef3;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}

#recruit .rec-data__range-fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: linear-gradient(90deg, #0f3a63, #4a7fa8);
	border-radius: 3px;
	width: 0;
	transition: width 1.5s ease;
}

#recruit .rec-data__item.is-visible .rec-data__range-fill {
	width: 100%;
}

#recruit .rec-data__range-labels {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 10px;
	color: #999;
	letter-spacing: 0.05em;
}

/* =========================================================
   7. CTA / RECRUIT
   ========================================================= */
#recruit .rec-cta {
	background: #0f3a63;
	color: #fff;
	max-width: none;
	padding-left: 24px;
	padding-right: 24px;
}

#recruit .rec-cta .rec-sec__title {
	color: #fff;
}

#recruit .rec-cta .rec-sec__title::after {
	background: #fff;
}

#recruit .rec-cta .rec-sec__title-ja {
	color: #b8c4d0;
}

#recruit .rec-cta__lead {
	text-align: center;
	font-size: 16px;
	margin: 0 0 40px;
	line-height: 2.2;
	font-weight: 500;
}

#recruit .rec-cta__btns {
	text-align: center;
	margin: 0;
}

#recruit .rec-cta__btn {
	display: inline-block;
	padding: 18px 40px;
	margin: 0 8px;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition: opacity 0.2s;
}

#recruit .rec-cta__btn--primary {
	background: #fff;
	color: #0f3a63;
}

#recruit .rec-cta__btn:hover {
	opacity: 0.85;
}

/* =========================================================
   募集要項
   ========================================================= */
#recruit .rec-req-intro__lead {
	text-align: center;
	font-size: 16px;
	line-height: 2.2;
	max-width: 720px;
	margin: 0 auto;
}

/* タブナビ */
#recruit .rec-req-tabs {
	max-width: 1080px;
	margin: 0 auto 0;
}

/* タブナビ外枠：sticky + 右端フェード */
#recruit .rec-req-tabs__nav-wrap {
	position: sticky;
	top: 90px;
	z-index: 50;
	background: #fff;
	border-bottom: 1px solid #e0e6ec;
}

#recruit .rec-req-tabs__nav-wrap::after {
	/* 右端フェード */
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 60%, #fff 100%);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s;
	z-index: 1;
}

#recruit .rec-req-tabs__nav-wrap::before {
	/* 右端の矢印アイコン */
	content: "›";
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: 700;
	color: #0f3a63;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s, transform 0.4s;
	z-index: 2;
	line-height: 1;
}

#recruit .rec-req-tabs__nav-wrap.is-scrollable::after {
	opacity: 1;
}

#recruit .rec-req-tabs__nav-wrap.is-scrollable::before {
	opacity: 1;
	animation: rec-tab-arrow 1.5s ease-in-out infinite;
}

@keyframes rec-tab-arrow {
	0%, 100% { transform: translateY(-50%) translateX(0); }
	50% { transform: translateY(-50%) translateX(4px); }
}

#recruit .rec-req-tabs__nav {
	display: flex;
	gap: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Firefox */
	max-width: 1080px;
	margin: 0 auto;
}

#recruit .rec-req-tabs__nav::-webkit-scrollbar {
	display: none; /* Chrome/Safari */
}

#recruit .rec-req-tab {
	flex: 1 0 auto;
	min-width: 180px;
	padding: 24px 24px 20px;
	background: transparent;
	border: none;
	color: #888;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	cursor: pointer;
	position: relative;
	transition: color 0.25s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	white-space: nowrap;
}

#recruit .rec-req-tab::after {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: -1px; /* 親の border-bottom と重ねる */
	height: 3px;
	background: #0f3a63;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease, background 0.2s;
}

#recruit .rec-req-tab:hover {
	color: #0f3a63;
}

#recruit .rec-req-tab:hover::after {
	transform: scaleX(0.5);
	background: rgba(15, 58, 99, 0.35);
}

#recruit .rec-req-tab.is-active {
	color: #0f3a63;
}

#recruit .rec-req-tab.is-active::after {
	transform: scaleX(1);
	background: #0f3a63;
}

#recruit .rec-req-tab.is-active:hover::after {
	transform: scaleX(1);
	background: #0f3a63;
}

#recruit .rec-req-tab__num {
	font-size: 12px;
	letter-spacing: 0.25em;
	opacity: 0.6;
	font-weight: 500;
}

#recruit .rec-req-tab__name {
	font-size: 17px;
}

#recruit .rec-req-tab.is-active .rec-req-tab__num,
#recruit .rec-req-tab:hover .rec-req-tab__num {
	opacity: 1;
}

#recruit .rec-req-tab__num {
	font-size: 13px;
	letter-spacing: 0.2em;
	opacity: 0.7;
}

#recruit .rec-req-tab__name {
	font-size: 18px;
}

/* タブパネル */
#recruit .rec-req-panel {
	display: none;
}

#recruit .rec-req-panel.is-active {
	display: block;
}

#recruit .rec-req-job {
	background: #f7f9fb;
}

#recruit .rec-req-job:nth-of-type(even) {
	background: #fff;
}

#recruit .rec-req-job__head {
	text-align: center;
	margin-bottom: 48px;
}

#recruit .rec-req-job__num {
	font-size: 14px;
	color: #0f3a63;
	letter-spacing: 0.3em;
	margin: 0 0 12px;
	font-weight: 700;
}

#recruit .rec-req-job__title {
	font-size: 32px;
	font-weight: 700;
	color: #0f3a63;
	margin: 0 0 20px;
	letter-spacing: 0.05em;
}

#recruit .rec-req-job__catch {
	font-size: 16px;
	line-height: 2;
	margin: 0;
	color: #333;
	font-weight: 500;
}

#recruit .rec-req__table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
	background: #fff;
}

#recruit .rec-req-job__head + .rec-req__table {
	box-shadow: 0 4px 16px rgba(15, 58, 99, 0.06);
}

#recruit .rec-req__table th,
#recruit .rec-req__table td {
	padding: 24px 24px;
	border-bottom: 1px solid #e0e6ec;
	text-align: left;
	font-size: 15px;
	vertical-align: top;
	line-height: 1.9;
}

#recruit .rec-req__table th {
	width: 200px;
	color: #0f3a63;
	font-weight: 700;
	background: #f7f9fb;
	letter-spacing: 0.05em;
}

#recruit .rec-req__sublist {
	list-style: none;
	padding: 0;
	margin: 8px 0 0;
}

#recruit .rec-req__sublist li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 4px;
	font-size: 14px;
}

#recruit .rec-req__sublist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 8px;
	height: 2px;
	background: #0f3a63;
}

#recruit .rec-req__note {
	margin: 16px 0 0;
	padding: 12px 16px;
	background: #f0f5fa;
	border-left: 3px solid #0f3a63;
	font-size: 13px;
	line-height: 1.8;
	color: #444;
}

#recruit .rec-req-job__cta {
	margin-top: 40px;
	text-align: center;
}

/* =========================================================
   採用応募フォーム
   ========================================================= */

/* エントリーページ用ヒーロー（compact版） */
#recruit .rec-sec.rec-entry-hero {
	max-width: none;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	height: 380px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

#recruit .rec-entry-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

#recruit .rec-entry-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	animation: rec-entry-hero-zoom 20s ease-out forwards;
}

@keyframes rec-entry-hero-zoom {
	to { transform: scale(1.1); }
}

#recruit .rec-entry-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(15, 58, 99, 0.75) 0%, rgba(0, 30, 60, 0.55) 100%);
	z-index: 1;
}

#recruit .rec-entry-hero__inner {
	position: relative;
	z-index: 2;
	padding: 0 24px;
	max-width: 800px;
}

#recruit .rec-entry-hero__en {
	font-size: 14px;
	letter-spacing: 0.4em;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 16px;
	font-weight: 700;
}

#recruit .rec-entry-hero__en::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 12px auto 0;
}

#recruit .rec-entry-hero__catch {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

#recruit .rec-entry-hero__sub {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.95);
	letter-spacing: 0.1em;
	margin: 0;
	font-weight: 500;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
	#recruit .rec-sec.rec-entry-hero {
		height: 280px;
	}
	#recruit .rec-entry-hero__catch {
		font-size: 24px;
	}
	#recruit .rec-entry-hero__sub {
		font-size: 13px;
	}
}

#recruit .rec-entry__lead {
	text-align: center;
	font-size: 16px;
	line-height: 2.2;
	max-width: 720px;
	margin: 0 auto 48px;
}

#recruit .rec-form {
	max-width: 820px;
	margin: 0 auto;
}

#recruit .rec-form__group {
	margin-bottom: 56px;
	padding: 32px 32px 24px;
	background: #fff;
	border: 1px solid #e0e6ec;
	border-radius: 4px;
}

#recruit .rec-form__group-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--brand-navy);
	margin: 0 0 24px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--brand-navy);
	letter-spacing: 0.05em;
}

#recruit .rec-form__group-note {
	font-size: 13px;
	color: #666;
	margin: -12px 0 24px;
	line-height: 1.8;
}

#recruit .rec-form__row {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 16px 24px;
	padding: 16px 0;
	border-bottom: 1px solid #f0f3f7;
	align-items: start;
}

#recruit .rec-form__row:last-child {
	border-bottom: none;
}

#recruit .rec-form__label {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	padding-top: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}

#recruit .rec-form__req {
	display: inline-block;
	padding: 2px 8px;
	background: #d2547a;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	border-radius: 3px;
	letter-spacing: 0.05em;
}

#recruit .rec-form__input input[type="text"],
#recruit .rec-form__input input[type="tel"],
#recruit .rec-form__input input[type="email"],
#recruit .rec-form__input input[type="date"],
#recruit .rec-form__input select,
#recruit .rec-form__input textarea {
	width: 100%;
	padding: 12px 14px;
	font-size: 15px;
	font-family: inherit;
	color: #222;
	background: #f7f9fb;
	border: 1px solid #d8e0e8;
	border-radius: 4px;
	transition: border-color 0.2s, background 0.2s;
	box-sizing: border-box;
}

#recruit .rec-form__input input:focus,
#recruit .rec-form__input select:focus,
#recruit .rec-form__input textarea:focus {
	outline: none;
	border-color: var(--brand-blue);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(0, 135, 184, 0.1);
}

#recruit .rec-form__input--short {
	max-width: 160px;
}

#recruit .rec-form__input textarea {
	resize: vertical;
	min-height: 100px;
	line-height: 1.8;
}

#recruit .rec-form__input input[type="file"] {
	display: block;
	width: 100%;
	padding: 8px;
	font-size: 14px;
	background: #fff;
	border: 1px dashed #b8c4d0;
	border-radius: 4px;
	cursor: pointer;
}

#recruit .rec-form__input input[type="file"]::file-selector-button {
	padding: 8px 16px;
	margin-right: 12px;
	background: var(--brand-navy);
	color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

#recruit .rec-form__hint {
	font-size: 12px;
	color: #888;
	margin: 6px 0 0;
	line-height: 1.6;
}

#recruit .rec-form__file-info {
	font-size: 12px;
	margin: 8px 0 0;
	font-weight: 500;
}

#recruit .rec-form__radios {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	padding-top: 8px;
}

#recruit .rec-form__radios label {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	font-size: 15px;
}

#recruit .rec-form__radios input[type="radio"] {
	width: 18px;
	height: 18px;
	accent-color: var(--brand-blue);
}

#recruit .rec-form__group--consent {
	background: #f7f9fb;
	border: 2px solid var(--brand-navy);
	text-align: center;
	padding: 24px;
}

#recruit .rec-form__consent {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
}

#recruit .rec-form__consent input[type="checkbox"] {
	width: 20px;
	height: 20px;
	accent-color: var(--brand-navy);
}

#recruit .rec-form__consent a {
	color: var(--brand-blue);
	text-decoration: underline;
}

#recruit .rec-form__submit {
	text-align: center;
	margin-top: 40px;
}

#recruit .rec-form__btn {
	min-width: 320px;
	padding: 20px 40px;
	font-size: 17px;
}

/* 入力エラーページ */
#recruit .rec-entry-error {
	text-align: center;
	padding: 120px 24px 100px;
}

#recruit .rec-entry-error__inner {
	max-width: 720px;
	margin: 0 auto;
	background: #fff;
	padding: 56px 40px;
	border-radius: 8px;
	border-top: 4px solid #d2547a;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

#recruit .rec-entry-error__icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 24px;
	color: #d2547a;
}

#recruit .rec-entry-error__icon svg {
	width: 100%;
	height: 100%;
}

#recruit .rec-entry-error__title {
	font-size: 26px;
	font-weight: 700;
	color: var(--brand-navy);
	margin: 0 0 16px;
	letter-spacing: 0.05em;
}

#recruit .rec-entry-error__desc {
	font-size: 15px;
	line-height: 2;
	color: #444;
	margin: 0 0 32px;
}

#recruit .rec-entry-error__list {
	list-style: none;
	padding: 24px 28px;
	margin: 0 0 40px;
	background: #fdf3f6;
	border: 1px solid #f5c6d3;
	border-radius: 4px;
	text-align: left;
}

#recruit .rec-entry-error__list li {
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	line-height: 2;
	color: #b73554;
}

#recruit .rec-entry-error__list li::before {
	content: "!";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: #d2547a;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 768px) {
	#recruit .rec-entry-error {
		padding: 80px 16px 60px;
	}
	#recruit .rec-entry-error__inner {
		padding: 32px 20px;
	}
	#recruit .rec-entry-error__title {
		font-size: 20px;
	}
}

/* 送信完了ページ */
#recruit .rec-thanks {
	text-align: center;
	padding: 80px 24px 100px;
}

#recruit .rec-thanks__inner {
	max-width: 640px;
	margin: 0 auto;
}

#recruit .rec-thanks__icon {
	width: 96px;
	height: 96px;
	margin: 0 auto 32px;
	color: var(--brand-green);
}

#recruit .rec-thanks__icon svg {
	width: 100%;
	height: 100%;
}

#recruit .rec-thanks__title {
	font-size: 28px;
	font-weight: 700;
	color: var(--brand-navy);
	margin: 0 0 24px;
	letter-spacing: 0.05em;
}

#recruit .rec-thanks__desc {
	font-size: 16px;
	line-height: 2.2;
	margin: 0 0 32px;
}

#recruit .rec-thanks__note {
	font-size: 13px;
	color: #666;
	line-height: 1.9;
	margin: 0 0 40px;
	padding: 20px;
	background: #f7f9fb;
	border-radius: 4px;
}

@media (max-width: 768px) {
	#recruit .rec-form__group {
		padding: 20px 16px 16px;
	}
	#recruit .rec-form__row {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 12px 0;
	}
	#recruit .rec-form__label {
		padding-top: 0;
	}
	#recruit .rec-form__btn {
		min-width: auto;
		width: 100%;
	}
}

#recruit .rec-req-job__cta .rec-cta__btn--primary {
	background: #0f3a63;
	color: #fff;
	border-color: #0f3a63;
}

#recruit .rec-req-back {
	padding-top: 48px;
	padding-bottom: 96px;
	text-align: center;
}

#recruit .rec-req-back .rec-cta__btn {
	color: #0f3a63;
	border-color: #0f3a63;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 768px) {
	#recruit .rec-sec {
		padding: 64px 20px;
	}

	#recruit .rec-sec__head {
		margin-bottom: 40px;
	}

	#recruit .rec-sec__title {
		font-size: 26px;
	}

	#recruit .rec-message {
		min-height: 400px;
	}

	#recruit .rec-message__inner {
		padding: 80px 20px;
	}

	#recruit .rec-message__catch {
		font-size: 28px;
		margin: 0 0 24px;
	}

	#recruit .rec-message__sub {
		font-size: 14px;
		line-height: 2.1;
	}

	#recruit .rec-about__business {
		grid-template-columns: 1fr;
	}

	#recruit .rec-work__item,
	#recruit .rec-work__item--reverse {
		grid-template-columns: 1fr;
		gap: 28px;
		margin-bottom: 64px;
	}

	#recruit .rec-work__item--reverse .rec-work__photo {
		order: 0;
	}

	#recruit .rec-work__title {
		font-size: 22px;
	}

	#recruit .rec-people-preview__list {
		grid-template-columns: 1fr;
	}

	#recruit .rec-env__list {
		grid-template-columns: 1fr;
	}

	#recruit .rec-person,
	#recruit .rec-person--reverse {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	#recruit .rec-person--reverse .rec-person__photo {
		order: 0;
	}

	#recruit .rec-person__name {
		font-size: 24px;
	}

	#recruit .rec-data__list {
		grid-template-columns: repeat(2, 1fr);
	}

	#recruit .rec-data__value {
		font-size: 32px;
	}

	#recruit .rec-req__table th,
	#recruit .rec-req__table td {
		display: block;
		width: 100%;
		border-bottom: none;
	}

	#recruit .rec-req__table th {
		padding-bottom: 4px;
	}

	#recruit .rec-req__table tr {
		display: block;
		border-bottom: 1px solid #e0e6ec;
		margin-bottom: 8px;
	}

	#recruit .rec-req-tabs__nav {
		top: 60px; /* SPでヘッダーが小さい場合 */
	}

	#recruit .rec-req-tab {
		flex: 0 0 auto;
		min-width: 150px;
		padding: 16px 12px;
		font-size: 14px;
	}

	#recruit .rec-req-tab__num {
		font-size: 11px;
	}

	#recruit .rec-req-tab__name {
		font-size: 14px;
	}

	#recruit .rec-req-job__title {
		font-size: 24px;
	}

	#recruit .rec-req-tabs__nav-wrap::after {
		width: 50px;
	}

	#recruit .rec-req-tabs__nav-wrap::before {
		right: 8px;
		font-size: 20px;
	}

	#recruit .rec-cta__btn {
		display: block;
		margin: 12px auto;
		max-width: 280px;
	}
}
