@charset "UTF-8";
/* ========================================
  Variables
======================================== */
/* ========================================
  Base
======================================== */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #3e4652;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.8;
  background: #fff;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* ========================================
  Common
======================================== */
.section_inner,
.header_inner,
.footer_inner,
.fv_inner {
  width: min(100% - 80px, 1120px);
  margin: 0 auto;
}

section {
  padding: 96px 0;
}

.section_label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 12px;
  color: #b9934f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section_title {
  margin: 0 0 24px;
  color: #182436;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.section_text {
  max-width: 760px;
  margin: 0;
  color: #3e4652;
  font-size: 16px;
}

.btn_primary,
.btn_secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 16px 30px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  transition: 0.25s;
}

.btn_primary {
  color: #fff;
  background: #25364f;
  box-shadow: 0 14px 28px rgba(37, 54, 79, 0.22);
}
.btn_primary:hover {
  background: #b9934f;
}

.btn_secondary {
  color: #25364f;
  background: #fff;
  border: 2px solid #25364f;
}
.btn_secondary:hover {
  color: #fff;
  background: #25364f;
}

/* ========================================
  Deadline Ticker
======================================== */
.deadline_ticker {
  position: relative;
  z-index: 1100;
  overflow: hidden;
  color: #fff;
  background: #25364f;
}

.deadline_ticker_track {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: tickerMove 34s linear infinite;
          animation: tickerMove 34s linear infinite;
}
.deadline_ticker_track span {
  display: inline-flex;
  align-items: center;
  padding: 8px 28px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.deadline_ticker_track span::before {
  content: "●";
  margin-right: 12px;
  color: #e3c97a;
  font-size: 10px;
}

@-webkit-keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ========================================
  Header
======================================== */
.site_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(37, 54, 79, 0.12);
}

.header_inner {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site_logo {
  color: #182436;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.header_nav ul {
  display: flex;
  gap: 24px;
}
.header_nav a {
  color: #25364f;
  font-size: 14px;
  font-weight: 800;
}
.header_nav a:hover {
  color: #b9934f;
}

/* ========================================
  LP CTA Buttons
======================================== */
.lp_cta_buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.lp_cta_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 76px;
  padding: 22px 54px 18px 28px;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 999px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.08), 0 18px 34px rgba(0, 0, 0, 0.18);
}

.lp_cta_btn_dark {
  background: #222;
}

.lp_cta_btn_line {
  background: #1fae57;
}

.lp_cta_badge {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 210px;
  padding: 7px 16px;
  color: #222;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background: #f2c23a;
  border-radius: 999px;
}

.lp_cta_badge_dark {
  color: #fff;
  background: #222;
}

.lp_cta_text {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.lp_cta_arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

/* ========================================
  FV
======================================== */
.fv {
  padding: 88px 0 86px;
  background: radial-gradient(circle at top right, rgba(185, 147, 79, 0.24), transparent 34%), linear-gradient(135deg, #fff 0%, #f6f2ea 100%);
}

.fv_content {
  width: 100%;
}

.fv_area_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 48px;
  margin: 0 auto 28px;
  padding: 8px 28px;
  color: #25364f;
  font-size: 18px;
  font-weight: 900;
  background: rgba(185, 147, 79, 0.14);
  border: 1px solid rgba(185, 147, 79, 0.2);
  border-radius: 999px;
}

.fv_main {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 48px;
  align-items: center;
}

.fv_event {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  background: #25364f;
  border-radius: 999px;
}

.fv_title {
  margin: 0 0 24px;
  color: #182436;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.05em;
}
.fv_title span {
  display: inline-block;
  margin-top: 6px;
  color: #b9934f;
  font-size: 64px;
  line-height: 1.08;
}

.fv_lead {
  max-width: 680px;
  margin: 0 0 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}

.fv_badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 640px;
  margin: 0 0 34px;
}
.fv_badges li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 10px 16px;
  color: #25364f;
  font-size: 17px;
  font-weight: 900;
  background: #fff;
  border: 1px solid rgba(185, 147, 79, 0.26);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(24, 36, 54, 0.08);
}

.fv_visual {
  display: grid;
  gap: 16px;
}

.symptom_mini_card {
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 18px;
  align-items: center;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(185, 147, 79, 0.2);
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(24, 36, 54, 0.08);
}

.symptom_mini_card .symptom_image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 18px;
}
.symptom_mini_card .symptom_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.symptom_mini_card .symptom_content {
  position: static;
  padding: 12px 10px;
  background: linear-gradient(90deg, rgba(246, 242, 234, 0.95), rgba(246, 242, 234, 0.55));
  border-radius: 12px;
}
.symptom_mini_card .symptom_content h3 {
  margin: 0 0 8px;
  color: #182436;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
}
.symptom_mini_card .symptom_content p {
  margin: 0;
  color: #3e4652;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.symptom_mini_card:hover .symptom_image img,
.symptom_card:hover .symptom_image img {
  transform: scale(1.03);
}

.fv_deadline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 980px;
  margin: 46px auto 0;
  padding: 18px 26px;
  background: #182436;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(24, 36, 54, 0.12);
}

.deadline_label {
  margin: 0;
  padding: 6px 16px;
  color: #182436;
  font-size: 14px;
  font-weight: 900;
  background: #e3c97a;
  border-radius: 999px;
}

