/* ========================================
   pages/recruit.css
   採用ページ専用レイアウト（配色は .page_recruit / bg_recruit_soft）
======================================== */

/* ----- 共通見出し（採用ページはグラデではなく #333 ベタ） ----- */
.recruit_sec_title {
	margin: 0 0 clamp(32px, 5vw, 50px);
	font-family: var(--font_base);
	font-size: clamp(24px, 3.2vw, 32px);
	font-weight: 700;
	line-height: 1.54;
	color: var(--color_text);
}

/* ----- FV ----- */
.recruit_fv_sec {
	position: relative;
	min-height: clamp(420px, 58vw, 560px);
	padding: clamp(48px, 8vw, 100px) 0 clamp(56px, 8vw, 80px);
	overflow: hidden;
	background: #ddd;
}

.recruit_fv_bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.recruit_fv_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recruit_fv_content {
	position: relative;
	z-index: 1;
	max-width: 720px;
}

.recruit_fv_badge {
	display: inline-block;
	margin: 0 0 20px;
	padding: 10px 18px;
	border: 2px solid #111;
	background: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color_text);
}

.recruit_fv_title {
	margin: 0 0 40px;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 700;
	line-height: 1.4;
	color: var(--color_text);
	text-shadow: 1px 1px 2px #fff;
}

.recruit_fv_title_line {
	display: block;
}

.recruit_fv_lead {
	margin: 0 0 50px;
	font-size: clamp(15px, 1.8vw, 18px);
	font-weight: 700;
	line-height: 1.8;
	color: var(--color_text);
	padding-bottom: 40px;
	text-shadow: 1px 1px 3px #fff;
}

.recruit_fv_btn_wrap {
	margin: 0;
}

/* ----- イントロ ----- */
.recruit_intro_grid {
	align-items: center;
}

.recruit_intro_fig img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #ccc;
}

.recruit_intro_body {
	font-size: 16px;
	line-height: 1.8;
}

.recruit_intro_body p {
	margin: 0 0 1em;
}

.recruit_intro_body p:last-child {
	margin-bottom: 0;
}

/* ----- クレド ----- */

.recruit_credo_placeholder {
	position: relative;
	max-width: 800px;
	margin: 0 auto clamp(24px, 4vw, 40px);
	aspect-ratio: 16 / 9;
	background: #e0e0e0;
	border: 1px solid #ccc;
}

.recruit_credo_play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.recruit_credo_play i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 83px;
	height: 83px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--recruit_green);
	font-size: 28px;
	padding-left: 4px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.recruit_credo_video {
	max-width: 800px;
	margin: 0 auto clamp(24px, 4vw, 40px);
}

.recruit_credo_lead {
	font-size: 16px;
	line-height: 1.8;
}

.recruit_credo_lead p {
	margin: 0 0 0.5em;
}

.recruit_credo_lead p:last-child {
	margin-bottom: 0;
}

/* ----- メリットカード ----- */
.recruit_merit_grid {
	align-items: stretch;
}

.page_recruit .recruit_merit_grid > .recruit_merit_card {
	display: flex;
	flex-direction: column;
	flex: 1 1 calc(33.333% - var(--grid_gap) * 2 / 3);
	align-self: stretch;
	min-width: 0;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	border: 1px solid #e0e0e0;
}

.recruit_merit_card_fig {
	margin: 0 0 22px;
	overflow: hidden;
}

.recruit_merit_card_fig img {
	width: 100%;
	height: auto;
	aspect-ratio: 253 / 203;
	object-fit: cover;
	display: block;
	border: 1px solid #ccc;
}

.recruit_merit_card_title {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 16px;
	padding-bottom: 14px;
	border-bottom: 3px solid var(--recruit_pink);
	font-size: clamp(18px, 2vw, 22.4px);
	font-weight: 700;
	line-height: 1.45;
}

.recruit_merit_card_num {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--recruit_pink);
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

.recruit_merit_card_body {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	flex: 1 1 auto;
}

/* ----- 3ReSバナー ----- */
.recruit_method_banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px 32px;
	margin-top: clamp(40px, 6vw, 50px);
	padding: clamp(40px, 6vw, 70px) clamp(24px, 5vw, 85px);
	border-radius: 4px;
	background:
		radial-gradient(ellipse 75% 110% at 100% 0%, rgba(252, 153, 214, 0.72) 0%, rgba(251, 219, 255, 0.35) 38%, rgba(251, 234, 253, 0) 62%),
		radial-gradient(ellipse 70% 95% at 0% 100%, rgba(252, 153, 214, 0.65) 0%, rgba(251, 219, 255, 0.3) 40%, rgba(251, 234, 253, 0) 62%),
		var(--recruit_banner_green);
	color: #fff;
}

.recruit_method_banner_title {
	margin: 0 0 8px;
	font-size: clamp(18px, 2.2vw, 22.2px);
	font-weight: 700;
	line-height: 1.45;
}

.recruit_method_banner_lead {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
}

.recruit_method_banner_btn_wrap {
	flex: 0 1 409px;
	width: 100%;
	max-width: 409px;
	margin: 0;
}

