/*
Theme Name: koko-saku-v2
Theme URI:
Author: neue
Description: ここ佐久平 リニューアルテーマ v2
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: koko-saku-v2
*/

/* =====================================================
   ここ佐久平 — スタイルシート v2
   ===================================================== */

:root {
  --c-paper:    #F8F7F3;
  --c-cream:    #EDE8E1;
  --c-cream-2:  #E5DFD3;
  --c-orange:   #F6C589;
  --c-orange-2: #E8A85C;
  --c-orange-d: #C97D3C;
  --c-tan:      #D5AB77;
  --c-olive:    #C4B87F;
  --c-sage:     #8EAD8C;
  --c-forest:   #5C7A5E;
  --c-ink:      #3A352B;
  --c-ink-2:    #6B6453;
  --c-ink-3:    #9A9180;
  --c-line:     #D9D2C4;

  --serif: "Shippori Mincho", "Noto Serif JP", "Yu Mincho", serif;
  --sans:  "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", system-ui, sans-serif;
  --mono:  "JetBrains Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--c-paper);
  color: var(--c-ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.95;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.04em;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: 0.1em; line-height: 1.6; }

/* ==== Backgrounds ==== */
.weave-bg {
  background-color: var(--c-cream);
  background-image:
    repeating-linear-gradient(90deg,
      rgba(168,150,113,.10) 0 1px,
      transparent 1px 3px),
    radial-gradient(circle at 20% 20%, rgba(213,171,119,.08), transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(142,173,140,.08), transparent 60%);
}
.paper-bg {
  background-color: var(--c-paper);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.0' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.6  0 0 0 0 0.55  0 0 0 0 0.45  0 0 0 0.05 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* ==== Typography ==== */
.serif { font-family: var(--serif); }
.tategaki {
  writing-mode: vertical-rl;
  font-family: var(--serif);
  font-feature-settings: "palt";
}
.eyebrow {
  font-family: var(--mono);
  letter-spacing: 0.22em;
  font-size: 10.5px;
  color: var(--c-ink-3);
  text-transform: uppercase;
}

/* ==== Buttons ==== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 30px;
  border-radius: 999px;
  font-family: var(--serif);
  font-size: 14.5px;
  letter-spacing: 0.12em;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  transition: all .25s ease;
  position: relative;
}
.btn .arrow {
  display: inline-block; width: 26px; height: 1px; background: currentColor; position: relative;
}
.btn .arrow::after {
  content: ""; position: absolute; right: 0; top: 50%;
  width: 8px; height: 1px; background: currentColor;
  transform: rotate(35deg); transform-origin: right center;
}
.btn-outline {
  background: var(--c-paper);
  border-color: var(--c-tan);
  color: var(--c-ink);
}
.btn-outline:hover { background: var(--c-orange); border-color: var(--c-orange-2); }
.btn-fill {
  background: var(--c-orange-2); color: #fff;
  box-shadow: 0 8px 22px -10px rgba(201,125,60,.55);
}
.btn-fill:hover { background: var(--c-orange-d); transform: translateY(-1px); }

/* ==== Photo placeholder ==== */
.ph {
  background:
    repeating-linear-gradient(45deg,
      rgba(213,171,119,.20) 0 8px,
      rgba(237,232,225,.55) 8px 16px),
    var(--c-cream);
  display: flex; align-items: center; justify-content: center;
  color: var(--c-ink-2);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-align: center; padding: 12px;
}

/* ==== Layout ==== */
.container        { max-width: 1180px; margin: 0 auto; padding: 0 28px; position: relative; }
.container-narrow { max-width: 760px;  margin: 0 auto; padding: 0 28px; }

.section { padding: 110px 0; position: relative; }
.section.paper-bg + .section.paper-bg,
.section.weave-bg + .section.weave-bg { padding-top: 0; }

/* ==== Header ==== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  background: rgba(248,247,243,.86);
  border-bottom: 1px solid rgba(217,210,196,.5);
}
.site-header .row {
  display: flex; align-items: center; justify-content: space-between; height: 76px;
}
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 17px; }
.brand-mark { display: grid; place-items: center; color: var(--c-orange-d); }
.nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.nav a { padding: 8px 0; color: var(--c-ink); }
.nav a:hover { color: var(--c-orange-d); }
.nav .active { color: var(--c-orange-d); }
.nav .tel-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--c-orange-2); color: #fff;
  padding: 10px 18px; border-radius: 999px;
  font-family: var(--serif); letter-spacing: 0.06em;
}
.nav .tel-cta:hover { background: var(--c-orange-d); }

/* ハンバーガーメニュー */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px; height: 40px;
  background: none; border: none; cursor: pointer; padding: 8px;
}
.hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--c-ink);
  transition: transform .25s, opacity .25s;
}
.hamburger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* モバイルナビ */
.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0;
  position: absolute; top: 76px; left: 0; right: 0;
  background: rgba(248,247,243,.97);
  border-bottom: 1px solid rgba(217,210,196,.5);
  padding: 12px 28px 20px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav-mobile.is-open { display: flex; }