.deadline_text {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}
.deadline_text strong {
  color: #e3c97a;
  font-size: 22px;
}

/* ========================================
  Misunderstanding
======================================== */
.misunderstanding {
  background: #fff;
}

.mistake_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.mistake_card {
  position: relative;
  overflow: hidden;
  padding: 28px 24px;
  background: radial-gradient(circle at top right, rgba(185, 147, 79, 0.16), transparent 34%), #fff;
  border: 1px solid rgba(185, 147, 79, 0.22);
  border-radius: 26px;
  box-shadow: 0 10px 28px rgba(24, 36, 54, 0.08);
}
.mistake_card::before {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  background: rgba(185, 147, 79, 0.08);
  border-radius: 50%;
}
.mistake_card h3 {
  position: relative;
  z-index: 2;
  margin: 22px 0 12px;
  color: #182436;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
}
.mistake_card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #3e4652;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.mistake_card_head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mistake_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0 !important;
  padding: 6px 16px;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1;
  background: #25364f;
  border-radius: 999px;
}

.mistake_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: rgba(185, 147, 79, 0.12);
  border-radius: 50%;
}
.mistake_icon img {
  width: 58px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mistake_answer {
  margin-top: 18px !important;
  padding: 12px 14px;
  color: #25364f !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  background: rgba(227, 201, 122, 0.28);
  border-radius: 14px;
}

/* ========================================
  Symptoms
======================================== */
.symptoms {
  background: #f6f2ea;
}

.symptom_cards {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}

.symptom_card {
  display: grid;
  grid-template-columns: 320px 1fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(185, 147, 79, 0.18);
  border-radius: 28px;
  box-shadow: 0 10px 28px rgba(24, 36, 54, 0.08);
}

.symptom_card_image {
  overflow: hidden;
}
.symptom_card_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.symptom_card_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}

.symptom_card_content h3 {
  position: relative;
  margin: 0 0 20px;
  color: #182436;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
}
.symptom_card_content h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 12px;
  background: #b9934f;
  border-radius: 999px;
}

.symptom_card_content p {
  margin: 0;
  color: #3e4652;
  font-size: 16px;
  line-height: 1.9;
}

