:root{
  --green:#04a645;
  --green-dark:#007b37;
  --green-soft:#e9f8ee;
  --yellow:#ffe200;
  --orange:#f39800;
  --orange-dark:#e16f00;
  --brown:#3b281d;
  --text:#222;
  --muted:#666;
  --line:#06c755;
  --bg:#fffdf4;
  --shadow:0 14px 35px rgba(0,0,0,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;color:var(--text);background:var(--bg);line-height:1.75;padding-bottom:82px}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1080px,92vw);margin:auto}
.site-header{position:sticky;top:0;z-index:40;background:#fff;box-shadow:0 3px 16px rgba(0,0,0,.08)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0}
.brand img{width:148px;height:auto}.header-actions{display:flex;align-items:center;gap:16px}.line-mini img{width:210px;border-radius:6px}.tel-block{display:flex;align-items:center;gap:8px;color:var(--green-dark);font-weight:800}.tel-block .tel-icon{width:38px;height:38px;background:var(--green);border-radius:50%;display:grid;place-items:center}.tel-block .tel-icon img{width:28px}.tel-block .tel-icon{color:#fff;font-weight:1000;font-size:19px}.callback-block{cursor:default}.btn-callback{background:linear-gradient(#ffe600,#ffc400);color:#2d2100}.tel-large span{display:block}.site-footer p{margin:6px 0 12px}.tel-block strong{font-size:26px;line-height:1}.tel-block small{display:block;color:#555;font-size:12px;font-weight:700}.section-green{background:radial-gradient(circle at 16% 8%,#35d978 0,#07aa4c 42%,#007d38 100%);color:#fff}.hero{position:relative;overflow:hidden}.hero:before{content:"";position:absolute;right:max(0px,calc((100vw - 1120px)/2));bottom:38px;width:min(43vw,480px);height:min(45vw,520px);background:url("../img/hero-person.svg") center bottom/contain no-repeat;z-index:0;filter:drop-shadow(0 20px 22px rgba(0,0,0,.22))}.hero:after{content:"";position:absolute;inset:auto -10% -80px -10%;height:160px;background:#fff;transform:skewY(-3deg);transform-origin:left bottom}.hero-grid{position:relative;z-index:1;display:block;min-height:610px;padding:88px 0 130px}.hero-copy{max-width:665px}.eyebrow{display:inline-flex;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:5px 15px;font-weight:800;font-size:14px}.eyebrow.dark{background:#fff7c4;border-color:#f4dd5c;color:#4a3617}.hero h1{font-size:clamp(38px,5.4vw,72px);line-height:1.12;margin:20px 0 16px;text-shadow:0 3px 0 rgba(0,0,0,.13);letter-spacing:-.03em}.hero h1 span{display:inline-block;background:var(--yellow);color:#111;border-radius:14px;padding:0 .25em;box-shadow:0 6px 0 #eabf00}.hero-lead{max-width:600px;margin:0 0 6px;font-size:clamp(17px,2vw,23px);line-height:1.75;font-weight:800;text-shadow:0 2px 0 rgba(0,0,0,.08)}.hero-cta,.cta-band-inner{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 24px;border-radius:999px;font-weight:900;color:#fff;box-shadow:0 6px 0 rgba(0,0,0,.18);transition:.18s ease}.btn:hover{transform:translateY(2px);box-shadow:0 3px 0 rgba(0,0,0,.2)}.btn-orange{background:linear-gradient(#ffad21,var(--orange-dark))}.btn-line{background:linear-gradient(#16d866,#06a942)}.btn-tel{background:linear-gradient(#ffe600,#ffc400);color:#2d2100}.hero-visual{position:relative;min-height:360px}.truck-card{position:relative;margin:auto;width:min(450px,100%);height:310px}.mascot{position:absolute;right:10px;top:0;width:150px;z-index:4;filter:drop-shadow(0 8px 14px rgba(0,0,0,.2))}.truck-body{position:absolute;left:20px;bottom:36px;width:300px;height:150px;background:#fff;border:8px solid #222;border-radius:10px;box-shadow:var(--shadow);display:grid;place-items:center}.truck-body p{position:relative;z-index:2;color:#222;font-size:34px;line-height:1.2;text-align:center;font-weight:900;margin:0}.truck-cab{position:absolute;right:20px;bottom:36px;width:110px;height:115px;background:var(--yellow);border:8px solid #222;border-left:0;border-radius:0 18px 10px 0;box-shadow:var(--shadow)}.truck-cab:before{content:"";position:absolute;right:15px;top:18px;width:44px;height:42px;background:#fff;border:6px solid #222;border-radius:4px}.wheel{position:absolute;bottom:13px;width:54px;height:54px;background:#222;border:10px solid #555;border-radius:50%;z-index:3}.w1{left:80px}.w2{right:80px}.load{position:absolute;top:-44px;width:70px;height:70px;background:#eee;border:6px solid #222;border-radius:12px}.load-a{left:26px;background:#f2d9bd}.load-b{left:100px;top:-62px;background:#dce9ff}.load-c{left:174px;background:#ffd1d1}.hero-note{position:absolute;right:0;bottom:0;background:rgba(0,0,0,.25);padding:8px 16px;border-radius:999px;font-weight:800}.plans{padding:20px 0 70px;background:#fff}.section-title{text-align:center;margin-bottom:30px}.section-title p{display:inline-block;margin:0 0 7px;background:var(--green);color:#fff;border-radius:999px;padding:5px 20px;font-weight:900}.section-title.light p{background:#fff;color:var(--green-dark)}.section-title h2{font-size:clamp(27px,3.6vw,42px);line-height:1.25;margin:0 0 10px;color:#223}.section-title span{display:block;color:#666;max-width:780px;margin:auto}.section-title.light h2,.section-title.light span{color:#fff}.plan-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.plan-card{position:relative;background:#fff;border:4px solid var(--green);border-radius:18px;padding:22px 12px 18px;text-align:center;box-shadow:0 9px 0 #d5eadc;min-height:190px;display:flex;flex-direction:column;justify-content:center;color:#222}.plan-card .price{font-size:clamp(25px,2.3vw,34px);font-weight:1000;color:#e24b00;letter-spacing:-1px}.plan-card b{font-size:17px}.plan-card small{display:block;color:#555;font-weight:700}.plan-card em{margin-top:12px;background:var(--orange);color:#fff;border-radius:999px;padding:5px 10px;font-style:normal;font-weight:900}.plan-card.popular{border-color:#ed3821;transform:translateY(-14px);box-shadow:0 11px 0 #ffc5b7}.plan-card.popular i{position:absolute;left:50%;top:-19px;transform:translateX(-50%);background:#ed3821;color:#fff;padding:5px 18px;border-radius:999px;font-style:normal;font-weight:900;white-space:nowrap}.section-yellow{background:linear-gradient(180deg,#fff7bd,#fff1a0)}.commit{padding:70px 0}.commit-card,.area-card{display:grid;grid-template-columns:1.5fr .8fr;gap:30px;background:#fff;border-radius:var(--radius);padding:36px;box-shadow:var(--shadow);border:4px solid #fff}.commit h2,.area h2{font-size:clamp(29px,4vw,48px);line-height:1.25;margin:.25em 0}.paybox{background:#f7fbf8;border-left:8px solid var(--green);padding:18px;border-radius:14px;margin-top:20px}.paybox b,.paybox span,.paybox small{display:block}.side-cta{display:flex;flex-direction:column;justify-content:center;gap:14px}.tel-large{display:grid;place-items:center;text-align:center;background:#0aa64a;color:#fff;border-radius:18px;padding:18px;font-weight:1000;font-size:28px;line-height:1.2;box-shadow:0 8px 0 #087b39}.tel-large img{width:44px;margin-bottom:6px}.tel-large small{display:block;font-size:13px}.cases{padding:75px 0;background:#fff}.case-card{background:#fffdf2;border:4px solid #efefda;border-radius:26px;padding:28px;margin:0 0 30px;box-shadow:0 8px 26px rgba(0,0,0,.07);scroll-margin-top:90px}.popular-case{border-color:#ff7d61;background:#fff8f5}.case-head{display:flex;align-items:center;gap:16px;flex-wrap:wrap;border-bottom:2px dashed #e3dcb8;padding-bottom:14px;margin-bottom:16px}.case-head span{background:var(--green);color:#fff;border-radius:12px;padding:6px 15px;font-weight:1000}.case-head h3{margin:0;font-size:clamp(21px,3vw,34px);line-height:1.2}.case-head h3 b{color:#d84200}.item-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:18px}.item{background:#fff;border-radius:16px;border:1px solid #eee;text-align:center;padding:10px 7px;min-height:158px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 12px rgba(0,0,0,.04)}.item img{width:112px;height:112px;object-fit:contain;margin:auto}.item span{font-size:13px;font-weight:800;line-height:1.35}.cta-band{background:#222;color:#fff;padding:28px 0}.cta-band-inner{align-items:center;justify-content:center;margin-top:0}.cta-band p{font-size:22px;font-weight:900;margin:0 12px 0 0}.reviews{padding:75px 0;background:#f8fff5}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{background:#fff;border-radius:20px;padding:24px;box-shadow:var(--shadow);border-top:8px solid var(--green)}.review-card img{width:72px;border-radius:50%;margin:-5px auto 10px}.review-card h3{font-size:20px;line-height:1.4;text-align:center;color:var(--green-dark);margin:0 0 14px}.review-card dl{background:#fff9d8;border-radius:14px;padding:12px;margin:0 0 12px}.review-card dt{font-weight:1000;color:#4d3600}.review-card dd{margin:0 0 8px}.hidden-review{display:none}.hidden-review.is-show{display:block}.more-button{display:block;margin:28px auto 0;background:#fff;border:3px solid var(--green);color:var(--green-dark);border-radius:999px;padding:12px 38px;font-weight:1000;font-size:17px;cursor:pointer}.line-flow{padding:80px 0}.line-add{display:flex;justify-content:center;margin:0 0 28px}.line-add img{width:260px;border-radius:8px;box-shadow:var(--shadow)}.flow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.flow-card{background:#fff;color:#222;border-radius:22px;padding:22px;box-shadow:var(--shadow)}.flow-card img{width:100%;height:210px;object-fit:cover;border-radius:16px;background:#f2f2f2}.flow-card span{display:inline-block;margin-top:16px;background:var(--yellow);border-radius:999px;padding:3px 14px;font-weight:1000;color:#222}.flow-card h3{line-height:1.4;margin:10px 0}.area{padding:70px 0;background:#fff}.area-card{align-items:center}.area-list{display:flex;flex-wrap:wrap;gap:10px}.area-list span{background:#ebf9ef;color:var(--green-dark);font-weight:900;border:2px solid #a7e4ba;border-radius:999px;padding:8px 18px}.area-list .btn{width:100%;margin-top:12px}.site-footer{background:#231d18;color:#fff;padding:56px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:30px}.footer-logo{width:130px;margin-bottom:14px}.site-footer a{display:block;color:#fff;text-decoration:underline;margin:6px 0}.copy{text-align:center;color:#d8d0c9;margin:30px 0 0}.pagetop{position:fixed;right:18px;bottom:98px;width:46px;height:46px;border-radius:50%;background:var(--brown);color:#fff;display:grid;place-items:center;font-size:24px;font-weight:900;z-index:50;box-shadow:var(--shadow)}.fixed-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 -6px 20px rgba(0,0,0,.2)}.fixed-cta a{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70px;color:#fff;font-weight:900;border-right:1px solid rgba(255,255,255,.35)}.fixed-cta a:nth-child(1){background:var(--line)}.fixed-cta a:nth-child(2){background:var(--orange)}.fixed-cta a:nth-child(3){background:#e73123}.fixed-cta span{font-size:12px;opacity:.85}.fixed-cta b{font-size:18px}
@media (max-width:960px){.header-actions{gap:8px}.line-mini img{width:170px}.tel-block strong{font-size:20px}.hero:before{right:-56px;bottom:42px;width:380px;height:420px;opacity:.72}.hero-grid{min-height:auto;padding:56px 0 120px}.hero-copy{max-width:620px}.plan-grid{grid-template-columns:repeat(2,1fr)}.plan-card.popular{transform:none}.commit-card,.area-card{grid-template-columns:1fr}.item-grid{grid-template-columns:repeat(4,1fr)}.review-grid,.flow-grid,.footer-grid{grid-template-columns:1fr 1fr}.flow-grid{gap:16px}}
@media (max-width:640px){body{padding-bottom:74px}.header-inner{padding:8px 0}.brand img{width:105px}.line-mini{display:none}.tel-block .tel-icon{display:none}.tel-block strong{font-size:14px}.tel-block small{font-size:10px}.hero:before{right:-118px;bottom:58px;width:330px;height:360px;opacity:.38}.hero-grid{padding:42px 0 110px}.hero h1{font-size:38px}.hero-lead{font-size:16px;max-width:92%;padding-right:72px}.hero-cta .btn{width:100%}.plans{padding-top:0}.section-title{text-align:left}.section-title p{font-size:13px}.plan-grid{grid-template-columns:1fr}.plan-card{min-height:128px}.commit-card,.area-card,.case-card{padding:22px;border-radius:20px}.side-cta .btn{width:100%}.item-grid{grid-template-columns:repeat(2,1fr);gap:10px}.item{min-height:142px}.item img{width:90px;height:90px}.cta-band-inner .btn{width:100%}.cta-band p{text-align:center;margin:0 0 10px;font-size:18px}.review-grid,.flow-grid,.footer-grid{grid-template-columns:1fr}.flow-card img{height:auto}.pagetop{right:12px;bottom:88px}.fixed-cta a{min-height:64px}.fixed-cta b{font-size:15px}}


/* 2026-06-02 修正：FVを写真コピーではなく、オリジナルの控えめなイラスト構成に変更。文字はHTMLで表示し、にじみを防止。 */
.hero-photo{position:relative;overflow:hidden;height:clamp(560px,42.2vw,803px);min-height:560px;background:#26aa62;color:#fff}
.hero-photo-bg{position:absolute;inset:0;display:grid;grid-template-columns:repeat(5,1fr);z-index:0}
.hero-panel{position:relative;display:block;min-width:0;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat}
.hero-panel:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none}
.hero-panel:after{content:"";position:absolute;left:50%;bottom:16.5%;transform:translateX(-50%);z-index:1;width:min(82%,320px);height:63%;background-position:center bottom;background-repeat:no-repeat;background-size:contain;filter:drop-shadow(0 12px 14px rgba(30,60,20,.10))}
.panel-1{background:linear-gradient(180deg,#c9f3dc 0%,#b4efd0 48%,#98e2bd 100%)}.panel-1:before{background:linear-gradient(90deg,rgba(0,130,95,.08),rgba(255,255,255,.08))}.panel-1:after{background-image:url("../img/hero-illust-1.svg");width:min(90%,330px)}
.panel-2{background:linear-gradient(180deg,#78dac0 0%,#4cccad 52%,#2fbc98 100%)}.panel-2:before{background:rgba(0,117,83,.09)}.panel-2:after{background-image:url("../img/hero-illust-2.svg")}
.panel-3{background:linear-gradient(180deg,#dce55c 0%,#cfd94a 50%,#c3ce3f 100%)}.panel-3:before{background:rgba(161,155,0,.06)}.panel-3:after{background-image:url("../img/hero-illust-3.svg");width:min(86%,326px)}
.panel-4{background:linear-gradient(180deg,#d3da4f 0%,#c8d03f 55%,#b7c239 100%)}.panel-4:before{background:rgba(98,93,0,.07)}.panel-4:after{background-image:url("../img/hero-illust-4.svg");width:min(92%,340px);height:68%;bottom:15.5%}
.panel-5{background:linear-gradient(180deg,#d8db42 0%,#c8cd30 52%,#b7bd2d 100%)}.panel-5:before{background:rgba(96,87,0,.08)}.panel-5:after{background-image:url("../img/hero-illust-5.svg");width:min(90%,335px)}
.hero-photo-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,156,111,.06),rgba(0,190,142,.05) 36%,rgba(202,205,34,.06) 63%,rgba(186,190,22,.08));pointer-events:none}
.hero-photo-content{position:relative;z-index:3;height:100%;max-width:1904px;margin:0 auto}
.hero-photo-title{position:absolute;left:50%;top:3.4%;transform:translateX(-50%);margin:0;text-align:center;width:min(930px,60vw);font-weight:1000;letter-spacing:.03em;line-height:1.08;white-space:nowrap;color:#fff;text-shadow:0 2px 0 rgba(0,0,0,.10)}
.hero-photo-title .title-small{display:block;font-size:clamp(27px,3vw,56px)}
.hero-photo-title .title-main{display:inline-block;margin-top:.34em;font-size:clamp(42px,4.25vw,82px);font-weight:1000;color:#fff}
.hero-photo-title .title-tail{display:inline-block;margin-left:.35em;font-size:clamp(20px,1.75vw,34px);font-weight:1000;color:#fff;vertical-align:middle}
.hero-review-card{position:absolute;right:15.2%;top:2.2%;z-index:5;width:clamp(178px,14.5vw,270px);min-height:clamp(90px,7.6vw,138px);background:#fff;color:#1d1d1d;border-radius:8px;display:grid;grid-template-columns:54px 1fr;grid-template-areas:"icon label" "icon score" "text text";align-items:center;padding:14px 18px 12px;box-shadow:0 14px 28px rgba(0,0,0,.10)}
.hero-review-card .review-icon{grid-area:icon;width:42px;height:42px;border-radius:13px;background:#f57218;color:#fff;display:grid;place-items:center;font-size:24px;line-height:1;font-weight:900}
.hero-review-card .review-label{grid-area:label;align-self:end;font-size:clamp(13px,1.05vw,19px);font-weight:1000;line-height:1.1;letter-spacing:.04em}
.hero-review-card b{grid-area:score;color:#f06b16;font-size:clamp(38px,3.5vw,66px);line-height:.95;font-family:Arial,'Helvetica Neue',sans-serif;font-weight:800;letter-spacing:.04em}
.hero-review-card small{grid-area:text;margin-top:4px;text-align:center;font-size:clamp(11px,.86vw,16px);font-weight:900;line-height:1.35;color:#222;white-space:nowrap}
.hero-photo-note{display:none}
.hero-price-row{position:absolute;left:2.1%;right:2.45%;bottom:10.3%;display:grid;grid-template-columns:repeat(5,1fr);gap:4.3%;align-items:end}
.hero-price-card{position:relative;z-index:4;display:grid;grid-template-rows:1fr auto auto;align-items:center;justify-items:center;min-height:200px;background:#fff;color:#222;text-align:center;text-decoration:none;box-shadow:0 10px 24px rgba(0,0,0,.06);transition:.15s ease;border-radius:0;overflow:visible}
.hero-price-card:hover{transform:translateY(-3px)}
.hero-price-card .price{display:block;width:100%;padding:8px 4px 3px;font-size:clamp(32px,3.2vw,58px);font-weight:400;letter-spacing:.04em;line-height:1.05;color:#333;font-family:Arial,'Helvetica Neue',sans-serif}
.hero-price-card .desc{display:block;width:100%;padding:0 8px 10px;font-size:clamp(14px,1.28vw,24px);font-weight:700;line-height:1.25;white-space:nowrap;color:#222;background:#fff}
.hero-price-card strong{display:grid;place-items:center;width:100%;min-height:76px;background:#ffd400;color:#262018;font-size:clamp(20px,1.95vw,34px);line-height:1.1;font-weight:1000;letter-spacing:.04em}
.hero-price-card.popular em{position:absolute;left:3%;top:-36px;z-index:6;background:#ffd400;color:#111;font-style:normal;font-size:clamp(16px,1.25vw,24px);font-weight:1000;line-height:1;padding:8px 12px 7px;white-space:nowrap}
.plans-secondary{display:none!important}
@media (max-width:1280px){.hero-review-card{right:8%;top:2.8%}.hero-photo-title{width:66vw}.hero-price-row{gap:2.6%;left:2.2%;right:2.2%}.hero-panel:after{width:88%;height:60%}}
@media (max-width:1100px){.hero-photo{height:660px}.hero-photo-title{top:4%;width:78vw}.hero-review-card{right:2.5%;transform:scale(.84);transform-origin:top right}.hero-price-row{left:3%;right:3%;bottom:7%;gap:10px}.hero-price-card{min-height:165px}.hero-price-card .desc{white-space:normal}.hero-price-card strong{min-height:60px}.hero-panel:after{bottom:18%;height:57%;opacity:.96}}
@media (max-width:760px){.hero-photo{height:auto;min-height:0;padding:0;background:#0eaa51}.hero-photo-bg{position:relative;height:320px;display:flex;width:180%;transform:translateX(-22%)}.hero-photo-overlay{height:320px;bottom:auto}.hero-panel{flex:0 0 20%}.hero-panel:after{bottom:0;height:92%;width:92%;opacity:.96}.hero-photo-content{height:auto;padding:0 16px 28px}.hero-photo-title{position:relative;left:auto;top:auto;transform:none;width:100%;padding-top:22px;white-space:normal;text-shadow:none}.hero-photo-title .title-small{font-size:30px}.hero-photo-title .title-main{font-size:46px;display:block;margin:.2em auto 0}.hero-photo-title .title-tail{font-size:24px;margin-left:0}.hero-review-card{position:relative;right:auto;top:auto;transform:none;width:min(250px,92%);min-height:96px;margin:16px auto 14px}.hero-review-card small{white-space:normal}.hero-photo-note{display:block;position:relative;left:auto;top:auto;transform:none;width:100%;margin:10px auto 20px;font-size:15px;text-align:center;font-weight:800;line-height:1.7;color:#fff}.hero-price-row{position:relative;left:auto;right:auto;bottom:auto;grid-template-columns:1fr;gap:12px}.hero-price-card{min-height:132px;border-radius:0}.hero-price-card .price{font-size:40px}.hero-price-card .desc{font-size:18px}.hero-price-card strong{min-height:54px;font-size:24px}.hero-price-card.popular em{top:-10px;left:12px;font-size:15px}}

/* 2026-06-02 修正：ヒーローを自然な人物ビジュアルの画像ベースに差し替え。電話番号露出を削除。 */
.hero-screenshot{
  background:#d3d743;
  overflow:hidden;
  position:relative;
}
.hero-image-wrap{
  position:relative;
  width:100%;
  max-width:1916px;
  margin:0 auto;
  line-height:0;
  background:#cbd543;
}
.hero-final-img{
  display:block;
  width:100%;
  height:auto;
  user-select:none;
}
.hero-hotspots{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
}
.hero-hotspot{
  position:absolute;
  bottom:7.6%;
  width:15.9%;
  height:22.6%;
  pointer-events:auto;
  border-radius:8px;
  transition:background .15s ease, box-shadow .15s ease;
}
.hero-hotspot:hover{
  background:rgba(255,255,255,.08);
  box-shadow:0 0 0 2px rgba(255,212,0,.55) inset;
}
.hero-hotspot.hs-1{left:2.1%}
.hero-hotspot.hs-2{left:20.9%}
.hero-hotspot.hs-3{left:39.0%}
.hero-hotspot.hs-4{left:59.0%}
.hero-hotspot.hs-5{left:77.4%}
.hero-contact-bar{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  padding:22px 16px 28px;
  background:linear-gradient(180deg,#fff 0%,#fffdf4 100%);
}
.plans-mobile-backup{display:none;}
.callback-block strong{font-size:18px;line-height:1.25;}
.callback-block small{font-size:12px;}
.fixed-cta a:nth-child(3){background:linear-gradient(#ffe600,#ffc400);color:#2d2100;}
.site-footer p{margin:6px 0 12px;}

@media (max-width:760px){
  .hero-screenshot{background:#fff;}
  .hero-image-wrap{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    max-width:none;
  }
  .hero-final-img{
    width:1120px;
    max-width:none;
  }
  .hero-hotspots{
    width:1120px;
    right:auto;
  }
  .hero-contact-bar .btn{width:min(100%,340px);}
  .plans-mobile-backup{display:block;}
}

/* 2026-06-02 追加修正：ヘッダーCTA、税込表記、CTA整列、口コミアイコン差し替え */
.header-actions{gap:10px;}
.header-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 20px;
  border-radius:999px;
  color:#fff;
  font-weight:900;
  line-height:1.2;
  box-shadow:0 4px 0 rgba(0,0,0,.16);
  white-space:nowrap;
}
.header-line{background:linear-gradient(#18db69,#06ad46);}
.header-mail{background:linear-gradient(#ffad21,#e16f00);}
.header-btn:hover{transform:translateY(1px);box-shadow:0 2px 0 rgba(0,0,0,.18);}

.hero-tax-labels{position:absolute;inset:0;z-index:5;pointer-events:none;}
.hero-tax{
  position:absolute;
  top:72.6%;
  color:#111;
  font-size:clamp(9px,.82vw,16px);
  font-weight:900;
  line-height:1;
  letter-spacing:.02em;
  background:rgba(255,255,255,.86);
  border-radius:999px;
  padding:.18em .35em;
}
.hero-tax.tax-1{left:15.5%;}
.hero-tax.tax-2{left:36.0%;}
.hero-tax.tax-3{left:56.1%;}
.hero-tax.tax-4{left:75.8%;}
.hero-tax.tax-5{right:3.7%;}
.tax-label{display:inline-block;margin-left:.25em;font-size:.36em;font-weight:900;line-height:1;vertical-align:middle;letter-spacing:0;color:inherit;}
.case-head h3 b .tax-label{font-size:.42em;color:#d84200;}
.plan-card .price .tax-label{font-size:.42em;color:#e24b00;}

.commit-card{grid-template-columns:1.45fr .75fr;align-items:stretch;}
.commit-main{font-size:17px;line-height:1.95;}
.commit-main .commit-lead{
  font-size:19px;
  font-weight:900;
  line-height:1.85;
  background:#fffdf0;
  border:2px solid #f2df73;
  border-radius:16px;
  padding:16px 18px;
}
.commit-side{justify-content:center;align-items:stretch;}
.commit-side .btn{width:100%;border-radius:16px;box-shadow:0 5px 0 rgba(0,0,0,.16);}
.btn-white{background:#fff;color:#0b7939;border:3px solid #0aa64a;box-shadow:none;}
.callback-note{
  background:#f1fbf4;
  border:3px solid #0aa64a;
  border-radius:18px;
  padding:18px;
  color:#1e3a25;
  text-align:center;
  box-shadow:0 5px 0 #cbead5;
}
.callback-note b{display:block;font-size:20px;line-height:1.35;margin-bottom:6px;color:#006d32;}
.callback-note span{display:block;font-size:14px;font-weight:800;color:#4c5b50;}

.cta-band-stacked{flex-direction:column;text-align:center;gap:18px;}
.cta-band-stacked p{margin:0;font-size:24px;line-height:1.45;}
.cta-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;width:100%;}
.cta-actions .btn{min-width:260px;border-radius:16px;}

.review-card img{
  width:78px;
  height:78px;
  object-fit:contain;
  border-radius:50%;
  margin:-8px auto 12px;
  background:#fff;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
}

.fixed-cta{grid-template-columns:repeat(2,1fr);}
.fixed-cta a:nth-child(1){background:var(--line);}
.fixed-cta a:nth-child(2){background:var(--orange);}
.fixed-cta a:nth-child(3){display:none;}

@media (max-width:960px){
  .header-btn{min-height:40px;padding:9px 14px;font-size:14px;}
  .commit-card{grid-template-columns:1fr;}
  .commit-main .commit-lead{font-size:17px;}
}
@media (max-width:640px){
  .header-actions{gap:6px;}
  .header-btn{min-height:36px;padding:8px 10px;font-size:12px;}
  .brand img{width:96px;}
  .hero-tax{top:72.8%;font-size:10px;}
  .cta-actions .btn{width:100%;min-width:0;}
  .commit-main{font-size:16px;line-height:1.85;}
  .callback-note b{font-size:18px;}
}

/* 2026-06-02 review / CTA refinements */
.review-grid{align-items:stretch;grid-auto-rows:1fr}
.review-card{height:100%;display:flex;flex-direction:column}
.review-card img{width:84px;height:84px;object-fit:contain;margin:0 auto 12px}
.review-card h3{min-height:3.2em;display:flex;align-items:center;justify-content:center}
.review-card dl{min-height:148px;display:grid;align-content:start;gap:2px}
.review-card dd{line-height:1.7}
.review-card dd:last-child{margin-bottom:0}
.review-card p{margin-top:auto;line-height:1.9}
.fixed-cta{grid-template-columns:repeat(2,1fr)}
@media (max-width:640px){
  .review-card h3{min-height:auto}
  .review-card dl{min-height:auto}
}


/* 2026-06-02 CTA order / callback note / one-line title fixes */
.cta-pair{
  display:grid;
  grid-template-columns:repeat(2, minmax(180px, 1fr));
  gap:12px;
  align-items:center;
}
.cta-pair .btn{
  width:100%;
  min-width:0;
  text-align:center;
}
.cta-pair .cta-note{
  grid-column:1 / -1;
  margin:4px 0 0;
  text-align:center;
  font-size:13px;
  line-height:1.6;
  color:#555;
  font-weight:800;
}
.hero-contact-bar.cta-pair{
  width:min(720px, calc(100% - 32px));
  margin:18px auto 0;
}
.commit-button-row{
  width:100%;
}
.commit-side{
  align-items:stretch;
}
.commit-side .pay-link{
  width:100%;
}
.commit-side .cta-note{
  color:#5a4a00;
}
.cta-band .cta-actions{
  width:min(760px, 100%);
  margin:14px auto 0;
}
.cta-band .cta-note{
  color:#ffe9a8;
}
.nowrap-title{
  white-space:nowrap;
  font-size:clamp(28px,3.15vw,42px) !important;
  letter-spacing:-.04em;
}
.commit-card{
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.9fr);
}
.review-card img{
  width:86px;
  height:86px;
  object-fit:contain;
}
.fixed-cta{
  grid-template-columns:repeat(2,1fr);
}
@media (max-width:960px){
  .nowrap-title{
    white-space:normal;
    letter-spacing:-.03em;
  }
  .commit-card{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .cta-pair{
    grid-template-columns:1fr;
  }
  .cta-pair .cta-note{
    text-align:center;
  }
  .hero-contact-bar.cta-pair{
    width:calc(100% - 28px);
  }
}


/* 2026-06-02 note text / natural CTA background / reviews always visible */
.hero-contact-bar{
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:20px 16px 34px;
}
.hero-contact-bar.cta-pair{
  width:min(760px, calc(100% - 32px));
  margin:0 auto;
}
.hero-screenshot{
  padding-bottom:8px;
}
.cta-note{
  letter-spacing:0;
}
.hidden-review,
.hidden-review.is-show{
  display:block !important;
}
.more-button{
  display:none !important;
}
@media (max-width:760px){
  .hero-contact-bar{
    padding:18px 14px 28px;
  }
}


/* 2026-06-02 hero tax label fix */
.hero-tax{
  background:transparent !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
  color:#222 !important;
  font-size:clamp(9px,.78vw,14px) !important;
  font-weight:900 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  transform:translateY(-50%);
}
.hero-tax-labels .hero-tax{
  top:72.15% !important;
}
.hero-tax.tax-1{left:15.7% !important;}
.hero-tax.tax-2{left:36.2% !important;}
.hero-tax.tax-3{left:56.2% !important;}
.hero-tax.tax-4{left:75.9% !important;}
.hero-tax.tax-5{right:3.9% !important;}
@media (max-width:760px){
  .hero-tax{
    font-size:10px !important;
  }
}


/* 2026-06-02 mobile hero horizontal-scroll hint */
.mobile-slide-hint{
  display:none;
}
@media (max-width:760px){
  .hero-screenshot{
    position:relative;
  }
  .hero-image-wrap{
    position:relative;
    border-bottom:1px solid rgba(255,255,255,.35);
  }
  .hero-image-wrap::before,
  .hero-image-wrap::after{
    content:"";
    position:sticky;
    top:0;
    bottom:0;
    z-index:8;
    width:34px;
    height:320px;
    pointer-events:none;
    display:block;
  }
  .hero-image-wrap::before{
    left:0;
    float:left;
    margin-right:-34px;
    background:linear-gradient(90deg,rgba(0,0,0,.20),rgba(0,0,0,0));
  }
  .hero-image-wrap::after{
    right:0;
    float:right;
    margin-left:-34px;
    background:linear-gradient(270deg,rgba(0,0,0,.20),rgba(0,0,0,0));
  }
  .mobile-slide-hint{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:min(92%,360px);
    margin:10px auto 0;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.92);
    color:#0a7d38;
    border:2px solid rgba(10,166,74,.35);
    box-shadow:0 5px 14px rgba(0,0,0,.10);
    font-size:13px;
    font-weight:900;
    line-height:1;
  }
  .mobile-slide-hint .hint-arrow{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#0aa64a;
    color:#fff;
    font-size:15px;
    font-weight:1000;
  }
  .mobile-slide-hint .hint-left{
    animation:hintLeft 1.15s ease-in-out infinite;
  }
  .mobile-slide-hint .hint-right{
    animation:hintRight 1.15s ease-in-out infinite;
  }
}
@keyframes hintLeft{
  0%,100%{transform:translateX(0)}
  50%{transform:translateX(-4px)}
}
@keyframes hintRight{
  0%,100%{transform:translateX(0)}
  50%{transform:translateX(4px)}
}


/* 2026-06-02 hero tax label position final fix */
.hero-tax{
  background:transparent !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
  color:#222 !important;
  font-size:clamp(9px,.72vw,13px) !important;
  font-weight:900 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  transform:translateY(-50%) !important;
  text-shadow:0 1px 0 rgba(255,255,255,.75);
}
.hero-tax-labels .hero-tax{
  top:72.05% !important;
}
/* 各料金数字の右横に寄せる。カード右端に寄りすぎないよう全て left 指定で統一 */
.hero-tax.tax-1{left:15.05% !important; right:auto !important;}
.hero-tax.tax-2{left:35.65% !important; right:auto !important;}
.hero-tax.tax-3{left:55.50% !important; right:auto !important;}
.hero-tax.tax-4{left:75.10% !important; right:auto !important;}
.hero-tax.tax-5{left:94.10% !important; right:auto !important;}

@media (max-width:760px){
  .hero-tax{
    font-size:10px !important;
  }
  .hero-tax-labels .hero-tax{
    top:72.05% !important;
  }
}


/* 2026-06-02 hero tax label lower position fix */
.hero-tax-labels .hero-tax{
  top:73.15% !important;
}
.hero-tax{
  transform:translateY(-50%) !important;
}
@media (max-width:760px){
  .hero-tax-labels .hero-tax{
    top:73.15% !important;
  }
}


/* 2026-06-02 mobile hero layout repair */
@media (max-width:760px){
  .hero-screenshot{
    background:#d3d743 !important;
    padding-bottom:0 !important;
    overflow:hidden !important;
  }

  .hero-image-wrap{
    display:block !important;
    position:relative !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch;
    line-height:0 !important;
    height:auto !important;
    max-height:none !important;
    background:#d3d743 !important;
    border-bottom:0 !important;
    scrollbar-width:thin;
  }

  .hero-final-img{
    display:block !important;
    width:1120px !important;
    max-width:none !important;
    height:auto !important;
    margin:0 !important;
  }

  .hero-hotspots{
    width:1120px !important;
    height:100% !important;
    right:auto !important;
  }

  /* スマホでは外付け税込ラベルを非表示にし、画像下の余白崩れを防止 */
  .hero-tax-labels{
    display:none !important;
  }

  /* 横スクロール用の疑似要素が高さ崩れを起こすため停止 */
  .hero-image-wrap::before,
  .hero-image-wrap::after{
    content:none !important;
    display:none !important;
  }

  .mobile-slide-hint{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    max-width:max-content !important;
    margin:8px auto 0 !important;
    padding:5px 11px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.62) !important;
    color:#24733a !important;
    border:1px solid rgba(255,255,255,.55) !important;
    box-shadow:none !important;
    font-size:11px !important;
    font-weight:800 !important;
    gap:6px !important;
    line-height:1 !important;
    opacity:.82 !important;
  }

  .mobile-slide-hint .hint-arrow{
    width:auto !important;
    height:auto !important;
    border-radius:0 !important;
    background:transparent !important;
    color:#24733a !important;
    font-size:12px !important;
    font-weight:900 !important;
    animation:none !important;
  }

  .hero-contact-bar{
    padding:12px 14px 26px !important;
    background:transparent !important;
  }
}