.nav-mobile a {
  padding: 12px 0;
  border-bottom: 1px solid var(--c-line);
  font-size: 14px;
  color: var(--c-ink);
}
.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile .tel-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--c-orange-2); color: #fff;
  padding: 12px 18px; border-radius: 999px;
  margin-top: 12px; font-family: var(--serif);
  border-bottom: none;
}

/* =========================================================
   PAGE HERO（固定ページ共通ヘッダー）
   ========================================================= */
.page-hero { border-bottom: 1px solid var(--c-line); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  padding: 70px 0 130px;
  overflow: hidden;
}
.hero-stage {
  position: relative;
  height: 620px;
  max-width: 1080px;
  margin: 0 auto;
}
.hero-photo {
  position: absolute;
  right: 0; top: 0;
  width: 78%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 30px 70px -32px rgba(58,53,43,.28);
}
.hero-photo .ph,
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }

.hero-title-wrap {
  position: absolute;
  left: 6%;
  top: 90px;
  z-index: 3;
}
.hero-title {
  font-size: 38px;
  letter-spacing: 0.22em;
  line-height: 2.2;
  height: 380px;
  color: var(--c-ink);
  font-weight: 500;
}

/* dango blobs */
.blob {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
}
.blob-orange-lg { background: var(--c-orange);  width: 140px; height: 140px; left: 8%;  bottom: 90px; }
.blob-tan-md    { background: var(--c-tan);     width: 60px;  height: 60px;  left: 22%; bottom: 70px; opacity: .9; }
.blob-cream-sm  { background: var(--c-cream-2); width: 36px;  height: 36px;  left: 30%; bottom: 130px; }

.hero-news {
  position: absolute;
  left: 22%; bottom: 30px; z-index: 4;
  background: rgba(45, 40, 32, .92);
  color: #FFF7E6;
  border-radius: 999px;
  padding: 10px 24px 10px 14px;
  display: flex; align-items: center; gap: 16px;
  font-size: 12.5px;
  box-shadow: 0 14px 30px -16px rgba(0,0,0,.4);
  max-width: 520px;
  backdrop-filter: blur(6px);
}
.hero-news .pill {
  background: var(--c-orange-2); color: #fff;
  padding: 4px 14px; border-radius: 999px;
  font-size: 10.5px; letter-spacing: 0.16em;
  font-family: var(--serif);
}
.hero-news .date { color: rgba(255,247,230,.6); font-family: var(--mono); font-size: 10.5px; }
.hero-news .arrow-tiny { margin-left: auto; opacity: .7; }

/* =========================================================
   SECTION HEAD
   ========================================================= */
.sec-head {
  display: flex; flex-direction: column; align-items: center;
  margin-bottom: 44px;
  gap: 14px;
}
.sec-head .icon-row { display: flex; align-items: center; gap: 14px; }
.sec-head .rule { width: 64px; height: 1px; background: var(--c-tan); }
.sec-head h2 { font-size: 22px; letter-spacing: 0.22em; }
.sec-head .sub { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.22em; color: var(--c-ink-3); text-transform: uppercase; }

.intro-text {
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
  color: var(--c-ink-2);
  max-width: 600px;
  margin: 0 auto 36px;
}

/* =========================================================
   CONCEPT
   ========================================================= */
.concept-block { text-align: center; padding: 30px 0 10px; }

/* =========================================================
   CARE
   ========================================================= */
