@charset "UTF-8";
/* ============================================================
   セミオーダー型在庫管理システム／資料請求フォーム
   ホットモック 共通スタイル
   ------------------------------------------------------------
   色は既存LPのスクリーンショットから抽出した実測値。
   フォーム部分は MW WP Form が出力する素の <input> / <textarea> /
   <input type="submit"> を直接セレクタで拾う書き方に統一している。
   （= 固定ページ側にクラスを足さなくてもスタイルが当たる）
   ============================================================ */

:root{
  /* ---- LP実測カラー ---- */
  --navy:        #11334e;   /* 見出し */
  --navy-soft:   #3f5d70;   /* 本文（濃） */
  --text:        #27424f;   /* 本文 */
  --muted:       #7d95a4;   /* 補足 */
  --cyan:        #2e9ab9;   /* シアン（濃） */
  --cyan-lt:     #40b0d0;   /* シアン（淡） */
  --cyan-pale:   #dff9f8;   /* セクション背景 */
  --cyan-mist:   #f1f9fb;   /* 入力欄背景 */
  --cyan-line:   #cfe9ef;   /* 罫線 */
  --orange:      #ef941d;   /* CTA */
  --orange-dk:   #ec8c0f;
  --orange-lt:   #f19721;
  --orange-sd:   #b46907;   /* CTAの落ち影 */
  --marker:      #fff541;   /* 蛍光マーカー */
  --error:       #d5372b;

  --radius:  20px;
  --radius-s:12px;
  --shadow:  0 6px 28px rgba(17,51,78,.08);
  --shadow-l:0 12px 40px rgba(17,51,78,.13);

  --font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-h: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }

