/* ==========================================================================
   Lark導入支援 LP — 本番(Elementor)デザイン再現 / SWELL(swell_child)用
   スコープ: #lark-lp.lark-lp 配下のみ。global.css/components.css を上書き。
   本番値: navy #1A4998 / font Zen Kaku Gothic New / section pad 64px / radius btn8 pill99
   ブレークポイント: 1024 / 834 / 600
   ========================================================================== */

/* ---------- スコープ基盤 ---------- */
#lark-lp.lark-lp {
  --lk-navy: #1A4998;
  --lk-card: #2C70B7;
  --lk-ink: #1a1a1a;
  --lk-gray: #4b4f58;
  --lk-line: #e5e7eb;
  --lk-bg-soft: #f5f7fb;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: var(--lk-ink);
  line-height: 1.8;
  overflow-x: hidden;
}
#lark-lp.lark-lp * { box-sizing: border-box; }
#lark-lp.lark-lp img { max-width: 100%; height: auto; display: block; }
#lark-lp.lark-lp h1,
#lark-lp.lark-lp h2,
#lark-lp.lark-lp h3,
#lark-lp.lark-lp h4 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: var(--lk-ink);
  line-height: 1.5;
  margin: 0;
}
#lark-lp.lark-lp p { margin: 0; }
#lark-lp.lark-lp a { text-decoration: none; transition: opacity .25s ease; }
#lark-lp.lark-lp a:hover { opacity: .88; }

/* 共通インナー */
/* 本番準拠: コンテンツ列は min(100%,1140px) のボックス。ヒーローのみ90%（上記）。 */
#lark-lp .lk-inner { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
#lark-lp .lk-section { padding: 72px 0; }

/* ==========================================================================
   1. HERO
   ========================================================================== */
/* 本番準拠: ヒーロー内コンテナは固定pxではなく width:90%。
   広いビューポートでも本番同様に横幅いっぱいへ広がり、文字も大きく見える。 */
#lark-lp .lark-hero {
  width: 90%;
  max-width: 90%;
  margin: 0 auto !important;
  padding: 64px 0;
  align-items: center;
  gap: 28px;
}
/* 大見出し(84px)を本番同様の2行に収めるため、テキスト列を62%へ広げ、
   メディア列を38%へ。ホイールは幅97%で約632pxを維持。 */
#lark-lp .lark-hero > .wp-block-column:not(.lark-hero__media) { flex-basis: 62% !important; }
#lark-lp .lark-hero .lark-hero__media { flex-basis: 38% !important; text-align: center; }
#lark-lp .lark-hero .lark-hero__media img { width: 97%; max-width: 100%; margin: 0 auto; }
#lark-lp .lark-badge {
  display: inline-block;
  border: 3px solid var(--lk-navy);
  border-radius: 9px;
  padding: 14px 44px;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  background: #fff;
  margin: 0 0 48px !important;
  line-height: 1.4;
}
#lark-lp .lark-h1 {
  font-size: clamp(40px, 3.9vw, 82px);
  font-weight: 700;
  color: #000;
  line-height: 1.38;
  margin: 0 0 56px !important;
  letter-spacing: -.01em;
}
/* スマホ専用改行（PC/タブレットでは無効） */
#lark-lp .lark-h1__spbr { display: none; }

/* 共通CTAボタン */
#lark-lp .lark-cta a,
#lark-lp .lark-cta .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--lk-navy);
  color: #fff !important;
  border-radius: 8px;
  padding: 20px 42px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
#lark-lp .lark-cta a::after,
#lark-lp .lark-cta .wp-block-button__link::after {
  content: "";
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' viewBox='0 0 9 11'%3E%3Cpath d='M8.5 5.5L0.25 10.27V0.73L8.5 5.5Z' fill='%231A4998'/%3E%3C/svg%3E") center/9px no-repeat;
  flex: 0 0 auto;
}

/* ==========================================================================
   2. お悩み navy band
   ========================================================================== */