.care {
  padding: 70px 0 130px;
  position: relative;
}
.care-stage {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 80px;
}
.care-label {
  position: absolute;
  left: 28px; top: 60px;
  z-index: 3;
}
.care-label .icon { margin-bottom: 18px; }
.care-label .vert {
  writing-mode: vertical-rl;
  font-family: var(--serif);
  font-size: 19px;
  letter-spacing: 0.36em;
  color: var(--c-ink);
  height: 230px;
  line-height: 2.4;
}
.care-label .ko {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  color: var(--c-ink-3);
  margin-top: 18px;
  max-width: 130px;
  line-height: 1.9;
}

.care-arch {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  aspect-ratio: 5 / 4;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  overflow: hidden;
  background: var(--c-cream);
}
.care-arch .ph,
.care-arch img { width: 100%; height: 100%; object-fit: cover; }

.care-checker {
  position: absolute;
  right: 0; bottom: -10px;
  z-index: 3;
}

/* =========================================================
   SERVICES
   ========================================================= */
.svc-list { display: flex; flex-direction: column; gap: 64px; }
.svc-item {
  display: grid;
  grid-template-columns: 1.3fr 320px;
  gap: 50px;
  align-items: center;
}
.svc-item.flip { grid-template-columns: 320px 1.3fr; }
.svc-item.flip .text { order: 2; }

.svc-item .text .no {
  display: inline-block;
  font-family: var(--serif);
  font-size: 32px;
  color: var(--c-orange-2);
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--c-tan);
  padding-bottom: 4px;
  min-width: 60px;
  text-align: center;
}
.svc-item .text h4 { font-size: 19px; letter-spacing: 0.18em; margin: 14px 0 12px; }
.svc-item .text p { color: var(--c-ink-2); font-size: 13.5px; line-height: 2.05; margin: 0 0 18px; }

.svc-item .pic {
  position: relative;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--c-cream);
}
.svc-item .pic .ph,
.svc-item .pic img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================
   FACILITY
   ========================================================= */
.fac-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 28px;
}
.fac-card .img {
  aspect-ratio: 4 / 3;
  background: var(--c-cream);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.fac-card .img .ph,
.fac-card .img img { width: 100%; height: 100%; object-fit: cover; }
.fac-card .badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--c-orange-2); color: #fff;
  padding: 6px 14px; border-radius: 999px;
  font-family: var(--serif); font-size: 11px; letter-spacing: 0.14em;
}
.fac-card h4 { font-size: 16px; letter-spacing: 0.16em; margin: 18px 0 6px; }
.fac-card p { font-size: 13px; color: var(--c-ink-2); margin: 0; line-height: 1.95; }

/* =========================================================
   COMPANY TABLE
   ========================================================= */
.company-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.company-table th {
  text-align: left; padding: 18px 14px; width: 160px;
  font-family: var(--serif); color: var(--c-orange-d);
  font-weight: 500; letter-spacing: 0.12em;
}
.company-table td { padding: 18px 14px; color: var(--c-ink-2); }
.company-table tr { border-bottom: 1px solid var(--c-line); }

/* =========================================================
   CTA STRIP
   ========================================================= */
