/**
 * 転職コミット メインスタイル
 *
 * モバイルファースト（375px基準 → min-width: 768px / 1024px で拡張）。
 * 色・サイズは theme.json のプリセット（--wp--preset--*）のみ参照する（design-rules.md §7）。
 */

/* ==========================================================================
   ベース
   ========================================================================== */

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--wp--preset--font-family--system);
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.7;
	color: var(--wp--preset--color--text);
	background: var(--wp--preset--color--background);
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
}

:focus-visible {
	outline: 2px solid var(--wp--preset--color--info);
	outline-offset: 2px;
}

/* ==========================================================================
   ヘッダー / フッター
   ========================================================================== */

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--wp--preset--color--background);
	border-bottom: 1px solid var(--wp--preset--color--border);
	padding: 12px 16px;
}

.site-title {
	margin: 0;
	font-size: var(--wp--preset--font-size--large);
	font-weight: 700;
}

.site-title a {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

.site-footer {
	margin-top: 48px;
	padding: 24px 16px calc(24px + 72px);
	background: var(--wp--preset--color--section-bg);
	border-top: 1px solid var(--wp--preset--color--border);
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--text-muted);
	text-align: center;
}

.site-main {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 16px;
}

/* ==========================================================================
   ボタン / チップ / バッジ
   ========================================================================== */

.jm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 44px;
	padding: 10px 20px;
	border-radius: 999px;
	border: none;
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 700;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.15s ease;
}

.jm-btn--primary {
	background: var(--wp--preset--gradient--cta);
	color: #fff;
}

.jm-btn--primary:active {
	background: var(--wp--preset--color--primary-dark);
}

.jm-btn--outline {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--primary-dark);
	border: 2px solid var(--wp--preset--color--primary);
}

.jm-btn--apply {
	background: var(--wp--preset--gradient--cta);
	color: #fff;
	font-size: 18px;
	flex: 1 1 70%;
}

.jm-btn--keep {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--primary-dark);
	border: 2px solid var(--wp--preset--color--primary);
	flex: 1 1 30%;
}

.jm-chip-list {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.jm-chip {
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: var(--wp--preset--font-size--small);
	white-space: nowrap;
}

.jm-chip--red {
	background: var(--wp--preset--color--chip-red-bg);
	color: var(--wp--preset--color--chip-red-text);
}

.jm-chip--orange {
	background: var(--wp--preset--color--chip-orange-bg);
	color: var(--wp--preset--color--chip-orange-text);
}

.jm-chip--teal {
	background: var(--wp--preset--color--chip-teal-bg);
	color: var(--wp--preset--color--chip-teal-text);
}

.jm-chip--navy {
	background: var(--wp--preset--color--chip-navy-bg);
	color: var(--wp--preset--color--chip-navy-text);
}

.jm-chip--link {
	min-height: 44px;
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--border);
	text-decoration: none;
	color: var(--wp--preset--color--text);
}

.jm-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 2px 10px;
	border-radius: 4px;
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 700;
}

.jm-badge--new {
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--text);
}

/* ==========================================================================
   求人カード（design-rules §4.1）
   ========================================================================== */

.jm-card-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 16px 0;
}

.jm-card {
	position: relative;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	overflow: hidden;
	background: var(--wp--preset--color--background);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.jm-card__link {
	display: block;
	text-decoration: none;
}

.jm-card__media {
	position: relative;
	aspect-ratio: 16 / 9;
	background: var(--wp--preset--color--section-bg);
}

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

.jm-card__body {
	padding: 12px 16px 16px;
}

/* 給与はタイトル下のメタ行として控えめに表示（強調しすぎない）。 */
.jm-card__salary {
	margin: 6px 0 0;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	color: var(--wp--preset--color--text);
	line-height: 1.4;
}

.jm-card__salary .jm-icon {
	color: var(--wp--preset--color--text-muted);
	flex-shrink: 0;
}

.jm-card__title {
	margin: 0;
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 700;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.jm-card__meta {
	margin: 4px 0 0;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--text-muted);
	display: flex;
	align-items: center;
	gap: 4px;
}

.jm-keep {
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid var(--wp--preset--color--border);
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--text-muted);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.jm-keep[aria-pressed="true"] {
	color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
}

/* ==========================================================================
   検索フォーム
   ========================================================================== */

.jm-search-form__field {
	margin: 0 0 16px;
	padding: 0;
	border: none;
}

.jm-search-form__label {
	display: block;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	margin-bottom: 4px;
}

.jm-select {
	width: 100%;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	font-size: var(--wp--preset--font-size--medium);
	font-family: inherit;
	background: var(--wp--preset--color--background);
}

.jm-search-form__submit {
	width: 100%;
}

.jm-salary-type {
	display: flex;
	gap: 8px;
	margin-bottom: 8px;
}

.jm-salary-type__option {
	flex: 1;
}

.jm-salary-type__option input {
	position: absolute;
	opacity: 0;
}

.jm-salary-type__option span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	cursor: pointer;
}

.jm-salary-type__option input:checked + span {
	background: var(--wp--preset--color--primary-tint);
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary-dark);
	font-weight: 700;
}

.jm-salary-type__option input:focus-visible + span {
	outline: 2px solid var(--wp--preset--color--info);
	outline-offset: 2px;
}

.jm-feature-checks {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.jm-feature-check {
	display: inline-flex;
}

.jm-feature-check input {
	position: absolute;
	opacity: 0;
}

.jm-feature-check span {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 999px;
	font-size: var(--wp--preset--font-size--small);
	cursor: pointer;
}

.jm-feature-check input:checked + span {
	background: var(--wp--preset--color--primary-tint);
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary-dark);
	font-weight: 700;
}

.jm-feature-check input:focus-visible + span {
	outline: 2px solid var(--wp--preset--color--info);
	outline-offset: 2px;
}

/* ==========================================================================
   トップページ
   ========================================================================== */

.jm-front {
	max-width: none;
	padding: 0;
}

.jm-hero {
	/* TOP写真の上に薄い白ベールを重ね、検索フォームと文字の可読性を確保する。 */
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.45) 60%, rgba(255, 255, 255, 0.78) 100%),
		url("../images/hero-top.jpg") center 25% / cover no-repeat;
	padding: 48px 16px 40px;
}

.jm-hero__inner {
	max-width: 480px;
	margin: 0 auto;
}

.jm-hero__title {
	/* セリフ体・1行固定。文字数(約21文字)に合わせたvw基準のフォントサイズで折返しを防ぐ。 */
	margin: 0;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-weight: 900;
	font-size: clamp(16px, 4.4vw, 44px);
	white-space: nowrap;
	width: max-content;
	max-width: calc(100vw - 32px);
	margin-left: 50%;
	transform: translateX(-50%);
	text-align: center;
	line-height: 1.35;
}

.jm-hero__lead {
	margin: 8px 0 24px;
	color: var(--wp--preset--color--text-muted);
}

.jm-section {
	padding: 32px 16px;
}

.jm-section--tinted {
	background: var(--wp--preset--color--section-bg);
}

.jm-section__inner {
	max-width: 1024px;
	margin: 0 auto;
}

.jm-section__title {
	margin: 0 0 16px;
	font-size: var(--wp--preset--font-size--x-large);
}

.jm-section__more {
	text-align: center;
	margin: 24px 0 0;
}

.jm-link-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.jm-link-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	background: var(--wp--preset--color--background);
	font-weight: 700;
	text-decoration: none;
}

.jm-area-group {
	margin-bottom: 16px;
}

.jm-area-group__title {
	margin: 0 0 8px;
	font-size: var(--wp--preset--font-size--large);
}

/* ==========================================================================
   求人一覧・絞り込み
   ========================================================================== */

.jm-archive-head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 16px;
	padding: 16px 0 8px;
}

.jm-archive-head__title {
	margin: 0;
	font-size: var(--wp--preset--font-size--x-large);
	flex: 1 1 100%;
}

.jm-result-count {
	margin: 0;
	color: var(--wp--preset--color--text-muted);
}

.jm-result-count-number {
	font-size: var(--wp--preset--font-size--large);
	font-weight: 700;
	color: var(--wp--preset--color--primary);
}

