:root{
  --cream:#FBF4E9; --cream-2:#F5E6D0; --paper:#FFFFFF;
  --fox:#D08A4E; --amber:#F6B94D; --brown:#C08A3E;
  --ink:#3A3330; --ink-sub:#6B5E4C; --line:#E7D9C2;
  --radius:12px; --radius-sm:8px; --maxw:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{margin:0;background:var(--cream);color:var(--ink);
  font-family:"Zen Kaku Gothic New",system-ui,sans-serif;line-height:1.9;font-size:15px;-webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;letter-spacing:.01em;margin:0}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
section{position:relative}
.ph{color:var(--brown);background:rgba(246,185,77,.16);border-bottom:1px dashed var(--brown);
  padding:0 .35em;border-radius:3px;font-style:normal}
/* buttons */
.btn{display:inline-flex;align-items:center;gap:8px;background:var(--amber);color:var(--ink);
  font-family:"Zen Maru Gothic";font-weight:700;font-size:15px;padding:13px 26px;border-radius:var(--radius-sm);
  border:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 3px 0 var(--brown)}
.btn:hover{transform:translateY(-2px);box-shadow:0 5px 0 var(--brown)}
.btn.ghost{background:transparent;color:var(--ink);box-shadow:none;border:2px solid var(--fox)}
.btn.ghost:hover{background:var(--cream-2);transform:translateY(-2px)}
.btn.sm{font-size:13px;padding:9px 18px}
/* paw-dotted divider */
.paw-div{height:26px;background-image:radial-gradient(circle,var(--fox) 22%,transparent 24%);
  background-size:22px 22px;background-position:center;background-repeat:repeat-x;opacity:.5}
/* section heading */
.sec-head{text-align:center;margin:0 auto 40px}
.sec-head .en{font-size:11px;letter-spacing:.28em;color:var(--brown);font-family:"Zen Maru Gothic"}
.sec-head h2{font-size:26px;line-height:1.5;margin-top:6px}
.sec-head .u{display:inline-block;width:54px;height:5px;border-radius:5px;background:var(--amber);margin-top:14px}
.pad{padding:76px 0}
.tint{background:var(--cream-2)}
/* header */
header{position:sticky;top:0;z-index:50;background:rgba(251,244,233,.92);backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line)}
.nav-in{display:flex;align-items:center;gap:18px;padding:10px 24px;max-width:var(--maxw);margin:0 auto}
.brand{display:flex;align-items:center;gap:9px;font-family:"Zen Maru Gothic";font-weight:700;font-size:19px;flex:none}
.brand img{width:38px;height:38px}
nav.main{display:flex;gap:13px;flex-wrap:wrap;font-size:12px;flex:1;justify-content:center}
nav.main a{color:var(--ink-sub);white-space:nowrap;padding:4px 0;border-bottom:2px solid transparent;transition:.15s}
nav.main a:hover,nav.main a.active{color:var(--fox);border-color:var(--amber)}
@media(min-width:901px){nav.main a:last-child{display:none}}
.socials{display:flex;gap:7px;flex:none}
.socials span{width:26px;height:26px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;
  font-size:8px;color:var(--brown);font-family:"Zen Maru Gothic"}
.socials img{width:30px;height:30px;border-radius:50%;display:block}
.menu-btn{display:none;flex:none;background:none;border:1px solid var(--fox);border-radius:6px;padding:7px 10px;font-size:16px;color:var(--fox);cursor:pointer}
/* breadcrumb + page hero */
.breadcrumb{max-width:var(--maxw);margin:0 auto;padding:14px 24px;font-size:12px;color:var(--ink-sub)}
.breadcrumb a:hover{color:var(--fox)}
.page-hero{background:var(--cream-2);padding:52px 0;position:relative;overflow:hidden}
.page-hero::after{content:"";position:absolute;right:16px;bottom:-4px;width:130px;height:130px;
  background:url(img/peek-right.webp) right bottom/contain no-repeat;opacity:.95;pointer-events:none}
