/* ===============================================
 * top-il-v2 専用スタイル
 * ============================================= */

/* ===============================================
 * FV見出し（mv2専用サイズ）
 * ============================================= */
.fv-label--mv2 {
  display: inline-block;
  border: 1.5px solid #122559;
  border-radius: 20px;
  padding: 2px 8px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #122559;
  margin: 8px 0 4px;
  background: #fff;
}

.fv-subnote--mv2 {
  white-space: nowrap;
  padding-bottom: 16px;
}

.fv-heading--m-v2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(14px, 8vw, 28px);
  line-height: 1.2;
  color: #122559;
  white-space: nowrap;
  font-weight: 500;

}

 .fv-heading-em--mv2 {
  color: #F67400;
}

.fv-copy--mv2 {
  max-width: none;
  width: 100%;
}

.fv-badges--mv2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
  padding-bottom: 40px;
  padding-right: 16px;
}

@media screen and (max-width: 340px) {
  .fv-badges--mv2 {
    padding-bottom: 40px;
  }
}

.fv-badge-icon--mv2 {
  width: 30vw;
  max-width: 120px;
}

/* ===============================================
 * FV CTA v2k専用スタイル
 * ============================================= */
.cta-block-v2k {
  margin: 10px 0;
  text-align: center;
}

.cta-lead-v2k {
  font-size: 16px;
  color: #ffffff;
  background: #122559;
  padding: 8px 20px;
  margin: 0 -20px 8px -20px;
  font-family: 'Noto Sans JP', sans-serif;
}

.cta-button-v2k {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(135deg, #06C755 0%, #00B900 100%);
  border-radius: 16px;
  padding: 20px 24px;
  color: white;
  text-decoration: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  max-width: 680px;
  margin: 0 auto;
}

.cta-button-v2k:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.cta-line-icon-v2k {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.cta-text-v2k {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  gap: 4px;
}

.cta-text-line1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
}

.cta-text-line2 {
  font-size: 24px;
  font-weight: 700;
  color: #FFEB3B;
  line-height: 1.2;
}

.cta-arrow-v2k {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .cta-button-v2k {
    padding: 16px 18px;
    gap: 12px;
  }

  .cta-line-icon-v2k {
    width: 56px;
    height: 56px;
  }

  .cta-text-line1 {
    font-size: 18px;
  }

  .cta-text-line2 {
    font-size: 24px;
  }

  .cta-arrow-v2k {
    width: 20px;
    height: 20px;
  }
}

/* ===============================================
 * FV背景グラデーション無効化
 * ============================================= */
.section-fv {
  background: none;
}

/* fv-contentの白いグラデーション無効化 */
.fv-content::after {
  display: none;
}

/* FV画像を下げる */
.section-fv .fv-image {
  margin-top: 40px;
}

/* CTA block全体を上に調整 */
.section-fv .cta-block-v2k {
  margin-top: -20px;
  position: relative;
  z-index: 10;
}

/* CTA矢印を下に調整 */
.cta-arrow-v2k {
  margin-top: 20px;
}

/* ===============================================
 * バナーセクション
 * ============================================= */
.section-banner {
  padding: 16px 0 0;
}

.banner-image {
  width: 100%;
  height: auto;
  display: block;
}

/* ===============================================
 * フローティングCTA（il-v2）
 * ============================================= */
.p-top--floating {
  padding-bottom: 96px;
}

.floating-cta-v3 {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  bottom: 44px;
  width: min(84vw, 360px);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.floating-cta-v3.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.floating-cta-v3-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #06C755;
  border-radius: 9999px;
  padding: 26px 16px 21px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 0 0 #3C7E57, 0 6px 16px rgba(0, 0, 0, 0.2);
}

.floating-cta-v3-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #069647;
  border: 1.5px solid #06C755;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  white-space: nowrap;
  line-height: 1.4;
}

.floating-cta-v3-arrow {
  display: inline-flex;
  align-items: center;
}

.floating-cta-v3-arrow-icon {
  width: 10px;
  height: auto;
  display: block;
}