.jm-open-filter {
	margin-left: auto;
}

.jm-no-results {
	padding: 32px 0;
	text-align: center;
	color: var(--wp--preset--color--text-muted);
}

.jm-load-more-wrap {
	text-align: center;
	margin: 24px 0;
}

.jm-pagination {
	margin: 16px 0 32px;
	text-align: center;
}

.jm-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 8px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	margin: 0 2px;
	text-decoration: none;
}

.jm-pagination .page-numbers.current {
	background: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: #fff;
}

/* ボトムシート（モバイル） design-rules §4.4 */

.jm-filter-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 90;
}

.jm-filter {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 85vh;
	overflow-y: auto;
	background: var(--wp--preset--color--background);
	border-radius: 16px 16px 0 0;
	padding: 8px 16px calc(16px + env(safe-area-inset-bottom));
	z-index: 100;
	transform: translateY(100%);
	transition: transform 0.25s ease;
	visibility: hidden;
}

.jm-filter.is-open {
	transform: translateY(0);
	visibility: visible;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
}

.jm-filter__grabber {
	width: 40px;
	height: 4px;
	border-radius: 2px;
	background: var(--wp--preset--color--border);
	margin: 4px auto 8px;
}

.jm-filter__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.jm-filter__title {
	margin: 0;
	font-size: var(--wp--preset--font-size--large);
}

.jm-filter__close {
	width: 44px;
	height: 44px;
	border: none;
	background: none;
	font-size: 24px;
	cursor: pointer;
	color: var(--wp--preset--color--text-muted);
}

body.jm-sheet-open {
	overflow: hidden;
}

/* ==========================================================================
   求人詳細
   ========================================================================== */

.jm-single-job {
	padding-bottom: 96px;
}

.jm-job-hero {
	margin: 0 -16px;
}

.jm-job-hero img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.jm-job-head {
	padding: 16px 0 0;
}

.jm-job-head__catch {
	margin: 0 0 4px;
	font-size: var(--wp--preset--font-size--large);
	font-weight: 700;
	color: var(--wp--preset--color--primary);
}

.jm-job-head__title {
	margin: 0;
	font-size: var(--wp--preset--font-size--x-large);
	line-height: 1.35;
}

.jm-summary-bar {
	margin: 16px 0;
	padding: 12px 16px;
	background: var(--wp--preset--color--section-bg);
	border-radius: 12px;
}

.jm-summary-bar__salary {
	margin: 0;
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 700;
	color: var(--wp--preset--color--primary);
}

.jm-summary-bar__meta {
	margin: 4px 0 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--text-muted);
}

.jm-job-section {
	margin: 32px 0;
}

.jm-job-section__title {
	margin: 0 0 12px;
	padding-left: 12px;
	border-left: 4px solid var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--large);
}

.jm-appeal-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.jm-appeal-list__item {
	padding: 12px 16px;
	background: var(--wp--preset--color--primary-tint);
	border-radius: 8px;
	font-weight: 700;
}

.jm-condition-table {
	width: 100%;
	border-collapse: collapse;
	font-size: var(--wp--preset--font-size--medium);
}

.jm-condition-table th,
.jm-condition-table td {
	padding: 12px;
	border-bottom: 1px solid var(--wp--preset--color--border);
	text-align: left;
	vertical-align: top;
}

.jm-condition-table th {
	width: 30%;
	background: var(--wp--preset--color--section-bg);
	white-space: nowrap;
}

/* スティッキー応募CTA design-rules §4.2 */

.jm-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	gap: 8px;
	padding: 8px 16px calc(8px + env(safe-area-inset-bottom));
	background: var(--wp--preset--color--background);
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
	z-index: 80;
	transform: translateY(100%);
	transition: transform 0.2s ease;
}

.jm-sticky-cta.is-visible {
	transform: translateY(0);
}

.jm-sticky-cta .jm-keep {
	position: static;
	width: auto;
	border-radius: 999px;
}

/* ==========================================================================
   応募フォーム / 完了ページ（design-rules §4.5）
   ========================================================================== */

.jm-apply-page {
	background: var(--wp--preset--color--section-bg);
}

.jm-apply-header {
	background: var(--wp--preset--color--background);
	border-bottom: 1px solid var(--wp--preset--color--border);
	padding: 12px 16px;
	text-align: center;
}

.jm-apply-header .site-title {
	margin: 0;
	font-size: var(--wp--preset--font-size--large);
	font-weight: 700;
	color: var(--wp--preset--color--primary);
}

.jm-apply-header .site-title a {
	color: inherit;
	text-decoration: none;
}

.jm-apply-main {
	max-width: 560px;
	margin: 0 auto;
	padding: 16px 16px 48px;
}

.jm-apply-job {
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 12px 16px;
	margin-bottom: 16px;
}

.jm-apply-job__label {
	margin: 0;
	font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--text-muted);
}

.jm-apply-job__title {
	margin: 2px 0 0;
	font-weight: 700;
}

.jm-apply-job__salary {
	margin: 2px 0 0;
	color: var(--wp--preset--color--primary);
	font-weight: 700;
}

#jm-apply-form {
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 20px 16px;
}

.jm-hp-field {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.jm-field {
	margin-bottom: 20px;
}

.jm-field__label {
	display: block;
	font-weight: 700;
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 6px;
}

.jm-required {
	display: inline-block;
	background: var(--wp--preset--color--primary);
	color: #fff;
	font-size: var(--wp--preset--font-size--x-small);
	border-radius: 4px;
	padding: 1px 6px;
	margin-left: 6px;
	font-weight: 700;
}

.jm-field input,
.jm-field select,
.jm-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 10px 12px;
	font-size: 16px;
	font-family: inherit;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	background: var(--wp--preset--color--background);
}

.jm-field [aria-invalid="true"] {
	border-color: var(--wp--preset--color--error);
}

/* エラーは色+帯+アイコンで表現（design-rules §1.3） */

.jm-field__error,
.jm-form-error-summary {
	background: var(--wp--preset--color--error-bg);
	border-left: 4px solid var(--wp--preset--color--error);
	color: var(--wp--preset--color--error);
	padding: 8px 12px;
	margin: 8px 0 0;
	font-size: var(--wp--preset--font-size--small);
}

.jm-field__error::before,
.jm-form-error-summary p::before {
	content: "⚠ ";
}

.jm-form-error-summary {
	margin-bottom: 16px;
}

.jm-form-error-summary ul {
	margin: 4px 0 0 20px;
}

.jm-apply-optional summary {
	cursor: pointer;
	color: var(--wp--preset--color--text-muted);
	padding: 8px 0;
	min-height: 44px;
	display: flex;
	align-items: center;
}

.jm-apply-nav {
	display: flex;
	gap: 8px;
	margin-top: 8px;
}

.jm-apply-submit {
	flex: 1;
	font-size: 18px;
	min-height: 52px;
}

#jm-step-next {
	flex: 1;
}

.jm-apply-privacy {
	margin: 12px 0 0;
	font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--text-muted);
	text-align: center;
}

/* ステップ型（1問1答） */

.jm-apply-progress {
	height: 6px;
	background: var(--wp--preset--color--border);
	border-radius: 3px;
	margin-bottom: 20px;
	overflow: hidden;
}

.jm-apply-progress__bar {
	height: 100%;
	width: 0;
	background: var(--wp--preset--gradient--cta);
	transition: width 0.25s ease;
}

.jm-step-mode .jm-apply-fields > [data-step] {
	display: none;
}

.jm-step-mode .jm-apply-fields > [data-step].is-active {
	display: block;
}

.jm-step-mode .jm-apply-submit[hidden],
.jm-step-mode #jm-step-next[hidden],
.jm-step-mode #jm-step-back[hidden] {
	display: none;
}

/* 完了ページ */

.jm-thanks {
	text-align: center;
	padding: 24px 0 8px;
}

.jm-thanks__icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 12px;
	border-radius: 50%;
	background: var(--wp--preset--color--success);
	color: #fff;
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jm-thanks__title {
	margin: 0 0 8px;
	font-size: var(--wp--preset--font-size--x-large);
}

.jm-thanks-line {
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 16px;
	text-align: center;
	margin: 16px 0;
}