#lark-lp .lark-band-navy { background: var(--lk-navy); padding: 54px 20px; margin: 0; }
#lark-lp .lark-band-navy h2 {
  color: #fff; text-align: center;
  font-size: 36px; font-weight: 700; margin: 0; letter-spacing: .04em;
}

/* ==========================================================================
   3. Lark で解決
   ========================================================================== */
#lark-lp .lark-solve { padding: 64px 0 72px; }
#lark-lp .lark-solve__persons {
  display: flex; justify-content: center; align-items: flex-start;
  gap: 24px; max-width: 1080px; margin: 0 auto 8px; flex-wrap: wrap;
}
#lark-lp .lark-solve__persons figure { flex: 1 1 0; min-width: 220px; max-width: 340px; margin: 0; }
#lark-lp .lark-solve__arrow {
  width: 0; height: 0; margin: 30px auto 6px;
  border-left: 26px solid transparent; border-right: 26px solid transparent;
  border-top: 26px solid var(--lk-navy);
}
#lark-lp.lark-lp .lark-solve__title {
  text-align: center; font-size: 46px; font-weight: 700; margin: 22px 0 28px; line-height: 1.4;
}
#lark-lp .lark-solve__title .lk-lark { color: var(--lk-navy); }
#lark-lp.lark-lp .lark-solve__lead {
  text-align: center; font-size: 17px; font-weight: 500; color: var(--lk-gray);
  line-height: 2; max-width: 760px; margin: 0 auto;
}

/* ==========================================================================
   共通: Point行 (zig-zag)
   ========================================================================== */
#lark-lp .lark-prow {
  align-items: center;
  gap: 56px;
  max-width: 1180px;
  margin: 0 auto 56px !important;
}
#lark-lp .lark-prow:last-of-type { margin-bottom: 0 !important; }
#lark-lp .lark-prow .wp-block-column { margin: 0; }
#lark-lp .lark-prow figure { margin: 0; }
#lark-lp .lark-prow figure img { width: 100%; border-radius: 10px; }
#lark-lp .lark-plabel {
  display: inline-block;
  background: var(--lk-navy); color: #fff;
  font-size: 15px; font-weight: 700; letter-spacing: .06em;
  border-radius: 99px; padding: 5px 20px; margin: 0 0 16px;
}
#lark-lp .lark-ptitle {
  font-size: 30px; font-weight: 700; color: var(--lk-ink);
  line-height: 1.45; margin: 0 0 18px;
}
#lark-lp .lark-pbody { font-size: 16px; font-weight: 500; color: var(--lk-gray); line-height: 2; }
#lark-lp .lark-pbody p + p { margin-top: 14px; }
#lark-lp .lark-pnote {
  display: inline-block; margin-top: 14px; font-size: 14px; font-weight: 700;
  color: var(--lk-navy); background: #eaf0fb; border-radius: 6px; padding: 6px 14px;
}

/* ==========================================================================
   4b. 6つの強み = 本番完全準拠
   本番では青パネル＋白カードが1枚の合成PNG(f7d423 等)に焼き込まれている。
   CSSで青を描かず、その合成画像を端までブリードさせるだけにする。
   文字は白地・タイトルは黒38.4px（本番getComputedStyle実測値）。
   奇数(Point01/03/05)は画像が左端へ、偶数(Point02/04/06)は右端へ。
   ========================================================================== */
/* 行全体をビューポート全幅へブリードし、テキスト側をpaddingで中央バンドに収める。
   こうすると画像カラム(端側)が確実にビューポート端(x=0 / x=vw)へ届く。 */
