/* ===== Base ===== */
:root{
  --green:#249f34;
  --green-bg:#34a53a;
  --green-dark:#026f38;
  --green-accent:#026f38;
  --ink:#363636;
  --cream:#fffcf5;
  --cream2:#faf5f2;
  --band:#fcf5e4;
  --charcoal:#363636;
  --grey-card:#d9d6d2;
  --maxw:640px;
}
*{margin:0;padding:0;box-sizing:border-box;-webkit-text-size-adjust:100%;}
html{scroll-behavior:smooth;scroll-padding-top:80px;}
html,body{overflow-x:hidden;width:100%;}
body{
  font-family:"Zen Kaku Gothic New","Noto Sans JP",sans-serif;
  color:var(--ink);
  background:#e8e8e8;
  line-height:1.7;
  letter-spacing:0;
  font-size:14px;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;}

main, .site-header, .site-footer{margin-inline:auto;}
main{background:var(--cream);overflow-x:clip;}

/* ===== Header ===== */
.site-header{
  position:fixed;top:0;left:50%;transform:translateX(-50%);
  width:100%;
  height:70px;
  background:url("../images/header-wave.svg") center top/100% 100% no-repeat;
  filter:drop-shadow(0 3px 5px rgba(0,0,0,.20));
  display:flex;align-items:center;justify-content:space-between;
  padding:0 18px 6px 23px;z-index:100;
}
.site-header .logo{margin-top:-6px;}
.site-header .logo img{width:166px;height:auto;}
.hamburger{
  width:51px;height:51px;border-radius:50%;background:#fffcf5;border:none;margin-top:3px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5.5px;cursor:pointer;
}
.hamburger span{display:block;width:27px;height:3px;background:var(--green);border-radius:2px;}

