/* デイサービス ひだまりの家（架空）共通スタイル — 温かみ：人・有機的な形・親しみ */
:root {
  --ink: #2b2b2b;          /* 本文 */
  --ink-2: #5a5550;        /* 補足（淡色の面でも 4.5:1 以上） */
  --bg: #fffdfb;           /* 地 */
  --warm: #fff4ea;         /* 淡い橙 */
  --mint: #eef6ee;         /* 淡い緑 */
  --cream: #fff9e6;        /* 淡い黄 */
  --line: #ecdfd1;
  --orange: #e88a3a;       /* 主役の橙（面・飾り） */
  --orange-soft: #f6c79a;
  --orange-btn: #b05c19;   /* 白文字が乗る橙（4.8:1） */
  --orange-btn-2: #964d13;
  --orange-text: #a85a20;  /* 文字に使う橙（5.0:1） */
  --green: #5b8c5a;        /* 補助の緑（面・飾り） */
  --green-text: #3f6b3e;   /* 文字に使う緑（6.2:1） */
  --gold-text: #7f6210;    /* 淡い黄の面で使う文字色 */
  --deep: #2d3f2b;         /* フッター */
  --head: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
  --sans: "Noto Sans JP", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
  --num: "Inter", var(--sans);
  --max: 1120px;
  --r: 22px;               /* カード */
  --r-ph: 32px;            /* 写真 */
  --ease: cubic-bezier(.25,.8,.3,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.9; letter-spacing: .02em; font-feature-settings: "palt"; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--head); font-weight: 700; line-height: 1.4; letter-spacing: .01em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.wrap { width: min(var(--max), 100% - 40px); margin-inline: auto; }
.num { font-family: var(--num); font-variant-numeric: tabular-nums; letter-spacing: 0; }
.label { font-family: var(--num); font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--orange-text); font-weight: 600; }
.label.g { color: var(--green-text); }

/* 面の切り替え */
.sec { padding-block: clamp(68px, 8vw, 104px); position: relative; }
.sec-warm { background: var(--warm); }
.sec-mint { background: var(--mint); }
.sec-cream { background: var(--cream); }
.sec-head { margin-bottom: clamp(30px, 4.5vw, 52px); max-width: 720px; }
.sec-head h2 { font-size: clamp(27px, 3.6vw, 42px); margin-top: 10px; font-weight: 900; }
.sec-head .lead { margin-top: 16px; color: var(--ink-2); font-size: clamp(15px, 1.2vw, 17px); }
.center { margin-inline: auto; text-align: center; }

/* 手描き風の波線 */
.wavy { display: block; width: 120px; height: 12px; margin-top: 14px; color: var(--orange); }
.center .wavy { margin-inline: auto; }