#lark-lp .lark-strength .lark-prow {
  max-width: none !important;
  margin: 0 0 8px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  gap: 64px !important;
  align-items: center;
}
#lark-lp .lark-strength .lark-prow:last-of-type { margin-bottom: 0 !important; }
/* テキスト側を中央バンド端に収める（本番: 画像と反対側の余白） */
#lark-lp .lark-strength .lark-prow:not(.is-reverse) { padding-right: calc(50vw - 50% + 0px); }
#lark-lp .lark-strength .lark-prow.is-reverse { padding-left: calc(50vw - 50% + 0px); }
/* 画像カラム＝合成PNGを端側へ。約50vw幅（本番700〜800px相当） */
#lark-lp .lark-strength .lark-prow > .wp-block-column { margin: 0; }
#lark-lp .lark-strength .lark-prow:not(.is-reverse) > .wp-block-column:first-child,
#lark-lp .lark-strength .lark-prow.is-reverse > .wp-block-column:last-child {
  flex: 0 0 50vw !important; max-width: 50vw;
}
/* 合成PNGは角丸・青が焼き込み済み → CSSで角丸/背景を付けない */
#lark-lp .lark-strength .lark-prow figure { margin: 0; }
#lark-lp .lark-strength .lark-prow figure img { width: 100%; border-radius: 0; display: block; }
/* テキスト側（白地・黒文字、本番実測） */
#lark-lp .lark-strength .lark-ptitle { color: #000; font-size: 38px; line-height: 1.45; }
#lark-lp .lark-strength .lark-pbody { color: #000; }

/* navy CTA band (強み末尾) */
/* 本番準拠: 紺帯ではなく白背景・紺文字＋中央ボタン */
#lark-lp .lark-ctaband { background: #fff; padding: 64px 20px 56px; text-align: center; }
#lark-lp .lark-ctaband p {
  color: var(--lk-navy); font-size: 28px; font-weight: 700; line-height: 1.6; margin: 0 0 30px; letter-spacing: .02em;
}

/* ==========================================================================
   タイトル帯 (6つの強み / 5つの理由)
   本番準拠: 薄いウォーターマーク画像(STRONG/REASON)の上に青見出しを重ねる
   ========================================================================== */
#lark-lp .lark-titlewrap { position: relative; width: 100%; margin: 0 auto 52px; text-align: center; }
#lark-lp .lark-titleimg { text-align: center; margin: 0; }
#lark-lp .lark-titleimg img { width: 100%; max-width: 640px; height: auto; margin: 0 auto; display: block; }
#lark-lp .lark-sectitle {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  margin: 0; width: 100%;
  color: rgb(24, 73, 152) !important; font-weight: 700; font-size: 48px; line-height: 1.3;
  text-align: center; white-space: nowrap;
}
#lark-lp .lark-sectitle--reason { font-size: 40px; line-height: 1.35; white-space: normal; }

/* ==========================================================================
   5. 選ばれる5つの理由 — 大きなPointブロック
   ========================================================================== */
#lark-lp .lark-reason { background: #fff; }

/* 各理由カード = 本番完全準拠
   本番では青カード(角丸・淡青斜め装飾入り)が背景PNGとして敷かれている。
   その実PNG(ac68b041…/bg-1/bg)をbackground-imageでそのまま使用する。
   ・奇数(Point01/03/05) → ac68b041…png を左端へブリード
   ・偶数Point02 → bg-1.png、Point04 → bg.png を右端へブリード
   タイトル白40px/700、本文 白18px/700、番号 白80px（すべて本番実測値）。 */