.cta-strip {
  background: var(--c-cream);
  padding: 70px 28px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip h3 { font-size: 22px; letter-spacing: 0.22em; margin-bottom: 10px; }
.cta-strip .sub { color: var(--c-ink-2); margin-bottom: 28px; font-size: 13.5px; }
.cta-strip .btn-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ==== Footer ==== */
.site-footer {
  background: #2E2A22;
  color: #C9C2B0;
  padding: 70px 0 30px;
  font-size: 13px;
}
.site-footer .grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px;
}
.site-footer h5 { color: #fff; font-family: var(--serif); font-size: 14px; letter-spacing: 0.16em; margin: 0 0 18px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.site-footer ul a:hover { color: var(--c-orange); }
.site-footer .copy {
  border-top: 1px solid rgba(201,194,176,.18);
  padding-top: 24px;
  display: flex; justify-content: space-between;
  font-family: var(--mono); font-size: 11px;
  color: rgba(201,194,176,.6);
}

/* ==== Responsive ==== */
@media (max-width: 880px) {
  .hero-stage { height: auto; }
  .hero-photo { position: relative; width: 100%; border-radius: 12px; }
  .hero-title-wrap { position: relative; left: auto; top: auto; margin-bottom: 24px; }
  .hero-title { writing-mode: horizontal-tb; height: auto; font-size: 26px; line-height: 1.8; }
  .blob, .hero-news { display: none; }
  .care-stage { padding-left: 0; }
  .care-label { position: relative; left: auto; top: auto; margin-bottom: 20px; }
  .care-label .vert { writing-mode: horizontal-tb; height: auto; font-size: 18px; }
  .svc-item, .svc-item.flip { grid-template-columns: 1fr; }
  .svc-item.flip .text { order: -1; }
  .fac-grid { grid-template-columns: 1fr; }
  .site-footer .grid { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
  .hamburger { display: flex; }
  .section { padding: 70px 0; }
  .care { padding: 70px 0; }
  .hero { padding: 40px 0 70px; }
}

@media (max-width: 560px) {
  .site-footer .grid { grid-template-columns: 1fr; }
}

/* =========================================================
   EXTRACTED FROM INLINE STYLES
   ========================================================= */

/* --- Page Hero (固定ページ共通ヘッダー内テキストブロック) --- */
.page-hero-inner {
  text-align: center;
  padding: 80px 28px 70px;
}
.page-hero-title {
  font-size: 28px;
  letter-spacing: 0.22em;
  margin-top: 14px;
}

/* --- 施設概要・紹介 intro paragraph --- */
.sec-intro {
  font-size: 14.5px;
  line-height: 2.2;
  color: var(--c-ink-2);
  margin: 0;
}
.sec-intro--sm {
  font-size: 14px;
  line-height: 2.1;
  color: var(--c-ink-2);
  margin: 0 0 48px;
}

/* --- sec-head margin variant --- */
.sec-head--tight { margin-bottom: 32px; }
.sec-head--loose { margin-bottom: 48px; }
.sec-head--msg   { margin-bottom: 40px; }

/* --- 入居対象者・利用条件 リスト --- */
.req-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.req-list--gap14 { gap: 14px; }
.req-list__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14.5px;
  line-height: 1.9;
  padding: 16px 20px;
  background: var(--c-cream);
  border-radius: 10px;
}
.req-list__icon {
  color: var(--c-orange-d);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

/* --- サービス内容 グリッド --- */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.svc-grid__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--c-cream);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.7;
}
.svc-grid__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-orange-d);
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .svc-grid { grid-template-columns: 1fr; }
}