.jm-btn--line {
	background: #06C755;
	color: #fff;
	width: 100%;
}

.jm-thanks-similar {
	margin-top: 24px;
}

.jm-thanks-home {
	text-align: center;
	margin-top: 24px;
}

/* 詳細ページのCTAセクション */

.jm-cta-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 480px;
}

/* ==========================================================================
   マイページ / 汎用
   ========================================================================== */

.jm-page-title {
	font-size: var(--wp--preset--font-size--x-large);
	margin: 24px 0 16px;
}

.jm-notice {
	padding: 16px;
	background: var(--wp--preset--color--section-bg);
	border-radius: 12px;
	margin-bottom: 24px;
}

.jm-icon {
	flex-shrink: 0;
}

/* ==========================================================================
   タブレット以上（768px〜）
   ========================================================================== */

@media (min-width: 768px) {

	.jm-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.jm-link-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.jm-hero__inner {
		max-width: 640px;
	}

	.jm-hero {
		padding: 96px 16px 80px;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.28) 70%, rgba(255, 255, 255, 0.6) 100%),
			url("../images/hero-top.jpg") center 30% / cover no-repeat;
	}

	.jm-hero__title,
	.jm-hero__lead {
		text-shadow: 0 1px 8px rgba(255, 255, 255, 0.9), 0 0 2px rgba(255, 255, 255, 0.8);
	}

	.jm-hero__lead {
		color: var(--wp--preset--color--text);
		font-weight: 700;
	}

	.jm-search-form--hero {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr auto;
		gap: 12px;
		align-items: end;
	}

	.jm-search-form--hero .jm-search-form__field {
		margin: 0;
	}

	.jm-search-form--hero .jm-search-form__submit {
		width: auto;
		min-width: 160px;
	}

	/* 絞り込みはサイドバー化（ボトムシート解除） */

	.jm-open-filter,
	.jm-filter-overlay,
	.jm-filter__grabber,
	.jm-filter__close {
		display: none;
	}

	.jm-archive-layout {
		display: grid;
		grid-template-columns: 280px 1fr;
		gap: 24px;
		align-items: start;
	}

	.jm-filter {
		position: sticky;
		top: 72px;
		max-height: none;
		transform: none;
		visibility: visible;
		border: 1px solid var(--wp--preset--color--border);
		border-radius: 12px;
		padding: 16px;
		z-index: 1;
	}

	body.jm-sheet-open {
		overflow: auto;
	}
}

@media (min-width: 1024px) {

	.jm-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.jm-front .jm-card-grid,
	.jm-job-section--similar .jm-card-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* ==========================================================================
   LP（Phase 6）
   ========================================================================== */

.jm-lp-main {
	padding-bottom: 48px;
}

.jm-lp-page--headerless .jm-lp-main {
	padding-top: 0;
}

.jm-lp-hero {
	background: var(--wp--preset--gradient--cta);
	color: var(--wp--preset--color--background);
	text-align: center;
	padding: 56px 20px;
	margin: 0 -16px 32px;
}

.jm-lp-hero__title {
	margin: 0 0 12px;
	font-size: var(--wp--preset--font-size--x-large);
	line-height: 1.4;
}

.jm-lp-hero__sub {
	margin: 0 auto 24px;
	max-width: 560px;
	font-size: var(--wp--preset--font-size--medium);
}

.jm-lp-hero .jm-lp-hero__cta,
.jm-lp-hero .jm-btn {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--primary-dark);
	min-width: 240px;
}

.jm-lp-hero .jm-btn--line {
	background: #06C755; /* LINEブランドカラー（.jm-btn--line と同一の例外） */
	color: #fff;
}

.jm-lp-section {
	margin: 0 auto 40px;
	max-width: 1024px;
}

.jm-lp-appeals {
	list-style: none;
	counter-reset: jm-appeal;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.jm-lp-appeal {
	counter-increment: jm-appeal;
	position: relative;
	background: var(--wp--preset--color--section-bg);
	border-radius: 12px;
	padding: 20px 20px 20px 64px;
}

.jm-lp-appeal::before {
	content: counter(jm-appeal, decimal-leading-zero);
	position: absolute;
	left: 16px;
	top: 18px;
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 700;
	line-height: 1;
	color: var(--wp--preset--color--primary);
}

.jm-lp-appeal__title {
	margin: 0 0 8px;
	font-size: var(--wp--preset--font-size--large);
}

.jm-lp-appeal__text {
	margin: 0;
	color: var(--wp--preset--color--text-muted);
}

.jm-lp-cta-band {
	background: var(--wp--preset--color--section-bg);
	border-radius: 12px;
	text-align: center;
	padding: 32px 20px;
	margin: 0 auto 40px;
	max-width: 1024px;
}

.jm-lp-cta-band__copy {
	margin: 0 0 16px;
	font-size: var(--wp--preset--font-size--large);
	font-weight: 700;
}

.jm-lp-cta-band .jm-btn {
	min-width: 260px;
}

.jm-lp-faq {
	display: grid;
	gap: 12px;
}

.jm-lp-faq__item {
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	padding: 0;
}

.jm-lp-faq__q {
	cursor: pointer;
	font-weight: 700;
	padding: 14px 16px;
	min-height: 44px;
	list-style-position: inside;
}

.jm-lp-faq__a {
	margin: 0;
	padding: 0 16px 14px;
	color: var(--wp--preset--color--text-muted);
}

.jm-lp-content {
	padding-top: 24px;
}

.jm-lp-pattern-cta {
	text-align: center;
}

@media (min-width: 768px) {

	.jm-lp-hero {
		margin: 0 0 40px;
		border-radius: 0 0 16px 16px;
		padding: 72px 24px;
	}

	.jm-lp-appeals {
		grid-template-columns: repeat(3, 1fr);
	}

	.jm-lp-appeal {
		padding: 56px 20px 24px;
	}

	.jm-lp-appeal::before {
		left: 20px;
		top: 16px;
	}
}

/* ==========================================================================
   記事（転職コラム / Phase 7）
   ========================================================================== */

.jm-article {
	max-width: 720px;
	padding-bottom: 48px;
}

.jm-article__head {
	padding: 24px 0 8px;
}

.jm-article__category {
	display: inline-block;
	background: var(--wp--preset--color--chip-red-bg);
	color: var(--wp--preset--color--chip-red-text);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	border-radius: 999px;
	padding: 4px 12px;
	text-decoration: none;
	margin-bottom: 12px;
}

.jm-article__title {
	margin: 0 0 8px;
	font-size: var(--wp--preset--font-size--x-large);
	line-height: 1.4;
}

.jm-article__meta {
	margin: 0;
	color: var(--wp--preset--color--text-muted);
	font-size: var(--wp--preset--font-size--small);
}

.jm-article__eyecatch img {
	border-radius: 12px;
	margin: 16px 0;
}

.jm-article__body {
	margin-top: 16px;
}

.jm-article__body h2 {
	font-size: var(--wp--preset--font-size--large);
	border-left: 4px solid var(--wp--preset--color--primary);
	background: var(--wp--preset--color--section-bg);
	border-radius: 0 8px 8px 0;
	padding: 10px 14px;
	margin: 40px 0 16px;
}

.jm-article__body h3 {
	font-size: var(--wp--preset--font-size--medium);
	border-bottom: 2px solid var(--wp--preset--color--border);
	padding-bottom: 6px;
	margin: 28px 0 12px;
}

.jm-article__body ul {
	background: var(--wp--preset--color--section-bg);
	border-radius: 8px;
	padding: 16px 16px 16px 36px;
}

.jm-article__body li {
	margin-bottom: 6px;
}

.jm-article-inline-link {
	border: 1px solid var(--wp--preset--color--primary);
	border-radius: 8px;
	padding: 12px 16px;
	font-weight: 700;
}

.jm-article-inline-link a {
	color: var(--wp--preset--color--primary-dark);
}

.jm-article-related {
	margin-top: 40px;
	border-top: 1px solid var(--wp--preset--color--border);
	padding-top: 8px;
}

.jm-article-related a {
	color: var(--wp--preset--color--primary-dark);
}

/* ==========================================================================
   マイページ・キープ（Phase 8）
   ========================================================================== */

.jm-keep.is-kept {
	color: var(--wp--preset--color--primary);
}

.jm-keep.is-kept svg path {
	fill: currentColor;
}

.jm-mypage {
	padding-bottom: 48px;
}

.jm-mypage__title {
	margin: 24px 0 16px;
	font-size: var(--wp--preset--font-size--x-large);
}

.jm-mypage__greeting {
	margin: 0 0 24px;
}

.jm-mypage__logout {
	margin-left: 12px;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--text-muted);
}

