/* ============================================================
  fv-renewal.css
  FV新デザイン用スタイル
  既存CSSに影響しないよう .fv_new_ 接頭辞で統一
  既存サイトのフォント・カラーを流用
  ============================================================ */

/* Montserrat（2,700数字用）: 既存サイトに未導入のため追加 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');


/* ========================================
  セクション全体
======================================== */
.fv_new { width: 100%; overflow: hidden; }


/* ========================================
  ヒーローエリア
======================================== */
.fv_new_hero {
  position: relative; width: 100%; height: 52.78vw; overflow: hidden; max-height: 700px;
}
/*
  【ヘッダー重ね配置について】
  Figmaデザインではヘッダーがこのヒーロー背景に重なるレイアウトです。
  既存ヘッダーに以下を追加すると完全一致します：
    header { position: absolute; top: 29px; left: 0; width: 100%; z-index: 10; }
  ヘッダーを絶対配置に変更しない場合は .fv_new_hero の height を 635px に、
  .fv_new_content の top を 36px に変更してください。
*/


/* ========================================
  スライダー（4枚フェード）
======================================== */
.fv_new_slider { position: absolute; inset: 0; }

.fv_new_slide {
  position: absolute; left: 0; top: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1s ease-in-out;
}
.fv_new_slide.is_active { opacity: 1; }
.fv_new_slide img { width: 100%; height: 100%; object-fit: cover; display: block; }


/* ========================================
  コンテンツオーバーレイ
======================================== */
.fv_new_content {
  position: absolute; top: 60px; left: calc((100% - 1000px) / 2); width: 463px; z-index: 2;
  display: flex; flex-direction: column; gap: 36px;
}


/* ---- タイトル ---- */
.fv_new_title_block { display: flex; flex-direction: column; gap: 0; }

.fv_new_title_text { position: relative; height: 104px; width: 417px; }

.fv_new_title_img { position: absolute; left: 0; top: 0; width: 271px; height: 104px; max-width: none; }

.fv_new_title_suffix {
  position: absolute; left: 283px; top: 50px;
  font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 32px;
  color: #fff; line-height: 1.6; white-space: nowrap;
}