/* ========================================
  768px ↓
======================================== */
@media screen and (max-width: 768px) {
  .symptom_cards {
    gap: 18px;
  }
  .symptom_card {
    grid-template-columns: 1fr;
  }
  .symptom_card_image {
    aspect-ratio: 16/9;
  }
  .symptom_card_content {
    padding: 24px;
  }
  .symptom_card_content h3 {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
/* ========================================
  480px ↓
======================================== */
@media screen and (max-width: 480px) {
  .symptom_card_content {
    padding: 20px;
  }
  .symptom_card_content h3 {
    font-size: 22px;
  }
  .symptom_card_content p {
    font-size: 15px;
  }
}
/* ========================================
  Insurance System
======================================== */
.insurance_system {
  background: #fff;
}
.insurance_system .section_text {
  max-width: 760px;
  margin-bottom: 40px;
}

.system_example {
  margin: 40px 0;
}

.system_example_label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 6px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  background: #b9934f;
  border-radius: 999px;
}

.system_example_box {
  max-width: 620px;
  margin: 0 auto;
  padding: 32px 28px;
  text-align: center;
  background: #f6f2ea;
  border: 2px solid rgba(185, 147, 79, 0.28);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(24, 36, 54, 0.12);
}

.system_example_amount {
  margin: 0 0 18px;
  color: #182436;
  font-size: 20px;
  font-weight: 900;
}
.system_example_amount span {
  color: #b9934f;
  font-size: 30px;
}

.system_example_result {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.system_example_result span {
  padding: 8px 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  background: #25364f;
  border-radius: 999px;
}
.system_example_result strong {
  color: #b9934f;
  font-size: 48px;
  line-height: 1;
}

.system_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.system_card {
  padding: 26px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(185, 147, 79, 0.18);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(24, 36, 54, 0.08);
}

.system_card_label {
  margin: 0 0 8px;
  color: #182436;
  font-size: 22px;
  font-weight: 900;
}
.system_card_label span {
  font-size: 14px;
}

.system_card_percent {
  margin: 0 0 14px;
  color: #b9934f;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}
.system_card_percent span {
  font-size: 22px;
}

.system_card_text {
  margin: 0;
  color: #3e4652;
  font-size: 14px;
  line-height: 1.7;
}

/* ========================================
  Middle CTA
======================================== */
.middle_cta {
  background: #fff;
}

.middle_cta_box {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 42px;
  align-items: center;
  padding: 42px;
  background: radial-gradient(circle at top right, rgba(185, 147, 79, 0.18), transparent 34%), #f6f2ea;
  border: 1px solid rgba(185, 147, 79, 0.22);
  border-radius: 34px;
  box-shadow: 0 18px 44px rgba(24, 36, 54, 0.12);
}

.middle_cta_image {
  overflow: hidden;
  aspect-ratio: 4/5;
  border-radius: 28px;
  background: #fff;
}
.middle_cta_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.middle_cta_content h2 {
  margin: 0 0 22px;
  color: #182436;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: -0.04em;
}
.middle_cta_content > p {
  max-width: 680px;
  margin: 0 0 28px;
  color: #3e4652;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}
.middle_cta_content .lp_cta_buttons {
  margin: 0;
}

.middle_cta_points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 680px;
  margin: 0 0 36px;
}
.middle_cta_points li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  color: #25364f;
  font-size: 14px;
  font-weight: 900;
  background: #fff;
  border: 1px solid rgba(185, 147, 79, 0.2);
  border-radius: 999px;
}

/* ========================================
  1024px ↓
======================================== */
@media screen and (max-width: 1024px) {
  .middle_cta_box {
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding: 34px;
  }
  .middle_cta_content h2 {
    font-size: 32px;
  }
  .middle_cta_points {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
/* ========================================
  768px ↓
======================================== */
@media screen and (max-width: 768px) {
  .middle_cta_box {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 18px;
    border-radius: 28px;
  }
  .middle_cta_image {
    aspect-ratio: 16/10;
    border-radius: 22px;
  }
  .middle_cta_content {
    text-align: left;
  }
  .middle_cta_content h2 {
    font-size: 28px;
    line-height: 1.45;
  }
  .middle_cta_content > p {
    font-size: 15px;
  }
  .middle_cta_points {
    margin-bottom: 32px;
  }
  .middle_cta_points li {
    min-height: 48px;
    font-size: 14px;
  }
}
/* ========================================
  480px ↓
======================================== */
@media screen and (max-width: 480px) {
  .middle_cta_box {
    padding: 24px 16px;
  }
  .middle_cta_content h2 {
    font-size: 25px;
  }
}
/* ========================================
  Support
======================================== */
.support {
  background: radial-gradient(circle at top right, rgba(185, 147, 79, 0.13), transparent 34%), #f6f2ea;
}

.support_head {
  max-width: 820px;
  margin-bottom: 46px;
}

.support_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.support_card {
  position: relative;
  overflow: hidden;
  padding: 28px 22px 30px;
  background: #fff;
  border: 1px solid rgba(185, 147, 79, 0.18);
  border-radius: 26px;
  box-shadow: 0 10px 28px rgba(24, 36, 54, 0.08);
}
.support_card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  background: rgba(185, 147, 79, 0.07);
  border-radius: 50%;
}
.support_card h3 {
  position: relative;
  z-index: 2;
  margin: 12px 0 12px;
  color: #182436;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
}
.support_card > p:not(.support_number) {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #3e4652;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.support_icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(185, 147, 79, 0.12);
  border-radius: 50%;
}
.support_icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.support_number {
  position: relative;
  z-index: 2;
  margin: 20px 0 0;
  color: #b9934f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

/* ========================================
  1024px ↓
======================================== */
@media screen and (max-width: 1024px) {
  .support_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ========================================
  768px ↓
======================================== */
@media screen and (max-width: 768px) {
  .support_head {
    margin-bottom: 34px;
  }
  .support_cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .support_card {
    display: grid;
    grid-template-columns: 64px 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
    align-items: start;
    padding: 24px 20px;
  }
  .support_card h3 {
    margin: 4px 0 10px;
    font-size: 20px;
  }
  .support_card > p:not(.support_number) {
    grid-column: 2;
    font-size: 14px;
  }
  .support_icon {
    grid-row: 1/3;
  }
  .support_number {
    margin: 0;
    font-size: 12px;
  }
}
/* ========================================
  480px ↓
======================================== */
@media screen and (max-width: 480px) {
  .support_card {
    grid-template-columns: 56px 1fr;
    -moz-column-gap: 14px;
         column-gap: 14px;
    padding: 22px 18px;
  }
  .support_icon {
    width: 56px;
    height: 56px;
  }
  .support_icon img {
    width: 30px;
    height: 30px;
  }
}
/* ========================================
  Flow
======================================== */
.flow {
  background: #fff;
}

.flow_head {
  max-width: 820px;
  margin-bottom: 46px;
}

.flow_timeline {
  position: relative;
  display: grid;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
.flow_timeline::before {
  content: "";
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 42px;
  width: 2px;
  background: linear-gradient(180deg, rgba(185, 147, 79, 0.15), rgba(185, 147, 79, 0.65), rgba(185, 147, 79, 0.15));
}

.flow_step {
  position: relative;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 22px;
  align-items: center;
}

.flow_step_icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  background: #fff;
  border: 2px solid rgba(185, 147, 79, 0.28);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(24, 36, 54, 0.08);
}
.flow_step_icon img {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}

.flow_step_content {
  position: relative;
  padding: 28px 30px;
  background: radial-gradient(circle at top right, rgba(185, 147, 79, 0.12), transparent 36%), #f6f2ea;
  border: 1px solid rgba(185, 147, 79, 0.18);
  border-radius: 26px;
  box-shadow: 0 10px 28px rgba(24, 36, 54, 0.08);
}
.flow_step_content h3 {
  margin: 6px 0 10px;
  color: #182436;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
}
.flow_step_content > p:not(.flow_step_number) {
  margin: 0;
  color: #3e4652;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.flow_step_number {
  margin: 0;
  color: #b9934f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

/* ========================================
  768px ↓
======================================== */
@media screen and (max-width: 768px) {
  .flow_head {
    margin-bottom: 34px;
  }
  .flow_timeline {
    gap: 20px;
  }
  .flow_timeline::before {
    left: 31px;
  }
  .flow_step {
    grid-template-columns: 62px 1fr;
    gap: 14px;
    align-items: start;
  }
  .flow_step_icon {
    width: 62px;
    height: 62px;
  }
  .flow_step_icon img {
    width: 32px;
    height: 32px;
  }
  .flow_step_content {
    padding: 22px 18px;
  }
  .flow_step_content h3 {
    font-size: 20px;
  }
  .flow_step_content > p:not(.flow_step_number) {
    font-size: 14px;
  }
}
/* ========================================
  480px ↓
======================================== */
@media screen and (max-width: 480px) {
  .flow_timeline::before {
    left: 28px;
  }
  .flow_step {
    grid-template-columns: 56px 1fr;
    gap: 12px;
  }
  .flow_step_icon {
    width: 56px;
    height: 56px;
  }
  .flow_step_icon img {
    width: 40px;
    height: 40px;
  }
  .flow_step_content {
    padding: 20px 16px;
  }
}
/* ========================================
  Case
======================================== */
.case {
  background: #f6f2ea;
}

.case_scroll_hint {
  display: none;
}

.case_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.case_card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(185, 147, 79, 0.18);
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(24, 36, 54, 0.08);
}

.case_image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.case_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case_content {
  padding: 20px 18px 22px;
}

.case_number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px;
  padding: 5px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: #25364f;
  border-radius: 999px;
}

.case_content h3 {
  margin: 0 0 8px;
  color: #182436;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.case_info {
  margin: 0 0 16px;
  color: #6d7480;
  font-size: 13px;
  font-weight: 700;
}

.case_amount {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  color: #b9934f;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
.case_amount span {
  color: #25364f;
  font-size: 13px;
  font-weight: 900;
}

.case_note {
  margin: 22px 0 0;
  color: #6d7480;
  font-size: 13px;
  text-align: center;
}

/* 1024px ↓ */
@media screen and (max-width: 1024px) {
  .case_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* 768px ↓ */
@media screen and (max-width: 768px) {
  .case_scroll_hint {
    display: block;
    margin: 24px 0 12px;
    color: #6d7480;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
  }
  .case_cards {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-top: 0;
    padding: 0 2px 14px;
  }
  .case_cards::-webkit-scrollbar {
    height: 6px;
  }
  .case_cards::-webkit-scrollbar-thumb {
    background: rgba(185, 147, 79, 0.35);
    border-radius: 999px;
  }
  .case_card {
    flex: 0 0 86%;
    scroll-snap-align: center;
  }
  .case_content h3 {
    font-size: 20px;
  }
  .case_amount {
    font-size: 34px;
  }
}
/* 480px ↓ */
@media screen and (max-width: 480px) {
  .case_card {
    flex-basis: 88%;
  }
}
/* ========================================
AREA
======================================== */
.area {
  background: #fff;
}

.area_card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px;
  background: #fff;
  border: 1px solid rgba(185, 147, 79, 0.18);
  border-radius: 30px;
  box-shadow: 0 10px 28px rgba(24, 36, 54, 0.08);
}

.area_map img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.area_lead {
  margin: 0 0 24px;
  color: #182436;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.7;
}

.area_cities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.area_cities span {
  padding: 10px 16px;
  background: #f6f2ea;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.area_sub {
  padding: 20px;
  background: rgba(185, 147, 79, 0.08);
  border-radius: 16px;
}
.area_sub strong {
  display: block;
  margin-bottom: 6px;
  color: #25364f;
  font-size: 16px;
  font-weight: 900;
}
.area_sub p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

/* ========================================
768px ↓
======================================== */
@media screen and (max-width: 768px) {
  .area_card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 20px;
  }
  .area_map img {
    max-width: 220px;
  }
  .area_lead {
    font-size: 20px;
  }
}
/* ========================================
  Target Check
======================================== */
.target_check {
  background: radial-gradient(circle at top right, rgba(185, 147, 79, 0.12), transparent 34%), #fff;
}

.target_check_text {
  max-width: 760px;
  margin: 0 0 36px;
  color: #3e4652;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.target_check_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.target_check_card {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  padding: 26px 20px;
  background: #f6f2ea;
  border: 1px solid rgba(185, 147, 79, 0.22);
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(24, 36, 54, 0.08);
}
.target_check_card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  background: #25364f;
  border-radius: 50%;
}
.target_check_card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #182436;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.45;
}
.target_check_card::after {
  content: "✓";
  position: absolute;
  right: 16px;
  bottom: 4px;
  color: rgba(185, 147, 79, 0.18);
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}

/* 1024px ↓ */
@media screen and (max-width: 1024px) {
  .target_check_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* 768px ↓ */
@media screen and (max-width: 768px) {
  .target_check_text {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .target_check_cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .target_check_card {
    display: grid;
    grid-template-columns: 46px 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
    align-items: center;
    min-height: auto;
    padding: 20px 18px;
  }
  .target_check_card span {
    margin-bottom: 0;
  }
  .target_check_card p {
    font-size: 18px;
  }
}
/* ========================================
  FAQ
======================================== */
.faq {
  background: #fff;
}

.faq_list {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.faq_item {
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(185, 147, 79, 0.08), transparent 34%), #f6f2ea;
  border: 1px solid rgba(185, 147, 79, 0.18);
  border-radius: 20px;
}

.faq_item summary {
  position: relative;
  display: grid;
  grid-template-columns: auto 36px 1fr 34px;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
}
.faq_item summary::-webkit-details-marker {
  display: none;
}

.faq_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 30px;
  padding: 5px 12px;
  color: #25364f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  background: rgba(185, 147, 79, 0.14);
  border-radius: 999px;
}

.faq_q {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  background: #25364f;
  border-radius: 50%;
}

.faq_question_text {
  color: #182436;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
}

.faq_icon {
  position: relative;
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid rgba(185, 147, 79, 0.24);
  border-radius: 50%;
}

.faq_icon::before,
.faq_icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #25364f;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: 0.25s;
}

.faq_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq_item.is-open .faq_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.faq_answer {
  height: 0;
  overflow: hidden;
  transition: height 0.32s ease;
}

.faq_answer p {
  margin: 0;
  padding: 0 24px 24px 86px;
  color: #3e4652;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
}

/* ========================================
  768px ↓
======================================== */
@media screen and (max-width: 768px) {
  .faq_item summary {
    grid-template-columns: auto 32px 1fr 32px;
    gap: 10px;
    padding: 16px;
  }
  .faq_tag {
    min-width: auto;
    padding: 5px 10px;
    font-size: 11px;
  }
  .faq_q {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .faq_question_text {
    font-size: 16px;
  }
  .faq_icon {
    width: 32px;
    height: 32px;
  }
  .faq_answer p {
    padding: 0 18px 22px 68px;
    font-size: 14px;
  }
}
/* ========================================
  480px ↓
======================================== */
@media screen and (max-width: 480px) {
  .faq_item summary {
    grid-template-columns: 1fr 32px;
    row-gap: 10px;
  }
  .faq_tag,
.faq_q {
    display: none;
  }
  .faq_question_text {
    font-size: 15px;
  }
  .faq_answer p {
    padding: 0 18px 22px;
  }
}
/* ========================================
  Pre Final CTA
======================================== */
.pre_final_cta {
  background: #fff;
}

.pre_final_cta_text {
  max-width: 760px;
  margin: 0 0 36px;
  color: #3e4652;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.pre_final_cta_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pre_final_cta_card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 150px;
  padding: 26px 20px;
  background: radial-gradient(circle at top right, rgba(185, 147, 79, 0.14), transparent 36%), #f6f2ea;
  border: 1px solid rgba(185, 147, 79, 0.22);
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(24, 36, 54, 0.08);
}
.pre_final_cta_card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  background: #25364f;
  border-radius: 50%;
}
.pre_final_cta_card p {
  margin: 0;
  color: #182436;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.45;
}
.pre_final_cta_card::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -32px;
  width: 100px;
  height: 100px;
  background: rgba(185, 147, 79, 0.08);
  border-radius: 50%;
}

/* 1024px ↓ */
@media screen and (max-width: 1024px) {
  .pre_final_cta_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* 768px ↓ */
@media screen and (max-width: 768px) {
  .pre_final_cta_text {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .pre_final_cta_cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .pre_final_cta_card {
    flex-direction: row;
    align-items: center;
    min-height: auto;
    padding: 20px 18px;
  }
  .pre_final_cta_card span {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    font-size: 18px;
  }
  .pre_final_cta_card p {
    font-size: 18px;
  }
}
/* ========================================
  Final CTA
======================================== */
.final_cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at top right, rgba(227, 201, 122, 0.26), transparent 34%), linear-gradient(135deg, #25364f 0%, #2f4468 100%);
}
.final_cta::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(227, 201, 122, 0.24);
  border-radius: 50%;
}
.final_cta::after {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}

.final_cta .section_inner {
  position: relative;
  z-index: 2;
}

.final_cta_box {
  max-width: 920px;
  margin: 0 auto;
  padding: 54px 48px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(227, 201, 122, 0.22);
  border-radius: 36px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}
.final_cta_box h2 {
  margin: 34px 0 22px;
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.final_cta_deadline_box {
  max-width: 680px;
  margin: 0 auto;
  padding: 28px 24px;
  background: #fff;
  border: 3px solid #e3c97a;
  border-radius: 28px;
}
.final_cta_deadline_box p {
  margin: 0 0 10px;
  color: #25364f;
  font-size: 16px;
  font-weight: 900;
}
.final_cta_deadline_box strong {
  display: block;
  color: #b9934f;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.15;
}
.final_cta_deadline_box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 7px 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  background: #25364f;
  border-radius: 999px;
}
.final_cta_deadline_box span b {
  margin: 0 4px;
  color: #e3c97a;
  font-size: 22px;
}

.final_cta_text {
  max-width: 720px;
  margin: 0 auto 28px;
  color: #eef2f5;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
}

.final_cta_points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 680px;
  margin: 0 auto 36px;
}
.final_cta_points li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  color: #182436;
  font-size: 16px;
  font-weight: 900;
  background: #e3c97a;
  border-radius: 999px;
}

