/* MI-ZA テーマ：site.css（部品）に MI-ZA Brand の色をのせる */
:root{
  --paper:#F6F9FC; --paper-2:#E9F1F7; --card:#FFFFFF;
  --ink:#0F2238; --ink-2:#2C4256; --stone:#5C7184; --stone-2:#8FA1B1;
  --line:rgba(15,34,56,.12); --line-2:rgba(15,34,56,.06);
  --cyan:#2E7BA6; --cyan-deep:#23648A; --cyan-soft:rgba(46,123,166,.12);
  --stage:#0F2238; --stage-2:#16304B; --stage-3:#1D3A58;
  --stage-ink:#F6F9FC; --stage-ink-2:#A9BCCB; --stage-line:rgba(228,239,247,.14);
  --sun:#E8A93A; --coral:#E89380; --sky:#7BB7D6;
}
.topbar .dot,.page-home .topbar .dot{background:var(--sun)}
.page-home .gnav.solid{background:rgba(246,249,252,.92)}
/* ロゴ（SVG の余白が大きいので、表示枠より大きめに置く） */
.brand img{height:44px;width:auto}
.gnav{background:rgba(246,249,252,.9)}
footer .flogo{height:56px;width:auto;margin:0 0 18px}

/* ヒーロー：沖縄の空撮（色は活かし、文字の側だけ暗くする） */
.hero-okinawa{background:var(--ink);color:#fff;min-height:min(100svh,980px);align-items:center}
.hero-okinawa .bg img,.hero-okinawa .bg video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-okinawa .veil{background:
  linear-gradient(98deg,rgba(15,34,56,.74) 0%,rgba(15,34,56,.44) 42%,rgba(15,34,56,.05) 100%),
  linear-gradient(180deg,rgba(15,34,56,.58) 0%,rgba(15,34,56,0) 26%,rgba(15,34,56,0) 72%,rgba(15,34,56,.5) 100%)}
.hero-okinawa .wrap{padding-block:clamp(140px,17vw,200px) clamp(90px,10vw,130px)}
.hero-okinawa h1{font-family:var(--en);font-weight:600;font-size:clamp(46px,8.4vw,120px);line-height:1.02;letter-spacing:-.035em;color:#fff;max-width:none}
.hero-okinawa h1 .pre{display:block;font-size:.46em;letter-spacing:-.02em;margin-bottom:.14em;color:rgba(255,255,255,.92)}
.hero-okinawa .sub{margin-top:clamp(22px,2.8vw,34px);font-size:clamp(19px,2.3vw,30px);font-weight:700;line-height:1.6;color:#fff;letter-spacing:.04em}
.hero-okinawa .actions{margin-top:clamp(28px,3.4vw,42px);align-items:center;gap:14px 18px}
.hero-okinawa .scroll{color:rgba(255,255,255,.8)}
.hero-okinawa .scroll i{background:rgba(255,255,255,.8)}
@media (prefers-reduced-motion:reduce){.hero-okinawa .bg video{display:none}}
.btn-white{background:#fff;color:var(--ink)}
.btn-white:hover{background:#E4EFF7}
/* 背景動画の一時停止ボタン */
.vctl{position:absolute;right:clamp(16px,3vw,32px);bottom:clamp(16px,3vw,28px);z-index:3;width:38px;height:38px;border-radius:50%;
  border:1px solid rgba(255,255,255,.6);background:rgba(15,34,56,.35);color:#fff;font-size:11px;cursor:pointer}
.vctl:hover{background:rgba(15,34,56,.55)}

/* MI-ZA の4色帯（accent / sun / coral / sky） */
.strip4{display:flex;height:6px;width:132px;margin-top:26px}
.strip4 i{flex:1}
.strip4 i:nth-child(1){background:var(--cyan)}
.strip4 i:nth-child(2){background:var(--sun)}
.strip4 i:nth-child(3){background:var(--coral)}
.strip4 i:nth-child(4){background:var(--sky)}
.stage .eyebrow.sun{color:var(--sun)}

/* 事業ページの小見出し・カード */
.subhead{margin:clamp(48px,6vw,80px) 0 22px}
.subhead .h3{margin-top:6px}
.box{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:clamp(20px,2.4vw,28px)}
.box h3{font-size:17px;margin:8px 0 10px}
.box p{font-size:14px;color:var(--ink-2);line-height:1.9}
.box .bul{margin-top:12px}
.box .bul li b{color:var(--ink)}
.terms{display:flex;flex-wrap:wrap;gap:10px 28px;margin-top:22px;font-size:14px;color:var(--ink-2)}
.terms b{color:var(--ink);margin-right:8px}

/* 声（引用） */
.voice{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:clamp(20px,2.4vw,28px);margin:0}
.voice p{font-size:15px;line-height:1.95;color:var(--ink)}
.voice cite{display:block;margin-top:12px;font-style:normal;font-family:var(--mono);font-size:11px;letter-spacing:.14em;color:var(--stone)}

/* スタッフ */
.person{display:grid;grid-template-columns:160px minmax(0,1fr);gap:clamp(20px,4vw,48px);align-items:start;padding:clamp(28px,4vw,48px) 0;border-top:1px solid var(--line)}
.person:first-of-type{border-top:0;padding-top:0}
.person img{width:160px;height:160px;object-fit:cover;object-position:center top;border-radius:16px}
.person .role{font-family:var(--mono);font-size:11px;letter-spacing:.2em;color:var(--cyan-deep)}
.person h2{font-size:clamp(22px,2.6vw,30px);margin:6px 0 4px}
.person .title{font-size:14px;color:var(--stone);margin-bottom:18px}
.person .bio p{font-size:15.5px;line-height:2;color:var(--ink-2);margin:0 0 14px}
.person .skill{font-size:14px;font-weight:700;color:var(--ink);margin-top:10px}
.mini-person{display:flex;gap:16px;align-items:flex-start}
.mini-person img{width:72px;height:72px;border-radius:12px;object-fit:cover;object-position:center top;flex-shrink:0}
@media (max-width:720px){.person{grid-template-columns:1fr}.person img{width:120px;height:120px}}

/* 記事の冒頭の要約・末尾の発信元 */
.post-meta{font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:var(--stone);margin-top:18px}
.prose .intro{font-size:15.5px;color:var(--stone);border-left:3px solid var(--sun);padding-left:16px;margin-bottom:28px}
.prose .panel{background:var(--paper-2);border-radius:14px;padding:18px 22px;margin:18px 0 22px}
.prose .panel ol{padding-left:22px;margin:0}
.prose .panel li{margin-bottom:10px;line-height:1.8}
.prose .panel li small{display:block;color:var(--stone);font-size:13px}
.prose ul.list,.prose ol.list{padding-left:24px;margin:0 0 18px}
.prose ul.list li,.prose ol.list li{margin-bottom:8px;line-height:1.9;color:var(--ink-2)}
.origin{margin-top:clamp(40px,5vw,56px);background:var(--paper-2);border-radius:16px;padding:clamp(20px,2.4vw,28px)}
.origin .eyebrow{margin-bottom:8px}
.origin p{font-size:14.5px;color:var(--ink-2);line-height:1.9;margin-bottom:14px}

/* お問い合わせ */
.steps3{display:flex;flex-wrap:wrap;gap:10px 26px;margin:6px 0 28px;font-size:14px;color:var(--ink-2)}
.steps3 b{font-family:var(--mono);font-size:11px;letter-spacing:.14em;color:var(--cyan-deep);margin-right:8px}
.form .hp{position:absolute;left:-9999px;top:-9999px}
.form .req{font-family:var(--mono);font-size:10px;letter-spacing:.14em;color:var(--cyan-deep);margin-left:8px}
.form .hint{font-weight:400;color:var(--stone);margin-left:6px;font-size:12px}
@media (max-width:720px){.form .row{grid-template-columns:1fr}}

/* カード内の小見出し（card と同じ見た目） */
.box .tag,.path .tag{font-family:var(--mono);font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--cyan-deep)}
.box p b{color:var(--ink)}
/* 会社概要・プライバシーの表 */
.tablewrap table{width:100%;border-collapse:collapse;font-size:15px}
.tablewrap th,.tablewrap td{padding:16px 20px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;line-height:1.8}
.tablewrap tr:last-child th,.tablewrap tr:last-child td{border-bottom:0}
.tablewrap th{width:9em;font-weight:700;color:var(--ink);white-space:nowrap;background:var(--paper-2)}
@media (max-width:640px){.tablewrap th,.tablewrap td{display:block;width:auto;padding:12px 16px}.tablewrap th{border-bottom:0;padding-bottom:4px}}
/* パンくず：リンクが続くときも区切りを入れる */
.crumb a+a::before{content:"/";margin-right:10px;color:var(--stone-2)}
/* 日本語の見出しは文節で折り返す（対応ブラウザのみ・他は従来どおり） */
h1,h2,h3,.h2,.h3,.lede{word-break:auto-phrase}
@media (max-width:640px){.tablewrap table{min-width:0;table-layout:fixed}.tablewrap td{overflow-wrap:anywhere}}
/* お知らせ（NEWS）一覧 */
.news li{scroll-margin-top:96px}
.news li:target{background:var(--paper-2)}
.news .t{font-size:15.5px;font-weight:700;color:var(--ink);line-height:1.7}
.news .body{line-height:1.9}
.news .body a{font-size:13.5px;font-weight:600;color:var(--cyan-deep);text-decoration:underline;text-underline-offset:3px}