.jm-mypage-section {
	margin-bottom: 40px;
}

.jm-mypage-empty {
	color: var(--wp--preset--color--text-muted);
	background: var(--wp--preset--color--section-bg);
	border-radius: 8px;
	padding: 16px;
}

.jm-mypage-notice {
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 16px;
}

.jm-mypage-notice--success {
	background: var(--wp--preset--color--section-bg);
	border-left: 4px solid var(--wp--preset--color--success);
}

.jm-mypage-notice--error {
	background: var(--wp--preset--color--error-bg);
	border-left: 4px solid var(--wp--preset--color--error);
	color: var(--wp--preset--color--error);
}

.jm-mypage-notice p {
	margin: 0;
}

.jm-register-banner {
	background: var(--wp--preset--color--section-bg);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 32px;
}

.jm-register-banner__copy {
	margin: 0 0 12px;
}

.jm-mypage-form {
	max-width: 480px;
	display: grid;
	gap: 16px;
}

.jm-mypage-help {
	color: var(--wp--preset--color--text-muted);
	font-size: var(--wp--preset--font-size--small);
	margin: 0 0 12px;
}

.jm-mypage-or {
	margin: 16px 0 8px;
	color: var(--wp--preset--color--text-muted);
}

.jm-application-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.jm-application-list__item {
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	padding: 12px 16px;
	display: flex;
	gap: 12px;
	align-items: baseline;
	flex-wrap: wrap;
}

.jm-application-list__date {
	color: var(--wp--preset--color--text-muted);
	font-size: var(--wp--preset--font-size--small);
	white-space: nowrap;
}

/* 登録訴求ポップアップ（3件目キープ時） */
.mh-register-popup {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 88px;
	z-index: 90;
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
	padding: 16px;
}

.mh-register-popup__copy {
	margin: 0 0 12px;
	font-weight: 700;
}

.mh-register-popup__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.mh-register-popup__close {
	min-width: 44px;
	min-height: 44px;
	border: none;
	background: transparent;
	font-size: 20px;
	color: var(--wp--preset--color--text-muted);
	cursor: pointer;
}

@media (min-width: 768px) {

	.mh-register-popup {
		left: auto;
		right: 24px;
		bottom: 24px;
		max-width: 380px;
	}
}

/* ==========================================================================
   保存した検索条件（Phase 9）
   ========================================================================== */

.jm-save-search {
	white-space: nowrap;
}

.mh-search-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.mh-search-item {
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.mh-search-item__label {
	font-weight: 700;
	color: var(--wp--preset--color--text);
	text-decoration: none;
}

.mh-search-item__label:hover {
	color: var(--wp--preset--color--primary-dark);
	text-decoration: underline;
}

.mh-search-item__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mh-notify-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: var(--wp--preset--font-size--small);
	min-height: 44px;
	cursor: pointer;
}

.mh-search-delete {
	min-width: 44px;
	min-height: 44px;
	border: none;
	background: transparent;
	color: var(--wp--preset--color--text-muted);
	font-size: 18px;
	cursor: pointer;
}

.mh-search-delete:hover {
	color: var(--wp--preset--color--error);
}

/* ==========================================================================
   ポータルUI（ヘッダー/フッター/トップ強化）
   ========================================================================== */

.site-header__inner {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	max-width: 1140px;
	margin: 0 auto;
}

.site-header__brand {
	display: flex;
	align-items: baseline;
	gap: 8px;
	min-width: 0;
}

.global-nav {
	order: 3;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.global-nav__list {
	list-style: none;
	display: flex;
	gap: 4px;
	margin: 0;
	padding: 0;
}

.global-nav__list a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 12px;
	min-height: 44px;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	text-decoration: none;
	color: var(--wp--preset--color--text);
	border-radius: 8px;
	white-space: nowrap;
}

.global-nav__list a:hover {
	background: var(--wp--preset--color--section-bg);
	color: var(--wp--preset--color--primary-dark);
}

.global-nav__list svg {
	color: var(--wp--preset--color--primary);
	flex-shrink: 0;
}

.site-header__actions {
	margin-left: auto;
}

.site-header__cta {
	padding: 12px 32px;
	min-height: 50px;
	font-size: 16px;
	white-space: nowrap;
	border-radius: 8px;
}

@media (min-width: 1024px) {

	.site-header {
		padding: 12px 24px 0;
	}

	.global-nav {
		margin-top: 4px;
	}

	/* 参照サイト準拠: テキストタブを全幅に均等配置(アイコンなし・中央揃え) */
	.global-nav__list {
		gap: 0;
		justify-content: space-between;
		max-width: 1140px;
		margin: 0 auto;
	}

	.global-nav__list li {
		flex: 1;
	}

	.global-nav__list a {
		justify-content: center;
		width: 100%;
		font-size: 16px;
		padding: 18px 8px 15px;
		border-radius: 0;
		border-bottom: 3px solid transparent;
	}

	.global-nav__list svg {
		display: none;
	}

	.global-nav__list a:hover {
		background: none;
		border-bottom-color: var(--wp--preset--color--primary);
		color: var(--wp--preset--color--primary-dark);
	}
}

/* ヒーロー強化 */

.jm-hero__count {
	font-size: 1.6em;
	color: var(--wp--preset--color--accent);
	padding: 0 2px;
}

.jm-hero__popular {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.jm-hero__popular-label {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	color: var(--wp--preset--color--text);
	text-shadow: 0 1px 6px rgba(255, 255, 255, 0.9);
}

.jm-hero__popular .jm-chip--link {
	background: rgba(255, 255, 255, 0.92);
	color: var(--wp--preset--color--primary-dark);
	border: none;
}

/* 実績帯 */

.jm-stats-band {
	background: var(--wp--preset--color--background);
	border-bottom: 1px solid var(--wp--preset--color--border);
	padding: 16px;
}

.jm-stats-band__inner {
	max-width: 720px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.jm-stat {
	text-align: center;
	background: var(--wp--preset--color--section-bg);
	border-radius: 12px;
	padding: 12px 8px;
}

.jm-stat__label {
	display: block;
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 700;
	color: var(--wp--preset--color--primary-dark);
}

.jm-stat__value {
	display: block;
	font-size: var(--wp--preset--font-size--xx-large);
	font-weight: 700;
	line-height: 1.2;
	color: var(--wp--preset--color--text);
}

.jm-stat__value small {
	font-size: var(--wp--preset--font-size--small);
}

.jm-stat__note {
	font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--text-muted);
	margin-left: 2px;
}

/* セクション見出し補助 */

.jm-section__subtitle {
	display: inline-block;
	margin-left: 10px;
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 400;
	color: var(--wp--preset--color--text-muted);
}

.jm-subsection-title {
	font-size: var(--wp--preset--font-size--medium);
	margin: 28px 0 12px;
}

/* ランキング */

.jm-ranking {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
	counter-reset: none;
}

.jm-ranking__link {
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 12px 16px;
	min-height: 44px;
	text-decoration: none;
	color: var(--wp--preset--color--text);
	background: var(--wp--preset--color--background);
}

.jm-ranking__link:hover {
	border-color: var(--wp--preset--color--primary);
}

.jm-ranking__rank {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	background: var(--wp--preset--color--section-bg);
	color: var(--wp--preset--color--text-muted);
}

.jm-ranking__rank--1 {
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--text);
}

.jm-ranking__rank--2 {
	background: #dfe3ea;
	color: var(--wp--preset--color--text);
}

.jm-ranking__rank--3 {
	background: #f0d9c0;
	color: var(--wp--preset--color--text);
}

.jm-ranking__title {
	display: block;
	font-weight: 700;
}