.final_cta_note {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

/* ========================================
  Footer
======================================== */
.site_footer {
  padding: 32px 0;
  color: #fff;
  text-align: center;
  background: #182436;
}
.site_footer p {
  margin: 0 0 4px;
  font-weight: 900;
}
.site_footer small {
  color: rgba(255, 255, 255, 0.7);
}

/* ========================================
  1280px ↓
======================================== */
@media screen and (max-width: 1280px) {
  .fv_title {
    font-size: 48px;
  }
  .fv_title span {
    font-size: 58px;
  }
  .fv_main {
    gap: 36px;
  }
}
/* ========================================
  1024px ↓
======================================== */
@media screen and (max-width: 1024px) {
  .section_inner,
.header_inner,
.footer_inner,
.fv_inner {
    width: min(100% - 56px, 900px);
  }
  section {
    padding: 84px 0;
  }
  .section_title {
    font-size: 36px;
  }
  .header_nav {
    display: none;
  }
  .fv_main {
    grid-template-columns: 1fr;
  }
  .fv_visual {
    grid-template-columns: repeat(3, 1fr);
  }
  .symptom_mini_card {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .symptom_mini_card p {
    font-size: 16px;
    text-align: center;
  }
  .mistake_cards {
    grid-template-columns: 1fr;
  }
  .symptom_cards {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-inline: auto;
  }
  .symptom_card {
    display: grid;
    grid-template-columns: 280px 1fr;
    align-items: stretch;
  }
  .symptom_image {
    aspect-ratio: auto;
    height: 100%;
  }
  .symptom_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
  }
  .system_cards,
.support_cards,
.flow_steps,
.cta_check_cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .final_cta_box {
    padding: 46px 34px;
  }
  .final_cta_box h2 {
    font-size: 40px;
  }
}
/* ========================================
  768px ↓
======================================== */
@media screen and (max-width: 768px) {
  .deadline_ticker_track span {
    padding: 7px 20px;
    font-size: 12px;
  }
  .section_inner,
.header_inner,
.footer_inner,
.fv_inner {
    width: min(100% - 40px, 560px);
  }
  section {
    padding: 72px 0;
  }
  .section_title {
    font-size: 31px;
  }
  .section_text {
    font-size: 15px;
  }
  .lp_cta_buttons {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 430px;
  }
  .lp_cta_btn {
    min-height: 74px;
  }
  .lp_cta_text {
    font-size: 19px;
  }
  .fv {
    padding: 58px 0 66px;
  }
  .fv_area_label {
    width: 100%;
    min-height: 44px;
    margin-bottom: 22px;
    font-size: 18px;
  }
  .fv_event {
    margin: 0 auto 16px;
    font-size: 16px;
  }
  .fv_text {
    text-align: center;
  }
  .fv_title {
    font-size: 34px;
    line-height: 1.35;
    letter-spacing: -0.04em;
  }
  .fv_title span {
    font-size: 40px;
    line-height: 1.25;
  }
  .fv_lead {
    font-size: 16px;
    text-align: left;
  }
  .fv_badges {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .fv_badges li {
    min-height: 52px;
    font-size: 16px;
  }
  .fv_visual {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .symptom_mini_card {
    grid-template-columns: 140px 1fr;
    gap: 14px;
  }
  .symptom_mini_card p {
    text-align: left;
  }
  .fv_deadline {
    flex-direction: column;
    gap: 10px;
    padding: 18px 16px;
    text-align: center;
  }
  .deadline_text {
    font-size: 15px;
  }
  .deadline_text strong {
    display: block;
    margin-top: 4px;
    font-size: 22px;
  }
  .symptom_cards {
    gap: 18px;
  }
  .symptom_mini_card {
    grid-template-columns: 1fr;
  }
  .symptom_mini_card .symptom_content {
    padding: 16px;
  }
  .symptom_card {
    grid-template-columns: 1fr;
  }
  .symptom_image {
    aspect-ratio: 16/10;
  }
  .symptom_content h3 {
    font-size: 20px;
  }
  .symptom_content p {
    font-size: 14px;
  }
  .system_example_result {
    flex-direction: column;
    gap: 12px;
  }
  .system_example_result strong {
    font-size: 44px;
  }
  .system_cards,
.support_cards,
.flow_steps,
.cta_check_cards {
    grid-template-columns: 1fr;
  }
  .cta_check_cards {
    gap: 14px;
  }
  .cta_check_card {
    grid-template-columns: 54px 1fr;
    align-items: center;
    padding: 22px 18px;
  }
  .cta_check_card p {
    font-size: 18px;
  }
  .final_cta_box {
    padding: 34px 18px;
    border-radius: 28px;
  }
  .final_cta_box h2 {
    margin: 28px 0 18px;
    font-size: 31px;
  }
  .final_cta_deadline_box {
    padding: 24px 16px;
    border-radius: 24px;
  }
  .final_cta_deadline_box p {
    font-size: 14px;
  }
  .final_cta_deadline_box strong {
    font-size: 31px;
  }
  .final_cta_text {
    font-size: 15px;
    text-align: left;
  }
  .final_cta_text br {
    display: none;
  }
  .final_cta_points {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 30px;
  }
  .final_cta_points li {
    min-height: 50px;
    font-size: 16px;
  }
}
/* ========================================
  480px ↓
======================================== */
@media screen and (max-width: 480px) {
  .section_inner,
.header_inner,
.footer_inner,
.fv_inner {
    width: min(100% - 32px, 430px);
  }
  section {
    padding: 64px 0;
  }
  .section_title {
    font-size: 28px;
  }
  .fv_title {
    font-size: 31px;
  }
  .fv_title span {
    font-size: 36px;
  }
  .symptom_mini_card {
    grid-template-columns: 120px 1fr;
    padding: 12px;
  }
  .symptom_image {
    aspect-ratio: 4/3;
  }
  .symptom_content {
    padding: 18px;
  }
  .symptom_content h3 {
    font-size: 18px;
  }
  .system_example_box {
    padding: 26px 18px;
  }
  .system_example_amount {
    font-size: 17px;
  }
  .system_example_amount span {
    font-size: 25px;
  }
  .system_card {
    text-align: left;
  }
  .system_card_percent {
    font-size: 38px;
  }
  .area_box,
.system_message {
    padding: 26px 20px;
  }
  .final_cta_deadline_box strong {
    font-size: 28px;
  }
  .final_cta_deadline_box span {
    font-size: 14px;
  }
  .final_cta_deadline_box span b {
    font-size: 20px;
  }
  .final_cta_box {
    padding: 30px 16px;
  }
  .final_cta_box h2 {
    font-size: 28px;
  }
}
/* ========================================
  Footer
======================================== */
.site_footer {
  padding: 56px 0 28px;
  color: #fff;
  background: #182436;
}

.footer_inner {
  display: grid;
  gap: 34px;
}

.footer_brand {
  text-align: center;
}

.footer_logo {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.footer_text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.8;
}

.footer_info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.footer_info dl {
  margin: 0;
  padding: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(227, 201, 122, 0.16);
  border-radius: 18px;
}

.footer_info dt {
  margin-bottom: 8px;
  color: #e3c97a;
  font-size: 13px;
  font-weight: 900;
}

.footer_info dd {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.footer_info a {
  color: #fff;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer_bottom a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.footer_bottom small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

/* 768px ↓ */
@media screen and (max-width: 768px) {
  .site_footer {
    padding: 46px 0 24px;
  }
  .footer_info {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .footer_bottom {
    flex-direction: column;
    text-align: center;
  }
}
/* ========================================
  Legal Page
======================================== */
.legal_page {
  background: #f6f2ea;
}

.legal_section {
  padding: 96px 0;
}

.legal_inner {
  width: min(100% - 80px, 960px);
  margin: 0 auto;
}

.legal_title {
  margin: 0 0 32px;
  color: #182436;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.legal_box {
  padding: 42px;
  background: #fff;
  border: 1px solid rgba(185, 147, 79, 0.18);
  border-radius: 28px;
  box-shadow: 0 10px 28px rgba(24, 36, 54, 0.08);
}
.legal_box h2 {
  margin: 36px 0 14px;
  color: #25364f;
  font-size: 22px;
  font-weight: 900;
}
.legal_box h2:first-child {
  margin-top: 0;
}
.legal_box p {
  margin: 0;
  color: #3e4652;
  font-size: 15px;
  line-height: 2;
}

.legal_info {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-top: 1px solid rgba(37, 54, 79, 0.1);
}
.legal_info dt,
.legal_info dd {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(37, 54, 79, 0.1);
  font-size: 15px;
  line-height: 1.8;
}
.legal_info dt {
  color: #25364f;
  font-weight: 900;
}
.legal_info dd {
  color: #3e4652;
}

/* 768px ↓ */
@media screen and (max-width: 768px) {
  .legal_section {
    padding: 72px 0;
  }
  .legal_inner {
    width: min(100% - 40px, 560px);
  }
  .legal_title {
    font-size: 31px;
  }
  .legal_box {
    padding: 28px 20px;
  }
  .legal_info {
    grid-template-columns: 1fr;
  }
  .legal_info dt {
    padding-bottom: 4px;
    border-bottom: none;
  }
  .legal_info dd {
    padding-top: 0;
  }
}
/* ========================================
  quick check
======================================== */
.quick-check {
  position: relative;
  padding: 96px 0;
  background: linear-gradient(135deg, rgba(37, 54, 79, 0.06), rgba(185, 147, 79, 0.08)), #f6f2ea;
  text-align: center;
  overflow: hidden;
}
.quick-check__inner {
  width: min(100% - 40px, 760px);
  margin: 0 auto;
  padding: 48px 28px;
  background: #fff;
  border: 1px solid rgba(37, 54, 79, 0.12);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(24, 36, 54, 0.12);
}
.quick-check__cta {
  display: grid;
  gap: 16px;
  margin-top: 10px;
}
.quick-check__lead {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 18px;
  color: #b9934f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: rgba(185, 147, 79, 0.12);
  border-radius: 999px;
}
.quick-check__title {
  margin: 0 0 18px;
  color: #182436;
  font-size: clamp(30px, 6vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.04em;
}
.quick-check__text {
  max-width: 520px;
  margin: 0 auto 30px;
  color: #3e4652;
  font-size: 16px;
  line-height: 1.9;
}
.quick-check__start {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  min-height: 66px;
  border: none;
  border-radius: 999px;
  color: #fff;
  background: #25364f;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 0 #182436, 0 18px 32px rgba(37, 54, 79, 0.24);
  transition: 0.18s ease;
}
.quick-check__start::after {
  content: "›";
  position: absolute;
  right: 24px;
  font-size: 28px;
  line-height: 1;
}
.quick-check__start:hover {
  transform: translateY(-2px);
  background: #b9934f;
  box-shadow: 0 10px 0 #8c6b33, 0 22px 36px rgba(185, 147, 79, 0.28);
}
.quick-check__start:active, .quick-check__start.is-clicked {
  transform: translateY(8px) scale(0.97);
  box-shadow: 0 0 0 #182436;
}
.quick-check__overlay {
  position: fixed;
  inset: 0;
  background: rgba(24, 36, 54, 0.66);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: 0.25s ease;
}
.quick-check__overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.quick-check__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 32px);
  max-width: 560px;
  min-height: 360px;
  padding: 52px 28px 34px;
  background: #fff;
  border: 1px solid rgba(185, 147, 79, 0.45);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(24, 36, 54, 0.38);
  transform: translate(-50%, -45%) scale(0.94);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: 0.28s ease;
}
.quick-check__modal.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.quick-check__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  color: #25364f;
  background: #f6f2ea;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
}
.quick-check__step, .quick-check__result {
  display: none;
}
.quick-check__step.is-active, .quick-check__result.is-active {
  display: grid;
  gap: 18px;
  -webkit-animation: quickCheckPop 0.35s ease;
          animation: quickCheckPop 0.35s ease;
}
.quick-check__count, .quick-check__result-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 6px 18px;
  border-radius: 999px;
  color: #fff;
  background: #b9934f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.quick-check__question, .quick-check__result-title {
  margin: 0;
  color: #182436;
  font-size: clamp(24px, 6vw, 32px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.04em;
}
.quick-check__result-title {
  color: #25364f;
}
.quick-check__result-text {
  margin: 0;
  color: #3e4652;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}
.quick-check__btn, .quick-check__tel, .quick-check__line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  border: none;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: 0.15s ease;
}
.quick-check__btn {
  background: #25364f;
  box-shadow: 0 6px 0 #182436;
}
.quick-check__btn:hover {
  transform: translateY(-2px);
  background: #b9934f;
  box-shadow: 0 8px 0 #8c6b33;
}
.quick-check__btn:active, .quick-check__btn.is-clicked {
  transform: translateY(6px) scale(0.96);
  box-shadow: 0 0 0 #182436;
}
.quick-check__btn--sub {
  color: #25364f;
  background: #f6f2ea;
  box-shadow: inset 0 0 0 2px rgba(37, 54, 79, 0.18);
}
.quick-check__tel {
  background: #25364f;
}
.quick-check__line {
  background: #06c755;
}

@-webkit-keyframes quickCheckPop {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(14px);
  }
  70% {
    transform: scale(1.04) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes quickCheckPop {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(14px);
  }
  70% {
    transform: scale(1.04) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 480px) {
  .quick-check {
    padding: 72px 0;
  }
  .quick-check__inner {
    width: min(100% - 32px, 760px);
    padding: 40px 22px;
    border-radius: 24px;
  }
  .quick-check__modal {
    padding: 50px 20px 28px;
    border-radius: 22px;
  }
  .quick-check__start {
    min-height: 62px;
    font-size: 17px;
  }
  .quick-check__btn, .quick-check__tel, .quick-check__line {
    min-height: 58px;
    font-size: 17px;
  }
}
.earthquake-timer {
  padding: 64px 20px;
  background: #fff;
}
.earthquake-timer__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 20px;
  background: #f7f3ec;
  border-radius: 20px;
  text-align: center;
}
.earthquake-timer__lead {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #b60000;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.earthquake-timer__title {
  margin-bottom: 28px;
  font-size: clamp(24px, 6vw, 38px);
  line-height: 1.5;
  font-weight: 800;
  color: #222;
}
.earthquake-timer__items {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}
.earthquake-timer__item {
  padding: 24px 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.earthquake-timer__item--alert {
  border: 2px solid #b60000;
}
.earthquake-timer__label {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #6b4f2a;
}
.earthquake-timer__number {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  color: #b60000;
  font-weight: 900;
}
.earthquake-timer__number span:first-child {
  font-size: clamp(44px, 12vw, 78px);
  line-height: 1;
  letter-spacing: 0.02em;
}
.earthquake-timer__number span:last-child {
  font-size: 20px;
}
.earthquake-timer__text {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

@media (min-width: 769px) {
  .earthquake-timer {
    padding: 80px 20px;
  }
  .earthquake-timer__inner {
    padding: 48px;
  }
  .earthquake-timer__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.floating-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 8px;
  z-index: 900;
  display: flex;
  gap: 10px;
}
@media (min-width: 769px) {
  .floating-cta {
    width: 420px;
    margin: 0 auto;
    left: auto;
    right: 20px;
  }
}

.floating-btn {
  flex: 1;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 6px 18px rgba(0, 0, 0, 0.18);
}
.floating-btn:hover {
  transform: translateY(-2px);
}
.floating-btn:active {
  transform: scale(0.96);
}
.floating-btn--diagnosis {
  background: #25364f;
  color: #fff;
  box-shadow: 0 0 0 3px #fff, 0 6px 18px rgba(37, 54, 79, 0.35);
}
.floating-btn--line {
  background: #06c755;
  color: #fff;
  box-shadow: 0 0 0 3px #fff, 0 6px 18px rgba(6, 199, 85, 0.35);
}
/*# sourceMappingURL=style.css.map */