/* =========================================================
   PD for FC — フランチャイズ本部向けLP 専用スタイル

   構造は ad.css と同じで、配色だけが違う。
   ヒーローの人物写真だけは事情が違い、FCは背景を抜いた透過PNGを使う。
   そのため他ハブのような「右側の埋め色」レイヤーが要らない。
   3枚とも内容が固まったら 1枚に統合すること（TODO）。
   ========================================================= */

.fc{
  --cy:#0E8A5F; --cy-d:#0A6F4C; --cy-l:#E6F5EF; --cy-deep:#0B7A52;
  --navy:#1F3D34; --navy-d:#152B25;
  --yl:#F7D652; --yl-d:#EDC93C;
  --ink:#1A1D22; --dim:#5C6570; --faint:#98A0AA;
  --line:#E3E8EC; --bg:#F7F7F7; --warm:#F3FAF6;
  --jp:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic Medium",Meiryo,sans-serif;
  --lt:"Inter",var(--jp);
  /* 1280px時に左右96pxの余白になる幅。Figma原本の本文グリッドに合わせている。 */
  --maxw:1144px;
  margin:0;background:#fff;color:var(--ink);
  font-family:var(--jp);font-size:16px;line-height:1.9;
  font-feature-settings:"palt" 1;-webkit-font-smoothing:antialiased;
}
.fc *{box-sizing:border-box}
.fc img,.fc svg{max-width:100%}
.fc a{color:inherit;text-decoration:none}
.fc :focus-visible{outline:3px solid var(--cy);outline-offset:2px}
.fc .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
.fc h1,.fc h2,.fc h3{margin:0;letter-spacing:-.02em;line-height:1.5;word-break:auto-phrase}

/* ---------- ロゴ ----------
   独自の字形（45°面取りのジオメトリック体）なのでウェブフォントでは再現できない。
   原本PNGから切り出して背景をアルファに起こした画像を使う。
   Figmaからロゴのベクター（SVG）が届いたら同名で差し替えること。
   なお .fclogo の中で class="hr" は使わないこと。body に .fc が付いているため
   .fc{background:#fff;...} が当たって白いベタ塗りの箱になる。 */
.fclogo{display:inline-flex;align-items:center;line-height:1}
.fclogo img{display:block;width:auto;height:40px}
.fclogo__by{font-size:14px;font-weight:700;color:var(--ink);margin-left:10px;letter-spacing:0}

/* ---------- ヘッダー ---------- */
.fchd{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--line)}
.fchd__in{max-width:var(--maxw);margin:0 auto;padding:0 28px;height:78px;display:flex;align-items:center;gap:30px}
.fcnav{display:flex;gap:26px;margin-left:auto;font-size:14px;font-weight:400}
.fcnav a:hover{color:var(--cy)}
.fchd__cta{display:flex;gap:12px}

/* ---------- ボタン ---------- */
.fcbtn{display:inline-flex;align-items:center;justify-content:center;gap:12px;
  font-size:15px;font-weight:700;padding:15px 28px;border-radius:999px;border:2px solid transparent;
  cursor:pointer;white-space:nowrap;transition:transform .18s,box-shadow .18s,background-color .18s}
.fcbtn:hover{transform:translateY(-2px)}
/* .fc a{color:inherit} に負けないよう .fc を前置して詳細度を上げている。
   これを外すと濃色セクション上でボタンの文字が背景と同色になり消える。 */
