/* ---- SWELLのLPコンテンツ幅（既定900px）を解除して画面幅いっぱいにする ---- */
.lp-content{padding-left:0;padding-right:0;}
.lp-content__inner{max-width:none;}
.lp-content__postContent{padding-left:0;padding-right:0;}

/* ============================================================
   デザイントークン（色はここ。画像とコピーは管理画面から）
   ============================================================ */
.exa-lp{
  /* 本文の書体。「LPの設定」で選んだものを、ラッパーのstyle属性から差し込む */
  --exa-font:'Noto Sans JP','Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
  /* 数字・STEP・Q/A に使う欧文。書体を変えても、ここは読みやすさ優先で固定する */
  --exa-mono:Montserrat,var(--exa-font);

  /* FVの背景画像。管理画面で選んだ画像を、ラッパーのstyle属性から差し込む */
  --fv-image:none;
  /* FVの暗さ。写真が明るくて文字が読みにくいときだけ 0.45〜0.85 の範囲で上げ下げする
     （下げると写真がはっきり出る／上げると文字が読みやすくなる） */
  --fv-dark:.6;

  /* 色（EXTAGEの標準。案件で変える必要がなければ触らない） */
  --ink:#002542;      /* 見出し */
  --body:#334155;     /* 本文 */
  --meta:#666;        /* 注釈 */
  --brand:#136db6;
  --brand-lt:#3eaee6;
  --line:#e5ecf4;
  --line2:#d7dde3;
  --line3:#cdddef;
  --gray-bg:#F4F6F9;
  --box:#fdfdfd;
  --orange:#F5821F;   /* CTAボタン */
}

/* ============================================================
   レイアウト
   ============================================================ */
/* ---- 土台（SWELL側のCSSと干渉させないため全ルールを .exa-lp 配下に閉じる） ---- */
.exa-lp{font-family:var(--exa-font);color:var(--body);line-height:1.8;letter-spacing:.025em;font-size:15px;background:#fff;-webkit-font-smoothing:antialiased;}
.exa-lp *{box-sizing:border-box;}
/* ブロックとブロックの間にテーマ側の余白が入ると、そこから下地の色が見える。
   セクションはそれ自体が余白を持っているので、外側の余白は殺す */
.exa-lp{margin-top:0;margin-bottom:0;margin-block-start:0;margin-block-end:0;}
.exa-lp + .exa-lp{margin-top:0;margin-block-start:0;}
/* ヘッダーのように position:sticky を使う部品は、ブロックのラッパーで囲むと
   親の高さぶんしか効かない。is-flat でラッパーの箱を消し、本文の直下へ流し込む */
.exa-lp.is-flat{display:contents;}

.exa-lp div,.exa-lp p,.exa-lp span,.exa-lp h1,.exa-lp h2,.exa-lp h3,.exa-lp label,.exa-lp section,.exa-lp ul,.exa-lp li,.exa-lp details,.exa-lp summary{margin:0;padding:0;}
.exa-lp h1,.exa-lp h2,.exa-lp h3{border:0;background:none;font-family:inherit;line-height:1.5;font-weight:700;}
.exa-lp h1::before,.exa-lp h1::after,.exa-lp h2::before,.exa-lp h2::after,.exa-lp h3::before,.exa-lp h3::after{content:none;display:none;}
.exa-lp img{display:block;max-width:100%;height:auto;}
.exa-lp a{color:var(--brand);text-decoration:none;transition:color .3s ease;}
.exa-lp a:hover{color:var(--ink);}
.exa-lp button,.exa-lp input{font-family:inherit;}
.exa-lp ul,.exa-lp li{list-style:none;}
.exa-lp ul::before,.exa-lp ul::after,.exa-lp li::before,.exa-lp li::after{content:none;display:none;}
.exa-lp details{background:none;border:0;}
.exa-lp summary{list-style:none;display:block;}
.exa-lp summary::-webkit-details-marker{display:none;}
.exa-lp summary::marker{content:'';}
.exa-lp a:focus-visible,.exa-lp button:focus-visible{outline:2px solid var(--brand);outline-offset:2px;}
.exa-lp .exa-mono{font-family:var(--exa-mono),sans-serif;}

/* ---- 追従ヘッダー（ロゴ左・CTA右） ---- */
.exa-lp .exa-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 2px 10px -6px rgba(0,37,66,.45);}
.exa-lp .exa-header-logo{height:22px;width:auto;filter:brightness(0);}
/* 帯の色に合わせてロゴを塗り分ける */
.exa-lp .exa-header-logo.is-black{filter:brightness(0);}
.exa-lp .exa-header-logo.is-white{filter:brightness(0) invert(1);}
.exa-lp .exa-header-logo.is-orig{filter:none;}
.exa-lp .exa-header-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:8px;background:var(--orange);color:#fff;font-size:12.5px;font-weight:700;letter-spacing:.02em;white-space:nowrap;box-shadow:0 5px 12px -5px rgba(0,37,66,.4);transition:filter .1s ease,transform .1s ease;}
.exa-lp .exa-header-btn:hover{filter:brightness(1.08);color:#fff;}
.exa-lp .exa-header-btn:active{transform:translateY(2px) scale(.99);transition-duration:.04s;}

/* ---- CTAボタン（FV・セクション末尾・追従バー 共通） ---- */
.exa-lp .exa-btn{display:block;width:100%;max-width:512px;margin:0 auto;
  background:var(--orange);color:#fff;border-radius:12px;padding:clamp(11px,1.3vw,16px) clamp(12px,2vw,26px);text-align:center;
  box-shadow:0 8px 18px -8px rgba(0,0,0,.4);transition:filter .1s ease,transform .1s ease;}
.exa-lp .exa-btn:hover{filter:brightness(1.07);color:#fff;}
.exa-lp .exa-btn:active{transform:translateY(2px) scale(.99);transition-duration:.04s;}
.exa-lp .exa-btn .t{display:block;font-size:clamp(16px,1.85vw,23px);font-weight:700;letter-spacing:.04em;line-height:1.35;}
.exa-lp .exa-btn .s{display:block;font-size:clamp(11.5px,1.25vw,15px);font-weight:500;letter-spacing:.02em;line-height:1.5;}

/* ---- FV ---- */
.exa-lp .exa-hero{position:relative;overflow:hidden;background-color:#08172e;
  padding:clamp(28px,4.4vw,60px) clamp(16px,3.2vw,40px) clamp(34px,5vw,66px);}
.exa-lp .exa-hero-bg{position:absolute;inset:0;pointer-events:none;
  background-image:var(--fv-image);background-size:cover;background-position:center;}
/* ブランドのネイビーを被せて、写真の上でも文字が読める状態にする。
   上下を少し濃く、中央を薄くして、写真を残したままコピーを読ませる */
.exa-lp .exa-hero-tint{position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,
    rgba(4,22,48,calc(var(--fv-dark) + .18)) 0%,
    rgba(4,22,48,var(--fv-dark)) 42%,
    rgba(2,15,38,calc(var(--fv-dark) + .14)) 100%);}
.exa-lp .exa-hero-glow{position:absolute;top:-140px;right:-110px;width:380px;height:380px;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,rgba(31,120,214,.4),transparent 68%);filter:blur(14px);}
.exa-lp .exa-hero-inner{position:relative;z-index:2;max-width:1000px;margin:0 auto;}