.jm-ranking__meta {
	display: block;
	font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--text-muted);
	margin-top: 2px;
}

/* リンクカードの件数バッジ */

.jm-link-card__count,
.jm-area-group__count {
	display: inline-block;
	margin-left: 8px;
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 400;
	color: var(--wp--preset--color--text-muted);
}

/* 人気の検索条件（コンボリンク） */

.jm-combo-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px 16px;
}

.jm-combo-links a {
	display: inline-block;
	padding: 6px 0;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--text);
	text-decoration: none;
}

.jm-combo-links a::before {
	content: '›';
	color: var(--wp--preset--color--primary);
	margin-right: 6px;
	font-weight: 700;
}

.jm-combo-links a:hover {
	color: var(--wp--preset--color--primary-dark);
	text-decoration: underline;
}

/* 特集カード */

.jm-feature-grid {
	display: grid;
	gap: 12px;
}

.jm-feature-card {
	display: block;
	position: relative;
	background: linear-gradient(135deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary-dark) 100%);
	color: #fff;
	border-radius: 12px;
	padding: 24px 20px;
	text-decoration: none;
	overflow: hidden;
}

.jm-feature-card::after {
	content: '';
	position: absolute;
	right: -30px;
	top: -30px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
}

.jm-feature-card__badge {
	display: inline-block;
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--text);
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 700;
	border-radius: 999px;
	padding: 2px 10px;
	margin-bottom: 10px;
}

.jm-feature-card__title {
	display: block;
	font-size: var(--wp--preset--font-size--large);
	font-weight: 700;
	line-height: 1.4;
}

.jm-feature-card__excerpt {
	display: block;
	margin-top: 8px;
	font-size: var(--wp--preset--font-size--small);
	color: rgba(255, 255, 255, 0.9);
}

.jm-feature-card__more {
	display: block;
	margin-top: 12px;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	color: rgba(255, 255, 255, 0.95);
}

.jm-features-archive__lead {
	color: var(--wp--preset--color--text-muted);
	margin: 0 0 24px;
}

/* コラムリスト */

.jm-column-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.jm-column-item__link {
	display: flex;
	align-items: baseline;
	gap: 12px;
	padding: 12px 16px;
	min-height: 44px;
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	text-decoration: none;
	color: var(--wp--preset--color--text);
}

.jm-column-item__link:hover {
	border-color: var(--wp--preset--color--primary);
}

.jm-column-item__date {
	flex-shrink: 0;
	font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--text-muted);
}

.jm-column-item__title {
	font-weight: 700;
}

/* 転職の流れ */

.jm-flow {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.jm-flow__step {
	position: relative;
	background: var(--wp--preset--color--section-bg);
	border-radius: 12px;
	padding: 20px 20px 20px 64px;
}

.jm-flow__number {
	position: absolute;
	left: 16px;
	top: 18px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--wp--preset--color--primary);
	color: #fff;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.jm-flow__title {
	margin: 0 0 4px;
	font-size: var(--wp--preset--font-size--medium);
}

.jm-flow__text {
	margin: 0;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--text-muted);
}

/* パンくず */

.jm-breadcrumbs {
	padding: 12px 0 0;
	overflow-x: auto;
}

.jm-breadcrumbs__list {
	list-style: none;
	display: flex;
	gap: 4px;
	margin: 0;
	padding: 0;
	font-size: var(--wp--preset--font-size--x-small);
	white-space: nowrap;
}

.jm-breadcrumbs__item:not(:first-child)::before {
	content: '›';
	margin: 0 4px;
	color: var(--wp--preset--color--text-muted);
}

.jm-breadcrumbs__item a {
	color: var(--wp--preset--color--text-muted);
	text-decoration: none;
}

.jm-breadcrumbs__item a:hover {
	color: var(--wp--preset--color--primary-dark);
	text-decoration: underline;
}

.jm-breadcrumbs__item span {
	color: var(--wp--preset--color--text);
}

/* 会員登録CTA帯 + メガフッター */

.footer-cta {
	background: var(--wp--preset--gradient--cta);
	color: #fff;
	padding: 32px 16px;
	text-align: center;
}

.footer-cta__inner {
	max-width: 720px;
	margin: 0 auto;
}

.footer-cta__copy {
	margin: 0 0 16px;
}

.footer-cta .jm-btn--primary {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--primary-dark);
	min-width: 260px;
}

.site-footer {
	text-align: left;
}

.site-footer__sitemap {
	max-width: 1120px;
	margin: 0 auto;
	display: grid;
	gap: 24px;
	padding: 8px 0 24px;
}

.footer-col__title {
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--text);
	border-left: 3px solid var(--wp--preset--color--primary);
	padding-left: 8px;
	margin: 16px 0 8px;
}

.footer-col__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2px 14px;
}

.footer-col__links a {
	display: inline-block;
	padding: 4px 0;
	font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--text-muted);
	text-decoration: none;
}

.footer-col__links a:hover {
	color: var(--wp--preset--color--primary-dark);
	text-decoration: underline;
}

.footer-col__child a::before {
	content: '›';
	margin-right: 3px;
}

.footer-col__count {
	margin-left: 3px;
	opacity: 0.7;
}

.site-footer__copyright {
	text-align: center;
	margin: 16px 0 0;
	padding-top: 16px;
	border-top: 1px solid var(--wp--preset--color--border);
}

@media (min-width: 768px) {

	.jm-combo-links {
		grid-template-columns: repeat(3, 1fr);
	}

	.jm-feature-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.jm-feature-grid--archive {
		grid-template-columns: repeat(2, 1fr);
	}

	.jm-flow {
		grid-template-columns: repeat(4, 1fr);
	}

	.jm-flow__step {
		padding: 60px 16px 20px;
	}

	.jm-flow__number {
		left: 16px;
		top: 16px;
	}

	.site-footer__sitemap {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* ==========================================================================
   広告LP用コンポーネント（叩き台で使用）
   ========================================================================== */

.jm-lp-eyebrow {
	display: inline-block;
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--text);
	font-weight: 700;
	font-size: var(--wp--preset--font-size--small);
	border-radius: 999px;
	padding: 4px 16px;
	margin-bottom: 12px;
}

.jm-lp-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	max-width: 640px;
	margin: 24px auto 0;
}

.jm-lp-stats__item {
	background: rgba(255, 255, 255, 0.94);
	border-radius: 12px;
	padding: 12px 8px;
	text-align: center;
	color: var(--wp--preset--color--text);
}

.jm-lp-stats__label {
	display: block;
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 700;
	color: var(--wp--preset--color--primary-dark);
}

.jm-lp-stats__value {
	display: block;
	font-size: var(--wp--preset--font-size--xx-large);
	font-weight: 700;
	line-height: 1.2;
}

.jm-lp-stats__value small {
	font-size: var(--wp--preset--font-size--small);
}

.jm-lp-voices {
	display: grid;
	gap: 12px;
}

.jm-lp-voice {
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 20px;
}

.jm-lp-voice__meta {
	display: block;
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 700;
	color: var(--wp--preset--color--primary-dark);
	margin-bottom: 8px;
}

.jm-lp-voice__text {
	margin: 0;
	font-size: var(--wp--preset--font-size--small);
}

