/* =====================================================
 * セラピJOB（serapi-job.jp）テーマ＆コンポーネント
 *  - common.css / top.css / tweet.css を読み込んだ後に適用
 *  - 配色: ネイビー × ゴールド（集客サイトのブラウン × ゴールドと対）
 * ===================================================== */

/* ---------- 1. テーマ変数の上書き ---------- */
body.mode-recruit {
  --color-primary:       #3a4a63;
  --color-primary-light: #4a5b76;
  --color-accent:        #c9a84e;
  --color-accent-hover:  #dcc07a;
  --color-bg:            #f7f8fb;
  --color-bg-alt:        #eef1f7;
  --color-border:        #dde2ec;
  --color-navy-deep:     #2b3849;
  --color-gold-grad:     linear-gradient(135deg, #e8d09a 0%, #c9a84e 35%, #d4b55a 65%, #b8943d 100%);
  --color-navy-grad:     linear-gradient(135deg, #536481 0%, #3f5069 55%, #33425a 100%);
  background: var(--color-bg);
}
body.mode-recruit main { background: var(--color-bg); }  /* 固定ヒーロー画像がセクション間の隙間から透けないように */
body.mode-recruit .site-header { background: rgba(58, 74, 99, 0.96); }
body.mode-recruit .site-header.is-scrolled { background: rgba(47, 61, 82, 0.98); }
body.mode-recruit .site-drawer { background: linear-gradient(180deg, #3f5069 0%, #2b3849 100%); }
body.mode-recruit .site-footer { background: var(--color-navy-deep); }
body.mode-recruit .bottom-nav,
body.mode-recruit .bottom-nav__item { background-color: #2b3849; }
body.mode-recruit .bottom-nav { border-top-color: rgba(201,168,78,0.2); }
body.mode-recruit .bottom-nav__item.is-active { color: var(--color-accent); }
body.mode-recruit .bottom-nav__dm-btn {
  background: linear-gradient(145deg, #e8d09a, #c9a84e 40%, #a3823a 100%);
  color: #2b3849;
}
body.mode-recruit .cast-card__thumb { background: linear-gradient(160deg, #4a5b76 0%, #3a4a63 50%, #2f3d52 100%); }
body.mode-recruit .btn-prof { background: var(--color-navy-grad); box-shadow: 0 2px 6px rgba(58,74,99,0.3); }
body.mode-recruit .btn-prof:hover { background: linear-gradient(135deg, #33425a, #2b3849); }
body.mode-recruit .btn-more:hover { box-shadow: 0 8px 24px rgba(58,74,99,0.2); }
body.mode-recruit .card:hover { box-shadow: 0 0 12px rgba(58,74,99,0.15); }
body.mode-recruit .site-drawer__link--ext { opacity: 0.75; font-size: 0.8rem; }

/* ロゴの JOBS バッジ */
.site-header__logo-jobs,
.site-footer__logo-jobs {
  display: inline-block; margin-left: 6px; padding: 1px 7px; border-radius: 4px;
  background: var(--color-gold-grad); color: #2b3849;
  font-family: var(--font-heading); font-weight: 700; font-size: 0.68rem; letter-spacing: 0.15em;
  vertical-align: 2px; line-height: 1.5;
}
.site-footer__logo-jobs { font-size: 0.6rem; }

/* 見出しカプセル（求人版） */
.section__title-capsule {
  display: inline-block; padding: 3px 14px; border-radius: 999px; margin-bottom: 8px;
  background: var(--color-navy-grad); color: #e8d09a;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em;
}

/* ---------- 2. ヒーロー（求人版） ---------- */
body.mode-recruit .hero { min-height: 520px; height: 78dvh; }
body.mode-recruit .hero__bg { background: #3a4a63; }
body.mode-recruit .hero__bg picture { display:block; width:100%; height:100%; }
/* PC: 左側を暗くして白文字を載せる（人物は右） */
body.mode-recruit .hero__overlay { background: linear-gradient(90deg, rgba(18,28,48,0.86) 0%, rgba(18,28,48,0.62) 40%, rgba(18,28,48,0.18) 75%, rgba(18,28,48,0.05) 100%); }
body.mode-recruit .hero__content { text-align: left; width: 100%; max-width: var(--container-w); margin: 0 auto; padding: 0 20px; }
body.mode-recruit .hero__content > * { max-width: 620px; }
body.mode-recruit .hero__cta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
body.mode-recruit .hero__cta--secondary { margin-left: 0; }
@media (max-width: 768px) {
  /* SP: 上は薄く・下を暗くして文字を下寄せ */
  body.mode-recruit .hero__overlay { background: linear-gradient(180deg, rgba(18,28,48,0.25) 0%, rgba(18,28,48,0.35) 40%, rgba(18,28,48,0.88) 100%); }
  body.mode-recruit .hero { align-items: flex-end; }
  body.mode-recruit .hero__content { padding: 0 20px 44px; text-align: left; }
  body.mode-recruit .hero__bg picture, body.mode-recruit .hero__bg img { display:block; width:100%; height:100%; }
  body.mode-recruit .hero__bg img { object-position: center top; }
}
.hero__badge {
  display: inline-block; padding: 4px 14px; border-radius: 999px; margin-bottom: 14px;
  border: 1px solid rgba(232,208,154,0.6); color: #e8d09a; font-size: 0.72rem; letter-spacing: 0.2em; font-weight: 700;
}
/* バッジ内のブランド表記。日本語（業種）を主、英字（サイト名）を従にして、
   最初の画面で「何の求人サイトか」が先に読めるようにしている。 */
.hero__badge-en {
  margin-left: 9px; padding-left: 9px;
  border-left: 1px solid rgba(232,208,154,0.45);
  letter-spacing: 0.12em; font-weight: 600; opacity: 0.82;
}
@media (max-width: 400px) {
  .hero__badge { font-size: 0.64rem; letter-spacing: 0.12em; padding: 4px 11px; }
  .hero__badge-en { margin-left: 7px; padding-left: 7px; letter-spacing: 0.06em; }
}
body.mode-recruit .hero__cta .btn-more { background: var(--color-gold-grad); color: #2b3849; font-weight: 800; border-radius: 999px; }
body.mode-recruit .hero__cta .btn-more:hover { background: var(--color-accent-hover); }
body.mode-recruit .hero__scroll { bottom: 28px; }
@media (max-width: 768px) { body.mode-recruit .hero__scroll { display: none; } }
.hero__cta--secondary {
  display: inline-flex; align-items: center; gap: 6px; margin-left: 10px; padding: 12px 22px; border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,0.7); color: #fff; font-weight: 700; font-size: 0.9rem; text-decoration: none;
  transition: background var(--transition);
}
.hero__cta--secondary:hover { background: rgba(255,255,255,0.12); }
@media (max-width: 768px) {
  .hero__cta--secondary { margin: 10px 0 0; }
  body.mode-recruit .hero { height: 70dvh; min-height: 460px; }
}

/* ---------- 3. 採用担当者カード（cast-card を拡張） ---------- */
.recruiter-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 1024px) { .recruiter-grid { grid-template-columns: repeat(3, 1fr); } }
/* スマホも3列（2列だと1人が大きすぎるため）。狭いぶん、中身を詰める */
@media (max-width: 768px)  { .recruiter-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; } }
.recruiter-card .cast-card__thumb { aspect-ratio: 3/4; }
.recruiter-card .urgent-badge { left: auto; right: 8px; }
/* オンライン表示（店舗が管理画面を開いている間） */
.online-badge {
  position: absolute; top: 8px; right: 8px; z-index: 5;
  display: inline-flex; align-items: center; gap: 4px;
  padding: 2px 8px 2px 6px; border-radius: 999px; font-size: 0.62rem; font-weight: 700;
  background: rgba(255,255,255,.92); color: #15803d; box-shadow: 0 1px 4px rgba(0,0,0,.18);
}
.online-badge i, .online-chip i {
  width: 7px; height: 7px; border-radius: 50%; background: #22c55e; display: inline-block;
  box-shadow: 0 0 0 0 rgba(34,197,94,.6); animation: rc-online-pulse 2s infinite;
}
.online-chip {
  display: inline-flex; align-items: center; gap: 4px; margin-left: 6px; vertical-align: middle;
  padding: 1px 8px 1px 6px; border-radius: 999px; font-size: 0.66rem; font-weight: 700;
  background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0;
}
@keyframes rc-online-pulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,.6); } 70% { box-shadow: 0 0 0 5px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }
@media (max-width: 480px) { .online-badge { top: 5px; right: 5px; padding: 1px 6px 1px 5px; font-size: 0.56rem; } }             /* 名前（左上）と被らないよう右上へ */
.recruiter-card .cast-card__overlay { padding-right: 60px !important; }
.recruiter-card .cast-card__name { font-size: 1rem; }
.recruiter-card__reply { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
@media (max-width: 480px) {
  .recruiter-card .cast-card__body { padding: 8px 10px 8px; }
  .recruiter-card__tags { gap: 3px; }
  .recruiter-card__tag { font-size: 0.6rem; padding: 2px 6px; }
  .recruiter-card .cast-card__actions { flex-wrap: wrap; }
  .recruiter-card .btn-prof, .recruiter-card .btn-consult { padding: 6px 8px; font-size: 0.66rem; }
}
.recruiter-card__title {
  font-size: 0.66rem; color: rgba(255,255,255,0.9); text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.recruiter-card__reply {
  display: inline-flex; align-items: center; gap: 4px; margin-top: 4px;
  font-size: 0.64rem; color: #2f6b45; font-weight: 700;
}
.recruiter-card__reply::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #34c759; box-shadow: 0 0 6px #34c759; }
.recruiter-card__tags { display: flex; flex-wrap: wrap; gap: 4px; margin: 6px 0 8px; }
.recruiter-card__tag,
.tag-chip {
  display: inline-block; padding: 2px 8px; border-radius: 999px; font-size: 0.62rem; font-weight: 700;
  background: var(--color-bg-alt); color: var(--color-primary); border: 1px solid var(--color-border);
}
.tag-chip--gold { background: #fbf4e0; color: #7a5a12; border-color: #ecd9a4; }
.tag-chip--urgent { background: linear-gradient(135deg, #b91c1c, #7f1d1d); color: #fff; border: none; }
.urgent-badge {
  position: absolute; top: 8px; left: 8px; z-index: 5;
  padding: 3px 9px; border-radius: 4px; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em;
  background: linear-gradient(135deg, #dc2626, #991b1b); color: #fff; box-shadow: 0 2px 8px rgba(153,27,27,0.4);
}
.btn-consult {
  display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding: 6px 10px;
  background: var(--color-gold-grad); color: #2b3849; font-size: 0.68rem; font-weight: 800; border-radius: 6px;
  white-space: nowrap; box-shadow: 0 2px 6px rgba(201,168,78,0.4); letter-spacing: 0.03em; text-decoration: none;
  transition: transform 0.15s;
}
.btn-consult:active { transform: scale(0.97); }
.btn-bookmark {
  width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 6px; border: 1px solid var(--color-border); background: #fff; color: #9aa3b5; cursor: pointer;
  transition: all 0.2s; flex-shrink: 0;
}
/* フォロー中はハートを塗りつぶす */
.btn-bookmark.is-active { color: #e05770; border-color: #e05770; background: #fdeef1; }
.btn-bookmark.is-active svg { fill: currentColor; }
.btn-bookmark svg { width: 16px; height: 16px; }

/* ---------- 4. 求人カード ---------- */
.job-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (max-width: 768px) { .job-grid { grid-template-columns: 1fr; gap: 12px; } }
.job-card {
  position: relative; display: flex; flex-direction: column; background: #fff; border-radius: var(--radius);
  border: 1px solid var(--color-border); overflow: hidden; transition: box-shadow var(--transition), transform var(--transition);
}
.job-card:hover { box-shadow: 0 6px 20px rgba(58,74,99,0.12); transform: translateY(-2px); }
.job-card__head { display: flex; gap: 12px; padding: 14px 14px 10px; }
.job-card__avatar {
  width: 64px; height: 64px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
  border: 2px solid #e8d09a; box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.job-card__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.job-card__meta { min-width: 0; flex: 1; }
.job-card__area { font-size: 0.68rem; color: #6b7280; margin-bottom: 2px; }
.job-card__shop { font-size: 0.78rem; font-weight: 700; color: var(--color-primary); }
.job-card__recruiter { font-size: 0.7rem; color: #4b5563; margin-top: 2px; }
.job-card__recruiter b { color: var(--color-primary); }
.job-card__title { padding: 0 14px; font-size: 0.98rem; font-weight: 800; line-height: 1.45; color: #111; }
.job-card__title a { color: inherit; text-decoration: none; }
.job-card__title a::after { content: ''; position: absolute; inset: 0; }
.job-card__pay {
  margin: 10px 14px 0; padding: 8px 12px; border-radius: 8px;
  background: linear-gradient(135deg, #fbf4e0, #f5e7bf); color: #6b4d0c; font-weight: 800; font-size: 0.9rem;
  display: flex; align-items: baseline; gap: 8px;
}
.job-card__pay small { font-weight: 600; font-size: 0.68rem; color: #8a6d24; }
.job-card__conds { display: flex; flex-wrap: wrap; gap: 5px; padding: 10px 14px 0; }
.job-card__foot {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 12px 14px 14px; margin-top: auto; position: relative; z-index: 2;
}
.job-card__date { font-size: 0.66rem; color: #9ca3af; }
.job-card__actions { display: flex; gap: 6px; }
.job-card--urgent { border-color: #f3c1c1; }
.job-card__urgent-ribbon {
  position: absolute; top: 12px; right: -30px; transform: rotate(45deg); width: 120px; text-align: center; z-index: 3;
  background: linear-gradient(135deg, #dc2626, #991b1b); color: #fff; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.15em; padding: 3px 0;
}

/* ---------- 5. 求人詳細 / 担当者ページ ---------- */
.rc-header {
  background: #fff; border-bottom: 1px solid var(--color-border); padding: 18px 0 14px;
}
.rc-header__area { font-size: 0.72rem; color: #6b7280; }
.rc-header__shop { font-size: 0.85rem; font-weight: 700; color: var(--color-primary); text-decoration: none; }
.rc-header__name { font-size: 1.5rem; font-weight: 800; margin: 4px 0 2px; color: #111; line-height: 1.3; }
.rc-header__title { font-size: 0.8rem; color: #4b5563; }
.rc-actions { display: flex; gap: 8px; margin-top: 12px; }
.rc-actions .btn-consult, .rc-actions .btn-apply { flex: 1; padding: 12px 8px; font-size: 0.9rem; border-radius: 10px; }
.btn-apply {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  background: var(--color-navy-grad); color: #fff; font-weight: 800; text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 4px 14px rgba(58,74,99,0.35); font-family: var(--font-family); transition: transform 0.15s;
}
.btn-apply:active { transform: scale(0.97); }
.btn-apply--sm { padding: 6px 10px; font-size: 0.68rem; border-radius: 6px; }
.rc-reply-note {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; padding: 4px 10px; border-radius: 999px;
  background: #eafaf0; color: #1e6b3a; font-size: 0.7rem; font-weight: 700;
}
.rc-reply-note::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #34c759; box-shadow: 0 0 6px #34c759; }

.rc-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 20px; }
@media (max-width: 768px) { .rc-layout { grid-template-columns: 1fr; gap: 16px; } }

/* 写真ビューア（セラピスト詳細から移植・簡略版） */
.photo-viewer { position: relative; }
.photo-viewer__main {
  position: relative; aspect-ratio: 3/4; border-radius: 14px; overflow: hidden; background: #3a4a63;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.photo-viewer__main img, .photo-viewer__main video { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-viewer__nav {
  position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.85); border: none; display: flex; align-items: center; justify-content: center;
  color: #2b3849; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.2); z-index: 3;
}
.photo-viewer__nav--prev { left: 10px; } .photo-viewer__nav--next { right: 10px; }
.photo-thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; padding-bottom: 4px; }
.photo-thumb {
  width: 64px; height: 84px; flex-shrink: 0; border-radius: 8px; overflow: hidden; border: 2px solid transparent;
  cursor: pointer; padding: 0; background: none; transition: border-color 0.2s;
}
.photo-thumb.is-active { border-color: var(--color-accent); }
.photo-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-thumb--video { position: relative; }
.photo-thumb--video::after {
  content: '▶'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.2rem; background: rgba(0,0,0,0.3);
}

/* 詳細リスト（detail-list） */
.detail-block { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius); padding: 16px 18px; margin-bottom: 16px; }
.detail-block__title {
  display: flex; align-items: center; gap: 8px; margin: 0 0 12px; font-size: 0.95rem; font-weight: 800; color: var(--color-primary);
}
.detail-block__title::before { content: ''; width: 4px; height: 18px; border-radius: 2px; background: var(--color-gold-grad); }
.detail-list { display: grid; grid-template-columns: 96px 1fr; gap: 10px 14px; font-size: 0.85rem; }
.detail-list dt { color: #6b7280; font-weight: 700; font-size: 0.78rem; padding-top: 2px; }
.detail-list dd { margin: 0; line-height: 1.7; }
@media (max-width: 480px) { .detail-list { grid-template-columns: 84px 1fr; } }
.detail-intro { font-size: 0.9rem; line-height: 1.9; white-space: pre-line; }
.qa-list { display: flex; flex-direction: column; gap: 10px; }
.qa-item { background: var(--color-bg-alt); border-radius: 10px; padding: 10px 14px; }
.qa-item__q { font-size: 0.78rem; font-weight: 800; color: var(--color-primary); }
.qa-item__q::before { content: 'Q. '; color: var(--color-accent); }
.qa-item__a { font-size: 0.85rem; margin-top: 3px; line-height: 1.7; }
.qa-item__a::before { content: 'A. '; color: #b91c1c; font-weight: 800; }
.chip-list { display: flex; flex-wrap: wrap; gap: 6px; }
.chip-list .tag-chip { font-size: 0.72rem; padding: 4px 10px; }
.chip-list .tag-chip--ok::before { content: '✓ '; color: #1e6b3a; }
.pay-hero {
  border-radius: 12px; padding: 14px 16px; background: linear-gradient(135deg, #fbf4e0, #f5e7bf); margin-bottom: 14px;
}
.pay-hero__main { font-size: 1.35rem; font-weight: 900; color: #5b400a; }
.pay-hero__note { font-size: 0.78rem; color: #6b4d0c; margin-top: 4px; line-height: 1.6; }

/* 店舗ページ */
.shop-photos { display: grid; grid-template-columns: 2fr 1fr; grid-auto-rows: 140px; gap: 6px; border-radius: 12px; overflow: hidden; }
/* 画像は切らずに全体を出す（横長のバナーが潰れていたため 2026-09-18） */
.shop-photos img { width: 100%; height: 100%; object-fit: contain; background: #f1f5f9; display: block; }
.shop-photos img:first-child { grid-row: span 2; }
.shop-photos--single { display: block; grid-auto-rows: auto; background: #f1f5f9; }
.shop-photos--single img { height: auto; max-height: 440px; margin: 0 auto; }
.recruiter-hero-card {
  display: flex; gap: 14px; align-items: center; padding: 14px; border-radius: 14px; background: var(--color-navy-grad); color: #fff;
  text-decoration: none; margin: 14px 0;
}
.recruiter-hero-card__avatar { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; border: 2px solid #e8d09a; flex-shrink: 0; }
.recruiter-hero-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.recruiter-hero-card__label { font-size: 0.66rem; letter-spacing: 0.15em; color: #e8d09a; }
.recruiter-hero-card__name { font-size: 1.1rem; font-weight: 800; }
.recruiter-hero-card__title { font-size: 0.75rem; opacity: 0.85; }
.recruiter-hero-card__arrow { margin-left: auto; opacity: 0.8; }

/* ---------- 6. フォーム ---------- */
.form-card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius); padding: 22px 20px; max-width: 560px; margin: 0 auto; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: 0.8rem; font-weight: 700; margin-bottom: 6px; color: var(--color-primary); }
.form-field .req { color: #b91c1c; font-size: 0.68rem; margin-left: 4px; }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--color-border); border-radius: 10px; font-size: 16px;
  font-family: var(--font-family); background: #fafbfd; transition: border-color 0.2s, box-shadow 0.2s;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--color-accent); box-shadow: 0 0 0 3px rgba(201,168,78,0.2); background: #fff; }
.form-textarea { min-height: 120px; resize: vertical; }
.form-help { font-size: 0.72rem; color: #6b7280; margin-top: 4px; line-height: 1.6; }
.form-check { display: flex; align-items: flex-start; gap: 8px; font-size: 0.82rem; line-height: 1.6; }
.form-check input { margin-top: 4px; }
.btn-primary-lg {
  display: flex; width: 100%; align-items: center; justify-content: center; gap: 8px; padding: 14px; border-radius: 12px;
  background: var(--color-navy-grad); color: #fff; font-weight: 800; font-size: 1rem; border: none; cursor: pointer;
  font-family: var(--font-family); box-shadow: 0 6px 18px rgba(58,74,99,0.3); text-decoration: none; transition: transform 0.15s;
}
.btn-primary-lg:active { transform: scale(0.98); }
.btn-gold-lg { background: var(--color-gold-grad); color: #2b3849; box-shadow: 0 6px 18px rgba(201,168,78,0.4); }
.btn-social {
  display: flex; align-items: center; justify-content: center; gap: 10px; padding: 13px; border-radius: 12px; font-weight: 700; font-size: 0.95rem;
  text-decoration: none; margin-bottom: 10px; border: 1px solid var(--color-border); background: #fff; color: #333;
}
.btn-social--line { background: #06c755; color: #fff; border-color: #06c755; }
.btn-social img { width: 22px; height: 22px; }
.form-divider { display: flex; align-items: center; gap: 12px; margin: 18px 0; color: #9ca3af; font-size: 0.75rem; }
.form-divider::before, .form-divider::after { content: ''; flex: 1; height: 1px; background: var(--color-border); }
.notice-box {
  border-radius: 12px; padding: 14px 16px; background: linear-gradient(135deg, #3f5069, #2b3849); color: #fff; margin-bottom: 18px;
}
.notice-box__title { color: #e8d09a; font-size: 0.72rem; letter-spacing: 0.15em; font-weight: 700; margin-bottom: 6px; }
.notice-box p { font-size: 0.85rem; line-height: 1.7; margin: 0; }
.notice-box b { color: #e8d09a; }
.step-list { display: flex; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.step-list li {
  flex: 1; text-align: center; padding: 8px 4px; border-radius: 8px; font-size: 0.68rem; font-weight: 700;
  background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.85);
}
.step-list li b { display: block; font-size: 1rem; color: #e8d09a; font-family: var(--font-heading); }

/* ---------- 7. トーク画面 ---------- */
.talk-list { display: flex; flex-direction: column; gap: 10px; }
.talk-item {
  display: flex; gap: 12px; align-items: center; padding: 12px 14px; background: #fff; border: 1px solid var(--color-border);
  border-radius: 12px; text-decoration: none; color: inherit; transition: box-shadow 0.2s;
}
.talk-item:hover { box-shadow: 0 4px 14px rgba(58,74,99,0.1); }
.talk-item__avatar { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid #e8d09a; }
.talk-item__avatar img { width: 100%; height: 100%; object-fit: cover; }
.talk-item__body { flex: 1; min-width: 0; }
.talk-item__top { display: flex; align-items: center; gap: 8px; }
.talk-item__name { font-weight: 800; font-size: 0.9rem; }
.talk-item__shop { font-size: 0.7rem; color: #6b7280; }
.talk-item__job { font-size: 0.72rem; color: #4b5563; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.talk-item__last { font-size: 0.78rem; color: #6b7280; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.talk-item__right { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.talk-item__time { font-size: 0.66rem; color: #9ca3af; }
.unread-dot { min-width: 20px; height: 20px; padding: 0 6px; border-radius: 10px; background: #ef4444; color: #fff; font-size: 0.68rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.status-badge { display: inline-block; padding: 2px 9px; border-radius: 999px; font-size: 0.66rem; font-weight: 800; color: #fff; letter-spacing: 0.05em; white-space: nowrap; }

.talk-room { display: flex; flex-direction: column; min-height: calc(100dvh - var(--header-h)); }
.talk-room__head {
  position: sticky; top: var(--header-h); z-index: 20; background: #fff; border-bottom: 1px solid var(--color-border);
  padding: 10px 14px; display: flex; align-items: center; gap: 10px;
}
.talk-room__head .talk-item__avatar { width: 40px; height: 40px; }
.talk-room__head-name { font-weight: 800; font-size: 0.9rem; }
.talk-room__head-sub { font-size: 0.68rem; color: #6b7280; }
.talk-room__head-link { margin-left: auto; font-size: 0.7rem; color: var(--color-primary); font-weight: 700; text-decoration: none; white-space: nowrap; }
.interview-bar {
  margin: 10px 14px 0; padding: 10px 14px; border-radius: 12px; background: linear-gradient(135deg, #fff7e6, #fdebc4); border: 1px solid #f1d38a;
  font-size: 0.8rem; line-height: 1.6;
}
.interview-bar__label { font-size: 0.66rem; letter-spacing: 0.15em; color: #8a6d24; font-weight: 800; }
.interview-bar__date { font-size: 1.05rem; font-weight: 900; color: #5b400a; }
.interview-bar__meta { color: #6b4d0c; font-size: 0.75rem; }
.interview-bar__actions { display: flex; gap: 8px; margin-top: 8px; }
.interview-bar__actions a, .interview-bar__actions button {
  font-size: 0.7rem; font-weight: 700; padding: 5px 10px; border-radius: 6px; border: 1px solid #d4b55a; background: #fff; color: #5b400a; cursor: pointer; text-decoration: none; font-family: inherit;
}
.talk-room__body { flex: 1; padding: 14px 14px 100px; display: flex; flex-direction: column; gap: 10px; }
.talk-date-sep { text-align: center; font-size: 0.66rem; color: #9ca3af; margin: 8px 0 2px; }
.bubble { display: flex; gap: 8px; max-width: 82%; }
.bubble--me { align-self: flex-end; flex-direction: row-reverse; }
.bubble__avatar { width: 30px; height: 30px; border-radius: 50%; overflow: hidden; flex-shrink: 0; align-self: flex-end; }
.bubble__avatar img { width: 100%; height: 100%; object-fit: cover; }
.bubble__content { padding: 10px 14px; border-radius: 16px; font-size: 0.88rem; line-height: 1.7; white-space: pre-line; word-break: break-word; }
.bubble--them .bubble__content { background: #fff; border: 1px solid var(--color-border); border-bottom-left-radius: 4px; }
.bubble--me .bubble__content { background: var(--color-navy-grad); color: #fff; border-bottom-right-radius: 4px; }
.bubble__meta { font-size: 0.6rem; color: #9ca3af; align-self: flex-end; white-space: nowrap; }
.bubble--system { align-self: center; max-width: 90%; }
.bubble--system .bubble__content { background: #eef1f7; color: #4b5563; font-size: 0.72rem; border-radius: 10px; text-align: center; padding: 8px 14px; }
.talk-room__input {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; background: #fff; border-top: 1px solid var(--color-border);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); display: flex; gap: 8px; align-items: flex-end;
}
@media (min-width: 769px) { .talk-room__input { max-width: 720px; margin: 0 auto; border-left: 1px solid var(--color-border); border-right: 1px solid var(--color-border); } }
.talk-room__input textarea {
  flex: 1; resize: none; min-height: 42px; max-height: 120px; padding: 10px 14px; border-radius: 20px; border: 1px solid var(--color-border);
  font-size: 16px; font-family: inherit; background: #fafbfd;
}
.talk-room__input textarea:focus { outline: none; border-color: var(--color-accent); }
.talk-room__attach, .talk-room__send {
  width: 42px; height: 42px; border-radius: 50%; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0;
}
.talk-room__attach { background: var(--color-bg-alt); color: #6b7280; }
.talk-room__send { background: var(--color-navy-grad); color: #fff; box-shadow: 0 3px 10px rgba(58,74,99,0.35); }
body.has-talk-input .bottom-nav { display: none; }

/* ---------- 8. マイページ ---------- */
.my-head { display: flex; align-items: center; gap: 14px; padding: 18px; border-radius: 14px; background: var(--color-navy-grad); color: #fff; margin-bottom: 18px; }
.my-head__avatar { width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 800; color: #e8d09a; }
.my-head__name { font-size: 1.05rem; font-weight: 800; }
.my-head__sub { font-size: 0.72rem; opacity: 0.85; }
.my-menu { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.my-menu a { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 8px; border-radius: 12px; background: #fff; border: 1px solid var(--color-border); text-decoration: none; color: var(--color-primary); font-size: 0.78rem; font-weight: 700; }
.my-menu a svg { width: 22px; height: 22px; }
.stat-row { display: flex; gap: 10px; margin-bottom: 18px; }
.stat-tile { flex: 1; background: #fff; border: 1px solid var(--color-border); border-radius: 12px; padding: 12px; text-align: center; }
.stat-tile b { display: block; font-size: 1.4rem; font-family: var(--font-heading); color: var(--color-primary); }
.stat-tile span { font-size: 0.66rem; color: #6b7280; }

/* ---------- 9. ツイート（求人版の追加） ---------- */
.tweet-type-badge--recruiter { background: linear-gradient(135deg, #4a5b76, #3a4a63); color: #e8d09a; }
.tweet-urgent-badge { display: inline-block; margin-left: 6px; padding: 1px 7px; border-radius: 4px; background: #dc2626; color: #fff; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; vertical-align: 1px; }
.tweet-repost-note { font-size: 0.62rem; color: #9ca3af; margin-left: 6px; }
body.mode-recruit .tweet-fab { background: var(--color-gold-grad); color: #2b3849; }

/* ---------- 10. ボトムシート（集客サイトから移植・求人用フッター） ---------- */
.cast-preview-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(4px); z-index: 99990; opacity: 0; pointer-events: none; transition: opacity 0.35s ease; }
.cast-preview-overlay.is-active { opacity: 1; pointer-events: auto; }
.cast-preview-sheet {
  position: fixed; bottom: 0; left: 0; width: 100%; height: 96dvh; background: #fff; border-radius: 20px 20px 0 0; z-index: 99999;
  visibility: hidden; transform: translateY(100%); transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1), visibility 0s 0.4s;
  display: flex; flex-direction: column; box-shadow: 0 -4px 30px rgba(0,0,0,0.25); will-change: transform, visibility;
}
.cast-preview-sheet.is-active { visibility: visible; transform: translateY(0); transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1), visibility 0s 0s; }
@media (min-width: 600px) {
  .cast-preview-sheet { max-width: 500px; left: 50%; margin-left: -250px; height: 90vh; bottom: 5vh; border-radius: 20px; overflow: hidden; transform: translateY(100vh); }
  .cast-preview-sheet.is-active { transform: translateY(0); }
}
.cast-preview-sheet__header { position: relative; height: 44px; padding-top: 10px; display: flex; justify-content: center; background: #fff; border-radius: 20px 20px 0 0; flex-shrink: 0; cursor: grab; }
.cast-preview-sheet__drag { width: 44px; height: 5px; background: #dcdcdc; border-radius: 3px; margin-top: 4px; }
.cast-preview-sheet__close { position: absolute; right: 12px; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; color: #555; cursor: pointer; }
.close-icon-circle { width: 28px; height: 28px; border-radius: 50%; background: #e8e8e8; display: flex; align-items: center; justify-content: center; color: #444; }
.close-label { font-size: 0.82rem; font-weight: 700; margin-right: 5px; }
.cast-preview-sheet__body { flex: 1; position: relative; background: #fff; }
.cast-preview-sheet__loader { display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; }
.cast-preview-sheet__loader.is-active { display: block; }
.cast-preview-sheet__footer { padding: 6px 16px; background: #fff; border-top: 1px solid #f0f0f0; flex-shrink: 0; display: flex; justify-content: center; gap: 8px; padding-bottom: calc(14px + env(safe-area-inset-bottom)); }
.cast-preview-sheet__footer .btn-reserve-tel, .cast-preview-sheet__footer .btn-reserve-dm {
  display: flex; align-items: center; justify-content: center; gap: 5px; font-weight: 700; padding: 8px 4px; border-radius: 8px; font-size: 0.95rem;
  text-decoration: none; border: none; cursor: pointer; white-space: nowrap; font-family: var(--font-family, sans-serif); box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.cast-preview-sheet__footer .btn-sheet-consult { flex: 5; background: var(--color-gold-grad); color: #2b3849; }
.cast-preview-sheet__footer .btn-sheet-apply { flex: 4; background: var(--color-navy-grad); color: #fff; }
.cast-preview-sheet__footer .btn-sheet-close { flex: 0 0 auto; width: 44px; background: linear-gradient(145deg, #6b6b6b, #4a4a4a 50%, #3a3a3a); color: #fff; border: none; border-radius: 8px; cursor: pointer; font-size: 1.1rem; font-weight: 700; }
body.modal-view .site-header, body.modal-view .bottom-nav, body.modal-view .page-back, body.modal-view .page-top { display: none !important; }
body.modal-view main { padding-top: 0 !important; }

/* ---------- 11. 汎用 ---------- */
.container--narrow { max-width: 760px; }
.section--flat { padding-top: 20px; }
.empty-box { text-align: center; padding: 40px 20px; color: #6b7280; font-size: 0.85rem; background: #fff; border: 1px dashed var(--color-border); border-radius: 12px; }
.empty-box b { display: block; font-size: 1rem; color: var(--color-primary); margin-bottom: 6px; }
.crosslink-banner {
  display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 12px; margin: 20px 0;
  background: linear-gradient(135deg, #3d2b1f, #6b4f2e); color: #fff; text-decoration: none;
}
.crosslink-banner__label { font-size: 0.62rem; letter-spacing: 0.15em; color: #f0d48a; }
.crosslink-banner__text { font-size: 0.85rem; font-weight: 700; }
.crosslink-banner svg { margin-left: auto; flex-shrink: 0; }
/* 求人サイト内（店舗ページ）への導線。外部リンクの茶色バナーと色で区別する */
.crosslink-banner--internal { background: var(--color-navy-grad); }
.crosslink-banner--internal .crosslink-banner__label { color: #e8d09a; font-size: 0.72rem; letter-spacing: 0.06em; }

/* ツイートヘッダの折返し調整（名前・急募バッジは改行させない） */
body.mode-recruit .tweet-card__header { flex-wrap: wrap; row-gap: 4px; }
body.mode-recruit .tweet-card__name, .tweet-urgent-badge, .tweet-type-badge--recruiter { white-space: nowrap; }

/* ---------- 12. 集客サイトへの大型リンクバナー ---------- */
.crosslink-hero {
  position: relative; display: block; border-radius: 16px; overflow: hidden; text-decoration: none; color: #fff;
  aspect-ratio: 1338 / 558;               /* 元画像と同じ比率 → 画像を切らずに全体表示（顔が切れない） */
  min-height: 300px; box-shadow: 0 10px 30px rgba(0,0,0,0.25); background: #2a1c10;
}
.crosslink-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; display: block; }
/* 人物が前に出すぎないよう、集客サイトの会員登録バナーと同程度まで色を重ねる */
.crosslink-hero::after { content: ''; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(20,12,6,0.34) 0%, rgba(20,12,6,0.06) 45%, rgba(20,12,6,0.40) 100%),
  linear-gradient(90deg, rgba(20,12,6,0.92) 0%, rgba(20,12,6,0.80) 42%, rgba(20,12,6,0.52) 72%, rgba(20,12,6,0.46) 100%); }
.crosslink-hero__inner { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 26px 30px; max-width: 64%; }
.crosslink-hero__label { font-family: var(--font-heading); letter-spacing: 0.2em; font-size: 0.7rem; color: #f0d48a; margin-bottom: 6px; }
.crosslink-hero__title { font-size: 1.35rem; font-weight: 800; line-height: 1.4; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.crosslink-hero__title span { color: #f0d48a; }
.crosslink-hero__sub { font-size: 0.78rem; line-height: 1.75; margin: 10px 0 14px; opacity: 0.92; text-shadow: 0 1px 6px rgba(0,0,0,0.5); word-break: keep-all; overflow-wrap: anywhere; }
.crosslink-hero__btn {
  display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; padding: 11px 22px; border-radius: 999px;
  background: linear-gradient(135deg, #e8d09a 0%, #c9a84e 40%, #b8943d 100%); color: #2a1c10; font-weight: 800; font-size: 0.88rem;
  box-shadow: 0 6px 18px rgba(201,168,78,0.45); transition: transform 0.15s;
}
.crosslink-hero:hover .crosslink-hero__btn { transform: translateY(-2px); }
@media (max-width: 768px) {
  /* SP: 上半分に人物（右上）、下半分に中央揃えの文字 */
  .crosslink-hero { aspect-ratio: auto; min-height: 440px; border-radius: 14px; }
  .crosslink-hero img { object-position: 82% 0; height: 62%; bottom: auto; }
  .crosslink-hero::after { background: linear-gradient(180deg, rgba(20,12,6,0.45) 0%, rgba(20,12,6,0.48) 35%, rgba(20,12,6,0.93) 58%, #140c06 75%); }
  .crosslink-hero__inner { justify-content: flex-end; align-items: center; text-align: center; max-width: 100%; padding: 20px 20px 24px; }
  .crosslink-hero__title { font-size: 1.2rem; }
  .crosslink-hero__sub { font-size: 0.78rem; margin: 10px 0 14px; }
  .crosslink-hero__btn { align-self: center; }
}

/* ---------- 13. 収入（参考バック額） ---------- */
.income-band {
  margin: 10px 14px 0; padding: 10px 14px; border-radius: 10px;
  background: linear-gradient(135deg, #fff6da 0%, #f7e6b4 55%, #f2dda3 100%);
  border: 1px solid #e9d08f; color: #5b400a;
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
}
.income-band__main { font-size: 1.02rem; font-weight: 900; letter-spacing: .01em; }
.income-band__main b { font-size: 1.28rem; }
.income-band__min { display:inline-block; background:#5b400a; color:#f7e6b4; border-radius:5px; padding:1px 8px; font-size:.72rem; font-weight:800; margin-right:4px; vertical-align:2px; }
.income-band__sub { font-size: .8rem; font-weight: 700; color:#6b4d0c; }
.income-band__sub b { font-size: .95rem; }
.income-band__price { font-weight: 600; color:#8a6d24; margin-left:4px; font-size:.74rem; }
@media (max-width: 480px) { .income-band { margin: 8px 10px 0; padding: 8px 10px; } .income-band__main { font-size:.94rem; } .income-band__main b { font-size:1.14rem; } }

.income-table-wrap { overflow-x: auto; }
.income-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.income-table th, .income-table td { padding: 9px 10px; border-bottom: 1px solid var(--color-border); text-align: right; white-space: nowrap; }
.income-table th { background: var(--color-bg-alt); color: var(--color-primary); font-size: .74rem; font-weight: 800; text-align: right; }
.income-table th:first-child, .income-table td:first-child { text-align: left; }
.income-table__min { font-weight: 800; color: var(--color-primary); }
.income-table__back { font-weight: 900; color: #5b400a; background: #fdf6e3; }
.income-table__daily { font-weight: 800; }
.income-note { font-size: .74rem; color: #6b7280; margin-top: 10px; line-height: 1.7; }

/* トップ「いくら稼げる？」セクション */
.income-lead { text-align:center; font-size:.86rem; color:#4b5563; margin:-8px 0 18px; line-height:1.9; }

/* ---------- 14. ヘッダーのロゴ（サイト名＋小さいサブタイトル） ---------- */
.site-header__logo-texts { display: flex; flex-direction: column; justify-content: center; line-height: 1.15; }
body.mode-recruit .site-header__logo-main { font-size: 1.02rem; letter-spacing: 0.12em; }
.site-header__logo-sub {
  font-size: 0.58rem; letter-spacing: 0.16em; color: rgba(232,208,154,0.9);
  font-weight: 700; margin-top: 2px; white-space: nowrap;
}
@media (max-width: 480px) {
  body.mode-recruit .site-header__logo-main { font-size: 0.92rem; letter-spacing: 0.08em; }
  .site-header__logo-sub { font-size: 0.52rem; letter-spacing: 0.1em; }
}

/* フッターのサイト名（ヘッダーと同じ表記） */
.site-footer__logo--jp { font-family: var(--font-family); font-size: 1.05rem; font-weight: 700; letter-spacing: 0.12em; color: #fff; text-decoration: none; }
.site-footer__logo-sub { font-size: 0.6rem; letter-spacing: 0.16em; color: rgba(232,208,154,0.9); font-weight: 700; margin: 0; }

/* ---------- 求職者のプロフィールアイコン（Google / LINE 連携画像 → 頭文字フォールバック） ---------- */
.seeker-avatar { position: relative; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 50%; overflow: hidden; background: rgba(255,255,255,0.15); color: #e8d09a; font-weight: 800; line-height: 1; vertical-align: middle; }
.seeker-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.seeker-avatar__initial { display: none; }
.seeker-avatar.is-fallback { background: rgba(255,255,255,0.15); }
.seeker-avatar.is-fallback .seeker-avatar__initial { display: block; }
.seeker-avatar--ring { box-shadow: 0 0 0 2px var(--color-accent), 0 2px 8px rgba(0,0,0,0.25); }
/* ヘッダー内は文字の隣に置くので少し詰める */
.site-nav-pc__auth-btn .seeker-avatar,
.header-sp-actions__btn .seeker-avatar { margin-right: 4px; background: rgba(255,255,255,0.22); }
.site-nav-pc__auth-btn .seeker-avatar.is-fallback,
.header-sp-actions__btn .seeker-avatar.is-fallback { font-size: 0.62rem; }
.drawer-top-profile__user .seeker-avatar { margin-right: 8px; }

/* 職場情報などに置く外部リンク（青いテキストリンク） */
.ext-link { color: #1d4ed8; text-decoration: underline; word-break: break-all; font-weight: 600; }
.ext-link:hover { color: #1e40af; }

/* ---------- 退会（普段は畳んでおく控えめな開閉ブロック） ---------- */
.withdraw-box { border-top: 1px solid var(--color-border); padding-top: 14px; }
.withdraw-box__summary {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  list-style: none; cursor: pointer; padding: 6px 0; color: #b3b8c2;
  transition: color 0.2s;
}
.withdraw-box__summary::-webkit-details-marker { display: none; }
.withdraw-box__summary:hover { color: #8b919d; }
.withdraw-box__en { font-family: var(--font-heading); font-size: 0.66rem; letter-spacing: 0.18em; }
.withdraw-box__jp { font-size: 0.78rem; font-weight: 700; }
.withdraw-box__chevron { transition: transform 0.25s; }
.withdraw-box[open] .withdraw-box__chevron { transform: rotate(180deg); }

/* ---------- メールアドレス変更（畳んでおく開閉ブロック） ---------- */
.email-change { margin-top: 14px; }
.email-change__summary {
  display: flex; align-items: center; gap: 8px; list-style: none; cursor: pointer;
  padding: 12px 14px; border: 1px solid var(--color-border); border-radius: 10px;
  background: #fff; color: var(--color-primary); font-size: 0.84rem; font-weight: 700;
  transition: border-color 0.2s, background 0.2s;
}
.email-change__summary::-webkit-details-marker { display: none; }
.email-change__summary:hover { border-color: var(--color-accent); background: #fdfbf7; }
.email-change__chevron { margin-left: auto; transition: transform 0.25s; }
.email-change[open] .email-change__chevron { transform: rotate(180deg); }

/* ---------- 店舗カード（店舗一覧・求人一覧・マイページで共用） ---------- */
  .shop-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  @media (max-width: 768px) { .shop-list-grid { grid-template-columns: 1fr; gap: 12px; } }
  .shop-list-card {
    position: relative; display: flex; flex-direction: column; background: #fff; border-radius: var(--radius);
    border: 1px solid var(--color-border); overflow: hidden; transition: box-shadow var(--transition), transform var(--transition);
  }
  .shop-list-card:hover { box-shadow: 0 6px 20px rgba(28,43,69,0.12); transform: translateY(-2px); }
  .shop-list-card__photo { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #3a4a63; display: block; }
  .shop-list-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .shop-list-card__photo-count {
    position: absolute; right: 8px; bottom: 8px; padding: 2px 8px; border-radius: 999px; font-size: 0.62rem; font-weight: 700;
    background: rgba(0,0,0,0.55); color: #fff;
  }
  .shop-list-card__jobs {
    position: absolute; left: 8px; top: 8px; padding: 3px 10px; border-radius: 4px; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em;
    background: var(--color-gold-grad); color: #2b3849; box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  }
  .shop-list-card__body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
  .shop-list-card__area { font-size: 0.68rem; color: #6b7280; }
  .shop-list-card__name { font-size: 1rem; font-weight: 800; color: #111; line-height: 1.35; margin: 0; }
  .shop-list-card__name a { color: inherit; text-decoration: none; }
  .shop-list-card__meta { font-size: 0.72rem; color: #4b5563; }
  .shop-list-card__tags { display: flex; flex-wrap: wrap; gap: 4px; }
  .shop-list-card__recruiter {
    display: flex; align-items: center; gap: 10px; margin-top: 4px; padding: 8px 10px; border-radius: 10px;
    background: var(--color-bg-alt); text-decoration: none; color: inherit;
  }
  .shop-list-card__recruiter img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid #e8d09a; flex-shrink: 0; }
  .shop-list-card__recruiter-label { font-size: 0.6rem; letter-spacing: 0.12em; color: #8a6d24; font-weight: 700; }
  .shop-list-card__recruiter-name { font-size: 0.82rem; font-weight: 800; color: var(--color-primary); }
  .shop-list-card__recruiter-title { font-size: 0.66rem; color: #6b7280; }
  .shop-list-card__recruiter svg { margin-left: auto; color: #9ca3af; flex-shrink: 0; }
  .shop-list-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 8px; }
  .shop-list-card__foot .btn-consult, .shop-list-card__foot .btn-shop { flex: 1; padding: 10px 8px; font-size: 0.8rem; border-radius: 8px; }
  .btn-shop {
    display: inline-flex; align-items: center; justify-content: center; gap: 4px; background: #fff; color: var(--color-primary);
    border: 1.5px solid var(--color-primary); font-weight: 800; text-decoration: none; white-space: nowrap;
  }
  .btn-shop:hover { background: var(--color-bg-alt); }

/* ---------- 求人未掲載の店舗（最小表示・無料掲載枠） ---------- */
.shop-list-card--minimal { background: #fafafa; border-color: #e3e5ea; }
.shop-list-card--minimal:hover { box-shadow: 0 4px 14px rgba(28,43,69,0.08); }
.shop-list-card--minimal .shop-list-card__body { padding: 14px; gap: 4px; }
.shop-list-card--minimal .shop-list-card__name { font-size: 0.94rem; }
.shop-list-card--minimal .shop-list-card__name a { color: #374151; }
.shop-list-card--minimal .shop-list-card__foot { padding-top: 10px; gap: 10px; }
.shop-list-card--minimal .btn-shop {
  flex: 0 0 auto; padding: 8px 16px; font-size: 0.76rem; border-width: 1px;
  border-color: #c3c8d2; color: #4b5563;
}
.shop-list-card--minimal .btn-shop:hover { background: #f3f4f6; }
.shop-badge-nojob {
  display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px;
  background: #eceef2; color: #8b919d; font-size: 0.68rem; font-weight: 700; white-space: nowrap;
}

/* ボトムナビ「フォロー」の件数バッジ（ハートと同系のピンク） */
.bottom-nav__badge--follow { background: #e05770; top: 0; right: calc(50% - 22px); min-width: 17px; height: 17px; font-size: 0.62rem; line-height: 17px; }


/* ---------- 採用担当者カード：スマホ3列用の詰め（2026-09-17） ----------
   1枚の幅が110px前後になるので、名前・肩書き・バッジを小さくし、
   タグは出さず、ボタンは縦に並べる。 */
@media (max-width: 768px) {
  .recruiter-card .cast-card__overlay { padding: 8px 6px !important; }
  .recruiter-card .cast-card__name { font-size: 0.78rem; line-height: 1.3; }
  .recruiter-card__title { font-size: 0.52rem; line-height: 1.35; }
  .recruiter-card .urgent-badge { top: 5px; right: 5px; padding: 1px 5px; font-size: 0.52rem; letter-spacing: 0.04em; }
  .recruiter-card .cast-card__badges-container { transform: scale(0.8); transform-origin: right bottom; }
  .recruiter-card .cast-card__body { padding: 6px 6px 7px; }
  .recruiter-card .cast-card__area { font-size: 0.54rem !important; }
  .recruiter-card .cast-card__shop { display: block; font-size: 0.64rem !important; line-height: 1.35;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .recruiter-card__reply { font-size: 0.52rem; gap: 3px; margin-top: 2px; }
  .recruiter-card__reply::before { width: 5px; height: 5px; }
  .recruiter-card__tags { display: none; }
  .recruiter-card .cast-card__actions { flex-direction: column; flex-wrap: nowrap; gap: 4px; margin-top: 6px; }
  .recruiter-card .btn-prof, .recruiter-card .btn-consult { width: 100%; padding: 5px 4px; font-size: 0.62rem; text-align: center; }
}


/* ---------- 求人カードの画像（横4：縦3）2026-09-17 ----------
   求人画像は切らずに全体を出し、余白は店舗が決めた色で埋める。
   求人画像が無いときは、お店のメイン画像を白っぽくして出す。 */
.job-card__visual { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #f3f4f6; }
.job-card__visual img { width: 100%; height: 100%; object-fit: contain; display: block; }
.job-card__visual.is-fallback img { object-fit: cover; }
.job-card__visual.is-fallback::after { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,0.55); }

/* ---------- 求人カード（2026-09-17）----------
   上段：アイコン・店舗名・採用担当・タイトルを横幅いっぱい
   下段：左に画像（横4：縦3）、右に報酬・タグ・ボタン
   パソコンは2件ずつ横に並べ、スマホは1件ずつ。 */
.job-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 900px) { .job-grid { grid-template-columns: 1fr; } }

.job-card--visual { display: grid; grid-template-columns: 200px minmax(0, 1fr); align-items: start; align-content: start; }
.job-card--visual > * { grid-column: 2; }
.job-card--visual > .job-card__head,
.job-card--visual > .job-card__title { grid-column: 1 / -1; }
.job-card--visual > .job-card__visual { grid-column: 1; grid-row: 3 / span 4; align-self: start;
  aspect-ratio: 4 / 3; margin: 12px 0 0 14px; border-radius: 8px; }
.job-card--visual .job-card__foot { margin-top: 0; }
/* 住所が長いお店で上段が何行にもならないよう、1行に収める */
.job-card--visual .job-card__area { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@media (max-width: 900px) {
  .job-card--visual { grid-template-columns: 124px minmax(0, 1fr); }
  .job-card--visual > .job-card__visual { grid-row: 3 / span 3; margin: 10px 0 0 12px; }
  .job-card--visual > .job-card__foot { grid-column: 1 / -1; }
  .job-card--visual .job-card__head { padding: 12px 12px 6px; }
  .job-card--visual .job-card__area,
  .job-card--visual .job-card__recruiter { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .job-card--visual .job-card__title { padding: 0 12px; font-size: 0.9rem; }
  .job-card--visual .job-card__pay { margin: 10px 12px 0 10px; font-size: 0.82rem; padding: 6px 9px; }
  .job-card--visual .income-band { margin-left: 10px; margin-right: 12px; }
  .job-card--visual .job-card__conds { padding: 8px 12px 0 10px; }
}

/* ---------- 求人トップの新着求人：画像だけのバナー（2026-09-17） ---------- */
.job-banner-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 900px) { .job-banner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; } }
.job-banner { position: relative; display: block; aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden;
  border: 1px solid var(--color-border); text-decoration: none; transition: transform var(--transition), box-shadow var(--transition); }
.job-banner:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(58,74,99,0.15); }
.job-banner img { width: 100%; height: 100%; object-fit: contain; display: block; }
.job-banner.is-fallback img { object-fit: cover; }
.job-banner.is-fallback::after { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,0.62); }
.job-banner__text { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center;
  gap: 4px; padding: 10px 12px; text-align: center; }
.job-banner__shop { font-size: 0.7rem; font-weight: 700; color: #6b4d0c; }
.job-banner__title { font-size: 0.86rem; font-weight: 800; color: #1f2937; line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.job-banner__urgent { position: absolute; top: 6px; left: 6px; z-index: 3; padding: 2px 7px; border-radius: 4px;
  background: linear-gradient(135deg, #dc2626, #991b1b); color: #fff; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.1em; }
@media (max-width: 900px) {
  .job-banner__title { font-size: 0.74rem; }
  .job-banner__shop { font-size: 0.6rem; }
}

/* ---------- 求人トップの「話せる採用担当者」（2026-09-17）----------
   パソコンは横1列に6人、スマホは3人ずつ2段。1人ぶんが小さくなるので中身も詰める。 */
#recruiters .recruiter-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
#recruiters .recruiter-card .cast-card__overlay { padding: 8px 7px !important; }
#recruiters .recruiter-card .cast-card__name { font-size: 0.85rem; line-height: 1.3; }
#recruiters .recruiter-card__title { font-size: 0.56rem; line-height: 1.35; }
#recruiters .recruiter-card .urgent-badge { top: 5px; right: 5px; padding: 1px 5px; font-size: 0.54rem; letter-spacing: 0.04em; }
#recruiters .recruiter-card .cast-card__badges-container { transform: scale(0.85); transform-origin: right bottom; }
#recruiters .recruiter-card .cast-card__body { padding: 7px 7px 8px; }
#recruiters .recruiter-card .cast-card__area { font-size: 0.58rem !important; }
#recruiters .recruiter-card .cast-card__shop { display: block; font-size: 0.68rem !important; line-height: 1.35;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#recruiters .recruiter-card__reply { font-size: 0.56rem; }
#recruiters .recruiter-card__tags { display: none; }
#recruiters .recruiter-card .cast-card__actions { flex-direction: column; flex-wrap: nowrap; gap: 4px; margin-top: 6px; }
#recruiters .recruiter-card .btn-prof,
#recruiters .recruiter-card .btn-consult { width: 100%; padding: 5px 4px; font-size: 0.66rem; text-align: center; }
@media (max-width: 900px) {
  #recruiters .recruiter-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
}

/* 求人画像を選んでいない求人：お店の写真を「白くして軽くぼかす」（2026-09-17） */
.job-card__visual.is-fallback img,
.job-banner.is-fallback img { filter: blur(3px); transform: scale(1.08); }
.job-card__visual.is-fallback::after,
.job-banner.is-fallback::after { background: rgba(255,255,255,0.5); }

/* 求人カードのタイトル：オレンジの色帯に白抜き（急募は赤）。20 文字で 1 行に収める */
.job-card .job-card__title {
  margin: 2px 0 0; padding: 9px 14px; color: #fff;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 55%, #c2410c 100%);
  font-size: 1rem; letter-spacing: 0.02em; text-shadow: 0 1px 2px rgba(0,0,0,0.25);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.job-card--urgent .job-card__title { background: linear-gradient(135deg, #ef4444 0%, #dc2626 50%, #991b1b 100%); }
.job-card:hover .job-card__title a { text-decoration: none; }
@media (max-width: 480px) {
  .job-card.job-card--visual .job-card__title,
  .job-card .job-card__title { padding: 8px 12px; font-size: min(0.92rem, 4.1vw); letter-spacing: 0; }
}

/* ---------- 求人カード：スマホ（2026-09-17）----------
   画像の右に「目安収入」を大きく並べて、画像の下が空かないようにする。
   報酬の幅・タグ・ボタンは横幅いっぱいで下に並べる。 */
@media (max-width: 600px) {
  .job-card--visual { grid-template-columns: 46% minmax(0, 1fr); }
  .job-card--visual > .job-card__visual { grid-column: 1; grid-row: 3; margin: 10px 0 0 12px; }
  .job-card--visual > .income-band {
    grid-column: 2; grid-row: 3; align-self: stretch; margin: 10px 12px 0 8px; padding: 8px 10px;
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; flex-wrap: nowrap;
  }
  .job-card--visual .income-band__main { font-size: 0.86rem; line-height: 1.25; }
  .job-card--visual .income-band__min { display: table; margin: 0 0 3px; font-size: 0.72rem; }
  .job-card--visual .income-band__main b { font-size: 1.6rem; letter-spacing: 0; }
  .job-card--visual .income-band__sub { font-size: 0.78rem; line-height: 1.3; }
  .job-card--visual .income-band__sub b { font-size: 1.08rem; }
  .job-card--visual .income-band__price { display: block; margin: 2px 0 0; font-size: 0.62rem; line-height: 1.35; white-space: nowrap; letter-spacing: -0.02em; }
  .job-card--visual .income-band__pmin { display: none; }   /* 分数は上のラベルに出ているので省く */
  .job-card--visual > .job-card__pay { grid-column: 1 / -1; grid-row: 4; margin: 10px 12px 0; padding: 8px 12px; font-size: 1rem; justify-content: center; }
  .job-card--visual > .job-card__conds { grid-column: 1 / -1; grid-row: 5; padding: 10px 12px 0; }
  .job-card--visual > .job-card__foot { grid-column: 1 / -1; grid-row: 6; }
  /* バック額が未入力の求人は、報酬の幅を画像の右に大きく出す */
  .job-card--visual:not(:has(> .income-band)) > .job-card__pay {
    grid-column: 2; grid-row: 3; align-self: stretch; margin: 10px 12px 0 8px;
    align-items: center; font-size: 1.1rem; line-height: 1.35;
  }
}

/* 一覧のカードからは相談・応募・♡をなくし、詳細ページからだけ押せるようにした（2026-09-17） */
.job-card__more { font-size: 0.76rem; font-weight: 800; color: var(--color-primary); }
.job-card:hover .job-card__more { text-decoration: underline; }

/* ---------- 求人カード：絞った版（2026-09-17）----------
   上：店舗名（大）・エリア → タイトルの帯 → 左に画像・右に業務内容の書き出し → 更新日・詳しく見る */
.job-card .job-card__head { padding: 14px 14px 8px; }
.job-card .job-card__shop { font-size: 1.08rem; font-weight: 800; color: var(--color-primary); line-height: 1.4; }
.job-card .job-card__area { font-size: 0.82rem; color: #4b5563; margin: 2px 0 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.job-card__excerpt {
  margin: 12px 14px 0; font-size: 0.84rem; line-height: 1.75; color: #374151;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;
}
.job-card--visual > .job-card__visual { grid-row: 3; }
.job-card--visual > .job-card__excerpt { grid-column: 2; grid-row: 3; margin: 12px 14px 0 12px; }
.job-card--visual > .job-card__foot { grid-column: 1 / -1; grid-row: 4; margin-top: 4px; }
@media (max-width: 600px) {
  .job-card .job-card__head { padding: 12px 12px 8px; }
  .job-card .job-card__shop { font-size: 1rem; }
  .job-card .job-card__area { font-size: 0.78rem; }
  .job-card--visual > .job-card__excerpt { margin: 10px 12px 0 8px; font-size: 0.78rem; line-height: 1.6; -webkit-line-clamp: 5; }
  .job-card--visual > .job-card__foot { grid-row: 4; }
}
@media (min-width: 601px) { .job-card--visual > .job-card__excerpt { -webkit-line-clamp: 6; } }   /* PC は画像の高さに合わせて6行 */

/* ---------- トップ：求人の横スライド（2026-09-17）----------
   スマホは次のカードが少し見える幅、PC は 3 枚ずつ。指・トラックパッドで横に送る */
.job-slider {
  display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding: 4px 2px 14px; scrollbar-width: thin;
}
.job-slide {
  flex: 0 0 calc((100% - 28px) / 3); scroll-snap-align: start; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--color-border); border-radius: 12px; overflow: hidden;
  text-decoration: none; color: inherit; transition: box-shadow var(--transition), transform var(--transition);
}
.job-slide:hover { box-shadow: 0 6px 20px rgba(58,74,99,0.12); transform: translateY(-2px); }
.job-slide--urgent { border-color: #f3c1c1; }
.job-slide__visual { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #f3f4f6; }
.job-slide__visual img { width: 100%; height: 100%; object-fit: contain; display: block; }
.job-slide__visual.is-fallback img { object-fit: cover; filter: blur(3px); transform: scale(1.08); }
.job-slide__visual.is-fallback::after { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,0.5); }
.job-slide__urgent { position: absolute; top: 8px; left: 8px; z-index: 2; padding: 3px 9px; border-radius: 4px;
  background: linear-gradient(135deg, #dc2626, #991b1b); color: #fff; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; }
.job-slide__body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.job-slide__shop { font-size: 1.02rem; font-weight: 800; color: var(--color-primary); line-height: 1.4;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.job-slide__area { font-size: 0.78rem; color: #4b5563; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.job-slide__title { margin: 6px -14px 2px; padding: 7px 14px; color: #fff; font-weight: 800; font-size: 0.9rem;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 55%, #c2410c 100%); text-shadow: 0 1px 2px rgba(0,0,0,0.25);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.job-slide--urgent .job-slide__title { background: linear-gradient(135deg, #ef4444 0%, #dc2626 50%, #991b1b 100%); }
.job-slide__excerpt { margin: 4px 0 0; font-size: 0.88rem; line-height: 1.7; color: #1f2937;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; min-height: calc(1.7em * 3); }
.job-slide__date { margin-top: auto; padding-top: 6px; font-size: 0.74rem; color: #6b7280; }
@media (max-width: 900px) {
  .job-slider { margin: 0 -16px; padding: 4px 16px 14px; scroll-padding: 0 16px; gap: 12px; }
  .job-slide { flex-basis: 78%; }
  .job-slide__title { font-size: min(0.9rem, 3.4vw); }
}
/* タイトル20文字がスライドの幅に1行で収まるよう、スライド自身の幅から文字サイズを決める */
.job-slide { container-type: inline-size; }
.job-slide .job-slide__title { font-size: clamp(11px, calc((100cqw - 28px) / 20.5), 0.9rem); letter-spacing: 0; }
@media (max-width: 900px) {
  .job-slide { flex-basis: 60%; }                    /* カードを少し小さく（右のカードがより多く見える）*/
  .job-slide__body { padding: 10px 12px 12px; }
  .job-slide__shop { font-size: .95rem; }
  .job-slide__title { margin: 6px -12px 2px; padding: 7px 12px; }
  .job-slide__excerpt { -webkit-line-clamp: 2; min-height: calc(1.7em * 2); font-size: .84rem; }
  .job-slide__date { font-size: .7rem; }
}

/* ---------- 求人タイトルの見せ方（2026-09-18）----------
   赤・オレンジの白抜き帯をやめ、サイトの色（紺＋金）に合わせる。
   薄い金の帯に濃紺の太字、左に金の縦ライン。2行まで。急募だけ赤系にする。 */
.job-card .job-card__title,
.job-slide .job-slide__title {
  background: linear-gradient(135deg, #fdf7e8 0%, #f7ebcb 100%);
  color: #5b400a; text-shadow: none;   /* 帯の金色に合わせた濃い金茶（急募の赤と同じ考え方）*/
  border-left: 4px solid #c9a84e;
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;   /* 全角スペースで改行が入るタイトルもあるので 3 行まで許す */
  line-height: 1.5; font-weight: 800; letter-spacing: 0.01em;
  min-height: calc(1.5em * 2);   /* 短いタイトルでも帯の高さをそろえる */
}
.job-card--urgent .job-card__title,
.job-slide--urgent .job-slide__title {
  background: linear-gradient(135deg, #fef2f2 0%, #fde2e2 100%);
  border-left-color: #dc2626; color: #7f1d1d;
}
.job-card .job-card__title { padding: 10px 14px; font-size: 1.02rem; }
.job-slide .job-slide__title { margin: 8px -14px 4px; padding: 9px 14px; font-size: 0.98rem; }
@media (max-width: 600px) {
  .job-card.job-card--visual .job-card__title,
  .job-card .job-card__title { padding: 9px 12px; font-size: 0.95rem; }
}
.t-gap { display: inline-block; width: 0.55em; }   /* タイトル内の全角スペース（改行のきっかけにしない）*/

/* ---------- トップ：新着情報（テキストだけの一覧・2026-09-18） ---------- */
.news-list { list-style: none; margin: 0; padding: 0; background: #fff; border: 1px solid var(--color-border); border-radius: 12px; overflow: hidden; }
.news-list__item { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; padding: 11px 16px; border-bottom: 1px solid #eef1f6; font-size: 0.86rem; }
.news-list__item:last-child { border-bottom: none; }
.news-list__date { color: #9ca3af; font-size: 0.76rem; white-space: nowrap; }
.news-list__area { color: #6b7280; font-size: 0.76rem; white-space: nowrap; }
.news-list__shop { font-weight: 800; color: var(--color-primary); text-decoration: none; }
.news-list__shop:hover { text-decoration: underline; }
.news-list__text { color: #374151; }
@media (max-width: 600px) {
  .news-list__item { padding: 10px 12px; font-size: 0.82rem; gap: 2px 8px; }
  .news-list__text { width: 100%; }
}

/* ---------- カードから店舗ページへ行けるようにする（2026-09-18）----------
   カード全体は求人の詳細へ。店舗名だけ店舗ページへ飛ぶ（重なり順で手前に置く） */
.job-slide { position: relative; }
.job-slide__title { margin-top: 8px; }
.job-slide__title a { color: inherit; text-decoration: none; }
.job-slide__title a::after { content: ''; position: absolute; inset: 0; z-index: 1; }
.job-slide__shop, .job-card__shop { position: relative; z-index: 3; display: inline-block; text-decoration: none; }
.job-slide__shop:hover, .job-card__shop:hover { text-decoration: underline; }
.job-slide__excerpt, .job-slide__date, .job-slide__area { position: relative; z-index: 2; pointer-events: none; }

/* トップ：エリア別の求人一覧への文字リンク */
.area-links { display: flex; flex-wrap: wrap; gap: 6px 14px; justify-content: center; margin-top: 16px; font-size: 0.82rem; }
.area-links__label { color: #6b7280; }
.area-links a { color: var(--color-primary); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* トップ：よくある質問 */
.rc-faq details { background: #fff; border: 1px solid var(--color-border); border-radius: 12px; margin-bottom: 10px; }
.rc-faq summary { cursor: pointer; list-style: none; padding: 14px 44px 14px 16px; font-weight: 800; font-size: 0.92rem; color: var(--color-primary); position: relative; }
.rc-faq summary::-webkit-details-marker { display: none; }
.rc-faq summary::before { content: 'Q'; color: #c9a84e; margin-right: 8px; font-family: var(--font-heading); }
.rc-faq summary::after { content: '+'; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 1.2rem; color: #9ca3af; }
.rc-faq details[open] summary::after { content: '−'; }
.rc-faq details p { margin: 0; padding: 0 16px 16px 38px; font-size: 0.86rem; line-height: 1.85; color: #374151; }
.rc-faq details p a { color: var(--color-primary); font-weight: 700; text-decoration: underline; }

/* おすすめ求人：直近に応募・相談があった求人のバッジ（2026-09-21） */
.job-slide__active { position: absolute; top: 8px; right: 8px; z-index: 2; padding: 3px 9px; border-radius: 99px;
  background: linear-gradient(135deg, #e8c06e, #c9a84e); color: #2b3849; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(0,0,0,.18); }
@media (max-width: 600px) { .job-slide__active { font-size: 0.62rem; padding: 2px 7px; } }

/* 店舗ページの写真を全画面で見る（2026-09-22） */
.ph-lb { position: fixed; inset: 0; z-index: 9999; background: rgba(10,12,16,.93); display: flex; align-items: center; justify-content: center; padding: 20px; }
.ph-lb[hidden] { display: none; }
.ph-lb img { max-width: 92vw; max-height: 86vh; border-radius: 8px; display: block; }
.ph-lb__close { position: absolute; top: calc(var(--header-h, 48px) + 12px); right: 16px;   /* サイトのヘッダーと重ならない位置に */ width: 44px; height: 44px; border-radius: 50%; border: none;
  background: rgba(255,255,255,.18); color: #fff; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.ph-lb__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 64px; border: none; border-radius: 8px;
  background: rgba(255,255,255,.14); color: #fff; font-size: 2rem; line-height: 1; cursor: pointer; }
.ph-lb__nav--prev { left: 10px; }
.ph-lb__nav--next { right: 10px; }
.ph-lb__count { position: absolute; bottom: 18px; left: 0; right: 0; text-align: center; color: #fff; font-size: .82rem; font-weight: 700; }

/* 店舗ページの店内写真：2〜4枚を横にそろえて並べる（2026-09-22） */
.shop-photos { grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); grid-auto-rows: auto; }
.shop-photos img { aspect-ratio: 4 / 3; height: auto; }
.shop-photos img:first-child { grid-row: auto; }
.shop-photos--single img { aspect-ratio: auto; }
@media (max-width: 600px) { .shop-photos { grid-template-columns: repeat(2, minmax(0, 1fr)); } .shop-photos--single { grid-template-columns: 1fr; } }

/* 店舗ページ：1枚目はトップバナー、2〜5枚目は店内写真の4枠（2026-09-22） */
.shop-photos { grid-template-columns: 1fr; }
.shop-photos img { aspect-ratio: auto; height: auto; max-height: 440px; margin: 0 auto; }
.shop-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; margin-top: 6px; }
.shop-gallery__item { margin: 0; border-radius: 8px; overflow: hidden; background: #f1f5f9; }
.shop-gallery__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.shop-gallery__item--empty { display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3;
  border: 1px dashed #d8dde5; background: #f8fafc; color: #b6bdc7; font-size: .72rem; font-weight: 700; }
@media (max-width: 480px) { .shop-gallery { gap: 5px; } .shop-gallery__item--empty { font-size: .64rem; } }

/* トップ：新しく掲載を始めたお店（店舗写真は使わない・2026-09-22） */
.newshop-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.newshop { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: #fff; border: 1px solid var(--color-border);
  border-radius: 12px; text-decoration: none; color: inherit; transition: box-shadow .15s, transform .15s; }
.newshop:hover { box-shadow: 0 6px 18px rgba(58,74,99,.12); transform: translateY(-1px); }
.newshop__badge { flex: 0 0 auto; align-self: flex-start; padding: 2px 8px; border-radius: 4px; background: var(--color-gold-grad);
  color: #2b3849; font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.newshop__body { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.newshop__name { font-size: 1.02rem; font-weight: 800; color: var(--color-primary); line-height: 1.4;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.newshop__area { font-size: .76rem; color: #4b5563; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.newshop__meta { font-size: .74rem; color: #6b7280; }
.newshop__rec { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: .68rem; color: #6b7280; max-width: 68px; }
.newshop__rec img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid #e8d09a; }
.newshop__rec span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 68px; }
.newshop__online { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #22c55e; margin-left: 3px; }
@media (max-width: 700px) { .newshop-list { grid-template-columns: 1fr; } }

/* 店舗一覧：求人がまだ無いお店は、横長のコンパクトなカードにする（2026-09-22）
   背の高いカードが何件も並ぶと、空白ばかりの一覧に見えるため */
.shop-list-grid .shop-list-card--minimal { grid-column: 1 / -1; }
.shop-list-card--minimal .shop-list-card__body {
  display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 14px; row-gap: 2px; padding: 12px 14px;
}
.shop-list-card--minimal .shop-list-card__area { grid-column: 1; }
.shop-list-card--minimal .shop-list-card__name { grid-column: 1; font-size: .98rem; }
.shop-list-card--minimal .shop-list-card__meta { grid-column: 1; }
.shop-list-card--minimal .shop-list-card__foot { grid-column: 2; grid-row: 1 / span 3; display: flex; align-items: center; gap: 8px; margin: 0; }
@media (max-width: 480px) {
  .shop-list-card--minimal .shop-list-card__body { grid-template-columns: 1fr; }
  .shop-list-card--minimal .shop-list-card__foot { grid-column: 1; grid-row: auto; margin-top: 8px; }
}

/* トップ：写メ送って即面接（2026-09-23） */
.piv-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.piv { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 12px; text-decoration: none; color: #7c2d12;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%); border: 1px solid #fdba74; transition: box-shadow .15s, transform .15s; }
.piv:hover { box-shadow: 0 6px 18px rgba(124,45,18,.12); transform: translateY(-1px); }
.piv__icon { font-size: 1.4rem; flex: 0 0 auto; }
.piv__body { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.piv__shop { font-size: 1rem; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.piv__area { font-size: .76rem; opacity: .85; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.piv__hours { font-size: .74rem; font-weight: 700; }
.piv__go { flex: 0 0 auto; font-size: .82rem; font-weight: 800; }
@media (max-width: 700px) { .piv-list { grid-template-columns: 1fr; } }

/* トップ：年代から探す（2026-09-24） */
.age-pick { text-align: center; }
.age-pick__label { display: block; font-size: .82rem; font-weight: 800; color: #6b7280; margin-bottom: 10px; }
.age-pick__row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.age-pick__btn { display: flex; align-items: center; justify-content: center; padding: 14px 6px; border-radius: 12px;
  background: #fff; border: 1px solid var(--color-border); color: var(--color-primary); font-size: 1.05rem; font-weight: 800;
  text-decoration: none; box-shadow: 0 2px 6px rgba(28,43,69,.06); transition: transform .15s, box-shadow .15s, border-color .15s; }
.age-pick__btn:hover { transform: translateY(-1px); border-color: var(--color-accent); box-shadow: 0 6px 16px rgba(201,168,78,.2); }
@media (max-width: 480px) { .age-pick__row { gap: 6px; } .age-pick__btn { font-size: .95rem; padding: 12px 4px; } }

/* ==========================================================================
   トップの「条件から探す」（年代・エリア）2026-09-25
   ========================================================================== */
.pick-card { position: relative; background: #fff; border: 2px solid rgba(201,168,78,.45); border-radius: 14px;
  padding: 18px 16px 14px; box-shadow: 0 3px 14px rgba(28,43,69,.07); overflow: hidden; }
/* 上端の金のライン */
.pick-card::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 5px;
  background: linear-gradient(90deg, #e8d09a, #c9a84e 45%, #b8943d); }
.pick-card__head { text-align: center; margin-bottom: 16px; }
.pick-card__en { display: block; font-size: .66rem; letter-spacing: .2em; color: var(--color-accent); font-weight: 800; }
.pick-card__jp { display: block; font-size: 1.08rem; font-weight: 800; color: var(--color-primary); margin-top: 3px; }
.pick-row { display: flex; align-items: center; gap: 10px; }
.pick-row + .pick-row { margin-top: 12px; padding-top: 12px; border-top: 2px dashed rgba(201,168,78,.3); }
.pick-row__label { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  min-width: 3.6em; padding: 4px 8px; border-radius: 6px; background: var(--color-primary); color: #e8d09a;
  font-size: .72rem; font-weight: 800; letter-spacing: .06em; }
.pick-row__btns { flex: 1 1 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.pick-btn { display: flex; align-items: center; justify-content: center; padding: 11px 4px; border-radius: 10px;
  background: #fffdf7; border: 2px solid var(--color-accent); color: var(--color-primary); font-size: .95rem; font-weight: 800;
  text-decoration: none; transition: background .15s, border-color .15s, color .15s, box-shadow .15s; }
.pick-btn:hover { background: linear-gradient(135deg,#e8d09a,#c9a84e 40%,#b8943d); border-color: transparent;
  color: var(--color-primary); box-shadow: 0 4px 14px rgba(180,148,58,.35); }
/* エリアは主導線なので、紺で塗って年代と見分ける */
.pick-row--area .pick-btn { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.pick-row--area .pick-btn:hover { background: linear-gradient(135deg,#2a3f63,#1c2b45); border-color: var(--color-accent);
  color: #e8d09a; box-shadow: 0 4px 14px rgba(28,43,69,.3); }
.pick-card__all { display: block; text-align: center; margin-top: 14px; padding-top: 12px;
  border-top: 1px solid var(--color-border); font-size: .82rem; font-weight: 800;
  color: var(--color-primary); text-decoration: none; }
.pick-card__all:hover { color: var(--color-accent); }
@media (max-width: 420px) {
  .pick-row { display: block; }
  .pick-row__label { display: inline-flex; margin-bottom: 7px; }
  .pick-btn { font-size: .9rem; padding: 10px 2px; }
}

/* ==========================================================================
   明るいイラストに合わせて、ヒーローと会員登録バナーを白基調＋紺文字に 2026-09-25
   （写真向けの濃い紺オーバーレイだと、イラストが暗く沈むため）
   ========================================================================== */
body.mode-recruit .hero__bg { background: #f6f1e8; }
body.mode-recruit .hero__overlay {
  background: linear-gradient(90deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.68) 30%,
              rgba(255,255,255,.34) 56%, rgba(255,255,255,.06) 82%, rgba(255,255,255,0) 100%);
}
body.mode-recruit .hero__catch-main,
body.mode-recruit .hero__catch-sub { color: var(--color-primary);
  text-shadow: 0 1px 0 rgba(255,255,255,.95), 0 0 12px rgba(255,255,255,.85), 0 0 26px rgba(255,255,255,.6); }
body.mode-recruit .hero__catch-accent { color: #b8943d; text-shadow: none; }
body.mode-recruit .hero__badge { background: rgba(255,255,255,.8); border-color: rgba(184,148,61,.55); color: #8a6d2c; }
body.mode-recruit .hero__badge-en { color: #8a6d2c; opacity: .85; }
body.mode-recruit .hero__cta--secondary { background: rgba(255,255,255,.8); border-color: rgba(28,43,69,.35); color: var(--color-primary); }
body.mode-recruit .hero__cta--secondary:hover { background: #fff; }
body.mode-recruit .hero__scroll, body.mode-recruit .hero__scroll span { color: var(--color-primary); opacity: .7; }
@media (max-width: 768px) {
  body.mode-recruit .hero__overlay {
    background: linear-gradient(180deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.48) 42%, rgba(255,255,255,.9) 100%);
  }
}

/* 「写真から探す」の行（1つだけ横長に置く）2026-09-25 */
.pick-row__btns--wide { grid-template-columns: 1fr; }
.pick-btn--photo { background: var(--color-primary); border-color: var(--color-primary); color: #fff; letter-spacing: .04em; }
.pick-btn--photo:hover { background: linear-gradient(135deg,#2a3f63,#1c2b45); border-color: var(--color-accent); color: #e8d09a; }