.recruit_method_banner_btn_wrap .res_action_btn {
	width: 100%;
}

/* バナー内ボタン：テキスト中央・右端アイコン */
.page_recruit .recruit_method_banner_btn_wrap .res_action_btn--recruit_white {
	position: relative;
}

.page_recruit .recruit_method_banner_btn_wrap .res_action_btn--recruit_white .res_action_btn__body {
	align-items: center;
	text-align: center;
	width: 100%;
}

.page_recruit .recruit_method_banner_btn_wrap .res_action_btn--recruit_white .res_action_btn_ico {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12.5px;
}

/* ----- 代表メッセージ ----- */
.recruit_ceo_grid {
	align-items: center;
}

.recruit_ceo_body {
	font-size: 16px;
	line-height: 1.8;
}

.recruit_ceo_body p {
	margin: 0 0 1em;
}

.recruit_ceo_sign {
	margin: 1.5em 0 0;
	font-weight: 700;
	text-align: right;
}

.recruit_ceo_fig img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #ccc;
	object-fit: cover;
	aspect-ratio: 482 / 402;
}

/* ----- スタッフの声 ----- */
.recruit_voice_grid {
	align-items: stretch;
}

.recruit_voice_card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 30px;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
}

.recruit_voice_card_fig {
	margin: 0 0 18px;
	overflow: hidden;
}

.recruit_voice_card_fig img {
	width: 100%;
	height: auto;
	aspect-ratio: 420 / 252;
	object-fit: cover;
	display: block;
	border: 1px solid #ccc;
}

.recruit_voice_card_meta {
	margin: 0 0 12px;
	font-size: 15.8px;
	font-weight: 700;
	line-height: 1.6;
}

.recruit_voice_card_body {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
}

/* ----- FAQ ----- */
.recruit_faq_sec .wrap {
	max-width: 840px;
}

.recruit_faq_list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.recruit_faq_item {
	padding: 0 0 21px;
	border-bottom: 1px solid #e0e0e0;
}

.recruit_faq_item + .recruit_faq_item {
	padding-top: 21px;
}

.recruit_faq_q {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0 0 10px;
	font-size: clamp(16px, 1.9vw, 19.2px);
	font-weight: 700;
	line-height: 1.6;
}

.recruit_faq_q_txt {
	flex: 1 1 auto;
}

.recruit_faq_a {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 16px;
	line-height: 1.8;
	color: #555;
}

.recruit_faq_a p {
	margin: 0;
	flex: 1 1 auto;
}

.recruit_faq_a a {
	color: var(--recruit_green);
	font-weight: 700;
}

.recruit_faq_mark {
	flex: 0 0 auto;
	font-size: 22.4px;
	font-weight: 700;
	line-height: 1.4;
}

.recruit_faq_mark--q {
	color: var(--recruit_faq_q);
}

.recruit_faq_mark--a {
	color: var(--recruit_faq_a);
	font-size: 21.5px;
}

/* ----- 最終CTA ----- */
.recruit_entry_sec {
	position: relative;
	padding: clamp(72px, 10vw, 110px) 0;
	overflow: hidden;
}

.recruit_entry_bg {
	position: absolute;
	right: -8%;
	top: 65%;
	width: min(62vw, 1030px);
	transform: translateY(-50%);
	z-index: 0;
	opacity: 0.45;
	pointer-events: none;
}

.recruit_entry_bg img {
	width: 100%;
	height: auto;
	display: block;
}

.recruit_entry_overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		90deg,
		var(--recruit_pink_soft) 0%,
		rgba(255, 234, 247, 0.75) 42%,
		rgba(255, 234, 247, 0.15) 100%
	);
}

.recruit_entry_inner {
	position: relative;
	z-index: 2;
	max-width: 840px;
}

.recruit_entry_lead {
	margin: 0 0 32px;
	font-size: clamp(15px, 1.8vw, 17.6px);
	line-height: 1.8;
}

.recruit_entry_btn_wrap {
	display: flex;
	justify-content: center;
	margin: 0;
}

/* ----- SP ----- */
@media (max-width: 767px) {
	.recruit_fv_content {
		max-width: none;
	}

	.recruit_fv_btn_wrap .res_action_btn__main {
		font-size: clamp(15px, 1.6vw, 14.5px);
	}

	.recruit_fv_bg img {
		object-position: 63%;
	}

	.recruit_fv_sec {
		min-height: 0;
	}

	.recruit_method_banner {
		flex-direction: column;
		align-items: stretch;
	}

	.recruit_method_banner_btn_wrap {
		max-width: none;
	}

	.recruit_ceo_sign {
		text-align: left;
	}

	.recruit_entry_bg {
		right: -20%;
		width: 90vw;
		opacity: 0.3;
	}

	.page_recruit .recruit_merit_grid > .recruit_merit_card {
		flex: 1 1 100%;
	}

	.page_recruit .res_action_btn--recruit_green,
	.page_recruit .res_action_btn--recruit_white {
		width: 100%;
		max-width: 100%;
	}

	.recruit_method_banner_btn_wrap {
		flex: 0 1 100px;
	}
}