.page-hero .en{font-size:11px;letter-spacing:.24em;color:var(--brown);font-family:"Zen Maru Gothic"}
.page-hero h1{font-size:30px;line-height:1.5;margin:10px 0 12px}
.page-hero p{font-size:14px;color:var(--ink-sub);max-width:660px;margin:0}
/* generic prose */
.lead{font-size:15px;color:var(--ink-sub);max-width:680px;line-height:1.95}
h2.blk{font-size:24px;margin:0 0 22px}
/* cards */
.cards{display:grid;gap:20px}
.c2{grid-template-columns:repeat(2,1fr)}
.c3{grid-template-columns:repeat(3,1fr)}
.c4{grid-template-columns:repeat(4,1fr)}
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:26px;
  transition:transform .18s ease,box-shadow .18s ease}
.card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(192,138,62,.12)}
.card .lbl{font-size:11px;letter-spacing:.15em;color:var(--brown);font-family:"Zen Maru Gothic"}
.card h3{font-size:17px;margin:8px 0 10px}
.card p{font-size:13px;color:var(--ink-sub);margin:0}
.svc .card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;text-align:left}
.svc .ic{width:76px;height:76px;object-fit:contain;margin-bottom:4px}
/* checklist */
.checklist{list-style:none;margin:0;padding:0}
.checklist li{position:relative;padding:11px 0 11px 34px;border-bottom:1px dashed var(--line);font-size:15px}
.checklist li::before{content:"";position:absolute;left:0;top:12px;width:20px;height:20px;border-radius:50%;
  background:var(--amber);box-shadow:inset 0 0 0 2px var(--paper)}
.checklist li::after{content:"✓";position:absolute;left:5px;top:11px;font-size:12px;color:var(--ink);font-weight:700}
/* flow steps */
.flow{max-width:800px;margin:0 auto;position:relative}
.flow .step{display:flex;gap:22px;padding:22px 0;position:relative}
.flow .step:not(:last-child){border-bottom:1px dashed var(--line)}
.flow .no{flex:none;width:52px;height:52px;border-radius:50%;background:var(--amber);color:var(--ink);
  display:grid;place-items:center;font-family:"Zen Maru Gothic";font-weight:700;font-size:18px;box-shadow:0 3px 0 var(--brown)}
.flow .step h3{font-size:16px;margin:0 0 6px}
.flow .step p{font-size:13px;color:var(--ink-sub);margin:0}
.flow .step .ic{width:64px;height:64px;object-fit:contain;flex:none;align-self:center}
/* profile */
.profile{display:flex;gap:40px;align-items:center}
.profile .pic{flex:none;width:210px;height:210px;border-radius:50%;object-fit:cover;border:4px solid var(--paper);
  box-shadow:0 8px 24px rgba(192,138,62,.15);background:var(--cream-2)}
.profile h2{font-size:22px;margin:0 0 4px}
.profile .role{font-size:13px;color:var(--brown);font-family:"Zen Maru Gothic";margin-bottom:14px}
.profile p{font-size:14px;color:var(--ink-sub);margin:0}
/* info table */
.info-table{width:100%;max-width:680px;border-collapse:collapse;font-size:14px;background:var(--paper);
  border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}