/* 実績バッジ（FV右上・金のエンブレムに文字を乗せる） */
.exa-lp .exa-badges{--badge:108px;display:flex;flex-wrap:wrap;gap:clamp(8px,1.3vw,16px);margin:0 0 clamp(10px,1.6vw,18px);}
/* 「重ねて置く」：流れから外して浮かせる。
   大きさ・位置・ずらしを変えてもFVの高さは動かない（既定はこちら）。
   中央寄せ・上下中央の -50% と、微調整のずらしを1つのtransformで足し合わせる */
.exa-lp .exa-badges.is-float{--tx:0px;--ty:0px;position:absolute;z-index:3;margin:0;
  transform:translate(calc(var(--tx) + var(--dx,0) * 1px),calc(var(--ty) + var(--dy,0) * 1px));}
.exa-lp .exa-badges.is-float.is-al-left{left:0;}
.exa-lp .exa-badges.is-float.is-al-right{right:0;}
.exa-lp .exa-badges.is-float.is-al-center{left:50%;--tx:-50%;}
.exa-lp .exa-badges.is-float.is-v-top{top:0;}
.exa-lp .exa-badges.is-float.is-v-middle{top:50%;--ty:-50%;}
.exa-lp .exa-badges.is-float.is-v-bottom{bottom:0;}
.exa-lp .exa-badges.is-row{flex-direction:row;}
.exa-lp .exa-badges.is-col{flex-direction:column;}
.exa-lp .exa-badges.is-al-left{justify-content:flex-start;align-items:flex-start;}
.exa-lp .exa-badges.is-al-center{justify-content:center;align-items:center;}
.exa-lp .exa-badges.is-al-right{justify-content:flex-end;align-items:flex-end;}
.exa-lp .exa-badge{position:relative;flex:none;width:min(var(--badge),var(--badge-cap,34vw));height:min(var(--badge),var(--badge-cap,34vw));
  display:flex;align-items:center;justify-content:center;
  background-image:url("emblem.png");
  background-repeat:no-repeat;background-size:222.22% auto;background-position:54.66% 50%;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.55));}
/* 文字はエンブレム中央の黒地（月桂樹より上）に収める。
   幅を決めておかないと、長い語がエンブレムの外まで伸びる。
   数字は輪のいちばん広いところに来るので、上の小さい文字より少し広く取れる。
   これより長い語は中で折り返す（そのときは「バッジの文字の大きさ」を下げる） */
.exa-lp .exa-badge-in{width:92%;transform:translateY(-7%);text-align:center;line-height:1.2;
  overflow-wrap:anywhere;word-break:normal;}