/* ボタン */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 28px; border-radius: 999px; font-family: var(--head); font-weight: 700; font-size: 16px; text-decoration: none; border: 2px solid var(--orange-btn); color: var(--orange-btn); background: #fff; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease); cursor: pointer; }
.btn:hover { background: var(--warm); box-shadow: 0 8px 20px rgba(176,92,25,.16); }
.btn-primary { background: var(--orange-btn); color: #fff; }
.btn-primary:hover { background: var(--orange-btn-2); border-color: var(--orange-btn-2); color: #fff; }
.btn-green { background: #fff; border-color: var(--green-text); color: var(--green-text); }
.btn-green:hover { background: var(--mint); box-shadow: 0 8px 20px rgba(63,107,62,.16); }
.btn-light { background: transparent; border-color: #fff; color: #fff; }
.btn-light:hover { background: #fff; color: var(--deep); }
.btn svg { width: 19px; height: 19px; flex: none; }

/* ヘッダー */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,251,.94); backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: border-color .3s; }
.header.is-scrolled { border-color: var(--line); }
.header .wrap { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 18px; }
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.logo .mark { width: 42px; height: 42px; border-radius: 50% 50% 48% 52% / 52% 48% 50% 50%; background: var(--orange); display: grid; place-items: center; color: #fff; flex: none; }
.logo .mark svg { width: 24px; height: 24px; }
.logo .name { font-family: var(--head); font-weight: 900; font-size: 18.5px; color: var(--ink); line-height: 1.3; }
.logo .name small { display: block; font-size: 11px; letter-spacing: .08em; color: var(--ink-2); font-weight: 500; font-family: var(--sans); }
.nav ul { display: flex; gap: 24px; align-items: center; }
.nav a { text-decoration: none; font-size: 15px; font-weight: 500; padding: 10px 2px; display: inline-block; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 3px; border-radius: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-cta { display: flex; gap: 10px; }
.header .btn { min-height: 46px; padding: 0 20px; font-size: 14px; }
.menu-btn { display: none; width: 46px; height: 46px; border: 0; background: transparent; cursor: pointer; padding: 11px; }
.menu-btn span { display: block; height: 2.5px; border-radius: 2px; background: var(--ink); margin: 5px 0; transition: transform .3s, opacity .3s; }
@media (max-width: 1000px) {
  .nav, .header-cta { display: none; }
  .menu-btn { display: block; }
  body.menu-open .nav { display: block; position: fixed; inset: 78px 0 0; background: var(--bg); padding: 18px 24px 40px; overflow: auto; }
  body.menu-open .nav ul { flex-direction: column; gap: 0; align-items: stretch; }
  body.menu-open .nav a { font-size: 18px; font-weight: 700; padding: 17px 0; border-bottom: 1px solid var(--line); width: 100%; }
  body.menu-open .nav a::after { display: none; }
  body.menu-open .nav .m-cta { display: grid; gap: 12px; margin-top: 24px; }
  body.menu-open .menu-btn span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  body.menu-open .menu-btn span:nth-child(2) { opacity: 0; }
  body.menu-open .menu-btn span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  body.menu-open { overflow: hidden; }
}
.nav .m-cta { display: none; }

/* 出現 */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.rv.is-in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .09s; } .rv-d2 { transition-delay: .18s; } .rv-d3 { transition-delay: .27s; }

/* 背景の有機的な曲線（ゆっくり動く） */
.blob { position: absolute; z-index: 0; pointer-events: none; animation: drift 26s var(--ease) infinite alternate; }
@keyframes drift { from { transform: translate3d(0,0,0) rotate(0deg) scale(1); } to { transform: translate3d(0,-18px,0) rotate(5deg) scale(1.04); } }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  .blob { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- ヒーロー ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fffdfb 0%, var(--warm) 100%); }
.hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 60px); align-items: center; padding-block: clamp(44px, 5.5vw, 80px) clamp(56px, 6.5vw, 92px); }
.hero h1 { font-size: clamp(32px, 4.4vw, 56px); font-weight: 900; line-height: 1.3; margin-top: 14px; }
.hero h1 em { font-style: normal; color: var(--orange-text); }
.hero .lead { margin-top: 22px; color: var(--ink-2); font-size: clamp(15.5px, 1.3vw, 17.5px); max-width: 30em; }
.hero .cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero .pts { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero .pts li { font-size: 13.5px; background: #fff; border: 1px solid var(--line); color: var(--ink-2); padding: 7px 15px; border-radius: 999px; }
.hero .ph { position: relative; }
.hero .ph img { position: relative; z-index: 1; border-radius: var(--r-ph); aspect-ratio: 4 / 3; object-fit: cover; box-shadow: 0 22px 48px rgba(93,65,36,.14); }
.hero .ph .b1 { width: 124%; height: 130%; left: -12%; top: -15%; color: var(--orange-soft); opacity: .85; }
.hero .ph .b2 { width: 46%; height: 42%; right: -9%; bottom: -13%; color: var(--green); opacity: .32; animation-duration: 32s; }
.hero .card-float { position: absolute; z-index: 2; left: -16px; bottom: 24px; background: #fff; border-radius: 18px; padding: 14px 20px; box-shadow: 0 14px 32px rgba(93,65,36,.16); display: flex; gap: 13px; align-items: center; max-width: 252px; }
.hero .card-float .v { font-family: var(--num); font-size: 30px; font-weight: 600; color: var(--green-text); line-height: 1; }
.hero .card-float .k { font-size: 12.5px; color: var(--ink-2); line-height: 1.55; }
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero .ph { margin-top: 10px; }
  .hero .ph .b1 { width: 112%; left: -6%; }
  .hero .card-float { left: 10px; bottom: 12px; }
}

/* 数字の帯 */
.band { background: var(--mint); border-block: 1px solid #dcead9; }
.band .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding-block: 30px; }
.band .it { text-align: center; padding: 8px 10px; }
.band .v { font-family: var(--num); font-size: clamp(28px, 3vw, 38px); font-weight: 600; color: var(--green-text); line-height: 1.1; }
.band .v small { font-family: var(--sans); font-size: 14px; margin-left: 3px; font-weight: 500; }
.band .k { font-size: 13px; color: var(--ink-2); margin-top: 4px; }
@media (max-width: 700px) { .band .wrap { grid-template-columns: 1fr 1fr; gap: 4px; } }

/* カード共通 */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 30px 28px; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(93,65,36,.12); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 920px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }
.ic { width: 60px; height: 60px; border-radius: 50% 50% 46% 54% / 54% 46% 50% 50%; display: grid; place-items: center; flex: none; }
.ic svg { width: 29px; height: 29px; }
.ic-o { background: var(--warm); color: var(--orange-text); }
.ic-g { background: var(--mint); color: var(--green-text); }
.ic-c { background: var(--cream); color: var(--gold-text); }
.sec-warm .ic-o { background: #fde6d2; }
.sec-mint .ic-g { background: #e2efe1; }
.sec-cream .ic-c { background: #fdf1cf; }

/* ---------- 1日の流れ ---------- */
.day .grid { display: grid; grid-template-columns: 352px 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.day .phs { display: grid; gap: 18px; }
.day .phs img { border-radius: var(--r-ph); aspect-ratio: 3 / 2; object-fit: cover; }
.day .phs figure { margin: 0; }
.day .phs figcaption { font-size: 13.5px; color: var(--ink-2); margin-top: 9px; padding-inline: 4px; line-height: 1.7; }
.tl { display: grid; gap: 0; }
.tl li { display: grid; grid-template-columns: 84px 1fr; gap: 20px; padding-bottom: 26px; position: relative; }
.tl li:last-child { padding-bottom: 0; }
.tl li::before { content: ""; position: absolute; left: 41px; top: 40px; bottom: 2px; width: 2px; background: repeating-linear-gradient(to bottom, var(--orange-soft) 0 6px, transparent 6px 12px); }
.tl li:last-child::before { display: none; }
.tl .t { font-family: var(--num); font-size: 14px; font-weight: 600; color: #fff; background: var(--orange-btn); border-radius: 999px; height: 34px; display: grid; place-items: center; }
.tl li:nth-child(even) .t { background: var(--green-text); }
.tl h3 { font-size: 18.5px; }
.tl p { font-size: 15px; color: var(--ink-2); margin-top: 5px; }
@media (max-width: 880px) { .day .grid { grid-template-columns: 1fr; } .day .phs { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .day .phs { grid-template-columns: 1fr; } .tl li { grid-template-columns: 72px 1fr; gap: 14px; } .tl li::before { left: 35px; } }

/* ---------- 大切にしている 3 つ ---------- */
.values .card { padding: 32px 28px 34px; }
.values h3 { font-size: 21px; margin-top: 20px; }
.values p { font-size: 15px; color: var(--ink-2); margin-top: 12px; }
.values .n { font-size: 13px; letter-spacing: .1em; color: var(--orange-text); font-weight: 700; display: block; }

/* ---------- サービス ---------- */
.svc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc .card { display: grid; grid-template-rows: auto auto 1fr; }
.svc h3 { font-size: 20px; margin-top: 18px; }
.svc p { font-size: 15px; color: var(--ink-2); margin-top: 10px; }
@media (max-width: 920px) { .svc { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .svc { grid-template-columns: 1fr; } }
.fee { margin-top: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 30px 30px 32px; }
.fee h3 { font-size: 20px; }
.fee .lead { font-size: 15px; color: var(--ink-2); margin-top: 10px; }
.fee .rows { margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fee .rows div { background: var(--warm); border-radius: 16px; padding: 18px 20px; }
.fee .rows .who { font-size: 13.5px; color: var(--ink-2); }
.fee .rows .v { font-family: var(--num); font-size: 27px; font-weight: 600; color: var(--orange-text); line-height: 1.25; margin-top: 4px; }
.fee .rows .v small { font-family: var(--sans); font-size: 13px; font-weight: 500; margin-left: 3px; color: var(--ink-2); }
.fee .note { font-size: 13px; color: var(--ink-2); margin-top: 16px; line-height: 1.8; }
@media (max-width: 720px) { .fee .rows { grid-template-columns: 1fr; } .fee { padding: 24px 20px 26px; } }

/* ---------- 流れ 4 ステップ ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: st; }
.steps .st { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 28px 24px 30px; }
.steps .st .n { counter-increment: st; width: 46px; height: 46px; border-radius: 50% 50% 46% 54% / 54% 46% 50% 50%; background: var(--orange-btn); color: #fff; display: grid; place-items: center; font-family: var(--num); font-weight: 600; font-size: 18px; }
.steps .st .n::before { content: counter(st); }
.steps .st h3 { font-size: 18.5px; margin-top: 16px; }
.steps .st p { font-size: 14.5px; color: var(--ink-2); margin-top: 9px; }
.steps .st .when { display: inline-block; margin-top: 14px; font-size: 12.5px; background: var(--mint); color: var(--green-text); padding: 4px 12px; border-radius: 999px; font-weight: 700; }
@media (max-width: 920px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* ---------- 声 ---------- */
.voices { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.voices blockquote { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 32px 30px 30px; }
.voices .q { font-family: var(--head); font-size: clamp(18px, 1.9vw, 21px); font-weight: 700; line-height: 1.75; }
.voices .body { font-size: 15px; color: var(--ink-2); margin-top: 14px; }
.voices cite { display: flex; align-items: center; gap: 12px; margin-top: 20px; font-style: normal; font-size: 13.5px; color: var(--ink-2); }
.voices cite .av { width: 44px; height: 44px; border-radius: 50% 50% 46% 54% / 54% 46% 50% 50%; background: var(--warm); color: var(--orange-text); display: grid; place-items: center; font-family: var(--head); font-weight: 700; font-size: 18px; flex: none; }
@media (max-width: 760px) { .voices { grid-template-columns: 1fr; } }

/* ---------- スタッフ ---------- */
.people { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.people .p { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 28px 26px 30px; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.people .p:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(93,65,36,.12); }
.people .av { width: 84px; height: 84px; border-radius: 50% 50% 46% 54% / 54% 46% 50% 50%; display: grid; place-items: center; font-family: var(--head); font-weight: 900; font-size: 27px; }
.people img.av { object-fit: cover; object-position: center 40%; }
.people .av.o { background: var(--warm); color: var(--orange-text); }
.people .av.g { background: var(--mint); color: var(--green-text); }
.people .av.c { background: var(--cream); color: var(--gold-text); }
.people .role { font-size: 12.5px; font-weight: 700; color: var(--orange-text); letter-spacing: .06em; margin-top: 18px; }
.people h3 { font-size: 20px; margin-top: 3px; }
.people h3 span { font-size: 12px; font-weight: 500; color: var(--ink-2); font-family: var(--sans); margin-left: 8px; letter-spacing: .04em; }
.people .career { font-size: 14.5px; color: var(--ink-2); margin-top: 12px; }
.people .word { margin-top: 14px; background: var(--warm); border-radius: 14px; padding: 14px 16px; font-size: 14.5px; line-height: 1.8; }
.people .word b { display: block; font-size: 12px; color: var(--orange-text); letter-spacing: .06em; margin-bottom: 4px; font-family: var(--head); }
.sec-warm .people .word { background: var(--cream); }
@media (max-width: 920px) { .people { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .people { grid-template-columns: 1fr; } }

/* ---------- お知らせ ---------- */
.news-list { display: grid; border-top: 1px solid var(--line); }
.news-list a, .news-list .it { display: grid; grid-template-columns: 112px 104px 1fr; gap: 16px; align-items: center; padding: 18px 6px; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 15.5px; }
.news-list a:hover { background: var(--warm); }
.news-list time { font-family: var(--num); font-size: 13.5px; color: var(--ink-2); }
.news-list .tag { display: inline-block; font-size: 12.5px; padding: 3px 12px; border-radius: 999px; background: var(--mint); color: var(--green-text); font-weight: 700; text-align: center; justify-self: start; }
.news-list .tag.o { background: var(--warm); color: var(--orange-text); }
.news-list .tag.c { background: var(--cream); color: var(--gold-text); }
.sec-warm .news-list .tag.o { background: #fde6d2; }
@media (max-width: 660px) { .news-list a, .news-list .it { grid-template-columns: 1fr; gap: 6px; padding: 16px 6px; } }

/* ---------- 事業所概要の表 ---------- */
.info { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.info dl { margin: 0; display: grid; grid-template-columns: 216px 1fr; }
.info dt, .info dd { margin: 0; padding: 16px 24px; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.info dt { background: var(--warm); font-family: var(--head); font-weight: 700; }
.info dd:last-of-type, .info dt:nth-last-of-type(1) { border-bottom: 0; }
@media (max-width: 620px) { .info dl { grid-template-columns: 1fr; } .info dt { border-bottom: 0; padding: 14px 20px 2px; background: #fff; color: var(--orange-text); font-size: 14px; } .info dd { padding: 0 20px 14px; } }

/* ---------- フォーム ---------- */
.form-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.form-wrap .side .box { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px 24px; margin-top: 16px; }
.form-wrap .side .box h3 { font-size: 17px; }
.form-wrap .side .box p { font-size: 14.5px; color: var(--ink-2); margin-top: 7px; }
.form-wrap .side .tel { font-family: var(--num); font-size: 29px; font-weight: 600; color: var(--orange-text); line-height: 1.3; margin-top: 6px; }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 34px 32px 36px; }
.form .row { display: grid; gap: 6px; margin-bottom: 18px; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.form label { font-size: 14.5px; font-weight: 700; font-family: var(--head); }
.form label .req { font-size: 11px; color: #fff; background: var(--orange-btn); padding: 3px 9px; border-radius: 999px; margin-left: 8px; vertical-align: 2px; font-family: var(--sans); }
.form input, .form select, .form textarea { font: inherit; font-size: 16px; padding: 12px 15px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); width: 100%; min-height: 50px; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--orange-btn); outline-offset: 1px; border-color: var(--orange-btn); }
.form .err { display: none; font-size: 13px; color: #a3231c; }
.form .row.invalid .err { display: block; }
.form .row.invalid input, .form .row.invalid select, .form .row.invalid textarea { border-color: #a3231c; }
.form .radios { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.form .radios label { font-weight: 400; font-family: var(--sans); display: inline-flex; align-items: center; gap: 7px; min-height: 44px; font-size: 15.5px; }
.form .radios input { width: 19px; height: 19px; min-height: 0; padding: 0; accent-color: var(--orange-btn); }
.form .btn { width: 100%; margin-top: 6px; }
.form .btn[disabled] { opacity: .65; cursor: progress; }
.form .note { font-size: 12.5px; color: var(--ink-2); margin-top: 14px; line-height: 1.8; }
.form .done { display: none; text-align: center; padding: 30px 0 10px; }
.form.is-done form { display: none; } .form.is-done .done { display: block; }
.form .done svg { width: 54px; height: 54px; color: var(--green-text); margin-inline: auto; }
.form .done h3 { font-size: 21px; margin-top: 14px; }
.form .done p { margin-top: 10px; font-size: 14.5px; color: var(--ink-2); }
@media (max-width: 880px) { .form-wrap { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .form { padding: 26px 20px 28px; } .form .row2 { grid-template-columns: 1fr; } }

/* ---------- CTA 帯 ---------- */
.cta-band { background: var(--green-text); color: #fff; padding: clamp(54px, 7vw, 88px) 0; position: relative; overflow: hidden; }
.cta-band .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 34px; align-items: center; }
.cta-band h2 { font-size: clamp(25px, 3.2vw, 38px); font-weight: 900; }
.cta-band p { margin-top: 14px; color: #e5f0e4; }
.cta-band .btns { display: grid; gap: 12px; }
.cta-band .btn-primary { background: #fff; border-color: #fff; color: var(--orange-btn); }
.cta-band .btn-primary:hover { background: var(--warm); border-color: var(--warm); color: var(--orange-btn-2); }
.cta-band .tel { font-family: var(--num); font-size: 29px; font-weight: 600; text-align: center; margin-top: 4px; }
.cta-band .tel small { display: block; font-family: var(--sans); font-size: 12.5px; font-weight: 400; color: #e5f0e4; letter-spacing: .06em; }
.cta-band .blob { color: #fff; opacity: .08; right: -70px; top: -90px; width: 440px; height: 440px; }
@media (max-width: 860px) { .cta-band .wrap { grid-template-columns: 1fr; } }

/* ---------- 下層のページ見出し ---------- */
.page-head { background: var(--warm); padding: clamp(36px, 4.5vw, 58px) 0 clamp(44px, 5.5vw, 70px); position: relative; overflow: hidden; }
.page-head .wrap { position: relative; z-index: 1; }
.page-head h1 { font-size: clamp(28px, 3.5vw, 42px); font-weight: 900; margin-top: 10px; }
.page-head .lead { margin-top: 16px; max-width: 640px; color: var(--ink-2); font-size: clamp(15px, 1.2vw, 17px); }
.page-head .blob { color: var(--orange-soft); opacity: .55; right: -80px; top: -120px; width: 440px; height: 440px; }
.crumb { font-size: 13.5px; color: var(--ink-2); margin-bottom: 14px; }
.crumb a { color: inherit; text-decoration: none; border-bottom: 1px solid #dfcbb5; }
.crumb a:hover { color: var(--orange-text); }
.page-head.ph { padding-block: 0; }
.page-head.ph .grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 4vw, 52px); align-items: center; padding-block: clamp(34px, 4.5vw, 58px); }
.page-head.ph .grid img { border-radius: var(--r-ph); aspect-ratio: 3 / 2; object-fit: cover; box-shadow: 0 20px 44px rgba(93,65,36,.14); }
@media (max-width: 860px) { .page-head.ph .grid { grid-template-columns: 1fr; } }

/* ---------- 採用 ---------- */
.jobs { display: grid; gap: 20px; }
.job { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 30px 30px 32px; }
.job .hd { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.job .hd h3 { font-size: 22px; }
.job .hd .kind { font-size: 12.5px; font-weight: 700; padding: 4px 14px; border-radius: 999px; background: var(--orange-btn); color: #fff; }
.job .hd .kind.g { background: var(--green-text); }
.job .sum { font-size: 15px; color: var(--ink-2); margin-top: 12px; }
.job dl { margin: 20px 0 0; display: grid; grid-template-columns: 136px 1fr; gap: 0; border-top: 1px solid var(--line); }
.job dt, .job dd { margin: 0; padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 15px; }
.job dt { font-family: var(--head); font-weight: 700; }
.job dd { color: var(--ink-2); }
@media (max-width: 620px) { .job { padding: 24px 20px 26px; } .job dl { grid-template-columns: 1fr; } .job dt { border-bottom: 0; padding-bottom: 2px; color: var(--orange-text); font-size: 13.5px; } }
.benefits .b { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px 24px 26px; }
.benefits h3 { font-size: 18px; margin-top: 14px; }
.benefits p { font-size: 14.5px; color: var(--ink-2); margin-top: 9px; }

/* ---------- お知らせ本文 ---------- */
.article { max-width: 760px; }
.article .meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: 13.5px; color: var(--ink-2); }
.article h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 900; margin-top: 12px; line-height: 1.5; }
.article img { border-radius: var(--r-ph); aspect-ratio: 3 / 2; object-fit: cover; margin-top: 24px; }
.article figure { margin: 0; }
.article figcaption { font-size: 13.5px; color: var(--ink-2); margin-top: 10px; }
.article .body { margin-top: 26px; display: grid; gap: 20px; font-size: 16px; }
.article .body h3 { font-size: 20px; margin-top: 8px; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; }
.faq details { border: 1px solid var(--line); border-radius: 18px; background: #fff; margin-bottom: 12px; overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 54px 20px 22px; font-family: var(--head); font-weight: 700; font-size: 16.5px; position: relative; min-height: 44px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 24px; top: 50%; width: 13px; height: 13px; margin-top: -9px; border-right: 2.5px solid var(--orange-text); border-bottom: 2.5px solid var(--orange-text); transform: rotate(45deg); transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.faq .a { padding: 0 22px 22px; color: var(--ink-2); font-size: 15px; }

/* ---------- フッター ---------- */
.footer { background: var(--deep); color: #d8e0d4; padding: 54px 0 34px; font-size: 14.5px; }
.footer .top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 32px; }
.footer .logo .name { color: #fff; }
.footer .logo .name small { color: #bcc9b7; }
.footer address { font-style: normal; margin-top: 16px; line-height: 1.85; }
.footer h4 { color: #fff; font-size: 14.5px; margin-bottom: 10px; }
.footer .links a { text-decoration: none; display: block; padding: 6px 0; }
.footer .links a:hover { color: #fff; }
.footer .copy { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); font-size: 12.5px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; line-height: 1.7; }
@media (max-width: 760px) { .footer .top { grid-template-columns: 1fr; } }

/* デモ注記 */
.demo-note { position: fixed; left: 12px; bottom: 12px; z-index: 60; background: rgba(45,63,43,.94); color: #fff; font-size: 12.5px; padding: 8px 10px 8px 15px; border-radius: 999px; display: flex; align-items: center; gap: 8px; backdrop-filter: blur(6px); }
.demo-note button { border: 0; background: transparent; color: inherit; width: 28px; height: 28px; cursor: pointer; font-size: 16px; line-height: 1; padding: 0; border-radius: 50%; }
.demo-note button:hover { background: rgba(255,255,255,.18); }