/* --- ポイントカード (3つの強み) --- */
.point-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  align-items: flex-start;
  margin-bottom: 36px;
  background: var(--c-paper);
  border-radius: 16px;
  padding: 32px 36px;
}
.point-card:last-child { margin-bottom: 0; }
.point-card__no-wrap {
  text-align: center;
  padding-top: 4px;
}
.point-card__label {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--c-ink-3);
  text-transform: uppercase;
}
.point-card__num {
  display: block;
  font-family: var(--serif);
  font-size: 36px;
  color: var(--c-orange-2);
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.point-card__title {
  font-size: 17px;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  color: var(--c-ink);
}
.point-card__body {
  font-size: 13.5px;
  color: var(--c-ink-2);
  line-height: 2.05;
  margin: 0;
}
@media (max-width: 560px) {
  .point-card { grid-template-columns: 1fr; padding: 24px 20px; }
}

/* --- 代表メッセージボックス --- */
.msg-box {
  background: var(--c-cream);
  border-radius: 16px;
  padding: 48px;
}
.msg-box__text {
  font-size: 14.5px;
  line-height: 2.3;
  color: var(--c-ink-2);
  margin: 0 0 32px;
}
.msg-box__company {
  font-size: 12.5px;
  color: var(--c-ink-3);
  margin: 0 0 4px;
}
.msg-box__name {
  font-size: 16px;
  letter-spacing: 0.12em;
  margin: 0;
}

/* --- CTA テキスト + ボタン (ページ内 CTA) --- */
.page-cta-wrap { text-align: center; }
.page-cta-text {
  font-size: 18px;
  letter-spacing: 0.16em;
  margin: 0 0 28px;
}

/* --- ステップリスト (入居までの流れ) --- */
/* PHP で動的に変わる最終アイテムの margin-bottom は data-last 属性で対応 */
.step-list { display: flex; flex-direction: column; gap: 0; }
.step-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.step-row:last-child { margin-bottom: 0; }
.step-no-wrap { text-align: center; }
.step-no {
  display: block;
  font-family: var(--serif);
  font-size: 28px;
  color: var(--c-orange-2);
  letter-spacing: 0.06em;
  line-height: 1;
}
.step-connector {
  display: block;
  width: 1px;
  height: 32px;
  background: var(--c-line);
  margin: 10px auto 0;
}
.step-body { padding-top: 4px; }
.step-title {
  font-size: 17px;
  letter-spacing: 0.16em;
  margin: 0 0 8px;
}
.step-text {
  font-size: 13.5px;
  color: var(--c-ink);
  line-height: 2;
  margin: 0;
}
.step-note {
  font-size: 12px;
  color: var(--c-ink-2);
  line-height: 1.8;
  margin: 8px 0 0;
}

/* --- フォームラッパー --- */
.form-box {
  background: var(--c-cream);
  border-radius: 16px;
  padding: 40px 48px;
}
@media (max-width: 560px) {
  .form-box { padding: 28px 20px; }
}

/* --- 料金・会社概要テーブルカード --- */
.info-card {
  background: var(--c-cream);
  border-radius: 16px;
  padding: 40px 48px;
}
.info-card__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  line-height: 2;
}
.info-card__table tr { border-bottom: 1px solid var(--c-line); }
.info-card__table th {
  padding: 14px 0;
  width: 140px;
  color: var(--c-ink-2);
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.info-card__table td { padding: 14px 0; }
@media (max-width: 560px) {
  .info-card { padding: 28px 20px; }
}

/* --- 採用情報テーブルカード --- */
.recruit-card {
  background: var(--c-cream);
  border-radius: 16px;
  padding: 40px 48px;
  margin-bottom: 40px;
}
.recruit-card__heading {
  font-size: 17px;
  letter-spacing: 0.18em;
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--c-line);
}
.recruit-card__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 2;
}
.recruit-card__table tr { border-bottom: 1px solid var(--c-line); }
.recruit-card__table tr:last-child { border-bottom: none; }
.recruit-card__table th {
  padding: 12px 0;
  width: 140px;
  color: var(--c-ink-2);
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.recruit-card__table td { padding: 12px 0; }
.recruit-tel {
  font-size: 18px;
  font-family: var(--serif);
  color: var(--c-orange-d);
  letter-spacing: 0.06em;
}
.recruit-tel-note {
  font-size: 13px;
  color: var(--c-ink-2);
  margin-left: 10px;
}
@media (max-width: 560px) {
  .recruit-card { padding: 28px 20px; }
}

/* --- 採用情報 キャッチコピーブロック --- */
.recruit-catch {
  text-align: center;
  margin-bottom: 52px;
}
.recruit-catch__main {
  font-size: 22px;
  font-family: var(--serif);
  letter-spacing: 0.14em;
  color: var(--c-orange-d);
  margin: 0 0 8px;
}
.recruit-catch__sub {
  font-size: 20px;
  font-family: var(--serif);
  letter-spacing: 0.14em;
  margin: 0 0 12px;
}
.recruit-catch__note {
  font-size: 14.5px;
  color: var(--c-ink-2);
  margin: 0;
}
.recruit-cta { text-align: center; }
.recruit-cta__note {
  font-size: 13.5px;
  color: var(--c-ink-2);
  margin-bottom: 24px;
}

/* --- マップ埋め込みラッパー --- */
.map-wrap {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 7;
}
.map-wrap iframe {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* --- プライバシーポリシー 本文ラッパー --- */
.privacy-body {
  font-size: 14px;
  line-height: 2.1;
  color: var(--c-ink-2);
}
.privacy-body__lead { margin-bottom: 32px; }
.privacy-section {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--c-line);
}
.privacy-section__title {
  font-size: 16px;
  letter-spacing: 0.14em;
  color: var(--c-ink);
  margin: 0 0 16px;
}
.privacy-section__text { margin: 0 0 12px; }
.privacy-section__list {
  padding-left: 20px;
  margin: 0 0 12px;
}
.privacy-section__list li { margin-bottom: 8px; }
.privacy-section__sublist {
  padding-left: 36px;
  margin: 0;
}
.privacy-section__sublist li { margin-bottom: 6px; }
.privacy-contact { margin: 0 0 8px; }
.privacy-contact-btn { margin-top: 12px; }

/* --- CTA ストリップ 装飾 SVG (絶対配置) --- */
.cta-deco-tl {
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: .7;
}
.cta-deco-br {
  position: absolute;
  bottom: 24px;
  right: 30px;
  opacity: .7;
}
.cta-strip__title { margin: 10px 0 8px; }

/* --- Footer ブランド行 --- */
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.footer-brand__name {
  font-size: 17px;
  color: #fff;
}
.footer-address {
  margin: 0;
  color: rgba(201,194,176,.7);
  line-height: 1.95;
  font-size: 12.5px;
}

/* --- SVG アイコン カラーユーティリティ --- */
.svg-sage   { color: #8EAD8C; }
.svg-orange { color: #E8A85C; }
.svg-orange-d { color: #C97D3C; }

/* --- Contact Form 7 フォームスタイル --- */
#contact-form,
#trial-form {
  width: 100%;
  border-collapse: collapse;
}
#contact-form tr,
#trial-form tr {
  border-bottom: 1px solid var(--c-line);
}
#contact-form tr:first-child,
#trial-form tr:first-child {
  border-top: 1px solid var(--c-line);
}
#contact-form th,
#trial-form th {
  width: 160px;
  min-width: 120px;
  padding: 20px 16px 20px 0;
  vertical-align: top;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: var(--c-ink);
  line-height: 1.6;
}
#contact-form td,
#trial-form td {
  padding: 16px 0;
  vertical-align: top;
}
/* 必須バッジ */
#contact-form th span,
#trial-form th span {
  display: inline-block;
  font-size: 11px;
  color: #c0392b;
  font-weight: 400;
  margin-bottom: 2px;
  letter-spacing: 0;
}
#contact-form th span::before,
#trial-form th span::before {
  content: "※";
}
/* ラベル */
#contact-form th label,
#trial-form th label {
  display: block;
  font-size: 14px;
  color: var(--c-ink);
  font-weight: 500;
}
/* 入力フィールド共通 */
.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="tel"],
.form-box input[type="url"],
.form-box select,
.form-box textarea {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  color: var(--c-ink);
  font-family: var(--sans);
  line-height: 1.6;
  transition: border-color .18s, box-shadow .18s;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.form-box input[type="text"]:focus,
.form-box input[type="email"]:focus,
.form-box input[type="tel"]:focus,
.form-box input[type="url"]:focus,
.form-box select:focus,
.form-box textarea:focus {
  border-color: var(--c-orange);
  box-shadow: 0 0 0 3px rgba(232,168,92,.18);
}
.form-box textarea {
  min-height: 160px;
  resize: vertical;
}
/* 送信ボタン */
.form-box input[type="submit"],
.form-box .wpcf7-submit {
  margin-top: 24px;
  background: var(--c-orange-d);
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  padding: 14px 48px;
  font-size: 14.5px;
  font-family: var(--sans);
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background .18s, transform .18s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.form-box input[type="submit"]:hover,
.form-box .wpcf7-submit:hover {
  background: var(--c-orange-d);
  transform: translateY(-1px);
}
/* バリデーション・レスポンス */
.form-box .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #c0392b;
  margin-top: 4px;
  display: block;
}
.form-box .wpcf7-response-output {
  font-size: 13px;
  padding: 12px 16px;
  border-radius: 8px;
  margin: 16px 0 0;
}
/* モバイル */
@media (max-width: 560px) {
  #contact-form,
  #trial-form {
    display: block;
  }
  #contact-form tr,
  #trial-form tr {
    display: block;
    padding: 16px 0;
  }
  #contact-form th,
  #trial-form th {
    display: block;
    width: 100%;
    padding: 0 0 6px;
    border: none;
  }
  #contact-form td,
  #trial-form td {
    display: block;
    padding: 0;
  }
  .form-box input[type="submit"],
  .form-box .wpcf7-submit {
    width: 100%;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }
}