/* ===== Drawer ===== */
.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:.3s;z-index:110;}
.drawer-overlay.open{opacity:1;visibility:visible;}
.drawer{
  position:fixed;inset:0;margin-inline:auto;height:100%;
  width:100%;max-width:var(--maxw);
  background:linear-gradient(180deg,var(--green) 0%,var(--green-bg) 100%);
  color:#fff;z-index:120;
  transform:translateX(100%);visibility:hidden;
  transition:transform .3s ease, visibility 0s linear .3s;
  display:flex;flex-direction:column;overflow-y:auto;
}
.drawer.open{transform:translateX(0);visibility:visible;transition:transform .3s ease, visibility 0s;}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 4px;flex:none;}
.drawer-logo{width:150px;height:auto;}
.drawer-close{
  width:48px;height:48px;border-radius:50%;background:var(--cream);border:none;
  color:var(--green);font-size:26px;font-weight:700;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;flex:none;
}
.drawer-nav{padding:18px 32px 0;flex:none;}
.drawer-nav li a{display:block;padding:16px 2px;font-weight:700;font-size:18px;}
.drawer-cta{margin-top:auto;padding:8px 28px 0;display:flex;flex-direction:column;gap:16px;flex:none;}
.drawer .drawer-btn{flex:none;flex-direction:column;gap:4px;height:84px;font-size:16px;border-radius:42px;}
.drawer-privacy{display:block;text-align:center;color:#fff;font-weight:700;font-size:12px;opacity:.85;padding:22px 0 10px;flex:none;}
.drawer::after{
  content:"";display:block;height:24px;flex:none;background:var(--cream);
  -webkit-mask:url("../images/wave-footer-top.svg") bottom/100% 100% no-repeat;
  mask:url("../images/wave-footer-top.svg") bottom/100% 100% no-repeat;
}

/* ===== Buttons ===== */
.btn{
  display:flex;align-items:center;justify-content:center;gap:9px;
  height:58px;border-radius:30px;font-weight:700;font-size:17px;
  width:100%;letter-spacing:.08em;
}
.btn-green{background:var(--green);color:#fff;box-shadow:0 6px 14px rgba(36,159,52,.3);}
.btn-outline{background:#fff;color:var(--green);border:2px solid var(--green);}
.btn-white{background:#fff;color:var(--green);box-shadow:0 6px 16px rgba(0,0,0,.12);}
/* envelope icon (Figma path, masked) */
.ico-mail{width:25px;height:19px;flex:none;object-fit:contain;}
.ico-line{width:27px;height:27px;flex:none;background:url("../images/line-icon.svg") center/contain no-repeat;}
.chev-down{width:9px;height:9px;border-right:2px solid var(--green);border-bottom:2px solid var(--green);transform:rotate(45deg);margin-left:4px;}

/* ===== Hero ===== */
.hero{padding:112px 22px 41px;text-align:center;background-image:url("../images/dots-bg.png");background-size:300px 300px;background-repeat:repeat;animation:dots-scroll 10s linear infinite;}
@keyframes dots-scroll{0%{background-position:0 0;}100%{background-position:300px -300px;}}
@media (prefers-reduced-motion:reduce){.hero{animation:none;}}
.hero-hello{width:282px;margin:0 auto;}
.hero-illust{width:372px;height:340px;max-width:none;margin:26.6px 0 45px;position:relative;left:50%;transform:translateX(-50%);}
.hero-tags{display:grid;grid-template-columns:143.6px 1fr;gap:5px 0;max-width:295px;margin:0 auto;text-align:left;}
.hero-tags li{position:relative;padding-left:19px;font-weight:700;color:var(--green);font-size:14px;line-height:1.5;letter-spacing:0;}
.hero-tags li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:15px;height:15px;border-radius:50%;background:var(--green);}
.hero-tags li::after{content:"";position:absolute;left:4px;top:50%;width:7px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:translateY(-70%) rotate(-45deg);}
.hero-tags .etc{color:var(--ink);font-weight:700;margin-left:31px;font-size:12px;}
.hero-divider{border:none;height:18px;max-width:297px;margin:10px auto 16px;
  background:url("../images/divider.svg") center/100% 100% no-repeat;}
.hero-copy img{display:block;width:265px;margin:0 auto;}
.pill-row{display:flex;flex-wrap:nowrap;justify-content:center;gap:8px;margin:37px 0 16px;}
.pill-row li{background:#fdeca4;color:var(--ink);font-weight:700;font-size:17px;line-height:1.5;padding:3px 12px;border-radius:20px;white-space:nowrap;letter-spacing:0;}
.hero-sub{font-size:13px;color:var(--ink);font-weight:500;line-height:1.54;letter-spacing:.02em;margin:0 0 20px;}
.hero-cta{display:flex;flex-direction:column;gap:8px;width:100%;margin:0 auto;}
.hero-cta .btn{height:62px;border-radius:31px;font-size:18px;letter-spacing:.02em;gap:16px;}
.hero .btn-green{box-shadow:none;padding:2px 14px 0 0;}
.hero .btn-outline{position:relative;padding:0 10px 2px 0;}
.hero .chev-down{position:absolute;right:24px;top:50%;margin:-6px 0 0;border-color:#519c44;}

/* ===== Pain ===== */
.pain{padding:0;background-color:var(--cream);background-image:url("../images/dots-bg.png");background-size:300px 300px;background-repeat:repeat;animation:dots-scroll 10s linear infinite;}
.pain-head{position:relative;z-index:2;color:#fff;
  background:url("../images/painbox.svg?v=20260729") center top/100% 100% no-repeat;
  padding:38px 24px 53px 22px;}
.pain-head h2{font-size:20px;font-weight:700;line-height:31px;letter-spacing:.02em;position:relative;z-index:2;}
.pain-dog{position:absolute;right:11px;bottom:12px;width:123px;z-index:1;}
.pain-list{margin:-48px 0 0;padding-top:38px;background:var(--grey-card);position:relative;z-index:1;}
.pain-list li{position:relative;padding:13px 24px 10px 58px;font-weight:700;font-size:14px;line-height:22px;letter-spacing:.02em;}
.pain-list li::after{content:"";position:absolute;left:5px;right:0;bottom:0;height:1px;background:#fff;}
.pain-list li:nth-child(3){padding-top:11px;padding-bottom:12px;}
.pain-list li:nth-child(5){padding-top:14px;padding-bottom:9px;}
.pain-list li:nth-child(6){padding-top:15px;padding-bottom:8px;}
.pain-list li:last-child{padding-top:12px;padding-bottom:22px;}
.pain-list li:last-child::after{content:none;}
.pain-list li::before{content:"";position:absolute;left:29px;top:calc(50% + 2px);transform:translateY(-50%);width:17px;height:18px;background:url("../images/icon-paw.png") center/contain no-repeat;}
.pain-arrow{width:73px;height:30px;margin:-1px auto 18px;background:url("../images/pain-arrow.svg") center top/100% 100% no-repeat;}
.pain-q1{text-align:center;color:var(--green);font-weight:700;font-size:20px;letter-spacing:.02em;padding-left:22px;margin-bottom:11px;}
.onlys{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 12px;margin-bottom:13px;}
.onlys li{border:2px solid var(--green);color:var(--green);font-weight:700;border-radius:24px;width:137px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;font-size:16px;}
.onlys li.full{flex-basis:100%;display:flex;justify-content:center;border:none;padding:0;}
.onlys li.full span{border:2px solid var(--green);border-radius:24px;width:160px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;}
.pain-q2{text-align:center;color:var(--green);font-weight:700;font-size:20px;letter-spacing:.02em;padding-left:4px;}

/* ===== Intro ===== */
.intro{padding:22px 20px 50px;}
.intro p{font-size:15px;font-weight:500;line-height:25px;margin-bottom:25px;}
.intro p:last-child{margin-bottom:0;}

/* ===== Support ===== */
.support{padding:0 0 4px;position:relative;background-color:var(--band);background-image:url("../images/dots-bg.png");background-size:300px 300px;background-repeat:repeat;animation:dots-scroll 10s linear infinite;}
.support::before{content:none;}
.support-head{padding:123px 22px 8px;position:relative;}
.en-bat{font-family:Montserrat,sans-serif;font-weight:700;color:var(--green);font-size:40px;line-height:44px;letter-spacing:0;margin-left:-5px;}
.bat-hand{position:absolute;right:5px;top:201px;width:126px;}
.support-lead{font-weight:700;font-size:15px;letter-spacing:.02em;padding:0 22px 16px;margin:11px 0 18px;}
.sup-item{padding:24px 20px 29px;background:var(--cream);margin-bottom:20px;}
.sup-item:nth-of-type(3){padding-bottom:29px;}
.sup-item:nth-of-type(4){padding-bottom:41px;}
.sup-item:nth-of-type(5){padding-bottom:33px;}
.sup-item:nth-of-type(6){padding-bottom:30px;}
.sup-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;}
.sup-item:nth-of-type(3) .sup-head,.sup-item:nth-of-type(4) .sup-head{margin-left:7px;}
.sup-item:nth-of-type(4) .sup-head{margin-bottom:16px;}
.sup-item:nth-of-type(5) .sup-head{margin-bottom:28px;}
.sup-item:nth-of-type(6) .sup-head{margin-bottom:24px;}
.sup-no{font-family:Montserrat,sans-serif;font-weight:800;color:var(--green);font-size:21px;display:inline-flex;align-items:flex-start;line-height:26px;flex:none;letter-spacing:0;width:49px;}
.sup-no .slash{display:inline-block;width:36px;height:46px;margin-left:-12px;margin-top:6px;
  background:url("../images/slash.svg") center/contain no-repeat;}
.sup-head h3{font-size:23px;font-weight:700;line-height:30px;letter-spacing:0;margin-top:15px;max-width:253px;}
.sup-item:nth-of-type(4) h3,.sup-item:nth-of-type(5) h3{margin-top:5px;}
.sup-item:nth-of-type(5) h3,.sup-item:nth-of-type(6) h3{margin-left:4px;}
.sup-item>p:not(.rei){font-size:15px;font-weight:500;line-height:25px;letter-spacing:0;margin-bottom:10px;}
.sup-item:nth-of-type(3)>p:not(.rei),.sup-item:nth-of-type(4)>p:not(.rei),.sup-item:nth-of-type(6)>p:not(.rei){margin-left:7px;}
.sup-item:nth-of-type(n+3)>p:not(.rei){margin-bottom:17px;}
.support .tag-rei{background:var(--green);font-size:14px;font-family:"Zen Kaku Gothic New",sans-serif;line-height:21px;padding:0 11px;letter-spacing:0;}
.tag-rei{display:inline-block;background:var(--green-accent);color:#fff;font-size:12px;font-weight:700;padding:4px 16px;border-radius:14px;margin-bottom:8px;letter-spacing:.08em;}
.tag-rei.tag-line{background:#fff;color:var(--green);border:1.5px solid var(--green);}
.rei{font-size:13px;color:var(--green);font-weight:500;line-height:1.7;}
.sup-item:nth-of-type(2) .rei{margin-top:2px;}
.sup-item:nth-of-type(3) .rei{margin-top:5px;}
.sup-item:nth-of-type(5) .rei{margin-top:3px;}
.rei-green{color:var(--green-accent);}

/* ===== Clients ===== */
.clients{padding:14px 20px 11px;background-color:var(--band);background-image:url("../images/dots-bg.png");background-size:300px 300px;background-repeat:repeat;animation:dots-scroll 10s linear infinite;}
.clients-bubble{position:relative;color:#fffcf5;text-align:center;margin:0 0 27px 1px;padding:14px 24px 18px;
  background:#026F38;border-radius:19px;}
.clients-bubble::before{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-25px;width:67px;height:26px;background:url("../images/clients-tail-sp.svg") center/contain no-repeat;}
.oc-script{width:155px;margin:-36px 0 6px 0;display:block;}
.clients-bubble h2{font-size:23px;font-weight:700;line-height:33px;margin:-11px 4px 0 -4px;}
.clients-list{letter-spacing:0;}
.clients-list li{display:flex;align-items:flex-start;padding:18px 0;}
.clients-list img{object-fit:contain;flex:none;}
.clients-list li:nth-child(1) img{width:69px;height:50px;margin:27px 22px 0 9px;}
.clients-list li:nth-child(2) img{width:78px;height:86px;margin:8px 19px 0 3px;}
.clients-list li:nth-child(3) img{width:85px;height:87px;margin:5px 14px 0 1px;}
.clients-list li:nth-child(4) img{width:90px;height:84px;margin:5px 10px 0 0;}
.clients-list li:nth-child(5) img{width:77px;height:54px;margin:24px 16px 0 6px;}
.clients-list h3{color:var(--green-accent);font-size:17px;font-weight:700;margin-bottom:12px;
  display:inline-block;white-space:nowrap;line-height:25px;padding:0 3px 0 0;
  background:linear-gradient(transparent 49%,#fdeca4 49%,#fdeca4 89%,transparent 89%);}
.clients-list li:nth-child(1) h3{padding-right:11px;}
.clients-list li:nth-child(2) h3{padding-right:7px;}
.clients-list li:nth-child(4) h3{padding-right:6px;}
.clients-list li:nth-child(5) h3{padding-right:10px;margin-left:1px;}
.clients-list p{font-size:13px;font-weight:500;line-height:22px;}

/* ===== Section title ===== */
.sec-title{text-align:center;margin-bottom:28px;}
.sec-title .en{display:block;font-family:Montserrat,sans-serif;font-weight:800;color:var(--green);font-size:40px;line-height:1;letter-spacing:.03em;}
.sec-title .ja{display:block;font-weight:700;font-size:15px;margin-top:8px;}
.sec-title.deco{position:relative;}
.sec-title.deco::after{content:"";position:absolute;top:-29px;right:59px;width:48px;height:45px;
  background:url("../images/review-deco.svg") center/contain no-repeat;}

/* ===== Cases ===== */
.cases{padding:46px 21px 83px;background-color:var(--band);}
.cases .sec-title{text-align:left;display:flex;align-items:baseline;gap:19px;padding-left:0;margin-bottom:20px;}
.cases .sec-title .ja{margin-top:0;position:relative;top:3px;}
.cases .sec-title .en{letter-spacing:0;}
.cases .accordion{gap:15px;}
.cases .acc-head{padding:18px 19px 13px;}
.cases .acc-item.open .acc-head{padding:18px 19px 0;}
.cases .acc-item.open .case-head{gap:9px;}
.cases .acc-head .chev{width:8.6px;height:8.6px;border-color:var(--green);align-self:center;margin-right:2px;}
.cases .acc-panel{padding:0 19px;}
.cases .acc-item.open .acc-panel{padding-bottom:40px;}
.cases .acc-panel hr{border-top-color:#d9d6d2;margin:2px 0 0;}
.cases .acc-panel p{font-weight:500;line-height:22px;letter-spacing:0;margin:16px 0 0;}
.cases .acc-item.open .case-title{letter-spacing:.02em;}
.cases .acc-panel .tag-rei.tag-line{display:block;width:92.4px;height:19px;padding:0;margin:13px 0 0;border:1px solid #0d6f38;border-radius:9.5px;background:#fff;color:var(--green-dark);font-size:12px;line-height:17px;letter-spacing:0;text-align:center;}
.cases .acc-panel .rei{line-height:19px;letter-spacing:0;margin:11px 0 0;max-width:296px;}
.accordion{display:flex;flex-direction:column;gap:16px;}
.acc-item{background:#fff;border-radius:14px;box-shadow:0 6px 16px rgba(0,0,0,.05);overflow:hidden;}
.acc-head{width:100%;background:none;border:none;display:flex;align-items:flex-start;gap:12px;padding:20px 20px;cursor:pointer;text-align:left;color:var(--ink);}
.case-no{font-family:Montserrat,sans-serif;font-weight:700;font-size:10px;color:var(--ink);letter-spacing:0;line-height:12px;}
.acc-head .chev{margin-left:auto;width:11px;height:11px;border-right:2px solid #999;border-bottom:2px solid #999;transform:rotate(45deg);transition:.3s;flex:none;margin-top:6px;}
.acc-item.open .acc-head .chev{transform:rotate(-135deg);}
.acc-panel{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 20px;}
.acc-item.open .acc-panel{max-height:640px;padding-bottom:20px;}
.case-head{flex:1;display:flex;flex-direction:column;gap:5px;}
.case-title{font-size:16px;font-weight:700;line-height:1.5;}
.case-title b{color:var(--green);font-size:22px;}
.acc-panel hr{border:none;border-top:1px solid #e7e2d8;margin:14px 0;}
.acc-panel p{font-size:13px;line-height:1.75;margin-bottom:12px;}
.acc-panel .tag-rei{margin-top:2px;}

/* ===== Review ===== */
.review{padding:66px 0 82px;}
.review .sec-title{margin-bottom:16px;}
.review .sec-title .en{font-weight:700;letter-spacing:0;}
.review-track{display:flex;gap:19px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:21px calc((100% - 292px)/2) 4px;scrollbar-width:none;}
.review-track::-webkit-scrollbar{display:none;}
.review-card{background:#fff;border-radius:23px;padding:32px 18px 21px;position:relative;min-width:292px;max-width:292px;scroll-snap-align:center;flex-shrink:0;}
.review-card::before{content:"";position:absolute;top:-17px;left:50%;transform:translateX(-50%);width:84px;height:17px;background:url("../images/review-bump.svg") center/contain no-repeat;}
.rv-top{position:relative;margin-top:-26.5px;}
.rv-avatar{height:70px;margin:0 auto;display:block;}
.rv-tap{position:absolute;top:-20px;right:-27px;width:80px;height:80px;border-radius:50%;background:#fff;border:2px solid #519c44;color:var(--green);display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:800;font-size:20px;font-family:Montserrat,sans-serif;text-align:center;line-height:1.1;letter-spacing:0;cursor:pointer;}
.rv-tap small{font-size:10px;font-weight:700;font-family:"Noto Sans JP";margin-top:2px;}
.review-card h3{color:var(--green);font-size:17px;font-weight:700;margin:28px 3px 20px;line-height:1.5;}
.review-card>p{font-size:13px;line-height:22px;white-space:pre-line;}
p.rv-name{text-align:right;color:var(--green);font-weight:700;font-size:10px;line-height:1.7;margin:38px 8px 0 0;}
.dots{display:flex;justify-content:center;gap:12.7px;margin-top:21px;}
.dots span{width:7px;height:7px;border-radius:50%;background:#d9d6d2;}
.dots span.on{background:var(--green);}

/* ===== Pricing ===== */
.pricing{background:linear-gradient(180deg,#249f34,#67b951);color:#fff;position:relative;padding:17px 0 9px;}
.pricing::before{content:"";position:absolute;top:-41px;left:0;width:100%;height:47px;z-index:1;
  background:url("../images/wave-pricing-top.svg") top/100% 40px no-repeat,linear-gradient(#249f34,#249f34) bottom/100% 8px no-repeat;}
.pricing-inner{padding:0 26px;position:relative;z-index:2;}
.pricing-title{font-size:25px;font-weight:700;text-align:center;line-height:35px;letter-spacing:.02em;width:100%;position:relative;}
.ok-hand{width:54px;position:absolute;left:calc(50% + 132px);right:auto;top:24px;bottom:auto;transform:none;}
.wavy{height:16px;margin:5px auto 32px;max-width:265px;
  background:url("../images/wavy.svg") center/contain no-repeat;}
.bubbles-wrap{max-width:341px;margin-inline:auto;}
.bubbles{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;}
.bubbles li{color:var(--green);font-weight:700;font-size:15px;letter-spacing:.02em;line-height:22px;padding:15px 0 20px 29px;position:relative;width:272px;text-align:left;
  background-size:100% 100%;background-repeat:no-repeat;filter:drop-shadow(0 3px 6px rgba(0,0,0,.12));}
.bubbles .b1{background-image:url("../images/bubble1.svg");align-self:flex-start;margin-left:36px;}
.bubbles .b2{background-image:url("../images/bubble2.svg");align-self:flex-start;margin-left:7px;}
.bubbles .b3{background-image:url("../images/bubble3.svg");align-self:flex-end;margin-right:10px;padding:22px 0 34px 32px;}
.pom{width:95px;display:block;margin:-47px 0 26px 84px;transform:rotate(-10deg);}
.pricing-lead{font-size:15px;font-weight:500;line-height:25px;margin:0 -6px 24px;}
.pricing-lead b{font-size:25px;line-height:19px;}
.rei-head{font-size:21px;font-weight:700;width:80%;margin:20px auto 5px;}
.rei-pills{display:flex;flex-direction:column;gap:14.3px;width:80%;margin:0 auto 18px;}
.rei-pills li{background:#fff;border:none;color:var(--ink);font-weight:500;font-size:15px;line-height:22px;text-align:center;padding:5.5px 0;position:relative;}
.rei-pills li::before,.rei-pills li::after{content:"";position:absolute;top:0;bottom:0;width:8px;border:3px solid #FDECA4;}
.rei-pills li::before{left:-2px;border-right:none;}
.rei-pills li::after{right:-2px;border-left:none;}
.pricing-note{font-size:10px;letter-spacing:.02em;line-height:16px;width:80%;margin-inline:auto;opacity:.95;font-weight:500;}

/* ===== Message ===== */
.message{padding:56px 0 42px;background:var(--band);position:relative;margin-top:-17px;}
.message::before{content:"";position:absolute;left:0;right:0;top:-20px;height:95px;z-index:1;
  background:url("../images/wave-message-top.svg") top/100% 100% no-repeat;}
.msg-ribbon-img{width:80%;margin:0 0 0 20%;display:block;}
.message p{font-size:15px;line-height:1.7;padding:0 20px;margin-bottom:24px;letter-spacing:0;font-weight:500;}
.message p.msg-lead{color:var(--green);font-weight:700;}
.office{width:95%;height:auto;aspect-ratio:373/238;object-fit:cover;margin:40px 0 10px 5%;display:block;}
.message h3{color:var(--green);font-size:17px;font-weight:700;margin:10px 0 16px;padding: 0 20px;line-height:1.5;}


/* ===== Flow ===== */
.flow{padding:82px 26.5px 86px 27.5px;background:var(--grey-card);position:relative;}
.flow::before,.flow::after{content:"";position:absolute;top:0;width:13.5px;height:100%;background:repeating-linear-gradient(-45deg,#d9d6d2 0 6.49px,#fffcf5 6.49px 8.49px);}
.flow::before{left:0;background-position:0 -7px;}
.flow::after{right:0;background-position:0 -8px;}
.flow-wave{position:absolute;top:0;left:0;width:100%;height:40px;background:url("../images/wave-flow-top.svg") top/100% 100% no-repeat;z-index:1;}
.flow-title{margin-bottom:24px;}
.flow-title .en{color:#ffffff;font-weight:700;letter-spacing:0;position:relative;left:-3px;}
.flow-title .ja{color:#fff;margin-top:9px;position:relative;left:-2px;}
.flow-steps{display:flex;flex-direction:column;gap:38px;position:relative;z-index:2;}
.flow-step{background:#fff;border-radius:20px;padding:17px 17.25px 22px 13.5px;position:relative;}
.flow-step::after{content:"";position:absolute;bottom:-27px;left:50%;transform:translateX(-50%);width:66px;height:27px;background:url("../images/flow-tail.svg") top center/100% 100% no-repeat;}
.flow-step:last-child::after{display:none;}
.fstep-head{display:flex;align-items:center;gap:6.5px;margin:0 0 19px -1px;}
.fno{font-family:Montserrat,sans-serif;font-weight:700;font-size:40px;color:var(--grey-card);line-height:35px;flex:none;letter-spacing:0;width:52.5px;}
.flow-step:first-child .fno{letter-spacing:.11em;}
.flow-step:last-child .fno{letter-spacing:-.09em;}
.flow-step h3{font-size:17px;font-weight:700;letter-spacing:.02em;position:relative;top:1px;}
.flow-step p{font-size:13px;line-height:1.7;font-weight:500;letter-spacing:-.01em;}

/* ===== FAQ ===== */
.faq{padding:22px 20px 51px;background:var(--band);position:relative;}
.faq::before{content:"";position:absolute;left:0;right:0;top:-20px;height:25px;z-index:1;
  background:url("../images/wave-faq-top.svg") bottom/100% 100% no-repeat;}
.faq .sec-title{margin-bottom:31px;}
.faq .sec-title .ja{margin-top:13px;}
.faq-accordion{gap:19px;}
.faq-accordion .acc-head{align-items:flex-start;gap:8px;padding:19px 26px 15px 32px;}
.faq-accordion .acc-item.open .acc-head{padding-bottom:7px;}
.faq-accordion .q{color:var(--green);font-weight:700;font-size:24px;font-family:Montserrat,sans-serif;line-height:1.1;flex:none;letter-spacing:0;position:relative;top:-4px;}
.faq-accordion .q-text{color:var(--green);font-weight:700;font-size:15px;line-height:22px;flex:1;max-width:225px;letter-spacing:0;}
.faq-accordion .chev{width:9.5px;height:9.5px;border-color:#62af57;align-self:center;margin-top:-7px;}
.faq-accordion .acc-panel{padding:0 26px 0 32px;}
.faq-accordion .acc-panel hr{border-top-color:#d9d6d2;margin:0 -1.5px 13.5px -4.5px;}
.faq-accordion .acc-panel p{color:var(--ink);font-weight:500;line-height:22px;letter-spacing:0;margin-bottom:0;}
.faq-accordion .acc-item.open .acc-panel{padding-bottom:22px;}

/* ===== Contact ===== */
.contact{background:var(--green);color:#fff;text-align:center;padding:40px 26px 60px;}
.ct-script{width:130px;margin:0 0 16px -7.5px;}
.contact h2{font-size:8vw;font-weight:700;line-height:1.2;letter-spacing:.02em;margin:0 0 20px -6px;text-align:left;color:#fffcf5;}
.contact>p{font-size:17px;font-weight:500;text-align:left;line-height:33px;letter-spacing:.02em;margin:0 -6px 20px -1px;}
.ct-hands{width:162px;margin:26px auto 20px;}
.ct-btns{display:flex;flex-direction:column;gap:20px;}
.ct-btns .btn{flex-direction:column;gap:5px;height:82px;font-size:17px;letter-spacing:0;line-height:1;border-radius:41px;}
.ct-btns .ico-mail{width:21px;height:17px;}
.ct-btns .ico-line{width:23px;height:22px;}

/* ===== Footer ===== */
.site-footer{background:var(--charcoal);color:#fff;position:relative;padding:0 26px 22px;}
.site-footer::before{content:"";position:absolute;top:-22px;left:0;width:100%;height:25px;
  background:url("../images/wave-footer-top.svg") bottom/100% 100% no-repeat;}
.back-top{display:flex;align-items:center;justify-content:center;gap:37px;width:100%;background:none;border:none;color:#fffcf5;font-weight:700;font-size:17px;font-family:Montserrat,sans-serif;padding:26px 0;cursor:pointer;letter-spacing:0;}
.chev-up{width:9px;height:9px;border-left:2px solid #fff;border-top:2px solid #fff;transform:rotate(45deg);}
.foot-nav{display:grid;grid-template-columns:1fr 1fr;gap:20px 5px;max-width:291px;margin:30px auto 49px;}
.foot-nav a{font-size:17px;font-weight:500;line-height:25px;letter-spacing:0;padding-left:19px;}
.site-footer hr{border:none;border-top:2px solid #fff;margin:8px -4px 28px 0;}
.foot-logo{width:225px;margin:0 auto 7px;}
.addr{text-align:center;font-size:10px;line-height:1.9;margin-bottom:22px;color:#fff;padding-right:6px;}
.copy{text-align:center;font-size:10px;font-weight:700;color:#faf5f2;letter-spacing:0;font-family:Montserrat,sans-serif;padding-right:26px;}

/* ===== Voice Modal（お客様の声 アンケート画像） ===== */
.voice-modal{
  position:fixed;inset:0;z-index:200;display:flex;
  align-items:center;justify-content:center;
  padding:24px 14px;overflow-y:auto;
  opacity:0;visibility:hidden;
  transition:opacity .3s ease, visibility 0s linear .3s;
}
.voice-modal.open{opacity:1;visibility:visible;transition:opacity .3s ease, visibility 0s;}
.vm-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);}
.vm-dialog{position:relative;z-index:1;width:100%;max-width:400px;margin:auto;
  transform:scale(.96);transition:transform .3s ease;}
.voice-modal.open .vm-dialog{transform:scale(1);}
@media (prefers-reduced-motion:reduce){
  .voice-modal{transition:none;}
  .vm-dialog{transform:none;transition:none;}
}
.vm-close{
  position:absolute;top:-18px;right:-4px;z-index:2;
  width:46px;height:46px;border-radius:50%;border:none;cursor:pointer;
  background:var(--green);color:#fff;font-size:24px;font-weight:700;line-height:1;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 10px rgba(0,0,0,.28);
}
.vm-img{
  width:100%;border-radius:10px;
  box-shadow:0 16px 44px rgba(0,0,0,.34);
  display:block;
}

/* ===== PC用ユーティリティ（SPでは非表示） ===== */
.pc-only{display:none;}
.pc-br{display:none;}

/* =====================================================================
   PC (min-width:769px) — design/chit-ettoペットLP260626.fig「PC」フレーム準拠
   数値はすべてFigmaシーングラフ実測値(1280px基準)
   ===================================================================== */
@media (min-width:769px){
  .pc-only{display:block;}
  .pc-br{display:inline;}
  .sp-br{display:none;}
  html{scroll-padding-top:112px;}
  body{
    font-family:"Zen Kaku Gothic New","Noto Sans JP",sans-serif;
    font-size:15px;letter-spacing:.02em;background:#fffcf5;
    min-width:1024px;
  }
  main,.site-header,.site-footer{max-width:none;}
  /* ドット背景: 直径66.7px、200.1pxピッチの市松(hero/painゾーンのみ=下層セクションが各自の背景で覆う) */
  main{
    background-color:#fffcf5;
    background-image:
      radial-gradient(circle 33.35px at 33.35px 33.35px, #fef6e4 32.8px, rgba(254,246,228,0) 34px),
      radial-gradient(circle 33.35px at 33.35px 33.35px, #fef6e4 32.8px, rgba(254,246,228,0) 34px);
    background-position:-2px 0, 98.1px 100.05px;
    background-size:200.1px 200.1px;
    animation:dots-scroll-pc 6.7s linear infinite;
  }
  /* SPのdots-scroll(300px/10s)と同速度: 1タイル(200.1px)を右上へ */
  @keyframes dots-scroll-pc{
    0%{background-position:-2px 0, 98.1px 100.05px;}
    100%{background-position:198.1px -200.1px, 298.2px -100.05px;}
  }
  @media (prefers-reduced-motion:reduce){main{animation:none;}}

  /* ===== Header (Group14: 1280x102 #2b9839 波下端) ===== */
  .site-header{
    position:fixed;top:0;left:0;transform:none;width:100%;height:102px;
    background:url("../images/header-wave-pc.svg?v=20260729") center top/100% 102px no-repeat;
    filter:none;padding:0;
    display:block;z-index:100;
  }
  .site-header .logo{position:absolute;left:23px;top:29px;}
  .site-header .logo img{width:186px;}
  .hamburger{display:none;}
  .header-cta{display:block;}
  .header-cta .hd-btn{
    position:absolute;top:23px;width:213px;height:43px;border-radius:60px;
    background:#fff;color:var(--green);font-weight:700;font-size:15px;
    display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:0;
  }
  .header-cta .hd-btn:first-child{right:253px;}
  .header-cta .hd-btn:last-child{right:22px;}
  .header-cta .ico-mail{width:24px;height:18px;}
  .header-cta .ico-line{width:22px;height:22px;}

  /* ===== Hero (y0..1013) ===== */
  .hero{
    max-width:1280px;margin:0 auto;box-sizing:border-box;
    background:none;animation:none;
    display:grid;grid-template-columns:488px minmax(0,1fr);gap:0 30px;
    grid-template-areas:
      "hello illust" "tags illust" "divider illust" "copy illust"
      "pills illust" "sub illust" "cta cta";
    align-items:start;align-content:start;
    padding:185px 61px 83px 115px;
  }
  .hero-hello{grid-area:hello;width:474px;max-width:none;margin:0 auto 25px 0;}
  .hero-illust{
    grid-area:illust;width:586px;height:auto;max-width:100%;margin:62px 0 0;justify-self:start;
  }
  .hero-tags{
    grid-area:tags;max-width:339px;width:339px;margin:0 auto;
    grid-template-columns:163.6px 1fr;gap:1px 0;
  }
  .hero-tags li{font-size:17px;line-height:25px;padding-left:18.5px;}
  .hero-tags li::before{width:15px;height:15px;}
  .hero-tags li::after{left:3px;width:8px;height:4px;}
  .hero-tags .etc{font-size:15px;margin-left:43px;}
  .hero-divider{
    grid-area:divider;height:28px;max-width:343px;width:343px;margin:1px auto 8px;
    background:url("../images/divider.svg") center/contain no-repeat;
  }
  .hero-copy{grid-area:copy;font-size:22px;line-height:40px;font-weight:700;letter-spacing:0;}
  .hero-copy img{width:381px;height:auto;margin:0 auto;}
  .pill-row{grid-area:pills;gap:10.4px;margin:61px 0 0;justify-content:center;}
  .pill-row li{
    background:#fdeca4;font-size:20px;font-weight:700;letter-spacing:0;
    padding:4px 14.5px;border-radius:19.5px;line-height:30.5px;
  }
  .hero-sub{grid-area:sub;font-size:15px;line-height:22px;letter-spacing:.02em;margin:13px 0 0;}
  .hero-cta{grid-area:cta;flex-direction:row;justify-content:center;gap:28px;margin:80px -61px 0 -115px;width:auto;}
  .hero-cta .btn{width:340px;height:62px;border-radius:31px;font-size:18px;letter-spacing:.02em;gap:16px;}
  .btn-green{color:#fffcf5;box-shadow:none;}
  .hero-cta .ico-mail{width:33px;height:26px;}
  .btn-outline{position:relative;}
  .btn-outline .chev-down{position:absolute;right:28px;top:50%;margin:-6px 0 0;}

  /* ===== Pain (y1013..2065) ===== */
  .pain{padding:0 0 126px;animation:none;background:none;}
  .pain-head{
    width:734px;margin:0 auto;background:#353636;border-radius:15px 15px 0 0;
    height:59px;display:flex;align-items:center;justify-content:center;padding:0;
  }
  .pain-head::after{
    content:"";position:absolute;left:0;bottom:-18px;width:734px;height:30px;
    background:url("../images/pain-barwave-pc.png") center/734px 30px no-repeat;z-index:2;
  }
  .pain-head h2{font-size:20px;line-height:1;letter-spacing:.02em;}
  .pain-dog{display:none;}
  .pain-list{
    width:734px;margin:0 auto;background:#d8d5d2;border-radius:0 0 15px 15px;
    padding:35px 106.5px 27px;position:relative;
  }
  .pain-list li{
    padding:17px 0 16px 51px;font-size:14px;line-height:20px;letter-spacing:.02em;
    border-bottom:1px solid #fff;
  }
  .pain-list li:first-child{padding-top:0;}
  .pain-list li:last-child{padding-bottom:0;}
  .pain .pain-list li:nth-child(3),.pain .pain-list li:nth-child(5),.pain .pain-list li:nth-child(6){padding:17px 0 16px 51px;}
  .pain .pain-list li:last-child{padding:17px 0 0 51px;}
  .pain-list li::after{content:none;}
  .pain-list li::before{left:24px;width:17px;height:17px;background:url("../images/icon-paw.png") center/contain no-repeat;}
  .pain-illust{position:absolute;display:block;}
  .pain{position:relative;}
  .pain-illust{left:calc(50% + 193px);top:342px;width:139px;z-index:2;}
  .pain-q1{font-size:20px;font-weight:900;letter-spacing:.02em;margin:40px 0 19px;line-height:29px;}
  .onlys{gap:11px;margin-bottom:22px;}
  .onlys li{border-width:2px;border-radius:20px;font-size:16px;letter-spacing:0;padding:0;height:40px;display:flex;align-items:center;justify-content:center;}
  .onlys li:not(.full){border:1px solid var(--green);box-shadow:0 0 0 1px var(--green);width:137px;}
  .onlys li.full{flex-basis:auto;border:none;padding:0;}
  .onlys li.full span{border:1px solid var(--green);box-shadow:0 0 0 1px var(--green);border-radius:20px;padding:0;width:160px;height:40px;display:flex;align-items:center;justify-content:center;}
  .pain-q2{font-size:20px;font-weight:900;letter-spacing:.02em;line-height:29px;}
  .intro{padding:23px 0 0;text-align:center;}
  .intro p{font-size:17px;line-height:37px;letter-spacing:.02em;font-weight:500;margin:0;}

  /* ===== Support (cream帯 y2065..; カード5枚 3+2) ===== */
  .support{
    background:#fcf5e4;animation:none;padding:54px 0 0;
  }
  .support{position:relative;}
  .support-grid{
    display:flex;flex-wrap:wrap;justify-content:center;gap:15px 13px;
    max-width:1049px;margin:15px auto 0;
  }
  .support-head{flex-basis:100%;max-width:1050px;margin:0 auto;position:relative;height:200px;padding:0;}
  .en-bat{font-size:60px;line-height:68px;letter-spacing:0;margin:2px 0 0 -5px;}
  .support-lead{position:absolute;left:calc(50% - 53px);top:156px;font-size:20px;line-height:29px;letter-spacing:.02em;padding:0;margin:0;}
  .bat-hand{position:absolute;right:-24px;top:24px;width:213px;}
  .sup-item{
    width:341px;height:331px;background:#fffcf5;border-radius:15px;
    margin:0;padding:0;position:relative;
  }
  .sup-head{position:absolute;left:21px;top:28px;width:300px;gap:5px;margin:0;align-items:flex-start;}
  .sup-no{font-size:21px;font-weight:800;line-height:26px;position:relative;padding-top:4px;}
  .sup-no .slash{position:absolute;left:14px;top:6px;width:36px;height:46px;margin:0;}
  .sup-head h3{font-size:23px;line-height:30px;letter-spacing:0;margin-top:8px;}
  .sup-item>p{position:absolute;left:21px;top:102px;width:298px;font-size:15px;line-height:25px;letter-spacing:.01em;font-weight:500;margin:0;}
  .sup-item .tag-rei{
    position:absolute;left:21px;top:222px;width:65px;height:21px;line-height:21px;
    padding:0;text-align:center;border-radius:10px;background:var(--green);
    font-size:14px;letter-spacing:0;margin:0;
  }
  .sup-item .rei{position:absolute;left:21px;top:257px;width:298px;font-size:13px;line-height:22px;letter-spacing:0;}
  .sup-item:nth-of-type(5){margin-left:2px;}
  .support::before{content:"";position:absolute;left:0;top:-82px;width:100%;height:82px;background:url("../images/wave-support-top-pc.svg?v=20260729") top left/100% 82px no-repeat;}
  .sup-item>p br{display:none;}
  .sup-item:nth-of-type(4) .sup-head h3{margin-top:3px;}

  /* ===== Clients (緑バー+3/2列) ===== */
  .clients{background:#fcf5e4;animation:none;padding:85px 0 0;}
  .clients-bubble{
    width:734px;margin:0 auto 65px;background:#026f38;border-radius:15px;
    height:119px;padding:0;display:flex;align-items:center;justify-content:center;
    position:relative;
  }
  .clients-bubble::before{
    content:"";position:absolute;left:336px;bottom:-25px;width:63px;height:28px;
    background:url("../images/clients-tail-pc.png") center/63px 28px no-repeat;
  }
  .clients-bubble::after{
    content:"";position:absolute;left:30px;top:6px;width:156px;height:54px;
    background:url("../images/clients-paws-pc.png") center/156px 54px no-repeat;
  }
  .oc-script{display:none;}
  .clients-bubble h2{font-size:23px;line-height:33px;margin:0;color:#fffcf5;letter-spacing:0;}
  .clients-list{
    max-width:1050px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;
    gap:42px 70px;
  }
  .clients-list li{width:253px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:0;gap:0;height:207px;}
  .clients-list li:nth-child(n+4){height:210px;}
  .clients-list img{width:auto;flex:none;object-fit:contain;}
  .clients-list li:nth-child(1) img{width:69px;height:50px;margin:0 0 31px;}
  .clients-list li:nth-child(2) img{width:78px;height:86px;margin:0 0 18px;}
  .clients-list li:nth-child(3) img{width:86px;height:88px;margin:0 0 17px;}
  .clients-list li:nth-child(4) img{width:96px;height:90px;margin:0 0 16px;}
  .clients-list li:nth-child(5) img{width:78px;height:55px;margin:0 0 31px;}
  .clients-list li>div{display:contents;}
  .clients-list h3{
    color:#026f38;font-size:17px;line-height:25px;margin-bottom:12px;padding:0 4px;letter-spacing:0;
    background:linear-gradient(transparent 48%,#fdeca4 48%,#fdeca4 88%,transparent 88%);
  }
  .clients-list li:nth-child(1) h3,.clients-list li:nth-child(2) h3,.clients-list li:nth-child(4) h3,.clients-list li:nth-child(5) h3{padding:0 4px;}
  .clients-list li:nth-child(4) p br{display:none;}
  .clients-list p{font-size:13px;line-height:22px;letter-spacing:0;font-family:"Noto Sans JP",sans-serif;font-weight:500;align-self:stretch;}

  /* ===== Cases (2x2静的カード) ===== */
  .cases{background:#fcf5e4;animation:none;padding:79px 0 93px;}
  .cases .sec-title{
    max-width:1050px;margin:0 auto 25px;padding:0;gap:23px;align-items:flex-end;
  }
  .cases .sec-title .en{font-size:60px;line-height:73px;letter-spacing:0;margin-left:-1px;}
  .cases .sec-title .ja{font-size:20px;letter-spacing:.02em;margin-bottom:11px;}
  .cases .case-accordion{
    display:grid;grid-template-columns:518px 518px;gap:12px 13px;
    max-width:1049px;margin:0 auto;
  }
  .acc-item{border-radius:15px;box-shadow:none;}
  .cases .acc-item{height:260px;}
  .cases .acc-item.open .acc-head,.cases .acc-head{padding:20px 28px 0;pointer-events:none;cursor:default;}
  .cases .acc-head .chev{display:none;}
  .cases .acc-item.open .case-head,.case-head{gap:7px;}
  .case-no{font-size:10px;letter-spacing:0;line-height:12px;}
  .case-title{font-family:"Noto Sans JP",sans-serif;font-size:16px;line-height:33px;letter-spacing:.02em;color:var(--ink);}
  .case-title b{font-size:22px;color:var(--green);}
  .cases .acc-panel{max-height:none;padding:0 28px;overflow:visible;}
  .cases .acc-item.open .acc-panel{padding-bottom:0;}
  .cases .acc-panel hr{border-top:1px solid #d9d6d2;margin:4px 0 0;}
  .cases .acc-panel p{font-family:"Noto Sans JP",sans-serif;font-size:13px;line-height:22px;letter-spacing:0;font-weight:500;margin:13px 0 0;}
  .cases .acc-panel .tag-rei.tag-line{
    margin:37px 0 0;border:1px solid #0d6f38;color:#026f38;background:transparent;
    width:91.4px;height:18px;line-height:16px;text-align:center;padding:0;border-radius:9px;
    font-size:12px;letter-spacing:0;display:block;
  }
  .cases .acc-panel .rei{font-size:13px;line-height:19px;letter-spacing:0;color:#026f38;margin:11px 0 0;max-width:none;}

  /* ===== Review (カルーセル 336px x4) ===== */
  .review{background:#fffcf5;padding:64px 0 0;}
  .review .sec-title{
    max-width:1050px;margin:0 auto 0;text-align:left;display:flex;gap:29px;align-items:flex-end;
  }
  .review .sec-title .en{font-size:60px;line-height:73px;letter-spacing:0;margin-left:-1px;}
  .review .sec-title .ja{font-size:20px;letter-spacing:.02em;margin:0 0 8px;}
  .sec-title.deco::after{
    background:url("../images/review-deco.svg") center/contain no-repeat;
    width:49px;height:46px;top:16px;left:403px;right:auto;
  }
  .review-track{
    padding:28px 0 0 calc(50% - 526px);gap:29px;scroll-padding-inline-start:calc(50% - 526px);
  }
  /* 各カードを左端(1枚目位置)にスナップ＋最後尾に後方スペースを足し、最終カードも左端まで送れるようにする */
  .review-track::after{content:"";flex:0 0 calc(50vw + 161px);}
  .review-card{
    min-width:336px;max-width:336px;width:336px;height:445px;border-radius:15px;scroll-snap-align:start;
    box-shadow:none;padding:38px 22px 0;overflow:visible;
  }
  .review-card::before{display:block;top:-14px;width:96px;height:20px;}
  .rv-top{position:relative;padding-top:0;margin-top:-30px;}
  .rv-avatar{height:80px;margin:0 auto;display:block;visibility:visible;}
  .rv-tap{
    top:2px;right:-18px;width:80px;height:80px;border:2px solid #519c44;
    font-size:20px;font-weight:800;
  }
  .rv-tap small{font-size:10px;font-family:"Zen Kaku Gothic New",sans-serif;}
  .review-card h3{margin:36px 0 0 2px;font-size:17px;line-height:26px;letter-spacing:0;height:52px;}
  .review-card>p{margin:18px 0 0;font-size:13px;line-height:22px;letter-spacing:0;}
  .rv-name{position:absolute;bottom:16px;right:13px;font-size:10px;letter-spacing:0;margin:0;}
  .dots{max-width:1050px;margin:29px auto 0;justify-content:flex-end;gap:12.7px;}
  .dots span{width:7px;height:7px;}

  /* ===== Pricing (グラデ帯 y5230..6310) ===== */
  .review{padding-bottom:90px;}
  .pricing{
    padding:86px 0 75px;
    background:linear-gradient(180deg,#249f34 8px,#64b850 calc(100% - 6px));
  }

  .pricing-inner{padding:0;max-width:none;}
  .pricing-title{
    width:381px;margin:0 0 0 calc(50% - 206px);font-size:35px;line-height:51px;
    letter-spacing:.02em;position:relative;
  }
  .ok-hand{width:109px;left:auto;right:-121px;top:25px;bottom:auto;transform:none;}
  .wavy{
    max-width:385px;width:385px;height:26px;margin:8px 0 0 calc(50% - 208px);
    background:url("../images/wavy.svg") center/contain no-repeat;
  }
  .bubbles-wrap{max-width:none;}
  .bubbles{flex-direction:row;justify-content:center;align-items:flex-start;gap:18px;margin:68px 0 0;}
  .bubbles li{
    width:337px;max-width:337px;height:101px;padding:18px 0 0;text-align:center;
    font-size:17px;line-height:25px;letter-spacing:.02em;
  }
  .bubbles .b1{align-self:auto;margin:0;}
  .bubbles .b2{align-self:auto;margin:0;}
  .bubbles .b3{align-self:auto;margin:0;width:337px;max-width:337px;padding:28px 0 0;height:101px;}
  .pom{width:115px;margin:12px auto 0 calc(50% - 60px);transform:none;}
  .pricing-lead{
    text-align:center;font-size:17px;line-height:37px;letter-spacing:.02em;font-weight:500;
    margin:0;
  }
  .pricing-lead:first-of-type{margin-top:27px;}
  .rei-head{max-width:842px;margin:61px auto 15px;font-size:25px;line-height:36px;letter-spacing:0;}
  .rei-pills{
    width:auto;max-width:842px;margin:0 auto;flex-direction:row;flex-wrap:wrap;gap:15px 16.7px;
  }
  .rei-pills li{
    width:268.3px;height:32.9px;padding:0;display:flex;align-items:center;justify-content:center;
    font-size:15px;font-weight:500;letter-spacing:0;border-radius:5px;border:none;
  }
  .rei-pills li{position:relative;}
  .rei-pills li::before,.rei-pills li::after{
    content:"";position:absolute;top:0;bottom:0;width:5px;background:none;border:3px solid #fdeca4;border-radius:1px;
  }
  .rei-pills li::before{left:0;border-right:none;}
  .rei-pills li::after{right:0;border-left:none;}
  .pricing-note{
    width:auto;max-width:842px;margin:20px auto 0;font-size:10px;line-height:16px;letter-spacing:.02em;font-weight:500;
  }

  /* ===== Message (2カラム) ===== */
  .message{background:#fcf5e4;padding:160px 0 113px;position:relative;}

  .msg-ribbon-img{
    position:absolute;top:71px;right:0;width:324px;max-width:324px;margin:0;z-index:2;
  }
  .message p{
    max-width:603px;margin:0 0 25px max(20px, calc(50% - 525px));padding:0;
    font-size:17px;line-height:25px;letter-spacing:0;font-weight:500;
  }
  .message p:last-of-type{margin-bottom:0;}
  .office{
    position:absolute;top:157px;right:0;width:min(525px, calc(100% - 640px));height:auto;margin:0;
    border-radius:38px 0 0 38px;box-shadow:none;aspect-ratio:525/335;object-fit:cover;
  }

  /* ===== Flow (グレー帯 y6830..7310) ===== */
  .flow{background:#d9d6d2;padding:39px 0 106px;}
  .flow::before,.flow::after{width:13px;}
  .flow-wave{display:none;}
  .flow-title{
    max-width:1050px;margin:0 auto 21px;display:flex;gap:21px;align-items:flex-end;text-align:left;
  }
  .flow-title .en{font-size:60px;line-height:73px;letter-spacing:0;left:0;}
  .flow-title .ja{color:#fff;font-size:20px;letter-spacing:.02em;margin:0 0 11px;left:0;}
  .flow-steps{flex-direction:row;gap:38px;max-width:1050px;margin:0 auto;}
  .flow-step{width:234px;height:241px;border-radius:15px;padding:17px 11px 17px 17px;box-shadow:none;}
  .flow-step::after{
    content:"";display:block;left:100%;top:97px;bottom:auto;
    width:25px;height:48px;background:url("../images/flow-tail-pc.svg") top center/100% 100% no-repeat;
    transform:none;z-index:2;
  }
  .flow-step:last-child::after{display:none;}
  .fstep-head{display:block;margin:0;}
  .fno{font-size:40px;line-height:49px;letter-spacing:0;display:block;}
  .flow-step:first-child .fno{letter-spacing:.11em;}
  .flow-step h3{font-size:17px;line-height:22px;letter-spacing:.02em;margin:0;position:relative;top:2px;min-height:44px;}
  .flow-step p{font-size:13px;line-height:22px;letter-spacing:-.01em;margin-top:20px;}

  /* ===== FAQ (y7306..7921) ===== */
  .faq{background:#fffcf5;padding:59px 0 76px;}
  .faq::before{background-image:url("../images/wave-faq-top-pc.svg?v=20260729");top:-40px;height:45px;}

  .faq .sec-title{
    max-width:1050px;margin:0 auto 42px;text-align:left;display:flex;gap:23px;align-items:flex-end;
  }
  .faq .sec-title .en{font-size:60px;line-height:73px;letter-spacing:0;margin-left:-1px;}
  .faq .sec-title .ja{font-family:"Noto Sans JP",sans-serif;font-size:15px;letter-spacing:.02em;margin:0 0 15px;}
  .faq-accordion{max-width:1050px;margin:0 auto;gap:10px;}
  .faq .acc-item{border-radius:15px;box-shadow:0 4px 4px rgba(0,0,0,.05);}
  .faq-accordion .acc-head{padding:17px 47px 20px;align-items:flex-start;}
  .faq .acc-item.open .acc-head{padding-bottom:9px;}
  .faq-accordion .q{font-size:24px;line-height:29px;top:-1px;}
  .faq-accordion .q-text{font-size:15px;line-height:22px;letter-spacing:0;padding-top:5px;margin-left:13px;max-width:none;}
  .faq-accordion .chev{border-color:#62af57;margin:0 -4px 0 0;width:8.4px;height:8.4px;}
  .faq-accordion .acc-panel{padding:0 47px;}
  .faq .acc-item.open .acc-panel{padding-bottom:0;}
  .faq-accordion .acc-panel hr{border-top:1px solid #d9d6d2;margin:0 -7px;}
  .faq-accordion .acc-panel p{font-size:13px;line-height:22px;letter-spacing:0;font-weight:500;margin:13px 0 0;padding-bottom:19px;}

  /* ===== Contact (y7921..8400) ===== */
  .contact{
    text-align:left;padding:43px 0 64px;position:relative;
  }
  .contact>*{max-width:1050px;margin-left:auto;margin-right:auto;}
  .ct-script{width:130px;margin:0 0 15px calc(50% - 529.5px);}
  .contact h2{font-size:35px;line-height:51px;letter-spacing:.02em;margin:0 auto 28px;position:relative;left:-3px;}
  .contact>p{font-size:17px;line-height:33px;letter-spacing:.02em;font-weight:700;margin:0 auto 43px;}
  .ct-hands{position:absolute;left:calc(50% + 209px);top:119px;width:162px;margin:0;}
  .ct-btns{flex-direction:row;gap:16px;padding-left:2px;}
  .ct-btns .btn{
    flex-direction:row;gap:8px;width:270px;height:82px;border-radius:41px;font-size:17px;
    letter-spacing:0;box-shadow:none;
  }
  .ct-btns .ico-mail{width:21px;height:17px;margin-right:3px;}
  .ct-btns .ico-line{width:23px;height:22px;margin-right:9px;}

  /* ===== Footer (y8400..8678) ===== */
  .site-footer{
    background:var(--charcoal);
    padding:0 30px 23px 33.6px;
    display:grid;grid-template-columns:auto 1fr auto;align-items:center;
  }
  .site-footer::before{top:-1px;height:45px;background:url("../images/wave-footer-top-pc.svg?v=20260729") top left/100% 45px no-repeat;}

  .back-top{grid-column:1 / -1;font-size:17px;font-family:Montserrat,sans-serif;color:#fffcf5;padding:51px 0 0;letter-spacing:0;gap:28px;}
  .back-top .chev-up{margin-top:8px;}
  .foot-nav{
    grid-column:1 / -1;display:flex;justify-content:center;gap:0;max-width:none;
    margin:68px auto 0;
  }
  .foot-nav a{font-family:"Noto Sans JP",sans-serif;font-size:17px;font-weight:500;line-height:25px;padding:0;}
  .foot-nav li:nth-child(2){margin-left:65px;}
  .foot-nav li:nth-child(3){margin-left:54px;}
  .foot-nav li:nth-child(4){margin-left:53px;}
  .site-footer hr{grid-column:1 / -1;border-top:2px solid #fff;margin:28px 0 0 -3.6px;width:100%;}
  .foot-logo{width:218px;max-width:218px;align-self:start;margin:23px 0 0;}
  .addr{text-align:left;font-size:10px;line-height:1.6;align-self:start;margin:37px 0 0 13px;color:#fff;font-family:"Noto Sans JP",sans-serif;font-weight:500;}
  .copy{font-size:10px;font-family:Montserrat,sans-serif;font-weight:700;color:#faf5f2;align-self:start;margin:40px 0 0;letter-spacing:0;white-space:nowrap;padding-right:0;}
}
