/* ==========================================================================
   ハチタスケ LP2 専用スタイルシート (プレミアム・安全カプセル化版)
   【デザインシステム】
   - メインカラー: #1a5276 (信頼のネイビー)
   - サブカラー: #27ae60 (安心のクリーングリーン)
   - アクセント: #e67e22 (温かみのあるオレンジ)
   - ライトバック: #f4fbf7 (目に優しい超淡緑)
   ========================================================================== */

:root {
  --primary: #1a5276;
  --secondary: #27ae60;
  --accent: #e67e22;
  --text-dark: #2c3e50;
  --text-light: #7f8c8d;
  --bg-light: #f8fafc;
  --white: #ffffff;
  --radius-lg: 20px;
  --radius-md: 12px;
  --radius-sm: 6px;
  --shadow-lg: 0 15px 35px rgba(26, 82, 118, 0.08);
  --shadow-md: 0 8px 20px rgba(0, 0, 0, 0.04);
  --shadow-sm: 0 3px 8px rgba(0, 0, 0, 0.02);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 1. 安全なリセット & ベース (WordPressの管理バー #wpadminbar 等を破壊しない安全なクラスネスト設計) */
.lp-hachi_lp2-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  color: var(--text-dark) !important;
  background-color: var(--white) !important; /* 完全に純白にし、Cocoonの背景色が漏れるのを防ぎます */
  background-image: none !important; /* Cocoonスキンで設定されている背景画像を強制遮断 */
  line-height: 1.75 !important;
  font-size: 20px !important;
  overflow-x: hidden;
}

/* WordPressのbody要素にCocoonの背景や壁紙が適用されて背後から漏れ出てくるのを完全に上書きブロックします */
body.page-template-page-lp-hachi_lp2 {
  background-color: var(--white) !important;
  background-image: none !important;
}

/* Cocoon側が出力する「fz-16px」等の文字縮小クラスを完全にねじ伏せ、スマホ・PC問わず基本の文字サイズを20pxに強制固定します */
.lp-hachi_lp2-wrapper,
.lp-hachi_lp2-wrapper div,
.lp-hachi_lp2-wrapper p,
.lp-hachi_lp2-wrapper li,
.lp-hachi_lp2-wrapper span,
.lp-hachi_lp2-wrapper a {
  font-size: 20px !important;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper,
  .lp-hachi_lp2-wrapper div,
  .lp-hachi_lp2-wrapper p,
  .lp-hachi_lp2-wrapper li,
  .lp-hachi_lp2-wrapper span,
  .lp-hachi_lp2-wrapper a {
    font-size: 20px !important;
  }
}

/* ワイルドカードを廃止し、LP要素のみに限定してリセットを適用（競合崩れ対策） */
.lp-hachi_lp2-wrapper div,
.lp-hachi_lp2-wrapper p,
.lp-hachi_lp2-wrapper h1,
.lp-hachi_lp2-wrapper h2,
.lp-hachi_lp2-wrapper h3,
.lp-hachi_lp2-wrapper h4,
.lp-hachi_lp2-wrapper ul,
.lp-hachi_lp2-wrapper li,
.lp-hachi_lp2-wrapper a,
.lp-hachi_lp2-wrapper img,
.lp-hachi_lp2-wrapper section,
.lp-hachi_lp2-wrapper header,
.lp-hachi_lp2-wrapper footer,
.lp-hachi_lp2-wrapper video,
.lp-hachi_lp2-wrapper button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.lp-hachi_lp2-wrapper ul, 
.lp-hachi_lp2-wrapper li {
  list-style: none !important;
}

.lp-hachi_lp2-wrapper a {
  text-decoration: none !important;
  color: inherit;
  transition: var(--transition);
}

.lp-hachi_lp2-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lp-hachi_lp2-wrapper .container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-hachi_lp2-wrapper .section-padding {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper .section-padding {
    padding: 45px 0;
  }
}

/* 共通コンポーネント: セクションタイトル */
.lp-hachi_lp2-wrapper .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.lp-hachi_lp2-wrapper .section-title .subtitle {
  display: inline-block;
  color: var(--secondary) !important;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  background-color: #e8f8f5;
  padding: 4px 12px;
  border-radius: 30px;
}

.lp-hachi_lp2-wrapper .section-title h2 {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: var(--primary) !important;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper .section-title h2 {
    font-size: 30px;
  }
}

/* 2. ヘッダー */
.lp-hachi_lp2-wrapper .lp-header {
  background-color: var(--white) !important;
  border-bottom: 1px solid #e2e8f0 !important;
  padding: 12px 0 !important;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-sm);
}