#lark-lp .lark-rrow {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;     /* PNGをカード全面にフィット（角丸はPNG側） */
  border-radius: 0;
  padding: 56px 64px;
  gap: 56px !important;
  max-width: none !important;
  margin: 0 0 0 !important;
  align-items: center;
}
/* 奇数: 左へフルブリード */
#lark-lp .lark-reason .lk-inner > .lark-rrow:not(.is-reverse) {
  margin-left: calc(50% - 50vw) !important;
  padding-left: calc(50vw - 50% + 64px);
}
/* 偶数: 右へフルブリード */
#lark-lp .lark-reason .lk-inner > .lark-rrow.is-reverse {
  margin-right: calc(50% - 50vw) !important;
  padding-right: calc(50vw - 50% + 64px);
}
/* 本番の実カードPNGを背景に適用（左ブリード=ac68b041 / 右ブリード=bg-1, bg） */
#lark-lp .lark-reason .lk-inner > .lark-rrow:nth-child(1),
#lark-lp .lark-reason .lk-inner > .lark-rrow:nth-child(3),
#lark-lp .lark-reason .lk-inner > .lark-rrow:nth-child(5) {
  background-image: url("https://walker-s.co.jp/wp-content/uploads/2024/01/ac68b041f1e72f47cdcb6b666ed0388f29aacad9.png");
}
#lark-lp .lark-reason .lk-inner > .lark-rrow:nth-child(2) {
  background-image: url("https://walker-s.co.jp/wp-content/uploads/2024/01/bg-1.png");
}
#lark-lp .lark-reason .lk-inner > .lark-rrow:nth-child(4) {
  background-image: url("https://walker-s.co.jp/wp-content/uploads/2024/01/bg.png");
}
#lark-lp .lark-rrow > * { position: relative; z-index: 1; }
/* グラフ/サムネ等の白パネル画像 */
#lark-lp .lark-rrow figure img { width: 100%; border-radius: 8px; }
/* Point バッジ：「Point」の下に大番号を縦積み（本番: 番号80px白） */
#lark-lp .lark-rrow .lark-rbadge {
  display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
  background: transparent; color: #fff; border-radius: 0;
  width: auto; padding: 0; margin: 0 0 8px; gap: 0; line-height: 1;
}
#lark-lp .lark-rrow .lark-rbadge .lk-pword { font-size: 22px; font-weight: 700; letter-spacing: .04em; margin: 0 0 2px; }
#lark-lp .lark-rrow .lark-rbadge .lk-pno { font-size: 80px; font-weight: 700; line-height: .95; }
#lark-lp .lark-rrow .lark-ptitle { color: #fff; font-size: 40px; font-weight: 700; margin-top: 8px; line-height: 1.3; }
#lark-lp .lark-rrow .lark-pbody { color: #fff; font-size: 18px; font-weight: 700; }
/* 開発事例の一覧を見る CTA（オレンジ文字＋丸矢印） */
#lark-lp .lark-rcta {
  display: inline-flex; flex-direction: column; align-items: flex-start;
  gap: 14px; margin-top: 24px; text-decoration: none;
}
#lark-lp .lark-rcta .lark-rcta__label {
  color: #ed850d !important; font-size: 22px; font-weight: 700; line-height: 1.4; letter-spacing: .02em;
}
#lark-lp .lark-rcta .lark-rcta__circle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%; background: #ed850d;
  transition: transform .2s ease;
}
#lark-lp .lark-rcta:hover .lark-rcta__circle { transform: translateX(6px); }

/* ==========================================================================
   6. クロージング navy
   ========================================================================== */
#lark-lp .lark-closing { background: var(--lk-navy); padding: 64px 20px; text-align: center; position: relative; overflow: hidden; }
#lark-lp .lark-closing__small { color: #fff; font-size: 19px; font-weight: 700; margin: 0 0 14px; letter-spacing: .04em; }
#lark-lp .lark-closing__big { color: #fff !important; font-size: 40px; font-weight: 700; margin: 0; letter-spacing: .03em; line-height: 1.4; }

/* ==========================================================================
   7. お問い合わせフォーム
   ========================================================================== */
#lark-lp .lark-form { background: #fff; padding: 56px 20px 80px; }
/* ==========================================================================
   7-b. 最終CTA（青グラデ背景＋白カード）
   ========================================================================== */
