/* ============================================================
   Lightning Vumpkin — LP専用スタイル v1.1
   ============================================================ */

:root {
  --blue:      #3a6cff;
  --blue-deep: #2a55e0;
  --blue-soft: #eef3ff;
  --ink:       #101632;
  --ink-2:     #3b4262;
  --ink-3:     #7a8099;
  --ink-4:     #a8aebf;
  --line:      #e8ebf3;
  --line-2:    #f0f2f8;
  --bg:        #fbfbfd;
  --bg-soft:   #f6f7fb;
  --yellow:    #ffd24a;
  --pink:      #ff6a82;
  --green:     #36cf9b;
}

/* === Reset (LP スコープ内) === */
.vk-lp * { box-sizing: border-box; }
.vk-lp img { display: block; max-width: 100%; }
.vk-lp a { color: inherit; text-decoration: none; }
.vk-lp button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.vk-lp {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  line-height: 1.7;
  overflow-x: hidden;
}
.vk-lp .num,
.vk-lp .en { font-family: "Inter", sans-serif; }

.vk-lp .wrap      { max-width: 1200px; margin: 0 auto; padding: 0 32px; position: relative; }
.vk-lp .wrap-wide { max-width: 1240px; margin: 0 auto; padding: 0 32px; position: relative; }

/* ===================== NAV ===================== */
.vk-lp-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(12px);
}
.vk-lp-nav .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 86px; }
.vk-lp-nav .nav-links { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 600; color: var(--ink); }
.vk-lp-nav .nav-links a { transition: color .15s ease; }
.vk-lp-nav .nav-links a:hover { color: var(--blue); }
.vk-lp-nav .nav-cta {
  background: var(--blue); color: #fff; padding: 13px 26px; border-radius: 999px;
  font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 10px 22px -10px rgba(58,108,255,.55);
  transition: transform .15s ease, box-shadow .15s ease;
}
.vk-lp-nav .nav-cta:hover { transform: translateY(-1px); }
.vk-lp-nav .nav-cta .arr {
  width: 22px; height: 22px; border-radius: 999px; background: rgba(255,255,255,.22);
  display: inline-flex; align-items: center; justify-content: center; font-size: 13px;
}

/* ===================== HERO ===================== */
.vk-lp .hero { position: relative; padding: 24px 0 60px; overflow: visible; }
.vk-lp .hero-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; align-items: center; position: relative; z-index: 2; }

.vk-lp .hero-sub {
  font-size: 17px; font-weight: 700; color: var(--ink-2);
  margin: 0 0 14px; letter-spacing: .01em;
}
.vk-lp .hero h1 {
  font-size: 56px; line-height: 1.22; letter-spacing: -.015em; margin: 0 0 16px;
  font-weight: 900; color: var(--ink); position: relative;
}
.vk-lp .hero h1 .ln { display: block; position: relative; width: fit-content; white-space: nowrap; }
.vk-lp .hero h1 .underline { position: relative; display: inline-block; }
.vk-lp .hero h1 .underline::after {
  content: "";
  position: absolute; left: -2%; right: -2%; bottom: -2px; height: 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 14' preserveAspectRatio='none'><path d='M2 9 C 60 2, 120 12, 200 7 C 280 3, 340 12, 398 6' stroke='%23ffd24a' stroke-width='8' fill='none' stroke-linecap='round'/></svg>") center/100% 100% no-repeat;
  z-index: -1;
}
.vk-lp .hero p.lead { color: var(--ink-2); font-size: 14.5px; line-height: 2.0; margin: 0 0 36px; max-width: 420px; font-weight: 500; }
.vk-lp .cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

