@charset "UTF-8";
/* インフィニティ 会社サイト SITE6（M・2026-09-21）。方向性は Manga Pop（makeLP 方向性7）。
   値は直書き（CSS Custom Properties・グラデーションは使わない）。組み立ては python _src/build.py。 */
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:104px;-webkit-text-size-adjust:100%}
body{margin:0;background:#fff;color:#000;font-family:SFPro,Arial,"Noto Sans JP","Noto Sans KR",sans-serif;font-size:20px;line-height:normal;font-feature-settings:"palt" 0;word-break:break-all;overflow-wrap:break-word;line-break:strict;-webkit-font-smoothing:antialiased}
[hidden]{display:none!important}
img,svg,video{max-width:100%;height:auto;vertical-align:middle}
a{color:inherit;text-underline-offset:6px}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid #1D2D50;outline-offset:4px;border-radius:4px}
.band-navy :focus-visible,.site-footer :focus-visible,.end-cta :focus-visible,.facts :focus-visible{outline-color:#F48B21}
h1,h2,h3,h4,p,figure,dl,dd,blockquote{margin:0}
h1,h2,h3,h4{text-wrap:balance;font-weight:700;color:#1D2D50;line-height:1.4;word-break:normal;overflow-wrap:anywhere}
p{line-height:1.75}
p+p{margin-top:16px}
ul,ol{margin:0;padding-left:24px}
li{line-height:1.75}
li+li{margin-top:8px}
address{font-style:normal;line-height:1.75;word-break:normal}
table{border-collapse:collapse}
.en,.number,.nowrap{word-break:normal;overflow-wrap:normal;white-space:nowrap}
.number{font-variant-numeric:tabular-nums}
.ph{display:inline-block}
.sp-only{display:none}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.skip-link{position:fixed;top:8px;left:24px;z-index:100;background:#fff;padding:16px;border-radius:8px;transform:translateY(-200%)}
.skip-link:focus{transform:translateY(0)}

/* ---- 幅 ---- */
.container{max-width:1440px;padding-left:64px;padding-right:64px;margin-left:auto;margin-right:auto}
.container.narrow{max-width:1056px}
.measure{max-width:720px}
main p{max-width:760px}

/* ---- 帯（画面いっぱいの色面）。ページの地は白のまま ---- */
.band{padding:112px 0;position:relative}
.band-tight{padding:64px 0}
.band-soft{background:#f7f8f9}
.band-tint{background:#FFF4E6}
.band-orange{background:#F48B21;color:#1D2D50}
.band-navy{background:#1D2D50;color:#fff}
.band-navy h2,.band-navy h3,.band-navy h4{color:#fff}
.dots{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='2' cy='2' r='1.5' fill='%231D2D50' fill-opacity='.12'/%3E%3C/svg%3E");background-size:24px 24px}
.band-navy.dots,.end-cta.dots{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='2' cy='2' r='1.5' fill='%23ffffff' fill-opacity='.12'/%3E%3C/svg%3E")}

/* ---- 見出しの型: 特大の英字（飾り）＋和文の h2 ---- */
.sec-head{margin-bottom:64px}
.sec-en{font-size:clamp(56px,8vw,136px);font-weight:900;line-height:.95;letter-spacing:-.02em;color:#1D2D50;word-break:normal;overflow-wrap:normal;margin:0 0 16px -4px;max-width:none}
.sec-en.sm{font-size:clamp(40px,4.4vw,72px)}
.band-orange .sec-en{color:#fff;-webkit-text-stroke:6px #1D2D50;paint-order:stroke fill}
.band-navy .sec-en,.end-cta .sec-en{color:#F48B21}
.sec-jp{font-size:40px;font-weight:900;line-height:1.45}
.sec-lead{margin-top:24px;max-width:760px}
.sec-head.split{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:64px;align-items:end}
.sec-head.split .sec-lead{margin-top:0}
h1 .mk,h2 .mk,.mk{background:#F48B21;color:#1D2D50;padding:0 8px;border-radius:8px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.band-orange h2 .mk{background:#1D2D50;color:#fff}
.u{box-shadow:inset 0 -12px 0 #F48B21}
.band-orange .u{box-shadow:inset 0 -12px 0 #fff}
.cap{display:inline-block;font-size:15px;font-weight:900;letter-spacing:.04em;color:#fff;background:#1D2D50;border-radius:999px;padding:4px 16px;word-break:normal}
.band-navy .cap,.end-cta .cap{background:#F48B21;color:#1D2D50}
.note{color:#666;font-size:16px;line-height:1.75;margin-top:16px;max-width:760px}
.band-navy .note{color:#e5e5e5}

/* ---- ボタン（丸い）とリンク ---- */
.button{display:inline-flex;justify-content:center;align-items:center;gap:16px;min-height:56px;padding:12px 32px;border:2px solid #F48B21;border-radius:999px;background:#F48B21;color:#1D2D50;font-size:16px;font-weight:700;line-height:1.5;text-decoration:none;cursor:pointer;word-break:normal;text-align:center;transition:background-color .18s,color .18s,border-color .18s,transform .18s}
.button::after{content:"";flex:none;width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);margin-left:-4px}
.button:hover{background:#1D2D50;border-color:#1D2D50;color:#fff;transform:translateY(-2px)}
.button.secondary{background:#fff;border-color:#1D2D50;color:#1D2D50}
.button.secondary:hover{background:#1D2D50;color:#fff}
.band-navy .button:hover,.end-cta .button:hover,.band-orange .button:hover{background:#fff;border-color:#fff;color:#1D2D50}
.band-orange .button{background:#1D2D50;border-color:#1D2D50;color:#fff}
.button.small{min-height:48px;padding:8px 24px;font-size:15px}
.button.big{min-height:72px;font-size:18px;padding:16px 40px}
.button-group{display:flex;flex-wrap:wrap;gap:16px;margin-top:40px}
.button-note{margin-top:16px;font-size:15px;color:#666;line-height:1.75}
.text-link{display:inline-flex;align-items:center;gap:12px;min-height:48px;font-size:18px;font-weight:700;text-decoration:none;color:#1D2D50;border-bottom:2px solid #F48B21;padding:8px 0;word-break:normal}
.text-link::after{content:"";flex:none;width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}
.text-link:hover{border-bottom-color:#1D2D50}
.band-navy .text-link,.end-cta .text-link{color:#fff}
.band-navy .text-link:hover{border-bottom-color:#fff}
.band-orange .text-link{border-bottom-color:#1D2D50}
.prose a,.facts-table a,.faq-list a{text-decoration:underline;text-decoration-color:#F48B21;text-decoration-thickness:2px}

/* ---- ヘッダー ---- */
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e5e5e5}
.header-inner{max-width:1920px;padding:8px 40px;margin:auto;display:flex;align-items:center;gap:24px;min-height:88px}
.brand{display:flex;align-items:center;gap:16px;text-decoration:none;flex-shrink:0;padding:8px 0}
.brand img{width:160px;height:auto}
.brand span{font-size:16px;font-weight:700;line-height:1.4;word-break:normal;white-space:nowrap;color:#1D2D50;border-left:2px solid #1D2D50;padding-left:16px}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:28px}
.main-nav a{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:48px;text-decoration:none;font-weight:700;font-size:16px;color:#1D2D50;white-space:nowrap;border-bottom:3px solid transparent}
.main-nav a:hover,.main-nav a[aria-current=page]{border-bottom-color:#F48B21}
.main-nav .nav-sub{display:none}
.header-cta{display:flex;align-items:center;gap:8px}
.header-tel{display:flex;flex-direction:column;justify-content:center;min-height:48px;padding:0 16px 0 8px;text-decoration:none;color:#1D2D50;line-height:1.2;word-break:normal;white-space:nowrap}
.header-tel small{font-size:11px;font-weight:700;color:#666}
.header-tel b{font-size:22px;font-weight:900;letter-spacing:.01em;font-variant-numeric:tabular-nums}
.menu-toggle{display:none;min-width:48px;min-height:48px;background:#fff;border:2px solid #1D2D50;border-radius:999px;color:#1D2D50;font-size:14px;font-weight:700;padding:8px 16px;cursor:pointer}

/* ---- 末尾のCTA ---- */
.end-cta{background-color:#1D2D50;color:#fff;padding:112px 0;position:relative;overflow:hidden}
.cta-inner{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:64px;align-items:center}
.end-cta h2{font-size:44px;font-weight:900;color:#fff;line-height:1.4}
.end-cta p{margin-top:24px;max-width:640px}
.cta-actions{display:flex;flex-direction:column;gap:16px;width:100%;max-width:520px;justify-self:end}
.cta-actions .button{min-height:72px;font-size:18px}
.cta-actions .button.secondary{background:transparent;border-color:#fff;color:#fff}
.cta-actions .button.secondary:hover{background:#fff;color:#1D2D50}
.cta-tel{display:flex;align-items:baseline;justify-content:center;gap:16px;min-height:56px;text-decoration:none;color:#fff;word-break:normal;white-space:nowrap}
.cta-tel small{font-size:15px;font-weight:700;color:#e5e5e5}
.cta-tel b{font-size:32px;font-weight:900;color:#fff;font-variant-numeric:tabular-nums;box-shadow:inset 0 -8px 0 #F48B21}

/* ---- フッター ---- */
.site-footer{background:#1D2D50;color:#fff;border-top:1px solid rgba(255,255,255,.2);padding:64px 0 128px}
.footer-main{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,8fr);gap:64px}
.footer-brand{display:inline-block;padding:8px 0 16px}
.footer-brand img{width:200px}
.footer-mission{font-size:18px;font-weight:900;line-height:1.6;color:#F48B21;margin-bottom:16px}
.site-footer address{font-size:16px}
.site-footer address a{display:inline-flex;align-items:center;min-height:44px;font-weight:700;text-decoration:none}
.footer-sns{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:16px 0 0}
.footer-sns li{margin:0}
.footer-sns a{display:inline-flex;align-items:center;min-height:44px;padding:4px 16px;border:1px solid rgba(255,255,255,.4);border-radius:999px;font-size:14px;font-weight:700;text-decoration:none;word-break:normal}
.footer-sns a:hover{background:#fff;color:#1D2D50}
.footer-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 40px;align-content:start}
.footer-nav b{display:block;font-size:14px;font-weight:900;letter-spacing:.06em;color:#F48B21;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:8px}
.footer-nav a{font-size:16px;min-height:44px;display:flex;align-items:center;text-decoration:none}
.footer-nav a:hover{text-decoration:underline}
.footer-bottom{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;gap:24px;font-size:14px;word-break:normal}
.floating-cta{position:fixed;bottom:24px;right:24px;z-index:45;display:flex;gap:8px;padding:8px;border-radius:999px;background:#fff;border:2px solid #1D2D50;box-shadow:4px 4px 0 #1D2D50}
.floating-cta .button{min-height:48px;padding:8px 24px;font-size:15px}

/* ---- 下層ページの冒頭 ---- */
.breadcrumb{display:flex;flex-wrap:wrap;gap:0 16px;align-items:center;font-size:14px;color:#666;padding-top:16px;word-break:normal}
.breadcrumb a{display:inline-flex;align-items:center;min-height:44px}
.breadcrumb span[aria-current]{display:inline-flex;align-items:center;min-height:44px}
.page-intro{background:#FFF4E6;padding:0 0 80px;position:relative;overflow:hidden}
.page-intro .sec-en{margin-top:24px;color:#F48B21}
.page-intro h1{font-size:clamp(36px,3.8vw,60px);font-weight:900;line-height:1.4}
.page-intro .lead{margin-top:24px;max-width:760px}
.page-intro.has-visual .container{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:24px 64px;align-items:end}
.page-intro.has-visual .breadcrumb{grid-column:1/-1}
.page-intro .visual img{display:block;width:100%;height:auto}
.anchor-nav{display:flex;flex-wrap:wrap;gap:8px;padding:24px 0 0}
.anchor-nav a{display:inline-flex;align-items:center;min-height:48px;padding:8px 24px;border-radius:999px;border:2px solid #1D2D50;background:#fff;text-decoration:none;font-size:16px;font-weight:700;color:#1D2D50;transition:background-color .18s;word-break:normal}
.anchor-nav a:hover{background:#F48B21}

/* ---- 動き（画面に入ったら一度だけ） ---- */
.js .reveal{opacity:0;transform:translateY(16px)}
.js .reveal.in-view{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}
/* ヘッダーの「ご契約中のお客様（サポートツール）」: PC は小さめの2行、メニューを開いた時は1行 */
.main-nav .nav-tool{flex-direction:column;gap:0;font-size:13px;line-height:1.3}
.main-nav .nav-tool small{font-size:11px;font-weight:700;color:#666}
/* 2列の見出し: 英字が右の説明文にかぶらない大きさにする */
@media (min-width:1025px){.sec-head.split .sec-en{font-size:clamp(56px,6.4vw,100px)}}
/* 0921e: 本文の最後の行に1〜2文字だけ残さない */
p,li,dd,figcaption{text-wrap:pretty}
.btn-t{display:block;min-width:0;text-align:center}
.text-link .btn-t{text-align:left}
/* 対応しているブラウザーでは、見出しを文節で折り返す（診断の質問文など、あとから差し込む見出しのため） */
h1,h2,h3,h4{word-break:auto-phrase}
/* 本文は文節（<wbr>）でだけ折り返す。長い英数字だけは、あふれる前に途中で折る */
main,.site-footer{word-break:keep-all;overflow-wrap:anywhere}
/* 「 で始まるかたまりは、かぎ括弧の左の空きのぶんだけ左へ寄せて、行の頭をそろえる */
.ph.hb{margin-left:-.4em}
summary{text-wrap:pretty}
.footer-nav a{padding:6px 0;line-height:1.5}
/* ==== 部品（トップと下層で共通） ==== */

/* ---- ヒーロー: 左に言葉とボタン、右にマンガ枠の動画 ---- */
.hero{position:relative;background:#FFF4E6;overflow:hidden;isolation:isolate}
.hero::before{content:"";position:absolute;z-index:-1;right:-40px;top:-40px;width:560px;height:560px;background:url("/assets/img/halftone-tr.svg") no-repeat right top/contain}
.hero-inner{max-width:1760px;margin:0 auto;padding:56px 64px 88px;display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:64px;align-items:center}
.hero-copy{min-width:0}
.hero-place{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#1D2D50;background:#fff;border:2px solid #1D2D50;border-radius:999px;padding:6px 16px;margin-bottom:24px;word-break:normal}
.hero-place::before{content:"";width:8px;height:8px;border-radius:50%;background:#F48B21}
.hero h1{font-size:clamp(44px,5vw,88px);font-weight:900;line-height:1.25;letter-spacing:-.02em}
.hero-lead{margin-top:24px;max-width:640px}
.hero-lead strong{background:#fff;padding:0 4px;font-weight:700}
.hero .button-note{color:#1D2D50}
.hero-video{min-width:0}
.hv-frame{position:relative;border:4px solid #1D2D50;border-radius:24px;overflow:hidden;background:#1D2D50;box-shadow:16px 16px 0 #F48B21}
.hv{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;background:#1D2D50}
.hv-meta{display:flex;align-items:center;gap:24px;margin-top:32px}
.hv-sound{flex:none;display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:8px 24px;border-radius:999px;border:2px solid #1D2D50;background:#fff;color:#1D2D50;font-family:inherit;font-size:15px;font-weight:700;line-height:1.4;cursor:pointer}
.hv-sound:hover,.hv-sound[aria-pressed=true]{background:#F48B21}
.hv-ico{flex:none;width:20px;height:18px;background:#1D2D50;clip-path:polygon(0 30%,32% 30%,68% 0,68% 100%,32% 70%,0 70%)}
.hv-cap{margin:0;font-size:14px;color:#1D2D50;font-weight:700;line-height:1.6}

/* ---- 実績の帯 ---- */
.facts{background:#1D2D50;color:#fff;padding:56px 0 40px}
.facts-title{font-size:22px;font-weight:900;color:#fff;display:flex;align-items:center;gap:16px}
.facts-title::after{content:"";flex:1;height:2px;background:rgba(255,255,255,.25)}
.facts dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:24px}
.facts dl>div{padding:8px 32px 8px 0;border-left:1px solid rgba(255,255,255,.25);padding-left:32px}
.facts dl>div:first-child{border-left:0;padding-left:0}
.facts dt{font-size:16px;font-weight:700;line-height:1.5}
.facts dd{margin-top:4px;font-size:20px;font-weight:700;line-height:1.1;white-space:nowrap}
.facts dd b{font-size:clamp(48px,4.6vw,80px);font-weight:900;color:#F48B21;letter-spacing:-.02em;margin-right:4px}
.facts dd.facts-note{margin-top:12px;font-size:14px;font-weight:400;line-height:1.6;color:#e5e5e5;white-space:normal}
.facts-asof{margin-top:24px;font-size:13px;color:#e5e5e5;text-align:right;max-width:none}

/* ---- ご相談の入口: 吹き出し（読み手の声）→ 私たちの答え ---- */
.themes{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.themes li{margin:0;min-width:0}
.themes a{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;transition:transform .18s}
.themes a:hover{transform:translateY(-4px)}
.theme-voice{position:relative;flex:1;padding:32px;border:3px solid #1D2D50;border-radius:32px;background:#fff;font-size:24px;font-weight:900;line-height:1.55;color:#1D2D50;max-width:none}
.theme-voice::before{content:"";position:absolute;left:48px;bottom:-24px;width:32px;height:24px;background:#1D2D50;clip-path:polygon(0 0,100% 0,8% 100%)}
.theme-voice::after{content:"";position:absolute;left:53px;bottom:-15px;width:23px;height:18px;background:#fff;clip-path:polygon(0 0,100% 0,6% 100%)}
.themes li:nth-child(2) .theme-voice{background:#FFF4E6}
.themes li:nth-child(2) .theme-voice::after{background:#FFF4E6}
.theme-to{margin-top:40px;padding:24px 32px;border-radius:24px;background:#1D2D50;color:#fff;position:relative}
.theme-to small{display:block;font-size:14px;font-weight:900;letter-spacing:.06em;color:#F48B21}
.theme-to b{display:block;margin-top:4px;font-size:22px;line-height:1.5}
.theme-to span{display:inline-flex;align-items:center;gap:12px;margin-top:8px;font-size:15px;font-weight:700;color:#e5e5e5}
.theme-to span::after{content:"";width:8px;height:8px;border-top:2px solid #F48B21;border-right:2px solid #F48B21;transform:rotate(45deg)}
.worries{display:flex;flex-wrap:wrap;gap:40px 16px;padding:0 0 24px;margin:64px 0 0;list-style:none;align-items:flex-start}
.worries li{position:relative;margin:0;padding:16px 24px;border-radius:40px;border:3px solid #1D2D50;background:#fff;font-weight:700;font-size:18px;line-height:1.5;color:#1D2D50;transform:rotate(-1.5deg);text-wrap:balance}
.worries li:nth-child(even){transform:rotate(1deg)}
.worries li::before{content:"";position:absolute;left:36px;bottom:-21px;width:28px;height:21px;background:#1D2D50;clip-path:polygon(0 0,100% 0,8% 100%)}
.worries li::after{content:"";position:absolute;left:40px;bottom:-13px;width:21px;height:16px;background:#fff;clip-path:polygon(0 0,100% 0,6% 100%)}
.worries li:nth-child(even)::before{left:auto;right:36px;clip-path:polygon(0 0,100% 0,92% 100%)}
.worries li:nth-child(even)::after{left:auto;right:40px;clip-path:polygon(0 0,100% 0,94% 100%)}
.worries li.hot{background:#F48B21}
.worries li.hot::after{background:#F48B21}
.answer{position:relative;margin-top:40px;padding:24px 40px;border-radius:40px;background:#1D2D50;color:#fff;font-weight:700;font-size:22px;line-height:1.6;max-width:none}
.answer b{color:#F48B21}
.answer small{display:block;font-size:15px;font-weight:700;color:#F48B21;letter-spacing:.06em;margin-bottom:8px}

/* ---- お客様の声 ---- */
.case-tags{display:flex;flex-wrap:wrap;gap:8px;max-width:none}
.case-tags span{font-size:13px;font-weight:700;line-height:1.5;color:#1D2D50;border:1px solid #1D2D50;border-radius:999px;padding:2px 12px;word-break:normal}
.case-tags span:first-child{background:#1D2D50;color:#fff}
.case-who{margin-top:auto;padding-top:16px;max-width:none}
.case-who b{display:block;font-size:17px;color:#1D2D50;line-height:1.5}
.case-who small{display:block;font-size:14px;color:#666;line-height:1.6}
.stories{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.story{margin:0;min-width:0}
.story a{display:flex;flex-direction:column;height:100%;border:3px solid #1D2D50;border-radius:24px;background:#fff;box-shadow:12px 12px 0 #1D2D50;overflow:hidden;text-decoration:none;color:#000;transition:transform .18s,box-shadow .18s}
.story a:hover{transform:translate(4px,4px);box-shadow:8px 8px 0 #F48B21}
.story figure{aspect-ratio:16/9;overflow:hidden;border-bottom:3px solid #1D2D50;background:#f7f8f9}
.story figure img{display:block;width:100%;height:100%;object-fit:cover}
.story-body{flex:1;display:flex;flex-direction:column;gap:16px;padding:24px}
.story-before{font-size:16px;line-height:1.7;color:#000;max-width:none}
.story-before small{display:inline-block;margin-right:8px;font-size:13px;font-weight:900;color:#1D2D50;background:#FFF4E6;border-radius:999px;padding:2px 12px}
.story-after small{background:#F48B21}
.story-quote{font-size:22px;font-weight:900;line-height:1.6;color:#1D2D50}
.story-go{display:inline-flex;align-items:center;gap:12px;align-self:flex-start;font-size:16px;font-weight:700;color:#1D2D50;border-bottom:2px solid #F48B21;padding:8px 0;min-height:44px}
.story-go::after{content:"";width:8px;height:8px;border-top:2px solid #1D2D50;border-right:2px solid #1D2D50;transform:rotate(45deg)}
.button-group.center{justify-content:center;margin-top:64px}
.case-filters .cap{margin:0 0 12px}
.case-filters .case-filter+.cap{margin-top:32px}
.case-filter{display:flex;flex-wrap:wrap;gap:8px}
.chip-button{min-height:48px;padding:8px 24px;border-radius:999px;border:2px solid #1D2D50;background:#fff;color:#1D2D50;font-size:16px;font-weight:700;cursor:pointer;word-break:normal;transition:background-color .18s}
.chip-button:hover{background:#FFF4E6}
.chip-button[aria-pressed=true]{background:#1D2D50;color:#fff}
.case-count{margin:24px 0;font-size:16px;color:#666;max-width:none}
.case-count b{font-size:24px;font-weight:900;color:#1D2D50;margin-right:4px}
.case-cards{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 32px}
.case-card{margin:0;min-width:0}
.case-card a{display:flex;flex-direction:column;height:100%;text-decoration:none;color:#000}
.case-card figure{aspect-ratio:16/9;overflow:hidden;border-radius:24px;border:2px solid #1D2D50;background:#f7f8f9}
.case-card figure img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s}
.case-card a:hover figure img{transform:scale(1.04)}
.case-body{flex:1;display:flex;flex-direction:column;gap:12px;padding:16px 8px 0}
.case-quote{font-size:19px;font-weight:700;line-height:1.65;color:#1D2D50}
.case-card a:hover .case-quote{text-decoration:underline;text-decoration-color:#F48B21;text-decoration-thickness:3px}

/* ---- AI の帯 ---- */
.ai{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}
.ai .sec-lead{color:#1D2D50}
.ai-honest{margin-top:24px;padding:24px;border-radius:24px;background:#fff;border:3px solid #1D2D50;font-size:18px;color:#000}
.ai-honest b{color:#1D2D50}
.ai .text-link{margin-top:24px}
.made{position:relative;padding:8px 16px 24px 0;min-width:0}
.made-title{display:inline-block;font-size:16px;font-weight:900;letter-spacing:.04em;color:#fff;background:#1D2D50;border-radius:999px;padding:8px 24px;margin-bottom:24px}
.made ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.made li{margin:0;padding:24px;border-radius:24px;background:#fff;border:3px solid #1D2D50;color:#1D2D50;display:flex;flex-direction:column;gap:8px}
.made li.live{box-shadow:8px 8px 0 #1D2D50}
.made li:nth-child(5){grid-column:1/-1}
.made li span{align-self:flex-start;font-size:13px;font-weight:900;letter-spacing:.04em;color:#1D2D50;background:#FFF4E6;border-radius:999px;padding:2px 12px}
.made li.live span{background:#1D2D50;color:#fff}
.made li b{display:block;font-size:22px;font-weight:900;line-height:1.4}
.made li p{margin:0;font-size:18px;line-height:1.7;color:#000}
.made li a{color:#1D2D50;font-weight:700;text-decoration:underline;text-decoration-color:#F48B21;text-decoration-thickness:3px}

/* ---- 7領域×3段の地図 ---- */
.map-wrap{display:grid;grid-template-columns:minmax(0,9fr) minmax(0,3fr);gap:40px;align-items:start}
.map7{min-width:0}
.map7-head{display:grid;grid-template-columns:232px repeat(3,minmax(0,1fr));gap:8px;margin-bottom:8px}
.map7-head b{display:block;padding:12px 16px;border-radius:16px 16px 0 0;font-size:20px;font-weight:900;line-height:1.4;color:#1D2D50;background:#fff;border:3px solid #1D2D50;border-bottom:0}
.map7-head b:nth-child(3){background:#FFF4E6}
.map7-head b:nth-child(4){background:#1D2D50;color:#fff}
.map7-head small{display:block;font-size:13px;font-weight:700;line-height:1.5}
.map7-row{display:grid;grid-template-columns:232px minmax(0,1fr);gap:8px;padding:8px 0;border-top:2px dashed #1D2D50;scroll-margin-top:120px}
.map7-row h3{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:900;line-height:1.4;padding-right:8px}
.map7-no{flex:none;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#F48B21;border:2px solid #1D2D50;color:#1D2D50;font-size:18px;font-weight:900}
.map7-row h3 a{display:flex;align-items:center;min-height:44px;color:#1D2D50;text-decoration:none}
.map7-row h3 a:hover{text-decoration:underline;text-decoration-color:#F48B21;text-decoration-thickness:3px}
.side-col .sec-en.sm{font-size:clamp(32px,3.2vw,48px)}
.map7-cells{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.map7-cell{display:flex;flex-direction:column;gap:4px;padding:12px 16px;border-radius:12px;background:#fff;border:1px solid #1D2D50;min-width:0}
.map7-cell:nth-child(2){background:#FFF4E6}
.map7-cell:nth-child(3){background:#1D2D50;color:#fff;border-color:#1D2D50}
.map7-cell b{font-size:16px;font-weight:700;line-height:1.5;color:#1D2D50}
.map7-cell:nth-child(3) b{color:#fff}
.map7-cell small{font-size:14px;line-height:1.6}
.map7-stage{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;font-size:12px;font-weight:900;letter-spacing:.06em}
.map7-cell{position:relative}
.map7-cell.draft{grid-column:1/-1;background:#f7f8f9;border:2px dashed #999;color:#000}
.map7-cell.draft b{color:#1D2D50}
.map7-price{align-self:flex-start;margin-top:4px;font-style:normal;font-size:14px;font-weight:900;color:#1D2D50;background:#F48B21;border-radius:999px;padding:2px 12px;word-break:normal}
.map7-detail .map7-row{grid-template-columns:232px minmax(0,1fr);padding:24px 0}
.map7-detail .map7-row h3{align-items:flex-start;flex-wrap:wrap}
.map7-state{grid-column:2;font-size:17px;max-width:none;margin-bottom:8px}
.map7-detail .map7-row h3{grid-row:1/3}
.map7-detail .map7-cell{padding:16px}
.map7-detail .map7-cell b{font-size:18px}
.map7-link{grid-column:2;justify-self:start;display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:16px;font-weight:700;color:#1D2D50;text-decoration:none;border-bottom:2px solid #F48B21}
.map7-link::after{content:"";width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}
.map-side{position:sticky;top:120px;padding:32px;border-radius:24px;background:#F48B21;border:3px solid #1D2D50;box-shadow:12px 12px 0 #1D2D50;color:#1D2D50}
.map-side h3{margin-top:16px;font-size:28px;font-weight:900}
.map-side p{margin-top:16px;font-size:17px}
.map-side .text-link{margin-top:16px;border-bottom-color:#1D2D50}
.map-cta{margin-top:64px;padding:40px;border-radius:24px;background:#f7f8f9;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:center}
.map-cta p{max-width:none}
.map-cta b{display:block;font-size:24px;color:#1D2D50;line-height:1.5}
.map-cta .button-group{margin-top:0}

/* ---- 伴走の4歩とチーム ---- */
.steps4{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;counter-reset:st}
.steps4 li{position:relative;margin:0;padding:32px 24px 24px;border-radius:24px;background:#fff;color:#000;counter-increment:st}
.steps4 li::before{content:counter(st);position:absolute;top:-24px;left:24px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#F48B21;border:3px solid #1D2D50;color:#1D2D50;font-weight:900;font-size:22px}
.steps4 li+li::after{content:"";position:absolute;left:-20px;top:50%;width:12px;height:12px;border-top:3px solid #F48B21;border-right:3px solid #F48B21;transform:translateY(-50%) rotate(45deg)}
.steps4 b{display:block;font-size:24px;font-weight:900;color:#1D2D50;line-height:1.4}
.steps4 p{margin-top:8px;font-size:17px}
.steps4 small{display:inline-block;margin-top:12px;font-size:14px;font-weight:900;line-height:1.5;color:#1D2D50;background:#FFF4E6;border-radius:12px;padding:4px 12px}
.band:not(.band-navy) .steps4 li{border:3px solid #1D2D50}
.org{margin-top:64px;padding:40px;border-radius:24px;background:#f7f8f9}
.org-row{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.org-row li{margin:0;padding:0 0 0 16px;border-left:3px solid #1D2D50;font-size:18px;font-weight:700;color:#1D2D50;line-height:1.2}
.org-row b{font-size:56px;font-weight:900;letter-spacing:-.03em;margin-right:4px}
.org-row span{display:block;margin-top:8px;font-size:15px;line-height:1.6;color:#000;font-weight:400}
.org-row.three{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
.org-row.three b{font-size:22px;letter-spacing:0;line-height:1.5}
.org-row.three span{font-size:18px;line-height:1.75}
.team-cards{list-style:none;padding:0;margin:80px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.team-card{margin:0;min-width:0}
.team-card a{display:block;text-decoration:none;color:inherit;transition:transform .18s}
.team-card a:hover{transform:translateY(-4px)}
.team-card img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;margin-bottom:8px}
.team-card h3{font-size:28px;font-weight:900;margin-top:8px}
.team-card p{font-size:17px;max-width:none}
.chip{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:900;letter-spacing:.04em;color:#1D2D50;word-break:normal;max-width:none}
.chip::before{content:"";width:12px;height:12px;border-radius:50%;background:#F48B21}
.band-navy .chip{color:#fff}
/* チームの色（赤・青・緑）は絵の中だけ。UI の点は Orange に統一する */

/* ---- 料金のカード ---- */
.price-cards{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
.price-cards li{margin:0;min-width:0;display:flex;flex-direction:column;gap:16px;padding:40px 32px;border-radius:24px;background:#fff;border:3px solid #1D2D50}
.price-cards h3{font-size:26px;font-weight:900}
.price-cards p{font-size:20px;max-width:none}
.price-cards p+p{margin-top:0}
.price-cards .text-link{margin-top:auto;align-self:flex-start}
.price{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px;font-size:22px;font-weight:900;color:#1D2D50;line-height:1.2;word-break:normal;max-width:none}
.price b{font-size:64px;font-weight:900;letter-spacing:-.03em;box-shadow:inset 0 -14px 0 #F48B21}
.price small{font-size:16px;font-weight:700;margin-right:4px}
.price span{margin:0 8px;font-size:28px}
.price.text{font-size:28px;line-height:1.5;min-height:77px;align-items:center}

/* ---- 代表メッセージへの入口 ---- */
.msg-teaser{display:grid;grid-template-columns:400px minmax(0,1fr);gap:64px;align-items:center}
.msg-teaser .who{text-align:center;min-width:0}
.msg-teaser .who img{display:block;width:100%;height:auto}
.msg-teaser .who p{margin-top:8px;font-size:16px;line-height:1.6;color:#666;max-width:none}
.msg-teaser .who b{display:block;font-size:22px;color:#1D2D50}
.msg-teaser blockquote{margin:24px 0;padding:24px 32px;border-radius:24px;background:#fff;border:3px solid #1D2D50;font-size:clamp(22px,2.2vw,28px);font-weight:900;line-height:1.6;color:#1D2D50;word-break:normal;position:relative}
.msg-teaser blockquote::before,.msg-teaser blockquote::after{content:"";position:absolute;width:0;height:0;border-style:solid}
.msg-teaser blockquote::before{left:-29px;top:32px;border-width:16px 27px 16px 0;border-color:transparent #1D2D50 transparent transparent}
.msg-teaser blockquote::after{left:-23px;top:34px;border-width:14px 24px 14px 0;border-color:transparent #fff transparent transparent}
.msg-teaser .button-group{align-items:center;gap:16px 32px}

/* ---- 2列・FAQ・新着 ---- */
.two-col{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,8fr);gap:64px;align-items:start}
.side-col{position:sticky;top:120px;min-width:0}
.side-col p{margin-top:24px}
.side-col .text-link{margin-top:24px}
.faq-list{min-width:0}
.faq-list details{border-radius:24px;background:#fff;border:2px solid #1D2D50;padding:0 24px}
.faq-list details+details{margin-top:16px}
.faq-list summary{font-size:20px;font-weight:700;line-height:1.6;color:#1D2D50;padding:24px 56px 24px 48px;position:relative;cursor:pointer;list-style:none;min-height:48px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::before{content:"Q";position:absolute;left:0;top:24px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#F48B21;font-weight:900;color:#1D2D50;font-size:16px}
.faq-list summary::after{content:"";position:absolute;right:8px;top:32px;width:12px;height:12px;border-right:3px solid #1D2D50;border-bottom:3px solid #1D2D50;transform:rotate(45deg);transition:transform .18s}
.faq-list details[open] summary::after{transform:rotate(-135deg);top:38px}
.faq-list details>div{padding:0 0 24px 48px;max-width:808px}
.faq-list details p{font-size:18px}
.faq-group+.faq-group{margin-top:64px}
.faq-group h2{font-size:28px;font-weight:900;margin-bottom:24px}
.feed{list-style:none;padding:0;margin:0;min-width:0}
.feed li{margin:0;border-top:2px dashed #1D2D50}
.feed li:last-child{border-bottom:2px dashed #1D2D50}
.feed a{display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:8px 24px;align-items:center;min-height:88px;padding:16px 8px;text-decoration:none;color:#1D2D50}
.feed time{font-size:15px;font-weight:700;color:#666;font-variant-numeric:tabular-nums;word-break:normal}
.feed b{font-size:20px;line-height:1.6}
.feed i{width:10px;height:10px;border-top:3px solid #1D2D50;border-right:3px solid #1D2D50;transform:rotate(45deg)}
.feed a:hover b{text-decoration:underline;text-decoration-color:#F48B21;text-decoration-thickness:3px;text-underline-offset:6px}

/* ---- 汎用のカードと表 ---- */
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}
.split>*{min-width:0}
.split img{display:block;width:100%;height:auto}
.panel{padding:40px;border-radius:24px;background:#fff;border:3px solid #1D2D50;color:#000;min-width:0}
.panel.orange-shadow{box-shadow:12px 12px 0 #F48B21}
.panel h3{font-size:24px;font-weight:900}
.panel p{margin-top:16px;font-size:18px}
.kv-panel{padding:40px;border-radius:24px 24px 24px 120px;background:#fff;border:3px solid #1D2D50;box-shadow:12px 12px 0 #F48B21;min-width:0}
.kv-list{margin:16px 0 0;padding:0;list-style:none}
.kv-list li{margin:0;display:grid;grid-template-columns:152px minmax(0,1fr);gap:16px;align-items:center;padding:16px 0;border-top:2px dashed #1D2D50}
.kv-list li:first-child{border-top:0}
.kv-list b{font-size:28px;font-weight:900;color:#1D2D50;line-height:1.2;word-break:normal}
.kv-list li>span{font-size:17px;font-weight:700;color:#1D2D50;line-height:1.5}
.cards-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;list-style:none;padding:0;margin:0}
.cards-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;list-style:none;padding:0;margin:0}
.cards-2>*,.cards-3>*{margin:0;min-width:0}
.card{background:#fff;border:2px solid #1D2D50;border-radius:24px;padding:32px;color:#000}
.card h3{font-size:24px;font-weight:900}
.card p{margin-top:16px;font-size:18px;max-width:none}
.card ul{margin-top:16px;font-size:18px}
.card .cap{margin-bottom:16px}
.tile{padding:24px;border-radius:24px;background:#FFF4E6;border:3px solid #1D2D50;font-size:16px;font-weight:700;color:#666;line-height:1.6}
.tile b{display:block;font-size:22px;font-weight:900;color:#1D2D50;line-height:1.4;margin-bottom:4px}
.tiles{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.tiles li{margin:0;min-width:0}
.tiles li:nth-child(3n+1) .tile,.tiles li.tile:nth-child(3n+1){background:#fff;box-shadow:8px 8px 0 #F48B21}
.facts-table{margin:0}
.facts-table>div{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,9fr);gap:40px;padding:24px 0;border-top:1px solid #e5e5e5}
.facts-table>div:last-child{border-bottom:1px solid #e5e5e5}
.facts-table dt{font-weight:700;color:#1D2D50;line-height:1.75}
.facts-table dd{line-height:1.75;max-width:808px}
.check-list{list-style:none;padding:0;margin:16px 0 0}
.check-list li{position:relative;margin:0;padding:8px 0 8px 40px;font-size:18px;line-height:1.7}
.check-list li::before{content:"";position:absolute;left:4px;top:16px;width:16px;height:9px;border-left:4px solid #F48B21;border-bottom:4px solid #F48B21;transform:rotate(-45deg)}
.check-list.no li::before{width:18px;height:0;border-left:0;border-bottom:4px solid #999;transform:none;top:24px}
.flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 24px;padding:0;margin:0;list-style:none;counter-reset:fl}
.flow li{margin:0;padding:40px 24px 24px;border-radius:24px;background:#fff;border:3px solid #1D2D50;counter-increment:fl;position:relative;min-width:0}
.flow li::before{content:counter(fl);position:absolute;top:-24px;left:24px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#F48B21;border:3px solid #1D2D50;color:#1D2D50;font-weight:900;font-size:22px}
.flow h3{font-size:22px;font-weight:900}
.flow p{margin-top:8px;font-size:17px;max-width:none}
.flow small{display:inline-block;margin-top:12px;font-size:14px;font-weight:900;color:#1D2D50;background:#FFF4E6;border-radius:999px;padding:2px 12px}
.mt0{margin-top:0}
.mt24{margin-top:24px}
.mt40{margin-top:40px}
.steps4.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
/* お客様が語った、相談の前と後（一覧） */
.changes{list-style:none;padding:0;margin:0;border-top:3px solid #1D2D50}
.changes li{margin:0;border-bottom:1px solid #1D2D50}
.changes a{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,5fr) minmax(0,5fr);gap:24px;padding:24px 8px;text-decoration:none;color:#000;align-items:start}
.changes a:hover{background:#E9EEF6}
.chg-who b{display:block;font-size:18px;font-weight:900;color:#1D2D50;line-height:1.5}
.chg-who small{font-size:14px;color:#666}
.chg-before,.chg-after{font-size:17px;line-height:1.75;max-width:none}
.chg-before small,.chg-after small{display:inline-block;margin-right:8px;font-size:13px;font-weight:900;border-radius:999px;padding:2px 12px;background:#E9EEF6;color:#1D2D50}
.chg-after small{background:#1D2D50;color:#fff}
.chg-after{font-weight:700;color:#1D2D50}
/* 効果の試算 */
.calc{display:grid;gap:24px;padding:40px;border:3px solid #1D2D50;border-radius:24px;background:#fff;box-shadow:12px 12px 0 #3B5488;min-width:0}
.calc label{display:grid;grid-template-columns:minmax(0,1fr) 160px auto;gap:16px;align-items:center;font-size:18px;font-weight:700;color:#1D2D50}
.calc input{width:100%;min-height:56px;padding:8px 16px;border:2px solid #1D2D50;border-radius:8px;font:inherit;font-size:22px;font-weight:900;text-align:right;font-variant-numeric:tabular-nums;background:#fff;color:#000}
.calc input:focus-visible{outline:3px solid #F48B21;outline-offset:2px}
.calc label span{font-weight:400;color:#666;min-width:24px}
.calc-out{padding:24px;border-radius:12px;background:#E9EEF6}
.calc-empty{color:#666;font-size:17px}
.calc-main{font-size:20px;font-weight:700;color:#1D2D50;line-height:1.4}
.calc-main+.calc-sub+.calc-main{margin-top:16px}
.calc-main small{display:block;font-size:15px;font-weight:700;color:#666}
.calc-main b{font-size:56px;font-weight:900;letter-spacing:-.02em;margin-right:4px;box-shadow:inset 0 -12px 0 #F48B21;font-variant-numeric:tabular-nums}
.calc-sub{font-size:16px;color:#666;margin-top:4px}
.end-cta .text-link{display:inline-flex;margin-top:24px;color:#fff;border-bottom-color:#F48B21}
.side-col .text-link+.text-link{margin-top:16px}
.stories.all{gap:40px 32px}
.stories.all .story-quote{font-size:20px}
.story[hidden]{display:none}
/* ==== ページごとの部品 ==== */

/* ---- サービス詳細 ---- */
.problem-list{list-style:none;padding:0;margin:0;display:grid;gap:40px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}
.problem-list li{position:relative;margin:0;padding:20px 28px;border-radius:32px;border:3px solid #1D2D50;background:#fff;font-size:19px;font-weight:700;line-height:1.6;color:#1D2D50}
.problem-list li::before{content:"";position:absolute;left:40px;bottom:-21px;width:28px;height:21px;background:#1D2D50;clip-path:polygon(0 0,100% 0,8% 100%)}
.problem-list li::after{content:"";position:absolute;left:44px;bottom:-13px;width:21px;height:16px;background:#fff;clip-path:polygon(0 0,100% 0,6% 100%)}
.problem-list li:nth-child(even)::before{left:auto;right:40px;clip-path:polygon(0 0,100% 0,92% 100%)}
.problem-list li:nth-child(even)::after{left:auto;right:44px;clip-path:polygon(0 0,100% 0,94% 100%)}
.do-list{list-style:none;padding:0;margin:0;display:grid;gap:24px;counter-reset:dl}
.do-list li{margin:0;display:grid;grid-template-columns:64px minmax(0,1fr);gap:24px;align-items:start;padding:32px;border-radius:24px;background:#fff;border:2px solid #1D2D50;counter-increment:dl}
.do-list li::before{content:counter(dl,decimal-leading-zero);display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#1D2D50;color:#fff;font-size:22px;font-weight:900}
.do-list h3{font-size:24px;font-weight:900}
.do-list p{margin-top:8px;font-size:18px;max-width:none}
.usecase{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.usecase li{margin:0;padding:24px;border-radius:24px;background:#fff;border:3px solid #1D2D50;min-width:0}
.usecase li:nth-child(3n+2){background:#FFF4E6}
.usecase small{display:inline-block;font-size:13px;font-weight:900;color:#fff;background:#1D2D50;border-radius:999px;padding:2px 12px}
.usecase b{display:block;margin-top:12px;font-size:20px;font-weight:900;color:#1D2D50;line-height:1.5}
.usecase p{margin-top:8px;font-size:16px;line-height:1.7;max-width:none}
.fit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
.fit>div{padding:40px;border-radius:24px;background:#fff;border:3px solid #1D2D50;min-width:0}
.fit>div:first-child{box-shadow:12px 12px 0 #F48B21}
.fit>div:last-child{border-color:#999;border-style:dashed}
.fit h3{font-size:24px;font-weight:900}
.fit>div:last-child h3{color:#666}
.promise{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;counter-reset:pr}
.promise li{margin:0;padding:40px 32px;border-radius:24px;background:#fff;color:#000;counter-increment:pr;min-width:0}
.promise li::before{content:"約束 " counter(pr);display:inline-block;font-size:14px;font-weight:900;letter-spacing:.06em;color:#1D2D50;background:#F48B21;border-radius:999px;padding:4px 16px;margin-bottom:16px}
.promise b{display:block;font-size:24px;font-weight:900;color:#1D2D50;line-height:1.5}
.promise p{margin-top:12px;font-size:17px;max-width:none}
.box-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.box-steps li{margin:0;padding:0 32px 40px;border-radius:24px;background:#fff;border:3px solid #1D2D50;min-width:0;position:relative;box-shadow:8px 8px 0 #3B5488}
.box-steps figure{margin:0 -32px;padding:16px 24px 0;border-radius:21px 21px 0 0;background:#E9EEF6;border-bottom:3px solid #1D2D50;overflow:hidden}
.box-steps figure img{display:block;width:100%;height:auto;mix-blend-mode:multiply;transform:scale(1.12);transform-origin:50% 100%}
.box-steps small{display:inline-block;margin-top:24px;padding:4px 16px;border-radius:999px;background:#1D2D50;color:#fff;font-size:14px;font-weight:900;letter-spacing:.08em}
.box-steps li+li::before{content:"";position:absolute;z-index:1;left:-37px;top:120px;width:44px;height:44px;border-radius:50%;background:#F48B21;border:3px solid #1D2D50;box-sizing:border-box}
.box-steps li+li::after{content:"";position:absolute;z-index:2;left:-25px;top:136px;width:10px;height:10px;border-top:3px solid #fff;border-right:3px solid #fff;transform:rotate(45deg)}
.box-steps .big{display:block;margin-top:8px;font-size:64px;font-weight:900;line-height:1.1;color:#1D2D50}
.box-steps .big span{box-shadow:inset 0 -14px 0 #F48B21}
.box-steps p{margin-top:16px;font-size:18px;max-width:none}
.survey{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;list-style:none;padding:0;margin:0}
.survey li{margin:0;padding:32px 24px;border-radius:24px;background:#fff;color:#000;min-width:0}
.survey b{display:block;font-size:20px;font-weight:700;color:#1D2D50;line-height:1.2;white-space:nowrap}
.survey b span{font-size:64px;font-weight:900;letter-spacing:-.03em;box-shadow:inset 0 -14px 0 #F48B21}
.survey p{margin-top:16px;font-size:16px;line-height:1.7;max-width:none}
.price-table{width:100%;border-top:3px solid #1D2D50;font-size:18px}
.price-table th,.price-table td{padding:24px 16px;border-bottom:1px solid #e5e5e5;text-align:left;vertical-align:top;line-height:1.7}
.price-table thead th{font-size:15px;font-weight:900;color:#1D2D50;background:#f7f8f9;padding:12px 16px}
.price-table tbody th{width:26%;font-weight:900;color:#1D2D50;font-size:20px}
.price-table td.amount{width:24%;font-weight:900;color:#1D2D50;font-size:24px;white-space:nowrap;word-break:normal}
.price-table td.amount small{display:block;font-size:14px;font-weight:700;color:#666;white-space:normal}
.price-table td ul{padding-left:20px;font-size:17px}
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}

/* ---- 会社案内 ---- */
.mvv{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.mvv article{padding:40px;border-radius:24px;background:#fff;color:#000;min-width:0}
.mvv h3,.mvv h2{display:inline-block;font-size:15px;letter-spacing:.06em;color:#1D2D50;background:#F48B21;border-radius:999px;padding:4px 16px;word-break:normal;font-weight:900}
.mvv p.big{margin-top:16px;font-size:26px;font-weight:900;color:#1D2D50;line-height:1.6;max-width:none}
.mvv p{margin-top:16px;font-size:17px;max-width:none}
.mvv.wide{grid-template-columns:minmax(0,1fr)}
.mvv.wide article{padding:48px}
.mvv.wide p.big{font-size:36px}
.heart{display:grid;gap:0;margin:0;padding:0;list-style:none}
.heart li{margin:0;display:grid;grid-template-columns:96px minmax(0,4fr) minmax(0,7fr);gap:24px;align-items:start;padding:32px 0;border-top:2px dashed #1D2D50}
.heart li:first-child{border-top:0;padding-top:0}
.heart .l{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:#F48B21;border:3px solid #1D2D50;color:#1D2D50;font-size:40px;font-weight:900;line-height:1}
.heart h3{font-size:26px;font-weight:900;word-break:normal}
.heart h3 small{display:block;font-size:16px;color:#666;font-weight:700}
.heart p{font-size:18px;max-width:none}
.history{margin:0;padding:0;list-style:none;max-width:880px}
.history li{margin:0;display:grid;grid-template-columns:120px minmax(0,1fr);gap:24px;padding:20px 0;border-top:2px dashed #1D2D50}
.history li:last-child{border-bottom:2px dashed #1D2D50}
.history time{font-weight:900;color:#1D2D50;font-size:26px;word-break:normal;line-height:1.3}
.history b{display:block;font-size:20px;color:#1D2D50}
.history span{display:block;font-size:17px;line-height:1.7;margin-top:4px}
.letter{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,8fr);gap:64px;align-items:start}
.letter-aside{position:sticky;top:120px;text-align:center;min-width:0}
.letter-aside img{display:block;width:100%;max-width:400px;height:auto;margin:0 auto}
.letter-aside p{margin-top:16px;font-size:16px;color:#666;line-height:1.6}
.letter-aside b{display:block;font-size:24px;color:#1D2D50}
.letter-body{max-width:800px;min-width:0}
.letter-body h2{font-size:32px;font-weight:900;margin:64px 0 24px}
.letter-body h2:first-child{margin-top:0}
.letter-body .big{font-size:26px;font-weight:700;color:#1D2D50;line-height:1.7}
.letter-body .sign{margin-top:40px;text-align:right;font-weight:700;color:#1D2D50}
.staff-group{padding:64px 0;border-top:2px dashed #1D2D50}
.staff-group:first-of-type{border-top:0;padding-top:0}
.staff-head{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:8px 64px;align-items:end;margin-bottom:40px}
.staff-head .chip{grid-column:1/-1}
.staff-head h2{font-size:30px;font-weight:900}
.staff-head p{font-size:18px;max-width:none}
.staff-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}
.staff-grid li{margin:0;min-width:0}
.staff-grid figure{border-radius:24px;border:3px solid #1D2D50;background:#fff;overflow:hidden;aspect-ratio:1}
.staff-grid li:nth-child(odd) figure{box-shadow:8px 8px 0 #F48B21}
.staff-grid li:nth-child(even) figure{box-shadow:8px 8px 0 #1D2D50}
.staff-grid img{display:block;width:100%;height:100%;object-fit:contain}
.staff-grid p{margin-top:20px;font-size:16px;font-weight:700;line-height:1.7;color:#1D2D50;max-width:none}
.access{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:64px;align-items:start}
.access iframe{display:block;width:100%;height:440px;border:3px solid #1D2D50;border-radius:24px}
.partner-list{list-style:none;padding:0;margin:0}
.partner-list li{margin:0}

/* ---- 7問のIT診断 ---- */
.quiz{max-width:960px;margin:0 auto;padding:48px;border-radius:24px;background:#fff;border:3px solid #1D2D50;box-shadow:12px 12px 0 #1D2D50}
.quiz-top{display:flex;align-items:center;gap:16px;font-weight:900;color:#1D2D50}
.quiz-top b{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#F48B21;border:3px solid #1D2D50;font-size:24px}
.quiz-top span{font-size:18px}
.quiz-top em{margin-left:auto;font-style:normal;font-size:16px;color:#666;font-variant-numeric:tabular-nums}
.quiz-bar{height:12px;border-radius:999px;background:#e5e5e5;margin:24px 0 32px;overflow:hidden}
.quiz-bar span{display:block;height:100%;width:0;background:#1D2D50;border-radius:999px;transition:width .3s}
.quiz h2{font-size:30px;font-weight:900;line-height:1.6}
.quiz-choices{border:0;padding:0;margin:32px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.quiz-choices button{min-height:72px;padding:12px 16px;border-radius:999px;border:3px solid #1D2D50;background:#fff;color:#1D2D50;font-size:20px;font-weight:900;cursor:pointer;transition:background-color .18s}
.quiz-choices button:hover{background:#FFF4E6}
.quiz-choices button[aria-pressed=true]{background:#1D2D50;color:#fff}
.quiz-nav{display:flex;justify-content:space-between;gap:16px;margin-top:32px}
.quiz-nav button{min-height:48px;padding:8px 24px;border-radius:999px;border:2px solid #1D2D50;background:#fff;color:#1D2D50;font-size:16px;font-weight:700;cursor:pointer}
.quiz-nav button[disabled]{opacity:.4;cursor:default}
.result-head{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}
.result-score{font-size:20px;font-weight:900;color:#1D2D50;white-space:nowrap}
.result-score b{font-size:72px;letter-spacing:-.03em;box-shadow:inset 0 -14px 0 #F48B21}
.result-rows{list-style:none;padding:0;margin:32px 0 0}
.result-rows li{margin:0;display:grid;grid-template-columns:48px 200px 120px minmax(0,1fr);gap:16px;align-items:center;padding:16px 0;border-top:2px dashed #1D2D50}
.result-rows .no{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#F48B21;border:2px solid #1D2D50;font-weight:900;color:#1D2D50}
.result-rows b{font-size:18px;color:#1D2D50;line-height:1.4}
.result-rows .lv{justify-self:start;font-size:14px;font-weight:900;border-radius:999px;padding:4px 16px;border:2px solid #1D2D50;color:#1D2D50;background:#fff;word-break:normal;white-space:nowrap}
.result-rows .lv.ok{background:#1D2D50;color:#fff}
.result-rows .lv.unknown{border-style:dashed}
.result-rows p{font-size:16px;line-height:1.7;max-width:none}
.result-note{margin-top:24px;font-size:15px;color:#666;max-width:none}
.result-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px;align-items:center}
.link-button{background:none;border:0;padding:8px 0;min-height:44px;font-size:16px;font-weight:700;color:#1D2D50;text-decoration:underline;text-decoration-color:#F48B21;text-decoration-thickness:2px;text-underline-offset:6px;cursor:pointer}

/* ---- 相談する ---- */
.contact-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:40px;align-items:start}
.form-card{padding:32px;border-radius:24px;background:#fff;border:3px solid #1D2D50;box-shadow:12px 12px 0 #1D2D50;min-width:0}
.form-card h2{font-size:28px;font-weight:900}
.form-card iframe{display:block;width:100%;height:1080px;border:0;margin-top:24px}
.contact-side{display:grid;gap:24px;min-width:0}
.tel-card{padding:32px;border-radius:24px;background:#F48B21;border:3px solid #1D2D50;color:#1D2D50}
.tel-card a{display:block;margin-top:8px;font-size:44px;font-weight:900;line-height:1.2;text-decoration:none;color:#1D2D50;font-variant-numeric:tabular-nums;word-break:normal;white-space:nowrap}
.tel-card p{margin-top:8px;font-size:16px;max-width:none}
.next-steps{list-style:none;padding:0;margin:16px 0 0;counter-reset:ns}
.next-steps li{position:relative;margin:0;padding:12px 0 12px 56px;font-size:17px;line-height:1.7;counter-increment:ns;border-top:2px dashed #1D2D50}
.next-steps li:first-child{border-top:0}
.next-steps li::before{content:counter(ns);position:absolute;left:0;top:12px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#1D2D50;color:#fff;font-weight:900}

/* ---- WordPress の本文（ブログ・お知らせ・事例の個別ページ） ---- */
.wp-main{padding:64px 0 112px}
.wp-title{font-size:clamp(28px,3vw,44px);font-weight:900;line-height:1.5}
.wp-meta{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center;font-size:15px;color:#666}
.wp-meta .cat{font-weight:700;color:#fff;background:#1D2D50;border-radius:999px;padding:2px 12px;text-decoration:none}
.wp-eyecatch{margin:40px 0 0}
.wp-eyecatch img{display:block;width:100%;height:auto;border-radius:24px;border:3px solid #1D2D50}
.prose{margin-top:40px;font-size:20px;line-height:1.9;word-break:normal;overflow-wrap:anywhere}
.prose>*{max-width:100%}
.prose p{max-width:none;line-height:1.9}
.prose h1{margin:64px 0 24px;font-size:30px;font-weight:900;line-height:1.5}
.prose h2{margin:64px 0 24px;padding:0 0 12px;border-bottom:4px solid #1D2D50;font-size:28px;font-weight:900;line-height:1.5}
.prose h3{margin:48px 0 16px;padding-bottom:8px;font-size:24px;font-weight:900;border-bottom:3px solid #F48B21}
.prose h4{margin:32px 0 12px;font-size:20px;font-weight:900}
.prose img{height:auto;border-radius:16px}
.prose figure{margin:32px 0}
.prose figcaption{font-size:15px;color:#666;margin-top:8px}
.prose ul,.prose ol{margin:16px 0;padding-left:28px}
.prose blockquote{margin:32px 0;padding:24px 32px;border-radius:24px;background:#FFF4E6;border:2px solid #1D2D50}
.prose table{width:100%;margin:32px 0;font-size:17px}
.prose th,.prose td{padding:12px 16px;border:1px solid #e5e5e5;text-align:left;vertical-align:top}
.prose th{background:#f7f8f9;color:#1D2D50}
.prose iframe{max-width:100%}
.prose .wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:12px 32px;border-radius:999px;background:#F48B21;color:#1D2D50;font-weight:700;text-decoration:none}
/* ブログ記事（AI-Cafe）が自分で持っている部品の色を、読める濃さにそろえる */
.prose .cn-eyebrow,.prose .cn-codelab,.prose .cn-nextlab{color:#1D2D50!important}
.prose .cn-secno{color:#767676!important}
.prose .cn-btn{color:#1D2D50!important;font-weight:700}
.post-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 32px}
.post-list li{margin:0;min-width:0}
.post-list a{display:flex;flex-direction:column;gap:12px;height:100%;text-decoration:none;color:#000}
.post-list figure{aspect-ratio:16/9;overflow:hidden;border-radius:24px;border:2px solid #1D2D50;background:#f7f8f9}
.post-list figure img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s}
.post-list a:hover figure img{transform:scale(1.04)}
.post-list time{font-size:14px;font-weight:700;color:#666;font-variant-numeric:tabular-nums}
.post-list b{font-size:19px;line-height:1.65;color:#1D2D50}
.post-list a:hover b{text-decoration:underline;text-decoration-color:#F48B21;text-decoration-thickness:3px}
.pager{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:80px}
.pager a,.pager span{display:flex;align-items:center;justify-content:center;min-width:48px;min-height:48px;padding:0 16px;border-radius:999px;border:2px solid #1D2D50;font-weight:700;color:#1D2D50;text-decoration:none;word-break:normal}
.pager .current{background:#1D2D50;color:#fff}
.pager a:hover{background:#FFF4E6}
.post-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:80px}
.post-nav a{display:block;padding:24px;border-radius:24px;border:2px solid #1D2D50;text-decoration:none;color:#1D2D50;font-weight:700;line-height:1.6}
.post-nav a:hover{background:#FFF4E6}
.post-nav small{display:block;font-size:14px;color:#666}
.post-nav .next{text-align:right}
/* ---- 説明の本文は 20px（スマホ 17px）。小さくしてよいのは、ラベル・注記・日付・表の補足だけ ---- */
.usecase p,.steps4 p,.flow p,.promise p,.team-card p,.story-before,.do-list p,.panel p,.card p,.card ul,.faq-list details p,.box-steps p,.survey p,.map-side p,.price-table,.price-table td ul,.check-list li,.next-steps li,.history span,.heart p,.mvv p,.staff-head p,.org-row.three span,.made li p,.tel-card p{font-size:20px}
.mvv p.big{font-size:26px}
.mvv.wide p.big{font-size:36px}
.tile{font-size:18px}
.map7-cell b{font-size:18px}
.map7-cell small{font-size:20px;line-height:1.7}
.rm-cell p,.result-next p,.result-note{font-size:20px}
.rm-cell.yes small{color:#fff}
.map7-detail .map7-cell b{font-size:20px}
.map7-state{font-size:20px}
.facts dd.facts-note{font-size:15px}
.case-who small{font-size:15px}

/* ---- 診断の結果: 7領域×3段の位置図 ---- */
.result-score{display:flex;flex-wrap:wrap;gap:8px 24px;font-size:16px;font-weight:700;color:#1D2D50;white-space:normal}
.result-score span{white-space:nowrap}
.result-score b{font-size:48px;letter-spacing:-.03em;box-shadow:inset 0 -10px 0 #F48B21;margin-left:4px}
.result-map{margin-top:32px;display:grid;gap:8px}
.rm-row{display:grid;grid-template-columns:232px minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);gap:8px}
.rm-head span{padding:8px 16px;font-size:15px;font-weight:900;color:#1D2D50;background:#f7f8f9;border-radius:12px}
.rm-name{display:flex;align-items:center;gap:12px;padding:8px 0;min-width:0}
.rm-name .no{flex:none;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#F48B21;border:2px solid #1D2D50;font-weight:900;color:#1D2D50}
.rm-name b{font-size:18px;line-height:1.4;color:#1D2D50}
.rm-cell{padding:16px;border-radius:16px;border:2px solid #1D2D50;background:#fff;min-width:0}
.rm-cell small{display:none;font-size:12px;font-weight:900;letter-spacing:.06em;color:#666}
.rm-cell b{display:block;font-size:18px;color:#1D2D50;line-height:1.4}
.rm-cell p{margin-top:4px;font-size:20px;line-height:1.7;max-width:none}
.rm-cell a{display:inline-flex;align-items:center;min-height:44px;font-size:16px;font-weight:700;color:#1D2D50;text-decoration:underline;text-decoration-color:#F48B21;text-decoration-thickness:2px;text-underline-offset:6px}
.rm-cell.yes{background:#1D2D50}
.rm-cell.yes b,.rm-cell.yes p,.rm-cell.yes a{color:#fff}
.rm-cell.no{background:#FFF4E6}
.rm-cell.unknown{border-style:dashed}
.rm-cell.pending{border:2px dashed #999;background:#f7f8f9;display:flex;flex-direction:column;justify-content:center}
.rm-cell.pending b{color:#666;font-size:16px}
.result-next{margin-top:32px;padding:24px;border-radius:24px;background:#FFF4E6;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px 32px;align-items:center}
.result-next p{max-width:none;font-size:20px}
.result-next b{color:#1D2D50}

.survey.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.boundary{max-width:none;margin:0 0 40px;padding:24px 32px;border-radius:24px;background:#f7f8f9}
.boundary b{color:#1D2D50;margin-right:8px}
/* ---- 料金表: 列の名前を各マスにも持たせる（スマホと印刷で使う） ---- */
.price-table td::before{display:none;content:attr(data-label);font-size:13px;font-weight:900;color:#fff;background:#1D2D50;border-radius:999px;padding:2px 12px;margin-bottom:8px;width:fit-content}

/* ---- スタッフ: チームの役割が主役。キャラは小さな札として並べる ---- */
.staff-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}
.staff-grid figure{border-width:2px;border-radius:16px}
.staff-grid li:nth-child(odd) figure,.staff-grid li:nth-child(even) figure{box-shadow:none}
.staff-grid p{margin-top:12px;font-size:15px;font-weight:400;color:#000;line-height:1.7}

/* ---- 動画の停止ボタン ---- */
.hv-ico.pause{width:16px;clip-path:polygon(0 0,35% 0,35% 100%,0 100%,0 0,65% 0,100% 0,100% 100%,65% 100%,65% 0)}
.hv-pause[aria-pressed=true] .hv-ico.pause{clip-path:polygon(0 0,100% 50%,0 100%)}

/* ---- 押せる要素は 44px 以上 ---- */
.breadcrumb a{min-width:44px}
.footer-sns a{min-width:44px;justify-content:center}
.price-table th a{display:inline-flex;align-items:center;min-height:44px}
.tel-card a{display:flex;align-items:center;min-height:48px}
/* ---- 0921d: CODEX の挿し絵・関係図・動画・比較表・プラン（IT見えるBOX／アイトレ／パートナー） ---- */
.il-fig{position:relative;margin:0;border:3px solid #1D2D50;border-radius:24px;background:#fff;overflow:hidden;box-shadow:8px 8px 0 #3B5488}
.il-fig img{display:block;width:100%;height:auto}
.side-col .il-fig{margin-top:24px}
.il-tag{position:absolute;display:inline-block;padding:4px 16px;border-radius:999px;border:2px solid #1D2D50;background:#fff;color:#1D2D50;font-size:14px;font-weight:900;line-height:1.5;white-space:nowrap}
.il-tag.hot{background:#1D2D50;color:#fff}
.il-tag.t1{left:4%;bottom:6%}
.il-tag.t2{right:4%;top:5%}
.il-tag.t3{left:16%;top:9%}
.way-fig{display:block;width:100%;height:auto;margin:16px 0 8px}
.mini-flow{list-style:none;padding:0;margin:24px 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.mini-flow li{position:relative;margin:0;padding:16px;border-radius:16px;background:#E9EEF6;font-size:14px;line-height:1.5;color:#000;min-width:0}
.mini-flow li b{display:block;font-size:18px;font-weight:900;color:#1D2D50}
.mini-flow li+li::before{content:"";position:absolute;left:-13px;top:50%;width:8px;height:8px;border-top:3px solid #F48B21;border-right:3px solid #F48B21;transform:translateY(-50%) rotate(45deg)}
.mini-flow li:last-child{background:#1D2D50;color:#fff}
.mini-flow li:last-child b{color:#fff}
.combo{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:40px;align-items:start}
.combo-list{list-style:none;padding:0;margin:0;display:grid;gap:16px}
.combo-list li{margin:0;padding:24px;border-radius:24px;background:#fff;border:3px solid #1D2D50;min-width:0}
.combo-list small,.plans>li>small{display:inline-block;font-size:13px;font-weight:900;color:#fff;background:#1D2D50;border-radius:999px;padding:2px 12px}
.combo-list b{display:block;margin-top:8px;font-size:20px;font-weight:900;color:#1D2D50;line-height:1.5}
.combo-list p{margin-top:8px;font-size:16px;line-height:1.7;max-width:none}
.plans{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.plans.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.plans>li{margin:0;padding:32px;border-radius:24px;background:#fff;border:3px solid #1D2D50;min-width:0}
.plans>li.pick{box-shadow:8px 8px 0 #3B5488}
.plans>li>b{display:block;margin-top:12px;font-size:28px;font-weight:900;color:#1D2D50;line-height:1.4}
.plans>li>p{margin-top:8px;font-size:17px;line-height:1.7;max-width:none}
.plans .check-list li{font-size:16px;padding:4px 0 4px 36px}
.plans .check-list li::before{top:12px}
.video-box{margin:0;min-width:0}
.video-box video,.yt-lite{display:block;width:100%;height:auto;aspect-ratio:16/9;border:3px solid #1D2D50;border-radius:24px;background:#1D2D50;box-shadow:8px 8px 0 #3B5488}
.video-box figcaption{margin-top:24px;font-size:14px;color:#666}
.yt-lite{position:relative;padding:0;overflow:hidden;cursor:pointer}
.yt-lite img{display:block;width:100%;height:100%;object-fit:cover}
.yt-play{position:absolute;left:50%;top:50%;width:88px;height:88px;margin:-44px 0 0 -44px;border-radius:50%;background:#F48B21;border:3px solid #1D2D50}
.yt-play::after{content:"";position:absolute;left:33px;top:25px;border-left:26px solid #1D2D50;border-top:16px solid transparent;border-bottom:16px solid transparent}
.yt-lite iframe{position:absolute;left:0;top:0;width:100%;height:100%;border:0}
.statement{margin:64px 0 0;font-size:clamp(24px,2.6vw,36px);font-weight:900;line-height:1.7;color:#1D2D50;max-width:none}
.statement>.ph{margin-right:.5em}
.ba-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ba-list li{margin:0;padding:24px;border-radius:24px;background:#fff;border:3px solid #1D2D50;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:24px}
.ba-list p{font-size:17px;font-weight:700;line-height:1.6;color:#1D2D50;max-width:none}
.ba-list div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}  /* 3枚とも「前」の下に「後」を置く（長さが違っても形がそろう） */
.ba-list span{font-size:18px;font-weight:700;color:#666;text-decoration:line-through}
.ba-list span::after{content:"";display:inline-block;margin:0 4px 4px 16px;width:10px;height:10px;border-top:3px solid #F48B21;border-right:3px solid #F48B21;transform:rotate(135deg)}
.ba-list b{font-size:clamp(28px,2.4vw,36px);font-weight:900;color:#1D2D50;line-height:1.3;box-shadow:inset 0 -12px 0 #F48B21}
.cmp-wrap{overflow-x:auto}
.cmp{width:100%;border-collapse:separate;border-spacing:0 8px;font-size:17px;line-height:1.6}
.cmp th,.cmp td{padding:16px 24px;text-align:left;vertical-align:middle;background:#fff}
.cmp thead th{background:none;font-size:14px;font-weight:900;color:#1D2D50;padding:0 24px}
.cmp tbody th{font-weight:900;color:#1D2D50;border-radius:16px 0 0 16px;width:26%}
.cmp tbody td:last-child{border-radius:0 16px 16px 0}
.cmp tr.us th,.cmp tr.us td{background:#1D2D50;color:#fff;font-weight:900}
.cmp tr.us th{font-size:22px}
.phases{margin-top:40px}
.phases .panel{padding:32px}
.phases .panel h3{margin-top:16px;font-size:20px}
.phases .panel p{font-size:16px}
.docs .panel{padding:24px;display:flex;flex-direction:column;align-items:flex-start}
.docs .doc-thumb{display:block;width:100%;height:auto;border-radius:12px;border:2px solid #1D2D50;margin-bottom:24px}
.docs .panel h3{margin-top:16px;font-size:22px}
.docs .panel p{font-size:16px}
.docs .panel .button{margin-top:auto}
.docs .panel p{margin-bottom:24px}
.usecase.ways{grid-template-columns:minmax(0,1fr)}
.usecase.ways>li{display:grid;grid-template-columns:minmax(0,1fr) 400px;grid-template-rows:1fr auto auto auto 1fr;gap:0 40px;padding:32px}
.usecase.ways>li>small{grid-column:1;grid-row:2;justify-self:start}
.usecase.ways>li>b{grid-column:1;grid-row:3;font-size:24px}
.usecase.ways>li>p{grid-column:1;grid-row:4;font-size:17px}
.usecase.ways>li>.way-fig{grid-column:2;grid-row:1/span 5;margin:0;align-self:center}
/* 0921e: ヒーローに動画を置くページ（IT見えるBOX・アイトレ） */
.page-intro.has-video .container{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px 40px;align-items:center}
.page-intro.has-video .video-box figcaption{margin-top:16px}
.page-intro.has-video .sec-en{font-size:clamp(48px,5.6vw,84px);white-space:nowrap}
/* 0921e: WordPress の固定ページ（プライバシーポリシー・特定商取引法に基づく表記）を、サイトの部品の見た目に合わせる */
.wp-page .prose{margin-top:0;padding:40px 48px 48px;border:3px solid #1D2D50;border-radius:24px;background:#fff;box-shadow:8px 8px 0 #3B5488}
.wp-page .prose>:first-child{margin-top:0}
.wp-page .prose h2{margin:64px 0 24px;padding:0;border:0;font-size:30px}
.wp-page .prose h2 span{text-decoration:none!important;box-shadow:inset 0 -10px 0 #F48B21}
.wp-page .prose h3{margin:40px 0 12px;padding:0 0 0 24px;border:0;font-size:22px;position:relative;color:#1D2D50}
.wp-page .prose h3::before{content:"";position:absolute;left:0;top:.5em;width:12px;height:12px;border-radius:3px;background:#F48B21}
.wp-page .prose h3 strong{font-weight:900}
.wp-page .prose p{font-size:18px;line-height:1.9}
.wp-page .prose figure.wp-block-table{margin:0}
.wp-page .prose table{margin:0;border-collapse:separate;border-spacing:0;font-size:18px;line-height:1.8}
.wp-page .prose td{padding:20px 24px;border:0;border-top:1px solid #C9D6EC}
.wp-page .prose tr:first-child td{border-top:0}
.wp-page .prose td:first-child{width:30%;background:#E9EEF6;color:#1D2D50;font-weight:900}
.wp-page .prose tr:first-child td:first-child{border-radius:16px 0 0 0}
.wp-page .prose tr:last-child td:first-child{border-radius:0 0 0 16px}
/* 0921e: フォームのページに出す資料の表紙 */
.docs-preview{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:24px}
.docs-preview li{margin:0;display:grid;grid-template-columns:150px minmax(0,1fr);gap:8px 16px;align-items:center}
.docs-preview li>p{grid-column:1/-1;margin-top:0}
.docs-preview img{display:block;width:100%;height:auto;border:2px solid #1D2D50;border-radius:8px}
.docs-preview b{display:block;font-size:18px;line-height:1.5;color:#1D2D50}
.docs-preview small{display:block;margin-top:4px;font-size:14px;color:#666}
.docs-preview p{margin-top:8px;font-size:15px;line-height:1.7;max-width:none}
/* 0921e: 目視の点検で見つけた崩れの直し */
.map7-detail .map7-row h3{flex-wrap:nowrap}
.quiz-top em{white-space:nowrap;flex:none}
.quiz-top span{min-width:0}
.docs+.note,.case-list+.note,.case-grid+.note{margin-top:40px}
.side-col .sec-lead+.button-group,.side-col p+.button-group{margin-top:24px}
.docs-preview b{word-break:keep-all;overflow-wrap:anywhere}
/* 0921f: チェックの一覧に小見出しを付ける時（ITサポートの「対応の地域」） */
.check-list li b{display:block;color:#1D2D50;font-weight:900}
/* ==== 幅ごとの調整。Mobile ≤767 ／ Tablet ≤1024 ／ Desktop >1024 ==== */
/* Safari（WebKit）: グリッドの子が中身で広がらないようにする */
.hero-inner>*,.ai>*,.map-wrap>*,.msg-teaser>*,.two-col>*,.cta-inner>*,.footer-main>*,.contact-grid>*,.letter>*,.access>*,.staff-head>*,.sec-head.split>*,.page-intro .container>*{min-width:0}

/* ヘッダー: メニューに「採用」と「ご契約中のお客様」を足した分、早めに畳む（2026-09-21） */
@media (max-width:1660px){.header-tel{display:none}}
@media (max-width:1360px){.brand span{display:none}}
@media (min-width:1025px) and (max-width:1160px){.header-cta .button.secondary{display:none}}
@media (max-width:1440px){
.header-inner{padding:8px 24px;gap:16px}
.main-nav{gap:20px}
.header-tel{display:none}
}
@media (max-width:1240px){
.brand span{display:none}
.main-nav{gap:16px}
.main-nav a{font-size:15px}
.hero-inner{gap:40px;padding:48px 40px 80px}
.container{padding-left:40px;padding-right:40px}
.map-wrap{grid-template-columns:minmax(0,1fr)}
.map-side{position:static}
.staff-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:1024px){
html{scroll-padding-top:88px}
.header-inner{min-height:72px;flex-wrap:wrap}
.brand img{width:136px}
.menu-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}
.header-cta{order:2}
.header-cta .button.secondary{display:none}
.main-nav{display:none;order:3;width:100%;margin:0;flex-direction:column;align-items:stretch;gap:0;padding:8px 0 16px;border-top:1px solid #e5e5e5}
.main-nav.is-open{display:flex}
.main-nav a{justify-content:flex-start;font-size:18px;min-height:56px;border-bottom:1px solid #e5e5e5;padding:0 8px}
.main-nav .nav-sub{display:flex;font-weight:400}
.main-nav .nav-tool{flex-direction:row;justify-content:flex-start;font-size:18px;font-weight:400}
.main-nav .nav-tool small{font-size:14px;font-weight:400}
.hero-inner{grid-template-columns:minmax(0,1fr);gap:48px}
.hero h1{font-size:clamp(40px,7vw,72px)}
.hv-frame{box-shadow:12px 12px 0 #F48B21}
.band{padding:88px 0}
.end-cta{padding:88px 0}
.sec-head{margin-bottom:48px}
.sec-head.split{grid-template-columns:minmax(0,1fr);gap:24px}
.sec-jp{font-size:34px}
.facts dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 0}
.facts dl>div:nth-child(odd){border-left:0;padding-left:0}
.themes{grid-template-columns:minmax(0,1fr);gap:32px}
.theme-to{margin-top:36px}
.stories{grid-template-columns:minmax(0,1fr);gap:40px;max-width:720px;margin-left:auto;margin-right:auto}
.case-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
.ai{grid-template-columns:minmax(0,1fr)}
.steps4{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 24px}
.steps4 li:nth-child(3)::after{display:none}
.team-cards{gap:24px}
.price-cards{grid-template-columns:minmax(0,1fr);max-width:720px}
.msg-teaser{grid-template-columns:240px minmax(0,1fr);gap:40px}
.msg-teaser blockquote{font-size:clamp(20px,2.8vw,28px)}
.two-col{grid-template-columns:minmax(0,1fr);gap:40px}
.side-col{position:static}
.cta-inner{grid-template-columns:minmax(0,1fr);gap:40px}
.cta-actions{justify-self:start}
.footer-main{grid-template-columns:minmax(0,1fr);gap:40px}
.page-intro.has-visual .container{grid-template-columns:minmax(0,1fr)}
.page-intro .visual{max-width:560px}
.split{grid-template-columns:minmax(0,1fr);gap:40px}
.usecase{grid-template-columns:repeat(2,minmax(0,1fr))}
.promise{grid-template-columns:minmax(0,1fr)}
.box-steps{grid-template-columns:minmax(0,1fr);gap:32px}
.box-steps li+li::before{left:50%;top:-41px;transform:translateX(-50%)}
.box-steps li+li::after{left:50%;top:-27px;margin-left:-5px;transform:rotate(135deg)}
.box-steps figure img{max-width:420px;margin:0 auto}
.survey{grid-template-columns:repeat(2,minmax(0,1fr))}
.mvv{grid-template-columns:minmax(0,1fr)}
.letter{grid-template-columns:minmax(0,1fr);gap:40px}
.letter-aside{position:static}
.letter-aside img{max-width:320px}
.contact-grid{grid-template-columns:minmax(0,1fr)}
.access{grid-template-columns:minmax(0,1fr);gap:40px}
.flow{grid-template-columns:repeat(2,minmax(0,1fr))}
.post-list{grid-template-columns:repeat(2,minmax(0,1fr))}
.map-cta{grid-template-columns:minmax(0,1fr);gap:24px}
.cards-3{grid-template-columns:minmax(0,1fr)}
.staff-head{grid-template-columns:minmax(0,1fr)}
}
@media (max-width:767px){
body{font-size:17px}
.sp-only{display:inline}
.pc-only{display:none}
.container{padding-left:16px;padding-right:16px}
.header-inner{padding:8px 16px;gap:8px;min-height:64px}
.brand img{width:120px}
.header-cta .button.small{min-height:44px;padding:8px 16px;font-size:14px}
.menu-toggle{min-height:44px;padding:8px 12px;font-size:13px}
.band{padding:64px 0}
.band-tight{padding:40px 0}
.end-cta{padding:64px 0}
.sec-head{margin-bottom:40px}
.sec-en{font-size:clamp(40px,13vw,64px);margin-left:-2px}
.sec-en.sm{font-size:40px}
.sec-jp{font-size:26px;line-height:1.5}
.hero-inner{padding:32px 16px 56px;gap:40px}
.hero h1{font-size:clamp(36px,10.6vw,48px)}
.hero-place{font-size:13px;margin-bottom:16px}
.hero::before{width:280px;height:280px;right:-24px;top:-24px}
.button-group{gap:12px;margin-top:32px}
.hero .button-group .button,.cta-actions .button,.map-cta .button{width:100%}
.button.big{min-height:64px;font-size:17px;padding:12px 24px}
.hv-frame{border-width:3px;border-radius:16px;box-shadow:8px 8px 0 #F48B21;max-width:400px;margin:0 auto}
.hv{aspect-ratio:9/16;max-height:72svh}
.hv-meta{flex-direction:column;gap:12px;margin-top:24px}
.hv-sound{font-size:14px;padding:8px 16px;min-height:44px}
.hv-cap{font-size:13px;text-align:center}
.facts{padding:40px 0 32px}
.facts-title{font-size:18px}
.facts dl{gap:24px 0}
.facts dl>div{padding:0 8px 0 16px}
.facts dl>div:nth-child(odd){padding-left:0}
.facts dt{font-size:14px}
.facts dd{font-size:16px}
.facts dd b{font-size:44px}
.facts dd.facts-note{font-size:13px}
.theme-voice{padding:24px;font-size:20px;border-radius:24px}
.theme-to{padding:20px 24px}
.theme-to b{font-size:19px}
.worries{gap:32px 8px;margin-top:48px}
.worries li{font-size:16px;padding:12px 20px;max-width:92%}
.worries li:nth-child(even){align-self:flex-end;margin-left:auto}
.story a{box-shadow:8px 8px 0 #1D2D50}
.story-body{padding:20px}
.story-quote{font-size:19px}
.case-cards{grid-template-columns:minmax(0,1fr);gap:40px}
.chip-button{min-height:44px;padding:8px 16px;font-size:14px}
.made{padding-right:8px}
.made ul{gap:16px}
.made li{padding:16px}
.made li.live{box-shadow:6px 6px 0 #1D2D50}
.made li b{font-size:18px}
.made ul{grid-template-columns:minmax(0,1fr)}
.ai-honest{font-size:16px;padding:20px}
.map7-head{display:none}
.map7-row,.map7-detail .map7-row{grid-template-columns:minmax(0,1fr);padding:24px 0;gap:12px}
.map7-cells{grid-template-columns:minmax(0,1fr)}
.map7-stage{display:block;position:static;width:auto;height:auto;overflow:visible;clip-path:none}
.map7-state,.map7-link{grid-column:1}
.map7-detail .map7-row h3{grid-row:auto}
.map-side{padding:24px;box-shadow:8px 8px 0 #1D2D50}
.map-cta{padding:24px;margin-top:40px}
.map-cta b{font-size:20px}
.steps4{grid-template-columns:minmax(0,1fr);gap:40px}
.steps4 li+li::after{left:50%;top:-28px;transform:translateX(-50%) rotate(135deg)}
.steps4 li:nth-child(3)::after{display:block}
.team-cards{grid-template-columns:minmax(0,1fr);gap:40px;margin-top:64px}
.team-card a{display:grid;grid-template-columns:132px minmax(0,1fr);gap:4px 16px;align-items:center}
.team-card img{grid-row:1/4;margin:0}
.team-card h3{font-size:22px;margin-top:0}
.team-card p{font-size:15px}
.price-cards li{padding:32px 24px}
.price-cards li:first-child{box-shadow:8px 8px 0 #F48B21}
.price b{font-size:52px}
.msg-teaser{grid-template-columns:minmax(0,1fr);gap:24px}
.msg-teaser .who{display:grid;grid-template-columns:132px minmax(0,1fr);gap:16px;align-items:center;text-align:left}
.msg-teaser blockquote{font-size:min(21px,5vw);padding:20px 24px}
.msg-teaser blockquote::before{left:40px;top:-30px;border-width:0 16px 27px 16px;border-color:transparent transparent #1D2D50 transparent}
.msg-teaser blockquote::after{left:42px;top:-23px;border-width:0 14px 24px 14px;border-color:transparent transparent #fff transparent}
.faq-list details{padding:0 16px;border-radius:16px}
.faq-list summary{font-size:17px;padding:20px 40px 20px 40px}
.faq-list summary::before{top:20px;width:28px;height:28px;font-size:14px}
.faq-list summary::after{right:4px;top:28px}
.faq-list details>div{padding:0 0 20px 0}
.faq-list details p{font-size:16px}
.feed a{grid-template-columns:minmax(0,1fr) auto;min-height:72px}
.feed time{grid-column:1/-1}
.feed b{font-size:17px}
.end-cta h2{font-size:28px}
.cta-tel b{font-size:28px}
.site-footer{padding:48px 0 112px}
.footer-nav{grid-template-columns:minmax(0,1fr);gap:24px}
.footer-bottom{flex-direction:column;gap:8px}
.floating-cta{left:8px;right:8px;bottom:8px;justify-content:center;padding:6px;box-shadow:3px 3px 0 #1D2D50}
.floating-cta .button{flex:1;min-height:44px;padding:8px 8px;font-size:14px}
.page-intro{padding-bottom:48px}
.page-intro h1{font-size:30px}
.anchor-nav a{min-height:44px;padding:8px 16px;font-size:14px}
.panel,.kv-panel{padding:24px}
.kv-panel{border-radius:24px 24px 24px 64px;box-shadow:8px 8px 0 #F48B21}
.panel.orange-shadow{box-shadow:8px 8px 0 #F48B21}
.kv-list li{grid-template-columns:112px minmax(0,1fr);gap:12px}
.kv-list b{font-size:22px}
.kv-list li>span{font-size:15px}
.cards-2{grid-template-columns:minmax(0,1fr)}
.card{padding:24px}
.tiles{grid-template-columns:minmax(0,1fr)}
.facts-table>div{grid-template-columns:minmax(0,1fr);gap:4px;padding:16px 0}
.problem-list{grid-template-columns:minmax(0,1fr);gap:36px}
.problem-list li{font-size:17px;padding:16px 20px}
.do-list li{grid-template-columns:48px minmax(0,1fr);gap:16px;padding:24px 20px}
.do-list li::before{width:48px;height:48px;font-size:17px}
.do-list h3{font-size:20px}
.do-list p{font-size:16px}
.usecase{grid-template-columns:minmax(0,1fr)}
.fit{grid-template-columns:minmax(0,1fr)}
.fit>div{padding:24px}
.fit>div:first-child{box-shadow:8px 8px 0 #F48B21}
.promise li{padding:32px 24px}
.survey{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.survey li{padding:20px 16px}
.survey b{font-size:15px}
.survey b span{font-size:44px}
.survey p{font-size:14px}
.price-table{font-size:16px}
.price-table thead{display:none}
.price-table tr{display:block;padding:16px 0;border-bottom:1px solid #e5e5e5}
.price-table th,.price-table td{display:block;width:auto!important;padding:4px 0;border:0}
.mvv article{padding:24px}
.mvv p.big{font-size:21px}
.mvv.wide article{padding:32px 24px}
.mvv.wide p.big{font-size:24px}
.heart li{grid-template-columns:64px minmax(0,1fr);gap:8px 16px;padding:24px 0}
.heart .l{width:56px;height:56px;font-size:28px;grid-row:1/3}
.heart p{grid-column:2;font-size:16px}
.heart h3{font-size:21px}
.history li{grid-template-columns:72px minmax(0,1fr);gap:16px}
.history time{font-size:20px}
.letter-body h2{font-size:24px;margin-top:48px}
.letter-body .big{font-size:20px}
.staff-group{padding:48px 0}
.staff-head h2{font-size:22px}
.staff-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}
.staff-grid figure{border-radius:12px}
.staff-grid p{font-size:14px;margin-top:16px}
.access iframe{height:320px}
.quiz{padding:24px 20px;box-shadow:8px 8px 0 #1D2D50}
.quiz h2{font-size:21px}
.quiz-choices{grid-template-columns:minmax(0,1fr)}
.quiz-choices button{min-height:60px;font-size:18px}
.result-head{grid-template-columns:minmax(0,1fr)}
.result-score b{font-size:56px}
.result-rows li{grid-template-columns:40px minmax(0,1fr) auto;gap:8px 12px}
.result-rows p{grid-column:2/-1;font-size:15px}
.form-card{padding:20px 12px;box-shadow:8px 8px 0 #1D2D50}
.form-card iframe{height:1240px}
.tel-card{padding:24px}
.tel-card a{font-size:36px}
.flow{grid-template-columns:minmax(0,1fr);gap:40px}
.wp-main{padding:40px 0 80px}
.prose{font-size:17px}
.wp-page .prose{padding:24px 20px 32px;border-radius:20px;box-shadow:6px 6px 0 #3B5488}
.wp-page .prose h2{font-size:22px;margin-top:40px}
.wp-page .prose h3{font-size:19px}
.wp-page .prose p,.wp-page .prose table{font-size:17px}
.wp-page .prose td{display:block;width:auto;padding:12px 16px}
.wp-page .prose td:first-child{width:auto;border-radius:12px!important;padding:8px 16px}
.wp-page .prose td+td{border-top:0;padding-bottom:20px}
.prose h1{font-size:22px;margin-top:48px}
.prose h2{font-size:21px;padding:0 0 8px;margin-top:48px}
.prose h3{font-size:19px}
.post-list{grid-template-columns:minmax(0,1fr);gap:40px}
.post-nav{grid-template-columns:minmax(0,1fr)}
}
@media (max-width:767px){
/* スマホのトップは短く: 地図は7領域の行だけ（中身はサービスのページで読む） */
/* 120: スマホでも出す（元は .home .map7 .map7-cells display:none） */

.home .map7-row:last-child{border-bottom:2px dashed #1D2D50}



.hv-frame{max-width:320px}
.story figure{aspect-ratio:2/1}
.org{padding:24px 16px;margin-top:40px}
.org-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}
.org-row b{font-size:40px}
/* 120: スマホでも出す（元は .home .worries display:none） */
/* 120: スマホでも出す（元は .home .made li:not(.live) p display:none） */
.home .made ul{grid-template-columns:repeat(2,minmax(0,1fr))}
.home .made li.live{grid-column:1/-1}
.home .made li:nth-child(5){grid-column:1/-1}
/* 120: スマホでも出す（元は .home #approach .team-cards display:none） */
.home .price-cards li>p:not(.cap):not(.price){display:none}
/* 120: スマホでも出す（元は .home .stories .story:nth-child(n+3) display:none） */
.home .price-cards p:not(.price):not(.cap){font-size:15px}
.home .map-side p{font-size:15px}
.footer-nav div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}
.footer-nav b{grid-column:1/-1}
.footer-nav a{font-size:14px;line-height:1.5}
}
@media (max-width:1024px){
.org-row.three{grid-template-columns:minmax(0,1fr);gap:24px}
.rm-row{grid-template-columns:minmax(0,1fr)}
.rm-head{display:none}
.rm-row{padding:16px 0;border-top:2px dashed #1D2D50}
.rm-cell small{display:block}
.rm-cell.pending{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;padding:8px 16px}
.result-next{grid-template-columns:minmax(0,1fr)}
.staff-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:767px){
/* 説明の本文はスマホで 17px。ここより上の小さい指定を上書きする */
.usecase p,.steps4 p,.flow p,.promise p,.team-card p,.story-before,.do-list p,.panel p,.card p,.card ul,.faq-list details p,.box-steps p,.survey p,.map-side p,.home .map-side p,.price-table,.price-table td ul,.check-list li,.next-steps li,.history span,.heart p,.mvv p,.staff-head p,.org-row.three span,.made li p,.tel-card p,.price-cards p,.home .price-cards p:not(.price):not(.cap),.rm-cell p,.result-next p,.ai-honest{font-size:17px}
.mvv p.big{font-size:21px}
.mvv.wide p.big{font-size:24px}
.price-cards p.price{font-size:20px}
.map7-cell b,.map7-detail .map7-cell b{font-size:17px}
.map7-cell small,.result-note{font-size:17px}
.map7-state{font-size:17px}
.tile{font-size:16px}
.price-table td::before{display:block}
.staff-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 12px}
.staff-grid p{font-size:13px;margin-top:8px}
.result-score b{font-size:40px}
.hv-meta .hv-sound{width:100%;justify-content:center}
}
@media (prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
*{transition:none!important;animation:none!important}
}
@media print{
.site-header,.floating-cta,.end-cta,.site-footer,.hero-video,.anchor-nav,.breadcrumb,.skip-link{display:none!important}
body{font-size:11pt}
.band,.page-intro{padding:16pt 0}
.js .reveal{opacity:1;transform:none}
.price-table td::before{display:block}
.price-table tr,.rm-row,.faq-list details{break-inside:avoid}
/* 診断の結果を印刷する時は、結果だけを出す */
body:has(#quiz-result:not([hidden])) main>section:not(:has(#quiz-result)){display:none}
body:has(#quiz-result:not([hidden])) .result-actions,body:has(#quiz-result:not([hidden])) #result-copied{display:none}
.quiz{box-shadow:none;border-width:1pt;padding:12pt;max-width:none}
.rm-cell p{font-size:10pt}
.rm-cell a{display:none}
.rm-cell.yes{background:#fff}
.rm-cell.yes b,.rm-cell.yes p,.rm-cell.yes small{color:#000}
.rm-cell small{display:block;color:#000}
.rm-cell.yes b::after{content:" ✓"}
}
@media (max-width:1024px){.steps4.cols-3{grid-template-columns:minmax(0,1fr);gap:40px}.steps4.cols-3 li+li::after{left:50%;top:-28px;transform:translateX(-50%) rotate(135deg)}}
@media (max-width:767px){
.changes a{grid-template-columns:minmax(0,1fr);gap:8px;padding:24px 0}
.calc{padding:24px 16px;box-shadow:8px 8px 0 #3B5488}
.calc label{grid-template-columns:minmax(0,1fr) auto;font-size:17px}
.calc label input{grid-column:1;grid-row:2}
.calc label span{grid-column:2;grid-row:2}
.calc-main b{font-size:44px}
}
@media print{.calc .button-group,.anchor-nav{display:none}}
/* お客様の声の一覧: トップと同じカードで28社。タブレットは2列、スマホは1列 */
@media (max-width:1024px){.stories.all{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;max-width:none}}
@media (max-width:767px){.stories.all{grid-template-columns:minmax(0,1fr);gap:40px}}
/* ---- 0921d ---- */
@media (max-width:1024px){
.combo{grid-template-columns:minmax(0,1fr)}
.ba-list,.plans.cols-3{grid-template-columns:minmax(0,1fr)}
.side-col .il-fig{max-width:480px}
}
@media (max-width:767px){
.plans{grid-template-columns:minmax(0,1fr)}
.plans>li{padding:24px}
.mini-flow{grid-template-columns:repeat(2,minmax(0,1fr))}
.mini-flow li+li::before{display:none}
.il-tag{font-size:12px;padding:2px 8px}
.statement{margin-top:40px}
.cmp thead{display:none}
.cmp,.cmp tbody,.cmp tr,.cmp th,.cmp td{display:block;width:auto}
.cmp tr{margin:0 0 16px;border:3px solid #1D2D50;border-radius:16px;overflow:hidden;background:#fff}
.cmp tbody th{width:auto;border-radius:0;padding:16px 16px 8px;font-size:18px}
.cmp td{padding:4px 16px 8px;font-size:16px}
.cmp tbody td:last-child{border-radius:0;padding-bottom:16px}
.cmp td::before{content:attr(data-label);display:block;font-size:12px;font-weight:900;color:#3B5488}
.cmp tr.us td::before{color:#C9D6EC}
}
@media (max-width:1024px){
.usecase.ways>li{grid-template-columns:minmax(0,1fr) 320px;gap:0 24px;padding:24px}
}
@media (max-width:767px){
.usecase.ways>li{display:block}
.usecase.ways>li>.way-fig{margin:16px 0 8px}
.usecase.ways>li>b{font-size:20px}
.usecase.ways>li>p{font-size:16px}
}
/* 0921e: スマホの崩れの直し */
@media (max-width:767px){
.team-card a{display:block}
.team-card img{width:100%;max-width:420px;margin:0 auto 16px}
.team-card h3{margin-top:8px}
.survey.cols-3{grid-template-columns:minmax(0,1fr)}
.survey.cols-3 li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center}
.survey.cols-3 p{margin-top:0;font-size:16px}
.quiz-top span{font-size:16px}
.staff-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}
.staff-grid p{font-size:15px}
.docs-preview li{grid-template-columns:112px minmax(0,1fr)}
.docs-preview p{grid-column:1/-1}
.cl{display:block}
}
/* ==== 青基調への上書き（代表の指示 2026-09-21「オレンジの印象が強い。こちらはブルーの印象強めがいい」）====
   使う色: Navy #1D2D50／Navy の明るい面 #E9EEF6／Navy の中間 #3B5488／Navy 地の上の淡い青 #C9D6EC。
   Orange #F48B21 は、主ボタン・見出しの1語のマーカー・数字の下線・小さな点と矢印だけに使う。 */

/* ---- 帯: 薄いオレンジの面は、薄い青の面へ。オレンジの帯は使わない ---- */
.band-tint,.page-intro{background:#E9EEF6}
.band-orange{background:#E9EEF6;color:#000}
.band-orange .sec-en{color:#1D2D50;-webkit-text-stroke:0;paint-order:normal}
.band-orange h2 .mk{background:#F48B21;color:#1D2D50}
.band-orange .u{box-shadow:inset 0 -12px 0 #F48B21}
.band-orange .button{background:#F48B21;border-color:#F48B21;color:#1D2D50}
.band-orange .button:hover{background:#1D2D50;border-color:#1D2D50;color:#fff}
.band-orange .text-link{border-bottom-color:#F48B21}
.ai .sec-lead{color:#000}
.page-intro .sec-en{color:#1D2D50}
.band-navy .sec-en,.end-cta .sec-en{color:#C9D6EC}
.band-navy .cap,.end-cta .cap{background:#C9D6EC;color:#1D2D50}

/* ---- ヒーロー: Navy の面に白い文字。オレンジは「武器」の1語と主ボタンだけ ---- */
.hero{background:#1D2D50;color:#fff}
.hero::before{background-image:url("/assets/img/halftone-tr-white.svg");opacity:.5}
.hero h1{color:#fff}
.hero-place{background:transparent;border-color:#C9D6EC;color:#fff}
.hero-lead strong{background:#3B5488;color:#fff}
.hero .button-note{color:#C9D6EC}
.hero .button.secondary{background:transparent;border-color:#fff;color:#fff}
.hero .button.secondary:hover{background:#fff;color:#1D2D50}
.hero .button:hover{background:#fff;border-color:#fff;color:#1D2D50}
.hero :focus-visible{outline-color:#F48B21}
.hv-frame{border-color:#fff;box-shadow:16px 16px 0 #3B5488}
.hv-sound{border-color:#fff}
.hv-sound:hover,.hv-sound[aria-pressed=true]{background:#C9D6EC}
.hv-cap{color:#C9D6EC}

/* ---- 実績の帯: 白い面に Navy の数字＋オレンジの下線 ---- */
.facts{background:#fff;color:#000;border-bottom:1px solid #e5e5e5}
.facts-title{color:#1D2D50}
.facts-title::after{background:#1D2D50}
.facts dl>div{border-left-color:#e5e5e5}
.facts dt{color:#1D2D50}
.facts dd{color:#1D2D50}
.facts dd b{color:#1D2D50;box-shadow:inset 0 -12px 0 #F48B21}
.facts dd.facts-note,.facts-asof{color:#666}

/* ---- 吹き出し・カード・地図: 面は薄い青、強調は Navy ---- */
.themes li:nth-child(2) .theme-voice,.themes li:nth-child(2) .theme-voice::after{background:#E9EEF6}
.theme-to small{color:#C9D6EC}
.worries li.hot{background:#1D2D50;color:#fff}
.worries li.hot::after{background:#1D2D50}
.answer b,.answer small{color:#C9D6EC}
.story-before small{background:#E9EEF6}
.story-after small{background:#1D2D50;color:#fff}
.story a:hover{box-shadow:8px 8px 0 #3B5488}
.chip-button:hover{background:#E9EEF6}
.made li span{background:#E9EEF6}
.map7-head b:nth-child(3),.map7-cell:nth-child(2){background:#E9EEF6}
.map7-no,.rm-name .no{background:#1D2D50;color:#fff;border-color:#1D2D50}
.map7-price{background:#fff;border:2px solid #1D2D50;color:#1D2D50}
.map-side{background:#1D2D50;color:#fff;box-shadow:12px 12px 0 #3B5488}
.map-side h3{color:#fff}
.map-side .cap{background:#C9D6EC;color:#1D2D50}
.map-side .text-link{color:#fff;border-bottom-color:#F48B21}
.steps4 li::before,.flow li::before,.quiz-top b{background:#1D2D50;color:#fff;border-color:#fff}
.band:not(.band-navy) .steps4 li::before,.flow li::before,.quiz-top b{border-color:#1D2D50}
.steps4 small,.flow small{background:#E9EEF6}
.steps4 li+li::after,.box-steps li+li::before{border-color:#C9D6EC}
.band:not(.band-navy) .steps4 li+li::after,.box-steps li+li::before{border-color:#1D2D50}
.kv-panel,.panel.orange-shadow,.fit>div:first-child{box-shadow:12px 12px 0 #3B5488}
.tile{background:#E9EEF6}
.tiles li:nth-child(3n+1) .tile,.tiles li.tile:nth-child(3n+1){box-shadow:8px 8px 0 #3B5488}
.usecase li:nth-child(3n+2){background:#E9EEF6}
.promise li::before{background:#1D2D50;color:#fff}
.heart .l{background:#1D2D50;color:#fff}
.mvv h3,.mvv h2{background:#1D2D50;color:#fff}
.faq-list summary::before{background:#1D2D50;color:#fff}
.rm-cell.no{background:#E9EEF6}
.result-next{background:#E9EEF6}
.tel-card{background:#1D2D50;color:#fff}
.tel-card a{color:#fff}
.tel-card .cap{background:#C9D6EC;color:#1D2D50}
.anchor-nav a:hover{background:#E9EEF6}
.side-nav a:hover{background:#E9EEF6}
.post-nav a:hover,.pager a:hover{background:#E9EEF6}
.prose blockquote{background:#E9EEF6}
.quiz-choices button:hover{background:#E9EEF6}
.result-rows .no{background:#1D2D50;color:#fff}
.staff-grid li:nth-child(odd) figure{box-shadow:8px 8px 0 #3B5488}

/* ---- フッターと締め ---- */
.footer-mission{color:#fff}
.footer-nav b{color:#C9D6EC}
.cta-tel b{box-shadow:inset 0 -8px 0 #F48B21}

/* ---- ヒーローの動画の枠の形は、実際に選んだ動画（site.js が付ける is-portrait／is-landscape）に合わせる。
        aspect-ratio を知らない古いブラウザでも縦長になるよう、枠の中の ::before の padding（枠自身の幅が基準）で高さをつくる ---- */
.hv-frame.is-portrait::before,.hv-frame.is-landscape::before{content:"";display:block}
.hv-frame.is-landscape::before{padding-top:56.25%}
.hv-frame.is-portrait::before{padding-top:177.78%}
.hv-frame.is-portrait .hv,.hv-frame.is-landscape .hv{position:absolute;left:0;top:0;width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:cover}
.hv-frame.is-portrait{max-width:340px;margin-left:auto;margin-right:auto}

@media (max-width:1024px){
.hv-frame{box-shadow:12px 12px 0 #3B5488}
}
@media (max-width:767px){
.hv-frame{box-shadow:8px 8px 0 #3B5488}
.price-cards li:first-child{box-shadow:8px 8px 0 #3B5488}
.kv-panel,.panel.orange-shadow,.fit>div:first-child{box-shadow:8px 8px 0 #3B5488}
}
/* 120点のブラッシュアップ（2026-09-22）。いちばん最後に読み込む。色は Navy #1D2D50 / Orange #F48B21 / 面 #E9EEF6 / 中間の青 #3B5488。値は直書き */

/* 改行: WordPress 側の相談の帯にも、文節で折り返す指定を効かせる */
.end-cta{word-break:keep-all;overflow-wrap:anywhere}

/* ── トップ: 触れる診断（1問目） ── */
.home-quiz{background:#E9EEF6;padding:96px 0 64px}
.hq-box{position:relative;display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:24px 64px;align-items:center;padding:40px 48px;border:3px solid #1D2D50;border-radius:24px;background:#fff;box-shadow:12px 12px 0 #1D2D50}
.hq-robo{position:absolute;right:40px;top:-150px;width:130px;height:auto;pointer-events:none}
.hq-head h2{margin-top:16px;font-size:30px;font-weight:900;line-height:1.55;color:#1D2D50}
.hq-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-top:40px}
.hq-a{display:flex;align-items:center;justify-content:center;min-height:72px;padding:8px 12px;border-radius:999px;border:3px solid #1D2D50;background:#fff;color:#1D2D50;font-size:20px;font-weight:900;text-decoration:none;text-align:center;transition:background-color .18s,transform .18s}
.hq-a:hover{background:#F48B21;transform:translateY(-2px)}
.hq-note{grid-column:1/-1;font-size:16px;color:#666;max-width:none}

/* ── トップ: お客様の顔の帯 ── */
.faces{list-style:none;margin:0 0 48px;padding:0;display:flex;flex-wrap:wrap;gap:12px}
.faces li{margin:0;flex:none}
.faces a{display:block;width:76px;height:76px;border-radius:50%;border:3px solid #1D2D50;overflow:hidden;background:#fff;transition:transform .18s}
.faces a:hover{transform:translateY(-4px)}
.faces img{display:block;width:100%;height:100%;object-fit:cover}

/* お客様の声のカード: 社名とリンクを下端にそろえる。写真を出さないカード。最後の「貴社の声も」 */
.story-body .case-who{margin-top:auto}
.story figure.no-photo{display:flex;align-items:center;justify-content:center;background:#1D2D50;position:relative}
.story figure.no-photo::before{content:"「";position:absolute;left:24px;top:0;font-size:120px;font-weight:900;line-height:1;color:#F48B21}
.story figure.no-photo span{font-size:24px;font-weight:900;color:#fff;letter-spacing:.08em}
.story-next{margin:0;min-width:0}
.story-next a{display:flex;flex-direction:column;height:100%;box-sizing:border-box;border:3px solid #1D2D50;border-radius:24px;box-shadow:12px 12px 0 #3B5488;text-decoration:none;transition:transform .18s,box-shadow .18s;justify-content:center;gap:16px;padding:40px 32px;background:#1D2D50;color:#fff}
.story-next b{font-size:28px;font-weight:900;line-height:1.5;color:#fff}
.story-next p{font-size:17px;line-height:1.75;color:#fff;max-width:none}
.story-next .story-go{color:#fff}
.story-next .story-go::after{border-color:#fff}
.story-next a:hover{transform:translate(4px,4px);box-shadow:8px 8px 0 #F48B21}
.stories.all.is-short .story:nth-child(n+10){display:none}

/* トップの「AIでつくったもの」: 狭い2列をやめ、文の下に3列で広く置く（1行の字数を確保して、行末のガタつきを減らす） */
.home .ai{grid-template-columns:minmax(0,1fr);gap:48px}
.home .ai>div:first-child{max-width:960px}
.home .made{padding:0}
.home .made ul{grid-template-columns:repeat(3,minmax(0,1fr))}
.home .made li:nth-child(5){grid-column:span 2}

/* ── トップ: IT見えるBOX ── */
.hb-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}
.hb-points{list-style:none;margin:40px 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.hb-points li{margin:0;padding:16px;border:3px solid #1D2D50;border-radius:24px;background:#fff;font-size:16px;font-weight:700;line-height:1.6;color:#000}
.hb-points b{display:block;font-size:28px;font-weight:900;line-height:1.3;color:#1D2D50}
.hb-fig{margin:0;border:3px solid #1D2D50;border-radius:24px;background:#fff;overflow:hidden;box-shadow:16px 16px 0 #3B5488;transform:rotate(1.5deg)}
.hb-fig img{display:block;width:100%;height:auto}

.hb-demo{margin-top:64px;border:3px solid #1D2D50;border-radius:24px;background:#fff;overflow:hidden}
.hb-demo-bar{display:flex;align-items:center;justify-content:space-between;gap:16px 40px;padding:24px 32px}
.hb-demo-bar p{font-size:18px;line-height:1.75;max-width:none}
.hb-demo-bar b{display:block;font-size:24px;font-weight:900;color:#1D2D50}
.hb-demo-bar .button{flex:none}
.hb-demo-frame{border-top:3px solid #1D2D50;background:#f7f8f9}
.hb-demo-frame[hidden]{display:none}
.hb-demo-frame iframe{display:block;width:100%;height:760px;border:0}

/* ── トップ: 正直さ（代表の約束） ── */
.honest{overflow:visible}
.honest-top{display:grid;grid-template-columns:440px minmax(0,1fr);gap:64px;align-items:center}
.honest .who{text-align:center;min-width:0;margin-top:-176px}
.honest .who img{display:block;width:100%;height:auto}
.honest .who p{margin-top:8px;font-size:16px;line-height:1.6;color:#666;max-width:none}
.honest .who b{display:block;font-size:22px;color:#1D2D50}
.honest-say{position:relative;padding:48px;border:4px solid #1D2D50;border-radius:40px;background:#fff;box-shadow:16px 16px 0 #1D2D50}
.honest-say::before,.honest-say::after{content:"";position:absolute;width:0;height:0;border-style:solid}
.honest-say::before{left:-44px;top:96px;border-width:24px 42px 24px 0;border-color:transparent #1D2D50 transparent transparent}
.honest-say::after{left:-34px;top:100px;border-width:20px 36px 20px 0;border-color:transparent #fff transparent transparent}
.honest-say .sec-en{color:#F48B21}
.honest-say h2{font-size:clamp(36px,3.8vw,60px);font-weight:900;line-height:1.4;color:#1D2D50}
.honest-sub{margin-top:24px;font-size:22px;font-weight:700;line-height:1.7;color:#000;max-width:none}
.honest-doors{list-style:none;margin:64px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.honest-doors li{margin:0;min-width:0}
.honest-doors a{position:relative;display:flex;flex-direction:column;gap:8px;height:100%;padding:24px 56px 24px 24px;border:3px solid #1D2D50;border-radius:24px;background:#fff;color:#000;text-decoration:none;transition:transform .18s,box-shadow .18s}
.honest-doors a:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 #F48B21}
.honest-doors a::after{content:"";position:absolute;right:24px;top:50%;width:12px;height:12px;border-top:3px solid #1D2D50;border-right:3px solid #1D2D50;transform:translateY(-50%) rotate(45deg)}
.honest-doors small{align-self:flex-start;font-size:13px;font-weight:900;color:#fff;background:#1D2D50;border-radius:999px;padding:2px 12px}
.honest-doors b{font-size:24px;font-weight:900;line-height:1.5;color:#1D2D50}
.honest-doors p{font-size:17px;line-height:1.75;max-width:none}
.honest-msg{margin-top:64px;max-width:960px}
.honest-msg h3{font-size:28px;font-weight:900;line-height:1.5;color:#1D2D50}
.honest-msg p{margin-top:16px;line-height:1.75}
.honest-msg .button-group{margin-top:24px;align-items:center;gap:16px 32px}

/* ── 動画: 自前の再生ボタン（標準の操作バーは、押したあとに出す） ── */
.vp{position:relative}
.vp-play{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:inline-flex;align-items:center;gap:12px;min-height:56px;padding:8px 32px;border-radius:999px;border:3px solid #1D2D50;background:#F48B21;color:#1D2D50;font-family:inherit;font-size:17px;font-weight:900;line-height:1.4;white-space:nowrap;cursor:pointer;box-shadow:4px 4px 0 #1D2D50}
.vp-play:hover{background:#fff}
.vp-play[hidden]{display:none}
.vp-ico{flex:none;width:16px;height:18px;background:#1D2D50;clip-path:polygon(0 0,100% 50%,0 100%)}

/* ── 手順が5枚の時は、5枚目を横長のゴールのカードにして、空きマスを残さない ── */
.flow li:nth-child(5):last-child{grid-column:span 2}

/* ── IT見えるBOX: 実画面の大きな絵と注釈／毎日の見張りの2段／約束と設計／手元に残るもの ── */
.screen-shot{margin:0;border:3px solid #1D2D50;border-radius:24px;background:#fff;overflow:hidden;box-shadow:16px 16px 0 #3B5488}
.screen-shot img{display:block;width:100%;height:auto}
.screen-shot figcaption{padding:12px 24px;border-top:3px solid #1D2D50;font-size:16px;color:#000;background:#fff}
.screen-shot figcaption a{display:inline-flex;align-items:center;min-height:44px;color:#1D2D50;font-weight:700;text-decoration:underline;text-decoration-color:#F48B21;text-decoration-thickness:3px}
.screen-notes{list-style:none;margin:64px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 24px;counter-reset:sn}
.screen-notes li{position:relative;margin:0;padding-top:56px;min-width:0;counter-increment:sn}
.screen-notes li::before{content:counter(sn);position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#1D2D50;color:#fff;font-size:20px;font-weight:900}
.screen-notes b{display:block;font-size:20px;font-weight:900;line-height:1.5;color:#1D2D50}
.screen-notes p{margin-top:8px;font-size:16px;line-height:1.75;color:#000;max-width:none}
.watch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}
.watch-col{padding:40px;border:3px solid #1D2D50;border-radius:24px;background:#fff;min-width:0}
.watch-col:nth-child(2){background:#E9EEF6;box-shadow:12px 12px 0 #3B5488}
.watch-col h3{display:inline-block;font-size:16px;font-weight:900;color:#fff;background:#1D2D50;border-radius:999px;padding:4px 24px}
.watch-col ul{list-style:none;margin:16px 0 0;padding:0}
.watch-col li{margin:0;padding:24px 0;border-top:2px dashed #1D2D50}
.watch-col li:first-child{border-top:0;padding-top:8px}
.watch-col li:last-child{padding-bottom:0}
.watch-col b{display:block;font-size:21px;font-weight:900;line-height:1.5;color:#1D2D50}
.watch-col p{margin-top:8px;font-size:17px;line-height:1.75;color:#000;max-width:none}
.promise-design{margin-top:80px}
.promise-design h3{font-size:30px;font-weight:900;line-height:1.5;color:#fff}
.promise-design ul{list-style:none;margin:32px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.promise-design li{margin:0;padding:24px;border:2px solid #fff;border-radius:24px;min-width:0}
.promise-design b{display:block;font-size:19px;font-weight:900;line-height:1.5;color:#fff}
.promise-design p{margin-top:8px;font-size:16px;line-height:1.75;color:#E9EEF6;max-width:none}
.get-list{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 40px}
.tile{color:#000;font-weight:400}

/* ── スタッフ紹介: 絵を大きく、人数ぴったりの列に ── */
.staff-grid,.staff-grid.n4{grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 32px}
.staff-grid figure{border-width:3px;border-radius:24px}
.staff-grid p{margin-top:16px;font-size:17px;line-height:1.75}
.staff-group.g3{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,3fr);gap:32px;align-items:start}
.staff-group.g3 .staff-head{display:block;margin-bottom:0}
.staff-group.g3 .staff-head h2{margin-top:8px}
.staff-group.g3 .staff-head p:not(.chip){margin-top:16px}
.staff-grid.n3{grid-template-columns:repeat(3,minmax(0,1fr))}
.staff-grid.n7{display:flex;flex-wrap:wrap;justify-content:center}
.staff-grid.n7 li{flex:none;width:calc((100% - 96px)/4)}

/* ── 相談の帯: 案内役のロボが、枠の上へ身を乗り出す ── */
.end-cta{overflow:visible}
.cta-robo{position:absolute;right:max(24px,calc(50% - 900px));top:-120px;display:flex;align-items:flex-end;gap:8px;pointer-events:none;z-index:2}
.cta-robo img{display:block;width:auto;height:200px;filter:drop-shadow(3px 0 0 #fff) drop-shadow(-3px 0 0 #fff) drop-shadow(0 3px 0 #fff) drop-shadow(0 -3px 0 #fff)}
.cta-robo p{order:-1;position:relative;margin:0 0 96px;padding:12px 24px;border:3px solid #1D2D50;border-radius:24px;background:#fff;color:#1D2D50;font-size:17px;font-weight:900;line-height:1.5;max-width:280px}
.cta-robo p::after{content:"";position:absolute;right:-16px;bottom:16px;border-style:solid;border-width:10px 0 10px 16px;border-color:transparent transparent transparent #1D2D50}

/* ── ブログの一覧: サムネを Navy・Orange の型にそろえる ── */
.post-list figure.typed{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:24px;background-color:#1D2D50;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='2' cy='2' r='1.5' fill='%23ffffff' fill-opacity='.14'/%3E%3C/svg%3E")}
.post-list figure.typed small{font-size:15px;font-weight:900;letter-spacing:.08em;color:#1D2D50;background:#F48B21;border-radius:999px;padding:2px 16px}
.post-list figure.typed strong{margin-top:8px;font-size:72px;font-weight:900;line-height:1;color:#fff;font-variant-numeric:tabular-nums;word-break:normal}
.post-list li:nth-child(3n+2) figure.typed{background-color:#E9EEF6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='2' cy='2' r='1.5' fill='%231D2D50' fill-opacity='.16'/%3E%3C/svg%3E")}
.post-list li:nth-child(3n+2) figure.typed strong{color:#1D2D50}
.post-list li:nth-child(3n) figure.typed{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='2' cy='2' r='1.5' fill='%231D2D50' fill-opacity='.12'/%3E%3C/svg%3E")}
.post-list li:nth-child(3n) figure.typed strong{color:#1D2D50}

@media (max-width:1200px){
.screen-notes{grid-template-columns:repeat(2,minmax(0,1fr))}
.promise-design ul{grid-template-columns:repeat(2,minmax(0,1fr))}
.cta-robo p{display:none}
}
@media (max-width:1024px){
.home .made ul{grid-template-columns:repeat(2,minmax(0,1fr))}
.home .made li:nth-child(5){grid-column:1/-1}
.hq-box{grid-template-columns:minmax(0,1fr);padding:40px 32px}
.hq-choices{padding-top:0}
.hb-grid{grid-template-columns:minmax(0,1fr);gap:40px}
.honest-top{grid-template-columns:minmax(0,1fr);gap:24px}
.honest .who{margin-top:-144px;max-width:360px;margin-left:auto;margin-right:auto}
.honest-say::before,.honest-say::after{display:none}
.honest-doors{grid-template-columns:minmax(0,1fr)}
.watch{grid-template-columns:minmax(0,1fr)}
.staff-grid,.staff-grid.n4,.staff-grid.n3{grid-template-columns:repeat(3,minmax(0,1fr))}
.staff-group.g3{display:block}
.staff-group.g3 .staff-head{margin-bottom:40px}
.staff-grid.n7 li{width:calc((100% - 64px)/3)}
.cta-robo img{height:150px}
.cta-robo{top:-90px}
}
@media (max-width:767px){
.home-quiz{padding:88px 0 40px}
.hq-box{padding:32px 20px 24px;box-shadow:8px 8px 0 #1D2D50}
.hq-robo{width:84px;top:-100px;right:16px}
.hq-head h2{font-size:22px}
.hq-choices{gap:8px}
.hq-a{min-height:64px;font-size:17px;padding:8px 4px}
.hq-note{font-size:15px}
.faces{flex-wrap:nowrap;overflow-x:auto;gap:8px;margin-bottom:32px;padding-bottom:8px;scrollbar-width:thin}
.faces a{width:60px;height:60px;border-width:2px}
.story-next a{padding:32px 24px}
.story-next b{font-size:24px}
.hb-points{grid-template-columns:minmax(0,1fr);gap:8px;margin:24px 0}
.hb-points li{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:16px;padding:12px 16px;font-size:16px}
.hb-points b{font-size:24px}
.hb-fig{box-shadow:8px 8px 0 #3B5488;transform:none}
.hb-demo{display:none}
.honest .who{margin-top:-112px;max-width:280px}
.honest-say{padding:32px 24px;border-width:3px;border-radius:24px;box-shadow:8px 8px 0 #1D2D50}
.honest-say h2{font-size:32px}
.honest-sub{font-size:18px}
.honest-doors{margin-top:40px;gap:16px}
.honest-doors b{font-size:21px}
.honest-msg{margin-top:40px}
.honest-msg h3{font-size:24px}
.vp-play{bottom:12px;min-height:48px;padding:4px 20px;font-size:14px}
.flow li:nth-child(5):last-child{grid-column:auto}
.screen-shot{box-shadow:8px 8px 0 #3B5488;border-radius:16px}
.screen-shot figcaption{padding:12px 16px;font-size:15px}
.screen-notes{grid-template-columns:minmax(0,1fr);gap:24px;margin-top:40px}
.screen-notes li{padding:0 0 0 56px;min-height:44px}
.screen-notes p{font-size:17px}
.watch-col{padding:24px}
.watch-col:nth-child(2){box-shadow:8px 8px 0 #3B5488}
.watch-col b{font-size:19px}
.promise-design{margin-top:48px}
.promise-design h3{font-size:24px}
.promise-design ul{grid-template-columns:minmax(0,1fr);gap:16px}
.promise-design p{font-size:17px}
.get-list{grid-template-columns:minmax(0,1fr)}
.staff-grid,.staff-grid.n4,.staff-grid.n3{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}
.staff-grid.n7 li{width:calc((100% - 16px)/2)}
.staff-grid.n7{gap:24px 16px}
.staff-grid p{font-size:16px}
.cta-robo{right:16px;top:-72px}
.cta-robo img{height:120px}
.post-list figure.typed strong{font-size:56px}
/* サービスの地図: スマホでも、領域ごとに3段を見せる */
.home .map7-row{padding:16px 0}
.home .map7-cells{gap:4px;margin-top:4px}
.home .map7-cell{display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:12px;padding:8px 12px}
.home .map7-cell .map7-stage{font-size:13px;letter-spacing:0}
.home .map7-cell b{font-size:15px;line-height:1.5}
.home .map7-cell.draft{display:block}
/* トップ: ご相談の吹き出しを、スマホでは縦に */
.home .worries{flex-direction:column;align-items:stretch;gap:32px;margin-top:40px}
.home .worries li{font-size:16px;transform:none}
.home .worries li:nth-child(even){transform:none}
/* 相談ページ: フォームの前に、電話番号のカード */
.contact-grid{display:flex;flex-direction:column;gap:24px}
.contact-side{display:contents}
.contact-grid .tel-card{order:-1}
}
/* 役割の分担: 左端だけの色の棒をやめ、ほかと同じ囲みのカードに */
.org-row li{padding:24px;border-left:0;border:3px solid #1D2D50;border-radius:24px;background:#fff}
/* 診断の結果を、A4 1枚の結果シートとして印刷する */
.print-only{display:none}
@media print{
@page{size:A4;margin:12mm}
.print-only{display:block}
.sheet-head{display:flex;align-items:center;justify-content:space-between;gap:16pt;padding-bottom:8pt;margin-bottom:12pt;border-bottom:2pt solid #1D2D50}
.sheet-head img{width:120pt;height:auto}
.sheet-head p{margin:0;text-align:right;max-width:none}
.sheet-head b{display:block;font-size:16pt;font-weight:900;color:#1D2D50}
.sheet-head span{font-size:10pt;color:#000}
.sheet-foot{margin-top:6pt;padding-top:6pt;border-top:1pt solid #1D2D50}
.sheet-foot p{margin:0 0 4pt;font-size:9pt;line-height:1.6;max-width:none}
body:has(#quiz-result:not([hidden])) .result-next,body:has(#quiz-result:not([hidden])) .home-quiz{display:none}
#quiz-result .result-head h2{font-size:16pt}
body:has(#quiz-result:not([hidden])) .band{background:#fff;padding:0}
body:has(#quiz-result:not([hidden])) .container{max-width:none;padding:0}
.quiz{border:0;padding:0}
#quiz-result .result-map{margin-top:8pt;gap:3pt}
#quiz-result .rm-row{display:grid;grid-template-columns:120pt minmax(0,1fr) 58pt 58pt;gap:4pt;padding:0;border-top:0}
#quiz-result .rm-head{display:grid}
#quiz-result .rm-head span{padding:2pt 4pt;font-size:7.5pt;white-space:nowrap}
#quiz-result .rm-name{padding:0}
#quiz-result .rm-name .no{width:18pt;height:18pt;font-size:9pt}
#quiz-result .rm-name b{font-size:10pt}
#quiz-result .rm-cell small{display:none}
#quiz-result .rm-cell b{font-size:10pt}
#quiz-result .rm-cell.pending{flex-direction:column;padding:2pt 4pt;align-items:center}
#quiz-result .rm-cell.pending b{font-size:8pt}
#quiz-result .result-score b{font-size:24pt}
#quiz-result .result-head{gap:4pt}
#quiz-result .rm-cell{padding:2pt 6pt;border-width:1pt;border-radius:6pt}
#quiz-result .rm-cell p{font-size:9pt;line-height:1.5;margin-top:2pt}
#quiz-result .result-note{font-size:8.5pt;line-height:1.5;margin-top:6pt}
.cta-robo{display:none}
}
/* ── 目視検証（2026-09-22）の指摘の直し ── */
.nw{white-space:nowrap}
.vp-play{left:0;right:0;margin:0 auto;width:max-content;max-width:calc(100% - 32px);transform:none}
.vp-play wbr,.hq-a wbr,.button wbr{display:none}
.home .ai .text-link{margin-right:40px}
.stories.all .story-next{grid-column:span 2}
.stories.all .story-next a{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px 40px;height:auto;padding:48px}
.stories.all .story-next{align-self:start}
.stories.all .story-next b{flex:1 1 320px}
.stories.all .story-next p{flex:1 1 320px}
.staff-group.g3{grid-template-columns:minmax(340px,1fr) minmax(0,3fr)}
.staff-group.g3 .staff-head h2{font-size:26px;text-wrap:balance}
.home .map-side p{font-size:17px;line-height:1.75}
.flow li:nth-child(5):last-child{align-self:start}
.cta-robo{top:-104px}
.faces{max-width:980px}
@media (max-width:1024px){
.stories.all .story-next{grid-column:1/-1}
.staff-group.g3 .staff-head h2{font-size:30px}
}
@media (max-width:767px){
.vp-play{position:static;display:flex;margin:12px auto 0;box-shadow:3px 3px 0 #1D2D50}
.hq-choices{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.4fr)}
.hq-a{font-size:16px;white-space:nowrap;padding:8px 2px}
.home .made ul{grid-template-columns:minmax(0,1fr)}
.home .made li:nth-child(5){grid-column:auto}
.home .ai .text-link{margin-right:0}
.stories.all .story-next a{display:flex;flex-direction:column;align-items:flex-start;padding:32px 24px}
.stories.all .story-next b,.stories.all .story-next p{flex:none}
.contact-grid .tel-card{width:auto;margin:0;align-self:stretch;box-sizing:border-box}
.staff-grid.n3 li:last-child:nth-child(odd){grid-column:1/-1;width:calc(50% - 8px);justify-self:center}
.screen-shot{overflow-x:auto}
.screen-shot img{width:720px;max-width:none}
.screen-shot figcaption{position:sticky;left:0;width:calc(100vw - 38px);box-sizing:border-box}
.cta-robo{top:-64px}
.faces{max-width:none}
}