#lark-lp .lark-finalcta {
  background: linear-gradient(115deg, #4f86e6 0%, #6f9ef0 50%, #a9c8f7 100%);
  padding: 64px 24px;
}
#lark-lp .lark-finalcta__card {
  max-width: 1180px; margin: 0 auto; background: #fff;
  border-radius: 32px; padding: 72px 40px 84px; text-align: center;
  box-shadow: 0 24px 60px rgba(20, 50, 110, .18);
}
#lark-lp.lark-lp .lark-finalcta__title {
  color: #1a1a1a; font-size: 40px; font-weight: 700; line-height: 1.45; margin: 0 0 48px;
}
#lark-lp.lark-lp .lark-finalcta__lead {
  color: #666; font-size: 16px; line-height: 2.1; margin: 56px 0 72px;
}
#lark-lp .lark-finalcta__btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: #1e56e0; color: #fff; text-decoration: none;
  border-radius: 8px; padding: 18px 48px; font-size: 16px; font-weight: 700;
  box-shadow: 0 8px 20px rgba(30, 86, 224, .35); transition: opacity .2s ease, transform .2s ease;
}
#lark-lp .lark-finalcta__btn:hover { opacity: .94; transform: translateY(-2px); }
@media screen and (max-width: 834px) {
  #lark-lp .lark-finalcta { padding: 52px 20px; }
  #lark-lp .lark-finalcta__card { border-radius: 26px; padding: 56px 32px 64px; }
  #lark-lp.lark-lp .lark-finalcta__title { font-size: 32px; margin: 0 0 40px; }
  #lark-lp.lark-lp .lark-finalcta__lead { font-size: 16px; line-height: 2; margin: 48px 0 60px; }
  #lark-lp .lark-finalcta__btn { padding: 17px 40px; }
}
@media screen and (max-width: 600px) {
  #lark-lp .lark-finalcta { padding: 40px 16px; }
  #lark-lp .lark-finalcta__card { border-radius: 22px; padding: 48px 22px 56px; }
  #lark-lp.lark-lp .lark-finalcta__title { font-size: 27px; margin: 0 0 32px; }
  #lark-lp.lark-lp .lark-finalcta__lead { font-size: 15px; line-height: 1.95; margin: 40px 0 56px; }
  #lark-lp .lark-finalcta__btn { width: 100%; padding: 16px 24px; }
}
#lark-lp .lark-form__card {
  max-width: 820px; margin: 0 auto; background: #fafafa;
  border: 1px solid var(--lk-line); border-radius: 12px; padding: 44px 48px;
}
#lark-lp .lark-field { margin-bottom: 22px; }
#lark-lp .lark-field label { display: block; font-size: 15px; font-weight: 700; color: var(--lk-ink); margin-bottom: 8px; }
#lark-lp .lark-field .req { color: #e0341a; font-size: 13px; margin-left: 6px; }
#lark-lp .lark-field input,
#lark-lp .lark-field textarea {
  width: 100%; border: 1px solid #cfd4dc; border-radius: 6px;
  padding: 13px 14px; font-size: 16px; font-family: inherit; background: #fff; color: var(--lk-ink);
}
#lark-lp .lark-field input:focus,
#lark-lp .lark-field textarea:focus { outline: 2px solid var(--lk-navy); border-color: var(--lk-navy); }
#lark-lp .lark-field textarea { min-height: 130px; resize: vertical; }
#lark-lp .lark-form__submit {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--lk-navy); color: #fff; border: none; border-radius: 6px;
  padding: 14px 44px; font-size: 17px; font-weight: 700; cursor: pointer; font-family: inherit; margin-top: 16px;
}
#lark-lp .lark-form__submit:hover { opacity: .9; }
/* reCAPTCHA 風ダミー（本番の見た目再現）。送信ボタンとは縦並び（flex+fit-contentで自身の行を確保） */
#lark-lp .lark-recaptcha {
  display: flex; width: fit-content; align-items: center; gap: 12px;
  background: #f9f9f9; border: 1px solid #d3d3d3; border-radius: 3px;
  padding: 10px 14px; margin: 4px 0 4px; box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
