﻿/* ============================================================
   CSS Custom Properties
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

:root {
  --c-main: #0092D7;
  /* メインブルー：FC Apps Direct キーカラー */
  --c-main-hover: #00679C;
  /* ホバー時／濃色ブルー */
  --c-navy: #12232F;
  /* 濃色セクション背景 */
  --c-yellow: #f9ba00;
  /* RELEASEバッジ基準のイエローアクセント */
  --c-yellow-dark: #d99a00;
  /* イエロー濃いめ */
  --c-orange: #FF7A3C;
  /* AFTER側アクセント */
  --c-text: #1a1a1a;
  /* 本文テキスト */
  --c-text-mid: #555555;
  /* 中間テキスト */
  --c-text-light: #888888;
  /* 薄テキスト */
  --c-bg-white: #ffffff;
  /* 白背景 */
  --c-bg-gray: #F5F6F7;
  /* 薄グレー背景 */
  --c-bg-beige: #FAFAF8;
  /* 薄ベージュ背景 */
  --c-border: #E8E8E8;
  /* ボーダー */
  --c-border-mid: #d0d0d0;
  /* 中ボーダー */
  --font-sans: 'Noto Sans JP', sans-serif;
  --font-num: 'Inter', sans-serif;
  /* 数字専用 */
  /* MV グリッド（kasika と統一） */
  --main-content-width: 50%;
  --main-image-width: 1fr;
  --main-max-width: 1440px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.10);
  --transition: 0.3s ease;
}

/* ============================================================
   Reset & Base
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  color: var(--c-text);
  background: var(--c-bg-white);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  /* 横スクロール・余白防止 */
}

.recofit-lp main img,
.recofit-lp #follow-header img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.recofit-lp .lp-breadcrumb-in-mv .breadcrumb-item,
.recofit-lp .lp-breadcrumb-in-mv .breadcrumb-item a,
.recofit-lp .lp-breadcrumb-in-mv .breadcrumb-item a:visited,
.recofit-lp .lp-breadcrumb-in-mv .breadcrumb-item.active,
.recofit-lp .lp-breadcrumb-in-mv .breadcrumb-item+.breadcrumb-item::before {
  color: var(--c-text) !important;
}

.recofit-lp .lp-breadcrumb-in-mv .breadcrumb-item a:hover {
  color: rgb(31, 75, 133) !important;
}

ul,
ol {
  list-style: none;
}

button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  background: none;
}

/* スクリーンリーダー専用 */
.recofit-lp .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* ============================================================
   Scroll Progress Bar
   ============================================================ */

/* 共通ヘッダーの直下に出したいので、ラッパーを固定して JS が top を同期する */
.lp-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 11800;
  pointer-events: none;
}

.lp-scroll-progress-bar {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--c-yellow);
  transition: width 0.1s linear;
}

.lp-main-catch {
  margin-block: 0.5em 0.7em !important;
}

/* ============================================================
   追随ヘッダー
   products-base.js が top を動的に操作 + .fixed クラスで制御
   ============================================================ */
.lp-sub-header {
  position: sticky;
  top: 64px;
  z-index: 11700;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--c-border);
}

.lp-sub-header-inner {
  max-width: var(--main-max-width, 1440px);
  margin-inline: auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lp-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.lp-nav {
  display: flex;
  gap: 1.1rem;
}

.lp-nav a {
  position: relative;
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.lp-header-btns {
  display: flex;
  gap: 8px;
}

/* recofit-lp ブランド色の上書き */
.recofit-lp .lp-sub-header {
  border-bottom-color: rgba(0, 123, 199, 0.15);
}

/* ロゴが img reset で縮まないよう固定 */
.recofit-lp .lp-logo {
  flex-shrink: 0;
  min-width: 171px;
}

.recofit-lp .lp-logo img {
  width: 171px !important;
  height: 30px !important;
  max-width: none !important;
  display: block;
}

/* ★正式ロゴ支給までの暫定ワードマーク。img 差し替え後は削除可 */
.rc-wordmark {
  font-family: var(--font-num);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--c-navy);
  display: inline-block;
}

.rc-wordmark em {
  font-style: normal;
  color: var(--c-main);
}

/* SP版：追随ヘッダーのCTAを2つ表示したまま収める */
@media (max-width: 768px) {
  .recofit-lp .lp-logo {
    min-width: 140px;
  }

  .recofit-lp .lp-logo img {
    width: 160px !important;
    height: auto !important;
  }

  .recofit-lp .lp-sub-header-inner {
    gap: 0.5rem;
    padding: 8px 16px;
  }

  .recofit-lp .lp-right {
    gap: 0.5rem;
  }

  .recofit-lp .lp-header-btns {
    display: flex;
    gap: 6px;
  }

  .recofit-lp .lp-header-btns .lp-btn {
    font-size: 0.75rem;
    padding: 0 9px;
    height: 40px;
    white-space: nowrap;
  }

  .recofit-lp .lp-header-btns .lp-btn-contact {
    display: inline-flex;
  }

  .rc-wordmark {
    font-size: 1.2rem;
  }
}

/* lp-nav ホバー下線（recofit カラー） */
.recofit-lp .lp-nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--c-main);
  transform: scaleX(0);
  transition: transform 0.22s ease;
}

.recofit-lp .lp-nav a:hover {
  color: var(--c-main);
}

.recofit-lp .lp-nav a:hover::after,
.recofit-lp .lp-nav a.is-active::after {
  transform: scaleX(1);
}

/* ============================================================
   CTA Buttons — 2 Types
   ============================================================ */

/* 資料請求：塗り */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding: 10px 22px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: background var(--transition), color var(--transition),
    transform var(--transition), box-shadow var(--transition);
}

.lp-btn-request {
  background: var(--c-yellow);
  color: var(--c-navy);
  border-color: var(--c-yellow);
}

.lp-btn-request:hover {
  background: var(--c-yellow-dark);
  border-color: var(--c-yellow-dark);
  color: var(--c-navy);
}

/* お問い合わせ：白地・罫線 */
.lp-btn-contact {
  background: #fff;
  color: var(--c-main);
  border-color: var(--c-main);
}

.lp-btn-contact:hover {
  background: var(--c-main);
  color: #fff;
}

/* Large Buttons (hero / CTA section) */
.lp-btn-large {
  font-size: 16px;
  padding: 16px 40px;
  border-radius: 6px;
}

.btn-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.rc-btn-block {
  width: 100%;
  margin-top: auto;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--c-main);
  outline-offset: 3px;
}

/* ============================================================
   Section Base
   ============================================================ */
.section {
  padding: 96px 24px;
}

.section--gray {
  background: var(--c-bg-gray);
}

.section--navy,
.section--dark {
  background: var(--c-navy);
  color: #fff;
}

/* 課題セクション用 */
.section--beige {
  background: var(--c-bg-beige);
}

.section--white {
  background: var(--c-bg-white);
}

.section__inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* Section Label */
.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-main);
  background: rgba(0, 123, 199, 0.07);
  border-radius: 2px;
  padding: 4px 12px;
  margin-bottom: 16px;
}

/* Section Heading */
.section-title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--c-text);
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

.section-title--center {
  text-align: center;
}

.section-title span.accent {
  color: var(--c-main);
}

.section-lead {
  font-size: clamp(15px, 1.6vw, 17px);
  color: var(--c-text-mid);
  line-height: 1.9;
  margin-bottom: 56px;
}

.section-lead--center {
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin: 1rem 0 1rem;
}

.section-header--center {
  text-align: center;
  margin-bottom: 56px;
}

/* 濃色セクション内の見出し */
.section--navy .section-title,
.section--dark .section-title,
.section--navy .section-title--light,
.section--dark .section-title--light {
  color: #ffffff;
}

.section--navy .section-lead,
.section--dark .section-lead {
  color: rgba(255, 255, 255, 0.78);
}

.section--navy .section-label,
.section--dark .section-label {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
}

.section--navy .section-divider,
.section--dark .section-divider {
  background: #ffffff !important;
}

/* ============================================================
   Reveal Animations
   ============================================================ */
.reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

/* 共通JSは is-visible、ページ専用JSは is-revealed を付与するため両対応 */
.reveal-item.is-visible,
.reveal-item.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.a-fadeIn-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.a-fadeIn-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.a-fadeIn-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.a-fadeIn-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger delays */
.reveal-item:nth-child(1) {
  transition-delay: 0.0s;
}

.reveal-item:nth-child(2) {
  transition-delay: 0.1s;
}