.fc .fcbtn--y{background:var(--yl);color:var(--navy);box-shadow:0 6px 18px rgba(240,205,60,.38)}
.fc .fcbtn--y:hover{background:var(--yl-d)}
.fc .fcbtn--n{background:var(--navy);color:#fff;box-shadow:0 6px 18px rgba(31,61,52,.30)}
.fc .fcbtn--n:hover{background:var(--navy-d)}
.fc .fcbtn--w{background:#fff;color:var(--navy);border-color:#fff}
.fc .fcbtn--w:hover{background:#EAF6FA}
.fcbtn--sm{padding:11px 22px;font-size:13.5px}

/* ラベル付きCTA（吹き出し風の小さな見出し＋ボタン） */
.fccta2{display:flex;flex-wrap:wrap;gap:22px}
.fccta{display:inline-flex;flex-direction:column;align-items:center;gap:0}
.fccta__tag{font-size:12px;font-weight:700;padding:5px 16px;border-radius:999px;
  background:rgba(255,255,255,.9);color:var(--navy);position:relative;z-index:1;margin-bottom:-6px}
.fccta--y .fccta__tag{background:var(--yl);color:var(--navy)}
.fccta .fcbtn{min-width:298px}
/* 中間幅（タブレット等）でボタンが画面いっぱいに間延びしないよう最大幅を設ける。 幅いっぱいのベタ押しボタンは安っぽく見えるため。 */
@media(max-width:680px){.fccta{width:100%;max-width:440px}.fccta .fcbtn{width:100%;min-width:0}}

/* ---------- ヒーロー ---------- */
.fchero{position:relative;color:#fff;overflow:hidden;
  background:linear-gradient(102deg,#0B7F55 0%,#0E9A66 46%,#12B478 100%)}
.fchero::before{content:"";position:absolute;inset:0;pointer-events:none;
  /* 他ハブは切り出し写真が右側を覆うのでハードな帯でも成立するが、
     FCは写真が透過で下地がそのまま見えるため、境目が出ないよう滑らかにしている。 */
  background:linear-gradient(115deg,rgba(255,255,255,.10) 0%,rgba(255,255,255,.09) 24%,
    rgba(255,255,255,0) 40%,rgba(255,255,255,.06) 52%,rgba(255,255,255,0) 70%)}
/* ヒーローだけは本文グリッドより外側から始まる（原本で左64px）。 */
.fchero__in{position:relative;z-index:2;max-width:1208px;margin:0 auto;padding:0 28px;
  min-height:728px;display:flex;align-items:center}
.fchero__c{width:100%;max-width:620px;padding:56px 0 64px}
.fcbadge{display:inline-block;font-size:13.5px;font-weight:700;padding:9px 20px;
  border:1.5px solid rgba(255,255,255,.75);border-radius:999px;margin-bottom:26px}
.fchero h1{font-size:clamp(34px,5.2vw,62px);font-weight:800;line-height:1.28;letter-spacing:-.035em;margin-bottom:26px}
.fchero h1 .box{background:#fff;color:var(--cy-deep);padding:0 .12em;display:inline-block}
.fchero__lead{font-size:15.5px;line-height:2;margin:0 0 34px;color:rgba(255,255,255,.95)}
.fcchips{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:38px}
.fcchip{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.3);border-radius:10px;padding:13px 18px;font-size:13.5px;
  font-weight:700;line-height:1.5;backdrop-filter:blur(4px)}
.fcchip__i{width:38px;height:38px;flex:none;display:grid;place-items:center;
  border:1.5px solid rgba(255,255,255,.7);border-radius:8px;font-family:var(--lt);font-size:11px;font-weight:800}
/* 写真エリア。原本(1280px)の右側をそのまま切り出した画像を右下basisで敷く。
   画像は自前のグラデーションを含むので、左端はマスクでフェードさせて
   セクションのグラデーションに溶かし、継ぎ目を出さない。
   Figmaから透過素材が届いたら同名ファイルを差し替えるだけでよい。 */
.fchero__fig{position:absolute;z-index:1;top:0;bottom:0;right:0;
  /* 写真は背景を抜いた透過PNG。下地のグラデーションにそのまま重なるので、
     継ぎ目を隠すための埋め色もマスクも要らない。
     --shift は「本文の右端より少し右に人物が来る」量。画面が広いほど大きくなり、
     1280px以下では 0 になって原本どおり画面右端に張り付く。 */
  --photo:none;
  --shift:clamp(0px,calc(50vw - 620px),320px);
  --pw:min(590px,46vw);
  width:calc(var(--pw) + var(--shift));
  background-image:var(--photo);
  background-repeat:no-repeat;
  background-position:left bottom;
  background-size:var(--pw) auto}
/* 写真が未入稿のときの代替 */
.fchero__fig--empty{display:flex;align-items:center;justify-content:center;
  width:min(520px,42vw);right:32px;top:64px;bottom:64px;
  border:1.5px dashed rgba(255,255,255,.45);border-radius:14px;
  background:rgba(255,255,255,.06);-webkit-mask-image:none;mask-image:none}
.fchero__fig--empty p{margin:0;padding:24px;text-align:center;font-size:13px;line-height:2;color:rgba(255,255,255,.9)}
@media(max-width:1180px){.fchero__c{max-width:54%}}
@media(max-width:940px){
  .fchero__in{min-height:0;display:block}
  /* モバイルは中央寄せに統一（見出し・チップ・CTA・肩書き） */
  .fchero__c{max-width:none;padding:48px 0 36px;text-align:center}
  .fchero h1{align-items:center}
  .fcchips{justify-content:center}
  .fccta2{justify-content:center}
  /* 画面幅いっぱいに敷く。元画像の比率をそのまま使うので上下とも切れない。 */
  /* 透過写真は縦長（590:728）なので、モバイルで全幅にすると高さ550pxになり、
       頭上の透明部分が地色として大きく残ってCTAとの間が空いて見える。
       高さを確保しつつ、顔がフレーム上寄りに収まる位置にする。 */
  .fchero__fig{position:static;width:auto;height:min(122vw,486px);aspect-ratio:auto;
    margin:0 -28px;overflow:hidden;background-image:var(--photo);
    background-size:100% auto;background-position:center 22%}
  .fchero__fig--empty{position:static;width:auto;height:min(420px,72vw);aspect-ratio:auto;
    margin:0 -28px;-webkit-mask-image:none;mask-image:none;border:0;border-radius:0}
}

/* ---------- セクション共通 ---------- */
.fcsec{padding:96px 0}
.fcsec--bg{background:var(--bg)}
.fclabel{display:inline-flex;align-items:center;gap:11px;font-family:var(--lt);font-size:12.5px;
  font-weight:800;letter-spacing:.14em;color:var(--ink);margin-bottom:18px}
.fclabel::before{content:"";width:11px;height:11px;border-radius:50%;
  background:radial-gradient(circle at 35% 35%,#8BE0BE,var(--cy))}
.fcsec h2{font-size:clamp(24px,3.4vw,34px);font-weight:800;margin-bottom:22px}
.fcsec__lead{font-size:15px;line-height:2.1;color:var(--dim);margin:0 0 48px}
.fcsec__lead strong{color:var(--ink);font-weight:700}
.fcnote{font-size:12px;color:var(--faint);margin:14px 0 0}

/* 見出しブロックの右にイラストを置く */
.fcsec__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:44px;align-items:start}
.fcsec__head .fcsec__lead{margin-bottom:0}
.pd-ill{display:block;height:auto}
@media(max-width:900px){
  .fcsec__head{grid-template-columns:minmax(0,1fr)}
  .fcsec__head>.pd-ill{display:none}
}

/* ---------- 課題（3カード） ---------- */
.fcflow3{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:14px;align-items:stretch}
.fcflow3__a{display:flex;align-items:center;color:#B9C2CB;font-size:20px}
.fccard{background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px 26px;text-align:center;
  box-shadow:0 2px 14px rgba(20,40,60,.04)}
.fccard--dark{background:#4A4F55;border-color:#4A4F55;color:#fff}
.fccard__i{height:88px;display:grid;place-items:center;margin-bottom:18px}
.fccard h3{font-size:17px;font-weight:800;margin-bottom:14px}
.fccard p{font-size:13.5px;line-height:1.95;color:var(--dim);margin:0;text-align:left}
.fccard--dark p{color:rgba(255,255,255,.88)}
.fccard small{display:block;font-size:11.5px;color:var(--faint);margin-top:12px;text-align:left}
.fccard--dark small{color:rgba(255,255,255,.6)}
@media(max-width:900px){
  .fcflow3{grid-template-columns:minmax(0,1fr)}
  .fcflow3__a{justify-content:center;transform:rotate(90deg)}
}

/* ---------- 市場データ（2グラフ） ---------- */
.fcduo{display:grid;grid-template-columns:1fr 1fr;gap:26px}
@media(max-width:860px){.fcduo{grid-template-columns:minmax(0,1fr)}}
.fcfig{background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px 26px 26px;
  box-shadow:0 2px 14px rgba(20,40,60,.04)}
.fcfig__t{text-align:center;font-size:19px;font-weight:800;margin:0 0 4px}
.fcfig__s{text-align:center;font-size:11.5px;color:var(--faint);margin:0 0 22px}
.fcfig svg{width:100%;height:auto;display:block}

/* ---------- PD for HR ブランドセクション ---------- */
.fcbrand{position:relative;color:#fff;overflow:hidden;padding:88px 0 96px;
  background:linear-gradient(102deg,#0C7E56 0%,#0E9163 50%,#0FA46E 100%)}
.fcbrand::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(115deg,rgba(255,255,255,.09) 0 30%,transparent 30% 44%,rgba(255,255,255,.06) 44% 58%,transparent 58%)}
.fcbrand .wrap{position:relative;z-index:1}
.fcbrand__tag{display:inline-block;background:var(--yl);color:var(--navy);font-size:13px;font-weight:800;
  padding:8px 20px;border-radius:999px;margin-bottom:22px}
.fcbrand .fclogo{display:flex;margin-bottom:24px}
.fcbrand .fclogo img{height:60px}
.fcbrand h2{font-size:clamp(24px,3.4vw,34px);font-weight:800;margin-bottom:20px;color:#fff}
.fcbrand__lead{font-size:15px;line-height:2.1;color:rgba(255,255,255,.94);margin:0 0 46px;max-width:74ch}
.fcfeat{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media(max-width:860px){.fcfeat{grid-template-columns:minmax(0,1fr)}}
.fcfeat__c{background:#fff;color:var(--ink);border-radius:14px;padding:28px 26px 30px;
  box-shadow:0 14px 34px rgba(6,50,70,.18)}
.fcfeat__i{width:52px;height:52px;border-radius:11px;display:grid;place-items:center;margin-bottom:18px;
  background:linear-gradient(140deg,#17A97A,var(--cy));color:#fff}
.fcfeat__c h3{font-size:17.5px;font-weight:800;margin-bottom:12px}
.fcfeat__c p{font-size:13.5px;line-height:1.95;color:var(--dim);margin:0}
.fcfeat__c small{display:block;font-size:11.5px;color:var(--faint);margin-top:12px}

/* ---------- ベネフィット ---------- */
.fcben{padding:0 0 20px}
.fcben+.fcben{margin-top:76px}
.fcben__n{font-family:var(--lt);font-size:13px;font-weight:800;letter-spacing:.1em;color:var(--cy);display:block;margin-bottom:12px}
.fcben h3{font-size:clamp(21px,2.7vw,28px);font-weight:800;margin-bottom:18px}
.fcben p{font-size:14.5px;line-height:2.05;color:var(--dim);margin:0}
.fcben__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.72fr);gap:40px;align-items:center}
.fcben__fig{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:44px;align-items:center}
@media(max-width:900px){
  .fcben__grid,.fcben__fig{grid-template-columns:minmax(0,1fr)}
  .fcben__fig>.pd-ill{display:none}
}

/* Before / After */
.fcba{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center;margin-bottom:16px}
@media(max-width:860px){.fcba{grid-template-columns:minmax(0,1fr)}}
.fcba__c{border-radius:14px;padding:26px 26px 24px}
.fcba__c--b{background:var(--bg);border:1px solid var(--line)}
.fcba__c--a{background:#fff;border:2px solid var(--cy);box-shadow:0 8px 26px rgba(14,138,95,.14)}
.fcba__tag{display:inline-block;font-family:var(--lt);font-size:11.5px;font-weight:800;letter-spacing:.1em;
  padding:5px 14px;border-radius:999px;margin-bottom:14px}
.fcba__c--b .fcba__tag{background:#6B7078;color:#fff}
.fcba__c--a .fcba__tag{background:var(--cy);color:#fff}
.fcba__v{font-family:var(--lt);font-size:30px;font-weight:800;letter-spacing:-.03em;line-height:1.2;margin:0 0 6px}
.fcba__c--a .fcba__v{color:var(--cy-d)}
.fcba__s{font-size:13px;color:var(--dim);margin:0 0 16px;padding-bottom:16px;border-bottom:1px solid var(--line)}
.fcba__l{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.fcba__l li{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;line-height:1.7}
.fcba__l li::before{content:"";width:17px;height:17px;flex:none;border-radius:50%;margin-top:.24em;
  background:#C3C8CE}
.fcba__c--a .fcba__l li::before{background:var(--cy)}
.fcba__mid{display:flex;align-items:center;justify-content:center;gap:10px}
.fcba__mid .fclogo{border:1.5px solid var(--cy);border-radius:999px;padding:8px 18px;background:#fff}
.fcba__mid .fclogo img{height:24px}

/* 補足チップ（縦積み） */
.fcstack{display:grid;gap:14px}
.fcstack__c{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);
  border-radius:12px;padding:16px 20px;font-size:14px;font-weight:700;box-shadow:0 2px 12px rgba(20,40,60,.04)}
.fcstack__i{width:38px;height:38px;flex:none;border-radius:8px;display:grid;place-items:center;
  background:var(--cy-l);color:var(--cy-d);font-family:var(--lt);font-size:10.5px;font-weight:800}

/* ---------- CTAバンド ---------- */
.fcctaband{padding:82px 0;color:#fff;text-align:center;
  background:linear-gradient(102deg,#0B7A52 0%,#0E9163 50%,#12A870 100%)}
.fcctaband h2{font-size:clamp(23px,3.3vw,33px);font-weight:800;margin-bottom:20px;color:#fff}
.fcctaband p{font-size:14.5px;line-height:2.05;color:rgba(255,255,255,.94);margin:0 0 38px}
.fcctaband .fccta2{justify-content:center}

/* ---------- 比較表 ---------- */
.fctblwrap{overflow-x:auto}
.fctbl{width:100%;border-collapse:separate;border-spacing:0;min-width:720px;font-size:14.5px}
.fctbl th,.fctbl td{padding:0 16px;height:64px;text-align:center;vertical-align:middle}
.fctbl thead th{height:74px;background:transparent;font-weight:700;font-size:15px;color:var(--dim);
  vertical-align:middle;letter-spacing:.02em}
.fctbl thead th:first-child{background:transparent}
.fctbl .fclogo{justify-content:center}
.fctbl .fclogo img{height:34px}
.fctbl tbody th{text-align:left;font-size:14px;font-weight:700;color:var(--ink);
  background:transparent;white-space:nowrap;padding-left:2px}
.fctbl tbody td,.fctbl tbody th{border-top:1px solid var(--line)}
.fctbl tbody td{color:var(--dim);font-weight:600}
.fctbl .pdcol{background:#F1FAF5;color:var(--cy-d);font-weight:700;
  border-left:2px solid var(--cy);border-right:2px solid var(--cy)}
.fctbl thead .pdcol{background:#E3F5EC;border-top:2px solid var(--cy);border-radius:14px 14px 0 0}
.fctbl tbody .pdcol{border-top:1px solid #CFE9DB}
.fctbl tbody tr:first-child .pdcol{border-top:0}
.fctbl tbody tr:last-child .pdcol{border-bottom:2px solid var(--cy);border-radius:0 0 14px 14px}
.fctbl .ng{color:#D0342C}
.fctbl small{font-size:10px;color:var(--faint);font-weight:400;vertical-align:super;margin-left:1px}

/* ---------- 導入フロー ---------- */
.fcstep{background:#fff;border-radius:14px;padding:26px 30px;display:grid;
  grid-template-columns:132px minmax(0,1fr);gap:26px;align-items:center;
  box-shadow:0 2px 14px rgba(20,40,60,.05)}
.fcstep+.fcstep{margin-top:18px}
.fcstep__i{display:grid;place-items:center}
.fcstep__t{font-size:19px;font-weight:800;color:var(--cy-d);padding-bottom:14px;
  border-bottom:1px solid var(--line);margin-bottom:16px}
.fcstep__t em{font-style:normal;font-family:var(--lt);font-weight:800;color:var(--cy);margin-right:4px}
.fcstep p{font-size:14px;line-height:1.9;color:var(--dim);margin:0}
.fcstep .fcbtn{margin-top:16px}
@media(max-width:700px){.fcstep{grid-template-columns:minmax(0,1fr);gap:16px}.fcstep__i{justify-items:start}}

/* ---------- FAQ ---------- */
.fcfaq{border-top:2px solid var(--ink)}
.fcq{border-bottom:1px solid var(--line)}
.fcq summary{list-style:none;cursor:pointer;padding:24px 52px 24px 0;position:relative;
  font-size:15.5px;font-weight:700;line-height:1.7;display:flex;gap:14px;align-items:flex-start}
.fcq summary::-webkit-details-marker{display:none}
.fcq summary b{font-family:var(--lt);color:var(--faint);font-weight:800;flex:none}
.fcq summary::after{content:"";position:absolute;right:14px;top:32px;width:22px;height:22px;
  border:1px solid var(--line);border-radius:50%;background:
    linear-gradient(var(--dim),var(--dim)) center/9px 1.5px no-repeat,
    linear-gradient(var(--dim),var(--dim)) center/1.5px 9px no-repeat;transition:transform .25s}
.fcq[open] summary::after{background:linear-gradient(var(--dim),var(--dim)) center/9px 1.5px no-repeat}
.fcq__a{margin:0;padding:0 52px 26px 32px;font-size:14px;line-height:2.05;color:var(--dim)}

/* ---------- 下部CTA ---------- */
.fcfoot-cta{padding:86px 0;color:#fff;text-align:center;
  background:linear-gradient(102deg,#0B7A52,#0E9163 55%,#12A870)}
.fcfoot-cta .fclabel{color:#fff}
.fcfoot-cta .fclabel::before{background:#fff}
.fcfoot-cta h2{font-size:clamp(23px,3.3vw,34px);font-weight:800;color:#fff;margin-bottom:18px}
.fcfoot-cta p{font-size:14.5px;line-height:2;color:rgba(255,255,255,.92);margin:0 0 36px}

/* ---------- お問い合わせフォーム ---------- */
.fccontact{background:var(--warm);padding:92px 0 100px}
.fccontact .fcsec__lead{margin-bottom:0}
.fcnotice{margin:28px 0 0;padding:18px 22px;border-radius:8px;font-size:14.5px;line-height:1.9}
.fcnotice--ok{background:#E7F6F0;border:1px solid #9ED9C3;color:#0F6B4F}
.fcnotice--ng{background:#FCECEA;border:1px solid #F0B4AC;color:#A32717}
.fcform{margin-top:56px;display:grid;gap:36px}
.fcform__row{display:grid;grid-template-columns:216px minmax(0,1fr);gap:24px;align-items:start}
.fcform__l{padding-top:25px;font-size:14.5px;font-weight:600;line-height:1.6}
.fcform__l .req{display:inline-block;margin-left:8px;font-size:11px;font-weight:700;color:#fff;
  background:#D0342C;border-radius:3px;padding:2px 7px;vertical-align:2px}
.fcform__l .opt{display:inline-block;margin-left:8px;font-size:11px;font-weight:700;color:var(--dim);
  background:#E5EBEF;border-radius:3px;padding:2px 7px;vertical-align:2px}
.fcfield{width:100%;background:#fff;border:1px solid transparent;border-radius:6px;
  padding:24px 22px;font-family:inherit;font-size:15px;color:var(--ink);line-height:1.7;
  -webkit-appearance:none;appearance:none}
.fcfield::placeholder{color:#B9C2CA}
.fcfield:focus{outline:none;border-color:var(--cy);box-shadow:0 0 0 3px rgba(14,138,95,.18)}
textarea.fcfield{min-height:300px;resize:vertical;display:block}
.fcform__agree{display:flex;gap:12px;align-items:flex-start;font-size:13.5px;line-height:1.9;color:var(--dim)}
.fcform__agree input{margin-top:.45em;width:17px;height:17px;flex:none;accent-color:var(--cy)}
.fcsubmit{width:100%;border:0;border-radius:8px;padding:26px 20px;color:#fff;font-size:16px;font-weight:700;
  font-family:inherit;cursor:pointer;background:linear-gradient(90deg,#0A7250,#12A870);
  transition:filter .18s,transform .18s}
.fcsubmit:hover{filter:brightness(1.06);transform:translateY(-2px)}
/* 自動送信よけ。表示はさせないが display:none だと埋められることがあるため画面外に置く */
.fc-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
@media(max-width:760px){
  .fcform__row{grid-template-columns:minmax(0,1fr);gap:10px}
  .fcform__l{padding-top:0}
  .fcfield{padding:16px 16px}
  textarea.fcfield{min-height:200px}
  .fcsubmit{padding:20px}
}

/* ---------- フッター ---------- */
.fcft{background:#fff;border-top:1px solid var(--line);padding:44px 0 40px}
.fcft .fclogo img{height:33px}
.fcft__in{display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between}
.fcft__n{display:flex;flex-wrap:wrap;gap:12px 26px;font-size:13.5px;font-weight:600;color:var(--dim)}
.fcft__n a:hover{color:var(--cy)}
.fcft__c{font-size:12px;color:var(--faint);margin:34px 0 0;text-align:center}

@media(max-width:940px){.fcnav,.fchd__cta{display:none}}

/* =========================================================
   スマートフォン調整
   （この位置より上のルールを上書きするので、末尾に置くこと）
   ========================================================= */
@media(max-width:940px){
  /* ナビは畳むが、問い合わせ導線だけはヘッダーに残す */
  .fchd__cta{display:flex}
  .fchd__cta .fcbtn--y{display:none}
  .fchd__in{height:64px;gap:14px;padding:0 18px}
  .fchd__cta .fcbtn{margin-left:auto;padding:10px 18px;font-size:13px}
  .fclogo img{height:30px}

  .fc .wrap{padding:0 22px}
  .fcsec{padding:64px 0}
  .fcbrand{padding:60px 0 68px}
  .fcctaband{padding:60px 0}
  .fcfoot-cta{padding:60px 0}
  .fccontact{padding:64px 0 76px}
  .fcbrand .fclogo img{height:44px}
  .fcsec__lead{margin-bottom:36px}
  .fcben+.fcben{margin-top:56px}
}

@media(max-width:620px){
  /* グラフは幅なりに縮むと軸ラベルが読めなくなるため、
     最小幅を確保してカードの中だけを横スクロールさせる */
  .fcfig{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .fcfig svg{min-width:420px}

  /* 比較表は横スクロールするが、それが分かりにくいので明示する */
  .fctblwrap{-webkit-overflow-scrolling:touch}
  .fctblwrap::after{content:"→ 表は横にスクロールできます";display:block;margin-top:12px;font-size:12px;color:var(--dim);font-weight:400}

  .fcstep{padding:22px 20px}
  .fcflow3{gap:10px}
  .fccard{padding:26px 20px}
  .fcfig{padding:24px 18px 20px}
}

@media(prefers-reduced-motion:reduce){.fc *{transition-duration:.01ms!important}}

/* =========================================================
   ここから下は AD 固有のセクション
   ========================================================= */

/* 暖色（うすいピンク）の背景セクション */
.fcsec--warm{background:var(--warm)}

/* ヒーロー見出しは各行を白帯＋赤文字にする。
   最長行「広告運用費を分割払い。」(11文字) が写真の手前（約620px）に
   収まる字送りに合わせているので、行を長くするなら値も見直すこと。 */
.fchero h1{display:flex;flex-direction:column;align-items:flex-start;gap:6px;letter-spacing:-.03em;
  font-size:clamp(30px,4.35vw,56px);line-height:1.22}
.fchero h1 .bx{background:#fff;color:var(--cy-deep);padding:.06em .16em .12em;display:inline-block}
/* チップは白カード＋赤アイコン */
.fcchip{background:#fff;border-color:#fff;color:var(--ink);box-shadow:0 6px 18px rgba(8,70,50,.14)}
.fcchip__i{border:0;width:34px;height:34px;color:var(--cy)}
.fcchip__t{color:var(--cy)}
/* 吹き出しタグの色は原本に合わせて左=藍紫／右=黄 */
.fccta--n .fccta__tag{background:var(--navy);color:#fff}
.fccta--y .fccta__tag{background:var(--yl);color:var(--navy)}

/* PROBLEM カード（見出し→イラスト→本文の順） */
.fcprob{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
@media(max-width:900px){.fcprob{grid-template-columns:minmax(0,1fr)}}
.fcprob__c{background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px 26px 28px;
  box-shadow:0 2px 14px rgba(20,40,60,.04);display:flex;flex-direction:column;align-items:center}
.fcprob__c h3{font-size:18px;font-weight:800;margin:0 0 20px;text-align:center}
/* イラストの縦幅がまちまちなので、枠の高さを固定して本文の開始位置を3枚で揃える。 */
.fcprob__i{height:132px;display:grid;place-items:center;margin-bottom:20px}
.fcprob__c .pd-ill{margin-bottom:0}
.fcprob__c p{font-size:13.5px;line-height:1.95;color:var(--dim);margin:0}

/* MARKET BACKGROUND 右側の3行リスト */
.fcfacts{background:#fff;border:1px solid var(--line);border-radius:14px;padding:8px 26px;
  box-shadow:0 2px 14px rgba(20,40,60,.04)}
.fcfact{display:grid;grid-template-columns:64px minmax(0,1fr);gap:24px;align-items:center;padding:26px 0}
.fcfact+.fcfact{border-top:1px solid var(--line)}
.fcfact__i{width:64px;height:64px;border-radius:12px;background:var(--cy-l);color:var(--cy);
  display:grid;place-items:center}
.fcfact p{font-size:14px;line-height:1.85;color:var(--dim);margin:0}
.fcfact b{color:var(--ink);font-weight:700}
@media(max-width:560px){.fcfact{grid-template-columns:minmax(0,1fr);gap:14px}}

/* VALUE（導入前 / 導入後） */
.fcvalue{display:grid;grid-template-columns:1fr auto 1fr;gap:22px;align-items:center;margin-top:52px}
@media(max-width:900px){.fcvalue{grid-template-columns:minmax(0,1fr)}}
.fcvalue__c{border-radius:14px;padding:26px 28px 30px}
.fcvalue__c--b{background:var(--bg);border:1px solid var(--line)}
.fcvalue__c--a{background:#fff;border:2px solid var(--cy);box-shadow:0 8px 26px rgba(203,26,29,.12)}
.fcvalue__tag{display:inline-block;font-size:12.5px;font-weight:800;padding:6px 16px;border-radius:6px;margin-bottom:18px}
.fcvalue__c--b .fcvalue__tag{background:#4A4F55;color:#fff}
.fcvalue__c--a .fcvalue__tag{background:var(--cy);color:#fff}
.fcvalue__l{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.fcvalue__l li{display:flex;gap:12px;align-items:center;font-size:15px;line-height:1.6}
.fcvalue__c--b .fcvalue__l li{color:var(--dim)}
.fcvalue__c--a .fcvalue__l li{color:var(--cy);font-weight:700}
.fcvalue__l li::before{content:"";width:19px;height:19px;flex:none;border-radius:50%;background:#C3C8CE}
.fcvalue__c--a .fcvalue__l li::before{background:var(--cy)}
/* HR/ADのBefore-After連結線と同じ表現（線＋矢印の上にロゴバッジを重ねる）。 */
.fcvalue__mid{position:relative;display:flex;align-items:center;justify-content:center;gap:10px}
.fcvalue__mid::before{content:"";position:absolute;left:0;right:0;top:50%;height:2px;
  background:var(--cy);transform:translateY(-50%);z-index:0}
.fcvalue__mid::after{content:"";position:absolute;right:-2px;top:50%;width:0;height:0;
  border-top:5px solid transparent;border-bottom:5px solid transparent;
  border-left:7px solid var(--cy);transform:translateY(-50%)}
.fcvalue__mid .fclogo{position:relative;z-index:1;border:1.5px solid var(--cy);border-radius:999px;padding:8px 18px;background:#fff}
.fcvalue__mid .fclogo img{height:22px}

/* WHY US（イラスト左・本文右） */
.fcwhy{display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:52px;align-items:center;
  padding:46px 0}
.fcwhy+.fcwhy{border-top:1px solid var(--line)}
.fcwhy__f{display:flex;justify-content:center}
.fcwhy h3{font-size:clamp(20px,2.5vw,26px);font-weight:800;margin-bottom:18px}
.fcwhy p{font-size:14px;line-height:2;color:var(--dim);margin:0}
@media(max-width:860px){
  .fcwhy{grid-template-columns:minmax(0,1fr);gap:24px;padding:36px 0}
  .fcwhy__f{justify-content:flex-start}
}

/* USE CASES */
.fcuse{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin-top:48px}
@media(max-width:900px){.fcuse{grid-template-columns:minmax(0,1fr)}}
.fcuse__c{background:#fff;border:1px solid var(--line);border-radius:6px;padding:28px 26px 32px;
  display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 14px rgba(20,40,60,.04)}
.fcuse__tag{display:inline-block;background:var(--cy);color:#fff;font-size:12.5px;font-weight:700;
  padding:6px 16px;border-radius:5px;margin-bottom:20px}
.fcuse__c .pd-ill{margin-bottom:18px}
.fcuse__c h3{font-size:19px;font-weight:800;text-align:center;line-height:1.55;margin:0 0 20px}
.fcuse__c p{font-size:13.5px;line-height:1.95;color:var(--dim);margin:0}

/* 比較表は AD だけ枠線が赤＋薄ピンクのハイライト */
.fctbl .pdcol{border-left-color:var(--cy);border-right-color:var(--cy)}
.fctbl tbody th{background:#F2FAF6}
.fctbl .ok{color:var(--cy);font-weight:700}

/* ADのグラフは軸ラベルが大きいので、スマホでは横スクロールさせず幅なりに縮める。
   HRから引き継いだ min-width を効かせると、いちばん見せたい最終年の棒が
   画面外に出てしまう。 */
@media(max-width:620px){
  .fcfig{overflow-x:visible}
  .fcfig svg{min-width:0}
}

/* ヒーローの見出し直下に置く一段大きめのリード。
   見出し(56px)と本文(15.5px)の差が開きすぎるので、その間を埋めて
   「何のサービスか」を一目で読ませる。 */
.fchero__sub{font-size:clamp(18px,1.95vw,25px);font-weight:700;line-height:1.6;
  margin:0 0 14px;color:#fff;letter-spacing:-.01em}
@media(max-width:940px){.fchero__sub{margin-bottom:10px}}

/* お役立ちコラムの記事カード（動的・面共通） */
.pdcols{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px;margin-top:36px}
.pdcol__c{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);
  border-radius:14px;overflow:hidden;box-shadow:0 2px 14px rgba(20,40,60,.05);
  transition:transform .18s,box-shadow .18s}
.pdcol__c:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.10)}
.pdcol__th{aspect-ratio:1200/630;background-size:cover;background-position:center;border-bottom:1px solid var(--line)}
.pdcol__b{padding:18px 20px 20px;display:flex;flex-direction:column;gap:9px;flex:1}
.pdcol__tag{align-self:flex-start;font-size:12px;font-weight:700;padding:4px 11px;border-radius:5px;
  background:var(--cy-l);color:var(--cy-d)}
.pdcol__t{font-size:15.5px;font-weight:800;line-height:1.6;color:var(--ink);
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pdcol__more{margin-top:auto;font-size:13px;font-weight:700;color:var(--cy-d)}
.fccol-more{text-align:center;margin-top:38px}
.fcmore-btn{display:inline-flex;align-items:center;gap:2px;font-family:var(--lt);font-weight:800;
  font-size:14.5px;letter-spacing:.01em;padding:15px 34px;border-radius:11px;text-decoration:none;
  color:var(--cy-d);border:1.6px solid var(--cy);background:#fff;
  transition:background .18s,color .18s,transform .18s,box-shadow .18s}
.fcmore-btn:hover{background:var(--cy);color:#fff;transform:translateY(-2px);box-shadow:0 10px 24px rgba(10,90,60,.20)}
