/* ==========================================================================
   LP共通設定
   ========================================================================== */
.lp-root,
.lp-root * {
  box-sizing: border-box;
}
.lp-root {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  color: #27374f;
  -webkit-font-smoothing: antialiased;
}
.lp-root a {
  -webkit-tap-highlight-color: transparent;
}
.lp-root img {
  max-width: 100%;
  display: block;
}

/* Lightningのテーマ側パーツ（ヘッダー・フッター・モバイル固定ナビ等）を
   LPページでは表示しない。LPは完全独立レイアウトのため。
   セレクタはLightning G3の実装に基づく（header.siteHeader / footer.siteFooter /
   モバイル固定ナビ等）。Lightning G3 Pro Unit が有効な場合は、固定ページの
   編集画面にある【非表示設定】（ヘッダー / ページヘッダー / パンくずリスト /
   フッター / ハンバーガーボタン / モバイル固定ナビ）を使う方法でも同じ結果が
   コードなしで実現できる。 */
body.lp-front-page header.siteHeader,
body.lp-front-page footer.siteFooter,
body.lp-front-page .mobile-fix-nav,
body.lp-front-page .vk-mobile-nav-menu-btn,
body.lp-front-page .page-header,
body.lp-front-page .breadcrumb {
  display: none !important;
}
body.lp-front-page #main,
body.lp-front-page .site-content,
body.lp-front-page .content-area {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
body.lp-front-page .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

/* ==========================================================================
   共通パーツ（SP/PC問わず使う基礎スタイル）
   ========================================================================== */
.lp-root .sec-title {
  margin: 0 0 8px;
  font-size:27px;
  font-weight: 700;
  color: #1f3a63;
  text-align: center;
  border-top: 1px solid var(--vk-color-border-hr);
}
.lp-root .sec-sub {
  margin: 0 0 28px;
  font-size:16px;
  color: #7286a3;
  line-height: 1.6;
  text-align: center;
}
.lp-root .bg-blue { background: #f5f8fc; }
.lp-root .bg-white { background: #fff; }
.lp-root .grad-w2b { height: 20px; background: linear-gradient(180deg, #fff 0%, #f5f8fc 100%); }
.lp-root .grad-b2w { height: 20px; background: linear-gradient(180deg, #f5f8fc 0%, #fff 100%); }
.lp-root .grad-w2h { height: 40px; background: linear-gradient(180deg, #fff 0%, #eaf1f8 100%); }
.lp-root .chk { display: flex; align-items: center; gap: 8px; font-size:16px; color: #27374f; }
.lp-root .chk-g::before { content: "✓"; color: #04a548; font-size:17px; margin-right: 2px; }
.lp-root .chk-n::before { content: "✓"; color: #1f3a63; font-size:17px; margin-right: 2px; }
.lp-root .chk-o::before { content: "✓"; color: #c8873a; font-size:17px; margin-right: 2px; }
.lp-root .chk-gr::before { content: "✓"; color: #7286a3; font-size:17px; margin-right: 2px; }
.lp-root .line-btn {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  background: #06c755; color: #fff; font-weight: 700; font-size:18px;
  padding: 15px 0; border-radius: 10px; text-decoration: none;
  letter-spacing: .02em; box-shadow: 0 5px 14px rgba(6, 199, 85, .30);
}
.lp-root .blue-btn {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  background: #2b5ea8; color: #fff; font-weight: 700; font-size:18px;
  padding: 15px 0; border-radius: 10px; text-decoration: none;
  letter-spacing: .02em; box-shadow: 0 5px 14px rgba(43, 94, 168, .25);
}
.lp-root .instagram-btn {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
  color: #fff; font-weight: 700; font-size:18px;
  padding: 15px 0; border-radius: 10px; text-decoration: none;
  letter-spacing: .02em; box-shadow: 0 5px 14px rgba(238, 42, 123, .30);
}
.lp-root .hdr-cta-row { display: flex; align-items: center; gap: 10px; }
.lp-root .card {
  border: 1px solid #e2e9f2; border-radius: 12px; overflow: hidden;
  box-shadow: 0 3px 10px rgba(31, 58, 99, .05);
}
.lp-root .faq-q { display: flex; align-items: center; gap: 10px; padding: 14px; background: #fff; cursor: pointer; }
.lp-root .faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; background: #f9fbfd; }
.lp-root .img-ph {
  background: #e2eaf4; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.highlighter {
  background: linear-gradient(transparent 65%, #f3fc7e 0%);
}
.lp-root .img-ph span { color: #a0b4cc; font-size:11px; }

/* ===== 制作事例：デモサイトプレビュー ===== */
.lp-root .demo-trigger-badge {
  position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%);
  background: rgba(31, 58, 99, .85); color: #fff; font-size:12px; font-weight: 700;
  padding: 6px 14px; border-radius: 20px; white-space: nowrap; pointer-events: none;
  opacity: 0; transition: opacity .2s;
}
.lp-root .demo-trigger:hover .demo-trigger-badge,
.lp-root .demo-trigger:focus-visible .demo-trigger-badge {
  opacity: 1;
}
.lp-root .demo-modal {
  display: none;
  position: fixed; inset: 0; z-index: 2000;
}
.lp-root .demo-modal.open { display: block; }
.lp-root .demo-modal-overlay {
  position: absolute; inset: 0; background: rgba(22, 44, 77, .78);
}
.lp-root .demo-modal-body {
  position: relative; z-index: 1;
  margin: 6vh auto 0;
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .32);
  display: flex; flex-direction: column;
}
/* SPトリガーから開いた場合：スマホサイズのプレビュー */
.lp-root .demo-modal.is-sp .demo-modal-body {
  width: 92%; max-width: 400px; height: 82vh;
}
/* PCトリガーから開いた場合：PCサイズのプレビュー（iframe幅を広くしてデモサイト側もPCレイアウトで表示させる） */
.lp-root .demo-modal.is-pc .demo-modal-body {
  width: 92vw; max-width: 1200px; height: 85vh;
}
.lp-root .demo-modal-close {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%; border: none;
  background: rgba(22, 44, 77, .85); color: #fff; font-size:20px; line-height: 1;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.lp-root .demo-modal-iframe {
  flex: 1; width: 100%; height: 100%; border: none; background: #fff;
}

/* ==========================================================================
   SP（スマートフォン）レイアウト
   ※ アップロードされた元デザインを完全再現。PC用CSSの影響を一切受けない。
   ========================================================================== */
.lp-sp { display: block; }
.lp-pc { display: none; }

.lp-sp .wrap {
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  padding-top: 20px;
}
.lp-sp .hdr {
  position: fixed; top: 0; left: 0; right: 0; max-width: 480px; margin: 0 auto; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px; background: #fff;
  border-bottom: 1px solid rgba(226, 233, 242, .6);
}
.lp-sp .logo { display: flex; align-items: center; gap: 7px; }
.lp-sp .logo-img {
  width: 35px; height: 35px; border-radius: 50%; background: #e2eaf4;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size:9px; color: #a0b4cc;
}
.lp-sp .logo-txt { font-size:16px; font-weight: 700; color: #1f3a63; line-height: 1.3; }
.lp-root .menu-btn {
  width: 36px; height: 36px; border-radius: 50%; background: #1f3a63;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; cursor: pointer; border: none; z-index: 30; position: relative;
}
.lp-root .menu-btn span { display: block; width: 16px; height: 2px; background: #fff; border-radius: 1px; transition: transform .3s, opacity .3s; }
.lp-root .menu-btn.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.lp-root .menu-btn.open span:nth-child(2) { opacity: 0; }
.lp-root .menu-btn.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.lp-root .nav-overlay {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(22, 44, 77, .95); z-index: 1000;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.lp-root .nav-overlay.open { opacity: 1; pointer-events: auto; }
.lp-root .nav-link {
  color: #fff; text-decoration: none; font-size:19px; font-weight: 700;
  padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, .1);
  width: 260px; text-align: center; letter-spacing: .04em;
}
.lp-root .nav-link:last-child { border-bottom: none; }

.lp-sp .flow-card {
  width: 100%; background: #fff; border-radius: 12px; padding: 14px;
  display: flex; gap: 12px; align-items: center; border: 1px solid #e2e9f2;
  box-shadow: 0 2px 8px rgba(31, 58, 99, .04);
}

/* ==========================================================================
   PC レイアウト（768px以上で表示）
   ========================================================================== */
@media (min-width: 769px) {
  .lp-sp { display: none; }
  .lp-pc { display: block; }
}

.lp-pc .pc-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}

/* --- PCヘッダー --- */
.lp-pc .hdr {
  position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 50;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(226, 233, 242, .6);
  backdrop-filter: blur(6px);
}
.lp-pc .hdr-inner {
  max-width: 1120px; margin: 0 auto; padding: 14px 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.lp-pc .logo { display: flex; align-items: center; gap: 10px; }
.lp-pc .logo-img {
  width: 36px; height: 36px; border-radius: 50%; background: #e2eaf4;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size:11px; color: #a0b4cc;
}
.lp-pc .logo-txt { font-size:17px; font-weight: 700; color: #1f3a63; line-height: 1.3; }
.lp-pc .hdr-cta {
  display: flex; align-items: center; gap: 8px;
  background: #06c755; color: #fff; font-weight: 700; font-size:16px;
  padding: 10px 20px; border-radius: 8px; text-decoration: none;
  box-shadow: 0 4px 10px rgba(6, 199, 85, .25); flex-shrink: 0;
  white-space: nowrap;
}
.lp-pc .hdr-instagram-btn {
  display: flex; align-items: center; gap: 8px;
  background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
  color: #fff; font-weight: 700; font-size:16px;
  padding: 10px 20px; border-radius: 8px; text-decoration: none;
  box-shadow: 0 4px 10px rgba(238, 42, 123, .25); flex-shrink: 0;
  white-space: nowrap;
}

/* --- PC FV（ファーストビュー） --- */
.lp-pc .fv-section {
  background: #fff; padding: 128px 0 0;
}
.lp-pc .fv-grid {
  display: flex; align-items: center; gap: 56px; padding-bottom: 40px;
}
.lp-pc .fv-left { flex: 1; text-align: left; }
.lp-pc .fv-right { flex: 0 0 504px; }
.lp-pc .fv-badge {
  display: inline-block; background: #1f3a63; color: #fff; font-size:16px;
  font-weight: 500; padding: 7px 20px; border-radius: 30px; margin-bottom: 22px;
  letter-spacing: .06em; box-shadow: 0 3px 8px rgba(31, 58, 99, .18);
}
.lp-pc .fv-title {
  margin: 0 0 7px; font-size:43px; line-height: 1.5; font-weight: 700; color: #1f3a63;
}
.lp-pc .fv-price-row { display: inline-flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.lp-pc .fv-price-label { font-size:27px; font-weight: 700; color: #1f3a63; }
.lp-pc .fv-price-num { font-size:63px; font-weight: 700; color: #ff6169; line-height: 1; padding: 0 5px; }
.lp-pc .fv-price-unit { font-size:21px; font-weight: 700; color: #1f3a63; }
.lp-pc .fv-init-row { display: flex; align-items: baseline; gap: 8px; }
.lp-pc .fv-init-label {
  font-size:24px; font-weight: 700; color: #fff; background: #1f3a63;
  padding: 5px 14px; border-radius: 5px;
}
.lp-pc .fv-init-num { font-size:48px; font-weight: 700; color: #04a548; line-height: 1; }
.lp-pc .fv-init-unit { font-size:19px; font-weight: 700; color: #04a548; }
.lp-pc .fv-img-ph {
  width: 100%; aspect-ratio: 4/3; border-radius: 16px;
  background: #e2eaf4; display: flex; align-items: center; justify-content: center;
}
.lp-pc .fv-img-ph span { color: #a0b4cc; font-size:15px; }

/* --- PC 実績3カード --- */
.lp-pc .stats-row { display: flex; justify-content: center; gap: 28px; padding: 36px 0 44px; }
.lp-pc .stats-row .card {
  flex: 1; max-width: 220px; text-align: center; padding: 28px 16px 24px;
  transition: transform .2s, box-shadow .2s;
}
.lp-pc .stats-row .card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(31, 58, 99, .10); }
.lp-pc .stats-row .icon-circle {
  width: 56px; height: 56px; margin: 0 auto 12px; border-radius: 50%;
  background: #f0f5fa; display: flex; align-items: center; justify-content: center;
}
.lp-pc .stats-row .icon-circle svg { width: 28px; height: 28px; }
.lp-pc .stats-row .stat-label { font-size:15px; color: #7286a3; margin-bottom: 4px; }
.lp-pc .stats-row .stat-value { font-size:21px; font-weight: 700; color: #1f3a63; }

/* --- PC CTAボタン群（FV直下） --- */
.lp-pc .fv-cta-row { display: flex; justify-content: center; gap: 18px; padding-bottom: 50px; }
.lp-pc .fv-cta-row .line-btn,
.lp-pc .fv-cta-row .blue-btn { flex: 0 0 280px; padding: 17px 0; font-size:19px; }
.lp-pc .fv-cta-row a:hover { transform: translateY(-2px); transition: transform .15s; }

/* --- PC セクション共通 --- */
.lp-pc .section { padding: 64px 0; }
.lp-pc .section.bg-blue { background: #f5f8fc; }
.lp-pc .sec-title { font-size:36px; margin-bottom: 12px; }
.lp-pc .sec-sub { font-size:17px; margin-bottom: 44px; }

/* --- PC 制作事例：4カラム --- */
.lp-pc .works-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px;
}
.lp-pc .works-grid .card { background: #fff; transition: transform .2s, box-shadow .2s; }
.lp-pc .works-grid .card:hover { transform: translateY(-4px); box-shadow: 0 10px 22px rgba(31, 58, 99, .10); }
.lp-pc .works-grid .card .shot-wrap { background: #f4f7fb; padding: 16px 14px; }
.lp-pc .works-grid .card .label { padding: 12px 10px 14px; font-size:17px; font-weight: 700; color: #1f3a63; }

/* --- PC メリット：2カラム（画像とテキストが横並び） --- */
.lp-pc .merit-intro {
  display: flex; align-items: center; gap: 40px; margin-bottom: 48px;
}
.lp-pc .merit-intro p { flex: 1; font-size:17px; color: #7286a3; line-height: 1.8; }
.lp-pc .merit-intro .img-ph { width: 260px; flex-shrink: 0; aspect-ratio: 3/2; border-radius: 12px; }
.lp-pc .merit-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 36px; align-items: start;
}
.lp-pc .merit-item {
  display: flex; gap: 18px; align-items: flex-start; padding: 22px;
  background: #fff; border-radius: 14px; border: 1px solid #e2e9f2;
  box-shadow: 0 2px 8px rgba(31, 58, 99, .04);
  min-height: 130px;
}
.lp-pc .merit-item .img-ph { width: 96px; height: 96px; flex-shrink: 0; border-radius: 10px; }
.lp-pc .merit-item .merit-title { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.lp-pc .merit-item .merit-title span.label-text { font-size:19px; font-weight: 700; color: #1f3a63; }
.lp-pc .merit-item .merit-desc { font-size:16px; color: #7286a3; line-height: 1.8; padding-left: 38px; }

/* --- PC 料金プラン：2カラム並列 + 共通機能/注意事項はフル幅 --- */
.lp-pc .price-lead { font-size:17px; color: #7286a3; margin-bottom: 6px; }
.lp-pc .price-sub { font-size:15px; color: #7286a3; margin-bottom: 40px; }
.lp-pc .price-plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-bottom: 32px; align-items: stretch; }
.lp-pc .price-plans > div { display: flex; flex-direction: column; }
.lp-pc .price-plans .plan-tag { font-size:16px; margin-bottom: 12px; text-align: center; }
.lp-pc .price-plans .card { background: #fff; flex: 1; display: flex; flex-direction: column; }
.lp-pc .price-plans .plan-head { padding: 14px 0; }
.lp-pc .price-plans .plan-head span { font-size:20px; }
.lp-pc .price-plans .plan-body { padding: 28px 28px 30px; flex: 1; }
.lp-pc .price-plans .plan-price { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin-bottom: 22px; }
.lp-pc .price-plans .plan-price .label { font-size:19px; font-weight: 700; color: #1f3a63; }
.lp-pc .price-plans .plan-price .num { font-size:53px; font-weight: 700; color: #1f3a63; line-height: 1; }
.lp-pc .price-plans .plan-price .unit { font-size:19px; font-weight: 700; color: #1f3a63; }
.lp-pc .price-plans .chk-list { display: flex; flex-direction: column; gap: 12px; text-align: left; }
.lp-pc .price-plans .chk { font-size:17px; }

/* ===== 共通機能 / ご契約前にご確認ください ===== */
.lp-root .feature-notice-card {
  max-width: 860px; margin: 0 auto 20px; background: #fff; border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06); padding: 32px 36px;
}
.lp-root .feature-notice-card:last-child {
  margin-bottom: 0;
}
.lp-root .feature-notice-card h3,
.lp-root .notice-title {
  border-color: #e2e9f2 !important;
  box-shadow: none !important;
}
.lp-root .feature-notice-card h3::before,
.lp-root .feature-notice-card h3::after,
.lp-root .notice-title::before,
.lp-root .notice-title::after {
  border-color: #e2e9f2 !important;
  background-color: #e2e9f2 !important;
  box-shadow: none !important;
}
.lp-root .feature-notice-card .section-title {
  text-align: center;
  font-size:15px; font-weight: 700; color: #2c3e6b;
  margin-bottom: 20px; letter-spacing: .5px;
}
.lp-root .feature-notice-card .features {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px 12px; margin-bottom: 28px;
  text-align: left;
}
.lp-root .feature-notice-card .feature {
  display: flex; align-items: center; gap: 6px; font-size:14px; font-weight: 500; color: #333; letter-spacing: .3px;
  text-align: left;
}
.lp-root .feature-notice-card .check-green {
  width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%; background: #2e9e5a;
  display: flex; align-items: center; justify-content: center;
}
.lp-root .feature-notice-card .check-green::after {
  content: ''; display: block; width: 6px; height: 10px;
  border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg) translateY(-1px);
}
.lp-root .notice {
  max-width: 860px; margin: 0 auto 20px;
  background: #f0f4fa; border-radius: 10px; padding: 22px 28px 18px; text-align: left;
}
.lp-root .notice-title {
  display: flex; align-items: center; gap: 8px; font-size:14px; font-weight: 700; color: #2c3e6b;
  text-align: left;
}
.lp-root .notice-body .notice-list {
  margin-top: 14px;
}
.lp-root .notice-icon {
  width: 22px; height: 22px; border-radius: 50%; background: #3b6abf; color: #fff;
  font-size:14px; font-weight: 700; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; line-height: 1;
}
.lp-root .notice-list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; list-style: none; margin: 0;
  text-align: left;
}
.lp-root .notice-list li {
  display: flex; align-items: baseline; gap: 6px; font-size:14px; font-weight: 400; color: #444; line-height: 1.6;
  text-align: left;
}
.lp-root .check-blue {
  width: 16px; height: 16px; flex-shrink: 0; border-radius: 50%; background: #3b6abf;
  display: flex; align-items: center; justify-content: center; position: relative; top: 2px;
}
.lp-root .check-blue::after {
  content: ''; display: block; width: 4px; height: 7px;
  border-right: 1.5px solid #fff; border-bottom: 1.5px solid #fff; transform: rotate(45deg) translateY(-1px);
}
.lp-root .notice-footer {
  text-align: center; font-size:16px; font-weight: 700; color: #3b6abf;
  display: flex; align-items: center; justify-content: center;
  margin-top: 12px;
}

@media (max-width: 640px) {
  .lp-root .feature-notice-card { padding: 24px 18px; }
  .lp-root .feature-notice-card .features { grid-template-columns: 1fr 1fr; }
  .lp-root .notice { padding: 20px 18px 16px; }
  .lp-root .notice-list { grid-template-columns: 1fr; padding-left: 0; }
}

/* --- PC 制作の流れ：横方向ステップ --- */
.lp-pc .flow-row {
  display: flex; align-items: stretch; gap: 0; justify-content: center;
}
.lp-pc .flow-step {
  flex: 1; max-width: 200px; background: #fff; border-radius: 14px; padding: 24px 18px;
  border: 1px solid #e2e9f2; box-shadow: 0 2px 8px rgba(31, 58, 99, .04);
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px;
}
.lp-pc .flow-step .img-ph { width: 64px; height: 64px; border-radius: 10px; }
.lp-pc .flow-step .flow-title { font-size:17px; font-weight: 700; color: #1f3a63; }
.lp-pc .flow-step .flow-desc { font-size:15px; color: #7286a3; line-height: 1.6; }
.lp-pc .flow-arrow {
  display: flex; align-items: center; justify-content: center;
  color: #c0cee0; font-size:21px; flex: 0 0 36px; padding-top: 60px;
}

/* --- PC FAQ：1カラム --- */
.lp-pc .faq-grid {
  display: grid; grid-template-columns: 1fr; gap: 16px; text-align: left;
  width: 60%; margin: 0 auto;
}
.lp-pc .faq-grid .card { background: #fff; }

/* --- PC CTA（最終） --- */
.lp-pc .cta-section { text-align: center; }
.lp-pc .cta-lead { font-size:24px; }
.lp-pc .cta-line-label { font-size:38px; margin-bottom: 6px; }
.lp-pc .cta-main-label { font-size:52px; margin-bottom: 12px; }
.lp-pc .cta-sub { font-size:20px; margin-bottom: 32px; }
.lp-pc .cta-grid { display: flex; gap: 48px; align-items: center; justify-content: center; max-width: 880px; margin: 0 auto 36px; }
.lp-pc .cta-img-ph { flex: 0 0 360px; border-radius: 14px; }
.lp-pc .cta-checklist {
  flex: 1; max-width: 380px; background: #fff; border: 1px solid #e2e9f2; border-radius: 14px;
  padding: 22px 26px; display: flex; flex-direction: column; gap: 14px; text-align: left;
  box-shadow: 0 4px 14px rgba(31, 58, 99, .06);
}
.lp-pc .cta-checklist div { display: flex; align-items: center; gap: 10px; font-size:17px; color: #27374f; font-weight: 500; }
.lp-pc .cta-section .line-btn { max-width: 380px; margin: 0 auto; padding: 18px 0; font-size:19px; }

/* --- PCフッター --- */
.lp-pc footer.lp-footer { background: #162c4d; }
.lp-pc footer.lp-footer .footer-inner { max-width: 1120px; margin: 0 auto; padding: 44px 32px 36px; }
.lp-pc footer.lp-footer .footer-top { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 28px; }
.lp-pc footer.lp-footer .footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.lp-pc footer.lp-footer .footer-logo-img {
  width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, .15);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.lp-pc footer.lp-footer .footer-logo-img span { color: rgba(255, 255, 255, .4); font-size:9px; }
.lp-pc footer.lp-footer .footer-logo-txt { font-size:18px; font-weight: 700; color: #fff; line-height: 1.3; }
.lp-pc footer.lp-footer .footer-desc { font-size:16px; color: rgba(255, 255, 255, .6); line-height: 1.7; text-align: center; }
.lp-pc footer.lp-footer .footer-links {
  border-top: 1px solid rgba(255, 255, 255, .15); display: flex; justify-content: center; gap: 36px; padding-top: 18px;
}
.lp-pc footer.lp-footer .footer-links a {
  font-size:16px; color: rgba(255, 255, 255, .8); text-decoration: none;
}
.lp-pc footer.lp-footer .footer-links a:hover { color: #fff; }
.lp-pc footer.lp-footer .copyright { margin-top: 26px; font-size:13px; color: rgba(255, 255, 255, .4); line-height: 1.6; text-align: center; }