.reveal-item:nth-child(3) {
  transition-delay: 0.2s;
}

.reveal-item:nth-child(4) {
  transition-delay: 0.3s;
}

.reveal-item:nth-child(5) {
  transition-delay: 0.4s;
}

.reveal-item:nth-child(6) {
  transition-delay: 0.5s;
}

.reveal-item:nth-child(7) {
  transition-delay: 0.6s;
}

.reveal-item:nth-child(8) {
  transition-delay: 0.7s;
}

@media (prefers-reduced-motion: reduce) {

  .reveal-item,
  .a-fadeIn-left,
  .a-fadeIn-right {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============================================================
   01. FIRST VIEW（メインビジュアル）
   kasika パターンに統一：#f7f8fa ベース
   ============================================================ */
.rc-mv {
  position: relative;
  background: #f7f8fa;
  overflow: hidden;
  padding-bottom: 56px;
}

/* 装飾：右側のサークルブラー */
.rc-mv::after {
  content: "";
  position: absolute;
  top: -10%;
  right: -8%;
  width: 55%;
  height: 130%;
  background: radial-gradient(ellipse,
      rgba(0, 123, 199, 0.22) 0%,
      rgba(0, 103, 156, 0.08) 45%,
      transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* 内側グリッド装飾 */
.rc-mv-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(18, 35, 47, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 35, 47, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(90% 70% at 50% 30%, #000 40%, transparent 100%);
  mask-image: radial-gradient(90% 70% at 50% 30%, #000 40%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.rc-mv .lp-breadcrumb-wrap {
  position: relative;
  z-index: 1;
  max-width: var(--main-max-width, 1440px);
  margin-inline: auto;
  padding: 16px 24px 0;
}

.rc-mv .breadcrumb {
  font-size: 12px;
  margin-bottom: 0;
}

.rc-mv .lp-main-inner {
  position: relative;
  z-index: 1;
  max-width: var(--main-max-width, 1440px);
  margin-inline: auto;
  padding: 32px 24px 0;
}

.lp-main-content-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

/* リリース日バッジ */
.rc-release-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  padding: 4px 14px;
  border-radius: 100px;
  background: var(--c-navy);
  color: #fff;
  margin-bottom: 16px;
}

.rc-release-badge__date {
  font-family: var(--font-num);
  font-size: 15px;
  font-weight: 800;
}

.rc-release-badge__label {
  font-family: var(--font-num);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--c-yellow);
}

/* MV テキスト */
.rc-mv .lp-main-catch {
  font-size: clamp(1.42rem, 2.35vw, 2.18rem);
  line-height: 1.45;
  color: var(--c-navy);
  font-weight: 900;
  margin: 1.5rem 0 2rem;
}

.rc-mv .rc-catch-accent {
  color: var(--c-main);
}

.rc-mv .lp-main-lead {
  color: var(--c-text-mid);
  font-size: 15px;
  line-height: 1.95;
  max-width: 720px;
  margin-bottom: 24px;
}

/* コンテンツ幅を約720pxまで拡張 */
.rc-mv .lp-main-content {
  max-width: 720px;
}

.rc-mv .lp-main-content .pdlogo {
  display: block;
  margin: 0.4rem 0 2.5rem;
  padding-top: 0.3rem;
  border-top: 1px solid var(--c-border);
}

.rc-wordmark--lg {
  font-size: clamp(2.6rem, 7vw, 3.75rem);
}

.rc-wordmark-read {
  display: block;
  margin-top: 0.5rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--c-text-mid);
}

/* MV CTA */
.rc-mv .lp-mv-cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 48px;
}
.rc-mv .free-mv-cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: center;
  margin-top: 8px;
}

.rc-mv .free-mv-cta a {
  position:relative;
  overflow:hidden;
  width: 100%;
  max-width: 380px;
  padding: 18px 32px;
  background: linear-gradient(
    180deg,
    #009CDC 0%,
    #007bc7 100%
  );

  color: #fff !important;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .05em;

  border: none;
  border-radius: 9999px;

  box-shadow:
    0 10px 30px rgba(0,123,199,.3);
}
.rc-mv .free-mv-cta a:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow:
    0 12px 30px rgba(0,123,199,.45);
}

/* MV CTA　テキスト */
.cta-copy {
  text-align: center;
  color: #009CDC;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 1px;
}

/* partner テキスト */
.rc-mv .lp-main-partner {
  position: relative;
  z-index: 1;
  max-width: var(--main-max-width, 1440px);
  margin: 24px auto 0;
  padding: 0 24px;
  font-size: 12px;
  color: var(--c-text-mid) !important;
}

.rc-mv .lp-main-partner.is-right {
  text-align: right;
}

.rc-mv .lp-main-visual {
  display: flex;
  justify-content: center;
}

/* --- ビフォーアフター比較スライダー --- */
.rc-compare {
width: 100%;
}

.rc-compare__frame {
  position: relative;
  aspect-ratio: 1400 / 930;
  border-radius: 14px;
  overflow: hidden;
  background: var(--c-bg-gray);
  box-shadow: var(--shadow-lg);
  isolation: isolate;
  touch-action: pan-y;
}

.rc-compare__layer {
  position: absolute;
  inset: 0;
}

.rc-compare__layer img,
.rc-compare__layer svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.rc-compare__layer--after {
  clip-path: inset(0 0 0 var(--rc-pos, 52%));
}

.rc-compare__tag {
  position: absolute;
  bottom: 12px;
  font-family: var(--font-num);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 4px 11px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--c-text);
}

.rc-compare__tag--before {
  left: 12px;
}

.rc-compare__tag--after {
  right: 12px;
  background: var(--c-orange);
  color: #fff;
}

.rc-compare__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--rc-pos, 52%);
  width: 2px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(15, 33, 44, 0.15);
  pointer-events: none;
}

.rc-compare__grip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--c-main);
  display: grid;
  place-items: center;
  font-size: 14px;
  box-shadow: 0 6px 18px rgba(15, 33, 44, 0.28);
}

.rc-compare__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}

.rc-compare__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 60px;
  height: 100%;
}

.rc-compare__range:focus-visible {
  outline: none;
}

.rc-compare__range:focus-visible~.rc-compare__handle .rc-compare__grip {
  outline: 3px solid var(--c-main);
  outline-offset: 3px;
}

.rc-compare__caption {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--c-text-mid);
}

.rc-compare__caption i {
  color: var(--c-main);
  margin-top: 0.25em;
}
.rc-compare--tablet {
  max-width: 1100px;
  margin: 0 auto;
}

.tablet-frame {
  position: relative;
  background: #1f1f1f;
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

/* 横向きタブレットのカメラ */
.tablet-frame::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #444;
  border-radius: 50%;
}

/* ホームボタン */
.tablet-frame::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,.3);
  border-radius: 50%;
}

.tablet-frame .rc-compare__frame {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
/* ============================================================
   Tablet Frame
   ============================================================ */

.rc-compare {
  max-width: 1100px;
  margin: 0 auto;
  background: #252525;
  padding: 24px;
  border-radius: 32px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  position: relative;
}

/* 横向きタブレットのカメラ */
.rc-compare::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #555;
  border-radius: 50%;
  z-index: 1;
}

/* ホームボタン */
.rc-compare::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,.35);
  border-radius: 50%;
  z-index: 1;
}

/* 画面部分 */
.rc-compare__frame {
  border-radius: 12px;
  overflow: hidden;
}

/* キャプション */
.rc-compare__caption {
  margin-top: 16px;
  color: #fff;
}
/* ============================================================
   02. Problems (提案画像づくりのよくある課題)
   楕円・大きい角丸吹き出し・細実線黒
   ============================================================ */

/* 課題セクションが濃色背景なのでsection--grayを上書き */
#problems.section--gray {
  background: var(--c-main-hover);
}

/* セクションラベル・タイトル・リードの観察調整 */
.problems-label {
  color: rgba(255, 255, 255, 0.7) !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

/* 課題セクションのみラベルとディバイダーを白に固定 */
#problems .section-label {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
}

#problems .section-divider,
#problems .section-divider--yellow {
  background: #ffffff !important;
}

.section-divider--yellow {
  background: var(--c-yellow) !important;
}

.problems-title {
  color: #ffffff !important;
}

.problems-lead {
  color: rgba(255, 255, 255, 0.75) !important;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 20px;
}