.fv_new_heading {
  font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 38px;
  color: #fff; line-height: 1.35; margin: 0;
}
.fv_new_heading_accent { color: #D1B28B; }


/* ---- 実績 + 権威性バッジ ---- */
.fv_new_meta { display: flex; gap: 8px; align-items: center; }


/* 2,700件統計ブロック */
.fv_new_stats { position: relative; width: 249px; height: 160px; flex-shrink: 0; overflow: hidden; }

.fv_new_stats_deco { position: absolute; max-width: none; }
.fv_new_stats_deco_l { top: 22.66px; left: 0; width: 57px; height: 137px; }
.fv_new_stats_deco_r { top: 22.66px; right: 0; width: 57px; height: 137px; }
.fv_new_stats_deco_t { top: 0; left: 68px; width: 111px; height: 25px; }

.fv_new_stats_label {
  position: absolute; top: 42px; left: 0; right: 0; margin: 0;
  font-family: "noto_sans_cjk_jpmedium", sans-serif; font-size: 16px;
  color: #fff; text-align: center; line-height: 1.6; white-space: nowrap;
}

.fv_new_stats_number {
  position: absolute; top: 60px; left: 0; right: 0; margin: 0;
  font-family: 'Montserrat', "noto_sans_cjk_jpbold", sans-serif; font-weight: 600;
  text-align: center; line-height: 1;
  background: linear-gradient(90deg, #fff 0%, #D1B28B 90%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.fv_new_stats_digit { font-size: 72px; }
.fv_new_stats_comma { font-size: 40px; }

.fv_new_stats_unit {
  position: absolute; bottom: 3px; left: 0; right: 0; margin: 0;
  font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 22px;
  color: #fff; text-align: center; line-height: 1.5; white-space: nowrap;
}


/* 権威性バッジ群 */
.fv_new_authority { display: flex; flex-direction: column; gap: 8px; align-items: center; flex-shrink: 0; }
.fv_new_authority img { display: block; height: 48px; flex-shrink: 0; }
.fv_new_authority img:nth-child(1) { width: 206px; }  /* fv_authority_01.svg */
.fv_new_authority img:nth-child(2) { width: 163px; }  /* fv_authority_03.svg */
.fv_new_authority img:nth-child(3) { width: 156px; }  /* fv_authority_04.svg */

/* ---- 資料ダウンロードボタン（style.css .base-btn + .btn-round-arrow 準拠） ---- */
.fv_new_dl_btn {
  display: flex; align-items: center; justify-content: center; position: relative;
  width: 360px; height: 72px; background-color: #fff;
  color: #1C9F91; border: 1px solid #1C9F91; border-radius: 40px;
  text-decoration: none; flex-shrink: 0;
  font-family: "noto_sans_cjk_jpbold", sans-serif;
  padding-right: 15px; line-height: 1.25; transition: .5s all;
}
.fv_new_dl_btn svg { position: absolute; right: 18px; transition: transform .3s linear; }
.fv_new_dl_btn svg g.arrow { transition: transform .3s linear; }
.fv_new_dl_btn:hover { background: linear-gradient(77deg, rgba(0,84,108,1) 0%, rgba(0,126,143,1) 28%, rgba(28,159,145,1) 90%); border-color: #fff; color: #fff; }
.fv_new_dl_btn:hover svg g.arrow { transform: translateX(5px); }
.fv_new_dl_btn:hover svg path { stroke: #fff; }

.fv_new_dl_btn_text {
  font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 18px;
  letter-spacing: 0.72px; padding-right: 15px; padding-top: 5px;
  background: linear-gradient(77deg, rgba(0,84,108,1) 0%, rgba(0,126,143,1) 28%, rgba(28,159,145,1) 90%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  transition: .5s all;
}
.fv_new_dl_btn:hover .fv_new_dl_btn_text { background: transparent; -webkit-text-fill-color: #fff; color: #fff; }


/* ========================================
  FV下 4カードメニュー
======================================== */
.fv_new_menu { position: relative; margin-top: -48px; padding-bottom: 64px; z-index: 3; }

.fv_new_menu_inner { display: flex; gap: 24px; justify-content: center; width: 1000px; margin: 0 auto; }

.fv_new_menu_card {
  position: relative; display: flex; flex-direction: column; align-items: center;
  padding: 16px 0; width: 232px; flex-shrink: 0; box-sizing: border-box;
  border: 1px solid #007E8F; border-radius: 16px;
  background: linear-gradient(120.46deg, #fff 51%, #f2f4f8 100%);
  text-decoration: none; color: inherit; cursor: pointer;
  transition: background 0.2s ease;
}
.fv_new_menu_card:hover { background: #D6F0ED; }
.fv_new_menu_tag {
  position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
  background: #D1B28B; color: #fff; border-radius: 32px;
  font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 15px;
  line-height: 1.6; padding: 4px 24px; white-space: nowrap;
}

.fv_new_menu_icon { width: 200px; height: 200px; object-fit: cover; display: block; margin: 0 auto; }

.fv_new_menu_body { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 8px; }

.fv_new_menu_text {
  font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 22px;
  color: #00546C; text-align: center; line-height: 1.5; margin: 0;
}

.fv_new_menu_btn { display: block; width: 64px; height: 40px; flex-shrink: 0; }
.fv_new_menu_btn img { width: 100%; height: 100%; object-fit: contain; display: block; }


/* ========================================
  ▼▼▼ 以下、2026-06-18 追記分 ▼▼▼
  「医療における1分とは」セクション (Figma: 2675:6807)
  「その1分から4つのプラスを生む」セクション (Figma: 2664:1900)
  ※ フォント・カラーは既存サイトCSSの定義を流用
    noto_sans_cjk_jpbold / noto_sans_cjk_jpmedium / Montserrat
    #00546C / #1C9F91 / #007E8F / #D1B28B / #1C1C1C / #F2F4F8
======================================== */


/* ========================================
  「医療における1分とは」セクション
======================================== */
.fv_new_1min { background: #F2F4F8; padding: 88px 0 120px; overflow: hidden; }
.fv_new_1min_inner { width: 1000px; margin: 0 auto; position: relative; }
.fv_new_1min_bg_text { position: absolute; top: -175px; left: 0; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 152px; color: #fff; line-height: 1.6; white-space: nowrap; pointer-events: none; z-index: 0; margin: 0; }
.fv_new_1min_card { position: relative; z-index: 1; background: #fff; border-radius: 16px; padding: 64px 120px; margin-top: 106px; display: flex; flex-direction: column; gap: 40px; align-items: center; }
.fv_new_1min_title { font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 34px; color: #00546C; letter-spacing: 0.08em; line-height: 1.5; text-align: center; margin: 0; }
.fv_new_1min_accent { font-size: 44px; color: #D1B28B; }
.fv_new_1min_body { display: flex; align-items: center; gap: 32px; width: 100%; }
.fv_new_1min_texts { flex: 1; display: flex; flex-direction: column; gap: 32px; font-family: "noto_sans_cjk_jpmedium", sans-serif; font-size: 16px; color: #1C1C1C; line-height: 1.6; }
.fv_new_1min_texts p { margin: 0; }
.fv_new_1min_img { width: 368px; height: 368px; object-fit: cover; flex-shrink: 0; display: block; }
.fv_new_1min_tagline { font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 22px; color: #1C9F91; line-height: 1.5; text-align: center; margin: 0; }


/* ========================================
  「その1分から4つのプラスを生む」セクション
======================================== */
.fv_new_point { background: #fff; padding: 80px 0 120px; }
.fv_new_point_inner { width: 1000px; margin: 0 auto; }

/* ---- タイトルエリア ---- */
.fv_new_point_header { text-align: center; margin-bottom: 64px; }
.fv_new_point_logo_line { display: flex; align-items: end; justify-content: center; gap: 8px; font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 18px; color: #00546C; margin: 0 0 16px; }
.fv_new_point_logo { height: 40px; width: auto; display: block; }
.fv_new_point_title { font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 34px; color: #00546C; letter-spacing: 0.08em; line-height: 1.5; margin: 0 0 20px; }
.fv_new_point_num_accent { font-size: 44px; }
.fv_new_point_subtitle { font-family: "noto_sans_cjk_jpmedium", sans-serif; font-size: 15px; color: #1C1C1C; line-height: 1.6; margin: 0; }

/* ---- 各アイテム共通 ---- */
.fv_new_point_item { display: flex; align-items: center; gap: 80px; padding: 60px 0; border-top: 1px solid #E5E7EB; }
.fv_new_point_item_even { flex-direction: row; }
.fv_new_point_text { flex: 0 0 400px; display: flex; flex-direction: column; gap: 20px; }
.fv_new_point_index { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 96px; line-height: 1; background: linear-gradient(77deg, #00546c 0%, #007e8f 28.5%, #1c9f91 90%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; margin: 0; }
.fv_new_point_sub { font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 28px; color: #00546C; line-height: 1.35; margin: 0; }
.fv_new_point_heading { font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 44px; color: #00546C; letter-spacing: 0.05em; line-height: 1.35; margin: 0; }
.fv_new_point_desc { font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 18px; color: #00546C; line-height: 1.6; margin: 0; }
.fv_new_point_btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #007E8F; color: #fff; font-family: "noto_sans_cjk_jpbold", sans-serif; font-size: 16px; border-radius: 36px; width: 235px; height: 56px; text-decoration: none; flex-shrink: 0; transition: opacity 0.2s; }
.fv_new_point_btn:hover { opacity: 0.85; }

/* ---- 画像エリア ---- */
.fv_new_point_visual { flex: 0 0 520px; position: relative; height: 520px; }
.fv_new_point_ellipse { position: absolute; width: 480px; height: 480px; border-radius: 50%; /*background: linear-gradient(135deg, rgba(0,126,143,0.10) 0%, rgba(28,159,145,0.18) 100%);*/ top: 20px; left: 20px; }
.fv_new_point_img { position: absolute; top: 0; left: 0; width: 520px; height: 520px; object-fit: contain; z-index: 1; display: block; }


/* ========================================
  レスポンシブ（design-guidelines.md 準拠）
  ブレイクポイント: max-width 767px / 1023px
======================================== */

/* ---- タブレット以下 (max-width: 1023px) ---- */
@media (max-width: 1023px) {
  /* FV ヒーロー・スライダー */
  .fv_new_hero { height: 56.7vw; }
  .fv_new_slide { top: 0; height: 100%; }
  .fv_new_content { left: 24px; top: 80px; width: calc(100% - 48px); }
  .fv_new_heading { font-size: 30px; }
  .fv_new_dl_btn { width: 100%; max-width: 340px; }
  /* FV メニューカード（2×2グリッド） */
  .fv_new_menu_inner { width: 100%; padding: 0 16px; box-sizing: border-box; flex-wrap: wrap; gap: 12px; }
  .fv_new_menu_card { width: calc(50% - 6px); }
  /* 1min */
  .fv_new_1min_inner { width: 100%; padding: 0 16px; box-sizing: border-box; }
  .fv_new_1min_bg_text { font-size: 88px; }
  .fv_new_1min_card { margin-top: 60px; padding: 44px 32px; }
  .fv_new_point_inner { width: 100%; padding: 0 16px; box-sizing: border-box; }
  .fv_new_point_item { flex-direction: column; gap: 24px; }
  .fv_new_point_item_even { flex-direction: column-reverse; }
  .fv_new_point_text { flex: none; width: 100%; }
  .fv_new_point_visual { flex: none; width: 100%; max-width: 480px; height: 480px; margin: 0 auto; }
  .fv_new_point_ellipse { width: 432px; height: 432px; top: 24px; left: 24px; }
  .fv_new_point_img { width: 100%; height: 100%; }
}

/* ---- スマートフォン (max-width: 767px) ---- */
@media (max-width: 767px) {
   /* 既存TOPの .min_section { padding: 0 20px } に相当する左右余白 */
  section.container { padding-left: 20px; padding-right: 20px; } 
   /* FV ヒーロー・スライダー */
  .fv_new_hero { height: 138.67vw; }
  .fv_new_slide { top: 0; height: 100%; }
  .fv_new_slide img { object-position: 70% center; filter: brightness(0.5); }
  .fv_new_content { left: 8px; top: 20px; width: calc(100% - 16px); gap: 16px; }

  .fv_new_title_text { width: 100%; height: 86px; }
  .fv_new_title_img { width: 225px; height: 86px; }
  .fv_new_title_suffix { left: 238px; top: 41px; font-size: 26px; }
  .fv_new_heading { font-size: 27px; }

  .fv_new_authority { gap: 4px; margin-left: -62px; }
  .fv_new_authority img { height: 36px; }
  .fv_new_authority img:nth-child(1) { width: 155px; }
  .fv_new_authority img:nth-child(2) { width: 122px; }
  .fv_new_authority img:nth-child(3) { width: 117px; }
  .fv_new_stats { transform: scale(0.75); transform-origin: left center; }
  .fv_new_dl_btn { width: 300px; height: 56px; align-self: center; }
  .fv_new_dl_btn_text { font-size: 15px; }
  /* FV メニューカード（2×2グリッド） */
  .fv_new_menu_inner { padding: 0 8px; gap: 8px; }
  .fv_new_menu_card { width: calc(50% - 4px); }
  .fv_new_menu_icon { width: 120px; height: 120px; }
  .fv_new_menu_text { font-size: 15px; }
  /* 1min */
  .fv_new_1min { padding: 48px 0 56px; }
  .fv_new_1min_inner { padding: 0 8px; }
  .fv_new_1min_bg_text { font-size: 56px; }
  .fv_new_1min_card { margin-top: 32px; padding: 28px 16px; gap: 24px; }
  .fv_new_1min_title { font-size: 20px; }
  .fv_new_1min_accent { font-size: 26px; }
  .fv_new_1min_body { flex-direction: column-reverse; align-items: center; }
  .fv_new_1min_img { width: 100%; max-width: 240px; height: 240px; }
  .fv_new_1min_tagline { font-size: 14px; }
  .fv_new_point { padding: 40px 0 60px; }
  .fv_new_point_inner { padding: 0 8px; }
  .fv_new_point_header { margin-bottom: 28px; }
  .fv_new_point_logo { height: 28px; }
  .fv_new_point_logo_line { font-size: 14px; }
  .fv_new_point_title { font-size: 20px; }
  .fv_new_point_num_accent { font-size: 26px; }
  .fv_new_point_subtitle { font-size: 13px; }
  .fv_new_point_item { padding: 28px 0; }
  .fv_new_point_visual { max-width: 300px; height: 300px; }
  .fv_new_point_ellipse { width: 265px; height: 265px; top: 15px; left: 15px; }

  .fv_new_point_index { font-size: 72px; }
  .fv_new_point_text { padding-left: 15%; box-sizing: border-box; }
  .fv_new_point_desc { font-size: 14px; }
  .fv_new_point_btn { width: 235px; align-self: center; }
  .fv_new_point_sub { font-size: 22px; }
  .fv_new_point_heading { font-size: 32px; }
}