#lark-lp .lark-recaptcha__box {
  width: 26px; height: 26px; background: #fff; border: 2px solid #c1c1c1; border-radius: 2px; flex: none;
}
#lark-lp .lark-recaptcha__txt { font-size: 14px; color: #3c4043; }
#lark-lp .lark-recaptcha__logo {
  margin-left: 6px; text-align: center; font-size: 11px; color: #555; line-height: 1.2; letter-spacing: .02em;
}
#lark-lp .lark-recaptcha__logo small { font-size: 8px; color: #777; }

/* ==========================================================================
   レスポンシブ
   ========================================================================== */
@media (max-width: 1024px) {
  #lark-lp .lark-h1 { font-size: 42px; }
  #lark-lp.lark-lp .lark-solve__title { font-size: 38px; }
  #lark-lp .lark-prow { gap: 36px; }
  #lark-lp .lark-ptitle { font-size: 26px; }
  #lark-lp .lark-closing__big { font-size: 32px; }
}

@media (max-width: 834px) {
  #lark-lp .lark-hero { padding: 40px 0 44px; gap: 24px; }
  #lark-lp .lark-h1 { font-size: 7.6vw; }
  #lark-lp .lark-badge { font-size: 16px; padding: 7px 18px; }
  #lark-lp .lark-band-navy h2 { font-size: 24px; }
  #lark-lp .lk-section { padding: 52px 0; }
  #lark-lp.lark-lp .lark-solve__title { font-size: 30px; }
  #lark-lp .lark-prow { gap: 24px; margin-bottom: 44px !important; }
  #lark-lp .lark-ptitle { font-size: 22px; }
  #lark-lp .lark-ctaband p { font-size: 20px; }
  #lark-lp .lark-closing__big { font-size: 26px; }
  #lark-lp .lark-closing__small { font-size: 16px; }
  #lark-lp .lark-form__card { padding: 32px 24px; }
  /* 逆順行: モバイルは画像を上に揃える */
  #lark-lp .lark-prow.is-reverse { flex-direction: column; }
  /* REASON: モバイルは紺カードを廃し本番同様の明るい背景・濃色テキスト・縦積み(テキスト→画像) */
  #lark-lp .lark-rrow,
  #lark-lp .lark-rrow:not(.is-reverse),
  #lark-lp .lark-rrow.is-reverse {
    flex-direction: column;
    padding: 0 !important; gap: 16px !important; border-radius: 0;
    margin-left: 0 !important; margin-right: 0 !important;
    margin-bottom: 56px !important;
    background-image: none !important;
  }
  #lark-lp .lark-reason .lk-inner > .lark-rrow:last-child { margin-bottom: 0 !important; }
  /* 非reverse(Point01/03/05)は画像→テキスト順なので、テキストを上・画像を下に統一 */
  #lark-lp .lark-reason .lk-inner > .lark-rrow:not(.is-reverse) {
    flex-direction: column-reverse;
    margin-left: 0 !important; padding-left: 0 !important;
  }
  #lark-lp .lark-reason .lk-inner > .lark-rrow.is-reverse {
    margin-right: 0 !important; padding-right: 0 !important;
  }
  #lark-lp .lark-rrow > .wp-block-column {
    flex: 1 1 100% !important; max-width: 100% !important; padding: 0 !important;
  }
  #lark-lp .lark-rrow::before { display: none; }
  /* バッジ・テキストを本番モバイル(明背景=濃色)に */
  #lark-lp .lark-rrow .lark-rbadge .lk-pword { color: #2563a8; font-size: 14px; }
  #lark-lp .lark-rrow .lark-rbadge .lk-pno { color: #2563a8; font-size: 40px; }
  #lark-lp .lark-rrow .lark-ptitle { color: #1a1a1a; font-size: 24px; line-height: 1.4; margin-top: 4px; }
  #lark-lp .lark-rrow .lark-pbody { color: #555; font-size: 15px; font-weight: 400; line-height: 1.9; }
  #lark-lp .lark-rrow figure img { border-radius: 10px; }
  /* STRONG: モバイルはフルブリード・50vwカラム幅を完全解除し縦積み */
  #lark-lp .lark-strength .lark-prow,
  #lark-lp .lark-strength .lark-prow:not(.is-reverse),
  #lark-lp .lark-strength .lark-prow.is-reverse {
    flex-direction: column;
    margin-left: 0 !important; margin-right: 0 !important;
    padding-left: 0 !important; padding-right: 0 !important;
    gap: 24px !important;
  }
  /* 非reverse(Point01/03/05)は画像→テキストの順なので、スマホでは
     テキストを上・画像を下に統一して本番(全Pointテキスト先頭)に揃える */
  #lark-lp .lark-strength .lark-prow:not(.is-reverse) {
    flex-direction: column-reverse;
  }
  #lark-lp .lark-strength .lark-prow > .wp-block-column,
  #lark-lp .lark-strength .lark-prow:not(.is-reverse) > .wp-block-column:first-child,
  #lark-lp .lark-strength .lark-prow.is-reverse > .wp-block-column:last-child {
    flex: 1 1 100% !important; max-width: 100% !important; padding: 0 !important;
  }
  #lark-lp .lark-strength .lark-ptitle { font-size: 22px; }
  /* タイトル帯: モバイルは見出しを縮小し折り返し許可 */
  #lark-lp .lark-sectitle { font-size: 24px; white-space: normal; padding: 0 12px; }
  #lark-lp .lark-sectitle--reason { font-size: 22px; }
}