/* 吹き出し本体：大きい角丸（楕円気味）・破線黒 */
.problem-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px dashed rgba(0, 0, 0, 0.65);
  /* 破線・黒 1px */
  border-radius: 999px;
  padding: 1.5rem 3rem 1rem;
  position: relative;
  text-align: center;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
  margin-bottom: 12px;
  /* しっぽ分の下マージン */
  display: flex;
  align-items: center;
  justify-content: center;
}

.problem-card:hover {
  border-color: rgba(0, 0, 0, 0.9);
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
}

/* 吹き出しの「しっぽ」(下三角) — シンプル化 */
.problem-card::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.96);
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.55));
  z-index: 2;
}

/* 吹き出し内のテキスト（一本化） */
.problem-card__text {
  font-size: 17px;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.75;
  text-align: left;
  margin: 0;
}

/* イラストスペース */
.problem-illust-space {
  margin-top: 56px;
  border-radius: var(--radius-md);
  border: none;
  background: transparent;
  min-height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.problem-illust-image {
  width: min(100%, 720px);
  height: auto;
  display: block;
  margin: 0;
}

#problems.section {
  padding-bottom: 0;
}

/* ============================================================
   03. About (ReCoFitとは：生成AI × 実建材)
   ============================================================ */
.rc-fusion {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.rc-fusion__visual {
  width: min(1355px, calc(100vw - 32px));
  text-align: center;
}

.rc-fusion__visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.rc-fusion__texts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.rc-fusion__node {
	flex: 1;
	min-width: 0;
  background: var(--c-bg-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 28px 20px;
  text-align: center;
}

.rc-fusion__node--result {
  border-color: var(--c-main);
  box-shadow: 0 14px 34px rgba(0, 123, 199, 0.16);
}

.rc-fusion__icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(0, 123, 199, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 24px;
  color: var(--c-main);
}

.rc-fusion__node--result .rc-fusion__icon {
  background: var(--c-main);
  color: #fff;
}

.rc-fusion__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 8px;
  line-height: 1.45;
}

.rc-fusion__title-link {
  color: inherit;
  text-decoration: none;
}

.rc-fusion__title-link:hover,
.rc-fusion__title-link:focus {
  color: var(--c-main);
  text-decoration: underline;
}

.rc-external-link-icon {
  margin-left: 0.35em;
  font-size: 0.8em;
  line-height: 1;
  vertical-align: baseline;
}

.rc-fusion__desc {
  display: block;
  font-size: 14px;
  color: var(--c-text-mid);
  line-height: 1.8;
}
/* ============================================================
   04. Values (ReCoFitの4つの価値)
   ============================================================ */
.rc-value-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.rc-value {
  display: flex;
  flex-direction: column;
  background: var(--c-bg-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: box-shadow var(--transition),
              transform var(--transition),
              border-color var(--transition);
}

.rc-value:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  border-color: var(--c-main);
}

.rc-value__num {
  font-family: var(--font-num);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--c-main);
}

.rc-value__title {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.5;
  margin-bottom: 8px;
}

.rc-value__desc {
  font-size: 16px;
  color: var(--c-text-mid);
  line-height: 1.8;
}

.rc-value__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--c-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  color: var(--c-main);
}
.rc-value__image {
  width: 100%;
  margin-bottom: 20px;
}

.rc-value__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.rc-value__badge-ai {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #009CDC, #007bc7);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
}
.rc-value__badge-ai i {
margin-right: 4px;
}
/* ============================================================
   04. Solution (ワンリーライフが解決)
   ============================================================ */
#solution .section-label {
  color: #fff;
  background: #007bc7;
}

#solution .section-divider {
  background: #007bc7;
}

.solution-step:last-child {
  border-bottom: none;
}

.solution-step--reverse {
  direction: ltr;
}

.solution-step--reverse>* {
  direction: ltr;
}

.solution-step--reverse > :first-child {
  order: 2;
}

.solution-step--reverse > :last-child {
  order: 1;
}

/* 左カラム: badge -> title -> desc -> points を縦順固定 */
.solution-step > :first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

/* 右カラム: visual系カードの配置 */
.solution-step > :last-child {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.solution-step__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #007bc7;
  margin-bottom: 14px;
}

.solution-step__badge::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #007bc7;
  flex-shrink: 0;
}

.solution-step__badge i {
  display: none;
}

.solution-step__title {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.45;
  margin-bottom: 2.3rem;
}

.solution-step__points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.solution-step__point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  color: var(--c-text);
}