@media (min-width: 768px) {

	.jm-lp-voices {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* ==========================================================================
   広告LP v2（AMBI/ビズリーチ/レバテック型のアートディレクション）
   ========================================================================== */

.jm-lp-page--headerless {
	background: var(--wp--preset--color--background);
	/* 下部固定CTAバーの高さ分 */
	padding-bottom: 84px;
}

/* ブランドバー（ビズリーチ型: ヘッダーレスでもロゴ+タグラインは出す） */

.jm-lp-topbar {
	background: #1a1a1a;
	color: #fff;
	padding: 12px 16px;
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.jm-lp-topbar__logo {
	margin: 0;
	font-size: var(--wp--preset--font-size--large);
	font-weight: 700;
	color: var(--wp--preset--color--primary);
	letter-spacing: 0.02em;
}

.jm-lp-topbar__logo a {
	color: inherit;
	text-decoration: none;
}

.jm-lp-topbar__tagline {
	margin: 0;
	font-size: var(--wp--preset--font-size--x-small);
	color: rgba(255, 255, 255, 0.85);
}

/* ヒーロー v2 */

.jm-lp-main {
	padding-bottom: 0;
}

.jm-lp-hero {
	position: relative;
	background:
		radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.14) 0, rgba(255, 255, 255, 0.14) 120px, transparent 121px),
		radial-gradient(circle at 8% 85%, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 90px, transparent 91px),
		linear-gradient(150deg, #f0453f 0%, var(--wp--preset--color--primary) 45%, var(--wp--preset--color--primary-dark) 100%);
	padding: 48px 20px 96px;
	margin: 0 -16px 0;
	border-radius: 0;
	text-align: center;
	overflow: hidden;
}

.jm-lp-hero::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 48px;
	background: var(--wp--preset--color--background);
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.jm-lp-slash {
	margin: 0 0 12px;
	color: #fff;
	font-weight: 700;
	font-size: var(--wp--preset--font-size--medium);
	letter-spacing: 0.08em;
}

.jm-lp-eyebrow {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.jm-lp-hero__title {
	margin: 0 0 14px;
	font-size: clamp(28px, 6.4vw, 44px);
	line-height: 1.35;
	font-weight: 900;
	letter-spacing: 0.01em;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.jm-lp-hero__big {
	font-size: 1.5em;
	color: var(--wp--preset--color--accent);
	padding: 0 2px;
	line-height: 1;
}

.jm-marker {
	background: linear-gradient(transparent 62%, var(--wp--preset--color--accent) 62%, var(--wp--preset--color--accent) 94%, transparent 94%);
	padding: 0 2px;
}

.jm-lp-hero__sub {
	max-width: 560px;
	margin: 0 auto 20px;
	color: rgba(255, 255, 255, 0.96);
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.8;
}

/* 実績カード v2（白カード+シャドウで浮かせる） */

.jm-lp-stats {
	max-width: 560px;
	margin: 0 auto 24px;
	gap: 10px;
}

.jm-lp-stats__item {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	padding: 14px 6px 10px;
}

.jm-lp-stats__label {
	font-size: var(--wp--preset--font-size--x-small);
}

.jm-lp-stats__value {
	color: var(--wp--preset--color--primary-dark);
	font-size: clamp(26px, 5vw, 34px);
}

/* CTAボタン v2（イエロー×矢印サークル+マイクロコピー） */

.jm-lp-cta-micro {
	margin: 0 0 10px;
	color: #fff;
	font-weight: 700;
	font-size: var(--wp--preset--font-size--small);
	letter-spacing: 0.06em;
}

.jm-lp-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: min(320px, 86%);
	min-height: 60px;
	padding: 16px 52px 16px 28px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffd84d 0%, var(--wp--preset--color--accent) 100%);
	color: #1a1a1a;
	font-size: var(--wp--preset--font-size--large);
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 6px 0 #c99a00, 0 12px 24px rgba(0, 0, 0, 0.22);
	transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.jm-lp-btn:hover {
	transform: translateY(2px);
	box-shadow: 0 4px 0 #c99a00, 0 8px 18px rgba(0, 0, 0, 0.2);
}

.jm-lp-btn__arrow {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #1a1a1a;
	color: var(--wp--preset--color--accent);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
}

/* セクション見出し v2（英語アイブロウ+センター+下線バー） */

.jm-lp-heading {
	text-align: center;
	margin: 0 0 24px;
}

.jm-lp-heading__en {
	display: block;
	color: var(--wp--preset--color--primary);
	font-weight: 700;
	font-size: var(--wp--preset--font-size--x-small);
	letter-spacing: 0.22em;
	margin-bottom: 4px;
}

.jm-lp-heading__title {
	margin: 0;
	font-size: clamp(22px, 5vw, 30px);
	font-weight: 900;
	line-height: 1.4;
}

.jm-lp-heading::after {
	content: '';
	display: block;
	width: 48px;
	height: 4px;
	border-radius: 2px;
	background: var(--wp--preset--color--primary);
	margin: 14px auto 0;
}

.jm-lp-section {
	padding: 48px 0;
	margin: 0 auto;
}

.jm-lp-section--gray {
	background: #f7f5f4;
	margin-left: -16px;
	margin-right: -16px;
	padding-left: 16px;
	padding-right: 16px;
	max-width: none;
}

.jm-lp-section--gray > * {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

/* 悩みチェックリスト */

.jm-lp-worries {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
	max-width: 640px;
}

.jm-lp-worries li {
	position: relative;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
	padding: 16px 16px 16px 52px;
	font-weight: 700;
}

.jm-lp-worries li::before {
	content: '✓';
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--wp--preset--color--primary);
	color: #fff;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.jm-lp-tenkai {
	position: relative;
	text-align: center;
	font-size: clamp(18px, 4.4vw, 24px);
	font-weight: 900;
	margin: 36px auto 0;
	padding-bottom: 28px;
}

.jm-lp-tenkai strong {
	color: var(--wp--preset--color--primary);
}

.jm-lp-tenkai::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border: 14px solid transparent;
	border-top-color: var(--wp--preset--color--primary);
	border-bottom: none;
}

/* 理由カード v2（白カード+ナンバーバッジ+アイコン） */

.jm-lp-reasons {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 28px 12px;
}

.jm-lp-reason {
	position: relative;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
	padding: 36px 20px 22px;
	text-align: center;
}

.jm-lp-reason__badge {
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--wp--preset--color--primary);
	color: #fff;
	font-weight: 900;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(194, 31, 31, 0.35);
}

.jm-lp-reason__icon {
	display: block;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 10px;
}

.jm-lp-reason__title {
	margin: 0 0 8px;
	font-size: var(--wp--preset--font-size--large);
	font-weight: 900;
}

.jm-lp-reason__text {
	margin: 0;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--text-muted);
	text-align: left;
	line-height: 1.8;
}

/* 利用者の声 v2（アバター+吹き出し） */

.jm-lp-voices {
	gap: 20px;
}

.jm-lp-voice {
	border: none;
	background: none;
	padding: 0;
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 12px;
	align-items: start;
}

.jm-lp-voice__avatar {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary-dark) 100%);
	color: #fff;
	font-weight: 900;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	flex-shrink: 0;
}

.jm-lp-voice__bubble {
	position: relative;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	padding: 14px 16px;
}

.jm-lp-voice__bubble::before {
	content: '';
	position: absolute;
	left: -8px;
	top: 18px;
	border: 8px solid transparent;
	border-right-color: #fff;
	border-left: none;
}

.jm-lp-voice__meta {
	margin-bottom: 6px;
}

/* FAQ v2（Qバッジ+アコーディオン） */

.jm-lp-faq__item {
	border: none;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
	overflow: hidden;
}

.jm-lp-faq__q {
	position: relative;
	list-style: none;
	padding: 16px 44px 16px 52px;
}

.jm-lp-faq__q::-webkit-details-marker {
	display: none;
}

.jm-lp-faq__q::before {
	content: 'Q';
	position: absolute;
	left: 14px;
	top: 14px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--wp--preset--color--primary);
	color: #fff;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

.jm-lp-faq__q::after {
	content: '+';
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	font-weight: 700;
	color: var(--wp--preset--color--primary);
}

.jm-lp-faq__item[open] .jm-lp-faq__q::after {
	content: '−';
}

.jm-lp-faq__a {
	padding: 0 16px 16px 52px;
	position: relative;
}

/* 締めCTA v2 */

.jm-lp-cta-band {
	background:
		radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0.12) 90px, transparent 91px),
		linear-gradient(150deg, #f0453f 0%, var(--wp--preset--color--primary-dark) 100%);
	color: #fff;
	border-radius: 20px;
	padding: 40px 20px;
	margin: 48px auto;
	max-width: 1024px;
}

.jm-lp-cta-band__copy {
	color: #fff;
	font-size: clamp(20px, 4.6vw, 26px);
	font-weight: 900;
	margin-bottom: 16px;
}

/* 下部固定CTAバー（レバテック型） */

.jm-lp-stickybar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(26, 26, 26, 0.96);
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
	display: flex;
	justify-content: center;
}