.lp-hachi_lp2-wrapper .lp-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lp-hachi_lp2-wrapper .lp-header__logo {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 900;
  color: var(--primary) !important;
}

.lp-hachi_lp2-wrapper .lp-header__logo-icon {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}

.lp-hachi_lp2-wrapper .lp-header__subtitle {
  font-size: 12px;
  color: var(--text-light);
  font-weight: 700;
  display: block;
}

.lp-hachi_lp2-wrapper .lp-header__area {
  display: flex;
  align-items: center;
  background-color: #e8f8f5;
  border: 1px solid #abebc6;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
}

.lp-hachi_lp2-wrapper .lp-header__area-title {
  font-weight: 900;
  font-size: 13px;
  color: var(--secondary) !important;
  border-right: 1px solid #abebc6;
  padding-right: 8px;
  margin-right: 8px;
}

.lp-hachi_lp2-wrapper .lp-header__area-detail {
  font-size: 13px;
  color: var(--text-dark);
}

@media (max-width: 820px) {
  .lp-hachi_lp2-wrapper .lp-header__area {
    display: none;
  }
}

/* ==========================================================================
   3. プレミアム・ファーストビュー (極上の映画的動画オーバーレイ)
   ========================================================================== */
.lp-hachi_lp2-wrapper .lp-fv {
  background-color: var(--white) !important;
  padding: 20px 0;
}

/* ヒーローメインコンテナ */
.lp-hachi_lp2-wrapper .lp-fv__hero-container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  height: 520px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  background-color: #0f1d15;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper .lp-fv__hero-container {
    height: auto;
    min-height: 520px;
    border-radius: var(--radius-md);
  }
}

/* 動画背景 */
.lp-hachi_lp2-wrapper .lp-fv__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* 深く上品なシネマティックオーバーレイ */
.lp-hachi_lp2-wrapper .lp-fv__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(20, 52, 70, 0.92) 0%, rgba(15, 60, 30, 0.85) 100%);
  z-index: 2;
}

/* ヒーローコンテンツ (動画の上に重ねるテキスト等) */
.lp-hachi_lp2-wrapper .lp-fv__hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white) !important;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper .lp-fv__hero-content {
    padding: 30px 18px;
    gap: 15px;
  }
}

/* 上部タグライン */
.lp-hachi_lp2-wrapper .lp-fv__hero-tag {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #abebc6 !important;
  background-color: rgba(39, 174, 96, 0.2);
  border: 1px solid rgba(39, 174, 96, 0.4);
  padding: 4px 12px;
  border-radius: 30px;
  align-self: flex-start;
}

@media (max-width: 500px) {
  .lp-hachi_lp2-wrapper .lp-fv__hero-tag {
    align-self: center;
  }
}

/* キャッチコピー */
.lp-hachi_lp2-wrapper .lp-fv__hero-text {
  margin: auto 0;
  text-align: left;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper .lp-fv__hero-text {
    text-align: center;
  }
}