.solution-step__point i {
  color: #007bc7;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Solution Visual Box */
.solution-visual {
  background: #007bc7;
  border-radius: 18px;
  padding: 34px 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 36px rgba(26, 80, 121, 0.24);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 500px;
  min-height: 300px;
  height: 100%;
}

.solution-visual__icon {
  display: none;
}

.solution-visual__icon i {
  display: none;
}

.solution-visual__label {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.solution-visual__sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  line-height: 1.8;
}

.solution-visual__sub-accent {
  color: var(--c-yellow);
  font-weight: 500;
}

/* 数字強調：RELEASEバッジ基準のイエロー */
.solution-visual__stat {
  font-family: var(--font-num);
  font-size: 5.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.solution-visual__stat span.unit {
  font-size: 26px;
  font-weight: 600;
  vertical-align: 0.15em;
}
.solution-story {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.solution-step {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 48px;
  align-items: center;
}

.solution-step--reverse > :first-child {
  order: 2;
}

.solution-step--reverse > :last-child {
  order: 1;
}
.solution-step > :first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.solution-step > :last-child {
  display: flex;
  justify-content: center;
}
.a-fadeIn-left,
.a-fadeIn-right {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
/* ============================================================
   05. Performance (従来の資料作成との比較)
   ============================================================ */
#performance {
  /* 背景色をご指定のカラーに変更 */
  background-color: #007bc7;
  color: #FFFFFF;
  padding: 80px 20px;
  font-family: 'Noto Sans JP', sans-serif;
}

#performance .section__inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* --- Header --- */
.section-header--center {
  text-align: center;
  margin-bottom: 56px;
}

/* ラベルは背景に馴染む半透明の白ピル（角丸）に変更 */
.section-label--light {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #009CDC;
  background: #FFFFFF;
  padding: 6px 16px;
  border-radius: 100px;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.section-title--light {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 24px 0;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.section-lead--light {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  max-width: 720px;
  margin: 0 auto;
}

/* --- Comparison Box --- */
/* 背景がブルーになったため、カード自体を白にしてメリハリを出します */
.rc-compare-box {
  background: #FFFFFF;
  border-radius: 16px;
  padding: clamp(24px, 4vw, 44px);
  box-shadow: 0 24px 48px rgba(0, 50, 75, 0.2);
  margin-bottom: 20px;
  border: 1px solid rgba(0, 123, 199, 0.16);
}

/* --- Bar Item --- */
.rc-bar-item {
  position: relative;
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  background: #F8FAFC;
}
.rc-bar-item:last-child {
  margin-bottom: 0;
}

/* Header (Title & Time) */
.rc-bar-header {
  display: grid;
  grid-template-columns: minmax(130px, 0.72fr) minmax(180px, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.rc-bar-title {
  font-size: 17px;
  font-weight: 800;
  color: #475569;
}

.rc-bar-time {
  font-family: var(--font-num);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: #334155;
  line-height: 1;
}
.rc-bar-time small {
  font-family: var(--font-gothic);
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #94A3B8;
  margin-left: 6px;
}

.rc-bar-reduction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--c-yellow);
  color: var(--c-navy);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.rc-bar-reduction--base {
  background: #E2E8F0;
  color: #64748B;
}

/* Bar Track */
.rc-bar-track {
  height: 20px;
  background: #E2E8F0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
}

.rc-bar-fill {
  height: 100%;
  border-radius: 10px;
  transition: width 1s ease-out;
}

.rc-bar-fill--base {
  background: linear-gradient(90deg, #94A3B8, #64748B);
  width: 100%;
}

/* Flow (Steps) */
.rc-flow {
  --rc-flow-tip: 16px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rc-flow li {
  background: #E2E8F0;
  color: #64748B;
  border: none;
  font-size: 13px;
  padding: 9px 12px 9px 18px;
  border-radius: 0;
  font-weight: 700;
  position: relative;
  text-align: center;
  white-space: nowrap;
  clip-path: polygon(
    0 0,
    calc(100% - var(--rc-flow-tip)) 0,
    100% 50%,
    calc(100% - var(--rc-flow-tip)) 100%,
    0 100%,
    var(--rc-flow-tip) 50%
  );
}

.rc-flow li:first-child {
  padding-left: 12px;
  clip-path: polygon(
    0 0,
    calc(100% - var(--rc-flow-tip)) 0,
    100% 50%,
    calc(100% - var(--rc-flow-tip)) 100%,
    0 100%
  );
}

.rc-flow li:last-child {
  padding-right: 10px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    var(--rc-flow-tip) 50%
  );
}

/* =========================================
   ReCoFit (強調表示)
   ========================================= */
.rc-bar-item--hl {
  background: #F2FAFD;
  border: 2px solid #007bc7;
  border-radius: 16px;
  padding: 24px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 18px 36px rgba(0, 123, 199, 0.16);
}

.rc-bar-item--hl .rc-bar-title {
  color: #007bc7;
  font-size: 19px;
}

.rc-bar-item--hl .rc-bar-time {
  color: #007bc7;
  font-size: clamp(38px, 5.5vw, 64px);
  line-height: 1;
}

.rc-bar-item--hl .rc-bar-time small {
  color: #007bc7;
}

.rc-bar-fill--hl {
  background: linear-gradient(90deg, #007bc7, #00adec);
  width: 5%;
  box-shadow: 0 0 12px rgba(0, 123, 199, 0.38);
}

.rc-bar-item--hl .rc-flow li {
  background: #007bc7;
  color: #FFFFFF;
  border: none;
}

.rc-bar-item--hl .rc-flow {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: start;
  gap: 6px;
}

.rc-bar-item--hl .rc-flow li:not(:last-child)::after {
  content: none;
}

.rc-bar-item--hl .rc-flow li {
  width: 100%;
  min-width: 0;
  padding: 9px 16px;
  font-size: 13px;
  white-space: nowrap;
}

/* --- Note & Shortest Text --- */
.rc-compare-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  margin-bottom: 40px;
}

.rc-shortest {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}

.rc-shortest strong {
  color: var(--c-yellow);
  font-size: 32px;
  letter-spacing: 0.02em;
  margin: 0 6px;
}

.rc-shortest__num {
  font-family: var(--font-num);
}

/* --- Responsive --- */
@media (max-width: 640px) {
  .rc-compare-box {
    padding: 24px 16px;
  }
  .rc-bar-header {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 8px;
  }
  .rc-bar-item--hl {
    padding: 20px 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .rc-flow,
  .rc-bar-item--hl .rc-flow {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .rc-flow li {
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 8px;
    clip-path: none;
    position: relative;
    overflow: visible;
  }
  .rc-flow li:not(:last-child)::after {
    content: "\2193";
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 800;
    color: #64748B;
    line-height: 1;
  }
  .rc-bar-item--hl .rc-flow li:not(:last-child)::after {
    color: #007bc7;
  }
  .rc-flow li:first-child {
    border-radius: 8px;
    clip-path: none;
  }
  .rc-flow li:last-child {
    border-radius: 8px;
    clip-path: none;
  }
  .rc-compare-note {
    text-align: left;
  }
  .rc-shortest {
    font-size: 16px;
  }
  .rc-shortest strong {
    font-size: 24px;
    display: block;
    margin-top: 8px;
  }
}

/* ============================================================
   06. Flow (現場で完結する5ステップ)
   ============================================================ */
.rc-steps {  
	display: grid;  
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  
	gap: 20px;
}
.rc-step {  
	position: relative;  
	background: var(--c-bg-white);  
	border: 1px solid var(--c-border);  
	border-radius: var(--radius-md);  
	padding: 28px 22px;  
	transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}
.rc-step:hover {  
	box-shadow: var(--shadow-md);  
	transform: translateY(-4px);  
	border-color: var(--c-main);}
.rc-step::after {  
	content: "";  
	position: absolute;  
	top: 50%;  
	right: -14px;  
	width: 10px; 
	height: 10px;  
	border-top: 2px solid var(--c-main);  
	border-right: 2px solid var(--c-main);  
	transform: translateY(-50%) rotate(45deg);
}
.rc-step:last-child::after {  
	display: none;
}
.rc-step__no {  
	display: inline-block;  
	font-family: var(--font-num);  
	font-size: 11px;  
	font-weight: 700;  
	letter-spacing: 0.16em;  
	color: var(--c-main);  
	margin-bottom: 14px;
}
.rc-step__icon {  
	width: 60px;  
	height: 60px;  
	border-radius: 50%;  
	background: rgba(0, 123, 199, 0.08);  
	display: flex;  
	align-items: center;  
	justify-content: center;  
	margin-bottom: 16px;  
	font-size: 24px;  
	color: var(--c-main);
}
.rc-step__title {  
	font-size: 20px;  
	font-weight: 700;  
	color: var(--c-text);  
	margin-bottom: 8px;  
	line-height: 1.45;
}
.rc-step__title small {  
	display: block;  
	margin-top: 4px;  
	font-size: 12px;  
	font-weight: 700;  
	letter-spacing: -0.02em;  
	color: var(--c-main);
}
.rc-step__desc {  
	font-size: 15px;  
	color: var(--c-text-mid);  
	line-height: 1.8;
}
.rc-step__badge {  
	margin-top: 14px;  
	padding: 8px 12px; 
	border-radius: var(--radius-sm);  
	background: var(--c-yellow);  
	font-size: 12px;  
	font-weight: 700;  
	line-height: 1.6;  
	letter-spacing: -0.02em;  
	color: var(--c-text);
}

/* 5ステップ：上段3・下段2の中央寄せレイアウト */
.rc-steps--5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.rc-steps--5 .rc-step {
  grid-column: auto;
}

.rc-step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--c-main);
  border-right: 2px solid var(--c-main);
  transform: translateY(-50%) rotate(45deg);
}

.rc-steps--5 .rc-step:last-child::after {
  display: none;
}


/* ============================================================
   07. Price (料金体系)
   ============================================================ */

/* 見出しの左右に罫線を引くバリエーション */
.rc-ruled-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.rc-ruled-title::before,
.rc-ruled-title::after {
  content: "";
  width: clamp(24px, 5vw, 44px);
  height: 2px;
  background: var(--c-text);
  flex-shrink: 0;
}

.rc-price-lead {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  color: var(--c-text-mid);
  line-height: 1.9;
}

.rc-plans {
  display: grid;
  grid-template-columns: repeat(4, 255px);
  justify-content: center;
  gap: 18px;
}

.rc-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rc-plan__head {
  background: var(--tone);
  color: var(--tone-fg);
  border-radius: 10px 10px 0 0;
  padding: 14px 16px;
  text-align: center;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.rc-plan__body {
  flex: 1;
  background: var(--c-bg-white);
  border: 1px solid var(--tone);
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 24px 16px 26px;
  text-align: center;
}

.rc-plan__price {
  margin-bottom: 18px;
  font-family: var(--font-num);
  font-size: clamp(19px, 2.4vw, 25px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--c-text);
}

.rc-plan__price--ask {
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.9vw, 18px);
  font-weight: 700;
}

.rc-plan__from {
  font-size: 0.85em;
}

.rc-plan__tax {
  font-family: var(--font-sans);
  font-size: 0.6em;
  font-weight: 500;
  color: var(--c-text-mid);
  white-space: nowrap;
}

.rc-plan__unit {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 14px;
}

.rc-plan__unit-label {
  display: block;
  font-size: 12px;
  color: var(--c-text-mid);
  margin-bottom: 4px;
}

.rc-plan__unit-main {
  display: block;
  font-size: clamp(15px, 1.9vw, 18px);
  font-weight: 700;
}

.rc-plan__features {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rc-plan__features li {
  background: var(--c-bg-gray);
  border-radius: 4px;
  padding: 8px 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: var(--c-text);
  text-align: center;
}

.rc-plan__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 14px;
  border-radius: 100px;
  background: var(--tone);
  color: var(--tone-fg);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.02em;
  transition: filter var(--transition), transform var(--transition), box-shadow var(--transition);
}

.rc-plan__cta:hover {
  color: var(--tone-fg);
  filter: brightness(0.92);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* おすすめプランの強調 */
.rc-plan--featured .rc-plan__body {
  border-width: 2px;
  box-shadow: 0 12px 30px rgba(0, 123, 199, 0.16);
}

.rc-plan__ribbon {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  background: #002ac5;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 8px 22px;
  border-radius: 100px;
  white-space: nowrap;
  box-shadow: none;
}
.rc-plan__ribbon-free {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  background: #002ac5;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 8px 22px;
  border-radius: 100px;
  white-space: nowrap;
  box-shadow: none;
}

/* CTAの代わりに入る注記（追加クレジット） */
.rc-plan__notice {
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: var(--c-bg-beige);
  border: 1px solid var(--c-border);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: var(--c-text-mid);
  text-align: left;
}

/* ★確定値が入るまでのプレースホルダ表示。差し替え後は不要になります */
.rc-plan__tbd {
  display: inline-block;
  padding: 0 0.4em;
  border: 1px dashed #B9A0A0;
  border-radius: 4px;
  background: #FFF6F5;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #B4534B;
  vertical-align: 0.12em;
}

.rc-plan__tbd--lg {
  font-size: 0.62em;
  vertical-align: 0.18em;
}

.rc-plans__note {
  margin-top: 26px;
  text-align: center;
  font-size: 12px;
  line-height: 1.9;
  color: var(--c-text-mid);
}
.price-note{
  margin-top: 32px;
  padding: 24px;
  background:#fcfdff;
  border:1px solid #d7ebf7;
  border-radius:12px;
}

.price-note-title{
  margin-bottom:16px;
  font-size:14px;
  font-weight:700;
  color:#007bc7;
}

.price-note ul{
  margin:0;
  padding-left:0;
  list-style:none;
}

.price-note li{
  position:relative;
  margin-bottom:4px;
  padding-left:1.2em;
  line-height:1.5;
  font-size:12px;
  color:#333;
}

.price-note li::before{
  content:"・";
  position:absolute;
  left:0;
  top:0;
}

.price-note li:last-child{
  margin-bottom:0;
}

/* ============================================================
   08. Spec (製品概要)
   ============================================================ */
.rc-spec {
  max-width: 840px;
  margin-inline: auto;
  background: var(--c-bg-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}

.rc-spec__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--c-border);
}

.rc-spec__row:last-child {
  border-bottom: none;
}

.rc-spec__row:first-child {
  padding-top: 0;
}

.rc-spec__row dt {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text-mid);
}

.rc-spec__row dd {
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-text);
}

.rc-spec__link {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-main);
  white-space: nowrap;
}

.rc-spec__link::after {
  content: " ▸";
}

.rc-spec__link:hover {
  text-decoration: underline;
}

.rc-spec__note {
  max-width: 840px;
  margin: 14px auto 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.9;
  color: var(--c-text-mid);
}

/* 推奨環境: 注記・最終ボーダー削除後の余白を局所調整 */
.recofit-lp #spec .reveal-item:nth-child(2) {
  padding: 40px 40px 24px;
}

.recofit-lp #spec .reveal-item:nth-child(2) .rc-spec__row:last-child {
  padding-bottom: 0;
}

.recofit-lp #spec .reveal-item:nth-child(2) .rc-spec__row dt {
  font-size: 15px;
}

.recofit-lp #spec .reveal-item:nth-child(2) .rc-spec__row dd {
  font-size: 16px;
  line-height: 1.85;
}

