/* ============================================================
   福祉施設専門 オーダーメイド賃貸事業 — Landing Page
   Design system
   ============================================================ */
:root{
  /* Brand colors */
  --teal:        #0f8b85;
  --teal-dark:   #0a6f6a;
  --teal-darker: #075350;
  --teal-soft:   #c4dedd;
  --navy:        #16335f;
  --navy-dark:   #0f2545;
  --navy-light:  #20457a;
  --gold:        #f2c34c;
  --orange:      #e87b2e;
  --orange-soft: #fbeadb;
  --red:         #e2502a;

  /* Neutrals (cool-toned) */
  --ink:    #232b33;
  --ink-2:  #3c4754;
  --muted:  #5d6b78;
  --line:   #d9e2ec;
  --bg:     #ffffff;
  --bg-soft:#eef4f9;
  --bg-blue:#e7f0f8;
  --card:   #ffffff;

  /* Type */
  --font-head: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, sans-serif;
  --font-mincho: "Shippori Mincho B1", "Noto Serif JP", Georgia, serif;
  --font-body: "Noto Sans JP", system-ui, sans-serif;

  /* Layout */
  --maxw: 1120px;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow-sm: 0 2px 10px rgba(22,51,95,.06);
  --shadow:    0 8px 30px rgba(22,51,95,.10);
  --shadow-lg: 0 18px 50px rgba(22,51,95,.16);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; overflow-x:hidden; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--bg);
  line-height:1.7;
  font-size:16px;
  letter-spacing:.01em;
  overflow-x:hidden;
}
img{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; }

.wrap{ width:100%; max-width:var(--maxw); margin:0 auto; padding:0 24px; }
.sr-only{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }

/* ---- shared section heading ---- */
.sec{ padding:84px 0; }
.sec-head{ text-align:center; margin-bottom:48px; }
.sec-head h2{
  font-family:var(--font-mincho);
  font-weight:800;
  font-size:clamp(26px,3.4vw,40px);
  line-height:1.35;
  margin:0;
  letter-spacing:.04em;
}
.sec-head .lead-line{
  display:inline-flex; align-items:center; gap:18px;
}
.sec-head .slash{ color:var(--teal); font-weight:900; font-size:.7em; letter-spacing:-.1em; opacity:.85; }
.tcaccent{ color:var(--teal); }
.oaccent{ color:var(--orange); }
.raccent{ color:var(--red); }

/* underline marker */
.mark-gold{ background:linear-gradient(transparent 62%, rgba(242,195,76,.75) 62%); padding:0 .04em; }
.mark-teal{
  position:relative; color:var(--teal-dark); font-weight:900;
}
.mark-teal::after{
  content:""; position:absolute; left:0; right:0; bottom:-2px; height:3px;
  background:var(--teal); border-radius:2px;
}