.jm-lp-stickybar .jm-lp-btn {
	min-height: 52px;
	width: min(560px, 100%);
	padding: 12px 52px 12px 20px;
	font-size: var(--wp--preset--font-size--medium);
	box-shadow: 0 4px 0 #c99a00;
}

@media (min-width: 768px) {

	.jm-lp-hero {
		margin: 0;
		padding: 72px 24px 120px;
	}

	.jm-lp-reasons,
	.jm-lp-worries {
		max-width: none;
	}

	.jm-lp-reasons {
		grid-template-columns: repeat(3, 1fr);
	}

	.jm-lp-worries {
		max-width: 720px;
		margin: 0 auto;
	}
}

/* 企業名表示（ポータル型・ADR-005）+ 全国エリアグリッド */

.jm-card__company {
	margin: 2px 0 0;
	font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--text-muted);
	display: flex;
	align-items: center;
	gap: 4px;
}

.jm-job-head__company {
	margin: 4px 0 0;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--text-muted);
}

.jm-link-grid--areas {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {

	.jm-link-grid--areas {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 1024px) {

	.jm-link-grid--areas {
		grid-template-columns: repeat(6, 1fr);
	}
}

/* ==========================================================================
   記事アーカイブ（転職コラム一覧）
   ========================================================================== */

.rt-archive {
	max-width: 1120px;
	margin: 0 auto;
	padding: 16px;
}

.rt-archive__header {
	margin: 8px 0 20px;
}

.rt-archive__title {
	margin: 0 0 8px;
	font-size: var(--wp--preset--font-size--x-large);
}

.rt-archive__description {
	color: var(--wp--preset--color--text-muted);
	font-size: var(--wp--preset--font-size--small);
}

.rt-article-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.rt-article-card {
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	overflow: hidden;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.rt-article-card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.rt-article-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.rt-article-card__thumb {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--wp--preset--color--section-bg);
}

.rt-article-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rt-article-card__thumb--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--wp--preset--color--primary);
	opacity: 0.4;
}

.rt-article-card__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 14px 16px 16px;
	flex: 1;
}

.rt-article-card__date {
	font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--text-muted);
}

.rt-article-card__title {
	margin: 0;
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.5;
}

.rt-article-card__excerpt {
	margin: 0;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--text-muted);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rt-article-card__more {
	margin-top: auto;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	color: var(--wp--preset--color--primary-dark);
}

.rt-archive .pagination,
.rt-archive .nav-links {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 24px;
	flex-wrap: wrap;
}

.rt-archive .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 12px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	text-decoration: none;
	color: var(--wp--preset--color--text);
	background: var(--wp--preset--color--background);
}

.rt-archive .page-numbers.current {
	background: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: #fff;
}