.vk-lp .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  padding: 16px 26px; border-radius: 999px; font-weight: 700; font-size: 14px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.vk-lp .btn-primary { background: var(--blue); color: #fff; box-shadow: 0 14px 28px -12px rgba(58,108,255,.65); min-width: 220px; }
.vk-lp .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 18px 36px -12px rgba(58,108,255,.75); }
.vk-lp .btn-ghost { background: #fff; color: var(--ink); border: 1.5px solid #d8dde9; min-width: 220px; }
.vk-lp .btn-ghost:hover { border-color: #a8aebf; }
.vk-lp .btn .arr { width: 26px; height: 26px; border-radius: 999px; background: rgba(255,255,255,.22); display: inline-flex; align-items: center; justify-content: center; font-size: 13px; }
.vk-lp .btn-ghost .arr { background: #f1f3f9; color: var(--ink); }

.vk-lp .hero-visual { position: relative; height: 540px; }
.vk-lp .hero-blob {
  position: absolute; inset: 30px -20px 60px 40px;
  background: linear-gradient(135deg, #cfe1ff 0%, #dbeaff 45%, #e8f2ff 100%);
  border-radius: 50% 45% 55% 50% / 60% 55% 50% 50%;
  box-shadow: inset 0 -20px 60px rgba(255,255,255,.4); z-index: 1;
}
.vk-lp .hero-blob::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 25%, rgba(255,255,255,.5), transparent 40%); border-radius: inherit; }
.vk-lp .hero-photo { position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end; justify-content: center; }
.vk-lp .hero-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; transform: scale(1.2); transform-origin: center bottom; }
.vk-lp .hero-badge-circle {
  position: absolute; right: 0; bottom: 30px; z-index: 5;
  width: 130px; height: 130px; border-radius: 50%; background: #fff;
  border: 1.5px dashed #c8d4f3;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; font-size: 11px; color: var(--ink-2); font-weight: 600;
  box-shadow: 0 14px 32px -16px rgba(20,30,80,.18);
}
.vk-lp .hero-badge-circle strong { font-size: 15px; color: var(--blue); font-weight: 800; display: block; margin-top: 2px; }
.vk-lp .deco { position: absolute; pointer-events: none; user-select: none; z-index: 1; }

/* ===================== Section common ===================== */
.vk-lp .sec { padding: 80px 0; position: relative; }
.vk-lp .sec-head { margin-bottom: 30px; }
.vk-lp .sec-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Inter", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .18em;
  color: var(--blue); margin-bottom: 10px;
}
.vk-lp .sec-tag::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.vk-lp .sec-head h2 { font-size: 30px; font-weight: 900; letter-spacing: -.005em; margin: 0; color: var(--ink); }