html{ -webkit-text-size-adjust:100%; }
body{
  margin:0;
  font-family:var(--font);
  font-size:16px;
  line-height:1.9;
  color:var(--text);
  background:#fff;
}
img,svg{ max-width:100%; }
a{ color:var(--cyan); text-underline-offset:.2em; }
a:hover{ color:#1f7d99; }

.sk-wrap{ width:min(1120px, calc(100% - 48px)); margin-inline:auto; }
.sk-wrap--narrow{ width:min(900px, calc(100% - 48px)); }

/* ------------------------------------------------------------
   ヘッダー / フッター（LP踏襲・フォーム用に導線は最小化）
   ------------------------------------------------------------ */
.sk-head{
  position:relative; z-index:5;
  background:#fff;
  border-bottom:1px solid #edf3f5;
}
.sk-head__in{
  height:76px; display:flex; align-items:center; justify-content:space-between; gap:16px;
}
/* ロゴはCIガイドライン（saisys_CI_ver2）準拠：
   ・縦横比を変えない（height:auto のみ）
   ・指定色以外にしない／不透明度を下げない／影・フチを付けない
   ・最小サイズ 30mm（≒113px）を下回らない
   ・周囲のアイソレーション（余白）を他要素で侵さない */
.sk-logo{ display:inline-flex; align-items:center; text-decoration:none; }
.sk-logo__img{ display:block; width:220px; height:auto; }
.sk-foot .sk-logo__img{ width:200px; }
.sk-head__back{
  font-size:13px; color:var(--navy-soft); text-decoration:none; white-space:nowrap;
}
.sk-head__back:hover{ color:var(--cyan); }

.sk-foot{ background:#fff; border-top:1px solid #edf3f5; padding:34px 0 30px; }
.sk-foot__in{ display:flex; align-items:flex-start; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.sk-foot__links{ display:flex; gap:24px; flex-wrap:wrap; }
.sk-foot__links a{ font-size:13px; color:var(--navy-soft); text-decoration:none; }
.sk-foot__links a:hover{ color:var(--cyan); }
.sk-foot__copy{ width:100%; text-align:right; font-size:12px; color:var(--muted); margin-top:14px; }

/* ------------------------------------------------------------
   共通パーツ
   ------------------------------------------------------------ */
.sk-badge{
  display:inline-block;
  background:linear-gradient(90deg, var(--cyan) 0%, var(--cyan-lt) 100%);
  color:#fff; font-weight:700; font-size:13px; letter-spacing:.08em;
  padding:8px 22px; border-radius:999px;
}
.sk-badge--sq{ border-radius:6px; letter-spacing:.1em; font-size:12px; padding:7px 18px; }

.sk-h1{
  font-family:var(--font-h); font-weight:900; letter-spacing:.02em;
  font-size:clamp(22px, 3.2vw, 40px); line-height:1.5; color:var(--navy); margin:0;
}
.sk-h2{
  font-family:var(--font-h); font-weight:900; letter-spacing:.02em;
  font-size:clamp(20px, 2.4vw, 30px); line-height:1.55; color:var(--navy);
  margin:0; text-align:center;
}
.sk-h3{
  font-family:var(--font-h); font-weight:700; font-size:17px; line-height:1.6;
  color:var(--navy); margin:0;
}
.sk-lead{ font-size:16px; line-height:1.95; color:var(--navy-soft); margin:16px 0 0; }
.sk-mark{
  background:linear-gradient(transparent 62%, var(--marker) 62%);
  padding:0 .1em;
}
.sk-cyan{ color:var(--cyan); }

.sk-card{
  background:#fff; border-radius:var(--radius); box-shadow:var(--shadow);
}

/* チェックリスト（こんな方におすすめ） */
.sk-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px; }
.sk-list li{ display:flex; gap:12px; align-items:flex-start; font-size:15px; line-height:1.8; }
.sk-list li::before{
  content:""; flex:none; width:22px; height:22px; margin-top:4px; border-radius:50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 12.5 9.5 18 20 6.5'/%3E%3C/svg%3E") center/13px no-repeat,
    linear-gradient(135deg, var(--cyan) 0%, var(--cyan-lt) 100%);
}

/* 記載内容チップ（LPのCTAボックス踏襲） */
.sk-chips{ list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:8px 22px; }
.sk-chips li{ display:flex; align-items:center; gap:7px; font-size:14px; font-weight:700; color:var(--navy); }
.sk-chips li::before{ content:""; flex:none; width:9px; height:9px; border-radius:50%; background:var(--orange); }

/* メタ情報のピル */
.sk-pills{ list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:10px; }
.sk-pills li{
  font-size:13px; font-weight:700; color:#1f7d99;
  background:#fff; border:1px solid var(--cyan-line); padding:7px 16px; border-radius:999px;
}

/* ------------------------------------------------------------
   フォーム
   ------------------------------------------------------------
   MW WP Form 実装時の対応表：
     .sk-field  … 1項目のラッパー（固定ページ側で <div class="sk-field"> を書く）
     input      … [mwform_text] / [mwform_email] の出力をそのまま拾う
     .error     … [mwform_error] の出力（MW WP Form 既定のクラス）
   ------------------------------------------------------------ */
/* MW WP Form は自前で <form> を出力し、こちらのクラスは付かない。
   プラグインが必ず出す .mw_wp_form を起点にして、モック／WP どちらでも当たるようにする */
.mw_wp_form form{ display:flex; flex-direction:column; gap:22px; }
.sk-field{ display:flex; flex-direction:column; gap:8px; }
.sk-label{
  display:flex; align-items:center; gap:9px; flex-wrap:wrap;
  font-size:15px; font-weight:700; color:var(--navy);
}
.sk-req{
  font-size:11px; font-weight:700; color:#fff; letter-spacing:.04em;
  background:var(--orange); padding:3px 9px; border-radius:4px; line-height:1.5;
}
.sk-any{
  font-size:11px; font-weight:700; color:var(--muted); letter-spacing:.04em;
  background:#eef3f6; padding:3px 9px; border-radius:4px; line-height:1.5;
}
.sk-help{ margin:0; font-size:12.5px; line-height:1.7; color:var(--muted); }

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form textarea{
  width:100%;
  font-family:var(--font); font-size:16px; color:var(--navy);
  background:var(--cyan-mist);
  border:1px solid var(--cyan-line);
  border-radius:10px;
  padding:0 16px; height:56px;
  outline:none;
  transition:border-color .15s, box-shadow .15s, background-color .15s;
}
.mw_wp_form textarea{ height:auto; min-height:140px; padding:14px 16px; line-height:1.8; resize:vertical; }
.mw_wp_form input::placeholder,
.mw_wp_form textarea::placeholder{ color:#a8bcc7; }
.mw_wp_form input:focus,
.mw_wp_form textarea:focus{
  background:#fff; border-color:var(--cyan-lt);
  box-shadow:0 0 0 3px rgba(64,176,208,.22);
}
/* MW WP Form のエラー表示 */
.mw_wp_form .error{
  display:block; margin-top:2px; font-size:13px; font-weight:700; color:var(--error);
}
/* 同意チェックの囲みは flex なので、エラーが横に並ばないよう1行使わせる
   （show_error="false" にしていれば出ないが、付け忘れへの保険） */
.sk-consent-gate .error{ flex-basis:100%; margin-top:6px; }

.sk-consent{
  font-size:13px; line-height:1.85; color:var(--navy-soft);
  background:#f4fbfc; border-radius:var(--radius-s); padding:16px 18px;
}

/* 個人情報の取り扱いへの同意チェック
   ------------------------------------------------------------
   マークアップは MW WP Form の [mwform_checkbox] の出力そのまま
   （span.mwform-checkbox-field > label > input + span.mwform-checkbox-field-text）。
   ショートコードに置き換えても見た目は変わらない */
.sk-consent-gate{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap;
  margin-top:14px; padding:15px 18px;
  background:#f3fafc; border:1px solid var(--cyan-line); border-radius:var(--radius-s);
}
.mw_wp_form .mwform-checkbox-field label{
  display:flex; align-items:center; gap:10px; cursor:pointer;
  font-size:14.5px; font-weight:700; line-height:1.6; color:var(--navy);
}
.mw_wp_form input[type="checkbox"]{
  appearance:none; -webkit-appearance:none;
  flex:none; width:22px; height:22px; margin:0;
  border:2px solid #b1cedb; border-radius:5px; background:#fff; cursor:pointer;
  transition:background-color .15s, border-color .15s;
}
.mw_wp_form input[type="checkbox"]:checked{
  border-color:var(--cyan);
  background:var(--cyan)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 12.5 9.5 18 20 6.5'/%3E%3C/svg%3E")
    center/14px no-repeat;
}
.mw_wp_form input[type="checkbox"]:focus-visible{
  outline:3px solid rgba(64,176,208,.55); outline-offset:2px;
}

/* CTAボタン（LPの2行オレンジボタンを踏襲）
   ::before で小さい行を重ねているので、MW WP Form の
   [mwform_submitButton]（= <input type="submit">）でも同じ見た目になる */
.sk-cta-wrap{ position:relative; display:block; }
.sk-cta-wrap::before{
  content:attr(data-sub);
  position:absolute; top:14px; left:0; right:0;
  text-align:center; pointer-events:none;
  font-size:13px; font-weight:700; letter-spacing:.06em; color:#ffdda6;
}
.mw_wp_form input[type="submit"],
.sk-cta{
  display:block; width:100%; height:82px; padding:22px 20px 0 20px;
  border:none; border-radius:999px; cursor:pointer;
  font-family:var(--font-h); font-weight:700; font-size:21px; letter-spacing:.04em; color:#fff;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='9' y1='13' x2='15' y2='13'/%3E%3Cline x1='9' y1='17' x2='15' y2='17'/%3E%3C/svg%3E") left 32px center/26px no-repeat,
    linear-gradient(180deg, var(--orange-lt) 0%, var(--orange-dk) 100%);
  box-shadow:0 4px 0 var(--orange-sd);
  transition:filter .15s, transform .1s, box-shadow .1s;
}
.mw_wp_form input[type="submit"]:hover,
.sk-cta:hover{ filter:brightness(1.06); }
.mw_wp_form input[type="submit"]:active,
.sk-cta:active{ transform:translateY(3px); box-shadow:0 1px 0 var(--orange-sd); }
/* 未同意のあいだは押せない。押せない理由が分かるよう、直前に同意チェックを置いている */
.mw_wp_form input[type="submit"]:disabled,
.sk-cta:disabled{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='9' y1='13' x2='15' y2='13'/%3E%3Cline x1='9' y1='17' x2='15' y2='17'/%3E%3C/svg%3E") left 32px center/26px no-repeat,
    linear-gradient(180deg, #cdd9df 0%, #bbc9d1 100%);
  box-shadow:0 4px 0 #a2b4bd; cursor:not-allowed;
}
.mw_wp_form input[type="submit"]:disabled:hover,
.sk-cta:disabled:hover{ filter:none; }
.mw_wp_form input[type="submit"]:disabled:active,
.sk-cta:disabled:active{ transform:none; box-shadow:0 4px 0 #a2b4bd; }
.sk-cta-wrap.is-locked::before{ color:#eef3f5; }

.sk-cta-note{ margin:14px 0 0; text-align:center; font-size:12.5px; color:var(--muted); }

/* ------------------------------------------------------------
   資料ページのサムネイル ＋ ライトボックス
   ------------------------------------------------------------ */
.sk-shot{
  display:block; width:100%; padding:0; border:0; background:none;
  position:relative; line-height:0; cursor:zoom-in; border-radius:8px;
  -webkit-tap-highlight-color:transparent;
}
.sk-shot img{
  display:block; width:100%; height:auto;
  border:1px solid #e3eef3; border-radius:8px; background:#fff;
  transition:box-shadow .15s, transform .15s;
}
.sk-shot::after{
  content:""; position:absolute; right:9px; bottom:9px; width:30px; height:30px;
  border-radius:50%; opacity:.85; transition:opacity .15s;
  background:rgba(17,51,78,.74)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cline x1='15.4' y1='15.4' x2='20.5' y2='20.5'/%3E%3Cline x1='10.5' y1='8' x2='10.5' y2='13'/%3E%3Cline x1='8' y1='10.5' x2='13' y2='10.5'/%3E%3C/svg%3E")
    center/16px no-repeat;
}
.sk-shot:hover img{ box-shadow:0 8px 24px rgba(17,51,78,.18); transform:translateY(-2px); }
.sk-shot:hover::after{ opacity:1; }
.sk-shot:focus{ outline:none; }
.sk-shot:focus-visible{ outline:3px solid rgba(64,176,208,.6); outline-offset:3px; }

.sk-thumb{ margin:0; }
.sk-thumb figcaption{
  display:block; margin-top:8px; text-align:center;
  font-size:12px; line-height:1.6; color:var(--muted);
}

.sk-lb{
  position:fixed; inset:0; z-index:100; padding:32px; overflow:auto;
  display:flex; background:rgba(9,30,45,.88);
}
.sk-lb[hidden]{ display:none; }
.sk-lb__fig{ margin:auto; display:flex; flex-direction:column; align-items:center; max-width:100%; }
.sk-lb__img{
  display:block; width:auto; height:auto;
  max-width:100%; max-height:calc(100vh - 172px);
  border-radius:8px; background:#fff; box-shadow:0 20px 60px rgba(0,0,0,.45);
}
.sk-lb__cap{ margin-top:16px; text-align:center; font-size:13.5px; line-height:1.7; color:#cfe3ee; }
.sk-lb__hint{ display:block; margin-top:6px; font-size:12px; color:#8fb2c6; }
.sk-lb__close{
  position:fixed; top:18px; right:22px; width:46px; height:46px; z-index:2;
  border:none; border-radius:50%; cursor:pointer;
  background:rgba(255,255,255,.16); color:#fff; font-size:28px; line-height:1;
}
.sk-lb__close:hover{ background:rgba(255,255,255,.3); }

/* ------------------------------------------------------------
   案A：2カラム王道型
   ------------------------------------------------------------ */
.pA-grid{
  display:grid; grid-template-columns:minmax(0,1fr) 424px; gap:48px;
  align-items:start; padding:44px 0 80px;
}
/* ヒーロー帯は置かず、左カラム冒頭にコンパクトな見出しだけを置く */
.pA-intro .sk-h1{ font-size:clamp(22px, 2.4vw, 30px); }
.pA-intro .sk-lead{ font-size:15px; margin-top:14px; }
.pA-main{ display:flex; flex-direction:column; gap:28px; }
.pA-cover{ padding:16px; border:1px solid #e6f1f5; }
.pA-thumbs{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.pA-box{ background:var(--cyan-pale); border-radius:var(--radius); padding:28px 30px; }

.pA-formcard{ position:sticky; top:24px; overflow:hidden; box-shadow:var(--shadow-l); }
.pA-formcard__head{
  background:linear-gradient(135deg, var(--cyan) 0%, var(--cyan-lt) 100%);
  color:#fff; text-align:center; padding:22px 24px;
}
.pA-formcard__head strong{ display:block; font-family:var(--font-h); font-weight:700; font-size:20px; }
.pA-formcard__head span{ display:block; margin-top:4px; font-size:13px; color:#dff4fb; }
.pA-formcard__body{ padding:26px 26px 30px; }

/* ------------------------------------------------------------
   案B：LP続き型（1カラム）
   ------------------------------------------------------------ */
.pB-hero{ position:relative; background:linear-gradient(180deg, #eafafa 0%, #fbfeff 100%); overflow:hidden; }
.pB-hero__in{ position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:48px; align-items:center; padding:56px 0 64px; }
.pB-hero__deco{ position:absolute; inset:auto 0 0 0; z-index:1; display:block; width:100%; height:180px; }
.pB-hero__cover{ background:#fff; border-radius:var(--radius-s); padding:14px; box-shadow:var(--shadow-l); }
.pB-sec{ background:var(--cyan-pale); padding:0 0 64px; }
.pB-sec__head{ padding:56px 0 0; }
.pB-cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:30px; }
.pB-cards article{ background:#fff; border-radius:var(--radius); padding:18px; box-shadow:var(--shadow); }
.pB-cards h3{ margin:16px 0 0; }
.pB-cards p{ margin:8px 0 0; font-size:13.5px; line-height:1.85; color:var(--navy-soft); }
.pB-reco{ margin-top:28px; padding:32px 40px; display:grid; grid-template-columns:210px minmax(0,1fr); gap:32px; align-items:center; }
.pB-reco__t{ font-family:var(--font-h); font-weight:900; font-size:22px; line-height:1.55; color:var(--navy); }
.pB-formsec{ background:var(--cyan-pale); padding:0 0 72px; }
.pB-formcard{ overflow:hidden; box-shadow:var(--shadow-l); }
.pB-formcard__head{
  background:linear-gradient(180deg,#eafafa,#fbfeff);
  border-bottom:1px solid #e7f2f5; text-align:center; padding:32px 40px;
}
.pB-formcard__head p{ margin:10px 0 0; font-size:14.5px; color:var(--navy-soft); }
.pB-formcard__body{ padding:12px 88px 44px; }
/* 横ラベル行（日本語BtoBの王道レイアウト） */
.pB-row{
  display:grid; grid-template-columns:220px minmax(0,1fr); gap:12px 28px;
  align-items:start; padding:24px 0; border-bottom:1px solid #eef4f6;
}
.pB-row .sk-label{ padding-top:16px; }
.pB-row__in{ display:flex; flex-direction:column; gap:8px; max-width:560px; }
.pB-formcard__body .sk-consent{ margin-top:26px; }
.pB-formcard__body .sk-cta-wrap{ width:100%; max-width:460px; margin:26px auto 0; }

/* ------------------------------------------------------------
   案C：最短導線型（左右スプリット）
   ------------------------------------------------------------ */
.pC-split{ display:grid; grid-template-columns:1.02fr 1fr; min-height:100vh; }
.pC-left{
  position:relative; overflow:hidden;
  background:linear-gradient(160deg, #dff6fb 0%, #eefafb 55%, #f7fdfd 100%);
  padding:44px clamp(32px,4vw,64px) 44px;   /* 上余白は右ペインと同値にして頭を揃える */
  display:flex; flex-direction:column;
}
/* 絶対配置のSVGは置換要素のため left/right だけでは伸びず、viewBox由来の固有幅で
   止まってしまう。width を明示して常にペイン幅いっぱいに引き伸ばす */
.pC-left__deco{ position:absolute; inset:auto 0 0 0; z-index:1; display:block; width:100%; height:230px; }
.pC-left__in{ position:relative; z-index:2; display:flex; flex-direction:column; height:100%; }
.pC-left__body{ padding-top:32px; }
/* 下端に貼り付けず本文のすぐ下に置く。余った高さは波の装飾エリアになる */
.pC-left__foot{ padding-top:46px; }
.pC-left__foot-head{
  display:flex; align-items:baseline; justify-content:space-between; gap:12px;
  margin-bottom:12px; font-size:12.5px; line-height:1.6; color:var(--navy-soft);
}
/* 表紙＋抜粋ページを同じ大きさで横並び（案Aの縮小版） */
.pC-strip{ display:grid; grid-template-columns:repeat(4, 1fr); gap:12px; }
.pC-strip figcaption{ margin-top:6px; font-size:11px; }
.pC-strip .sk-shot::after{ width:22px; height:22px; background-size:12px; right:5px; bottom:5px; }

/* サービス紹介ページへの戻り導線。フォームと競合しないよう、
   左ペインを読み終えた位置に、ボタンではなくテキストリンクで置く */
.pC-back{ margin:22px 0 0; font-size:13px; line-height:1.7; }
.pC-back a{ color:var(--navy-soft); text-decoration:none; }
.pC-back a:hover{ color:var(--cyan); text-decoration:underline; }
.pC-right{ background:#fff; padding:44px clamp(32px,3.6vw,60px) 48px; display:flex; flex-direction:column; }
.pC-right__head{ margin-bottom:30px; }
.pC-right__head p{ margin:8px 0 0; font-size:14px; color:var(--navy-soft); }
.pC-right__foot{ margin-top:auto; padding-top:30px; }
/* ここは flex ではないので form の gap が効かない。
   同意チェックと送信ボタンが接してしまうため、下マージンで空ける。
   案A・案Bのフォームは flex（gap:22px）なので、この指定は入れない */
.pC-right__foot .sk-consent-gate{ margin-bottom:18px; }
.pC-sub{ background:var(--cyan-pale); padding:56px 0 60px; }
.pC-sub__grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin-top:28px; }
.pC-sub__grid > div{ background:#fff; border-radius:var(--radius); padding:26px 30px; box-shadow:var(--shadow); }

/* ------------------------------------------------------------
   送信中の表示
   ------------------------------------------------------------
   押してから次の画面が描画されるまでの無反応時間を埋める。
   二重クリックの抑止は pointer-events で行う。
   送信ボタンを disabled にすると name が POST に乗らず、
   MW WP Form が画面遷移を誤判定するため（form-submitting.js のコメント参照）。
   ------------------------------------------------------------ */
.sk-sending{
  position:fixed; inset:0; z-index:200; padding:24px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(238,250,252,.9); -webkit-backdrop-filter:blur(2px); backdrop-filter:blur(2px);
}
.sk-sending[hidden]{ display:none; }
.sk-sending__box{ text-align:center; }
.sk-sending__spinner{
  width:54px; height:54px; margin:0 auto 20px; border-radius:50%;
  border:4px solid var(--cyan-line); border-top-color:var(--cyan);
  animation:sk-spin .8s linear infinite;
}
@keyframes sk-spin{ to{ transform:rotate(360deg); } }
@media (prefers-reduced-motion:reduce){
  .sk-sending__spinner{ animation-duration:2.4s; }
}
.sk-sending__text{
  margin:0; font-family:var(--font-h); font-weight:700; font-size:19px; color:var(--navy);
}
.sk-sending__note{ margin:8px 0 0; font-size:13px; line-height:1.8; color:var(--navy-soft); }

/* 送信中はボタンを押せなくする。disabled は使わない */
.mw_wp_form form.is-sending input[type="submit"],
.mw_wp_form form.is-sending .sk-cta{
  pointer-events:none; filter:saturate(.55) brightness(.95);
}

/* ------------------------------------------------------------
   確認画面 / 完了画面（3案共通）
   ------------------------------------------------------------ */
/* 確認・完了はコンテンツが短いので、背景をビューポート下端まで伸ばす */
.sk-page{ display:flex; flex-direction:column; min-height:100vh; }
.sk-page .sk-foot{ margin-top:auto; }
.sk-sheet{ background:var(--cyan-pale); padding:44px 0 76px; flex:1 0 auto; }
.sk-sheet__head{ text-align:center; }
.sk-sheet__head .sk-h1{ margin-top:24px; }
.sk-sheet__head .sk-lead{ margin-inline:auto; max-width:600px; }
.sk-sheet__card{
  max-width:760px; margin:32px auto 0; overflow:hidden;
  background:#fff; border-radius:var(--radius); box-shadow:var(--shadow-l);
}

/* ステップ表示：あと何歩で終わるかを常に見せる */
.sk-steps{ list-style:none; margin:0; padding:0; display:flex; align-items:center; justify-content:center; }
.sk-steps li{ display:flex; align-items:center; gap:8px; font-size:13.5px; font-weight:700; color:#93a9b5; }
.sk-steps li + li::before{
  content:""; width:clamp(24px, 5vw, 56px); height:2px; border-radius:1px;
  background:#c6dfe7; margin:0 12px;
}
.sk-steps__no{
  width:26px; height:26px; border-radius:50%; flex:none;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:12px; background:#e1edf1; color:#8aa3b0;
}
.sk-steps .is-done{ color:var(--cyan); }
.sk-steps .is-done .sk-steps__no{ background:#fff; color:var(--cyan); box-shadow:inset 0 0 0 2px var(--cyan-lt); }
.sk-steps .is-current{ color:var(--navy); }
.sk-steps .is-current .sk-steps__no{ background:linear-gradient(135deg, var(--cyan), var(--cyan-lt)); color:#fff; }

/* 受け取るものの再提示（確認画面での離脱対策） */
.sk-remind{
  display:flex; gap:20px; align-items:center;
  padding:22px 32px; background:#f3fafc; border-bottom:1px solid #e7f2f5;
}
.sk-remind__thumb{ flex:none; width:150px; }
.sk-remind__t{ font-family:var(--font-h); font-weight:700; font-size:16px; color:var(--navy); }
.sk-remind__meta{ margin:6px 0 0; font-size:12.5px; color:var(--muted); }
.sk-remind .sk-chips{ margin-top:10px; gap:6px 16px; }
.sk-remind .sk-chips li{ font-size:12.5px; font-weight:500; color:var(--navy-soft); }

/* 入力内容の表示。入力画面と同じ .sk-field 骨格をそのまま使う */
.sk-confirm{ padding:26px 32px 6px; }
.sk-confirm .sk-field{ gap:6px; padding:17px 0; border-bottom:1px solid #eef4f6; }
.sk-confirm .sk-field:last-child{ border-bottom:none; }
.sk-confirm .sk-label{ font-size:13px; color:var(--muted); font-weight:700; }
.sk-value{ margin:0; font-size:17px; font-weight:500; line-height:1.7; color:var(--navy); overflow-wrap:anywhere; }

.sk-actions{ padding:10px 32px 32px; }
/* 修正リンクは押せるが目立たせない。主導線は送信に寄せる */
.sk-btn-sub{
  display:block; width:100%; margin-top:14px; padding:13px 16px;
  border:1px solid var(--cyan-line); border-radius:999px; background:#fff;
  font-family:var(--font); font-size:14px; font-weight:700; color:var(--navy-soft);
  text-align:center; text-decoration:none;   /* <a> で使う場合に必要 */
  cursor:pointer; transition:background-color .15s, color .15s;
}
.sk-btn-sub:hover{ background:#f3fafc; color:var(--navy); }

.sk-assure{ list-style:none; margin:20px 0 0; padding:16px 20px; background:#f3fafc; border-radius:var(--radius-s); }
.sk-assure li{ position:relative; padding-left:18px; font-size:12.5px; line-height:1.9; color:var(--navy-soft); }
.sk-assure li::before{
  content:""; position:absolute; left:0; top:.72em; width:7px; height:7px;
  border-radius:50%; background:var(--cyan-lt);
}

/* 完了画面 */
.sk-done{ text-align:center; padding:40px 32px 34px; }
.sk-done__icon{
  width:76px; height:76px; margin:0 auto 22px; border-radius:50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 12.5 9.5 18 20 6.5'/%3E%3C/svg%3E") center/34px no-repeat,
    linear-gradient(135deg, var(--cyan) 0%, var(--cyan-lt) 100%);
  box-shadow:0 8px 24px rgba(46,154,185,.3);
}
.sk-done__mail{
  display:inline-block; margin-top:22px; padding:14px 26px;
  background:#f3fafc; border-radius:var(--radius-s);
  font-size:16px; font-weight:700; color:var(--navy); overflow-wrap:anywhere;
}
.sk-done__mail span{ display:block; font-size:12px; font-weight:400; color:var(--muted); margin-bottom:4px; }
.sk-next{ border-top:1px solid #eef4f6; padding:26px 32px 30px; }
.sk-next h2{ font-family:var(--font-h); font-weight:700; font-size:15px; color:var(--navy); margin:0 0 12px; }
.sk-next p{ margin:0; font-size:13.5px; line-height:1.9; color:var(--navy-soft); }
.sk-next .sk-btn-sub{ max-width:340px; margin-inline:auto; }

/* ------------------------------------------------------------
   MW WP Form：画面ごとの出し分け
   ------------------------------------------------------------
   ラッパーは `<div class="mw_wp_form mw_wp_form_input|_confirm|_complete">`。
   入力画面と同じマークアップのまま、確認画面だけ見た目を切り替えられる。
   （mw-wp-form 5.1.6 / classes/services/class.exec-shortcode.php で確認・2026-09-11）
   ------------------------------------------------------------ */
.mw_wp_form_confirm .sk-req,
.mw_wp_form_confirm .sk-help,
.mw_wp_form_confirm .sk-consent{ display:none; }
.mw_wp_form_confirm .sk-field{
  gap:6px; padding:17px 0; border-bottom:1px solid #eef4f6;
  font-size:17px; font-weight:500; line-height:1.7; color:var(--navy);
}
.mw_wp_form_confirm .sk-label{ font-size:13px; font-weight:700; color:var(--muted); }

/* ------------------------------------------------------------
   確認・完了画面のカラム数
   ------------------------------------------------------------
   MW WP Form は固定ページ本文を3画面で共用するので、左ペインは標準では3画面とも残る。
   :has() で中の画面クラスを見れば、ページ本文を変えずに左ペインだけ隠せる。
   （:has() は2023年12月以降すべてのブラウザで利用可）

   完了画面は説得の役目が終わっているので1カラム（中央の白カード）にする。
   確認画面は「何を受け取るのか」を見せ続けたいので2カラムのまま。
   確認画面も1カラムにしたい場合は、下の3つのセレクタそれぞれに
   `.pC-split:has(.mw_wp_form_confirm)` を足す。
   ------------------------------------------------------------ */
.pC-split:has(.mw_wp_form_complete){
  grid-template-columns:1fr; align-content:start;
  background:var(--cyan-pale); padding:44px 0 72px;
}
.pC-split:has(.mw_wp_form_complete) .pC-left{ display:none; }
.pC-split:has(.mw_wp_form_complete) .pC-right{
  width:min(760px, calc(100% - 48px)); margin-inline:auto;
  border-radius:var(--radius); box-shadow:var(--shadow-l);
}

/* 入力画面／確認画面で出し分けるブロック。
   MW WP Form はフォーム本文を両画面で共用するため、両方書いてCSSで切り替える */
.mw_wp_form_input .sk-only-confirm{ display:none; }
.mw_wp_form_confirm .sk-only-input{ display:none; }
/* 確認画面ではCTA上段の小さい行を差し替える */
.mw_wp_form_confirm .sk-cta-wrap::before{ content:"あと1ステップ"; }

/* 戻るボタン。[mwform_backButton class="sk-btn-sub"] は input[type="submit"] で出力されるため、
   そのままだとCTAのオレンジ指定を拾ってしまう。打ち消して細い白ボタンに戻す */
.mw_wp_form input[type="submit"].sk-btn-sub{
  height:auto; padding:13px 16px;
  border:1px solid var(--cyan-line); border-radius:999px;
  background:#fff; color:var(--navy-soft);
  font-family:var(--font); font-size:14px; font-weight:700; text-align:center;
  box-shadow:none;
}
.mw_wp_form input[type="submit"].sk-btn-sub:hover{ background:#f3fafc; color:var(--navy); filter:none; }
.mw_wp_form input[type="submit"].sk-btn-sub:active{ transform:none; box-shadow:none; }

/* ------------------------------------------------------------
   インデックス（案の比較ページ）
   ------------------------------------------------------------ */
.ix-hero{ background:linear-gradient(180deg,var(--cyan-pale),#f6fcfd); padding:56px 0 48px; }
.ix-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; padding:44px 0 24px; }
.ix-card{ display:flex; flex-direction:column; overflow:hidden; text-decoration:none; color:inherit; transition:transform .15s, box-shadow .15s; }
.ix-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-l); }
.ix-card__fig{ background:var(--cyan-pale); padding:22px 22px 0; }
.ix-card__body{ padding:22px 24px 26px; display:flex; flex-direction:column; gap:10px; flex:1; }
.ix-card__no{
  align-self:flex-start; font-family:var(--font-h); font-weight:700; font-size:12px; letter-spacing:.12em;
  color:#fff; background:linear-gradient(90deg,var(--cyan),var(--cyan-lt)); padding:5px 14px; border-radius:999px;
}
.ix-card__body p{ margin:0; font-size:14px; line-height:1.85; color:var(--navy-soft); }
.ix-grid2{ display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:24px; margin-top:26px; }
.ix-table{ width:100%; border-collapse:collapse; margin-top:24px; font-size:14px; background:#fff; }
.ix-table th,.ix-table td{ border:1px solid #e2eef2; padding:14px 16px; text-align:left; vertical-align:top; line-height:1.8; }
.ix-table thead th{ background:var(--cyan-pale); color:var(--navy); font-weight:700; }
.ix-table tbody th{ background:#f6fbfc; color:var(--navy); font-weight:700; white-space:nowrap; }
.ix-note{ background:#fff; border:1px solid var(--cyan-line); border-radius:var(--radius); padding:26px 30px; margin-top:28px; }
.ix-note h3{ margin:0 0 12px; }
.ix-note ul{ margin:0; padding-left:1.2em; }
.ix-note li{ font-size:14px; line-height:1.9; }
.ix-note code{ background:#f2f8fa; border-radius:4px; padding:2px 6px; font-size:13px; color:#1f6b85; }

/* ------------------------------------------------------------
   レスポンシブ
   ------------------------------------------------------------ */
@media (max-width:1000px){
  .pA-grid{ grid-template-columns:1fr; gap:36px; }
  .pA-formcard{ position:static; }
  .pB-hero__in{ grid-template-columns:1fr; gap:32px; }
  .pB-hero__cover{ max-width:380px; }
  .pB-formcard__body{ padding:12px 40px 40px; }
  .pC-split{ grid-template-columns:1fr; min-height:0; }
  .ix-grid{ grid-template-columns:1fr; }
  .ix-grid2{ grid-template-columns:1fr; }
}
@media (max-width:760px){
  body{ font-size:15px; }
  .sk-wrap,.sk-wrap--narrow{ width:calc(100% - 32px); }
  .sk-head__in{ height:64px; }
  .sk-logo__img{ width:176px; }   /* 最小サイズ30mm(≒113px)以上 */
  .sk-foot .sk-logo__img{ width:176px; }
  /* 長い戻りリンクはSPで短縮／注記テキストはSPで非表示 */
  a.sk-head__back{ font-size:0; }
  a.sk-head__back::after{ content:"< 戻る"; font-size:12.5px; }
  span.sk-head__back{ display:none; }
  .pB-cards{ grid-template-columns:1fr; }
  .pB-reco{ grid-template-columns:1fr; gap:18px; padding:26px 24px; }
  .pB-formcard__head{ padding:26px 22px; }
  .pB-formcard__body{ padding:6px 22px 32px; }
  .pB-row{ grid-template-columns:1fr; gap:8px; padding:18px 0; }
  .pB-row .sk-label{ padding-top:0; }
  .pA-thumbs{ grid-template-columns:repeat(3,1fr); gap:8px; }
  .pA-box{ padding:22px 20px; }
  .pA-formcard__body{ padding:22px 20px 26px; }
  .pC-strip{ grid-template-columns:repeat(2, 1fr); gap:14px; }
  .pC-left__foot-head{ flex-direction:column; gap:2px; }
  .pC-sub__grid{ grid-template-columns:1fr; }
  /* SPは幅が狭いので、アイコンと文字が当たらないよう左右に余白を確保する。
     「この内容で資料を受け取る」（12文字）が1行に収まる値 */
  .mw_wp_form input[type="submit"],.sk-cta{
    font-size:17px; height:76px; padding:20px 44px 0;
    background-position:left 14px center, center;
  }
  .mw_wp_form input[type="submit"].sk-btn-sub{ font-size:14px; padding:13px 16px; }
  .sk-foot__copy{ text-align:left; }
  .sk-sheet{ padding:32px 0 56px; }
  .sk-sheet__card{ border-radius:var(--radius); }
  .sk-steps li{ font-size:12px; gap:6px; }
  .sk-steps li + li::before{ margin:0 8px; }
  .sk-remind{ flex-direction:column; align-items:flex-start; gap:14px; padding:20px 20px; }
  .sk-remind__thumb{ width:170px; }
  .sk-consent-gate{ padding:14px 15px; gap:8px; }
  .mw_wp_form .mwform-checkbox-field label{ font-size:14px; }
  .sk-confirm{ padding:20px 20px 4px; }
  .sk-actions{ padding:8px 20px 26px; }
  .sk-done{ padding:32px 20px 28px; }
  .sk-next{ padding:22px 20px 26px; }
  .sk-lb{ padding:16px; }
  .sk-lb__img{ max-height:calc(100vh - 160px); }
  .sk-lb__close{ top:10px; right:12px; width:40px; height:40px; font-size:24px; }
  .sk-shot::after{ width:26px; height:26px; background-size:14px; right:7px; bottom:7px; }
  .ix-table{ display:block; overflow-x:auto; white-space:nowrap; }
}