@media (min-width: 600px) {

	.rt-article-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {

	.rt-article-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* ==========================================================================
   モバイルUI微調整（ヘッダーCTA 1行化・キープボタン折返し防止）
   ========================================================================== */

.jm-btn--keep,
.jm-sticky-cta .jm-keep {
	white-space: nowrap;
}

.jm-sticky-cta .jm-keep {
	flex: 0 0 auto;
	padding-left: 16px;
	padding-right: 16px;
}

.jm-sticky-cta .jm-btn--apply {
	flex: 1 1 auto;
	min-width: 0;
}

@media (max-width: 599px) {

	.site-header {
		padding: 8px 12px;
	}

	.site-header__inner {
		gap: 8px;
	}

	/* グロナビだけ2段目へ回し、ブランド+CTAは1行目に収める */
	.global-nav {
		order: 3;
		flex-basis: 100%;
	}

	.site-header__brand {
		flex: 1 1 auto;
		min-width: 0;
	}

	.site-title {
		font-size: var(--wp--preset--font-size--medium);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.site-header__actions {
		flex: 0 0 auto;
	}

	.site-header__cta {
		padding: 8px 12px;
		min-height: 38px;
		font-size: var(--wp--preset--font-size--x-small);
	}
}

/* ==========================================================================
   会員登録ページ（/register/ 独立レイアウト）
   ========================================================================== */

.rt-register-page {
	background: linear-gradient(135deg, #eef4fb 0%, #fdf8f0 100%);
	min-height: 100vh;
}

.rt-register-header {
	background: var(--wp--preset--color--background);
	padding: 14px 16px;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.rt-register-header .site-title {
	margin: 0;
	font-size: var(--wp--preset--font-size--large);
	font-weight: 700;
}

.rt-register-header .site-title a {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

.rt-steps {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 20px auto 0;
	padding: 0 16px;
	max-width: 720px;
}

.rt-steps__item {
	flex: 1;
	text-align: center;
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 700;
	color: var(--wp--preset--color--text-muted);
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 999px;
	padding: 8px 4px;
	position: relative;
}

.rt-steps__item.is-current {
	background: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: #fff;
}

.rt-register-main {
	max-width: 720px;
	margin: 0 auto;
	padding: 20px 16px 48px;
}

.rt-register-title {
	text-align: center;
	font-size: var(--wp--preset--font-size--x-large);
	margin: 16px 0 20px;
}

.rt-register-box {
	background: var(--wp--preset--color--background);
	border-radius: 14px;
	box-shadow: 0 4px 20px rgba(20, 40, 80, 0.08);
	padding: 24px 20px;
	margin-bottom: 20px;
}

.rt-register-box__title {
	text-align: center;
	font-size: var(--wp--preset--font-size--medium);
	margin: 0 0 10px;
}

.rt-register-box__lead {
	text-align: center;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--text-muted);
	margin: 0 0 16px;
}

.rt-register-social-btn {
	display: flex;
	max-width: 360px;
	margin: 0 auto;
}

.rt-register-row {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px 0;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.rt-register-row__label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
}

.rt-required {
	font-style: normal;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background: #e25d33;
	border-radius: 4px;
	padding: 2px 6px;
	line-height: 1.4;
}

.rt-register-row__inputs input[type="text"],
.rt-register-row__inputs input[type="email"],
.rt-register-row__inputs input[type="password"] {
	width: 100%;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	font-size: 16px;
}

.rt-register-row__inputs--pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.rt-register-hint {
	margin: 6px 0 0;
	font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--text-muted);
}

.rt-password-wrap {
	position: relative;
}

.rt-password-toggle {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 8px;
	cursor: pointer;
	color: var(--wp--preset--color--text-muted);
}

.rt-password-checks {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.rt-password-checks li {
	position: relative;
	padding-left: 26px;
	font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--text-muted);
}

.rt-password-checks li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #d5dbe3;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

.rt-password-checks li.is-ok {
	color: var(--wp--preset--color--text);
}

.rt-password-checks li.is-ok::before {
	background: #2fb36b;
}

.rt-register-terms {
	text-align: center;
	font-size: var(--wp--preset--font-size--small);
	margin: 20px 0 16px;
}

.rt-register-submit {
	text-align: center;
	margin: 0;
}

.rt-register-cta {
	background: linear-gradient(90deg, #f6a331 0%, #ee6c2b 100%);
	color: #fff;
	font-size: 18px;
	min-height: 56px;
	padding: 12px 40px;
	width: 100%;
	max-width: 420px;
	box-shadow: 0 4px 12px rgba(238, 108, 43, 0.35);
}

.rt-register-cta span {
	margin-left: 8px;
}

.rt-register-login,
.rt-register-note {
	text-align: center;
	font-size: var(--wp--preset--font-size--small);
}

.rt-register-note {
	color: var(--wp--preset--color--text-muted);
}

.rt-register-footer {
	text-align: center;
	padding: 16px;
	color: var(--wp--preset--color--text-muted);
	font-size: var(--wp--preset--font-size--x-small);
}

@media (min-width: 700px) {

	.rt-register-row {
		flex-direction: row;
		align-items: flex-start;
	}

	.rt-register-row__label {
		flex: 0 0 200px;
		padding-top: 12px;
	}

	.rt-register-row__inputs {
		flex: 1;
	}
}

/* ==========================================================================
   求人カードスライダー（トップの新着/おすすめ: 1行横スクロール+矢印）
   ========================================================================== */

.jm-card-slider {
	position: relative;
	margin: 16px 0;
}

.jm-card-slider__track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding: 4px 4px 12px;
	scrollbar-width: none;
}

.jm-card-slider__track::-webkit-scrollbar {
	display: none;
}

.jm-card-slider__track .jm-card {
	flex: 0 0 78%;
	max-width: 320px;
	scroll-snap-align: start;
}

.jm-card-slider__nav {
	display: none;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 5;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: none;
	background: #333;
	color: #fff;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	transition: opacity 0.15s ease;
}

.jm-card-slider__nav:hover {
	opacity: 0.8;
}

.jm-card-slider__nav--prev {
	left: -12px;
}

.jm-card-slider__nav--next {
	right: -12px;
}

.jm-card-slider__nav[disabled] {
	opacity: 0.25;
	cursor: default;
}

@media (min-width: 700px) {

	.jm-card-slider__track .jm-card {
		flex: 0 0 300px;
	}

	.jm-card-slider__nav {
		display: inline-flex;
	}
}

/* ==========================================================================
   フッター圧縮（リンク列の2カラム化）+ こだわり「もっと見る」
   ========================================================================== */

.footer-col__links--columns {
	columns: 2;
	column-gap: 16px;
}

.footer-col__links--columns li {
	break-inside: avoid;
}

.jm-chip-more {
	text-align: center;
	margin: 12px 0 0;
}

.jm-chip-more__toggle {
	min-width: 220px;
}

/* ==========================================================================
   LP v3（ハツキャリ型・レッド基調）
   単色フルブリードのセクション+大きな曲線区切り+特大ディスプレイ見出し+
   ピル型CTA。auto型LPテンプレート（single-lp.php）用。
   ========================================================================== */

.jm-lp-main {
	--lp3-red: #d72c21;
	--lp3-red-dark: #b32118;
	--lp3-red-deep: #8a120d;
	--lp3-yellow: #ffc400;
	--lp3-tint: #f8e2df;
	--lp3-ink: #2a1a18;
}

/* ヒーロー: フルブリード赤+特大見出し */

.lp3-hero {
	background: var(--lp3-red);
	color: #fff;
	text-align: center;
	padding: 56px 20px 72px;
	border-radius: 0 0 40px 40px;
	position: relative;
}

.lp3-hero__title {
	margin: 0 auto;
	max-width: 22em;
	font-size: clamp(30px, 7.5vw, 52px);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0.02em;
	position: relative;
}

.lp3-hero__spark {
	color: var(--lp3-yellow);
	font-size: 0.55em;
	vertical-align: super;
	margin-right: 2px;
}

.lp3-hero__sub {
	margin: 20px auto 0;
	max-width: 34em;
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.9;
	font-weight: 700;
}

.lp3-hero__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	margin-top: 32px;
}

/* ピル型CTA（矢印サークル付き） */

.lp3-pill {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 360px;
	min-height: 58px;
	padding: 14px 52px 14px 24px;
	border-radius: 999px;
	font-size: 17px;
	font-weight: 800;
	text-decoration: none;
	position: relative;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.lp3-pill:hover {
	transform: translateY(-2px);
}

.lp3-pill--white {
	background: #fff;
	color: var(--lp3-red);
}

.lp3-pill--yellow {
	background: var(--lp3-yellow);
	color: var(--lp3-ink);
}

.lp3-pill__arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1;
	padding-bottom: 2px;
}

.lp3-pill--white .lp3-pill__arrow {
	background: var(--lp3-red);
	color: #fff;
}

.lp3-pill--yellow .lp3-pill__arrow {
	background: var(--lp3-ink);
	color: var(--lp3-yellow);
}

/* 強み: バッジ+巨大数字 */

.lp3-strengths {
	max-width: 760px;
	margin: 0 auto;
	padding: 56px 20px 40px;
}

.lp3-strengths__head {
	text-align: center;
	position: relative;
	margin-bottom: 32px;
}

.lp3-strengths__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: var(--lp3-yellow);
	color: var(--lp3-ink);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	padding: 8px;
	text-align: center;
	position: absolute;
	top: -14px;
	left: calc(50% - 150px);
	transform: rotate(-12deg);
}

.lp3-strengths__number {
	margin: 0;
	font-size: clamp(90px, 22vw, 140px);
	font-weight: 900;
	line-height: 1;
	color: var(--lp3-red);
	font-family: Arial, sans-serif;
}

.lp3-strengths__title {
	margin: 4px 0 0;
	font-size: clamp(24px, 6vw, 34px);
	font-weight: 900;
	color: var(--lp3-ink);
}

.lp3-strengths__brand {
	display: block;
	font-size: 0.55em;
	color: var(--lp3-red);
	letter-spacing: 0.1em;
	margin-bottom: 4px;
}

/* 強みカード: ゴースト数字 */

.lp3-cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.lp3-card {
	position: relative;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 6px 24px rgba(155, 21, 18, 0.1);
	padding: 28px 24px 24px 24px;
	overflow: hidden;
}

.lp3-card__number {
	position: absolute;
	top: -18px;
	right: 8px;
	font-size: 96px;
	font-weight: 900;
	line-height: 1;
	color: var(--lp3-tint);
	font-family: Arial, sans-serif;
	pointer-events: none;
}

.lp3-card__title {
	margin: 0 0 8px;
	font-size: var(--wp--preset--font-size--large);
	font-weight: 800;
	color: var(--lp3-red-dark);
	position: relative;
}

.lp3-card__text {
	margin: 0;
	line-height: 1.9;
	position: relative;
}

/* 求人ピックアップ: 淡赤の曲線ブロック */

.lp3-jobs {
	background: var(--lp3-tint);
	border-radius: 40px 40px 0 0;
	margin-top: 32px;
	padding: 48px 20px 56px;
}

.lp3-jobs .jm-card-grid,
.lp3-jobs .jm-lp-jobs {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.lp3-eyebrow {
	margin: 0;
	text-align: center;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.3em;
	color: var(--lp3-red);
}

.lp3-heading {
	margin: 4px 0 24px;
	text-align: center;
	font-size: clamp(24px, 6vw, 32px);
	font-weight: 900;
	color: var(--lp3-ink);
}

/* 不安訴求: 深紅ブロック+黄色見出し */

.lp3-worry {
	background: var(--lp3-red-deep);
	color: #fff;
	text-align: center;
	padding: 64px 20px 72px;
}

.lp3-worry__title {
	margin: 0 auto;
	max-width: 20em;
	font-size: clamp(24px, 6.4vw, 38px);
	font-weight: 900;
	line-height: 1.5;
	color: var(--lp3-yellow);
}

.lp3-worry__text {
	margin: 20px auto 0;
	max-width: 34em;
	line-height: 2;
	font-weight: 700;
}

.lp3-worry__cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-top: 32px;
}

.lp3-worry__minilabel {
	margin: 0;
	display: inline-block;
	background: #fff;
	color: var(--lp3-red-deep);
	font-size: 13px;
	font-weight: 800;
	border-radius: 999px;
	padding: 6px 16px;
}

.lp3-slash {
	margin: 12px 0 0;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	position: relative;
	padding: 0 28px;
}

.lp3-slash::before,
.lp3-slash::after {
	content: "＼";
	position: absolute;
	top: 0;
}

.lp3-slash::before {
	left: 0;
}

.lp3-slash::after {
	content: "／";
	right: 0;
}

/* FAQ */

.lp3-faq {
	max-width: 760px;
	margin: 0 auto;
	padding: 56px 20px 72px;
}

@media (min-width: 900px) {

	.lp3-cards {
		flex-direction: row;
	}

	.lp3-card {
		flex: 1;
	}

	.lp3-hero {
		padding: 80px 20px 96px;
	}

	.lp3-hero__actions {
		flex-direction: row;
		justify-content: center;
	}
}

/* ==========================================================================
   サイトロゴ（旧サイトから移行した公式ロゴ画像）
   ========================================================================== */

.site-logo {
	display: block;
	width: auto;
	height: 56px;
}

.site-title a {
	display: inline-flex;
	align-items: center;
}

@media (max-width: 599px) {

	.site-logo {
		height: 36px;
	}
}