.recofit-lp #spec .rc-spec__note {
  font-size: 13px;
  margin-top: 8px;
}

/* ============================================================
   09. Partner (共創パートナー)
   ============================================================ */
.rc-partner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.rc-partner__card {
  background: var(--c-bg-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  transition: box-shadow var(--transition), transform var(--transition);
}

.rc-partner__card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.rc-partner__card--fca {
  background: rgba(0, 123, 199, 0.05);
  border-color: rgba(0, 123, 199, 0.2);
}

.rc-partner__role {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--c-navy);
  border-radius: 100px;
  padding: 4px 14px;
  margin-bottom: 16px;
}

.rc-partner__name {
  font-size: 20px;
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.5;
  margin-bottom: 12px;
}

.rc-partner__name-link {
  color: inherit;
  text-decoration: none;
}

.rc-partner__name-link:hover,
.rc-partner__name-link:focus {
  color: var(--c-main);
  text-decoration: underline;
}

.rc-partner__desc {
  font-size: 15px;
  color: var(--c-text-mid);
  line-height: 1.9;
}

.rc-partner__meta {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
  font-size: 13px;
  line-height: 1.9;
  color: var(--c-text-mid);
}

.rc-partner__link {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-main);
}

.rc-partner__link:hover {
  text-decoration: underline;
}

/* ============================================================
   10. FAQ
   ============================================================ */
.faq-list {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid var(--c-border);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item__q {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 28px;
  cursor: pointer;
  transition: background var(--transition);
  background: var(--c-bg-white);
  width: 100%;
}

.faq-item__q:hover {
  background: var(--c-bg-gray);
}

.faq-item.is-open .faq-item__q {
  background: rgba(0, 123, 199, 0.04);
}

.faq-item__q-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--c-main);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--font-num);
  margin-top: 2px;
}

.faq-item__q-text {
  flex: 1;
  font-size: 19px;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.6;
  text-align: left;
}

.faq-item__toggle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--c-text-mid);
  font-size: 12px;
  transition: transform var(--transition), background var(--transition);
  margin-top: 2px;
  margin-left: auto;
}

.faq-item.is-open .faq-item__toggle {
  transform: rotate(45deg);
  background: var(--c-main);
  border-color: var(--c-main);
  color: #fff;
}

.faq-item__a {
  display: none;
  padding: 30px 30px 30px 72px;
  font-size: 16px;
  color: var(--c-text-mid);
  line-height: 1.9;
  background: rgba(0, 123, 199, 0.03);
}

.faq-item__a .rc-faq-link {
  color: var(--c-main);
  text-decoration: none;
}

.faq-item__a .rc-faq-link:hover,
.faq-item__a .rc-faq-link:focus {
  text-decoration: underline;
}

.faq-item.is-open .faq-item__a {
  display: block;
}
.faq-btn {
display: flex;
  align-items: center;
  justify-content: center;
  max-width: 340px;
  width: 100%;
  margin-inline: auto;
  background: #0092d7;
  color: #ffffff;
  margin-top: 36px;
  padding: 16px 20px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.02em;
  transition: filter var(--transition), transform var(--transition), box-shadow var(--transition);
}

.faq-btn,
.faq-btn:visited,
.faq-btn:hover,
.faq-btn:focus,
.faq-btn:active {
  color: #ffffff;
  text-decoration: none;
}

.faq-btn:hover {
filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 123, 199, 0.3);
}

/* ============================================================
   11. CTA Section
   ============================================================ */
.cta-section {
  padding: 96px 24px;
  background: var(--c-bg-white);
}

.cta-section__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.cta-section__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 16px;
  line-height: 1.4;
}

.cta-section__lead {
  font-size: 16px;
  color: var(--c-text-mid);
  margin-bottom: 48px;
  line-height: 1.9;
}