.lp-hachi_lp2-wrapper .lp-fv__hero-subtitle {
  font-size: 26px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.lp-hachi_lp2-wrapper .lp-fv__hero-title {
  font-size: 54px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  color: var(--white) !important;
}

.lp-hachi_lp2-wrapper .lp-fv__hero-title span {
  color: #f1c40f !important; /* 優しいゴールド */
  text-shadow: 0 0 10px rgba(241, 196, 15, 0.2);
}

.lp-hachi_lp2-wrapper .lp-fv__hero-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85) !important;
  max-width: 550px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper .lp-fv__hero-subtitle { font-size: 20px; }
  .lp-hachi_lp2-wrapper .lp-fv__hero-title { font-size: 40px; }
  .lp-hachi_lp2-wrapper .lp-fv__hero-desc { font-size: 16px; margin: 0 auto; }
}

/* メディカル勲章 ＆ スタッフバッジの統合 (すりガラスモーフィズム) */
.lp-hachi_lp2-wrapper .lp-fv__hero-badge-box {
  position: absolute;
  top: 100px;
  right: 35px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 3;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper .lp-fv__hero-badge-box {
    display: none; /* スマホではメインコピーとボタンを優先するため非表示に */
  }
}

.lp-hachi_lp2-wrapper .lp-fv__glass-badge {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.lp-hachi_lp2-wrapper .lp-fv__glass-badge img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #27ae60;
}

.lp-hachi_lp2-wrapper .lp-fv__glass-badge-txt h4 {
  font-size: 12px;
  font-weight: 800;
  color: #abebc6 !important;
}

.lp-hachi_lp2-wrapper .lp-fv__glass-badge-txt p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9) !important;
}

.lp-hachi_lp2-wrapper .lp-fv__glass-badge--gold {
  background: linear-gradient(135deg, rgba(241, 196, 15, 0.15) 0%, rgba(212, 172, 13, 0.08) 100%);
  border: 1px solid rgba(241, 196, 15, 0.3);
}

.lp-hachi_lp2-wrapper .lp-fv__glass-badge--gold .gold-highlight {
  font-size: 18px;
  font-weight: 900;
  color: #f1c40f !important;
}

/* 下部 3大フックテキスト */
.lp-hachi_lp2-wrapper .lp-fv__hero-footer-badges {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper .lp-fv__hero-footer-badges {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.lp-hachi_lp2-wrapper .lp-fv__mini-badge {
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white) !important;
  font-size: 15px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
}

/* 高級感のあるダブルCTAボタン */
.lp-hachi_lp2-wrapper .lp-fv__hero-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper .lp-fv__hero-cta {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.lp-hachi_lp2-wrapper .lp-fv__hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 14px 20px;
  border-radius: var(--radius-md);
  font-weight: 900;
  color: var(--white) !important;
  transition: var(--transition);
}

.lp-hachi_lp2-wrapper .lp-fv__hero-btn--tel {
  background-color: var(--secondary) !important;
  box-shadow: 0 6px 20px rgba(39, 174, 96, 0.35);
}

.lp-hachi_lp2-wrapper .lp-fv__hero-btn--tel:hover {
  background-color: #219653 !important;
  transform: translateY(-2px);
}

.lp-hachi_lp2-wrapper .lp-fv__hero-btn--form {
  background-color: var(--accent) !important;
  box-shadow: 0 6px 20px rgba(230, 126, 34, 0.25);
}

.lp-hachi_lp2-wrapper .lp-fv__hero-btn--form:hover {
  background-color: #d35400 !important;
  transform: translateY(-2px);
}

.lp-hachi_lp2-wrapper .lp-fv__hero-btn-title {
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white) !important;
}

.lp-hachi_lp2-wrapper .lp-fv__hero-btn-title svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.lp-hachi_lp2-wrapper .lp-fv__hero-btn-desc {
  font-size: 10px;
  opacity: 0.85;
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.9) !important;
}

/* 後払い・カード決済の横並びバッジ */
.lp-hachi_lp2-wrapper .lp-brand {
  margin-top: 25px;
  background-color: var(--white) !important;
  border: 1px solid #abebc6 !important;
  padding: 12px;
  border-radius: var(--radius-md);
  text-align: center;
}

