
:root{
  --navy:#072f63;--navy2:#0a3f76;--ink:#15263b;--muted:#5e6d7e;--teal:#0c8895;
  --line:#d8e3ed;--line2:#e9eef3;--soft:#f7fafc;--blueSoft:#f4f8fb;--white:#fff;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:#f1f3f5;color:var(--ink);font-family:"Noto Sans CJK JP","Yu Gothic UI","Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none} svg{display:block}.page{width:min(935px,100%);margin:12px auto;background:#fff;box-shadow:0 6px 26px rgba(15,34,55,.08)}
.wrap{width:calc(100% - 74px);max-width:861px;margin:auto}.thin{border-top:1px solid var(--line2)}

/* header */
header{height:56px;border-bottom:1px solid var(--line2);background:#fff;position:sticky;top:0;z-index:20}
.head{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;flex-direction:column;line-height:1}.brand strong{font-family:"Noto Serif CJK JP","Yu Mincho","Hiragino Mincho ProN",serif;font-size:18px;letter-spacing:.02em}.brand small{font-size:6.4px;letter-spacing:.19em;color:#69717a;margin-top:5px;font-weight:700}
nav{display:flex;align-items:center;gap:31px;font-size:8px;font-weight:800;color:#252c35}nav a{position:relative;white-space:nowrap}.active:after{content:"";position:absolute;height:2px;background:var(--navy);left:0;right:0;bottom:-17px}.contact{background:var(--navy);color:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 3px 8px rgba(7,47,99,.13)}.contact svg{width:11px;height:11px;display:inline;vertical-align:-2px;margin-right:6px}

/* hero */
.hero{padding:28px 0 19px}.heroGrid{display:grid;grid-template-columns:1.06fr .94fr;gap:28px;align-items:center}.badge{display:inline-flex;font-size:8px;font-weight:800;color:var(--navy);border:1px solid #cfdae5;background:#f8fbfd;border-radius:6px;padding:4px 7px}.hero h1{font-family:"Noto Serif CJK JP","Yu Mincho","Hiragino Mincho ProN",serif;font-weight:600;color:var(--navy);font-size:31px;line-height:1.32;letter-spacing:.02em;margin:12px 0 10px}.hero p{font-size:8.8px;line-height:1.8;margin:0;color:#26313d}.actions{display:flex;gap:12px;margin-top:15px}.btn{min-height:39px;border-radius:6px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;border:1px solid var(--navy)}.btn.primary{background:var(--navy);color:white;box-shadow:0 5px 12px rgba(7,47,99,.14)}.btn.secondary{background:#fff;color:var(--navy)}.heroNote{font-size:7.2px!important;margin-top:9px!important;color:#4e5b69!important}
.heroArt{display:grid;grid-template-columns:.72fr 1.28fr;gap:8px;align-items:center;height:288px}.papers{height:230px;position:relative}.paperSvg{position:absolute;inset:0;width:100%;height:100%}.moveDots{position:absolute;right:-10px;top:105px;color:#7fa5c2;font-weight:900;letter-spacing:3px;font-size:17px}.dash{border:1px solid #b8c8d8;border-radius:7px;background:#fff;overflow:hidden;box-shadow:0 6px 18px rgba(8,43,79,.08)}.dashTop{height:18px;background:var(--navy);display:flex;align-items:center;padding:0 7px;gap:3px}.dashTop i{width:4px;height:4px;border-radius:50%;background:#fff;opacity:.95}.dashBody{display:grid;grid-template-columns:41px 1fr;height:230px}.side{border-right:1px solid #e2e8ee;background:#fbfcfd;padding:10px 6px}.side b{font-size:5.7px;color:var(--navy)}.side div{height:16px;margin-top:7px;border-radius:3px;background:#f0f4f7;position:relative}.side div:before{content:"";position:absolute;width:5px;height:5px;border:1px solid #7b8d9e;left:5px;top:5px;border-radius:1px}.mainDash{padding:9px}.mainDash h4{font-size:7px;margin:0 0 7px;color:#102f53}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.metric{border:1px solid #e2e8ee;border-radius:4px;text-align:center;padding:5px 2px}.metric span{font-size:4.4px;color:#798999;display:block}.metric strong{font-size:9.5px;color:#13385f}.metric:nth-child(1) strong{color:#2f8966}.metric:nth-child(2) strong{color:#ba802e}.metric:nth-child(3) strong{color:#2b8b68}.metric:nth-child(4) strong{color:#bc5a55}.recent{margin-top:7px;border:1px solid #e3e8ed;border-radius:4px;overflow:hidden}.recentHead{font-size:4.7px;font-weight:900;background:#f5f7f9;padding:4px}.row{display:grid;grid-template-columns:1.35fr .6fr .8fr .65fr;gap:3px;font-size:4.2px;padding:4px;border-top:1px solid #eef2f5}.pill{border-radius:9px;background:#e3f4e9;color:#39835b;text-align:center}.pill.wait{background:#fff0d8;color:#a87026}.charts{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:7px}.chart{height:61px;border:1px solid #e2e8ed;border-radius:4px;padding:5px}.ct{font-size:4.5px;font-weight:900}.line{width:100%;height:38px;margin-top:4px}.donut{width:34px;height:34px;border-radius:50%;margin:7px auto;background:conic-gradient(#0f4073 0 45%,#2d74ab 45% 72%,#7ca8c7 72% 88%,#dce5ec 88%);position:relative}.donut:after{content:"";position:absolute;inset:8px;border-radius:50%;background:#fff}

/* stat band */
.stats{padding:0 0 19px}.statGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.stat{border:1px solid #dce4ec;border-radius:7px;box-shadow:0 5px 13px rgba(18,49,81,.07);min-height:74px;padding:15px 16px;display:flex;align-items:center;gap:13px}.stat svg{width:29px;height:29px;stroke:var(--navy);fill:none;stroke-width:1.7}.stat strong{font-family:"Noto Serif CJK JP","Yu Mincho","Hiragino Mincho ProN",serif;color:var(--navy);font-size:18px;line-height:1.1}.stat strong small{font-family:inherit;font-size:9px}.stat em{display:block;font-style:normal;font-size:6.8px;font-weight:600;margin-top:5px;color:#48596a}

/* global content */
section.block{padding:24px 0;border-top:1px solid var(--line2)}.split{display:grid;grid-template-columns:180px 1fr;gap:30px;align-items:start}.sectionTitle{font-family:"Noto Serif CJK JP","Yu Mincho","Hiragino Mincho ProN",serif;font-size:18px;line-height:1.45;color:var(--navy);margin:0}.lead{font-size:7.4px;line-height:1.75;color:#445363;margin:10px 0 0}.more{display:inline-block;color:var(--navy2);font-size:7.4px;font-weight:800;margin-top:14px}.more:after{content:"  ›"}.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.card{border:1px solid #dbe3eb;border-radius:7px;background:#fff;box-shadow:0 3px 9px rgba(19,51,83,.035)}
.problem{padding:16px 15px;display:grid;grid-template-columns:38px 1fr;gap:11px;min-height:93px}.icoBox{width:38px;height:38px;border:1px solid #cbd8e4;border-radius:5px;display:grid;place-items:center;color:var(--navy)}.icoBox svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.5}.problem h3,.service h3,.case h3,.reassure h3{margin:0;color:var(--navy);font-size:9.4px;line-height:1.4}.problem p,.service p,.case p,.reassure p{font-size:6.7px;color:#526171;line-height:1.65;margin:6px 0 0}
.service{padding:17px 14px;min-height:202px}.serviceIcon{width:30px;height:30px;color:var(--navy);margin-bottom:6px}.serviceIcon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.5}.eyebrow{font-size:6.4px;font-weight:900;color:var(--teal)}.service h3{font-size:12.3px;line-height:1.35;margin-top:4px}.service ul{margin:10px 0 0;padding-left:13px;font-size:6.6px;line-height:1.7;color:#354452}.service .more{margin-top:10px;color:var(--teal)}

/* features */
.featureWrap{display:grid;grid-template-columns:180px 1fr;gap:30px}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature{display:grid;grid-template-columns:24px 1fr;gap:8px}.num{width:24px;height:24px;border-radius:50%;border:1px solid #bdcddd;display:grid;place-items:center;font-size:6.4px;color:var(--navy);font-weight:900}.feature h3{font-size:7.2px;color:var(--navy);margin:0;line-height:1.45}.feature p{font-size:6.2px;line-height:1.65;color:#4d5d6d;margin:6px 0 0}

/* case studies */
.case{padding:15px;min-height:149px}.caseTop{display:flex;justify-content:space-between;gap:8px}.thumb{width:74px;height:43px;border:1px solid #dce4ec;border-radius:3px;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.04);position:relative;overflow:hidden}.thumb:before{content:"";position:absolute;left:0;right:0;top:0;height:6px;background:#f2f5f7;border-bottom:1px solid #e4e9ee}.thumb:after{content:"";position:absolute;left:6px;right:6px;top:12px;height:22px;background:repeating-linear-gradient(0deg,#eef2f5 0 2px,transparent 2px 6px),linear-gradient(90deg,#d5e8d9 0 23%,transparent 23% 48%,#e7edf2 48% 74%,transparent 74%)}.tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:9px}.tag{font-size:5.7px;font-weight:700;border:1px solid #cad8e5;color:var(--navy2);border-radius:4px;padding:2px 5px;background:#fff}

/* process */
.flowWrap{display:grid;grid-template-columns:150px 1fr;gap:22px}.flowSteps{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;position:relative}.flowSteps:before{content:"";position:absolute;left:4%;right:4%;top:10px;border-top:1px dashed #8badc9;z-index:0}.step{position:relative;text-align:center;z-index:1}.stepNum{width:21px;height:21px;background:var(--navy);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:5.8px;font-weight:900;margin:0 auto 7px}.stepIcon{width:33px;height:33px;margin:0 auto 5px;background:white;display:grid;place-items:center;color:var(--navy)}.stepIcon svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.4}.step h3{font-size:6.9px;color:var(--navy);line-height:1.45;margin:0}.step p{font-size:5.8px;color:#526171;line-height:1.55;margin:5px 0 0}

/* reassurance */
.reassure{padding:14px 15px;display:grid;grid-template-columns:37px 1fr;gap:10px;min-height:86px}.reassure svg{width:28px;height:28px;stroke:var(--navy);fill:none;stroke-width:1.45}.note{font-size:5.7px;text-align:center;color:#687786;margin:9px 0 0}

/* faq */
.faqWrap{display:grid;grid-template-columns:130px 1fr;gap:20px}.faqGrid{display:grid;grid-template-columns:1fr 1fr;gap:4px 12px}.faqGrid details{border:1px solid #d9e3ec;background:#f8fafc;border-radius:5px;font-size:6.9px;color:#16365a}.faqGrid summary{list-style:none;padding:6px 9px;cursor:pointer;font-weight:800;display:flex;justify-content:space-between;gap:8px}.faqGrid summary::-webkit-details-marker{display:none}.faqGrid summary:after{content:"⌄";font-size:9px}.faqGrid p{font-size:6.3px;line-height:1.7;padding:0 9px 8px;margin:0;color:#4b5d6e}

/* CTA/footer */
.final{padding:18px 0 11px}.cta{background:linear-gradient(90deg,#073463,#084875);border-radius:7px;color:white;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.cta h2{font-family:"Noto Serif CJK JP","Yu Mincho","Hiragino Mincho ProN",serif;font-size:16px;margin:0}.cta p{font-size:6.5px;margin:4px 0 0;opacity:.94}.ctaBtns{display:flex;gap:10px}.ctaBtns a{font-size:7px;font-weight:800;border-radius:5px;padding:10px 16px;border:1px solid rgba(255,255,255,.65);white-space:nowrap}.ctaBtns .light{background:#fff;color:var(--navy);border-color:#fff}
footer{background:#052c5a;color:#fff;padding:13px 0}.foot{display:grid;grid-template-columns:190px 1fr 1.45fr;align-items:center;gap:18px}.foot .brand strong{font-size:14px}.foot .brand small{color:#fff;opacity:.78}.biz{font-size:6.6px;line-height:1.7}.links{text-align:right;font-size:6.6px;line-height:2}.links a{margin-left:10px}.links .serviceLink{display:block}

@media (max-width:760px){
  .page{margin:0;box-shadow:none}.wrap{width:calc(100% - 30px)}header{height:auto;padding:12px 0}.head{gap:10px}.brand strong{font-size:17px}nav{display:none}.hero{padding-top:24px}.heroGrid,.split,.featureWrap,.flowWrap,.faqWrap{grid-template-columns:1fr}.heroGrid{gap:18px}.hero h1{font-size:34px}.hero p{font-size:12px}.heroNote{font-size:10px!important}.actions{flex-wrap:wrap}.heroArt{grid-template-columns:.65fr 1.35fr;height:auto;min-height:260px}.stats{padding-top:3px}.statGrid{grid-template-columns:1fr 1fr}.stat{min-height:84px}.cards3{grid-template-columns:1fr}.features{grid-template-columns:1fr 1fr}.sectionTitle{font-size:24px}.lead{font-size:11px}.problem h3,.service h3,.case h3,.reassure h3{font-size:13px}.problem p,.service p,.case p,.reassure p,.service ul{font-size:10px}.service{min-height:auto}.eyebrow{font-size:9px}.feature h3{font-size:11px}.feature p{font-size:9px}.flowSteps{grid-template-columns:1fr}.flowSteps:before{display:none}.step{display:grid;grid-template-columns:30px 40px 1fr;text-align:left;align-items:start}.stepNum,.stepIcon{margin:0}.faqGrid{grid-template-columns:1fr}.faqGrid details{font-size:10px}.faqGrid p{font-size:9px}.cta{flex-direction:column;align-items:flex-start}.cta h2{font-size:22px}.cta p{font-size:10px}.foot{grid-template-columns:1fr}.links{text-align:left}.links a{margin-left:0;margin-right:10px}
}

/* production additions */
.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:14px;top:10px;z-index:999;background:#fff;color:#072f63;padding:10px 14px;border:2px solid #072f63;border-radius:6px}
.menuToggle{display:none;border:1px solid #cbd8e4;background:#fff;color:#072f63;border-radius:6px;width:40px;height:36px;font-size:20px;align-items:center;justify-content:center;cursor:pointer}
.pageHead{padding:38px 0 26px;border-bottom:1px solid var(--line2)}.crumb{font-size:7px;color:#6c7a88;margin-bottom:14px}.crumb a{color:var(--navy2)}.pageHead h1{font-family:"Noto Serif CJK JP","Yu Mincho","Hiragino Mincho ProN",serif;font-size:28px;line-height:1.35;color:var(--navy);margin:0}.pageHead p{font-size:9px;color:#536273;margin:8px 0 0}
.contentPage{padding:30px 0 42px}.reading{max-width:690px;margin:auto}.reading h2{font-family:"Noto Serif CJK JP","Yu Mincho","Hiragino Mincho ProN",serif;font-size:18px;color:var(--navy);margin:32px 0 12px}.reading h2:first-child{margin-top:0}.reading p,.reading li{font-size:9px;line-height:1.95;color:#344556}.reading ul{padding-left:20px}.signature{text-align:right;margin-top:28px}.infoTable{width:100%;border-collapse:collapse;font-size:9px;margin-top:15px}.infoTable th,.infoTable td{padding:11px 13px;border-top:1px solid #dce5ed;vertical-align:top}.infoTable th{width:160px;background:#f7fafc;color:var(--navy);text-align:left}.techBox{display:grid;gap:10px;margin-top:14px}.techRow{border:1px solid #dce5ed;border-radius:7px;padding:14px 16px;font-size:9px;line-height:1.8}.techRow strong{display:block;color:var(--navy);margin-bottom:4px}
.formShell{max-width:690px;margin:auto}.formIntro{background:#f7fafc;border:1px solid #dce5ed;border-radius:8px;padding:16px 18px;margin-bottom:20px}.formIntro p{font-size:9px;line-height:1.85;margin:0}.formIntro .salesNote{margin-top:8px;color:#6a7785;font-size:8px}.formRow{padding:15px 0;border-top:1px solid #e2e8ee}.formRow:first-of-type{border-top:0}.formRow label,.formRow legend{font-size:9px;font-weight:800;color:#183b62;display:block;margin-bottom:7px}.required{display:inline-block;margin-left:6px;color:#a74747;background:#fbefef;border-radius:3px;padding:1px 5px;font-size:7px}.optional{display:inline-block;margin-left:6px;color:#657585;background:#eef3f6;border-radius:3px;padding:1px 5px;font-size:7px}.fieldHelp{font-size:7px;color:#687786;margin-top:5px}.formRow input[type=text],.formRow input[type=email],.formRow select,.formRow textarea{width:100%;border:1px solid #cbd8e4;border-radius:6px;background:#fff;color:#182b3f;padding:11px 12px;font:inherit;font-size:10px;outline:none}.formRow input:focus,.formRow select:focus,.formRow textarea:focus{border-color:#608ab1;box-shadow:0 0 0 3px rgba(45,104,159,.10)}.formRow textarea{min-height:180px;resize:vertical}.error{color:#a63f3f;background:#fff3f3;border-left:3px solid #b95c5c;padding:7px 9px;border-radius:3px;font-size:8px;margin:6px 0}.errorSummary{border:1px solid #dfb0b0;background:#fff7f7;border-radius:7px;padding:12px 14px;margin-bottom:16px}.errorSummary strong{font-size:9px;color:#8f3434}.agree{display:flex;align-items:flex-start;gap:8px;font-size:9px}.agree input{margin-top:3px}.formActions{display:flex;gap:10px;justify-content:center;margin-top:22px}.formActions button,.formActions a{appearance:none;border:1px solid var(--navy);border-radius:6px;padding:12px 22px;background:#fff;color:var(--navy);font-size:9px;font-weight:800;cursor:pointer}.formActions .primaryAction{background:var(--navy);color:#fff}.belowButton{text-align:center;font-size:7px;color:#687786;margin-top:9px}.confirmTable{width:100%;border-collapse:collapse;font-size:9px}.confirmTable th,.confirmTable td{padding:12px;border-top:1px solid #dfe6ed;vertical-align:top;text-align:left}.confirmTable th{width:170px;background:#f7fafc;color:#183b62}.completeBox{max-width:620px;margin:auto;text-align:center;border:1px solid #d9e3ec;border-radius:9px;padding:36px 30px;background:#fff;box-shadow:0 4px 14px rgba(18,49,81,.05)}.completeIcon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;margin:0 auto 15px;background:#eef7f5;color:#197565;font-size:26px}.completeBox h2{font-family:"Noto Serif CJK JP","Yu Mincho","Hiragino Mincho ProN",serif;color:var(--navy);font-size:21px}.completeBox p{font-size:9px;line-height:1.9;color:#465767}.policy h2{border-bottom:1px solid #dce5ed;padding-bottom:8px}.policy p{white-space:normal}.policyList{list-style:none;padding:0!important}.policyList li{margin:4px 0}.policyList li:before{content:"・"}.policyDate{font-size:8px!important;color:#6a7785;margin-top:30px}.notFound{min-height:460px;display:grid;place-items:center;text-align:center}.notFound h1{font-family:"Noto Serif CJK JP","Yu Mincho","Hiragino Mincho ProN",serif;color:var(--navy);font-size:30px}.notFound p{font-size:10px;color:#536273}.notFound .btn{margin-top:15px}
@media (max-width:760px){
  .menuToggle{display:flex}header .head{position:relative}nav{position:absolute;display:none;top:49px;left:0;right:0;background:#fff;border:1px solid #dce5ed;border-radius:8px;padding:10px;box-shadow:0 10px 24px rgba(14,39,65,.12);flex-direction:column;align-items:stretch;gap:0}nav.open{display:flex}nav a{font-size:12px;padding:11px 12px;border-bottom:1px solid #eef2f5}.active:after{display:none}nav .contact{margin-top:8px;text-align:center;border-bottom:0}.pageHead{padding:28px 0 20px}.pageHead h1{font-size:28px}.pageHead p{font-size:12px}.crumb{font-size:10px}.reading,.formShell{max-width:none}.reading h2{font-size:22px}.reading p,.reading li,.infoTable,.techRow{font-size:11px}.infoTable th{width:100px}.formIntro p,.formRow label,.formRow legend,.agree,.confirmTable{font-size:11px}.fieldHelp,.error,.belowButton{font-size:10px}.formRow input[type=text],.formRow input[type=email],.formRow select,.formRow textarea{font-size:16px}.confirmTable th{width:115px}.formActions{flex-direction:column}.formActions button,.formActions a{text-align:center;font-size:12px}.completeBox p{font-size:11px}
}

.brand strong{display:flex;align-items:baseline}.brandWorks{margin-left:5px}
/* Final content-correction additions */
.mockLabel{display:inline-block;margin-left:4px;padding:1px 4px;border:1px solid #d8e1e9;border-radius:9px;color:#7a8997;font-size:4px;font-weight:600;vertical-align:1px;background:#f8fafb}.uiMark{font-size:7px!important;line-height:1;color:#6d9fc1!important}.worksNote{margin:10px 0 0;font-size:5.8px;color:#687786;line-height:1.7}.faqAnswer p+p{margin-top:8px}
@media(max-width:700px){.worksNote{font-size:9px}.mockLabel{font-size:7px}.uiMark{font-size:10px!important}}

/* ============================================================
   PC表示の拡大調整とロゴ表示（2026-08-16 追加）
   ------------------------------------------------------------
   ・スマートフォン表示（760px以下）には影響しません
   ・元に戻したいときは、この行から下をすべて削除してください
   ============================================================ */

/* --- ロゴ（PC・スマホ共通） --- */
.brand img{display:block;width:auto;height:34px;align-self:flex-start;max-width:100%;object-fit:contain}
.foot .brand img{height:30px}

@media (min-width:761px){

  /* --- 全体の幅 --- */
  .page{width:min(1320px,100%)}
  .wrap{width:calc(100% - 96px);max-width:1216px}

  /* --- ヘッダー --- */
  header{height:78px}
  .brand img{height:52px}
  nav{gap:34px;font-size:14px}
  .active:after{bottom:-27px;height:3px}
  .contact{padding:13px 20px;border-radius:7px}
  .contact svg{width:15px;height:15px;vertical-align:-3px;margin-right:7px}

  /* --- ヒーロー --- */
  .hero{padding:42px 0 28px}
  .heroGrid{grid-template-columns:.83fr 1.17fr;gap:26px}
  .badge{font-size:12.5px;padding:6px 12px;border-radius:7px}
  .hero h1{font-size:44px;margin:18px 0 16px}
  .hero p{font-size:15.5px;line-height:1.95}
  .actions{gap:16px;margin-top:26px}
  .btn{min-height:54px;font-size:15px;padding:0 26px;border-radius:7px}
  .heroNote{font-size:12.5px!important;margin-top:14px!important}

  /* --- ヒーローの図（比率を保って拡大） --- */
  .heroArt{height:404px;gap:11px}
  .papers{height:322px}
  .moveDots{right:-14px;top:147px;font-size:24px}
  .dash{border-radius:10px}
  .dashTop{height:25px;padding:0 10px;gap:4px}
  .dashTop i{width:6px;height:6px}
  .dashBody{grid-template-columns:57px 1fr;height:322px}
  .side{padding:14px 8px}
  .side b{font-size:8px}
  .side div{height:22px;margin-top:10px;border-radius:4px}
  .side div:before{width:7px;height:7px;left:7px;top:7px}
  .mainDash{padding:13px}
  .mainDash h4{font-size:10px;margin:0 0 10px}
  .metrics{gap:6px}
  .metric{border-radius:6px;padding:7px 3px}
  .metric span{font-size:6.2px}
  .metric strong{font-size:13px}
  .recent{margin-top:10px;border-radius:6px}
  .recentHead{font-size:6.6px;padding:6px}
  .row{font-size:5.9px;padding:6px;gap:4px}
  .charts{gap:7px;margin-top:10px}
  .chart{height:85px;border-radius:6px;padding:7px}
  .ct{font-size:6.3px}
  .line{height:53px;margin-top:6px}
  .donut{width:48px;height:48px;margin:10px auto}
  .donut:after{inset:11px}

  /* --- 数字の帯 --- */
  .stats{padding:0 0 26px}
  .statGrid{gap:20px}
  .stat{min-height:100px;padding:20px 22px;gap:17px;border-radius:9px}
  .stat svg{width:38px;height:38px}
  .stat strong{font-size:25px}
  .stat strong small{font-size:13px}
  .stat em{font-size:13px;margin-top:7px}

  /* --- 共通の本文まわり --- */
  section.block{padding:34px 0}
  .split{grid-template-columns:300px 1fr;gap:36px}
  .sectionTitle{font-size:24px}
  .lead{font-size:15px;margin-top:14px}
  .more{font-size:14px;margin-top:18px}
  .cards3{gap:17px}
  .card{border-radius:9px}

  /* 課題 */
  .problem{padding:20px 18px;grid-template-columns:44px 1fr;gap:12px;min-height:126px}
  .icoBox{width:44px;height:44px;border-radius:7px}
  .icoBox svg{width:26px;height:26px}
  .problem h3{font-size:15.5px}
  .case h3,.reassure h3{font-size:16.5px}
  .problem p,.case p,.reassure p{font-size:14.5px;line-height:1.8;margin-top:9px}

  /* 事業内容 */
  .service{padding:24px 20px;min-height:276px}
  .serviceIcon{width:40px;height:40px;margin-bottom:9px}
  .eyebrow{font-size:12px}
  .service h3{font-size:19px;margin-top:6px}
  .service ul{font-size:14.5px;line-height:1.85;margin-top:14px;padding-left:19px}
  .service p{font-size:14.5px;line-height:1.8}
  .service .more{margin-top:14px}

  /* 特長 */
  .featureWrap{grid-template-columns:300px 1fr;gap:36px}
  .features{gap:22px}
  .feature{grid-template-columns:34px 1fr;gap:12px}
  .num{width:34px;height:34px;font-size:12.5px}
  .feature h3{font-size:16px}
  .feature p{font-size:13.5px;line-height:1.8;margin-top:9px}

  /* 開発実績 */
  .case{padding:21px;min-height:206px}
  .thumb{width:86px;height:50px;border-radius:4px}
  .tags{gap:6px;margin-top:13px}
  .tag{font-size:11.5px;padding:3px 8px;border-radius:5px}

  /* 進め方 */
  .flowWrap{grid-template-columns:260px 1fr;gap:30px}
  .flowSteps{gap:14px}
  .flowSteps:before{top:15px}
  .stepNum{width:30px;height:30px;font-size:12px;margin-bottom:10px}
  .stepIcon{width:44px;height:44px;margin-bottom:8px}
  .stepIcon svg{width:28px;height:28px}
  .step h3{font-size:15px}
  .step p{font-size:13px;line-height:1.7;margin-top:8px}

  /* 不安について */
  .reassure{padding:20px 21px;grid-template-columns:48px 1fr;gap:14px;min-height:120px}
  .reassure svg{width:37px;height:37px}
  .note{font-size:12.5px;margin-top:14px}

  /* よくあるご質問 */
  .faqWrap{grid-template-columns:230px 1fr;gap:26px}
  .faqGrid{gap:7px 17px}
  .faqGrid details{font-size:15px;border-radius:7px}
  .faqGrid summary{padding:12px 15px}
  .faqGrid summary:after{font-size:14px}
  .faqGrid p{font-size:14px;line-height:1.85;padding:0 15px 13px}

  /* CTA・フッター */
  .final{padding:26px 0 16px}
  .cta{padding:26px 32px;border-radius:9px;gap:28px}
  .cta h2{font-size:25px}
  .cta p{font-size:14px;margin-top:7px}
  .ctaBtns{gap:14px}
  .ctaBtns a{font-size:14px;padding:14px 24px;border-radius:7px}
  footer{padding:22px 0}
  .foot{grid-template-columns:230px 1fr 1.45fr;gap:26px}
  .foot .brand img{height:42px}
  .biz{font-size:13.5px;line-height:1.85}
  .links{font-size:13.5px}
  .links a{margin-left:14px}

  /* --- 下層ページ --- */
  .pageHead{padding:52px 0 36px}
  .crumb{font-size:12.5px;margin-bottom:18px}
  .pageHead h1{font-size:36px}
  .pageHead p{font-size:15px;margin-top:12px}
  .contentPage{padding:42px 0 58px}
  .reading{max-width:820px}
  .reading h2{font-size:24px;margin:44px 0 16px}
  .reading p,.reading li{font-size:15.5px;line-height:2}
  .infoTable{font-size:15px;margin-top:20px}
  .infoTable th,.infoTable td{padding:16px 18px}
  .infoTable th{width:210px}
  .techBox{gap:14px;margin-top:18px}
  .techRow{font-size:15px;padding:18px 20px;border-radius:9px}
  .notFound h1{font-size:38px}
  .notFound p{font-size:15px}

  /* --- お問い合わせフォーム --- */
  .formShell{max-width:820px}
  .formIntro{padding:22px 24px;margin-bottom:26px;border-radius:9px}
  .formIntro p{font-size:15px;line-height:1.95}
  .formIntro .salesNote{font-size:13.5px;margin-top:10px}
  .formRow{padding:20px 0}
  .formRow label,.formRow legend{font-size:15px;margin-bottom:10px}
  .required,.optional{font-size:11.5px;padding:2px 8px;margin-left:8px}
  .fieldHelp{font-size:12.5px;margin-top:7px}
  .formRow input[type=text],.formRow input[type=email],.formRow select,.formRow textarea{font-size:16px;padding:14px 15px;border-radius:7px}
  .formRow textarea{min-height:230px}
  .error{font-size:13.5px;padding:9px 12px}
  .errorSummary{padding:16px 18px;border-radius:9px}
  .errorSummary strong{font-size:15px}
  .agree{font-size:15px;gap:10px}
  .agree input{width:18px;height:18px}
  .formActions{gap:14px;margin-top:30px}
  .formActions button,.formActions a{font-size:15px;padding:15px 30px;border-radius:7px}
  .belowButton{font-size:12.5px;margin-top:12px}
  .confirmTable{font-size:15px}
  .confirmTable th,.confirmTable td{padding:16px}
  .confirmTable th{width:220px}
  .completeBox{max-width:760px;padding:48px 40px;border-radius:11px}
  .completeIcon{width:72px;height:72px;font-size:34px;margin-bottom:20px}
  .completeBox h2{font-size:27px}
  .completeBox p{font-size:15px;line-height:2}
  .policyDate{font-size:13px!important}

  /* --- 取りこぼし分 --- */
  .worksNote{font-size:12.5px;line-height:1.8;margin-top:14px}
  .mockLabel{font-size:9px;padding:2px 7px;border-radius:11px}
  .caseTop{gap:12px}
  .case .eyebrow{line-height:1.5}
  .menuToggle{width:46px;height:42px;font-size:22px}
  .skip-link:focus{font-size:14px}
  .contact.active:after{display:none}
}

/* ============================================================
   スマホ表示の調整（2026-08-16 追加）
   ------------------------------------------------------------
   ・ヒーローの図は、2段に分かれて見えるためスマホでは非表示
   ・「進め方」は縦積みが崩れていたため、5つを横並びに
   元に戻したいときは、この行から下をすべて削除してください。
   ============================================================ */
@media (max-width:760px){
  /* ヒーロー */
  .heroArt{display:none}
  .hero{padding-bottom:6px}
  .heroNote{margin-top:12px!important}

  /* 進め方：5つを横に並べる */
  .flowSteps{grid-template-columns:repeat(5,1fr);gap:4px}
  .flowSteps:before{display:block;left:9%;right:9%;top:11px}
  .step{display:block;text-align:center}
  .stepNum{width:23px;height:23px;font-size:8.5px;margin:0 auto 6px}
  .stepIcon{width:26px;height:26px;margin:0 auto 4px;background:#fff}
  .stepIcon svg{width:17px;height:17px}
  .step h3{font-size:9px;line-height:1.35;margin:0}
  .step p{font-size:8px;line-height:1.45;margin:4px 0 0}
}

/* ============================================================
   動きの追加（2026-08-16）
   ------------------------------------------------------------
   ・レイアウトと文章は変えていません。見え方と動きだけです
   ・JavaScript が動かない環境では、すべて静止した状態で表示されます
   ・OSの「視差効果を減らす」が有効な方には、動きを出しません
   元に戻したいときは、この行から下をすべて削除してください。
   ============================================================ */

/* ---- スクロールの進み具合を示す線（画面いちばん上） ---- */
.scrollProgress{
  position:fixed;left:0;top:0;height:3px;width:100%;z-index:60;
  background:linear-gradient(90deg,var(--navy),var(--teal));
  transform:scaleX(0);transform-origin:0 50%;
  transition:transform .08s linear;pointer-events:none;
}

/* ---- ヘッダー：少しスクロールすると引き締まる ---- */
header{transition:box-shadow .25s ease, background-color .25s ease;}
header.is-scrolled{
  box-shadow:0 6px 22px rgba(10,35,64,.10);
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(180%) blur(10px);
  -webkit-backdrop-filter:saturate(180%) blur(10px);
}

/* ---- スクロールで順に現れる ---- */
.js-on .reveal{opacity:0;transform:translateY(18px);}
.js-on .reveal.is-in{
  opacity:1;transform:none;
  transition:opacity .62s cubic-bezier(.22,.7,.3,1), transform .62s cubic-bezier(.22,.7,.3,1);
}

/* ---- ヒーロー：うっすら光をあてる（色は変えていません） ---- */
.hero{position:relative;}
.hero::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(900px 420px at 76% 16%, rgba(46,111,183,.09), transparent 62%),
    radial-gradient(600px 320px at 8% 82%, rgba(12,136,149,.055), transparent 64%);
}
.hero > *{position:relative;z-index:1;}

/* ---- ヒーローの中身が順に立ち上がる（読み込み直後・1回だけ） ---- */
@keyframes mwRise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@keyframes mwFadeL{from{opacity:0;transform:translateX(-22px)}to{opacity:1;transform:none}}
@keyframes mwFadeR{from{opacity:0;transform:translateX(26px)}to{opacity:1;transform:none}}
@keyframes mwPop{from{opacity:0;transform:scale(.86)}to{opacity:1;transform:none}}
@keyframes mwDots{0%{opacity:.25;transform:translateX(-5px)}
                  50%{opacity:1;transform:translateX(5px)}
                  100%{opacity:.25;transform:translateX(-5px)}}

.js-on .hero .badge   {animation:mwRise .6s .05s both cubic-bezier(.22,.7,.3,1);}
.js-on .hero h1       {animation:mwRise .7s .14s both cubic-bezier(.22,.7,.3,1);}
.js-on .hero > .wrap > div > p:not(.heroNote){animation:mwRise .7s .24s both cubic-bezier(.22,.7,.3,1);}
.js-on .hero .actions {animation:mwRise .7s .34s both cubic-bezier(.22,.7,.3,1);}
.js-on .hero .heroNote{animation:mwRise .7s .42s both cubic-bezier(.22,.7,.3,1);}
.js-on .papers        {animation:mwFadeL .9s .30s both cubic-bezier(.22,.7,.3,1);}
.js-on .dash          {animation:mwFadeR .9s .42s both cubic-bezier(.22,.7,.3,1);}
.js-on .moveDots      {animation:mwDots 2.6s 1.5s ease-in-out infinite;}

/* ダッシュボードの中身が順に出る（システムが立ち上がる感じ） */
.js-on .metric        {animation:mwPop .5s both cubic-bezier(.22,.7,.3,1);}
.js-on .metric:nth-child(1){animation-delay:.80s}
.js-on .metric:nth-child(2){animation-delay:.88s}
.js-on .metric:nth-child(3){animation-delay:.96s}
.js-on .metric:nth-child(4){animation-delay:1.04s}
.js-on .recent .row   {animation:mwRise .45s both cubic-bezier(.22,.7,.3,1);}
.js-on .recent .row:nth-child(2){animation-delay:1.12s}
.js-on .recent .row:nth-child(3){animation-delay:1.20s}
.js-on .recent .row:nth-child(4){animation-delay:1.28s}
.js-on .donut         {animation:mwPop .7s 1.35s both cubic-bezier(.22,.7,.3,1);}

/* ---- カード：触れると持ち上がる ---- */
.card{
  transition:transform .3s cubic-bezier(.22,.7,.3,1),
             box-shadow .3s ease, border-color .3s ease;
  will-change:transform;
}
.card:hover{
  transform:translateY(-5px);
  box-shadow:0 14px 34px rgba(15,45,80,.12);
  border-color:#c3d3e2;
}
.stat{transition:transform .3s cubic-bezier(.22,.7,.3,1), box-shadow .3s ease;}
.stat:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(18,49,81,.13);}

/* アイコンもわずかに反応 */
.card:hover .serviceIcon,
.card:hover .icoBox{transform:translateY(-2px);}
.serviceIcon,.icoBox{transition:transform .3s cubic-bezier(.22,.7,.3,1);}

/* ---- リンクの矢印がすっと動く ---- */
.more{transition:color .2s ease;}
.more:after{display:inline-block;transition:transform .25s cubic-bezier(.22,.7,.3,1);}
.more:hover:after{transform:translateX(5px);}

/* ---- ボタン ---- */
.btn,.ctaBtns a,.formActions button,.formActions a{
  transition:transform .22s cubic-bezier(.22,.7,.3,1), box-shadow .22s ease,
             background-color .22s ease, color .22s ease;
}
.btn:hover,.ctaBtns a:hover,.formActions button:hover,.formActions a:hover{
  transform:translateY(-2px);
}
.btn.primary:hover{box-shadow:0 12px 26px rgba(7,47,99,.28);}
.btn.secondary:hover{box-shadow:0 10px 22px rgba(7,47,99,.13);}
.btn:active,.ctaBtns a:active,.formActions button:active{transform:translateY(0);}

/* ---- ヘッダーのメニュー：下線がすっと伸びる ---- */
nav a:not(.contact){position:relative;}
nav a:not(.contact):after{
  content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;
  background:var(--navy);transform:scaleX(0);transform-origin:0 50%;
  transition:transform .25s cubic-bezier(.22,.7,.3,1);
}
nav a:not(.contact):hover:after{transform:scaleX(1);}
nav .contact{transition:transform .22s cubic-bezier(.22,.7,.3,1), box-shadow .22s ease;}
nav .contact:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(7,47,99,.24);}

/* ---- よくあるご質問：開いたときに本文がすべり出る ---- */
@keyframes mwFaq{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
.faqGrid details[open] > p{animation:mwFaq .28s ease-out both;}
.faqGrid details{transition:border-color .25s ease, box-shadow .25s ease;}
.faqGrid details:hover{border-color:#bacbdb;}
.faqGrid summary:after{transition:transform .25s cubic-bezier(.22,.7,.3,1);}
.faqGrid details[open] summary:after{transform:rotate(180deg);}

/* ---- 進め方：番号とアイコンがわずかに反応 ---- */
.step .stepNum,.step .stepIcon{transition:transform .3s cubic-bezier(.22,.7,.3,1);}
.step:hover .stepNum{transform:scale(1.08);}
.step:hover .stepIcon{transform:translateY(-3px);}

/* ---- 少しだけ今風に（角と影） ---- */
@media (min-width:761px){
  .card{border-radius:12px;}
  .stat{border-radius:12px;}
  .cta{border-radius:12px;}
  .dash{border-radius:12px;}
  .faqGrid details{border-radius:9px;}
  .btn,.ctaBtns a{border-radius:9px;}
}

/* ---- 入力欄：フォーカスがやわらかく光る ---- */
.formRow input,.formRow select,.formRow textarea{
  transition:border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

/* ============================================================
   「視差効果を減らす」を選んでいる方には、動きを出しません
   ============================================================ */
@media (prefers-reduced-motion: reduce){
  .js-on .reveal{opacity:1 !important;transform:none !important;}
  .js-on .hero .badge,.js-on .hero h1,.js-on .hero .actions,.js-on .hero .heroNote,
  .js-on .hero > .wrap > div > p:not(.heroNote),
  .js-on .papers,.js-on .dash,.js-on .moveDots,
  .js-on .metric,.js-on .recent .row,.js-on .donut,
  .faqGrid details[open] > p{animation:none !important;}
  .scrollProgress{display:none;}
  *,*::before,*::after{transition-duration:.001ms !important;}
}

/* ============================================================
   自社サービス2件の追加にともなうレイアウト（2026-08-29 追加）
   ・カードが5枚のとき、2段目の2枚を中央に寄せます
   ・フッターの運営サービス3本を1行に並べます
   ※ この行から下を削除すれば、追加前の状態に戻ります
   ============================================================ */
.cards5{grid-template-columns:repeat(6,1fr)}
.cards5>*{grid-column:span 2}
.cards5>*:nth-child(4){grid-column:2/span 2}
.cards5>*:nth-child(5){grid-column:4/span 2}

.links .serviceLinks{margin-top:5px;opacity:.9}
.links .serviceLinks a{white-space:nowrap}

@media(max-width:760px){
  .cards5{grid-template-columns:1fr}
  .cards5>*,
  .cards5>*:nth-child(4),
  .cards5>*:nth-child(5){grid-column:auto}
  .links .serviceLinks{margin-top:7px}
}