/* ===================== OUR STRENGTH ===================== */
.vk-lp .reasons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vk-lp .reason {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px 22px;
  position: relative; display: flex; flex-direction: column; gap: 10px; min-height: 200px;
}
.vk-lp .reason .num-tag { font-family: "Inter", sans-serif; font-weight: 800; color: var(--blue); font-size: 15px; position: absolute; top: 22px; left: 74px; letter-spacing: .04em; }
.vk-lp .reason .icon { width: 46px; height: 46px; border-radius: 12px; background: #eef3ff; display: flex; align-items: center; justify-content: center; color: var(--blue); margin-bottom: 4px; }
.vk-lp .reason h3 { font-size: 15px; font-weight: 800; margin: 6px 0 4px; line-height: 1.45; color: var(--ink); }
.vk-lp .reason p  { font-size: 12.5px; color: var(--ink-2); margin: 0; line-height: 1.9; font-weight: 500; }

/* ===================== SERVICE（新規） ===================== */
.vk-lp .service-lead { font-size: 14px; color: var(--ink-2); line-height: 2.0; margin: -8px 0 36px; font-weight: 500; max-width: 640px; }
.vk-lp .phases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 14px; }
.vk-lp .phase-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px 22px; display: flex; flex-direction: column; gap: 12px; }
.vk-lp .phase-card .ph-num { font-family: "Inter", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; color: var(--blue); }
.vk-lp .phase-card h3 { font-size: 16px; font-weight: 800; color: var(--ink); margin: 0; }
.vk-lp .phase-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.vk-lp .phase-card ul li { font-size: 12.5px; color: var(--ink-2); font-weight: 600; display: flex; align-items: flex-start; gap: 8px; line-height: 1.7; }
.vk-lp .phase-card ul li::before { content: "–"; color: var(--blue); font-weight: 700; flex-shrink: 0; }
.vk-lp .service-note { font-size: 11.5px; color: var(--ink-3); text-align: center; margin: 0 0 36px; font-weight: 500; }
.vk-lp .patterns-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vk-lp .pattern-card { background: var(--blue-soft); border: 1px solid #d0deff; border-radius: 18px; padding: 26px 24px; display: flex; flex-direction: column; gap: 14px; }
.vk-lp .pattern-card h3 { font-size: 15px; font-weight: 800; color: var(--blue); margin: 0; line-height: 1.45; }
.vk-lp .pattern-card p  { font-size: 13px; color: var(--ink-2); margin: 0; line-height: 1.9; font-weight: 500; flex: 1; }
.vk-lp .pattern-card .btn-sm {
  background: var(--blue); color: #fff; padding: 12px 22px; border-radius: 999px; font-size: 13px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 8px 18px -8px rgba(58,108,255,.55);
  transition: transform .15s ease; align-self: flex-start;
}
.vk-lp .pattern-card .btn-sm:hover { transform: translateY(-1px); }
.vk-lp .pattern-card .sub-link { font-size: 12px; color: var(--blue); font-weight: 600; display: inline-flex; align-items: center; gap: 4px; text-decoration: underline; text-underline-offset: 2px; }

/* ===================== ACHIEVEMENT ===================== */
.vk-lp .achv { background: #fafbfd; }
.vk-lp .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.vk-lp .stat-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px 22px;
  display: flex; flex-direction: column; gap: 6px; min-height: 230px; position: relative; overflow: hidden;
}
.vk-lp .stat-card .lbl  { font-size: 13px; font-weight: 700; color: var(--ink); text-align: center; }
.vk-lp .stat-card .lbl .small { font-size: 11px; color: var(--ink-3); font-weight: 600; margin-left: 2px; }
.vk-lp .stat-card .sub-lbl { font-size: 12px; color: var(--ink); text-align: center; font-weight: 700; }
.vk-lp .stat-card .big {
  text-align: center; font-family: "Inter", sans-serif; font-weight: 900; color: var(--blue);
  font-size: 62px; letter-spacing: -.03em; line-height: 1.05; margin-top: 4px;
}
.vk-lp .stat-card .big .pct   { font-size: 34px; color: #0e1430; }
.vk-lp .stat-card .big small  { font-size: 18px; color: #0e1430; font-weight: 800; margin-left: 2px; }
.vk-lp .stat-card .big .unit  { font-size: 13px; color: var(--ink-2); font-weight: 700; margin-left: 3px; font-family: "Noto Sans JP", sans-serif; }
.vk-lp .stat-card .foot  { font-size: 11px; color: var(--ink-3); text-align: center; margin-top: auto; font-weight: 500; }
.vk-lp .stat-card .sub2  { font-size: 11.5px; color: var(--ink-3); text-align: center; font-weight: 500; margin-top: -2px; }
.vk-lp .stat-card .chart { margin-top: auto; width: 100%; }
.vk-lp .stat-card .chart svg { display: block; width: 100%; height: 60px; }
.vk-lp .stat-card .bars { display: flex; align-items: flex-end; justify-content: space-between; gap: 6px; height: 60px; margin-top: auto; }
.vk-lp .stat-card .bars i { flex: 1; background: linear-gradient(180deg, #bee2dc 0%, #3a6cff 100%); border-radius: 3px 3px 0 0; display: block; }
.vk-lp .industry-row { display: flex; justify-content: center; gap: 10px; margin-top: 8px; }
.vk-lp .industry-row .ic { width: 46px; height: 46px; border-radius: 12px; background: #eef3ff; display: flex; align-items: center; justify-content: center; color: var(--blue); }
.vk-lp .industries { font-size: 12px; color: var(--ink-2); text-align: center; line-height: 1.9; margin-top: 8px; font-weight: 600; }

/* ===================== FAQ ===================== */
.vk-lp .faq-list { display: flex; flex-direction: column; gap: 10px; }
.vk-lp .faq {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  cursor: pointer; transition: border-color .2s; display: flex; flex-direction: column;
}
.vk-lp .faq:hover { border-color: #cfd6e6; }
.vk-lp .faq.is-open { border-color: #a8beff; }
.vk-lp .faq-header { display: flex; align-items: center; gap: 20px; padding: 18px 26px; }
.vk-lp .faq .q    { font-family: "Inter", sans-serif; color: var(--blue); font-weight: 800; font-size: 14px; flex-shrink: 0; width: 30px; }
.vk-lp .faq .t    { font-size: 14px; font-weight: 700; flex: 1; color: var(--ink); }
.vk-lp .faq .plus { color: var(--ink-3); font-size: 22px; font-weight: 300; flex-shrink: 0; }
.vk-lp .faq-answer {
  display: none; padding: 14px 26px 18px 76px;
  font-size: 13.5px; color: var(--ink-2); line-height: 1.9; font-weight: 500;
  border-top: 1px solid var(--line-2);
}
.vk-lp .faq.is-open .faq-answer { display: block; }
.vk-lp .faq-section { position: relative; }
.vk-lp .faq-section .sec-head { display: flex; flex-direction: column; align-items: flex-start; width: 170px; flex-shrink: 0; }
.vk-lp .faq-section .wrap { display: flex; gap: 30px; align-items: flex-start; }
.vk-lp .faq-section .faq-list { flex: 1; }

/* ===================== CTA Band ===================== */
.vk-lp .cta-band-wrap { padding: 30px 0; position: relative; }
.vk-lp .cta-band {
  border-radius: 90px; padding: 46px 56px; color: #fff; position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 5% 50%,  rgba(255,170,200,.7)  0%, transparent 22%),
    radial-gradient(circle at 12% 88%, rgba(255,200,150,.55) 0%, transparent 25%),
    radial-gradient(circle at 88% 92%, rgba(130,233,194,.7)  0%, transparent 26%),
    radial-gradient(circle at 96% 18%, rgba(186,160,255,.65) 0%, transparent 22%),
    linear-gradient(120deg, #5a7cff 0%, #4063ff 50%, #5d8eff 100%);
  box-shadow: 0 30px 60px -30px rgba(58,108,255,.55);
}
.vk-lp .cta-band .row { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; position: relative; z-index: 2; }
.vk-lp .cta-band h2  { font-size: 26px; font-weight: 800; margin: 0 0 16px; letter-spacing: -.005em; }
.vk-lp .cta-band .checks { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 12px; font-size: 13px; color: #fff; font-weight: 600; }
.vk-lp .cta-band .checks span { display: inline-flex; align-items: center; gap: 8px; }
.vk-lp .cta-band .checks span::before { content: "✓"; color: #fff; font-weight: 900; }
.vk-lp .cta-band .sub { font-size: 12.5px; opacity: .95; margin: 0; font-weight: 500; }
.vk-lp .cta-spark { position: absolute; z-index: 1; pointer-events: none; }
.vk-lp .btn-yellow {
  background: #ffd24a; color: #3b2c00; padding: 18px 34px; border-radius: 999px; font-weight: 800; font-size: 15px;
  display: inline-flex; align-items: center; gap: 14px; box-shadow: 0 16px 32px -12px rgba(0,0,0,.25);
  transition: transform .15s ease;
}
.vk-lp .btn-yellow:hover { transform: translateY(-1px); }
.vk-lp .btn-yellow .arr { width: 28px; height: 28px; border-radius: 999px; background: #3b2c00; color: #ffd24a; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; }

/* ===================== OUR BUSINESSES ===================== */
.vk-lp .biz-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.vk-lp .biz-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px;
  display: flex; flex-direction: column; gap: 14px; overflow: hidden; position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.vk-lp .biz-card.tint-blue  { background: linear-gradient(180deg, #f3f7ff 0%, #fff 30%); }
.vk-lp .biz-card.tint-green { background: linear-gradient(180deg, #f0fbf6 0%, #fff 30%); }
.vk-lp .biz-card.tint-pink  { background: linear-gradient(180deg, #fff2f4 0%, #fff 30%); }
.vk-lp .biz-card.tint-cream { background: linear-gradient(180deg, #fbf6ec 0%, #fff 30%); }
.vk-lp .biz-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -24px rgba(20,30,80,.16); }
.vk-lp .biz-card h3 { font-size: 18px; font-weight: 800; margin: 0; line-height: 1.45; }
.vk-lp .biz-card.tint-blue  h3 { color: var(--blue); }
.vk-lp .biz-card.tint-green h3 { color: #22b07a; }
.vk-lp .biz-card.tint-pink  h3 { color: #e76d8b; }
.vk-lp .biz-card.tint-cream h3 { color: #a8825c; }
.vk-lp .biz-card .media { height: 160px; border-radius: 12px; overflow: hidden; position: relative; background: #f3f5fb; }
.vk-lp .biz-card .media img { width: 100%; height: 100%; object-fit: cover; }
.vk-lp .biz-card .media .play-btn {
  position: absolute; right: 14px; bottom: 14px; width: 34px; height: 34px; border-radius: 50%;
  background: #ff6a82; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px;
  box-shadow: 0 8px 18px -4px rgba(255,106,130,.6);
}
.vk-lp .biz-card p { font-size: 12.5px; color: var(--ink-2); margin: 0; line-height: 1.9; font-weight: 500; }
.vk-lp .biz-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.vk-lp .biz-list li { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--ink-2); font-weight: 600; }
.vk-lp .biz-list li::before { content: "✓"; display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; border-radius: 50%; color: #fff; font-size: 9px; font-weight: 900; flex-shrink: 0; }
.vk-lp .biz-card.tint-blue  .biz-list li::before { background: var(--blue); }
.vk-lp .biz-card.tint-green .biz-list li::before { background: #22b07a; }
.vk-lp .biz-card.tint-pink  .biz-list li::before { background: #e76d8b; }
.vk-lp .biz-card.tint-cream .biz-list li::before { background: #c69a6b; }

/* ===================== FOOTER ===================== */
.vk-lp .lp-footer { padding: 60px 0 80px; position: relative; overflow: hidden; }
.vk-lp .footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: flex-start; }
.vk-lp .lp-footer .company-name { font-size: 18px; font-weight: 800; margin-left: 14px; display: inline-block; vertical-align: middle; }
.vk-lp .lp-footer dl { display: grid; grid-template-columns: 90px 1fr; gap: 8px 28px; margin: 0; font-size: 13px; }
.vk-lp .lp-footer dt { color: var(--ink-3); font-weight: 600; }
.vk-lp .lp-footer dd { margin: 0; color: var(--ink); font-weight: 500; line-height: 1.85; }
.vk-lp .lp-footer .actions { display: flex; flex-direction: column; gap: 10px; }
.vk-lp .btn-out {
  border: 1.5px solid #d8dde9; background: #fff; color: var(--ink); padding: 13px 22px; border-radius: 999px;
  font-weight: 700; font-size: 13px; display: inline-flex; align-items: center; gap: 12px; justify-content: space-between; min-width: 200px;
}
.vk-lp .btn-out .arr { width: 24px; height: 24px; border-radius: 999px; background: #f1f3f9; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
.vk-lp .footer-wave { position: absolute; right: 0; bottom: 0; width: 200px; opacity: .8; z-index: 0; }

/* ===================== Responsive ===================== */
@media (max-width: 1000px) {
  .vk-lp .hero h1            { font-size: 42px; }
  .vk-lp .hero-grid          { grid-template-columns: 1fr; }
  .vk-lp .hero-visual        { height: 480px; }
  .vk-lp .stats-grid,
  .vk-lp .reasons,
  .vk-lp .biz-grid           { grid-template-columns: 1fr 1fr; }
  .vk-lp .phases-grid,
  .vk-lp .patterns-grid      { grid-template-columns: 1fr; }
  .vk-lp .faq-section .wrap  { flex-direction: column; }
  .vk-lp .faq-section .sec-head { width: auto; }
  .vk-lp .footer-grid        { grid-template-columns: 1fr; gap: 24px; }
  .vk-lp .cta-band           { border-radius: 32px; padding: 36px 28px; }
}
@media (max-width: 600px) {
  .vk-lp .stats-grid,
  .vk-lp .reasons,
  .vk-lp .biz-grid           { grid-template-columns: 1fr; }
  .vk-lp .hero h1            { font-size: 34px; }
  .vk-lp .cta-band .row      { flex-direction: column; align-items: flex-start; }
}


/* ---- ハンバーガーボタン：デスクトップでは非表示 ---- */
.vk-lp-nav .nav-hamburger { display: none; }

@media (max-width: 768px) {
  .vk-lp-nav .nav-inner    { height: 64px; padding: 0 18px; }
  .vk-lp-nav .nav-links    { display: none; }
  .vk-lp-nav .nav-cta      { padding: 10px 16px; font-size: 13px; }
  .vk-lp-nav .nav-cta .arr { display: none; }
  .vk-lp-nav .nav-hamburger {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 40px; height: 40px; padding: 8px;
    background: none; border: none; cursor: pointer; margin-left: 8px;
  }
  .vk-lp-nav .nav-hamburger span {
    display: block; width: 22px; height: 2.5px;
    background: var(--ink); border-radius: 2px;
    transition: transform .22s ease, opacity .22s ease;
  }
  .vk-lp-nav.is-open .nav-hamburger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .vk-lp-nav.is-open .nav-hamburger span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .vk-lp-nav.is-open .nav-hamburger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .vk-lp-nav.is-open .nav-links {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 64px; left: 0; right: 0;
    background: #fff; padding: 8px 24px 20px;
    border-top: 1px solid var(--line);
    box-shadow: 0 8px 32px rgba(0,0,0,.1);
    z-index: 99;
  }
  .vk-lp-nav.is-open .nav-links a {
    display: block; padding: 14px 0;
    border-bottom: 1px solid var(--line-2);
    font-size: 15px; font-weight: 600;
  }
}

/* ============================================================
   無料相談ページ (page-consultation.php)
   ============================================================ */

/* --- Hero --- */
.consul-hero {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%);
  padding: 80px 0 64px;
  text-align: center;
}
.consul-label {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 4px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.consul-h1 {
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 900;
  line-height: 1.3;
  color: var(--dark);
  margin-bottom: 20px;
}
.consul-sub {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 32px;
}
.consul-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.consul-badges .badge {
  background: #fff;
  border: 1.5px solid var(--blue);
  color: var(--blue);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 700;
}

/* --- Points --- */
.consul-points {
  padding: 72px 0;
  background: #fff;
}
.points-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.point-card {
  background: #f8f9ff;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
}
.point-icon {
  font-size: 36px;
  margin-bottom: 14px;
}
.point-card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--dark);
}

/* --- Flow --- */
.consul-flow {
  padding: 72px 0;
  background: #f8f9ff;
}
.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 40px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.flow-step {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #e0e4f0;
}
.flow-step:last-child { border-bottom: none; }
.step-num {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-body h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--dark);
}
.step-body p { font-size: 15px; color: #555; line-height: 1.7; }

/* --- Form Section --- */
.consul-form-sec {
  padding: 80px 0;
  background: #fff;
}
.consul-form-wrap {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}
.consul-form-left h2 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 16px;
  color: var(--dark);
}
.consul-form-left p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 24px;
}
.form-assure {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-assure li {
  font-size: 14px;
  color: #1a7f4b;
  font-weight: 600;
}
.consul-form-right .cf7-field {
  margin-bottom: 18px;
}
.consul-form-right label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
}
.consul-form-right .req {
  color: #e53e3e;
  margin-left: 4px;
}
.consul-form-right input[type=text],
.consul-form-right input[type=email],
.consul-form-right input[type=tel],
.consul-form-right textarea {
  width: 100%;
  border: 1.5px solid #d0d5e8;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  transition: border-color .2s;
  font-family: inherit;
}
.consul-form-right input:focus,
.consul-form-right textarea:focus {
  outline: none;
  border-color: var(--blue);
}
.consul-form-right .wpcf7-submit {
  width: 100%;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 16px 32px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
  transition: opacity .2s;
}
.consul-form-right .wpcf7-submit:hover { opacity: .85; }

/* --- Responsive --- */
@media (max-width: 900px) {
  .points-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .consul-hero { padding: 56px 0 48px; }
  .consul-form-wrap { grid-template-columns: 1fr; gap: 36px; }
  .flow-steps { max-width: 100%; }
}
@media (max-width: 480px) {
  .points-grid { grid-template-columns: repeat(2, 1fr); }
  .consul-badges { flex-direction: column; align-items: center; }
}