.lp-hachi_lp2-wrapper .lp-brand__title {
  font-size: 11px;
  font-weight: 800;
  color: var(--text-light);
  margin-bottom: 6px;
}

.lp-hachi_lp2-wrapper .lp-brand__icons {
  font-size: 11px;
  color: var(--text-dark);
  font-weight: 700;
}

/* ==========================================================================
   4. ポイント・強み (kadenrepair.netベース)
   ========================================================================== */
.lp-hachi_lp2-wrapper .lp-main2-point {
  display: grid;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 12px !important;
  margin-top: 30px !important;
}

@media (max-width: 900px) {
  .lp-hachi_lp2-wrapper .lp-main2-point {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 500px) {
  .lp-hachi_lp2-wrapper .lp-main2-point {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.lp-hachi_lp2-wrapper .lp-main2-point-card {
  background-color: var(--white) !important;
  border: 1px solid #abebc6 !important;
  border-radius: var(--radius-md) !important;
  padding: 16px 8px !important;
  text-align: center !important;
  box-shadow: var(--shadow-sm) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
}

.lp-hachi_lp2-wrapper .lp-main2-point-icon {
  width: 48px !important;
  height: 48px !important;
  background-color: #e8f8f5 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--secondary) !important;
}

.lp-hachi_lp2-wrapper .lp-main2-point-icon svg {
  width: 22px !important;
  height: 22px !important;
}

.lp-hachi_lp2-wrapper .lp-main2-point-card h3 {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: var(--primary) !important;
  line-height: 1.35 !important;
}

/* ==========================================================================
   5. 現場巡回ステータス (お知らせ)
   ========================================================================== */
.lp-hachi_lp2-wrapper .lp-news {
  background-color: var(--white) !important;
  padding: 35px 0 !important;
  border-top: 1px solid #abebc6 !important;
  border-bottom: 1px solid #abebc6 !important;
}

.lp-hachi_lp2-wrapper .lp-news__title {
  font-size: 18px !important;
  font-weight: 900 !important;
  color: var(--primary) !important;
  margin-bottom: 15px !important;
  border-left: 4px solid var(--secondary) !important;
  padding-left: 10px !important;
}

.lp-hachi_lp2-wrapper .lp-news__list {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.lp-hachi_lp2-wrapper .lp-news__item {
  display: flex !important;
  border-bottom: 1px dashed #e2e8f0 !important;
  padding-bottom: 8px !important;
  font-size: 13px !important;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper .lp-news__item {
    flex-direction: column !important;
    gap: 2px !important;
  }
}

.lp-hachi_lp2-wrapper .lp-news__date {
  font-weight: 800 !important;
  color: var(--secondary) !important;
  width: 90px !important;
  flex-shrink: 0 !important;
}

.lp-hachi_lp2-wrapper .lp-news__text {
  font-weight: 700 !important;
  color: var(--text-dark) !important;
}

/* ==========================================================================
   6. 対応の流れ
   ========================================================================== */
.lp-hachi_lp2-wrapper .lp-steps-flow {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper .lp-steps-flow {
    grid-template-columns: 1fr !important;
  }
}

.lp-hachi_lp2-wrapper .lp-steps-card {
  background-color: var(--white) !important;
  border: 1px solid #abebc6 !important;
  border-radius: var(--radius-md) !important;
  padding: 30px 15px 15px !important;
  position: relative !important;
  text-align: center !important;
  box-shadow: var(--shadow-sm) !important;
}

.lp-hachi_lp2-wrapper .lp-steps-no {
  position: absolute !important;
  top: -12px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background-color: var(--secondary) !important;
  color: var(--white) !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  padding: 2px 12px !important;
  border-radius: 20px !important;
}

.lp-hachi_lp2-wrapper .lp-steps-img {
  width: 100% !important;
  aspect-ratio: 16/10 !important;
  object-fit: cover !important;
  border-radius: var(--radius-sm) !important;
  margin-bottom: 12px !important;
  border: 1px solid #e2e8f0 !important;
}

.lp-hachi_lp2-wrapper .lp-steps-card h3 {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: var(--primary) !important;
  margin-bottom: 8px !important;
}

.lp-hachi_lp2-wrapper .lp-steps-card p {
  font-size: 20px !important;
  color: var(--text-dark) !important;
  line-height: 1.55 !important;
}

/* ==========================================================================
   7. 料金プラン
   ========================================================================== */
.lp-hachi_lp2-wrapper .lp-menu-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.lp-hachi_lp2-wrapper .lp-menu-card {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  background-color: var(--white) !important;
  border: 1px solid #abebc6 !important;
  border-radius: var(--radius-md) !important;
  overflow: hidden !important;
  box-shadow: var(--shadow-sm) !important;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper .lp-menu-card {
    grid-template-columns: 1fr !important;
  }
}

.lp-hachi_lp2-wrapper .lp-menu-img {
  width: 100% !important;
  height: 100% !important;
  min-height: 160px !important;
  object-fit: cover !important;
}

.lp-hachi_lp2-wrapper .lp-menu-txt {
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

.lp-hachi_lp2-wrapper .lp-menu-card h3 {
  font-size: 22px !important;
  font-weight: 900 !important;
  color: var(--primary) !important;
}

.lp-hachi_lp2-wrapper .lp-menu-card p {
  font-size: 20px !important;
  color: var(--text-dark) !important;
}

.lp-hachi_lp2-wrapper .lp-menu-price-box {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
}

.lp-hachi_lp2-wrapper .lp-menu-price-old {
  font-size: 14px !important;
  text-decoration: line-through !important;
  color: var(--text-light) !important;
  margin-right: 8px !important;
}

.lp-hachi_lp2-wrapper .lp-menu-price-val {
  font-size: 36px !important;
  font-weight: 900 !important;
  color: var(--secondary) !important;
}

/* ==========================================================================
   8. お役立ちコラム
   ========================================================================== */
.lp-hachi_lp2-wrapper .lp-blog-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

@media (max-width: 767px) {
  .lp-hachi_lp2-wrapper .lp-blog-list {
    grid-template-columns: 1fr !important;
  }
}

.lp-hachi_lp2-wrapper .lp-blog-card {
  background-color: var(--white) !important;
  border: 1px solid #abebc6 !important;
  border-radius: var(--radius-md) !important;
  overflow: hidden !important;
  box-shadow: var(--shadow-sm) !important;
  display: flex !important;
  flex-direction: column !important;
}

.lp-hachi_lp2-wrapper .lp-blog-thumb {
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  object-fit: cover !important;
}

.lp-hachi_lp2-wrapper .lp-blog-content {
  padding: 15px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-grow: 1 !important;
}

.lp-hachi_lp2-wrapper .lp-blog-date {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--secondary) !important;
}

.lp-hachi_lp2-wrapper .lp-blog-card h3 {
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  color: var(--primary) !important;
}

/* 詳細コラムトグル */
.lp-hachi_lp2-wrapper .lp-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

/* 詳細を開くボタン */
.lp-hachi_lp2-wrapper .lp-btn-form.toggle-btn {
  background-color: #f4fbf7 !important;
  border: 1px solid #abebc6 !important;
  color: var(--secondary) !important;
  font-weight: 800 !important;
  border-radius: var(--radius-sm) !important;
  cursor: pointer !important;
  margin-top: auto !important;
  transition: var(--transition) !important;
  padding: 8px 15px !important;
  text-align: center !important;
}

.lp-hachi_lp2-wrapper .lp-btn-form.toggle-btn:hover {
  background-color: var(--secondary) !important;
  color: var(--white) !important;
}

/* ==========================================================================
   9. よくある質問 (FAQ)
   ========================================================================== */
.lp-hachi_lp2-wrapper .lp-faq__list {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  max-width: 750px !important;
  margin: 0 auto !important;
}

.lp-hachi_lp2-wrapper .lp-faq__item {
  background-color: var(--white) !important;
  border: 1px solid #abebc6 !important;
  border-radius: var(--radius-sm) !important;
}

.lp-hachi_lp2-wrapper .lp-faq__question {
  padding: 14px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer !important;
  user-select: none !important;
}

.lp-hachi_lp2-wrapper .lp-faq__q-icon {
  background-color: var(--secondary) !important;
  color: var(--white) !important;
  font-weight: 900 !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 10px !important;
  flex-shrink: 0 !important;
}

.lp-hachi_lp2-wrapper .lp-faq__question-text {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: var(--primary) !important;
  flex-grow: 1 !important;
}

.lp-hachi_lp2-wrapper .lp-faq__arrow {
  width: 18px !important;
  height: 18px !important;
  transition: var(--transition) !important;
}

.lp-hachi_lp2-wrapper .lp-faq__item.active .lp-faq__arrow {
  transform: rotate(180deg) !important;
}

.lp-hachi_lp2-wrapper .lp-faq__answer-inner {
  padding: 15px 18px !important;
  border-top: 1px solid #e8f8f5 !important;
  display: flex !important;
}

.lp-hachi_lp2-wrapper .lp-faq__a-icon {
  background-color: var(--accent) !important;
  color: var(--white) !important;
  font-weight: 900 !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 10px !important;
  flex-shrink: 0 !important;
}

.lp-hachi_lp2-wrapper .lp-faq__answer-text {
  font-size: 17px !important;
  color: var(--text-dark) !important;
}

/* ==========================================================================
   10. フォーム ＆ フッター
   ========================================================================== */
.lp-hachi_lp2-wrapper .lp-contact {
  background-color: #e8f8f5 !important;
  border-top: 1px solid #abebc6 !important;
}

.lp-hachi_lp2-wrapper .lp-contact__box {
  background-color: var(--white) !important;
  border: 1px solid #abebc6 !important;
  border-radius: var(--radius-lg) !important;
  padding: 30px !important;
  max-width: 650px !important;
  margin: 0 auto !important;
  box-shadow: var(--shadow-lg) !important;
}

.lp-hachi_lp2-wrapper .lp-contact__desc {
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

.lp-hachi_lp2-wrapper .lp-footer {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  padding: 40px 0 90px !important;
  text-align: center !important;
}

.lp-hachi_lp2-wrapper .lp-footer__logo {
  font-size: 28px !important;
  font-weight: 900 !important;
  margin-bottom: 8px !important;
}

.lp-hachi_lp2-wrapper .lp-footer__tel {
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #f1c40f !important;
  display: inline-block !important;
  margin-bottom: 15px !important;
}

.lp-hachi_lp2-wrapper .lp-footer__nav {
  display: flex !important;
  justify-content: center !important;
  gap: 15px !important;
  margin-bottom: 15px !important;
}

.lp-hachi_lp2-wrapper .lp-footer__nav-link {
  font-size: 12px !important;
  color: #a3e4d7 !important;
}

.lp-hachi_lp2-wrapper .lp-footer__copyright {
  font-size: 10px !important;
  color: #85929e !important;
}

/* ==========================================================================
   11. 固定CTA (スマートフォン)
   ========================================================================== */
.lp-fixed-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--white) !important;
  box-shadow: 0 -5px 15px rgba(0,0,0,0.05) !important;
  padding: 8px !important;
  z-index: 99 !important;
}

@media (max-width: 767px) {
  .lp-fixed-cta {
    display: flex !important;
    gap: 8px !important;
  }
}

.lp-fixed-cta__btn {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
  border-radius: var(--radius-sm) !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  color: var(--white) !important;
}

.lp-fixed-cta__btn--tel {
  background-color: var(--secondary) !important;
}

.lp-fixed-cta__btn--tel svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
  margin-right: 6px !important;
}

.lp-fixed-cta__btn--form {
  background-color: var(--primary) !important;
}

.lp-fixed-cta__btn--form svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
  margin-right: 6px !important;
}