.info-table th,.info-table td{border-bottom:1px solid var(--line);padding:14px 18px;text-align:left}
.info-table th{background:#FBF6EC;font-family:"Zen Maru Gothic";font-weight:700;width:150px;white-space:nowrap}
.info-table td{color:var(--ink-sub)}
.info-table tr:last-child th,.info-table tr:last-child td{border-bottom:none}
/* pricing table */
.p-wrap{overflow-x:auto}
.ptable{width:100%;border-collapse:collapse;background:var(--paper);font-size:13px;min-width:560px;
  border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 16px rgba(192,138,62,.08)}
.ptable th,.ptable td{border:1px solid var(--line);padding:14px 12px;text-align:center}
.ptable thead th{background:var(--cream-2);font-family:"Zen Maru Gothic";font-size:15px;padding-top:30px;position:relative}
.ptable thead th small{display:block;font-weight:400;color:var(--ink-sub);font-size:12px;margin-top:4px}
.ptable tbody th{background:#FBF6EC;text-align:left;font-family:"Zen Maru Gothic";font-size:13px}
.ptable td{color:var(--ink-sub)}
.ptable thead th.reco{background:var(--amber);color:var(--ink);position:relative}
.ptable thead th.reco::before{content:"おすすめ";position:absolute;top:8px;left:50%;transform:translateX(-50%);
  background:var(--fox);color:#fff;font-size:10px;padding:2px 12px;border-radius:10px;font-family:"Zen Maru Gothic"}
.ptable col.reco-col{background:rgba(246,185,77,.08)}
/* plan cards */
.plan{display:flex;flex-direction:column;gap:10px;position:relative}
.plan.reco{border:2px solid var(--amber);padding:34px 28px;box-shadow:0 14px 34px rgba(192,138,62,.16);background:#FFFDF8}
@media(min-width:761px){.plan.reco{transform:translateY(-10px)}}
.plan .badge{position:absolute;top:-12px;left:24px;background:var(--fox);color:#fff;font-size:11px;
  padding:3px 12px;border-radius:10px;font-family:"Zen Maru Gothic"}
.plan h3{font-size:18px;margin:0}
.plan .price{font-size:13px;color:var(--brown);font-family:"Zen Maru Gothic"}
.plan p{font-size:13px;color:var(--ink-sub);margin:0}
.plan ul{margin:4px 0 0;padding-left:18px;font-size:12.5px;color:var(--ink-sub);line-height:1.9}
.plan .btn{margin-top:auto;justify-content:center}
/* faq */
.faq{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq details{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-sm);padding:0 18px}
.faq summary{list-style:none;cursor:pointer;padding:16px 0;font-family:"Zen Maru Gothic";font-weight:700;
  font-size:14px;display:flex;gap:10px;align-items:flex-start}
.faq summary::-webkit-details-marker{display:none}
.faq summary::before{content:"Q";flex:none;width:22px;height:22px;border-radius:50%;background:var(--amber);
  color:var(--ink);display:grid;place-items:center;font-size:12px}
.faq details[open] summary{border-bottom:1px dashed var(--line)}
.faq .a{padding:14px 0 18px 32px;font-size:13px;color:var(--ink-sub)}
/* list grid (cases/blog) */
.list-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.case-grid{grid-template-columns:repeat(3,1fr)}
.list-grid .item{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease}
.list-grid .item:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(192,138,62,.12)}
.list-grid .thumb{aspect-ratio:4/3;background:var(--cream-2);overflow:hidden}
.list-grid .thumb img{width:100%;height:100%;object-fit:cover}
.list-grid .body{padding:14px;display:flex;flex-direction:column;gap:8px}
.list-grid .tag{font-size:10px;color:var(--brown);border:1px solid var(--line);border-radius:10px;padding:2px 10px;align-self:flex-start}
.list-grid h3{font-size:13px;margin:0;line-height:1.55}
/* news list */
.news-list{max-width:760px;margin:0 auto;list-style:none;padding:0}
.news-list li{display:flex;gap:22px;padding:16px 4px;border-bottom:1px solid var(--line);font-size:14px}
.news-list li a{display:flex;gap:22px;width:100%}
.news-list li:hover{background:rgba(246,185,77,.06)}
.news-list time{color:var(--brown);flex:none;width:104px;font-family:"Zen Maru Gothic";font-size:13px}
/* pagination */
.pager{display:flex;justify-content:center;gap:8px;margin-top:34px}
.pager a{width:34px;height:34px;border:1px solid var(--line);border-radius:var(--radius-sm);display:grid;
  place-items:center;font-size:13px;font-family:"Zen Maru Gothic";background:var(--paper)}
.pager a.on,.pager a:hover{background:var(--amber);border-color:var(--amber)}
/* prose (privacy) */
.prose{max-width:760px;margin:0 auto;font-size:14px;color:var(--ink-sub)}
.prose h2{font-size:18px;color:var(--ink);margin:32px 0 10px}
.prose p{margin:0 0 12px}
.prose ul{padding-left:20px}
/* more link */
.more{text-align:center;margin-top:26px}
.more a{font-size:13px;color:var(--fox);border-bottom:1px solid var(--fox);font-family:"Zen Maru Gothic"}
/* cta block */
.cta{text-align:center;background:radial-gradient(60% 120% at 50% 0%,rgba(246,185,77,.22),transparent 70%),var(--cream)}
.cta img.walk{width:150px;margin:0 auto 8px}
.cta h2{font-size:28px;margin-bottom:14px}
.cta p{color:var(--ink-sub);max-width:560px;margin:0 auto 26px;font-size:15px}
.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
/* form */
.form-box{max-width:660px;margin:0 auto;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:34px}
.form-head{display:flex;align-items:center;gap:12px;justify-content:center;margin-bottom:22px}
.form-head img{width:52px;height:52px;object-fit:contain}
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.field label,.fieldset legend{font-size:13px;font-weight:700;font-family:"Zen Maru Gothic"}
.fieldset{border:0;padding:0;margin:0 0 16px;min-width:0}
.fieldset legend{margin-bottom:6px}
.field input,.field select,.field textarea{border:1px solid var(--line);border-radius:var(--radius-sm);
  padding:11px 13px;font-size:14px;font-family:inherit;background:var(--cream);color:var(--ink)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--fox);box-shadow:0 0 0 3px rgba(246,185,77,.25)}
.field textarea{min-height:110px;resize:vertical}
.field .checks{display:flex;flex-wrap:wrap;gap:14px}
.field .checks label{display:flex;gap:7px;align-items:center;font-size:13px;font-weight:400;color:var(--ink-sub)}
.check{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--ink-sub);margin:6px 0}
.check a{color:var(--fox);text-decoration:underline;text-underline-offset:2px}
.required{display:inline-block;color:#8B3F2F;font-size:10px;margin-left:4px;font-weight:700}
.hp-field{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.turnstile-wrap{display:flex;justify-content:center;margin:18px 0 4px;min-height:65px}
.form-status{margin:18px 0 0;padding:12px 14px;border-radius:var(--radius-sm);font-size:13px;text-align:center;border:1px solid var(--line);background:var(--cream)}
.form-status.is-sending{color:var(--ink-sub)}
.form-status.is-success{color:#356043;background:#EDF7EF;border-color:#B9D6C0}
.form-status.is-error{color:#7B352B;background:#FFF1EE;border-color:#E3B7AF}
.form-status[hidden]{display:none}
.form-actions{display:flex;gap:12px;justify-content:center;margin-top:18px}
.form-actions button:disabled{cursor:wait;opacity:.65;transform:none;box-shadow:0 3px 0 var(--brown)}
/* footer */
footer{background:#2F2A26;color:#EADFCE;padding:0 0 30px;margin-top:0}
.foot-border{width:100%;height:210px;object-fit:cover;object-position:center top;display:block;margin-bottom:-1px}
.foot-in{max-width:var(--maxw);margin:0 auto;padding:40px 24px 0}
.foot-brand{display:flex;align-items:center;gap:10px;font-family:"Zen Maru Gothic";font-weight:700;font-size:20px;margin-bottom:26px}
.foot-brand img{width:40px;height:40px}
.foot-cols{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}
.foot-cols .col b{font-size:13px;display:block;margin-bottom:10px;font-family:"Zen Maru Gothic";color:#fff}
.foot-cols .col a{display:block;font-size:12px;color:#C6B69E;padding:3px 0}
.foot-cols .col a:hover{color:var(--amber)}
.copy{text-align:center;font-size:11px;color:#9A8B74;margin-top:34px}
/* floating */
.floats{position:fixed;right:18px;bottom:18px;z-index:60;display:flex;flex-direction:column;gap:10px}
.floats a{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;font-size:11px;
  font-family:"Zen Maru Gothic";font-weight:700;box-shadow:0 4px 12px rgba(0,0,0,.18);transition:transform .15s}
.floats a:hover{transform:scale(1.06)}
.f-line{background:#06C755;color:#fff}
.f-top{background:var(--paper);color:var(--fox);border:1px solid var(--line);
  opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease}
.f-top.show{opacity:1;visibility:visible;transform:none}
/* reveal */
.rv{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.rv.in{opacity:1;transform:none}
/* two-column feature */
.split{display:flex;gap:44px;align-items:center}
.split .txt{flex:1.2}
.split .fig{flex:1;text-align:center}
.split .fig img{max-width:320px;margin:0 auto}
/* hero (home) */
.hero{padding:84px 0 100px;overflow:hidden}
.hero-sub-note{font-size:13px;color:var(--ink-sub);margin:18px 0 0}
.hero-in{display:flex;gap:36px;align-items:center}
.hero-copy{flex:1.15}
.hero-copy .en{font-size:11px;letter-spacing:.24em;color:var(--brown);font-family:"Zen Maru Gothic"}
.hero-copy h1{font-size:40px;line-height:1.5;margin:14px 0 20px}
.hero-copy h1 .hl{color:var(--fox)}
.hero-copy p{font-size:15px;color:var(--ink-sub);max-width:520px;margin:0 0 20px}
.hero-offer{display:inline-flex;align-items:center;gap:9px;background:var(--paper);border:1.5px dashed var(--brown);
  border-radius:var(--radius-sm);padding:10px 16px;font-size:14.5px;margin:0 0 20px;color:var(--ink);max-width:520px}
.hero-offer img{width:24px;height:24px;flex:none}
.hero-offer b{color:var(--brown)}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.hero-notes{list-style:none;display:flex;flex-wrap:wrap;gap:6px 18px;padding:0;margin:0;font-size:13px;color:var(--ink-sub)}
.hero-notes li{position:relative;padding-left:20px}
.hero-notes li::before{content:"\2713";position:absolute;left:0;color:var(--fox);font-weight:700}
.hero-visual{flex:1;position:relative;display:grid;place-items:center;min-height:340px}
.hero-visual .glow{display:none}
.hero-visual::before{content:"";position:absolute;width:82%;max-width:460px;aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle,rgba(246,185,77,.42) 0%,rgba(246,185,77,.20) 40%,rgba(246,185,77,0) 68%);
  filter:blur(10px);opacity:0;transform:scale(.85);transition:opacity 1.2s ease,transform 1.2s ease;z-index:0}
.hero-visual.lit::before{opacity:1;transform:scale(1)}
.hero-visual .mascot{position:relative;z-index:1;width:80%;max-width:370px;
  filter:drop-shadow(0 12px 16px rgba(140,95,45,.16));animation:float 6.5s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@media(prefers-reduced-motion:reduce){.hero-visual .mascot{animation:none}}
.compare .card{border-top:5px solid var(--fox)}
.compare .card:nth-child(2){border-top-color:var(--amber)}
.pf .card{padding:0;overflow:hidden}
.pf .thumb{aspect-ratio:4/3;background:var(--cream-2);display:grid;place-items:center;border-bottom:1px solid var(--line)}
.pf .thumb img{width:100%;height:100%;object-fit:cover}
.pf .body{padding:16px}
.pf .tag{display:inline-block;font-size:10px;color:var(--brown);border:1px solid var(--line);border-radius:10px;padding:2px 10px;margin-bottom:8px}
.pf .body h3{font-size:14px;margin:0 0 6px}
.pf .body p{font-size:12px;color:var(--ink-sub);margin:0}
.status-badge{display:flex;align-items:center;gap:12px;justify-content:center;margin-bottom:26px}
.status-badge img{width:56px;height:56px}
.status-badge b{font-family:"Zen Maru Gothic";color:var(--fox);font-size:16px}
.mini-list{list-style:none;padding:0;margin:16px 0 0}
.mini-list li{padding:8px 0 8px 26px;position:relative;font-size:14px;color:var(--ink-sub)}
.mini-list li::before{content:"🐾";position:absolute;left:0;top:8px;font-size:13px;filter:sepia(.5)}
.pain-in{display:flex;gap:44px;align-items:center}
.pain-in .txt{flex:1.3}
.pain-in .img{flex:1;text-align:center}
.pain-in .img img{max-width:300px;margin:0 auto}
.about-in{display:flex;gap:40px;align-items:center}
.about-in .txt{flex:1.4}
.about-in .fig{flex:1;text-align:center}
.about-in .fig img{max-width:230px;margin:0 auto}
.about-in h2{font-size:24px;margin-bottom:16px}
/* responsive */
@media(max-width:900px){
  nav.main{display:none}
  .menu-btn{display:block}
  nav.main.open{display:flex;position:absolute;top:100%;left:0;right:0;background:var(--cream);
    flex-direction:column;align-items:center;gap:0;padding:10px 0;border-bottom:1px solid var(--line)}
  nav.main.open a{padding:11px 0;width:100%;text-align:center}
  header .btn.sm{display:none}
  .hero-in,.pain-in,.about-in,.split,.profile{flex-direction:column}
  .hero-copy h1{font-size:30px}
  .c3,.c4,.list-grid{grid-template-columns:repeat(2,1fr)}
  .foot-cols{grid-template-columns:repeat(3,1fr)}
  .socials{display:none}
  .profile .pic{width:170px;height:170px}
}
@media(max-width:560px){
  .c2,.c3,.c4,.list-grid{grid-template-columns:1fr}
  .foot-cols{grid-template-columns:repeat(2,1fr)}
  .hero-copy h1{font-size:26px}
  .sec-head h2,.page-hero h1{font-size:22px}
  .page-hero::after{width:88px;opacity:.85}
  .plan-row{flex-direction:column}
}
.plan-row{display:flex;gap:20px}
.plan-row>.plan{flex:1}
/* CONCEPT flow diagram */
.flow-concept{display:flex;align-items:stretch;justify-content:center;gap:16px;flex-wrap:nowrap;max-width:920px;margin:0 auto}
.fc-end{flex:1;min-width:0;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px;text-align:center;display:flex;flex-direction:column;justify-content:center}
.fc-role{font-size:11px;letter-spacing:.15em;color:var(--brown);font-family:"Zen Maru Gothic"}
.fc-quote{font-size:22px;font-family:"Zen Maru Gothic";font-weight:700;margin:6px 0 10px;color:var(--fox)}
.fc-end p{font-size:13px;color:var(--ink-sub);margin:0;line-height:1.7}
.fc-mid{flex:none;width:150px;text-align:center;display:flex;flex-direction:column;justify-content:center}
.fc-mid img{width:60px;height:60px;margin:0 auto 8px;filter:drop-shadow(0 6px 10px rgba(140,95,45,.18))}
.fc-mid-label{font-size:14px;font-family:"Zen Maru Gothic";font-weight:700;color:var(--ink);line-height:1.5}
.fc-arrow{flex:none;align-self:center;font-size:24px;color:var(--fox);font-weight:700}
@media(max-width:760px){.flow-concept{flex-direction:column}.fc-arrow{transform:rotate(90deg)}.fc-mid{width:100%}}
/* SERVICES pillars */
.pillars .pillar{text-align:left}
.pillar .ic{width:84px;height:84px}
.pillar .p-step{font-size:11px;letter-spacing:.12em;color:var(--brown);font-family:"Zen Maru Gothic";margin-bottom:2px}
.pillar h3{font-size:19px;margin:2px 0 0}
.pillar>p{font-size:13px;color:var(--ink-sub);margin:6px 0 14px}
.pillar ul{list-style:none;padding:0;margin:0;border-top:1px dashed var(--line);width:100%}
.pillar ul li{font-size:13.5px;color:var(--ink);padding:9px 0 9px 20px;position:relative;border-bottom:1px dashed var(--line)}
.pillar ul li:last-child{border-bottom:none}
.pillar ul li::before{content:"";position:absolute;left:0;top:15px;width:7px;height:7px;border-radius:50%;background:var(--amber)}
/* bridge band (worries -> solution) */
.bridge{background:var(--fox);text-align:center;padding:40px 24px}
.bridge p{margin:0;font-size:23px;font-family:"Zen Maru Gothic";font-weight:700;color:#fff;line-height:1.6}
@media(max-width:560px){.bridge p{font-size:19px}}
/* service page: 3-phase */
.phase{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:ph}
.phase .p-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;position:relative}
.phase .p-step{font-size:11px;letter-spacing:.15em;color:var(--brown);font-family:"Zen Maru Gothic"}
.phase .p-card h3{font-size:18px;margin:4px 0 10px}
.phase .p-card p{font-size:13px;color:var(--ink-sub);margin:0 0 12px}
.phase .p-card ul{list-style:none;margin:0;padding:0;border-top:1px dashed var(--line)}
.phase .p-card li{font-size:13px;padding:8px 0 8px 18px;position:relative;border-bottom:1px dashed var(--line)}
.phase .p-card li:last-child{border-bottom:none}
.phase .p-card li::before{content:"";position:absolute;left:0;top:14px;width:6px;height:6px;border-radius:50%;background:var(--amber)}
@media(max-width:760px){.phase{grid-template-columns:1fr}}
/* flow vertical connecting line */
.flow{position:relative}
.flow::before{content:"";position:absolute;left:25px;top:36px;bottom:36px;width:2px;
  background:repeating-linear-gradient(var(--fox) 0 4px,transparent 4px 10px);opacity:.5}
@media(max-width:760px){.flow::before{left:24px}}