.cta-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.cta-card {
  display: flex;
  flex-direction: column;
  background: var(--c-bg-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.cta-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(0, 123, 199, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.cta-card__icon i {
  font-size: 22px;
  color: var(--c-main);
}

.cta-card__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 8px;
}

.cta-card__desc {
  font-size: 15px;
  color: var(--c-text-mid);
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: left;
}

/* Note under CTA */
.cta-note {
  margin-top: 32px;
  font-size: 13px;
  color: var(--c-text-light);
  line-height: 1.7;
}

.cta-note a {
  color: var(--c-main);
  text-decoration: underline;
}

/* ============================================================
   Divider
   ============================================================ */
.section-divider {
  width: 48px;
  height: 3px;
  background: var(--c-yellow);
  border-radius: 2px;
  margin: 0 auto 20px;
}

.section-divider--left {
  margin-left: 0;
}

/* ============================================================
   Responsive
   ============================================================ */

/* Tablet (≤ 960px) */
@media (max-width: 960px) {
  .section {
    padding: 72px 20px;
  }

  .lp-nav {
    display: none;
  }

  .lp-main-content-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rc-fusion {
    grid-template-columns: 1fr;
  }

  .rc-step::after {
    display: none;
  }

  .rc-steps--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rc-steps--5 .rc-step,
  .rc-steps--5 .rc-step:nth-child(4) {
    grid-column: auto;
  }

  .rc-steps--5 .rc-step:nth-child(5) {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    margin-inline: auto;
  }

  .rc-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }

  .rc-partner {
    grid-template-columns: 1fr;
  }

  .cta-cards {
    grid-template-columns: 1fr;
  }

  .rc-spec {
    padding: 28px;
  }
}

/* Mobile (≤ 600px) */
@media (max-width: 600px) {
  .section {
    padding: 56px 16px;
  }

  .lp-main-catch {
    font-size: 28px;
  }

  .lp-main-content-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rc-mv .lp-main-content,
  .rc-mv .lp-main-lead {
    max-width: 100%;
    overflow-x: hidden;
  }

  .rc-mv .lp-mv-cta .lp-btn {
    width: 100%;
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-card {
    border-radius: var(--radius-lg);
    padding: 1.3rem 1.6rem;
  }

  .problem-card__text {
    width: 100%;
    font-size: 15px;
  }

  .rc-value {
    grid-template-columns: auto 1fr;
    gap: 14px 16px;
    padding: 22px;
  }

  .rc-value__icon {
    display: none;
  }

  .rc-steps--5 {
    grid-template-columns: 1fr;
  }

  .rc-steps--5 .rc-step:nth-child(5) {
    width: auto;
  }

  .rc-plans {
    grid-template-columns: 1fr;
  }

  .rc-bar--hl {
    padding: 16px;
    margin-inline: 0;
  }

  .rc-spec__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cta-cards {
    grid-template-columns: 1fr !important;
  }

  .lp-header-btns {
    display: flex;
    gap: 8px;
  }

  .lp-main-partner {
    position: static;
    margin: 16px auto 0;
    text-align: center;
  }

  .rc-mv .lp-main-partner.is-right {
    text-align: left;
  }

  .faq-item__q {
    padding: 18px 16px;
  }

  .faq-item__a {
    padding-left: 28px;
  }
  .rc-value-list {
    grid-template-columns: 1fr;
  }

  .rc-value__image img {
    height: auto;
  }
}	

/* ============================================================
   recofit-lp 専用スタイル調整
   ============================================================ */

.recofit-lp .lp-btn-contact {
  background-color: var(--c-main) !important;
  border-color: var(--c-main) !important;
  color: #fff !important;
}

.recofit-lp .lp-btn-contact:hover,
.recofit-lp .lp-btn-contact:focus {
  background-color: var(--c-main-hover) !important;
  border-color: var(--c-main-hover) !important;
  color: #fff !important;
}

/* スクロールバー色 */
.recofit-lp .lp-scroll-progress-bar {
  background: linear-gradient(90deg, var(--c-main), var(--c-yellow));
}

/* 追随ヘッダーボーダー */
.recofit-lp #follow-header {
  border-bottom: 1px solid rgba(0, 123, 199, 0.15);
}

/* FAQ セクション最大幅 */
.recofit-lp .faq-section {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* セクション divider ：1px × 20px に */
.recofit-lp .section-divider {
  width: 1px !important;
  height: 20px !important;
  background: var(--c-main) !important;
  margin: 12px auto 16px !important;
}

/* 共通部分リセット */
.recofit-lp .section-header--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.recofit-lp .section-header--center .section-divider,
.recofit-lp .section-header--center .section-title,
.recofit-lp .section-header--center .section-lead {
  width: 100%;
}

.recofit-lp .section-label {
  display: inline-block;
  background: transparent !important;
  border: 1px solid var(--c-main) !important;
  border-radius: 100px !important;
  padding: 4px 16px !important;
  color: var(--c-main) !important;
}

/* 濃色背景のセクションはラベル・ディバイダーを白に固定
   （上の .recofit-lp .section-label / .section-divider より詳細度を高く） */
.recofit-lp #problems .section-label,
.recofit-lp .section--navy .section-label,
.recofit-lp .section--dark .section-label {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
}

.recofit-lp #problems .section-divider,
.recofit-lp .section--navy .section-divider,
.recofit-lp .section--dark .section-divider {
  background: #ffffff !important;
}
/* ============================================================
   Responsive
   ============================================================ */

/* Tablet (≤ 960px) */
@media (max-width: 960px) {
  .section {
    padding: 72px 20px;
  }

  .lp-nav {
    display: none;
  }

  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .merit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .result-numbers {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-cards {
    grid-template-columns: 1fr;
  }

  .solution-step {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .solution-visual {
    max-width: 100%;
    min-height: 260px;
  }

  .solution-step--reverse {
    direction: ltr;
  }

  .solution-step--reverse > :first-child {
    order: 1;
  }

  .solution-step--reverse > :last-child {
    order: 2;
  }

  .flow-container {
    display: none;
  }

  .flow-mobile {
    display: flex;
  }
}

/* Mobile (≤ 600px) */
@media (max-width: 600px) {
  .section {
    padding: 56px 16px;
  }

  .lp-main-catch {
    font-size: 28px;
  }

  .lp-main-content-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .onely-mv .lp-main-visual .onely-mv-img {
    width: min(100%, 92vw);
    max-width: 420px;
  }

  .onely-mv .lp-main-content {
    max-width: 100%;
    overflow-x: hidden;
  }

  .onely-mv .lp-main-lead {
    max-width: 100%;
    overflow-x: hidden;
  }

  .onely-mv .lp-main-content .pdlogo img {
    max-width: calc(100vw - 32px);
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .merit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .result-numbers {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-cards {
    grid-template-columns: 1fr !important;
  }

  .lp-header-btns {
    display: flex;
    gap: 8px;
  }

  .lp-main-partner {
    position: static;
    margin: 16px auto 0;
    text-align: center;
  }

  .flow-mobile-step__label {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 6px;
  }

  .flow-mobile-step__sub {
    font-size: 16px;
    line-height: 1.7;
  }

  .flow-mobile-step__owner--partner {
    font-size: 14px;
    padding: 3px 10px;
  }

  .faq-item__a {
    padding-left: 28px;
  }
  .rc-fusion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .rc-fusion__texts {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ============================================================
   ReCoFit visual tuning — KASIKA direction
   ============================================================ */
body.product-lp.recofit-lp,
.product-detail.recofit-lp {
  font-family: 'Zen Kaku Gothic New', 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

.recofit-lp .lp-sub-header {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 0;
  backdrop-filter: blur(8px);
}

.recofit-lp #follow-header {
  border-bottom: 0 !important;
}

.recofit-lp .lp-sub-header-inner {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 0;
  gap: 1em;
}

.recofit-lp .lp-logo {
  min-width: 171px;
}

.recofit-lp .lp-logo img {
  width: 171px !important;
  height: auto !important;
}

.recofit-lp .lp-right {
  gap: 1.5em;
  font-size: clamp(0.813rem, 0.632rem + 0.38vw, 0.938rem);
}

.recofit-lp .lp-nav {
  gap: 0.5em;
}

.recofit-lp .lp-nav a {
  padding-inline: 0.75em;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0;
}

.recofit-lp .lp-nav a::after {
  content: none;
}

.recofit-lp .lp-header-btns .lp-btn {
  height: 40px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: var(--font-14);
  font-weight: 700;
}

.recofit-lp .lp-header-btns .lp-btn-request,
.recofit-lp .lp-header-btns .lp-btn-request:hover,
.recofit-lp .lp-header-btns .lp-btn-request:focus {
  color: #000 !important;
}

.rc-mv {
  padding-top: 5.3rem;
  padding-bottom: 0;
  background: #f7f8fa;
}

.rc-mv::after {
  top: -14%;
  right: -10%;
  width: 58%;
  height: 128%;
  background: radial-gradient(ellipse, rgba(94, 173, 219, 0.24) 0%, rgba(0, 123, 199, 0.08) 46%, transparent 72%);
}

.rc-mv-grid-bg {
  background-image: radial-gradient(circle, rgba(18, 35, 47, 0.06) 1.5px, transparent 1.5px);
  background-size: 36px 36px;
  -webkit-mask-image: none;
  mask-image: none;
}

.rc-mv .lp-breadcrumb-wrap {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 8px 20px 0 0;
}

.rc-mv .lp-breadcrumb-in-mv .breadcrumb,
.rc-mv .breadcrumb {
  font-size: var(--font-13);
  line-height: 1.4;
}

.rc-mv .lp-main-inner {
  width: 90%;
  max-width: var(--main-max-width, 1440px);
  padding: 24px 0 0;
}

.rc-mv .lp-main-content-wrapper {
  grid-template-columns: var(--main-content-width, 50%) var(--main-image-width, 1fr);
  gap: clamp(42px, 5vw, 72px);
  align-items: center;
}

.rc-mv .lp-main-content {
  max-width: 680px;
}

.rc-mv .lp-main-catch {
  margin: 0 0 2rem !important;
  font-size: clamp(1.75rem, 3.05vw, 2.72rem);
  line-height: 1.38;
  letter-spacing: 0;
  color: var(--c-navy);
  font-weight: 900;
}

.rc-main-logo-row {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 18px);
  margin: 0.15rem 0 3rem;
  width: min(100%, 640px);
  position: relative;
}

.recofit-lp .rc-main-logo {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  flex: 0 1 584px;
  width: auto;
}

.rc-mv .lp-main-content .pdlogo.rc-main-logo {
  border-top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.recofit-lp .rc-main-logo img {
  display: block;
  width: min(86%, 584px);
  max-width: 100%;
}

.rc-logo-bubble {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(124px, 10.4vw, 158px);
  height: clamp(124px, 10.4vw, 158px);
  padding: 1rem;
  border-radius: 50%;
  background: #00adec;
  color: #fff;
  font-size: clamp(0.82rem, 0.92vw, 0.98rem);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 24px rgba(0, 173, 236, 0.24);
  transform: rotate(-35deg);
  z-index: 4;
  pointer-events: none;
}

.rc-logo-bubble > span {
  display: block;
  transform: rotate(10deg);
}

.rc-logo-bubble strong {
  display: inline-block;
  font-size: 1.55em;
  line-height: 1;
}

.rc-logo-bubble::before {
  content: "";
  position: absolute;
  right: -11px;
  bottom: 24px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #00adec;
  transform: rotate(26deg);
}

.rc-visual-bubbles {
  position: absolute;
  left: clamp(-52px, -4vw, -28px);
  top: -18px;
  width: 230px;
  height: 105%;
  z-index: 4;
  pointer-events: none;
}

.rc-visual-bubbles .rc-logo-bubble {
  width: clamp(94px, 8.05vw, 122px);
  height: clamp(94px, 8.05vw, 122px);
  padding: 1.2rem;
  font-size: clamp(0.66rem, 0.74vw, 0.82rem);
  font-weight: 500;
  line-height: 1.06;
  background: #fff;
  color: #007bc7;
  box-shadow: 0 14px 28px rgba(0, 68, 132, 0.18);
  transform: rotate(15deg);
}

.rc-visual-bubbles .rc-logo-bubble > span {
  transform: rotate(-33deg);
}

.rc-visual-bubbles .rc-logo-bubble strong {
  display: block;
  margin-bottom: 0.1em;
  font-family: var(--font-num);
  font-size: clamp(1.82rem, 2.18vw, 2.58rem);
  font-weight: 800;
  line-height: 0.84;
  letter-spacing: 0;
  white-space: nowrap;
}

.rc-visual-bubbles .rc-bubble-unit {
  display: inline-block;
  margin-left: 0.04em;
  font-size: 0.48em;
  line-height: 1;
  vertical-align: 0.16em;
}

.rc-visual-bubbles .rc-bubble-note {
  display: block;
  font-size: 0.94em;
  font-weight: 500;
  line-height: 1.12;
}

.rc-visual-bubbles .rc-bubble-note--main {
  font-size: 0.84em;
}

.rc-visual-bubbles .rc-bubble-note--sub {
  font-size: 0.74em;
  line-height: 1.08;
  margin-top: 0.26em;
}

.rc-visual-bubbles .rc-bubble-price-num {
  font-size: 0.9em;
}

.rc-visual-bubbles .rc-bubble-price-label {
  display: block;
  margin-bottom: 0.12em;
  font-size: 1.08em;
  font-weight: 600;
  line-height: 1;
}

.rc-visual-bubbles .rc-logo-bubble--price strong {
  font-size: clamp(1.24rem, 1.38vw, 1.68rem);
}

.rc-visual-bubbles .rc-logo-bubble::before {
  right: -2px;
  bottom: 23px;
  border-left-color: #fff;
  transform: rotate(22deg);
}

.rc-logo-bubble--contractor {
  top: -58px;
  right: -28px;
  width: clamp(122px, 10vw, 152px);
  height: clamp(122px, 10vw, 152px);
  font-size: clamp(1.04rem, 1.12vw, 1.22rem);
  line-height: 1.18;
  transform: rotate(0deg);
}

.rc-logo-bubble--contractor > span {
  transform: rotate(0deg);
}

.rc-logo-bubble--contractor::before {
  left: 16px;
  right: auto;
  bottom: -1px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #00adec;
  border-bottom: 0;
  transform: rotate(40deg);
}

.rc-logo-bubble--ai {
  top: 8%;
  left: -24px;
}

.rc-logo-bubble--speed {
  top: 35%;
  left: -24px;
}

.rc-logo-bubble--price {
  top: 62%;
  left: -24px;
}

.rc-mv .lp-main-lead {
  max-width: 720px;
  margin: 0;
  font-size: clamp(0.95rem, 0.92rem + 0.15vw, 1.05rem);
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: -0.02rem;
  color: #44515a;
}

.rc-mv .lp-main-visual {
  position: relative;
  justify-content: flex-end;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-end;
}

.rc-release-badge {
  position: absolute;
  top: -10px;
  right: -34px;
  z-index: 3;
  margin: 0;
  width: 140px;
  height: 140px;
  padding: 0;
  border-radius: 50%;
  background: var(--c-navy);
  color: #fff;
  box-shadow: 0 14px 28px rgba(18, 35, 47, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  transform: none;
}

.rc-release-badge__date {
  font-size: 1.04rem;
  line-height: 1.05;
  text-align: center;
}

.rc-release-badge__label {
  font-size: 0.92rem;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.rc-compare {
  width: min(100%, 720px);
  padding: clamp(14px, 2.1vw, 22px);
  border-radius: 30px;
  background: #252525;
  box-shadow: 0 20px 48px rgba(18, 35, 47, 0.22);
}

.rc-compare__frame {
  aspect-ratio: 16 / 10;
  border-radius: 12px;
}

.rc-mv .cta-copy {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #007bc7;
}

.rc-glass-filter {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.rc-mv-cta-panel {
  margin-top: 4rem;
  margin-bottom: 0;
  padding: 36px 20px 18px;
  background:
    radial-gradient(120% 165% at 5% 18%, rgba(0, 123, 199, 0.72) 0%, rgba(0, 123, 199, 0) 35%),
    radial-gradient(85% 140% at 18% 112%, rgba(84, 210, 246, 0.84) 0%, rgba(84, 210, 246, 0) 42%),
    radial-gradient(95% 150% at 43% -24%, rgba(0, 173, 236, 0.82) 0%, rgba(0, 173, 236, 0) 44%),
    radial-gradient(100% 170% at 66% 112%, rgba(0, 123, 199, 0.78) 0%, rgba(0, 123, 199, 0) 46%),
    radial-gradient(92% 145% at 92% 20%, rgba(33, 196, 239, 0.82) 0%, rgba(33, 196, 239, 0) 42%),
    linear-gradient(118deg, #009CDC 0%, #00adec 18%, #007bc7 37%, #21c4ef 56%, #009CDC 73%, #007bc7 100%);
  text-align: center;
}

.rc-mv-cta-panel .cta-copy {
  color: #fff;
}

.rc-mv .free-mv-cta {
  margin-top: 0;
}

.rc-mv .free-mv-cta a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: auto;
  min-width: 340px;
  max-width: 440px;
  height: 4.6rem;
  padding: 0 56px;
  border-radius: 9999px;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(190%) contrast(112%);
  -webkit-backdrop-filter: blur(18px) saturate(190%) contrast(112%);
  background: linear-gradient(135deg, #041F5D 0%, #062A76 48%, #052468 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 14px 28px rgba(6, 39, 122, 0.40);
  transform: translateY(0);
  will-change: transform;
  transition:
    transform 0.42s cubic-bezier(0.18, 0.72, 0.22, 1),
    border-color 0.34s ease,
    box-shadow 0.42s ease,
    background-color 0.34s ease;
}

.rc-mv .free-mv-cta a::before,
.rc-mv .free-mv-cta a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.rc-mv .free-mv-cta a::before {
  z-index: -1;
  background: none;
  box-shadow: none;
}

.rc-mv .free-mv-cta a::after {
  z-index: -2;
  backdrop-filter: blur(20px) saturate(210%);
  -webkit-backdrop-filter: blur(20px) saturate(210%);
  filter: url(#glass-distortion);
  -webkit-filter: url(#glass-distortion);
}

.rc-mv .free-mv-cta a:hover,
.rc-mv .free-mv-cta a:focus {
  background: linear-gradient(135deg, #041F5D 0%, #062A76 48%, #052468 100%) !important;
  border-color: rgba(255, 255, 255, 0.68) !important;
  transform: translateY(-5px);
  box-shadow:
    inset 0 0 10px -6px rgba(255, 255, 255, 0.36),
    0 0 14px -10px rgba(255, 255, 255, 0.24),
    0 18px 32px rgba(5, 32, 102, 0.42);
}

.rc-mv .free-mv-cta a:hover::before,
.rc-mv .free-mv-cta a:focus::before {
  background: none;
  box-shadow: none;
}

.rc-mv-cta-panel .lp-main-partner {
  position: static;
  z-index: auto;
  width: 100%;
  max-width: none;
  margin-top: 14px !important;
  margin-bottom: 0;
  margin-inline: 0;
  padding: 0;
  background: transparent;
  font-size: var(--font-14);
  text-align: right;
  color: #fff !important;
}

@media (max-width: 1180px) {
  .recofit-lp .lp-nav {
    display: none;
  }

  .rc-mv .lp-main-content-wrapper {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    gap: 32px;
  }
}

@media (min-width: 601px) and (max-width: 1180px) {
  .rc-logo-bubble--contractor {
    top: -42px;
    right: -10px;
    width: clamp(96px, 8.6vw, 122px);
    height: clamp(96px, 8.6vw, 122px);
    font-size: clamp(0.84rem, 0.75rem + 0.22vw, 0.98rem);
  }

  .rc-logo-bubble--contractor::before {
    left: 12px;
    border-top-width: 16px;
  }

  .rc-visual-bubbles {
    left: clamp(-24px, -1.9vw, -10px);
    top: 12px;
    width: 196px;
  }

  .rc-visual-bubbles .rc-logo-bubble {
    width: clamp(84px, 7.3vw, 106px);
    height: clamp(84px, 7.3vw, 106px);
    padding: 0.85rem;
  }

  .rc-logo-bubble--ai {
    top: 12%;
    left: -12px;
  }

  .rc-logo-bubble--speed {
    top: 40%;
    left: -12px;
  }

  .rc-logo-bubble--price {
    top: 68%;
    left: -12px;
  }
}

@media (min-width: 601px) and (max-width: 1180px) and (orientation: portrait) {
  .rc-logo-bubble--contractor {
    top: -82px;
    font-size: 0.78rem;
  }

  .rc-visual-bubbles {
    top: -28px;
  }

  .rc-visual-bubbles .rc-logo-bubble {
    font-size: 0.62rem;
  }

  .rc-logo-bubble--ai {
    top: 10%;
  }

  .rc-logo-bubble--speed {
    top: 33%;
  }

  .rc-logo-bubble--price {
    top: 56%;
  }

  .rc-visual-bubbles .rc-logo-bubble strong {
    font-size: 1.24rem;
  }

  .rc-visual-bubbles .rc-logo-bubble--price strong {
    font-size: 0.92rem;
  }

  .rc-visual-bubbles .rc-bubble-note,
  .rc-visual-bubbles .rc-bubble-price-label {
    font-size: 0.9em;
  }
}

@media (min-width: 961px) and (max-height: 920px) {
  .rc-mv {
    padding-top: 4.55rem;
    padding-bottom: 28px;
  }

  .rc-mv .lp-main-inner {
    padding-top: 16px;
  }

  .rc-mv .lp-main-content-wrapper {
    gap: clamp(32px, 4vw, 56px);
  }

  .rc-mv .lp-main-catch {
    margin: 0.45rem 0 0.8rem !important;
  }

  .rc-main-logo-row {
    margin: 0.12rem 0 0.95rem;
  }

  .rc-mv .lp-main-lead {
    line-height: 1.72;
  }

  .rc-mv .lp-main-visual {
    padding-top: 10px;
  }

  .rc-compare,
  .rc-mv .lp-main-visual {
    width: min(100%, 660px);
  }

  .rc-mv-cta-panel {
    margin-top: 18px;
    padding-block: 22px 24px;
  }

  .rc-mv .free-mv-cta a {
    height: 4.15rem;
  }

  .rc-mv-cta-panel .lp-main-partner {
    margin-top: 12px !important;
  }
}

@media (max-width: 960px) {
  .rc-mv {
    padding-top: 4.8rem;
  }

  .rc-mv .lp-main-content-wrapper {
    grid-template-columns: 1fr;
  }

  .rc-mv .lp-main-content {
    max-width: 680px;
    order: 1;
  }

  .rc-mv .lp-main-visual {
    order: 2;
    justify-content: center;
    padding-top: 8px;
  }

  .rc-mv .lp-main-lead {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .recofit-lp .lp-sub-header-inner {
    width: 100%;
    padding: 0;
  }

  .recofit-lp .lp-logo {
    min-width: 118px;
  }

  .recofit-lp .lp-logo img {
    width: 126px !important;
  }

  .recofit-lp .lp-header-btns {
    gap: 5px;
  }

  .recofit-lp .lp-header-btns .lp-btn {
    height: 34px;
    padding: 0 9px;
    font-size: 0.72rem;
  }

  .rc-mv .lp-breadcrumb-wrap {
    display: block;
    width: 100%;
    padding: 8px 12px 0;
  }

  .rc-mv .lp-breadcrumb-in-mv {
    display: block;
  }

  .rc-mv .breadcrumb {
    font-size: 0.68rem;
  }

  .rc-mv .lp-main-inner {
    width: 90%;
    padding: 20px 0 0;
  }

  .rc-mv .lp-main-catch {
    font-size: clamp(1.48rem, 6.8vw, 1.92rem);
    line-height: 1.45;
  }

  .recofit-lp .rc-main-logo img {
    width: min(90%, 500px);
    display: block;
    margin-inline: auto;
    margin-bottom: 24px;
  }

  .rc-main-logo-row {
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    margin-bottom: 2px;
  }

  .rc-visual-bubbles {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 12px;
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none;
  }

  .rc-compare {
    order: 1;
  }

  .rc-visual-bubbles .rc-logo-bubble {
    position: static;
    width: 100%;
    height: auto;
    min-height: 56px;
    padding: 8px 12px;
    border-radius: 14px;
    background: #fff;
    color: #007bc7;
    box-shadow: 0 4px 10px rgba(0, 68, 132, 0.08);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.08;
    text-align: left;
    transform: none;
  }

  .rc-visual-bubbles .rc-logo-bubble::before {
    content: none;
  }

  .rc-visual-bubbles .rc-logo-bubble > span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35em;
    flex-wrap: nowrap;
    white-space: nowrap;
    transform: none;
  }

  .rc-visual-bubbles .rc-logo-bubble strong {
    display: inline;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }

  .rc-visual-bubbles .rc-bubble-note {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }

  .rc-visual-bubbles .rc-logo-bubble--price strong {
    font-size: inherit;
  }

  .rc-visual-bubbles .rc-bubble-price-label {
    display: inline;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }

  .rc-visual-bubbles .rc-bubble-unit,
  .rc-visual-bubbles .rc-bubble-price-num,
  .rc-visual-bubbles .rc-bubble-note--main,
  .rc-visual-bubbles .rc-bubble-note--sub {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
  }

  .rc-visual-bubbles .rc-bubble-note--sub {
    display: inline;
  }

  .rc-logo-bubble--ai,
  .rc-logo-bubble--speed,
  .rc-logo-bubble--price {
    left: auto;
    top: auto;
  }

  .rc-logo-bubble--contractor {
    top: -84px;
    right: 6px;
    width: 96px;
    height: 96px;
    font-size: 0.76rem;
  }

  .rc-mv .lp-main-lead {
    font-size: 0.9rem;
    line-height: 1.78;
  }

  .rc-release-badge {
    top: -8px;
    right: -10px;
    width: 104px;
    height: 104px;
  }

  .rc-release-badge__date {
    font-size: 0.9rem;
  }

  .rc-release-badge__label {
    font-size: 0.58rem;
  }

  .rc-compare {
    width: 100%;
    border-radius: 22px;
    padding: 12px;
  }

  .rc-compare::before {
    left: 5px;
    width: 7px;
    height: 7px;
  }

  .rc-compare::after {
    right: 5px;
    width: 12px;
    height: 12px;
  }

  .rc-mv .free-mv-cta a {
    width: calc(100% - 32px);
    max-width: none;
    min-width: 0;
    height: 4rem;
    font-size: 1.08rem;
  }

  .rc-mv .lp-main-partner.is-right {
    text-align: center;
  }

  .rc-mv-cta-panel .lp-main-partner.is-right {
    text-align: center;
  }
}


