/* =========================================================
   採用情報（/recruit）ページ専用スタイル
   ========================================================= */

/* recruitのセクションナビは項目が多いので折り返し許可。
   1440pxで2行になる。右は最後の項目テキストから73px、行間は24px。 */
.page-recruit .page-nav-wrap { background: #FFFFFF; margin-top: 0; }
.page-recruit .page-fv { margin-bottom: 0; }
.page-nav--recruit {
	flex-wrap: wrap;
	row-gap: 24px;
	column-gap: 40px;
	padding: 21px 73px 21px 40px;
	min-height: 0;
	align-items: flex-start;
}

/* ---- ＃募集職種（5枚） ---- */
.job-list {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.job-list__item { display: flex; flex-direction: column; }
.job-list__img {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 2px;
}
.job-list__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.job-list__name {
	margin-top: 14px;
	text-align: center;
	background: var(--c-green);
	color: #FFFFFF;
	font-family: var(--ff-jp);
	font-size: 15px;
	font-weight: 500;
	padding: 10px 6px;
	border-radius: 2px;
}
.job-list__status {
	margin-top: 10px;
	text-align: center;
	color: #8C9290;
	font-family: "Inter", var(--ff-jp), sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

/* ---- ＃働く魅力（4項目） ---- */
.charm {
	margin-top: 46px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 40px;
}
.charm__item {
	background: #E3ECE9;
	border-radius: 8px;
	padding: 28px 30px 30px;
}
.charm__title {
	font-family: var(--ff-jp);
	font-size: 19px;
	font-weight: 700;
	color: #231815;
}
.charm__text {
	margin-top: 12px;
	font-family: var(--ff-jp);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9;
	color: #2F2F2F;
}

/* ＃勤務エリア：左に画像・右に文言（左寄せ） */
.area__body--recruit {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 56px;
	flex-wrap: nowrap;
}
.area__body--recruit .area__text { flex: 1; min-width: 0; }

/* ＃勤務エリア：recruit固有の補足文（緑ボックス） */
.area__list--recruit { font-size: 18px; }
.area__note {
	margin-top: 24px;
	border-radius: 8px;
	background: var(--c-green);
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	padding: 18px 22px;
}

/* ---- ＃よくある質問（2×2） ---- */
.recruit-faq {
	margin-top: 46px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.recruit-faq__item {
	background: #E9EFEC;
	padding: 26px 30px 28px;
	border-radius: 2px;
}
.recruit-faq__q {
	font-family: var(--ff-jp);
	font-size: 16px;
	font-weight: 700;
	color: var(--c-green);
	line-height: 1.5;
}
.recruit-faq__a {
	margin-top: 14px;
	font-family: var(--ff-jp);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9;
	color: #2F2F2F;
}

/* ---- ＃スタッフの1日の流れ（タイムライン＋写真2枚） ---- */
.day-flow {
	margin-top: 46px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0;
	position: relative;
}
.day-flow__item {
	position: relative;
	text-align: center;
	padding: 0 8px;
}
/* 上部の横ライン */
.day-flow::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: #B9CCC5;
	z-index: 0;
}
.day-flow__item::before {
	content: "";
	position: relative;
	display: block;
	width: 18px; height: 18px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: var(--c-green);
	z-index: 1;
}
.day-flow__time {
	display: block;
	font-family: var(--ff-en);
	font-size: 18px;
	font-weight: 700;
	color: var(--c-green);
}
.day-flow__label {
	display: block;
	margin-top: 8px;
	font-family: var(--ff-jp);
	font-size: 15px;
	font-weight: 700;
	color: #231815;
}
.day-flow__desc {
	display: block;
	margin-top: 6px;
	font-family: var(--ff-jp);
	font-size: 12px;
	font-weight: 400;
	color: #55605C;
	line-height: 1.6;
}
.day-photos {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.day-photos__item { margin: 0; }
.day-photos__img {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 2px;
}
.day-photos__img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---- ＃給与について ---- */
.salary__prep {
	margin-top: 40px;
	font-family: var(--ff-jp);
	font-size: 22px;
	font-weight: 500;
	color: #231815;
	line-height: 1.8;
}

/* ---- ＃こんな方が活躍しています（2カラム） ---- */
.active {
	margin-top: 46px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
.active__col {
	background: #FFFFFF;
	padding: 30px 34px 34px;
	border-radius: 2px;
}
.active__col-title {
	text-align: center;
	font-family: var(--ff-jp);
	font-size: 18px;
	font-weight: 700;
	color: var(--c-green);
	padding-bottom: 16px;
	border-bottom: 1px solid #CBD6D1;
}
.active__list {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.active__list li {
	position: relative;
	padding-left: 24px;
	font-family: var(--ff-jp);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #231815;
}
.active__list li::before {
	content: "";
	position: absolute;
	left: 4px; top: 0.5em;
	width: 8px; height: 8px;
	border-radius: 50%;
	background: var(--c-green);
}
.active__note {
	margin-top: 30px;
	background: var(--c-green);
	color: #FFFFFF;
	font-family: var(--ff-jp);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9;
	padding: 24px 30px;
	border-radius: 2px;
	text-align: center;
}

/* ---- ＃先輩スタッフの声（3カード） ---- */
.voice {
	margin-top: 46px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.voice__card {
	background: #EFEFEE;
	padding: 0 0 28px;
	border-radius: 2px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.voice__img {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.voice__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.voice__name {
	margin-top: 22px;
	padding-inline: 26px;
	font-family: var(--ff-jp);
	font-size: 17px;
	font-weight: 700;
	color: #231815;
}
.voice__role {
	margin-top: 4px;
	padding-inline: 26px;
	font-family: var(--ff-jp);
	font-size: 13px;
	font-weight: 400;
	color: var(--c-green);
}
.voice__text {
	margin-top: 14px;
	padding-inline: 26px;
	font-family: var(--ff-jp);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9;
	color: #2F2F2F;
}

/* ---- グループ写真（全幅） ---- */
.recruit-groupphoto {
	width: 100%;
	max-height: 520px;
	overflow: hidden;
}
.recruit-groupphoto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ---- ＃代表メッセージ ---- */
.rep-message {
	margin-top: 40px;
	max-width: 900px;
	margin-inline: auto;
	font-family: var(--ff-jp);
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	color: #231815;
	text-align: center;
}
.rep-message__sign {
	margin-top: 26px;
	font-size: 16px;
	font-weight: 500;
}

/* ---- ＃募集要項（テーブル） ---- */
.req-table {
	margin-top: 46px;
	max-width: 1000px;
	margin-inline: auto;
	border-top: 1px solid #DADADA;
}
.req-table__row {
	display: flex;
	border-bottom: 1px solid #DADADA;
	padding: 18px 0;
}
.req-table__row:nth-of-type(odd) { background: #F4F6F5; }
.req-table__row dt {
	flex-shrink: 0;
	width: 180px;
	padding-left: 20px;
	font-family: var(--ff-jp);
	font-size: 16px;
	font-weight: 700;
	color: #231815;
}
.req-table__row dd {
	flex: 1;
	padding-left: 20px;
	padding-right: 20px;
	font-family: var(--ff-jp);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: #231815;
}

/* ---- ＃採用の流れ（3ステップ） ---- */
.recruit-flow {
	margin-top: 46px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.recruit-flow__item {
	background: #FFFFFF;
	padding: 30px 30px 34px;
	border-radius: 2px;
	position: relative;
}
.recruit-flow__step {
	display: inline-block;
	font-family: var(--ff-en);
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	background: var(--c-green);
	padding: 5px 16px;
	border-radius: 2px;
}
.recruit-flow__title {
	margin-top: 16px;
	font-family: var(--ff-jp);
	font-size: 20px;
	font-weight: 700;
	color: #231815;
}
.recruit-flow__text {
	margin-top: 14px;
	font-family: var(--ff-jp);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9;
	color: #2F2F2F;
}

/* ---- ＃エントリーフォーム ---- */
.entry__en {
	display: inline-block;
	margin-left: 12px;
	font-family: var(--ff-en);
	font-size: 0.4em;
	font-weight: 500;
	letter-spacing: 2px;
	color: var(--c-green);
	vertical-align: middle;
}
.entry-form {
	margin-top: 40px;
	max-width: 760px;
	margin-inline: auto;
	background: #FFFFFF;
	padding: 40px 48px 48px;
	border-radius: 2px;
}
/* Contact Form 7 基本スタイル */
.entry-form .wpcf7-form p { margin-bottom: 20px; }
.entry-form label {
	display: block;
	font-family: var(--ff-jp);
	font-size: 15px;
	font-weight: 700;
	color: #231815;
	margin-bottom: 8px;
}
.entry-form input[type="text"],
.entry-form input[type="email"],
.entry-form input[type="tel"],
.entry-form input[type="url"],
.entry-form input[type="number"],
.entry-form input[type="date"],
.entry-form select,
.entry-form textarea {
	width: 100%;
	font-family: var(--ff-jp);
	font-size: 15px;
	color: #231815;
	background: #F4F6F5;
	border: 1px solid #D3DAD7;
	border-radius: 2px;
	padding: 12px 14px;
	transition: border-color .2s ease;
}
.entry-form input:focus,
.entry-form select:focus,
.entry-form textarea:focus {
	outline: none;
	border-color: var(--c-green);
}
.entry-form textarea { min-height: 140px; resize: vertical; }
.entry-form .wpcf7-submit {
	display: block;
	width: 300px;
	max-width: 100%;
	margin: 30px auto 0;
	height: 60px;
	background: var(--c-green);
	color: #FFFFFF;
	font-family: var(--ff-jp);
	font-size: 18px;
	font-weight: 700;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	transition: opacity .25s ease;
}
.entry-form .wpcf7-submit:hover { opacity: .85; }
.entry-form .wpcf7-not-valid-tip {
	color: #D33;
	font-size: 13px;
	margin-top: 6px;
}
.entry-form .wpcf7-response-output {
	margin: 20px 0 0 !important;
	font-size: 14px;
	border-radius: 2px;
}
/* 個人情報・reCAPTCHA注記 */
.entry-form .cf7-privacy,
.entry-form .entry-form__privacy {
	margin-top: 24px;
	font-family: var(--ff-jp);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
	color: #55605C;
	text-align: center;
}
.entry-form .cf7-privacy a,
.entry-form .entry-form__privacy a {
	color: var(--c-green);
	text-decoration: underline;
}

/* =========================================================
   SP
   ========================================================= */
@media (max-width: 768px) {
	.page-nav--recruit { display: none; }

	.job-list {
		margin-top: 28px;
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
	.job-list__name { font-size: 13px; margin-top: 10px; }
	.job-list__status { font-size: 12px; margin-top: 8px; }

	.charm {
		margin-top: 26px;
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.charm__item { padding: 22px 22px 24px; }
	.charm__title { font-size: 16px; }
	.charm__text { font-size: 13px; }

	.area__body--recruit { flex-direction: column; gap: 20px; align-items: center; }
	.area__list--recruit { font-size: 15px; }
	.area__note { font-size: 12px; padding: 16px 18px; }

	.recruit-faq {
		margin-top: 26px;
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.recruit-faq__item { padding: 20px 20px 22px; }
	.recruit-faq__q { font-size: 14px; }
	.recruit-faq__a { font-size: 13px; }

	/* タイムライン：縦積み */
	.day-flow {
		margin-top: 26px;
		grid-template-columns: 1fr;
		gap: 0;
	}
	.day-flow::before {
		top: 0; bottom: 0; left: 8px; right: auto;
		width: 2px; height: auto;
	}
	.day-flow__item {
		text-align: left;
		padding: 0 0 22px 34px;
		position: relative;
	}
	.day-flow__item::before {
		position: absolute;
		left: 0; top: 2px;
		margin: 0;
		width: 16px; height: 16px;
	}
	.day-flow__time { font-size: 16px; }
	.day-flow__label { display: inline-block; margin-top: 2px; margin-left: 10px; font-size: 14px; }
	.day-flow__desc { margin-top: 4px; font-size: 12px; }

	.day-photos {
		margin-top: 30px;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.salary__prep { margin-top: 24px; font-size: 18px; }

	.active {
		margin-top: 26px;
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.active__col { padding: 22px 20px 24px; }
	.active__col-title { font-size: 16px; }
	.active__list li { font-size: 13px; }
	.active__note { margin-top: 20px; font-size: 13px; padding: 18px 20px; }

	.voice {
		margin-top: 26px;
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.voice__name { font-size: 16px; margin-top: 18px; }
	.voice__text { font-size: 13px; }

	.recruit-groupphoto { max-height: 260px; }

	.rep-message { margin-top: 24px; font-size: 14px; line-height: 1.9; }
	.rep-message__sign { margin-top: 18px; font-size: 14px; }

	.req-table { margin-top: 26px; }
	.req-table__row { flex-direction: column; padding: 12px; }
	.req-table__row dt { width: 100%; padding-left: 0; font-size: 13px; }
	.req-table__row dd { padding-left: 0; padding-right: 0; margin-top: 4px; font-size: 13px; }

	.recruit-flow {
		margin-top: 26px;
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.recruit-flow__title { font-size: 18px; }
	.recruit-flow__text { font-size: 13px; }

	.entry__en { font-size: 0.5em; margin-left: 8px; }
	.entry-form { margin-top: 24px; padding: 24px 20px 28px; }
	.entry-form label { font-size: 14px; }
	.entry-form .wpcf7-submit { width: 100%; height: 54px; font-size: 16px; }
}