/* primary buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:12px;
  font-family:var(--font-head); font-weight:700; font-size:clamp(16px,1.5vw,19px);
  padding:18px 34px; border-radius:999px; border:none; color:#fff;
  background:linear-gradient(180deg,var(--teal) 0%, var(--teal-dark) 100%);
  box-shadow:0 10px 24px rgba(15,139,133,.32);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
  position:relative; letter-spacing:.03em;
}
.btn .chev{ display:inline-flex; transition:transform .2s ease; }
.btn:hover{ transform:translateY(-3px); box-shadow:0 16px 32px rgba(15,139,133,.4); filter:saturate(1.05); }
.btn:hover .chev{ transform:translateX(4px); }
.btn:active{ transform:translateY(-1px); }
.btn--orange{
  background:linear-gradient(180deg,#fb923c 0%,#ea580c 100%);
  box-shadow:0 10px 24px rgba(234,88,12,.32);
}
.btn--orange:hover{ box-shadow:0 16px 32px rgba(234,88,12,.4); }
.btn--ghost{
  background:transparent; color:#fff; border:2px solid rgba(255,255,255,.85);
  box-shadow:none;
}
.btn--ghost:hover{ background:rgba(255,255,255,.12); box-shadow:none; }
.btn--lg{ padding:20px 40px; }

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative;
  background:
    radial-gradient(120% 90% at 0% 0%, #f3f9fb 0%, #eaf4f6 40%, #e3eef5 100%);
  overflow:hidden;
}
.hero__grid{
  position:relative;
  display:block;
  min-height:540px;
}
.hero__left{
  position:relative; z-index:1;
  width:48%;
  padding:38px 0 56px; display:flex; flex-direction:column;
}
.brand{ display:flex; flex-direction:column; align-items:flex-start; gap:8px; margin-bottom:30px; }
.brand__icon{ display:block; }
.brand__logo-img{ height:48px; width:auto; display:block; }
.brand__txt{ font-family:var(--font-head); font-weight:500; font-size:13px; color:var(--ink); letter-spacing:.04em; white-space:nowrap; }
.brand__txt b{ font-weight:500; color:var(--teal-dark); }
.brand__sub{ font-weight:500; color:var(--ink); }

.hero h1{
  font-family:var(--font-head); font-weight:900; margin:0;
  font-size:clamp(40px,5.6vw,68px); line-height:1.18; letter-spacing:.01em;
}
.hero h1 .big{ color:var(--teal); }
.hero__sub{
  font-family:var(--font-head); font-weight:900;
  font-size:clamp(22px,2.7vw,33px); line-height:1.45; margin:14px 0 0;
}
.hero__tag{
  font-family:var(--font-head); font-weight:700; color:var(--ink-2);
  font-size:clamp(16px,1.8vw,21px); margin:18px 0 0;
}
.kw{ position:relative; color:var(--teal-dark); }
.kw::after{ content:""; position:absolute; left:0; right:0; bottom:-1px; height:3px; background:var(--teal); border-radius:2px; }

/* 右に10%寄せ、文字の輪郭だけ白くフチどり */
.hero__catch{
  width:120%; max-width:none; height:auto;
  margin:0 0 4px 10%;
  filter:
    drop-shadow(0 0  3px #fff)
    drop-shadow(0 0  6px #fff)
    drop-shadow(0 0 10px rgba(255,255,255,.9))
    drop-shadow(0 0 18px rgba(255,255,255,.7));
}
.hero__cta{ margin-top:24px; text-align:center; }
.hero__cta .btn{ font-size:clamp(17px,1.7vw,21px); padding:20px 40px; }

/* SP用：写真ブロック（PCでは非表示） */
.hero__photo-sp{ display:none; }

.badge{
  margin-top:24px; display:inline-flex; align-items:center; gap:10px;
  font-family:var(--font-head); font-weight:700; color:var(--ink-2);
  font-size:15px;
}
.badge .laurel{ color:var(--gold); }
.badge b{ color:var(--teal-dark); font-size:1.15em; white-space:nowrap; }

.hero__right{
  position:absolute; top:0; right:-40px; bottom:0;
  left:35%; z-index:0;
}
.hero__photo{
  position:absolute; inset:0; width:100%;
  height:100%; object-fit:cover; object-position:center;
}
.hero__right::before{
  content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(90deg, #e3eef5 0%, rgba(227,238,245,.5) 25%, rgba(227,238,245,0) 50%);
}

/* ============================================================
   WORRIES
   ============================================================ */
.worries{ background:var(--bg-soft); }
.worries__body{
  display:grid; grid-template-columns:1fr; gap:34px; align-items:center;
}
.worry-photo{
  border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-sm);
  aspect-ratio:3/4; background:#dfe7ef;
}
.worry-photo img{ width:100%; height:100%; object-fit:cover; object-position:18% center; }
.worry-cards{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }
.worry-card{ flex:0 0 calc(33.333% - 10px); max-width:calc(33.333% - 10px); }
.worry-card{
  background:var(--teal); border-radius:var(--radius-sm); padding:18px 18px 18px 16px;
  display:flex; align-items:flex-start; gap:11px; box-shadow:var(--shadow-sm);
  font-family:var(--font-head); font-weight:700; font-size:18px; line-height:1.45; color:#fff;
  border:1px solid transparent;
  transition:transform .18s ease, box-shadow .18s ease;
}
.worry-card:hover{ transform:translateY(-3px); box-shadow:var(--shadow); }
.worry-card .chk{
  flex:none; width:24px; height:24px; border-radius:50%;
  background:#fff; color:var(--teal); display:grid; place-items:center; margin-top:1px;
}
.worry-foot{
  text-align:center; margin-top:34px;
  font-family:var(--font-mincho); font-weight:800;
  font-size:clamp(22px,3vw,34px); line-height:1.4;
}
.worry-foot__sub{ display:block; font-size:clamp(16px,2vw,22px); font-weight:700; margin-top:10px; }
.worry-foot .raccent{ position:relative; }
.worry-foot .raccent::after{
  content:""; position:absolute; left:0; right:0; bottom:-3px; height:4px;
  background:var(--red); border-radius:2px; opacity:.85;
}
.worry-chara{
  display:flex; flex-direction:row; align-items:center; justify-content:center;
  gap:24px; margin:28px 0 0;
}
.worry-chara__img{
  width:clamp(110px,16vw,170px); height:auto;
  transform:scaleX(-1); flex-shrink:0;
}
.worry-chara__bubble{
  position:relative;
  background:#fff;
  border:3px solid var(--teal);
  border-radius:18px;
  padding:20px 24px;
  font-family:var(--font-mincho); font-weight:800;
  font-size:clamp(17px,2.2vw,26px); line-height:1.6;
  color:var(--teal);
  max-width:380px;
}
.worry-chara__bubble::before{
  content:"";
  position:absolute; top:50%; left:-22px;
  transform:translateY(-50%);
  border:11px solid transparent;
  border-right-color:var(--teal);
}
.worry-chara__bubble::after{
  content:"";
  position:absolute; top:50%; left:-16px;
  transform:translateY(-50%);
  border:9px solid transparent;
  border-right-color:#fff;
}
@media(max-width:600px){
  .worry-chara{ flex-direction:column-reverse; gap:0; }
  .worry-chara__bubble{ max-width:100%; box-sizing:border-box; }
  .worry-chara__bubble::before{ top:auto; bottom:-22px; left:50%; transform:translateX(-50%);
    border:11px solid transparent; border-top-color:var(--teal); border-right-color:transparent; }
  .worry-chara__bubble::after{ top:auto; bottom:-16px; left:50%; transform:translateX(-50%);
    border:9px solid transparent; border-top-color:#fff; border-right-color:transparent; }
}

/* worries intro */
.worries__intro{
  text-align:center; margin-bottom:44px;
}
.worries__intro-row{
  display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:24px;
}
.worries__intro-item{
  display:flex; flex-direction:column; align-items:center; gap:10px;
  background:#fff; border-radius:var(--radius); padding:22px 18px;
  box-shadow:var(--shadow-sm); border:1px solid #eef3f8;
  font-family:var(--font-head); font-weight:900;
  font-size:clamp(15px,1.6vw,19px); color:var(--teal-dark);
  line-height:1.45;
}
.worries__intro-icon{
  display:grid; place-items:center;
  width:44px; height:44px; border-radius:50%;
  background:var(--teal-soft); color:var(--teal);
  flex:none;
}
.worries__intro-icon svg{ width:22px; height:22px; }
.worries__intro-barrier{
  margin:24px 0 0;
  font-family:var(--font-mincho); font-weight:800;
  font-size:clamp(22px,2.8vw,34px); color:var(--ink); line-height:1.7;
}
.worries__intro-barrier .raccent{ font-size:1.1em; }

/* SP用改行・lead-line修正 */
.sp-only{ display:none; }
.pc-only{ display:inline; }
.lead-line__text{ display:inline; }

/* ============================================================
   PROBLEM (social issue)
   ============================================================ */
.problem{ background:#fff; }
.rule-head{
  display:flex; align-items:center; justify-content:center; gap:22px;
  margin-bottom:46px;
}
.rule-head h2{ font-family:var(--font-mincho); font-weight:800; font-size:clamp(20px,3.2vw,38px); margin:0; letter-spacing:.04em; }

.stat-row{
  display:grid; grid-template-columns:1fr auto 1fr; gap:26px; align-items:stretch;
}
.stat-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius);
  overflow:hidden; box-shadow:var(--shadow-sm); display:flex; flex-direction:column;
}
.stat-card__head{
  color:#fff; font-family:var(--font-head); font-weight:500; font-size:clamp(17px,1.9vw,21px);
  text-align:center; padding:13px 16px; letter-spacing:.03em;
}
.stat-card--teal .stat-card__head{ background:linear-gradient(180deg,var(--teal),var(--teal-dark)); }
.stat-card--orange .stat-card__head{ background:linear-gradient(180deg,#ef8b3f,var(--orange)); }
.stat-card__body{ padding:26px 24px 22px; display:flex; gap:18px; align-items:center; }
.stat-ill{
  flex:none; width:96px; height:96px; border-radius:12px; display:grid; place-items:center;
}
.stat-ill--photo{
  width:100%; background:none; border-radius:0; height:auto;
}
.stat-ill__img{
  width:100%; height:200px; object-fit:cover; object-position:center top;
  border-radius:12px; display:block;
}
.stat-card:has(.stat-ill--photo) .stat-card__body{
  flex-direction:column; align-items:stretch; gap:14px;
}
.stat-card--teal .stat-ill{ background:var(--teal-soft); color:var(--teal-dark); }
.stat-card--orange .stat-ill{ background:var(--orange-soft); color:var(--orange); }
.stat-num{ font-family:var(--font-head); font-weight:900; line-height:1.15; }
.stat-num .lbl{ display:block; font-size:clamp(15px,1.6vw,18px); color:var(--ink-2); letter-spacing:.02em; }
.stat-num .num{ font-size:clamp(26px,3.4vw,40px); white-space:nowrap; }
.stat-card--teal .stat-num .num{ color:var(--teal-dark); }
.stat-card--orange .stat-num .num{ color:var(--orange); }
.stat-num .sup{ font-size:.4em; vertical-align:super; color:var(--muted); font-weight:700; }
.stat-card__note{ padding:0 24px 22px; color:var(--ink-2); font-size:15px; font-weight:500; }
.stat-card__src{ margin-top:8px; font-size:11.5px; color:var(--muted); }
.stat-x{
  align-self:center; font-family:var(--font-head); font-weight:900;
  font-size:clamp(36px,5vw,58px); color:var(--ink); opacity:.85;
}
.problem-photo{
  position:absolute; right:0; bottom:-10px; width:120px; pointer-events:none; display:none;
}
.problem-chara{
  display:flex; flex-direction:row; align-items:center; justify-content:center;
  gap:24px; margin-top:48px;
}
.problem-chara__slot{
  flex-shrink:0; width:clamp(100px,14vw,160px);
}
.problem-chara__bubble{
  position:relative;
  background:#fff;
  border:3px solid var(--teal);
  border-radius:18px;
  padding:20px 24px;
  font-family:var(--font-mincho); font-weight:800;
  font-size:clamp(16px,2vw,24px); line-height:1.6;
  color:var(--ink);
  max-width:420px;
}
.problem-chara__bubble::before{
  content:"";
  position:absolute; top:50%; right:-22px;
  transform:translateY(-50%);
  border:11px solid transparent;
  border-left-color:var(--teal);
}
.problem-chara__bubble::after{
  content:"";
  position:absolute; top:50%; right:-16px;
  transform:translateY(-50%);
  border:9px solid transparent;
  border-left-color:#fff;
}
@media(max-width:600px){
  .problem-chara{ flex-direction:column-reverse; gap:12px; }
  .problem-chara__slot{ width:clamp(80px,20vw,120px); }
  .problem-chara__bubble{ max-width:100%; box-sizing:border-box; }
  .problem-chara__bubble::before{ top:-22px; right:auto; left:50%; transform:translateX(-50%);
    border:11px solid transparent; border-bottom-color:var(--teal); border-left-color:transparent; }
  .problem-chara__bubble::after{ top:-16px; right:auto; left:50%; transform:translateX(-50%);
    border:9px solid transparent; border-bottom-color:#fff; border-left-color:transparent; }
}

/* ============================================================
   PROCESS (dark)
   ============================================================ */
.process{ background:var(--teal); color:#fff; }
.process .sec-head h2{ color:#fff; }
.process .sec-head h2 .tcaccent{ color:#fff; }
.steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; align-items:start; position:relative; }
.step{
  background:#fff; border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius); padding:26px 20px 24px; text-align:center; position:relative;
  transition:transform .2s ease, box-shadow .2s ease;
}
.step:hover{ transform:translateY(-5px); box-shadow:0 8px 24px rgba(0,0,0,.12); }
.step__no{
  position:absolute; top:-15px; left:50%; transform:translateX(-50%);
  width:46px; height:46px; border-radius:50%; background:#f97316;
  color:#fff; font-family:var(--font-head); font-weight:900; display:grid; place-items:center;
  font-size:22px; box-shadow:0 4px 12px rgba(0,0,0,.2);
}
.step__icon{ color:var(--teal); margin:6px auto 14px; width:54px; height:54px; }
.step__icon svg{ width:100%; height:100%; }
.step__icon--photo{ width:100%; height:auto; border-radius:12px; overflow:hidden; margin:10px 0 14px; display:block; }
.step__img{ width:100%; aspect-ratio:1/1; object-fit:cover; object-position:center top; border-radius:12px; display:block; }
.step h3{ font-family:var(--font-head); font-weight:500; font-size:18px; margin:0 0 10px; line-height:1.4; color:var(--teal); }
.step p{ margin:0; font-size:13.5px; color:#333; line-height:1.6; }
.step__arrow{
  position:absolute; top:50%; right:-13px; transform:translateY(-50%); z-index:2;
  color:#f97316; width:36px; height:36px;
}
.steps .step:last-child .step__arrow{ display:none; }

/* ============================================================
   RECORD
   ============================================================ */
.video-sec{ background:var(--bg); }
.video-wrap{ max-width:800px; margin:0 auto; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }

.record{ background:var(--bg); }
.record__head{ text-align:left; margin-bottom:32px; }
.record__head h2{
  font-family:var(--font-mincho); font-weight:800; font-size:clamp(24px,3.2vw,38px); margin:0 0 12px; line-height:1.4; letter-spacing:.04em;
}
.record__lead{ margin:0; color:var(--ink-2); font-size:15px; line-height:1.7; }
.record__main{ display:grid; grid-template-columns:1fr 340px; gap:36px; align-items:start; }
.record__left{ display:flex; flex-direction:column; gap:0; }
.record-cards{ display:grid; grid-template-columns:1fr; gap:14px; }
.rcard{
  border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:#fff;
  box-shadow:var(--shadow-sm); transition:transform .2s ease, box-shadow .2s ease;
}
.rcard:hover{ transform:translateY(-4px); box-shadow:var(--shadow); }
.rcard__head{
  display:flex; align-items:center; gap:10px; padding:13px 18px;
  background:var(--bg-blue); color:var(--navy);
  font-family:var(--font-head); font-weight:500; font-size:18px; border-bottom:1px solid var(--line);
}
.rcard__head .ic{ color:var(--teal); }
.rcard ul{ list-style:none; margin:0; padding:14px 18px 16px; display:flex; flex-wrap:wrap; gap:8px 20px; }
.rcard li{ display:flex; gap:8px; align-items:flex-start; font-size:14px; font-weight:500; color:var(--ink-2); line-height:1.55; }
.rcard li .ck{ flex:none; color:var(--teal); margin-top:3px; }

/* 右カラム：写真＋メダル */
.record__right{ position:relative; }
.record__photo-wrap{ position:relative; display:inline-block; width:100%; overflow:visible; }
.record__photo{ width:100%; aspect-ratio:4/5; object-fit:cover; border-radius:var(--radius); box-shadow:var(--shadow); display:block; }
.record__medal{
  position:absolute; bottom:-18px; left:-18px;
  width:110px; height:110px;
  background:var(--teal); border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 4px 16px rgba(0,0,0,.22);
  border:4px solid #fff;
}
.record__medal-inner{ text-align:center; }
.record__medal-text{
  color:#fff; font-family:var(--font-head); font-weight:900;
  font-size:12px; line-height:1.5; letter-spacing:.03em;
  display:block;
}

/* ============================================================
   REASONS
   ============================================================ */
.reasons{ background:var(--bg-soft); }
.reason-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.reason{
  background:#fff; border-radius:var(--radius); padding:26px 24px; box-shadow:var(--shadow-sm);
  border:1px solid #eef3f8; position:relative; transition:transform .2s ease, box-shadow .2s ease;
}
.reason:hover{ transform:translateY(-5px); box-shadow:var(--shadow); }
.reason__top{ display:flex; align-items:center; gap:14px; margin-bottom:12px; }
.reason__no{ font-family:var(--font-head); font-weight:900; font-size:30px; color:var(--teal); opacity:.55; line-height:1; }
.reason__icon{ width:46px; height:46px; color:var(--teal); flex:none; }
.reason__img-wrap{ margin-bottom:12px; }
.reason__img{ width:100%; aspect-ratio:1/1; object-fit:cover; border-radius:12px; display:block; }
.reason h3{ font-family:var(--font-head); font-weight:500; font-size:19px; margin:0; line-height:1.35; }
.reason p{ margin:6px 0 0; font-size:14px; color:var(--ink-2); font-weight:500; line-height:1.65; }
.reason__head-row{ display:flex; align-items:flex-start; gap:10px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq{ background:var(--bg-blue); position:relative; }
.faq__grid{ display:grid; grid-template-columns:1fr 1fr; gap:14px 20px; }
.faq-item{
  background:#fff; border-radius:10px; box-shadow:var(--shadow-sm); overflow:hidden;
  border:1px solid #e4edf6; height:fit-content;
}
.faq-q{
  width:100%; text-align:left; background:none; border:none; padding:17px 18px;
  display:flex; align-items:center; gap:13px; font-family:var(--font-head); font-weight:700;
  font-size:17px; color:var(--ink); line-height:1.45;
}
.faq-q .qmark{
  flex:none; width:26px; height:26px; border-radius:6px; background:var(--teal); color:#fff;
  display:grid; place-items:center; font-family:var(--font-head); font-weight:500; font-size:15px;
}
.faq-q .qtext{ flex:1; }
.faq-q .arw{ flex:none; color:var(--teal); transition:transform .3s ease; }
.faq-item.open .faq-q .arw{ transform:rotate(180deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .35s ease; }
.faq-a__inner{ padding:0 18px 18px 57px; font-size:14px; color:var(--ink-2); line-height:1.7; }
.faq-woman{
  position:absolute; right:max(20px,calc((100vw - var(--maxw))/2 + 14px)); bottom:64px;
  width:158px; pointer-events:none; display:block; z-index:1;
}
.faq-woman img{ width:100%; }

/* ============================================================
   CLOSING CTA
   ============================================================ */
.mid-cta{ background:var(--teal-soft); }
.mid-cta__inner{ text-align:center; }
.mid-cta__lead{ font-family:var(--font-mincho); font-weight:800; font-size:clamp(18px,2.4vw,26px); color:var(--teal-dark); margin:0 0 24px; }
.mid-cta__btns{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }
@media(max-width:600px){
  .mid-cta__btns{ flex-direction:column; align-items:center; }
  .mid-cta__btns .btn{ width:100%; justify-content:center; }
}

.closing{
  position:relative; overflow:hidden; color:#fff;
  background:linear-gradient(180deg,var(--navy) 0%, var(--navy-dark) 100%);
  padding:74px 0 78px;
}
.closing__art{
  position:absolute; right:0; bottom:0; width:min(560px,55%); height:78%;
  opacity:.18; pointer-events:none; color:#bcd2ee;
}
.closing__art svg{ width:100%; height:100%; }
.closing__inner{ position:relative; text-align:center; }
.closing h2{
  font-family:var(--font-mincho); font-weight:800; line-height:1.4; margin:0; letter-spacing:.04em;
  font-size:clamp(28px,4.2vw,50px); letter-spacing:.02em;
}
.closing__sub{ font-family:var(--font-head); font-weight:700; margin:16px 0 0; font-size:clamp(16px,2vw,22px); color:rgba(255,255,255,.92); }
.closing__btns{ display:flex; gap:18px; justify-content:center; flex-wrap:wrap; margin-top:34px; }

/* ============================================================
   FOOTER
   ============================================================ */
.foot{ background:var(--navy-dark); color:rgba(255,255,255,.7); padding:34px 0; font-size:13px; }
.foot__inner{ display:flex; flex-direction:column; gap:20px; align-items:center; }
.foot__logo{ text-align:center; }
.foot__logo-img{ height:60px; width:auto; }
.foot__tel{ margin:0; text-align:center; font-size:14px; line-height:1.8; color:rgba(255,255,255,.85); }
.foot__tel-num{ color:#fff; font-family:var(--font-head); font-weight:700; font-size:22px; text-decoration:none; letter-spacing:.05em; }
.foot__tel-num:hover{ color:var(--teal); }
.foot__row{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.foot__brand{ font-family:var(--font-head); font-weight:900; color:#fff; font-size:16px; }
.foot a:hover{ color:#fff; }

/* ============================================================
   MODAL (form)
   ============================================================ */
.modal{ position:fixed; inset:0; z-index:100; display:none; }
.modal.open{ display:block; }
.modal__overlay{ position:absolute; inset:0; background:rgba(15,37,69,.55); backdrop-filter:blur(3px); animation:fade .25s ease; }
.modal__panel{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:min(560px,calc(100vw - 32px)); max-height:calc(100vh - 48px); overflow:auto;
  background:#fff; border-radius:18px; box-shadow:var(--shadow-lg);
  animation:pop .28s cubic-bezier(.2,.9,.3,1.2);
}
@keyframes fade{ from{opacity:0;} to{opacity:1;} }
@keyframes pop{ from{opacity:0; transform:translate(-50%,-46%) scale(.96);} to{opacity:1; transform:translate(-50%,-50%) scale(1);} }
.modal__head{ padding:24px 26px 18px; border-bottom:1px solid var(--line); position:relative; }
.modal__head h3{ font-family:var(--font-head); font-weight:900; font-size:22px; margin:0; }
.modal__head p{ margin:6px 0 0; font-size:13.5px; color:var(--muted); }
.modal__close{
  position:absolute; top:16px; right:16px; width:36px; height:36px; border-radius:50%;
  border:none; background:#eef3f8; color:var(--ink-2); display:grid; place-items:center; font-size:20px;
  transition:background .15s;
}
.modal__close:hover{ background:#e0e8f0; }
.tabs{ display:flex; gap:8px; padding:18px 26px 0; }
.tab{
  flex:1; padding:12px; border-radius:10px 10px 0 0; border:1px solid var(--line); border-bottom:none;
  background:#f4f8fb; color:var(--muted); font-family:var(--font-head); font-weight:700; font-size:14.5px;
}
.tab.active{ background:#fff; color:var(--teal-dark); border-color:var(--teal); box-shadow:inset 0 -3px 0 var(--teal); }
.form{ padding:22px 26px 28px; display:grid; gap:15px; }
.field{ display:grid; gap:6px; }
.field label{ font-family:var(--font-head); font-weight:700; font-size:13.5px; }
.field label .req{ color:var(--red); font-size:11px; margin-left:6px; }
.field input, .field select, .field textarea{
  font-family:var(--font-body); font-size:15px; padding:12px 13px; border:1px solid var(--line);
  border-radius:9px; background:#fbfdff; color:var(--ink); transition:border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus{
  outline:none; border-color:var(--teal); box-shadow:0 0 0 3px rgba(15,139,133,.14);
}
.field textarea{ resize:vertical; min-height:90px; }
.field.err input, .field.err select, .field.err textarea{ border-color:var(--red); background:#fff5f3; }
.field .msg{ font-size:12px; color:var(--red); display:none; }
.field.err .msg{ display:block; }
.form .btn{ width:100%; margin-top:4px; }
.form__note{ font-size:11.5px; color:var(--muted); text-align:center; }
.form-done{ padding:40px 30px; text-align:center; display:none; }
.form-done.show{ display:block; }
.form-done .ok{ width:64px; height:64px; border-radius:50%; background:var(--teal-soft); color:var(--teal-dark); display:grid; place-items:center; margin:0 auto 18px; }
.form-done h3{ font-family:var(--font-head); font-weight:900; font-size:22px; margin:0 0 8px; }
.form-done p{ margin:0; color:var(--ink-2); font-size:14.5px; }

/* ============================================================
   Scroll reveal
   ============================================================ */
.reveal{ opacity:0; transform:translateY(26px); transition:opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in{ opacity:1; transform:none; }
.reveal.d1{ transition-delay:.08s; }
.reveal.d2{ transition-delay:.16s; }
.reveal.d3{ transition-delay:.24s; }
.reveal.d4{ transition-delay:.32s; }
.reveal.d5{ transition-delay:.40s; }
@media (prefers-reduced-motion:reduce){
  .reveal{ opacity:1; transform:none; transition:none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1080px){
  .faq-woman{ width:128px; }
}
@media (max-width:920px){
  .sec{ padding:64px 0; }
  .hero__grid{ min-height:0; }
  .hero__left{ width:100%; padding:30px 0 0; }
  .hero__right{ display:none; }
  .hero__catch{
    width:100%; margin-left:0;
    position:relative; z-index:1;
    margin-bottom:-48px;
  }
  .hero__photo-sp{
    display:block; margin:0 -24px 0;
    height:320px; overflow:hidden;
  }
  .hero__photo-sp img{ width:100%; height:100%; object-fit:cover; object-position:center top; }
  .hero__cta{ margin-left:0; text-align:center; margin-bottom:40px; }
  .hero__cta .btn{ width:100%; justify-content:center; }
  .sp-only{ display:inline; }
  .pc-only{ display:none; }
  .lead-line{ display:inline; gap:0; }
  .lead-line .slash{ display:none; }
  .worries__intro-row{ grid-template-columns:1fr; }
  .worries__intro-item{ flex-direction:row; }
  .worries__body{ grid-template-columns:1fr; }
  .worry-photo{ aspect-ratio:16/9; max-width:420px; margin:0 auto; }
  .worry-photo img{ object-position:center 28%; }
  .worry-card{ flex:0 0 calc(50% - 8px); max-width:calc(50% - 8px); }
  .steps{ grid-template-columns:1fr 1fr; gap:30px 16px; }
  .step__arrow{ display:none; }
  .steps .step:nth-child(2) .step__arrow{ display:none; }
  .record__main{ grid-template-columns:1fr; }
  .record__right{ order:-1; max-width:340px; margin:0 auto; }
  .record-cards{ grid-template-columns:1fr 1fr 1fr; }
  .reason-grid{ grid-template-columns:1fr 1fr; }
  .faq__grid{ grid-template-columns:1fr; }
  .faq-woman{ display:none; }
}
@media (max-width:620px){
  body{ font-size:15px; }
  .brand{ flex-direction:row; align-items:center; gap:10px; margin-top:10px; }
  .brand__logo-img{ height:36px; }
  .brand__txt{ white-space:normal; text-align:left; font-size:12px; display:flex; flex-direction:column; gap:2px; }
  .brand__txt b{ display:block; }
  .sec{ padding:52px 0; }
  .wrap{ padding:0 18px; }
  .sec-head{ margin-bottom:34px; }
  .sec-head h2{ font-size:clamp(22px,6vw,28px); letter-spacing:.02em; }
  .process-kw{ font-size:1.25em; }
  .rule-head::before, .rule-head::after{ width:30px; }
  .worry-card{ flex:0 0 100%; max-width:100%; }
  .stat-row{ grid-template-columns:1fr; gap:14px; }
  .stat-x{ transform:rotate(0deg); text-align:center; font-size:36px; padding:0; }
  .stat-card__body{ padding:20px; }
  .steps{ grid-template-columns:1fr; gap:28px; }
  .record-cards{ grid-template-columns:1fr; }
  .record__medal{ width:90px; height:90px; left:-10px; bottom:-10px; }
  .record__medal-text{ font-size:11px; }
  .reason-grid{ grid-template-columns:1fr; }
  .closing h2{ font-size:24px; }
  .closing__btns{ flex-direction:column; }
  .closing__btns .btn{ width:100%; }
  .hero__right{ height:260px; }
  .badge{ font-size:13.5px; }
}