@media (max-width: 600px) {
  /* FV: スマホは本番準拠で中央寄せ＋大きめ見出し（3行）＋全幅ボタン */
  #lark-lp .lark-hero { padding: 32px 0 36px; gap: 28px; text-align: center; }
  #lark-lp .lark-hero > .wp-block-column:not(.lark-hero__media) { text-align: center; }
  #lark-lp .lark-badge {
    font-size: 17px; padding: 13px 30px; border-width: 2px;
    border-radius: 8px; margin: 0 0 28px !important; line-height: 1.4;
  }
  #lark-lp .lark-h1 {
    font-size: 36px; line-height: 1.5; letter-spacing: 0;
    text-align: center; margin: 0 0 36px !important;
  }
  #lark-lp .lark-h1__spbr { display: inline; }
  #lark-lp .lark-cta { justify-content: center; }
  #lark-lp .lark-cta a,
  #lark-lp .lark-cta .wp-block-button__link { font-size: 18px; padding: 19px 40px; }
  #lark-lp .lark-hero .lark-hero__media img { max-width: 340px; }
  #lark-lp .lark-band-navy h2 { font-size: 21px; }
  #lark-lp .lark-solve__persons { flex-direction: column; align-items: center; gap: 10px; }
  #lark-lp .lark-solve__persons figure { flex: 0 0 auto; width: 100%; max-width: 360px; min-width: 0; }
  #lark-lp .lark-ptitle { font-size: 20px; }
  #lark-lp .lark-pbody { font-size: 15px; }
}

/* =========================================================
   ヘッダーCTA「お問い合わせ」ボタン: larkページのみ本番準拠
   （紺・角丸長方形）。lark.css は is_page('lark') 限定 enqueue
   のため、この上書きは他ページには一切反映されない。
   ヘッダーは #lark-lp の外側にあるため、ここはアンスコープ。
   ========================================================= */
.walkers-header .walkers-menu .menu-item-3912 {
  background: #1A4998 !important;
  border: solid 1px #1A4998 !important;
  border-radius: 6px;
}
.walkers-header .walkers-menu .menu-item-3912:hover {
  background: #fff !important;
  border: solid 1px #1A4998 !important;
}
.walkers-header .walkers-menu .menu-item-3912 a { color: #fff !important; }
.walkers-header .walkers-menu .menu-item-3912 a:hover { color: #1A4998 !important; }

/* ==========================================================================
   このページ限定: 右下フローティング「1分で見積もる(無料)」を非表示
   （lark.css は lark ページのみ読み込まれるため、このページにのみ適用される）
   ========================================================================== */
#simulate-button-wrap { display: none !important; }