.exa-lp .exa-badge i{display:block;max-width:86%;margin:0 auto;font-style:normal;
  font-size:calc(min(var(--badge),var(--badge-cap,34vw)) * .1 * var(--badge-fs,1));font-weight:700;color:#ecd8a8;letter-spacing:.01em;}
.exa-lp .exa-badge b{display:block;font-size:calc(min(var(--badge),var(--badge-cap,34vw)) * .195 * var(--badge-fs,1));font-weight:700;color:#fff;letter-spacing:0;margin-top:1px;}

.exa-lp .exa-hero-copy{text-align:center;}
.exa-lp .exa-eyebrow{display:inline-block;font-size:calc(clamp(11px,1.35vw,17px) * var(--fs,1));font-weight:700;letter-spacing:.1em;color:#fff;
  background:var(--brand);padding:clamp(7px,1vw,12px) clamp(12px,2vw,26px);}
/* 見出し：強調ワードだけ <b> で大きくする（色は変えずサイズで階層をつける） */
.exa-lp .exa-hero-title{font-size:calc(clamp(22px,3.6vw,44px) * var(--fs,1));font-weight:700;color:#fff;line-height:1.5;letter-spacing:.01em;
  margin:clamp(12px,1.6vw,22px) 0 0;text-shadow:0 2px 14px rgba(0,0,0,.55);}
.exa-lp .exa-hero-title span{display:block;}
.exa-lp .exa-hero-title b{font-size:1.28em;font-weight:700;letter-spacing:.02em;color:var(--em1,var(--brand-lt));}
.exa-lp .exa-hero-sub{font-size:calc(clamp(12.5px,1.3vw,16px) * var(--fs,1));font-weight:500;color:rgba(255,255,255,.88);line-height:1.9;
  margin:clamp(12px,1.6vw,22px) auto 0;max-width:34em;}
.exa-lp .exa-hero-copy .exa-ctawrap{margin-top:clamp(16px,2vw,28px);}
.exa-lp .exa-hero-note{font-size:calc(clamp(11px,1.15vw,13.5px) * var(--fs,1));color:rgba(255,255,255,.72);line-height:1.7;margin:clamp(8px,1vw,12px) auto 0;}

/* PC用・スマホ用のコピーの出し分け（820pxで切り替え）。
   両方をHTMLに置いて、幅で見えるほうを切り替える。読み込み後に入れ替わらないので
   文字が動いて見えることがない。スマホ用が空のときは、この箱自体を出していない */
.exa-lp .exa-v{display:block;}
.exa-lp .exa-v.is-sp{display:none;}

/* 位置の微調整。transform なので、まわりの大きさ（FVの高さ）は変わらない。
   既定ではスマホに効かせない（画面が狭く、寄せると読みにくくなるため） */
.exa-lp .is-shift{transform:translate(calc(var(--dx,0) * 1px),calc(var(--dy,0) * 1px));}

@media (max-width:820px){
  .exa-lp .exa-v.is-pc{display:none;}
  .exa-lp .exa-v.is-sp{display:block;}
  .exa-lp .is-shift:not(.is-shift-sp){transform:none;}

  /* スマホでは横に逃がす余白がないので、重ねたバッジを上の帯に収める。
     帯の高さは画面幅だけで決まる（20vw）ので、バッジを大きくしてもFVの高さは変わらない */
  .exa-lp .exa-badges.is-float{--badge-cap:20vw;}
  .exa-lp .exa-hero-inner.has-badge-band .exa-hero-copy{padding-top:calc(20vw + 12px);}
}

@media (max-width:600px){
  .exa-lp .exa-hero-sub{text-align:left;}
}

/* ---- 実績スライド（ロゴの無限スクロール） ---- */
.exa-lp .exa-logos{overflow:hidden;}
.exa-lp .exa-logos-head{background-color:#ecefef;color:#303133;height:70px;display:flex;align-items:center;justify-content:center;padding:0 16px;}
/* 文字色は帯（親）から受け継ぐ。ここで色を決めてしまうと管理画面の指定が効かない */
.exa-lp .exa-logos-title{text-align:center;font-size:calc(19px * var(--fs,1));font-weight:600;color:inherit;line-height:1.5;letter-spacing:.02em;}
.exa-lp .exa-logos-body{background-color:#fff;height:62px;display:flex;align-items:center;overflow:hidden;}
.exa-lp .exa-logos-track{display:flex;width:-moz-fit-content;width:fit-content;animation:exaLogoScroll 30s linear infinite;}
.exa-lp .exa-logos-list{display:flex;align-items:center;gap:20px;padding:0 10px;flex-shrink:0;}
.exa-lp .exa-logos-item{height:24px;width:auto;flex-shrink:0;}
@keyframes exaLogoScroll{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
@media (max-width:600px){
  .exa-lp .exa-logos-head{height:58px;}
  .exa-lp .exa-logos-title{font-size:calc(15px * var(--fs,1));}
}

/* ---- セクションの共通部品 ---- */
.exa-lp .exa-sec{position:relative;padding:44px 20px 64px;}
.exa-lp .exa-sec-gray{background:var(--gray-bg);border-top:1px solid var(--line);}
.exa-lp .exa-inner{max-width:1000px;margin:0 auto;}
.exa-lp .exa-sec-eyebrow{font-family:var(--exa-mono),sans-serif;font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--brand);text-align:center;margin:0 0 6px;line-height:1.4;}
.exa-lp .exa-sec-title{font-size:calc(clamp(21px,4.4vw,31px) * var(--fs,1));font-weight:700;color:var(--ink);text-align:center;margin:0 0 36px;padding-bottom:28px;position:relative;letter-spacing:.03em;}
.exa-lp .exa-sec-title::after{content:'';display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:35px;height:2px;background:linear-gradient(90deg,var(--brand),var(--brand-lt));}
.exa-lp .exa-sec-title.is-left{text-align:left;}
.exa-lp .exa-sec-title.is-left::after{left:0;transform:none;}
.exa-lp .exa-lead{font-size:calc(14px * var(--fs,1));color:var(--body);line-height:1.85;margin:-20px auto 30px;max-width:46em;text-align:center;}
.exa-lp .exa-lead.is-left{text-align:left;margin-left:0;margin-right:0;}
.exa-lp .exa-note{font-size:12.5px;color:var(--meta);line-height:1.9;margin:22px 0 0;}
.exa-lp .exa-marker{background:linear-gradient(transparent 60%,var(--mk,#ffe37a) 60%);padding:0 2px;}
.exa-lp .exa-em1{color:var(--em1,var(--brand));font-weight:700;}
.exa-lp .exa-em2{color:var(--em2,#e0483c);font-weight:700;}
/* セクション末尾のCTA */
.exa-lp .exa-seccta{margin-top:40px;}
/* 黒細線のグリッド背景 */
.exa-lp .exa-grid-sec{position:relative;background:#fff;}
.exa-lp .exa-grid-sec::before{content:'';position:absolute;inset:0;pointer-events:none;
  background-image:linear-gradient(rgba(0,0,0,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.07) 1px,transparent 1px);
  background-size:22px 22px;}
.exa-lp .exa-grid-sec .exa-inner{position:relative;z-index:1;}

/* ---- 得られるもの（左右交互に振ったカード） ---- */
.exa-lp .exa-gets{display:grid;gap:clamp(14px,1.8vw,22px);}
.exa-lp .exa-get{width:100%;display:flex;gap:clamp(14px,2vw,24px);align-items:flex-start;
  background:var(--box);border:2px solid var(--line2);border-radius:2px;padding:clamp(20px,2.4vw,32px) clamp(18px,2.4vw,34px);}
.exa-lp .exa-get-no{flex:none;min-width:62px;padding:12px 12px;border-radius:6px;background:var(--ink);color:#fff;
  font-family:var(--exa-mono),sans-serif;font-size:24px;font-weight:700;line-height:1.1;text-align:center;letter-spacing:.02em;}
.exa-lp .exa-get-body{flex:1;min-width:0;}
.exa-lp .exa-get h3{font-size:calc(clamp(16px,1.7vw,19px) * var(--fs,1));font-weight:700;color:var(--card-fg,var(--ink));line-height:1.6;margin:2px 0 8px;}
.exa-lp .exa-get p{font-size:calc(14px * var(--fs,1));color:var(--card-fg,var(--body));line-height:1.85;}
/* PCだけ、幅を絞って左右交互に振る */
@media (min-width:768px){
  .exa-lp .exa-get{width:84%;}
  .exa-lp .exa-get.is-auto:nth-child(even),
  .exa-lp .exa-get.is-right{margin-left:auto;}
  .exa-lp .exa-get.is-left{margin-right:auto;}
  .exa-lp .exa-get.is-full{width:100%;}
}
@media (max-width:560px){
  .exa-lp .exa-get{flex-direction:column;gap:12px;padding:20px 18px;}
  .exa-lp .exa-get-no{min-width:0;width:56px;padding:9px 10px;font-size:21px;}
}

/* ---- 申し込みの流れ ---- */
.exa-lp .exa-steps{display:block;}
.exa-lp .exa-step{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap;background:#fff;border:2px solid var(--line2);border-radius:2px;padding:22px 20px;}
.exa-lp .exa-step-body{flex:1;min-width:0;}
.exa-lp .exa-step-title{font-size:calc(17px * var(--fs,1));font-weight:700;color:var(--ink);line-height:1.6;margin-bottom:4px;}
.exa-lp .exa-step-desc{font-size:calc(14px * var(--fs,1));color:var(--body);line-height:1.8;}
.exa-lp .exa-step-note{font-size:12.5px;color:var(--meta);line-height:1.75;margin-top:9px;}
.exa-lp .exa-no{flex:none;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:64px;padding:11px 12px;border-radius:6px;background:var(--ink);color:#fff;font-family:var(--exa-mono),sans-serif;font-size:10.5px;font-weight:700;letter-spacing:.14em;line-height:1.2;}
.exa-lp .exa-no b{display:block;font-size:22px;font-weight:700;letter-spacing:0;margin-top:2px;}
.exa-lp .exa-step-arrow{display:flex;justify-content:center;padding:10px 0;}
.exa-lp .exa-step-arrow i{display:block;width:0;height:0;font-size:0;line-height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid var(--ink);}
/* ステップの画像（管理画面で画像を選んだステップにだけ出る） */
.exa-lp .exa-step-media{flex:0 0 100%;order:3;}
.exa-lp .exa-step-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border:1px solid var(--line);border-radius:2px;background:var(--gray-bg);}
@media (max-width:699px){
  .exa-lp .exa-step{padding:16px 14px;gap:12px;flex-wrap:wrap;}
  .exa-lp .exa-no{flex-direction:row;align-items:baseline;gap:6px;min-width:0;padding:5px 11px;font-size:10px;letter-spacing:.1em;}
  .exa-lp .exa-no b{font-size:15px;margin-top:0;}
  .exa-lp .exa-step-title{font-size:calc(15.5px * var(--fs,1));}
  .exa-lp .exa-step-desc{font-size:calc(13.5px * var(--fs,1));line-height:1.75;}
  /* 指定の改行はPCだけ効かせる */
  .exa-lp .exa-step-desc br{display:none;}
  /* 画像は行を占有させてテキストの下へ落とす。
     ここでmax-widthを掛けると同じ行に収まってしまい、本文が潰れる */
  .exa-lp .exa-step-media{flex:0 0 100%;max-width:none;}
  .exa-lp .exa-step-media img{max-width:66%;margin:0 auto;}
  .exa-lp .exa-step-arrow{padding:6px 0;}
  .exa-lp .exa-step-arrow i{border-left-width:11px;border-right-width:11px;border-top-width:11px;}
}

/* ---- 申し込み（ベネフィット→URL入力→カレンダー） ---- */
.exa-lp .exa-reserve{scroll-margin-top:80px;}
.exa-lp .exa-getbox{max-width:900px;margin:0 auto 26px;background:#fff;border:1px solid var(--line2);border-radius:14px;padding:20px 22px;box-shadow:0 8px 24px rgba(20,34,61,.06);}
.exa-lp .exa-getbox-head{text-align:center;margin-bottom:14px;}
.exa-lp .exa-getbox-head span{display:inline-block;background:var(--ink);color:#fff;font-size:14px;font-weight:700;letter-spacing:.03em;line-height:1.5;padding:8px 18px;}
.exa-lp .exa-getlist{display:flex;flex-wrap:wrap;justify-content:center;gap:10px clamp(16px,2.4vw,28px);}
.exa-lp .exa-getitem{flex:1 1 240px;display:flex;gap:8px;align-items:flex-start;font-size:14.5px;font-weight:700;color:var(--ink);line-height:1.7;}
.exa-lp .exa-getitem .c{flex:none;color:#35C46A;font-weight:700;line-height:1.7;}
.exa-lp .exa-bookhead{text-align:center;margin:0 0 20px;}
.exa-lp .exa-booktitle{font-size:clamp(19px,3.6vw,26px);font-weight:700;color:var(--brand);line-height:1.5;letter-spacing:.02em;margin:0 0 8px;}
.exa-lp .exa-booksub{font-size:13.5px;color:var(--meta);line-height:1.8;margin:0;}
.exa-lp .exa-siteform{max-width:640px;margin:0 auto 22px;background:#fff;border:1px solid var(--line2);border-radius:12px;padding:16px 18px;}
.exa-lp .exa-sitelabel{display:block;font-size:13px;font-weight:700;color:var(--ink);letter-spacing:.03em;margin-bottom:8px;}
.exa-lp .exa-sitefield + .exa-sitefield{margin-top:14px;}
.exa-lp .exa-siteinput{width:100%;border:1px solid var(--line2);border-radius:9px;padding:13px 14px;font-family:inherit;font-size:15px;font-weight:500;letter-spacing:.025em;color:var(--ink);background:#fff;}
.exa-lp .exa-siteinput::placeholder{font-size:14px;color:#8fa3b8;opacity:1;}
.exa-lp .exa-siteinput:focus{outline:0;box-shadow:0 0 0 3px rgba(62,174,230,.45);border-color:var(--brand-lt);}
.exa-lp .exa-siteinput.is-ok{border-color:#35C46A;}
.exa-lp .exa-siteinput.is-ng{border-color:#e08a6d;box-shadow:0 0 0 2px rgba(224,138,109,.35);}
/* 入力欄の下のボタン。他のCTAボタン（.exa-btn）と同じ部品を使う */
.exa-lp .exa-gowrap{margin-top:12px;}
.exa-lp .exa-gowrap .exa-btn{cursor:pointer;border:0;}
.exa-lp .exa-btn.is-full{max-width:none;width:100%;}
.exa-lp .exa-btn.is-ghost.is-full{border-width:2px;border-style:solid;}
.exa-lp .exa-siteerr{font-size:12.5px;font-weight:700;color:#c2562f;line-height:1.7;margin:8px 0 0;}
.exa-lp .exa-sitenote{font-size:12px;color:var(--meta);line-height:1.7;margin:8px 0 0;}
.exa-lp .exa-calwrap{animation:exaCardIn .35s ease;}
.exa-lp .exa-cal{max-width:1040px;margin:0 auto;min-height:640px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.06);}
.exa-lp .exa-calnote{text-align:center;font-size:13px;color:var(--meta);line-height:1.8;margin:18px 0 0;}
.exa-lp .exa-calnote a{color:var(--brand);font-weight:700;text-decoration:underline;}
/* カレンダーURLが未設定のときだけ出る、設置者向けの注意書き */
.exa-lp .exa-calerr{display:flex;align-items:center;justify-content:center;min-height:240px;padding:24px;text-align:center;font-size:14px;font-weight:700;color:#c2562f;line-height:1.9;}
@keyframes exaCardIn{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:none;}}

/* ---- FAQ（detailsのみ・JS不使用） ---- */
.exa-lp .exa-faq{display:grid;gap:12px;}
.exa-lp .exa-faq details{background:var(--box);border:2px solid var(--line2);border-radius:2px;padding:20px 24px;}
.exa-lp .exa-faq details[open]{border-color:var(--line3);}
.exa-lp .exa-faq summary{position:relative;font-size:calc(15px * var(--fs,1));font-weight:700;color:var(--ink);line-height:1.7;cursor:pointer;padding-right:30px;}
.exa-lp .exa-faq summary::before{content:'Q. ';color:var(--brand);font-family:var(--exa-mono),sans-serif;font-weight:700;}
.exa-lp .exa-faq summary::after{content:'';position:absolute;right:2px;top:.5em;width:9px;height:9px;border-right:2px solid var(--brand);border-bottom:2px solid var(--brand);transform:rotate(45deg);transition:transform .25s ease;}
.exa-lp .exa-faq details[open] summary::after{transform:rotate(-135deg);}
.exa-lp .exa-faq details p{margin:12px 0 0;font-size:calc(14px * var(--fs,1));color:var(--body);line-height:1.9;}
.exa-lp .exa-faq details p::before{content:'A. ';font-family:var(--exa-mono),sans-serif;font-weight:700;color:var(--meta);}

/* ---- 最終CTA（濃色パネル） ---- */
.exa-lp .exa-foot{position:relative;overflow:hidden;color:#fff;padding:56px 20px 52px;
  background:linear-gradient(155deg,#083a76 0%,#04214a 52%,#020f26 100%);}
.exa-lp .exa-foot::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(95% 75% at 86% 6%,rgba(31,120,214,.45),transparent 68%);}
.exa-lp .exa-foot-grid{position:absolute;inset:0;pointer-events:none;
  background-image:linear-gradient(rgba(120,180,245,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(120,180,245,.05) 1px,transparent 1px);background-size:44px 44px;}
.exa-lp .exa-foot-inner{position:relative;z-index:2;max-width:1000px;margin:0 auto;text-align:center;}
.exa-lp .exa-foot-title{font-size:clamp(20px,4.4vw,30px);font-weight:700;color:#fff;line-height:1.55;letter-spacing:.03em;margin:0 0 22px;}
.exa-lp .exa-foot-note{font-size:12px;color:rgba(255,255,255,.72);line-height:1.7;margin:14px 0 0;}

/* ---- 追従バー（FVを過ぎたら出て、申し込みセクションでは引っ込む） ---- */
.exa-lp .exa-bar{position:fixed;left:0;right:0;bottom:0;z-index:60;padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.95);border-top:1px solid var(--line);box-shadow:0 -6px 18px -10px rgba(0,37,66,.5);
  transform:translateY(130%);transition:transform .28s ease,visibility 0s .28s;
  visibility:hidden;}   /* 隠れている間はタブ移動でも触れないようにする */
.exa-lp .exa-bar.is-on{transform:none;visibility:visible;transition:transform .28s ease;}
/* 帯をなくして、ボタンだけを浮かせる */
.exa-lp .exa-bar.is-plain{background:none;border-top:0;box-shadow:none;}
.exa-lp .exa-bar.is-plain .exa-btn{box-shadow:0 12px 30px -8px rgba(0,10,40,.55);}
.exa-lp .exa-bar .exa-btn{max-width:560px;border-radius:10px;padding:10px 16px;}
.exa-lp .exa-bar .exa-btn .t{font-size:clamp(15px,3.8vw,18px);}
.exa-lp .exa-bar .exa-btn .s{font-size:clamp(10.5px,2.7vw,12.5px);}

/* ---- PC ---- */
@media (min-width:768px){
  .exa-lp .exa-header{padding:13px 40px;}
  .exa-lp .exa-header-logo{height:27px;}
  .exa-lp .exa-header-btn{min-height:44px;padding:0 26px;font-size:14px;}
  .exa-lp .exa-sec{padding:60px 40px 88px;}
  .exa-lp .exa-step{gap:24px;padding:26px 32px;flex-wrap:nowrap;align-items:center;}
  /* 画像は右に固定幅で回り込ませる（幅を指定しないとテキストを潰す） */
  .exa-lp .exa-step-media{flex:0 0 260px;order:0;}
  .exa-lp .exa-no{min-width:76px;padding:12px 14px;}
  .exa-lp .exa-faq details{padding:22px 28px;}
  .exa-lp .exa-foot{padding:76px 40px 68px;}
}
@media (min-width:1200px){
  .exa-lp .exa-sec{padding:60px 0 88px;}
  .exa-lp .exa-sec-gray{padding-left:40px;padding-right:40px;}
  .exa-lp .exa-hero{padding-left:0;padding-right:0;}
  .exa-lp .exa-foot{padding:84px 0 72px;}
}
@media (prefers-reduced-motion:reduce){
  .exa-lp *{animation:none !important;transition:none !important;}
}

/* ---- 追従バーの下敷き（バーの高さぶんだけ最後に余白を作る） ---- */
.exa-lp .exa-bar-spacer{height:76px;}
@media (min-width:768px){.exa-lp .exa-bar-spacer{height:84px;}}

/* ============================================================
   お客様の声
   ============================================================ */
.exa-lp .exa-voices{display:grid;gap:clamp(14px,1.8vw,22px);}
@media (min-width:900px){.exa-lp .exa-voices.is-2{grid-template-columns:1fr 1fr;}}
.exa-lp .exa-voice{background:#fff;border:1px solid var(--line2);border-radius:12px;
  padding:clamp(20px,2.4vw,30px) clamp(18px,2.4vw,32px);box-shadow:0 10px 28px -20px rgba(0,37,66,.5);}
/* 引用符。本文の左上に薄く敷く */
.exa-lp .exa-voice-body{position:relative;font-size:calc(clamp(14.5px,1.4vw,16px) * var(--fs,1));color:var(--body);line-height:1.95;}
.exa-lp .exa-voice-body::before{content:'“';position:absolute;left:-2px;top:-22px;
  font-family:var(--exa-mono),serif;font-size:54px;font-weight:700;color:var(--line3);line-height:1;pointer-events:none;}
.exa-lp .exa-voice-lead{font-size:calc(clamp(16px,1.7vw,20px) * var(--fs,1));font-weight:700;color:var(--ink);line-height:1.65;margin:0 0 10px;}
.exa-lp .exa-voice-foot{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line);}
.exa-lp .exa-voice-photo{flex:none;width:52px;height:52px;border-radius:50%;overflow:hidden;background:var(--gray-bg);}
.exa-lp .exa-voice-photo img{width:100%;height:100%;object-fit:cover;}
.exa-lp .exa-voice-who{min-width:0;font-size:13.5px;font-weight:700;color:var(--ink);line-height:1.6;}
.exa-lp .exa-voice-who span{display:block;font-size:12.5px;font-weight:500;color:var(--meta);}
.exa-lp .exa-voice-logo{margin-left:auto;flex:none;display:flex;align-items:center;height:34px;}
.exa-lp .exa-voice-logo img{max-height:30px;width:auto;}
@media (max-width:560px){
  .exa-lp .exa-voice{padding:18px 16px;}
  .exa-lp .exa-voice-body{font-size:calc(13.5px * var(--fs,1));line-height:1.85;}
  .exa-lp .exa-voice-lead{font-size:calc(15.5px * var(--fs,1));}
  .exa-lp .exa-voice-photo{width:44px;height:44px;}
  .exa-lp .exa-voice-logo{display:none;}
}

/* ============================================================
   実績（サムネ左・本文右のカード）
   ============================================================ */
.exa-lp .exa-cases{display:grid;gap:clamp(16px,2vw,26px);max-width:900px;margin:0 auto;}
.exa-lp .exa-case{background:#fff;border-radius:10px;overflow:hidden;min-height:clamp(180px,20vw,230px);
  box-shadow:0 14px 34px -18px rgba(0,37,66,.45);display:flex;align-items:stretch;}
.exa-lp .exa-case-thumb{position:relative;flex:0 0 42%;align-self:stretch;overflow:hidden;background:var(--gray-bg);}
.exa-lp .exa-case-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.exa-lp .exa-case-tags{position:absolute;left:0;right:0;bottom:12px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;}
.exa-lp .exa-case-tags span{max-width:100%;background:#0a0a0a;color:#ffde59;font-size:calc(11.5px * var(--tag-fs,1));font-weight:700;
  padding:3px 9px;border-radius:2px;line-height:1.5;letter-spacing:.01em;overflow-wrap:anywhere;}
.exa-lp .exa-case-body{flex:1;min-width:0;padding:clamp(16px,2vw,24px) clamp(16px,2.2vw,28px);display:flex;flex-direction:column;justify-content:center;}
.exa-lp .exa-case-ttl{font-size:calc(clamp(13.5px,1.35vw,16px) * var(--fs,1));font-weight:700;color:#151414;line-height:1.65;}
.exa-lp .exa-case-co{font-size:calc(clamp(13px,1.25vw,15px) * var(--fs,1));font-weight:700;color:var(--brand);margin-top:12px;}
.exa-lp .exa-case-logo{display:flex;align-items:center;justify-content:flex-start;height:44px;margin-top:8px;}
.exa-lp .exa-case-logo img{max-height:38px;width:auto;}
.exa-lp .exa-case-cats{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;}
.exa-lp .exa-case-cats span{font-size:calc(10.5px * var(--fs,1));font-weight:500;color:#fff;background:#5599c2;border-radius:4px;padding:3px 10px;}
/* スマホでも縦積みにせず、サムネ左・本文右の横並びを保つ */
@media (max-width:600px){
  .exa-lp .exa-case{min-height:132px;border-radius:6px;}
  .exa-lp .exa-case-thumb{flex:0 0 38%;}
  .exa-lp .exa-case-body{padding:11px 12px;}
  .exa-lp .exa-case-ttl{font-size:calc(12px * var(--fs,1));line-height:1.55;}
  .exa-lp .exa-case-co{font-size:calc(11.5px * var(--fs,1));margin-top:7px;}
  .exa-lp .exa-case-logo{height:26px;margin-top:5px;}
  .exa-lp .exa-case-logo img{max-height:22px;}
  .exa-lp .exa-case-cats{gap:4px;margin-top:7px;}
  .exa-lp .exa-case-cats span{font-size:calc(9px * var(--fs,1));padding:2px 6px;}
  .exa-lp .exa-case-tags{bottom:6px;gap:3px;}
  .exa-lp .exa-case-tags span{font-size:calc(8.5px * var(--tag-fs,1));padding:2px 5px;line-height:1.4;}
}

/* ============================================================
   動画（申し込んだあとの流れを見せる）
   ============================================================ */
.exa-lp .exa-video-wrap{max-width:860px;margin:0 auto;}
.exa-lp .exa-video{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;
  background:#0b1b33;box-shadow:0 20px 44px -24px rgba(0,37,66,.7);}
.exa-lp .exa-video iframe,.exa-lp .exa-video video{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;}
/* クリックするまで動画を読み込まない。サムネ＋再生ボタンだけ先に出す */
.exa-lp .exa-video-lite{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;cursor:pointer;background:#0b1b33;}
.exa-lp .exa-video-lite img{width:100%;height:100%;object-fit:cover;}
.exa-lp .exa-video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:clamp(58px,7vw,82px);height:clamp(58px,7vw,82px);border-radius:50%;
  background:rgba(245,130,31,.94);box-shadow:0 10px 26px -8px rgba(0,0,0,.6);
  display:flex;align-items:center;justify-content:center;transition:transform .2s ease;}
.exa-lp .exa-video-lite:hover .exa-video-play{transform:translate(-50%,-50%) scale(1.06);}
.exa-lp .exa-video-play i{display:block;width:0;height:0;margin-left:5px;
  border-top:clamp(11px,1.4vw,15px) solid transparent;border-bottom:clamp(11px,1.4vw,15px) solid transparent;
  border-left:clamp(18px,2.3vw,25px) solid #fff;}
.exa-lp .exa-video-cap{font-size:12.5px;color:var(--meta);line-height:1.8;margin:14px 0 0;text-align:center;}

/* ============================================================
   ここから下は、管理画面から選べる調整用のクラス
   ============================================================ */

/* ---- 寄せ ---- */
.exa-lp .is-al-left{text-align:left;margin-left:0;margin-right:auto;}
.exa-lp .is-al-center{text-align:center;margin-left:auto;margin-right:auto;}
.exa-lp .is-al-right{text-align:right;margin-left:auto;margin-right:0;}
/* 見出しの下線も寄せに合わせる */
.exa-lp .exa-sec-title.is-al-left::after{left:0;transform:none;}
.exa-lp .exa-sec-title.is-al-center::after{left:50%;transform:translateX(-50%);}
.exa-lp .exa-sec-title.is-al-right::after{left:auto;right:0;transform:none;}

/* ---- ボタン ---- */
.exa-lp .exa-ctawrap{display:flex;flex-direction:column;gap:7px;width:100%;}
.exa-lp .exa-ctawrap.is-al-left{align-items:flex-start;}
.exa-lp .exa-ctawrap.is-al-center{align-items:center;}
.exa-lp .exa-ctawrap.is-al-right{align-items:flex-end;}
/* ボタンの上のひとこと。既定は白い吹き出しで、ふわふわ浮かせる */
.exa-lp .exa-btn-top{display:block;font-size:clamp(12.5px,1.3vw,15px);font-weight:700;line-height:1.5;letter-spacing:.03em;color:inherit;}
.exa-lp .exa-hero-copy .exa-btn-top,
.exa-lp .exa-sec-dark .exa-btn-top,
.exa-lp .exa-sec.is-ondark .exa-btn-top{color:#fff;}

.exa-lp .exa-btn-top.is-bubble{position:relative;z-index:2;display:inline-block;
  background:var(--bub-bg,#fff);color:var(--bub-fg,var(--ink));
  font-size:clamp(11.5px,1.2vw,14px);font-weight:700;letter-spacing:.06em;line-height:1.6;
  border-radius:100px;padding:8px 20px;
  box-shadow:0 10px 28px -10px rgba(0,10,40,.5);}
/* 下向きの三角。ボタンを指す */
.exa-lp .exa-btn-top.is-bubble::after{content:'';position:absolute;left:50%;bottom:-6px;transform:translateX(-50%);
  border:7px solid transparent;border-top-color:var(--bub-bg,#fff);border-bottom:0;}
.exa-lp .exa-btn-top.is-bubble.is-square{border-radius:10px;}
/* 吹き出しの中の **強調** は、地の色（濃色地むけの --em1）を使わずブランド色にする。
   FVの強調を明るい色にしていると、白い吹き出しの上で読めなくなるため */
.exa-lp .exa-btn-top.is-bubble .exa-em1{color:var(--brand);}
.exa-lp .exa-btn-top.is-bubble .exa-marker{background:none;}
/* 吹き出しの中は、濃色地でも既定の文字色を使う */
.exa-lp .exa-hero-copy .exa-btn-top.is-bubble,
.exa-lp .exa-sec-dark .exa-btn-top.is-bubble,
.exa-lp .exa-sec.is-ondark .exa-btn-top.is-bubble{color:var(--bub-fg,var(--ink));}

.exa-lp .exa-btn-top.is-float{animation:exaBob 2.4s ease-in-out infinite;}
@keyframes exaBob{0%,100%{transform:translateY(0);}50%{transform:translateY(-4px);}}

.exa-lp .exa-btn{margin:0;background:var(--btn-bg,var(--orange));color:var(--btn-fg,#fff);}
.exa-lp .exa-btn:hover{color:var(--btn-fg,#fff);}
/* 大きさ */
.exa-lp .exa-btn.is-s{max-width:360px;padding:9px 18px;}
.exa-lp .exa-btn.is-s .t{font-size:clamp(14px,1.4vw,17px);}
.exa-lp .exa-btn.is-s .s{font-size:clamp(10.5px,1.05vw,12.5px);}
.exa-lp .exa-btn.is-m{max-width:512px;}
.exa-lp .exa-btn.is-l{max-width:620px;padding:clamp(15px,1.7vw,22px) clamp(16px,2.2vw,30px);}
.exa-lp .exa-btn.is-l .t{font-size:clamp(18px,2.1vw,27px);}
.exa-lp .exa-btn.is-xl{max-width:760px;padding:clamp(18px,2.1vw,28px) clamp(18px,2.4vw,34px);}
.exa-lp .exa-btn.is-xl .t{font-size:clamp(20px,2.5vw,32px);}
.exa-lp .exa-btn.is-xl .s{font-size:clamp(12.5px,1.4vw,17px);}
/* 形 */
.exa-lp .exa-btn.is-round{border-radius:12px;}
.exa-lp .exa-btn.is-square{border-radius:2px;}
.exa-lp .exa-btn.is-pill{border-radius:999px;}
.exa-lp .exa-btn.is-ghost{background:transparent;border:2px solid var(--btn-bg,var(--orange));
  color:var(--btn-fg,var(--btn-bg,var(--orange)));border-radius:12px;box-shadow:none;}
.exa-lp .exa-btn.is-ghost:hover{background:var(--btn-bg,var(--orange));color:#fff;}
/* ヘッダーのボタンにも同じ形を効かせる */
.exa-lp .exa-header-btn{background:var(--btn-bg,var(--orange));color:var(--btn-fg,#fff);}
.exa-lp .exa-header-btn.is-square{border-radius:2px;}
.exa-lp .exa-header-btn.is-pill{border-radius:999px;}
.exa-lp .exa-header-btn.is-ghost{background:transparent;border:2px solid var(--btn-bg,var(--orange));
  color:var(--btn-fg,var(--btn-bg,var(--orange)));box-shadow:none;}
/* 追従バーの中は常に中央 */
.exa-lp .exa-bar .exa-ctawrap{align-items:center;}

/* ============================================================
   CTAブロック（見出し＋説明＋ボタン）
   ============================================================ */
.exa-lp .exa-cta-sec .exa-inner{max-width:1000px;}
.exa-lp .exa-midtext{max-width:760px;margin:0 auto;}
.exa-lp .exa-cta-title{font-size:calc(clamp(20px,4.2vw,30px) * var(--fs,1));font-weight:700;color:var(--ink);
  line-height:1.55;letter-spacing:.03em;margin:0 0 14px;}
.exa-lp .exa-cta-text{font-size:calc(clamp(13.5px,1.35vw,16px) * var(--fs,1));color:var(--body);line-height:1.9;margin:0 0 6px;}
/* 見出しや説明があるときは、ボタンとの間を空ける */
.exa-lp .exa-cta-title + .exa-ctawrap,
.exa-lp .exa-cta-text + .exa-ctawrap{margin-top:clamp(18px,2.2vw,30px);}
.exa-lp .exa-cta-sec .exa-ctawrap{margin-left:0;margin-right:0;}

/* ---- 同じ背景のブロックが続くときは、継ぎ目の線と余白を消して1枚の面に見せる ----
   背景が変わるところは今までどおり。同じ背景が並んだときだけ効かせる。 */
.exa-lp[data-bg="white"] + .exa-lp[data-bg="white"] > .exa-sec,
.exa-lp[data-bg="gray"]  + .exa-lp[data-bg="gray"]  > .exa-sec,
.exa-lp[data-bg="grid"]  + .exa-lp[data-bg="grid"]  > .exa-sec,
.exa-lp[data-bg="dark"]  + .exa-lp[data-bg="dark"]  > .exa-sec{padding-top:0;}
/* うすいグレーだけ上に線を持っている。これが「同じ色なのに線が入る」の正体 */
.exa-lp[data-bg="gray"] + .exa-lp[data-bg="gray"] > .exa-sec{border-top:0;}
/* 濃紺はグラデーションなので、続けて置くと折り返しが帯に見える。
   隣り合うぶんだけ単色にして、境目を消す */
.exa-lp[data-bg="dark"]:has(+ .exa-lp[data-bg="dark"]) > .exa-sec-dark,
.exa-lp[data-bg="dark"] + .exa-lp[data-bg="dark"] > .exa-sec-dark{background-image:none;background-color:#04214a;}

/* ---- 濃紺の背景（締めのCTAなど） ---- */
.exa-lp .exa-sec-dark{position:relative;overflow:hidden;color:#fff;
  background:linear-gradient(155deg,#083a76 0%,#04214a 52%,#020f26 100%);}
.exa-lp .exa-sec-dark::before{content:'';position:absolute;inset:0;pointer-events:none;
  background-image:linear-gradient(rgba(120,180,245,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(120,180,245,.05) 1px,transparent 1px);
  background-size:44px 44px;}
.exa-lp .exa-sec-dark .exa-inner{position:relative;z-index:1;}
.exa-lp .exa-cta-note{font-size:12.5px;color:var(--meta);line-height:1.8;margin:12px 0 0;}

/* 濃い背景の上では、文字をまとめて白に寄せる */
.exa-lp .exa-sec.is-ondark{color:rgba(255,255,255,.88);}
.exa-lp .exa-sec.is-ondark .exa-sec-title,
.exa-lp .exa-sec.is-ondark .exa-midtext h3,
.exa-lp .exa-sec.is-ondark .exa-booktitle,
.exa-lp .exa-sec.is-ondark .exa-point-label{color:#fff;}
.exa-lp .exa-sec.is-ondark .exa-lead,
.exa-lp .exa-sec.is-ondark .exa-midtext p,
.exa-lp .exa-sec.is-ondark .exa-gallery-cap{color:rgba(255,255,255,.86);}
.exa-lp .exa-sec.is-ondark .exa-note,
.exa-lp .exa-sec.is-ondark .exa-cta-note,
.exa-lp .exa-sec.is-ondark .exa-video-cap,
.exa-lp .exa-sec.is-ondark .exa-gallery-hint,
.exa-lp .exa-sec.is-ondark .exa-booksub,
.exa-lp .exa-sec.is-ondark .exa-getimgs-cap,
.exa-lp .exa-sec.is-ondark .exa-calnote{color:rgba(255,255,255,.7);}
.exa-lp .exa-sec.is-ondark .exa-sec-eyebrow{color:#8fd0f5;}

/* ---- ステップ：画像を左に置く ---- */
@media (min-width:768px){
  .exa-lp .exa-step.is-imgleft .exa-step-media{order:-1;}
}

/* ---- 実績：画像を右に置く／コピーの位置 ---- */
.exa-lp .exa-case.is-imgright{flex-direction:row-reverse;}
.exa-lp .exa-case-tags.is-bl{left:0;right:0;top:auto;bottom:12px;align-items:flex-start;}
.exa-lp .exa-case-tags.is-br{left:0;right:0;top:auto;bottom:12px;align-items:flex-end;}
.exa-lp .exa-case-tags.is-tl{left:0;right:0;top:12px;bottom:auto;align-items:flex-start;}
.exa-lp .exa-case-tags.is-tr{left:0;right:0;top:12px;bottom:auto;align-items:flex-end;}
@media (max-width:600px){
  .exa-lp .exa-case-tags.is-bl,
  .exa-lp .exa-case-tags.is-br{bottom:6px;}
  .exa-lp .exa-case-tags.is-tl,
  .exa-lp .exa-case-tags.is-tr{top:6px;}
}

/* ---- お申し込み：分かることの画像 ---- */
.exa-lp .exa-getimgs{margin-top:16px;}
.exa-lp .exa-getimg img{width:100%;height:auto;border-radius:8px;border:1px solid var(--line2);background:var(--gray-bg);display:block;}
.exa-lp .exa-getimgs.is-1{max-width:640px;margin-left:auto;margin-right:auto;}
.exa-lp .exa-getimgs.is-2{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
/* 3枚以上は横スクロール。指で送れるように吸着させる */
.exa-lp .exa-getimgs.is-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;
  scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;}
.exa-lp .exa-getimgs.is-scroll .exa-getimg{flex:0 0 min(78%,320px);scroll-snap-align:center;}
.exa-lp .exa-getimgs-cap{font-size:12px;color:var(--meta);line-height:1.7;margin:8px 0 0;text-align:center;}
@media (max-width:560px){
  .exa-lp .exa-getimgs.is-2{grid-template-columns:1fr;}
}

/* ---- テキスト（見出し＋本文） ---- */
/* 読ませるためのセクション。1行が長くなると目が戻れないので、既定では幅を絞る */
.exa-lp .exa-textbody{font-size:calc(15px * var(--fs,1));color:var(--body);line-height:2;}
.exa-lp .exa-textbody.is-narrow{max-width:760px;}
.exa-lp .exa-textbody > p{margin:0 0 1.4em;}
.exa-lp .exa-textbody > p:last-child{margin-bottom:0;}
.exa-lp .exa-textitem{margin-top:32px;}
.exa-lp .exa-textitem:first-child{margin-top:0;}
/* 小見出しの頭に縦線を入れる。
   ::before は上の「SWELL対策のリセット」（h3::before を display:none にしている）に
   食われるので、線は border で描く */
.exa-lp .exa-textitem h3{font-size:calc(17.5px * var(--fs,1));font-weight:700;color:var(--ink);
  line-height:1.65;letter-spacing:.01em;margin:0 0 10px;padding-left:13px;
  border-left:3px solid var(--brand);}
.exa-lp .exa-textbody.is-al-center .exa-textitem h3{border-left:0;padding-left:0;}
.exa-lp .exa-textitem p{margin:0 0 1.2em;}
.exa-lp .exa-textitem p:last-child{margin-bottom:0;}
.exa-lp .exa-textbody + .exa-ctawrap{margin-top:32px;}
.exa-lp .exa-sec.is-ondark .exa-textbody{color:rgba(255,255,255,.86);}
.exa-lp .exa-sec.is-ondark .exa-textitem h3{color:#fff;}
@media (max-width:600px){
  .exa-lp .exa-textbody{line-height:1.95;}
  .exa-lp .exa-textitem{margin-top:26px;}
}

/* ---- 画像ボックス（横スクロール） ---- */
.exa-lp .exa-gallery-wrap{--shot:620px;--arrow:46px;--dot:9px;position:relative;}
/* position:relative は見た目のためではなく、JSが「いま何枚目か」を数えるため。
   これが無いと画像の位置が外側の箱から測られ、現在位置が1枚ずれる */
.exa-lp .exa-gallery{position:relative;display:flex;justify-content:center;gap:16px;}
/* 100% を入れているのは、矢印を外側に置いたときに枠より広くならないようにするため */
.exa-lp .exa-shot{flex:0 0 auto;width:min(var(--shot),88vw,100%);border-radius:8px;overflow:hidden;background:#fff;}
.exa-lp .exa-shot img{width:100%;height:auto;display:block;}
.exa-lp .exa-gallery.has-shadow .exa-shot{box-shadow:0 20px 44px -22px rgba(0,37,66,.55);}
.exa-lp .exa-gallery.is-scroll{justify-content:flex-start;overflow-x:auto;padding:4px 4px 10px;
  scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;}
/* 左端で吸着させる。矢印で送ったときと、指で送ったときの止まり方をそろえる */
.exa-lp .exa-gallery.is-scroll .exa-shot{scroll-snap-align:start;}
.exa-lp .exa-gallery-hint{font-size:12px;color:var(--meta);line-height:1.7;margin:2px 0 0;text-align:right;}
.exa-lp .exa-gallery-cap{text-align:center;font-size:12.5px;font-weight:700;color:var(--body);line-height:1.8;margin:12px 0 0;}
@media (min-width:900px){
  /* 画面に収まりきるときはスクロールバーを出さない */
  .exa-lp .exa-gallery-hint{display:none;}
  .exa-lp .exa-gallery.is-scroll{justify-content:safe center;}
}

/* ---- 画像ボックス：縦に並べる ---- */
/* 送らせない代わりに、1枚ずつ必ず目に入る。解説を読ませたいときに使う */
.exa-lp .exa-gallery.is-stack{flex-direction:column;align-items:center;gap:40px;overflow:visible;}
/* 解説は画像の高さの真ん中に置く。記事の見本は縦長なので、上に揃えると解説が浮いて見える */
.exa-lp .exa-gal-row{display:flex;gap:32px;align-items:center;justify-content:center;width:100%;}
/* 横スクロールの 88vw（次の画像を覗かせるための幅）は使わない。
   縦並びは送らないので、はみ出させる理由が無い */
.exa-lp .exa-gal-row .exa-shot{flex:0 0 auto;width:min(var(--shot),100%);}
.exa-lp .exa-gal-note{flex:1 1 0;min-width:0;max-width:520px;}
.exa-lp .exa-gal-note h3{font-size:calc(17px * var(--fs,1));font-weight:700;color:var(--ink);
  line-height:1.65;letter-spacing:.01em;margin:0 0 10px;}
.exa-lp .exa-gal-note p{font-size:calc(14.5px * var(--fs,1));color:var(--body);line-height:1.95;margin:0;}
.exa-lp .exa-gal-note h3 + p{margin-top:0;}
/* 解説を画像の下に置く／解説が無い行は中央に置く */
.exa-lp .exa-gal-row.is-below{flex-direction:column;align-items:center;gap:16px;}
.exa-lp .exa-gal-row.is-below .exa-gal-note{flex:none;width:min(var(--shot),100%);max-width:none;text-align:left;}
.exa-lp .exa-gal-row.is-solo{justify-content:center;}
.exa-lp .exa-sec.is-ondark .exa-gal-note h3{color:#fff;}
.exa-lp .exa-sec.is-ondark .exa-gal-note p,
.exa-lp .exa-sec.is-ondark .exa-shot-note p{color:rgba(255,255,255,.86);}
@media (max-width:820px){
  /* 横に置く余白が無くなるので、下に落とす */
  .exa-lp .exa-gal-row.is-side{flex-direction:column;align-items:center;gap:16px;}
  .exa-lp .exa-gal-row.is-side .exa-gal-note{flex:none;width:min(var(--shot),100%);max-width:none;}
  .exa-lp .exa-gallery.is-stack{gap:32px;}
}

/* ---- 画像ボックス：横スクロールのときの解説（画像の下・枠の中） ---- */
.exa-lp .exa-shot-note{padding:16px 18px 18px;border-top:1px solid var(--line);background:#fff;text-align:left;}
.exa-lp .exa-shot-note h3{font-size:calc(15.5px * var(--fs,1));font-weight:700;color:var(--ink);
  line-height:1.6;margin:0 0 8px;}
.exa-lp .exa-shot-note p{font-size:calc(13.5px * var(--fs,1));color:var(--body);line-height:1.9;margin:0;}

/* ---- 画像ボックス：送り矢印（画像の左右・高さの真ん中） ---- */
.exa-lp .exa-gal-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;
  width:var(--arrow);height:var(--arrow);flex:none;padding:0;border:0;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  background:var(--arrow-bg,#fff);color:var(--arrow-fg,var(--ink));
  box-shadow:0 6px 18px -6px rgba(0,37,66,.55);
  transition:opacity .2s ease,transform .15s ease,filter .1s ease;}
.exa-lp .exa-gal-nav.is-circle{border-radius:50%;}
.exa-lp .exa-gal-nav.is-square{border-radius:10px;}
.exa-lp .exa-gal-nav.is-plain{background:none;box-shadow:none;}
.exa-lp .exa-gal-nav:hover{filter:brightness(.96);}
.exa-lp .exa-gal-nav:active{transform:translateY(-50%) scale(.94);}
/* 矢印そのもの。文字を使わず、線を45度に傾けて作る */
.exa-lp .exa-gal-nav i{display:block;width:calc(var(--arrow) * .28);height:calc(var(--arrow) * .28);
  border-top:2px solid currentColor;border-right:2px solid currentColor;}
.exa-lp .exa-gal-nav.is-next i{transform:translateX(-15%) rotate(45deg);}
.exa-lp .exa-gal-nav.is-prev i{transform:translateX(15%) rotate(-135deg);}
/* 端まで来たら薄くして、押しても動かないことを見せる */
.exa-lp .exa-gal-nav[disabled]{opacity:.28;cursor:default;box-shadow:none;}
/* 画像に重ねる／画像の外に出す */
.exa-lp .exa-gallery-wrap.is-inset .exa-gal-nav.is-prev{left:6px;}
.exa-lp .exa-gallery-wrap.is-inset .exa-gal-nav.is-next{right:6px;}
.exa-lp .exa-gallery-wrap.is-outset{padding:0 calc(var(--arrow) + 10px);}
.exa-lp .exa-gallery-wrap.is-outset .exa-gal-nav.is-prev{left:0;}
.exa-lp .exa-gallery-wrap.is-outset .exa-gal-nav.is-next{right:0;}
/* 矢印を出すときはスクロールバーを隠す（指とマウスで送れるので不要） */
.exa-lp .exa-gallery-wrap.has-nav .exa-gallery.is-scroll{scrollbar-width:none;}
.exa-lp .exa-gallery-wrap.has-nav .exa-gallery.is-scroll::-webkit-scrollbar{display:none;}

/* ---- 画像ボックス：現在位置 ---- */
.exa-lp .exa-gal-dots{display:flex;justify-content:center;align-items:center;gap:calc(var(--dot) * .8);margin-top:14px;}
.exa-lp .exa-gal-dot{padding:0;border:0;cursor:pointer;background:var(--dot-off,var(--line2));
  transition:background .2s ease,width .2s ease;}
.exa-lp .exa-gal-dots.is-dots .exa-gal-dot{width:var(--dot);height:var(--dot);border-radius:50%;}
.exa-lp .exa-gal-dots.is-bar .exa-gal-dot{width:calc(var(--dot) * 3);height:calc(var(--dot) * .55);border-radius:999px;}
.exa-lp .exa-gal-dot.is-on{background:var(--dot-on,var(--brand));}
.exa-lp .exa-gal-dots.is-bar .exa-gal-dot.is-on{width:calc(var(--dot) * 5);}
.exa-lp .exa-gal-count{text-align:center;font-size:calc(var(--dot) * 1.5);font-weight:500;color:var(--meta);
  letter-spacing:.08em;line-height:1.4;margin-top:12px;}
.exa-lp .exa-gal-count b{font-weight:700;color:var(--dot-on,var(--brand));}
