:root { --navy: #051b3e; --navy-deep: #031126; --gold: #d6a138; --gold-light: #f4d374; --white: #ffffff; --text-shadow: 0 3px 8px rgba(0, 0, 0, 0.55), 0 0 2px rgba(0, 0, 0, 0.65); }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0px; color: rgb(22, 35, 58); font-family: "Yu Mincho", "Hiragino Mincho ProN", "Yu Gothic", Meiryo, serif; background: rgb(248, 245, 239); }

a { color: inherit; text-decoration: none; }

.fv { position: relative; min-height: 690px; overflow: hidden; isolation: isolate; color: var(--white); background: var(--navy); }

.fv__bg { position: absolute; inset: 0px; z-index: -3; background-image: url("../images/fv-bg.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; }

.fv__filter { position: absolute; inset: 0px; z-index: -2; background: linear-gradient(90deg, rgba(3, 13, 34, 0.95) 0%, rgba(4, 23, 52, 0.86) 38%, rgba(6, 30, 67, 0.3) 68%, rgba(5, 20, 42, 0.08) 100%), linear-gradient(rgba(2, 9, 22, 0.1) 0%, rgba(2, 8, 18, 0.7) 100%); }

.fv__filter::after { content: ""; position: absolute; inset: auto 0px 0px; height: 24%; background: linear-gradient(rgba(2, 8, 18, 0), rgba(2, 8, 18, 0.45)); }

.fv__inner { min-height: 690px; padding: 24px 0px 34px; }

.fv__header { display: flex; align-items: center; min-height: 54px; }

.fv__logo { width: clamp(188px, 13vw, 240px); margin: 0px; }

.fv__logo img { display: block; width: 100%; height: auto; filter: drop-shadow(rgba(0, 0, 0, 0.45) 0px 3px 8px); }

.fv__body { width: min(690px, 62%); padding-top: 54px; }

.pc-copy, .sp-copy, .line { display: block; }

.sp-copy { display: none; }

.fv__micro { display: inline-flex; align-items: center; gap: 10px; min-height: 50px; margin: 0px 0px 20px; padding: 8px 22px 9px; border: 1px solid rgba(244, 211, 116, 0.76); border-radius: 999px; background: linear-gradient(90deg, rgba(244, 211, 116, 0.96) 0%, rgba(207, 145, 34, 0.92) 100%); box-shadow: rgba(0, 0, 0, 0.28) 0px 12px 28px, rgba(255, 255, 255, 0.34) 0px 1px 0px inset; color: rgb(6, 21, 47); font-family: "Yu Gothic", Meiryo, sans-serif; font-size: clamp(17px, 1.25vw, 22px); font-weight: 900; letter-spacing: 0.04em; text-shadow: none; }

.fv__micro::before, .fv__micro::after { content: ""; width: 18px; height: 1px; background: rgba(6, 21, 47, 0.55); }

.fv__catch { margin: 0px; color: var(--white); font-size: clamp(44px, 4.35vw, 70px); font-weight: 700; line-height: 1.22; letter-spacing: 0.012em; text-shadow: var(--text-shadow); }

.fv__catch em { color: var(--gold-light); font-style: normal; }

.fv__media { display: inline-flex; align-items: center; gap: 16px; margin-top: 34px; padding: 8px 10px 8px 18px; border-radius: 6px; background: rgba(255, 255, 255, 0.95); box-shadow: rgba(0, 0, 0, 0.22) 0px 8px 24px; }

.media-achievement { margin: 0px; padding-right: 2px; color: rgb(16, 33, 60); font-family: "Yu Gothic", Meiryo, sans-serif; font-size: clamp(14px, 0.95vw, 18px); font-weight: 900; line-height: 1.2; white-space: nowrap; }

.fv__media ul { display: flex; align-items: center; gap: 15px; min-height: 54px; margin: 0px; padding: 0px 12px 0px 0px; border-radius: 4px; list-style: none; color: rgb(17, 24, 39); font-family: Arial, "Yu Gothic", Meiryo, sans-serif; }

.fv__media li { display: flex; align-items: center; justify-content: center; min-width: 74px; }

.fv__media img { display: block; width: auto; max-width: 116px; height: 28px; object-fit: contain; }

.fv__media li:first-child img { height: 24px; }

.fv__media li:nth-child(2) img { height: 30px; max-width: 146px; }

.fv__media li:nth-child(3) img { height: 36px; max-width: 100px; }

.fv__cta { display: inline-flex; align-items: center; gap: 20px; min-width: min(100%, 570px); min-height: 84px; margin-top: 34px; padding: 10px 30px 10px 12px; border-radius: 999px; background: linear-gradient(rgb(240, 199, 93) 0%, rgb(203, 145, 33) 100%); box-shadow: rgba(5, 13, 31, 0.4) 0px 12px 28px, rgba(255, 255, 255, 0.35) 0px 1px 0px inset; color: var(--white); font-family: "Yu Gothic", Meiryo, sans-serif; font-weight: 900; transition: transform 180ms, box-shadow 180ms; }

.fv__cta:hover { transform: translateY(-2px); box-shadow: rgba(5, 13, 31, 0.5) 0px 18px 38px, rgba(255, 255, 255, 0.45) 0px 1px 0px inset; }

.fv__cta-free { display: grid; place-items: center; flex: 0 0 64px; width: 64px; height: 64px; border-radius: 50%; background: var(--white); color: rgb(240, 100, 79); font-size: clamp(16px, 1.2vw, 22px); letter-spacing: 0.04em; }

.fv__cta-text { flex: 1 1 auto; font-size: clamp(21px, 1.75vw, 30px); letter-spacing: 0.04em; text-shadow: rgba(91, 55, 7, 0.35) 0px 2px 5px; white-space: nowrap; }

.fv__cta-arrow { flex: 0 0 auto; font-size: clamp(34px, 2.5vw, 48px); line-height: 1; opacity: 0.86; }

.market-chance { padding: 72px 0px 74px; background: rgb(255, 255, 255); color: rgb(22, 35, 58); }

.market-chance__inner { display: grid; grid-template-columns: minmax(0px, 1.08fr) minmax(340px, 0.92fr); align-items: center; gap: 40px; }

.market-chance__content h2 { margin: 0px; color: rgb(20, 35, 59); font-size: clamp(23px, 2.15vw, 31px); font-weight: 900; line-height: 1.45; letter-spacing: 0.03em; }

.market-chance__line { display: block; }

.market-chance__line--nowrap { white-space: nowrap; }

.market-chance__accent { color: rgb(216, 52, 44); }

.market-chance__content p { margin: 22px 0px 0px; color: rgb(70, 82, 103); font-family: "Yu Gothic", Meiryo, sans-serif; font-size: clamp(15px, 1.25vw, 18px); font-weight: 700; line-height: 2; }

.market-chance__image { margin: 0px; }

.market-chance__image img { display: block; width: 100%; height: auto; }

.container { width: min(100% - 48px, 1120px); margin: 0px auto; }

.section { padding: 82px 0px 88px; background: rgb(248, 245, 239); color: rgb(22, 35, 58); }

.section--why { position: relative; overflow: hidden; }

.section--why::before { content: ""; position: absolute; inset: 0px; pointer-events: none; background: linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)), radial-gradient(circle at 8% 0%, rgba(216, 161, 56, 0.12), transparent 28%); }

.section--why > .container { position: relative; }

.section-title { display: grid; grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr); align-items: center; gap: 34px; margin-bottom: 30px; text-align: center; }

.section-title > span { display: block; height: 2px; background: rgb(111, 123, 137); }

.section-title h2 { margin: 0px; color: rgb(20, 35, 59); font-size: clamp(26px, 3vw, 42px); font-weight: 800; line-height: 1.45; letter-spacing: 0.08em; text-shadow: rgba(255, 255, 255, 0.72) 0px 2px 0px; }

.section-lead { max-width: 880px; margin: 0px auto 38px; color: rgb(63, 75, 94); font-family: "Yu Gothic", Meiryo, sans-serif; font-size: clamp(16px, 1.45vw, 19px); font-weight: 700; line-height: 2; text-align: center; }

.compare-table-wrap { margin: 42px auto 0px; padding: 0px; overflow-x: auto; border: 0px; border-radius: 8px; background: transparent; box-shadow: rgba(20, 35, 59, 0.12) 0px 20px 50px; }

.compare-table { width: 100%; min-width: 880px; border-collapse: separate; border-spacing: 0px; overflow: hidden; border-radius: 8px; background: rgb(255, 255, 255); font-family: "Yu Gothic", Meiryo, sans-serif; }

.compare-table th, .compare-table td { padding: 17px 18px; border-right: 1px solid rgba(20, 35, 59, 0.09); border-bottom: 1px solid rgba(20, 35, 59, 0.09); color: rgb(43, 55, 74); font-size: 15px; font-weight: 700; line-height: 1.55; text-align: center; vertical-align: middle; white-space: nowrap; }

.compare-table thead th { background: rgb(16, 33, 60); color: rgb(255, 255, 255); font-size: 15px; font-weight: 900; }

.compare-table thead th:first-child { text-align: left; }

.compare-table tbody th { width: 24%; background: rgb(241, 244, 247); color: rgb(20, 35, 59); font-weight: 900; text-align: left; }

.compare-table th:last-child, .compare-table td:last-child { border-right: 0px; }

.compare-table tbody tr:last-child th, .compare-table tbody tr:last-child td { border-bottom: 0px; }

.compare-table .is-flagships { background: rgb(255, 245, 213); color: rgb(16, 33, 60); font-weight: 900; }

.compare-table thead .is-flagships { background: linear-gradient(rgb(245, 215, 119) 0%, rgb(201, 144, 37) 100%); color: rgb(6, 21, 47); font-size: 17px; }

.compare-table tbody .is-flagships { position: relative; border-left: 2px solid rgba(216, 161, 56, 0.45); border-right: 2px solid rgba(216, 161, 56, 0.45); }

.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.reason-card { position: relative; min-height: 250px; padding: 30px 26px 28px; border: 1px solid rgba(20, 35, 59, 0.12); border-radius: 8px; background: rgba(255, 255, 255, 0.92); box-shadow: rgba(20, 35, 59, 0.08) 0px 18px 45px; }

.reason-card::before { content: ""; position: absolute; inset: 0px 0px auto; height: 5px; border-radius: 8px 8px 0px 0px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); }

.reason-card__num { margin: 0px 0px 14px; color: var(--gold); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 28px; font-weight: 700; line-height: 1; }

.reason-card h3 { margin: 0px 0px 14px; color: rgb(16, 33, 60); font-size: clamp(19px, 1.6vw, 24px); font-weight: 800; line-height: 1.55; }

.reason-card p:not(.reason-card__num) { margin: 0px; color: rgb(83, 96, 113); font-family: "Yu Gothic", Meiryo, sans-serif; font-size: 15px; font-weight: 700; line-height: 1.9; }


.voice-section {
  padding: 72px 0 76px;
  background: #ffffff;
  color: #16233a;
}

.voice-section__title {
  margin-bottom: 32px;
}

.voice-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.voice-card {
  display: grid;
  gap: 18px;
  min-height: 220px;
  padding: 24px 22px 26px;
  border: 1px solid rgba(20, 35, 59, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(20, 35, 59, 0.08);
  font-family: "Yu Gothic", Meiryo, sans-serif;
}

.voice-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.voice-card__head img {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}

.voice-card h3 {
  margin: 0;
  color: #10213c;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.voice-card__stars {
  margin: 6px 0 0;
  color: #f0b634;
  font-family: Arial, "Yu Gothic", Meiryo, sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.voice-card__text {
  margin: 0;
  color: #334155;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .voice-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .voice-section {
    padding: 58px 0 62px;
  }

  .voice-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .voice-card {
    min-height: auto;
    padding: 22px 18px 24px;
  }

  .voice-card__head {
    justify-content: center;
    text-align: left;
  }

  .voice-card__text {
    text-align: center;
    font-size: 15px;
  }
}
.staff-section { padding: 72px 0px 76px; background: rgb(255, 255, 255); color: rgb(22, 35, 58); }

.staff-section__title { margin-bottom: 28px; }

.staff-section__content { max-width: 860px; margin: 0px auto; text-align: center; }

.staff-section__content p + p { margin-top: 8px; }

.staff-section__content p { margin: 0px; color: rgb(77, 90, 109); font-family: "Yu Gothic", Meiryo, sans-serif; font-size: clamp(16px, 1.35vw, 19px); font-weight: 700; line-height: 1.9; }

.section-cta { padding: 34px 0px; background: rgb(16, 33, 60); color: rgb(255, 255, 255); font-family: "Yu Gothic", Meiryo, sans-serif; }

.section-cta__inner { display: flex; align-items: center; justify-content: center; gap: 34px; }

.section-cta__text { margin: 0px; color: rgb(255, 255, 255); font-size: clamp(17px, 1.45vw, 22px); font-weight: 900; line-height: 1.65; letter-spacing: 0.02em; text-align: center; text-shadow: rgba(0, 0, 0, 0.24) 0px 2px 8px; }

.section-cta__text strong { color: rgb(242, 179, 76); font-weight: 900; }

.section-cta__button { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; min-width: 270px; min-height: 58px; padding: 14px 28px; border-radius: 6px; background: rgb(242, 153, 58); color: rgb(255, 255, 255); font-size: 17px; font-weight: 900; line-height: 1.3; letter-spacing: 0.02em; box-shadow: rgba(0, 0, 0, 0.22) 0px 12px 26px, rgba(255, 255, 255, 0.24) 0px 1px 0px inset; transition: transform 180ms, box-shadow 180ms, background-color 180ms; }

.section-cta__button::after { content: "›"; margin-left: 10px; font-size: 26px; line-height: 1; }

.section-cta__button:hover { transform: translateY(-2px); background: rgb(240, 162, 75); box-shadow: rgba(0, 0, 0, 0.28) 0px 16px 32px, rgba(255, 255, 255, 0.3) 0px 1px 0px inset; }

.media-section { padding: 64px 0px 70px; background: rgb(248, 245, 239); color: rgb(22, 35, 58); }

.media-section__title { margin-bottom: 30px; }

.media-section__list { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(20, 35, 59, 0.12); border-radius: 6px; background: rgb(255, 255, 255); box-shadow: rgba(20, 35, 59, 0.08) 0px 14px 34px; }

.media-section__item { display: grid; align-content: center; justify-items: center; min-height: 136px; padding: 22px 18px 20px; border-right: 1px solid rgba(20, 35, 59, 0.1); text-align: center; font-family: "Yu Gothic", Meiryo, sans-serif; }

.media-section__item:last-child { border-right: 0px; }

.media-section__item img { display: block; width: auto; max-width: 150px; height: 34px; margin-bottom: 12px; object-fit: contain; }

.media-section__item:nth-child(3) img { height: 32px; max-width: 170px; }

.media-section__item:nth-child(4) img { height: 42px; max-width: 130px; }

.media-section__item p { margin: 0px; color: rgb(37, 48, 71); font-size: 14px; font-weight: 900; line-height: 1.55; }

.media-section__item strong { font-weight: 900; }

.faq-section { padding: 72px 0px 78px; background: rgb(255, 255, 255); color: rgb(22, 35, 58); }

.faq-section__title { margin-bottom: 32px; }

.faq-list { display: grid; gap: 14px; max-width: 940px; margin: 0px auto; font-family: "Yu Gothic", Meiryo, sans-serif; }

.faq-item { overflow: hidden; border: 1px solid rgba(20, 35, 59, 0.12); border-radius: 8px; background: rgb(255, 255, 255); box-shadow: rgba(20, 35, 59, 0.06) 0px 10px 26px; }

.faq-item summary { position: relative; display: flex; align-items: center; min-height: 68px; padding: 18px 60px 18px 24px; color: rgb(16, 33, 60); font-size: 17px; font-weight: 900; line-height: 1.55; cursor: pointer; list-style: none; }

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::before { content: "Q."; margin-right: 12px; color: rgb(214, 161, 56); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 21px; font-weight: 700; line-height: 1; }

.faq-item summary::after { content: ""; position: absolute; top: 50%; right: 24px; width: 10px; height: 10px; border-right: 2px solid rgb(16, 33, 60); border-bottom: 2px solid rgb(16, 33, 60); transform: translateY(-64%) rotate(45deg); transition: transform 180ms; }

.faq-item[open] summary::after { transform: translateY(-36%) rotate(225deg); }

.faq-item p { margin: 0px; padding: 0px 24px 22px 58px; color: rgb(75, 88, 107); font-size: 15px; font-weight: 700; line-height: 1.9; }

.faq-item p::before { content: "A."; margin-right: 8px; color: rgb(16, 33, 60); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-weight: 700; }

.relocation-section { padding: 72px 0px 76px; background: rgb(248, 245, 239); color: rgb(22, 35, 58); }

.relocation-section__title { margin-bottom: 26px; }

.relocation-section__text { max-width: 840px; margin: 0px auto; color: rgb(77, 90, 109); font-family: "Yu Gothic", Meiryo, sans-serif; font-size: clamp(16px, 1.35vw, 19px); font-weight: 700; line-height: 1.9; text-align: center; }

.relocation-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 36px auto 0px; }

.relocation-card { position: relative; min-height: 230px; padding: 26px 22px 24px; border: 1px solid rgba(20, 35, 59, 0.1); border-radius: 8px; background: rgba(255, 255, 255, 0.86); box-shadow: rgba(20, 35, 59, 0.06) 0px 12px 28px; }

.relocation-card__num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 16px; border-radius: 50%; background: rgb(16, 33, 60); color: rgb(255, 255, 255); font-family: "Yu Gothic", Meiryo, sans-serif; font-size: 13px; font-weight: 900; line-height: 1; }

.relocation-card h3 { margin: 0px; color: rgb(16, 33, 60); font-size: clamp(17px, 1.45vw, 21px); font-weight: 900; line-height: 1.55; }

.relocation-card p { margin: 12px 0px 0px; color: rgb(86, 98, 118); font-family: "Yu Gothic", Meiryo, sans-serif; font-size: 14px; font-weight: 700; line-height: 1.8; }

.relocation-accordion { max-width: 900px; margin: 34px auto 0px; overflow: hidden; border: 1px solid rgba(20, 35, 59, 0.1); border-radius: 8px; background: rgb(255, 255, 255); font-family: "Yu Gothic", Meiryo, sans-serif; box-shadow: rgba(20, 35, 59, 0.06) 0px 14px 34px; }

.relocation-item { border-bottom: 1px solid rgba(20, 35, 59, 0.09); background: rgb(255, 255, 255); }

.relocation-item:last-child { border-bottom: 0px; }

.relocation-item summary { position: relative; display: flex; align-items: center; min-height: 68px; padding: 19px 62px 19px 24px; color: rgb(16, 33, 60); font-size: 16px; font-weight: 900; line-height: 1.65; cursor: pointer; list-style: none; }

.relocation-item summary::-webkit-details-marker { display: none; }

.relocation-item summary::before { content: "Q"; display: inline-grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; margin-right: 14px; border-radius: 50%; background: rgb(16, 33, 60); color: rgb(255, 255, 255); font-size: 14px; font-weight: 900; line-height: 1; }

.relocation-item summary::after { content: ""; position: absolute; top: 50%; right: 26px; width: 9px; height: 9px; border-right: 2px solid rgb(214, 161, 56); border-bottom: 2px solid rgb(214, 161, 56); transform: translateY(-64%) rotate(45deg); transition: transform 180ms; }

.relocation-item[open] summary::after { transform: translateY(-36%) rotate(225deg); }

.relocation-item p { margin: 0px; padding: 0px 26px 22px 66px; color: rgb(77, 90, 109); font-size: 15px; font-weight: 700; line-height: 1.9; }

.relocation-item p::before { content: "A."; margin-right: 8px; color: rgb(214, 161, 56); font-weight: 900; }

.assessment { padding: 76px 0px 82px; background: rgb(16, 33, 60); color: rgb(20, 35, 59); font-family: "Yu Gothic", Meiryo, sans-serif; }

.assessment-hero { display: grid; grid-template-columns: 156px minmax(0px, 1fr); align-items: center; gap: 34px; max-width: 980px; margin: 0px auto 30px; color: rgb(255, 255, 255); }

.assessment-hero__badge { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 150px; aspect-ratio: 1 / 1; padding: 18px 12px; border: 4px solid rgb(214, 161, 56); border-radius: 50%; background: rgb(255, 255, 255); color: rgb(16, 33, 60); text-align: center; box-shadow: rgba(0, 0, 0, 0.22) 0px 10px 30px, rgba(214, 161, 56, 0.14) 0px 0px 0px 2px inset; }

.assessment-hero__badge > span { display: block; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 21px; font-weight: 900; line-height: 1.25; white-space: nowrap; }

.assessment-hero__badge strong { display: inline-flex; align-items: baseline; justify-content: center; margin: 4px 0px 3px; color: rgb(185, 130, 24); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 37px; font-weight: 700; line-height: 1; white-space: nowrap; }

.assessment-hero__badge strong .badge-number { display: inline-block; font-size: 1em; line-height: 1; }

.assessment-hero__badge strong .badge-unit { display: inline-block; margin-left: 2px; font-size: 0.56em; line-height: 1; }

.assessment-hero__copy h2 { margin: 0px; color: rgb(255, 255, 255); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(32px, 4vw, 52px); font-weight: 900; line-height: 1.32; letter-spacing: 0.03em; text-shadow: rgba(0, 0, 0, 0.42) 0px 3px 10px; }

.assessment-hero__copy h2 span, .assessment-hero__copy p span { color: rgb(244, 211, 116); }

.assessment-hero__copy p { margin: 12px 0px 0px; color: rgba(255, 255, 255, 0.92); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(19px, 2vw, 28px); font-weight: 900; line-height: 1.45; letter-spacing: 0.03em; text-shadow: rgba(0, 0, 0, 0.34) 0px 2px 8px; }

.assessment-box { max-width: 980px; margin: 0px auto; padding: 42px 44px 46px; border-radius: 8px; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.22) 0px 24px 58px; }

.assessment-form { display: grid; gap: 28px; }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 20px 22px; }

.form-section-title { grid-column: 1 / -1; margin: 8px 0px 0px; padding: 0px 0px 10px; border-bottom: 1px solid rgba(20, 35, 59, 0.14); color: rgb(16, 33, 60); font-size: 18px; font-weight: 900; line-height: 1.45; letter-spacing: 0.03em; }

.form-field { display: grid; gap: 9px; }

.form-field > span { color: rgb(16, 33, 60); font-size: 14px; font-weight: 900; line-height: 1.4; }

.form-field em { display: inline-flex; align-items: center; margin-left: 6px; padding: 3px 7px; border-radius: 999px; background: rgb(217, 56, 48); color: rgb(255, 255, 255); font-size: 11px; font-style: normal; font-weight: 900; line-height: 1; }

.form-field input, .form-field select { width: 100%; min-height: 54px; padding: 13px 15px; border: 1px solid rgba(20, 35, 59, 0.16); border-radius: 6px; background: rgb(255, 255, 255); color: rgb(22, 35, 58); font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 15px; font-weight: 700; outline: none; transition: border-color 160ms, box-shadow 160ms; }

.form-field input:focus, .form-field select:focus { border-color: rgb(214, 161, 56); box-shadow: rgba(214, 161, 56, 0.18) 0px 0px 0px 3px; }

.assessment-form__submit { display: inline-flex; align-items: center; justify-content: center; justify-self: center; min-width: min(100%, 420px); min-height: 62px; padding: 15px 34px; border: 0px; border-radius: 999px; background: linear-gradient(rgb(240, 199, 93) 0%, rgb(203, 145, 33) 100%); color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 18px; font-weight: 900; letter-spacing: 0.04em; cursor: pointer; box-shadow: rgba(16, 33, 60, 0.22) 0px 14px 30px, rgba(255, 255, 255, 0.35) 0px 1px 0px inset; transition: transform 180ms, box-shadow 180ms; }

.assessment-form__submit:hover { transform: translateY(-2px); box-shadow: rgba(16, 33, 60, 0.28) 0px 18px 36px, rgba(255, 255, 255, 0.42) 0px 1px 0px inset; }

@media (max-width: 1100px) {
  .fv { min-height: 680px; }
  .fv__inner { min-height: 680px; }
  .fv__body { width: min(660px, 68%); }
  .fv__catch { font-size: clamp(38px, 4.6vw, 56px); }
  .fv__media { gap: 14px; }
}

@media (max-width: 900px) {
  .section { padding: 66px 0px 72px; }
  .reason-grid { grid-template-columns: 1fr; gap: 18px; }
  .reason-card { min-height: auto; }
}

@media (max-width: 820px) {
  .fv { min-height: 690px; }
  .fv__bg { background-position: 65% center; }
  .fv__filter { background: linear-gradient(90deg, rgba(3, 13, 34, 0.94) 0%, rgba(4, 23, 52, 0.82) 64%, rgba(6, 30, 67, 0.18) 100%), linear-gradient(rgba(2, 9, 22, 0.08) 0%, rgba(2, 8, 18, 0.78) 100%); }
  .fv__inner { min-height: 690px; padding-top: 22px; }
  .fv__body { width: 100%; padding-top: 34px; }
  .fv__micro { min-height: 44px; margin-bottom: 16px; padding: 7px 18px 8px; font-size: clamp(15px, 3.1vw, 19px); }
  .fv__catch { font-size: clamp(34px, 7.4vw, 50px); line-height: 1.35; }
  .fv__media { flex-direction: row; align-items: center; gap: 12px; margin-top: 22px; }
  .fv__media ul { min-height: 52px; }
  .fv__cta { min-height: 78px; gap: 14px; margin-top: 22px; padding: 9px 22px 9px 9px; }
  .fv__cta-free { flex-basis: 58px; width: 58px; height: 58px; }
  .fv__cta-text { white-space: normal; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .section-title { grid-template-columns: 42px minmax(0px, auto) 42px; gap: 14px; margin-bottom: 22px; }
  .section-title h2 { font-size: clamp(21px, 5.6vw, 28px); letter-spacing: 0.04em; }
  .section-lead { margin-bottom: 28px; text-align: left; }
  .reason-card { padding: 26px 20px 24px; }
}

@media (max-width: 520px) {
  .fv { min-height: 640px; }
  .fv__bg { background-position: 72% center; }
  .fv__inner { min-height: 640px; padding-top: 20px; }
  .fv__logo { width: 170px; }
  .fv__body { padding-top: 28px; }
  .pc-copy { display: none; }
  .sp-copy { display: block; }
  .fv__micro { max-width: 100%; min-height: 40px; margin-bottom: 14px; padding: 7px 13px 8px; font-size: clamp(13px, 3.8vw, 16px); line-height: 1.35; }
  .fv__micro::before, .fv__micro::after { width: 12px; }
  .fv__catch { font-size: clamp(30px, 8.2vw, 38px); line-height: 1.38; letter-spacing: 0.01em; }
  .fv__media { margin-top: 18px; }
  .media-achievement { font-size: 13px; }
  .fv__media ul { flex-wrap: nowrap; gap: 8px 12px; min-height: 44px; padding: 0px; }
  .fv__media li { min-width: 58px; }
  .fv__media img { max-width: 92px; height: 22px; }
  .fv__media li:first-child img { height: 20px; }
  .fv__media li:nth-child(2) img { height: 24px; max-width: 112px; }
  .fv__media li:nth-child(3) img { height: 30px; max-width: 82px; }
  .fv__cta { width: 100%; min-width: 0px; min-height: 72px; gap: 12px; margin-top: 18px; padding: 9px 16px 9px 9px; }
  .fv__cta-free { flex-basis: 52px; width: 52px; height: 52px; font-size: 14px; }
  .fv__cta-text { font-size: 18px; line-height: 1.3; }
  .fv__cta-arrow { font-size: 32px; }
}

@media (max-width: 620px) {
  .compare-table-wrap { margin-top: 30px; padding: 0px; overflow-x: auto; border-radius: 8px; }
  .compare-table { display: table; min-width: 760px; }
  .compare-table thead { display: table-header-group; }
  .compare-table tbody { display: table-row-group; }
  .compare-table tr { display: table-row; }
  .compare-table th, .compare-table td { display: table-cell; padding: 13px 12px; font-size: 13px; }
}

.site-footer { padding: 34px 0px 36px; background: rgb(16, 33, 60); color: rgb(255, 255, 255); font-family: "Yu Gothic", Meiryo, sans-serif; }

.site-footer__inner { display: grid; gap: 10px; text-align: center; }

.site-footer__company { margin: 0px; font-size: clamp(18px, 1.5vw, 22px); font-weight: 900; letter-spacing: 0.04em; }

.site-footer__info { display: grid; gap: 6px; margin: 0px; color: rgba(255, 255, 255, 0.88); font-size: clamp(13px, 1.05vw, 15px); font-style: normal; font-weight: 700; line-height: 1.75; }

.site-footer__copyright { margin: 14px 0px 0px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, 0.16); color: rgba(255, 255, 255, 0.68); font-family: Arial, "Yu Gothic", Meiryo, sans-serif; font-size: 12px; line-height: 1.5; }

.site-footer__info a { color: inherit; }

@media (max-width: 520px) {
  .site-footer { padding: 28px 0px 30px; }
  .site-footer__inner { text-align: left; }
}

@media (max-width: 700px) {
  .section-cta { padding: 28px 0px 30px; }
  .section-cta__inner { flex-direction: column; gap: 18px; }
  .section-cta__text { font-size: clamp(16px, 4.3vw, 19px); line-height: 1.7; }
  .section-cta__button { width: 100%; min-width: 0px; min-height: 56px; padding: 13px 18px; font-size: 16px; }
}

@media (max-width: 760px) {
  .media-section { padding: 52px 0px 58px; }
  .media-section__list { grid-template-columns: repeat(2, 1fr); }
  .media-section__item:nth-child(2) { border-right: 0px; }
  .media-section__item:nth-child(-n+2) { border-bottom: 1px solid rgba(20, 35, 59, 0.1); }
}

@media (max-width: 460px) {
  .media-section__list { grid-template-columns: 1fr; }
  .media-section__item, .media-section__item:nth-child(2) { min-height: 122px; border-right: 0px; border-bottom: 1px solid rgba(20, 35, 59, 0.1); }
  .media-section__item:last-child { border-bottom: 0px; }
  .media-section__item img { height: 30px; margin-bottom: 10px; }
  .media-section__item:nth-child(3) img { height: 30px; }
  .media-section__item:nth-child(4) img { height: 38px; }
}

@media (max-width: 820px) {
  .market-chance { padding: 56px 0px 60px; }
  .market-chance__inner { grid-template-columns: 1fr; gap: 30px; }
  .market-chance__content h2 { font-size: clamp(22px, 5.2vw, 30px); line-height: 1.5; }
  .market-chance__content p { margin-top: 18px; font-size: 15px; line-height: 1.9; }
}

@media (max-width: 520px) {
  .market-chance { padding: 46px 0px 50px; }
  .market-chance__inner { gap: 24px; }
  .market-chance__content h2 { font-size: clamp(21px, 5.8vw, 27px); line-height: 1.5; }
  .market-chance__content p { font-size: 14px; }
}

@media (max-width: 620px) {
  .faq-section { padding: 58px 0px 62px; }
  .faq-list { gap: 12px; }
  .faq-item summary { min-height: 62px; padding: 16px 48px 16px 18px; font-size: 15px; }
  .faq-item summary::before { margin-right: 9px; font-size: 19px; }
  .faq-item summary::after { right: 18px; }
  .faq-item p { padding: 0px 18px 18px 46px; font-size: 14px; line-height: 1.85; }
}

@media (max-width: 700px) {
  .assessment { padding: 54px 0px 60px; }
  .assessment-hero { grid-template-columns: 1fr; justify-items: center; gap: 18px; margin-bottom: 24px; text-align: center; }
  .assessment-hero__badge { width: 122px; padding: 14px 10px; border-width: 3px; }
  .assessment-hero__badge > span { font-size: 17px; line-height: 1.25; }
  .assessment-hero__badge strong { margin: 3px 0px; font-size: 29px; }
  .assessment-hero__copy h2 { font-size: clamp(27px, 8vw, 36px); line-height: 1.34; }
  .assessment-hero__copy p { margin-top: 10px; font-size: clamp(16px, 4.8vw, 21px); }
  .assessment-box { padding: 30px 18px 34px; }
  .form-grid { grid-template-columns: 1fr; gap: 18px; }
  .form-section-title { margin-top: 4px; }
  .form-field input, .form-field select { min-height: 52px; font-size: 14px; }
  .assessment-form__submit { width: 100%; min-width: 0px; font-size: 16px; }
}

@media (max-width: 620px) {
  .staff-section { padding: 58px 0px 62px; }
  .staff-section__content { text-align: left; }
  .staff-section__content p { font-size: 14px; }
}

@media (max-width: 620px) {
  .relocation-cards { grid-template-columns: 1fr; gap: 14px; margin-top: 30px; }
  .relocation-card { min-height: auto; padding: 22px 18px 20px; }
  .relocation-accordion { margin-top: 26px; }
  .relocation-item summary { min-height: 62px; padding: 16px 46px 16px 16px; font-size: 14px; line-height: 1.65; }
  .relocation-item summary::before { flex-basis: 24px; width: 24px; height: 24px; margin-right: 10px; font-size: 12px; }
  .relocation-item summary::after { right: 17px; }
  .relocation-item p { padding: 0px 16px 18px 50px; font-size: 14px; }
}

img { max-width: 100%; }

.section-title h2, .market-chance__content h2, .staff-section__content p, .section-cta__text, .relocation-section__text, .assessment-hero__copy h2, .assessment-hero__copy p { text-wrap: balance; }

.faq-item summary::before, .relocation-item summary::before { flex-shrink: 0; }

@media (max-width: 900px) {
  .relocation-cards { grid-template-columns: 1fr; }
  .relocation-card { min-height: auto; }
}

@media (max-width: 700px) {
  body { overflow-x: hidden; }
  .section-title { grid-template-columns: minmax(26px, 1fr) minmax(0px, auto) minmax(26px, 1fr); }
  .section-title h2 { max-width: 100%; word-break: normal; overflow-wrap: anywhere; }
  .section-lead br { display: none; }
  .market-chance__content h2 { max-width: none; }
  .market-chance__image { max-width: 520px; width: 100%; }
  .staff-section__content, .relocation-section__text { text-align: left; }
  .section-cta__text { text-align: center; }
  .faq-item summary, .relocation-item summary { align-items: flex-start; }
  .assessment-hero__copy h2 { max-width: none; margin-inline: auto; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1120px); }
  .section, .staff-section, .media-section, .faq-section, .relocation-section { padding-top: 54px; padding-bottom: 58px; }
  .section-title { gap: 10px; }
  .section-title h2 { font-size: clamp(20px, 5.4vw, 26px); line-height: 1.5; }
  .market-chance__content h2 { max-width: none; }
  .relocation-card h3, .faq-item summary, .relocation-item summary { line-height: 1.6; }
  .assessment-hero__copy h2 { max-width: none; font-size: clamp(24px, 6.8vw, 25px); }
  .assessment-box { border-radius: 8px; }
}

@media (max-width: 520px) {
  .market-chance__content h2 { font-size: clamp(19px, 5.05vw, 23px); line-height: 1.46; letter-spacing: 0.01em; }
}

@media (max-width: 520px) {
  .relocation-section__text { text-align: center; line-height: 1.85; }
  .relocation-section__question, .relocation-section__answer { display: block; }
  .relocation-section__separator { display: none; }
}

.relocation-section__question > span { display: inline; }

@media (max-width: 520px) {
  .relocation-section__question > span { display: block; }
}

@media (max-width: 700px) {
  .section-lead, .staff-section__content, .relocation-section__text { text-align: center; }
}

.sp-br { display: none; }

@media (max-width: 520px) {
  .sp-br { display: block; }
}



.flagships-reasons {
  padding: 72px 0 78px;
  background: #ffffff;
  color: #16233a;
}

.flagships-reasons__title {
  margin: 0 0 34px;
  color: #14233b;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.72);
}


.flagships-reasons__grid {
  margin-top: 0;
}

@media (max-width: 620px) {
  .flagships-reasons {
    padding: 58px 0 62px;
  }

  .flagships-reasons__title {
    margin-bottom: 26px;
    font-size: clamp(23px, 6.4vw, 30px);
    line-height: 1.45;
    letter-spacing: 0.01em;
  }

  }

.flagships-reasons__title h2 span {
  display: inline-block;
  margin: 0 0.08em;
  color: #d6a138;
  font-size: 1.55em;
  line-height: 0.9;
  vertical-align: -0.08em;
}

@media (max-width: 620px) {
  .flagships-reasons__title h2 span {
    font-size: 1.45em;
  }
}



.reason-card__image {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 16 / 9;
  background: #eef2f6;
}

.reason-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flagships-reasons .reason-card {
  display: flex;
  flex-direction: column;
}

@media (max-width: 620px) {
  .reason-card__image {
    margin-bottom: 16px;
  }
}

.flagships-reasons .reason-card {
  min-height: auto;
  padding: 18px 18px 20px;
  border: 1px solid rgba(214, 161, 56, 0.16);
  border-radius: 8px;
  background: #fbf7ec;
  box-shadow: 0 12px 28px rgba(20, 35, 59, 0.07);
}

.flagships-reasons .reason-card::before {
  display: none;
}

.reason-card__head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 58px;
  margin-bottom: 14px;
}

.flagships-reasons .reason-card__num {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #d9ac49 0%, #b9861e 100%);
  color: #ffffff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 4px 12px rgba(142, 97, 20, 0.22);
}

.flagships-reasons .reason-card h3 {
  margin: 0;
  color: #14233b;
  font-size: clamp(17px, 1.32vw, 20px);
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 0.02em;
}

.flagships-reasons .reason-card__image {
  margin: 0;
  aspect-ratio: 16 / 7.3;
  border-radius: 5px;
  background: #e9eef3;
}

@media (max-width: 900px) {
  .reason-card__head {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .flagships-reasons .reason-card {
    padding: 16px 16px 18px;
  }

  .reason-card__head {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 12px;
  }

  .flagships-reasons .reason-card__num {
    width: 38px;
    height: 38px;
    font-size: 23px;
  }

  .flagships-reasons .reason-card h3 {
    font-size: 16px;
  }
}

.achievement-section {
  padding: 72px 0 78px;
  background: transparent;
  color: #16233a;
}

.achievement-section__title {
  margin-bottom: 24px;
}

.achievement-section__lead {
  max-width: 860px;
  margin: 0 auto 34px;
  color: #4d5a6d;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}

.achievement-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.achievement-card {
  padding: 18px 18px 22px;
  border: 1px dashed rgba(20, 35, 59, 0.34);
  border-radius: 4px;
  background: #ffffff;
  font-family: "Yu Gothic", Meiryo, sans-serif;
}

.achievement-card__image {
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid rgba(20, 35, 59, 0.14);
  aspect-ratio: 16 / 5.5;
  background: #f2f2ed;
}

.achievement-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.achievement-card__data {
  display: grid;
  gap: 0;
  margin: 0;
}

.achievement-card__data div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px dotted rgba(20, 35, 59, 0.22);
}

.achievement-card__data dt,
.achievement-card__data dd {
  margin: 0;
  color: #253047;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.achievement-card__data dt {
  color: #5b6473;
}

.achievement-card__price {
  margin: 10px 0 0;
  color: #d9342c;
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 900;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .achievement-list {
    grid-template-columns: 1fr;
  }

  .achievement-card__image {
    aspect-ratio: 16 / 6;
  }
}

@media (max-width: 620px) {
  .achievement-section {
    padding: 58px 0 62px;
  }

  .achievement-section__lead {
    margin-bottom: 26px;
    font-size: 14px;
    text-align: center;
  }

  .achievement-card {
    padding: 16px 16px 20px;
  }

  .achievement-card__data div {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
  }

  .achievement-card__data dt,
  .achievement-card__data dd {
    font-size: 13px;
  }
}

.flow-section {
  padding: 72px 0 78px;
  background: #ffffff;
  color: #16233a;
}

.flow-section__title {
  margin-bottom: 24px;
}

.flow-section__lead {
  max-width: 820px;
  margin: 0 auto 34px;
  color: #4d5a6d;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  counter-reset: flow;
}

.flow-card {
  position: relative;
  min-height: 210px;
  padding: 24px 20px 22px;
  border: 1px solid rgba(20, 35, 59, 0.1);
  border-radius: 8px;
  background: transparent;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  box-shadow: 0 12px 28px rgba(20, 35, 59, 0.06);
}

.flow-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 22px;
  height: 22px;
  border-top: 2px solid rgba(214, 161, 56, 0.75);
  border-right: 2px solid rgba(214, 161, 56, 0.75);
  transform: translateY(-50%) rotate(45deg);
  background: #ffffff;
}

.flow-card:last-child::after {
  display: none;
}

.flow-card__step {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #10213c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}

.flow-card h3 {
  margin: 0 0 12px;
  color: #10213c;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 900;
  line-height: 1.5;
}

.flow-card p:not(.flow-card__step) {
  margin: 0;
  color: #566276;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-card::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .flow-section {
    padding: 58px 0 62px;
  }

  .flow-section__lead {
    margin-bottom: 26px;
    font-size: 14px;
    text-align: center;
  }

  .flow-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .flow-card {
    min-height: auto;
    padding: 22px 18px 20px;
  }
}

.flow-card__image {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(20, 35, 59, 0.08);
}

.flow-card__image img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.flow-card__note {
  margin-top: auto !important;
  padding-top: 16px;
  color: #c58a21 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
}

.flow-card {
  display: flex;
  flex-direction: column;
}

@media (max-width: 620px) {
  .flow-card__image {
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
  }

  .flow-card__image img {
    width: 38px;
    height: 38px;
  }
}

.flow-card__image {
  width: auto;
  height: auto;
  margin: 2px auto 18px;
  background: transparent;
  box-shadow: none;
}

.flow-card__image img {
  width: 58px;
  height: 58px;
}

.flow-card__note {
  margin-top: 8px !important;
  padding-top: 0;
}

@media (max-width: 620px) {
  .flow-card__image {
    width: auto;
    height: auto;
    margin: 0 auto 14px;
  }

  .flow-card__image img {
    width: 52px;
    height: 52px;
  }

  .flow-card__note {
    margin-top: 6px !important;
  }
}

.flow-card__step {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  width: auto;
  min-height: 0;
  margin: 0 auto 16px;
  padding: 0 0 10px;
  border-radius: 0;
  border-bottom: 1px solid rgba(214, 161, 56, 0.36);
  background: transparent;
  color: #10213c;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}


.flow-card__step {
  color: transparent;
  position: relative;
}

.flow-card__step::before {
  content: "STEP";
  color: #10213c;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.flow-card__step::after {
  content: "1";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d9ac49 0%, #b9861e 100%);
  color: #ffffff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 5px 14px rgba(142, 97, 20, 0.2);
}

.flow-card:nth-child(2) .flow-card__step::after {
  content: "2";
}

.flow-card:nth-child(3) .flow-card__step::after {
  content: "3";
}

.flow-card:nth-child(4) .flow-card__step::after {
  content: "4";
}

@media (max-width: 620px) {
  .flow-card__step {
    margin-bottom: 14px;
  }
}


.flow-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  min-height: 0;
  margin: 0 0 18px;
  padding: 0 0 8px;
  border-bottom: 2px solid #d6a138;
  border-radius: 0;
  background: transparent;
  color: #10213c;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  box-shadow: none;
}

.flow-card__step::before,
.flow-card__step::after {
  content: none !important;
}

@media (max-width: 620px) {
  .flow-card__step {
    margin-bottom: 14px;
    font-size: 12px;
  }
}

.flow-card__step {
  justify-self: flex-start;
  align-self: flex-start;
  width: fit-content;
}

.flow-card {
  overflow: hidden;
}

.flow-card::before {
  content: attr(data-step);
  position: absolute;
  top: 8px;
  left: 14px;
  z-index: 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: -1px -1px 0 rgba(214, 161, 56, 0.24), 1px -1px 0 rgba(214, 161, 56, 0.24), -1px 1px 0 rgba(214, 161, 56, 0.24), 1px 1px 0 rgba(214, 161, 56, 0.24);
  pointer-events: none;
}

.flow-card > * {
  position: relative;
  z-index: 1;
}

.flow-card__step {
  visibility: hidden;
  height: 42px;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
}

@media (max-width: 620px) {
  .flow-card::before {
    top: 8px;
    left: 14px;
    font-size: 56px;
  }

  .flow-card__step {
    height: 36px;
    margin-bottom: 2px;
  }
}

.flow-card__image img {
  width: 70px;
  height: 70px;
}

.flow-card::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 22px;
  height: 22px;
  border-top: 2px solid rgba(214, 161, 56, 0.75);
  border-right: 2px solid rgba(214, 161, 56, 0.75);
  transform: translateY(-50%) rotate(45deg);
  background: #ffffff;
}

.flow-card:last-child::after {
  display: none;
}

@media (max-width: 900px) {
  .flow-card::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .flow-card__image img {
    width: 62px;
    height: 62px;
  }
}

.flow-list {
  overflow: visible;
}

.flow-card {
  overflow: visible;
}

.flow-card__image img {
  width: 86px;
  height: 86px;
}

.flow-card::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 3;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 15px solid rgba(214, 161, 56, 0.9);
  border-right: 0;
  transform: translateY(-50%);
  background: transparent;
}

.flow-card:last-child::after {
  display: none;
}

@media (max-width: 900px) {
  .flow-card::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .flow-card {
    text-align: center;
  }

  .flow-card__image {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .flow-card__image img {
    width: 82px;
    height: 82px;
  }

  .flow-card h3 {
    line-height: 1.55;
  }

  .flow-card p:not(.flow-card__step) {
    line-height: 1.75;
  }
}

.voice-section__note {
  margin: 12px 0 0;
  color: #6b7280;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}

@media (max-width: 620px) {
  .voice-section__note {
    margin-top: 10px;
    text-align: center;
  }
}

.fv__body {
  width: min(760px, 70%);
}

.fv__catch .line {
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .fv__body {
    width: min(720px, 74%);
  }
}

@media (max-width: 820px) {
  .fv__body {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .fv__catch {
    font-size: clamp(28px, 7.2vw, 34px);
    line-height: 1.42;
  }
}

@media (max-width: 360px) {
  .fv__catch {
    font-size: 26px;
  }
}

@media (max-width: 520px) {
  .fv,
  .fv__inner {
    min-height: 580px;
  }

  .fv__inner {
    padding-bottom: 26px;
  }
}

@media (max-width: 520px) {
  .fv,
  .fv__inner {
    min-height: 530px;
  }
}

.fv__micro {
  min-height: auto;
  margin-bottom: 20px;
  padding: 10px 28px 11px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, #f4d374 0%, #d6a138 48%, #b9851f 100%);
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  color: #06152f;
}

.fv__micro::before,
.fv__micro::after {
  display: none;
}

@media (max-width: 520px) {
  .fv__micro {
    padding: 8px 18px 9px;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  }
}

.fv__micro {
  width: min(100%, 520px);
  justify-content: center;
  padding: 9px 30px 10px 24px;
  background: linear-gradient(90deg, #10213c 0%, #0b1a33 100%);
  color: #ffffff;
  font-size: clamp(15px, 1.05vw, 18px);
  letter-spacing: 0.06em;
  clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

@media (max-width: 520px) {
  .fv__micro {
    width: min(100%, 340px);
    padding: 8px 20px 9px 14px;
    font-size: clamp(12px, 3.25vw, 14px);
    letter-spacing: 0.03em;
    clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  }
}

@media (min-width: 821px) {
  .fv__micro {
    width: min(100%, 640px);
  }
}

.fv__micro {
  justify-content: flex-start;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 245, 239, 0.94) 100%);
  color: #10213c;
  font-size: clamp(17px, 1.28vw, 21px);
  text-align: left;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

@media (max-width: 520px) {
  .fv__micro {
    justify-content: flex-start;
    font-size: clamp(13px, 3.65vw, 16px);
    text-align: left;
  }
}

.fv__micro {
  width: min(100%, 470px);
  padding-right: 24px;
  background: linear-gradient(90deg, rgba(20, 35, 59, 0.9) 0%, rgba(38, 54, 78, 0.84) 100%);
  color: #f2e4b8;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}

@media (min-width: 821px) {
  .fv__micro {
    width: min(100%, 500px);
  }
}

@media (max-width: 520px) {
  .fv__micro {
    width: min(100%, 300px);
    padding-right: 18px;
    background: linear-gradient(90deg, rgba(20, 35, 59, 0.92) 0%, rgba(38, 54, 78, 0.86) 100%);
  }
}

.fv__cta {
  min-width: 0;
  width: fit-content;
  gap: 14px;
  padding-right: 20px;
}

.fv__cta-text {
  flex: 0 0 auto;
}

.fv__cta-arrow {
  margin-left: 2px;
}

@media (max-width: 520px) {
  .fv__cta {
    width: fit-content;
    max-width: 100%;
    gap: 10px;
    padding-right: 14px;
  }

  .fv__cta-text {
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  .section-title {
    grid-template-columns: minmax(44px, 1fr) minmax(0, 72%) minmax(44px, 1fr);
    gap: 8px;
  }

  .section-title h2 {
    justify-self: center;
    max-width: 100%;
  }
}

@media (max-width: 390px) {
  .section-title {
    grid-template-columns: minmax(36px, 1fr) minmax(0, 74%) minmax(36px, 1fr);
    gap: 7px;
  }
}

@media (max-width: 620px) {
  .section-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 48px;
  }

  .section-title::before,
  .section-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 42px;
    height: 2px;
    background: #6f7b89;
    transform: translateY(-50%);
  }

  .section-title::before {
    left: 0;
  }

  .section-title::after {
    right: 0;
  }

  .section-title > span {
    display: none;
  }

  .section-title h2 {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 390px) {
  .section-title {
    padding: 0 42px;
  }

  .section-title::before,
  .section-title::after {
    width: 36px;
  }
}

@media (max-width: 620px) {
  .section-title {
    padding: 0 52px;
  }

  .section-title::before,
  .section-title::after {
    width: 46px;
  }
}

@media (max-width: 390px) {
  .section-title {
    padding: 0 42px;
  }

  .section-title::before,
  .section-title::after {
    width: 40px;
  }
}

.point-section {
  background: #10213c;
  color: #ffffff;
  border-top: 1px solid rgba(214, 161, 56, 0.55);
  border-bottom: 1px solid rgba(214, 161, 56, 0.38);
  box-shadow: 0 10px 24px rgba(16, 33, 60, 0.18);
}

.point-section__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.point-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 150px;
  padding: 26px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.point-item:last-child {
  border-right: 0;
}

.point-item img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.point-item h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.point-item h2 span {
  color: #f4d374;
  font-size: 1.12em;
}

.point-item p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .point-section__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .point-item:nth-child(2) {
    border-right: 0;
  }

  .point-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 520px) {
  .point-section__inner {
    grid-template-columns: 1fr;
  }

  .point-item {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: auto;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .point-item:last-child {
    border-bottom: 0;
  }

  .point-item img {
    width: 44px;
    height: 44px;
  }

  .point-item h2 {
    font-size: 20px;
    line-height: 1.32;
  }

  .point-item p {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.55;
  }
}
/* POINT section final sizing */
.point-item {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  min-height: 136px;
  padding: 20px 16px;
}

.point-item img {
  width: 48px;
  height: 48px;
}

.point-item h2 {
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1.28;
}

.point-item p {
  margin-top: 9px;
  font-size: 12.5px;
  line-height: 1.5;
}

@media (max-width: 520px) {
  .point-item {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 18px 0;
  }

  .point-item img {
    width: 44px;
    height: 44px;
  }

  .point-item h2 {
    font-size: 20px;
    line-height: 1.32;
  }

  .point-item p {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.55;
  }
}

@media (max-width: 520px) {
  .point-item {
    min-height: auto;
  }
}

/* POINT section divider and text refinement */
.point-item {
  position: relative;
  border-right: 0;
}

.point-item::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 28px;
  width: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.point-item:last-child::after {
  display: none;
}

.point-item h2 {
  font-size: clamp(18px, 1.32vw, 22px);
  line-height: 1.28;
}

.point-item h2,
.point-item h2 span {
  white-space: nowrap;
}

.point-item p {
  font-size: 12px;
}

@media (max-width: 900px) {
  .point-item:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 520px) {
  .point-item::after {
    display: none;
  }

  .point-item h2 {
    font-size: 19px;
  }

  .point-item p {
    font-size: 12px;
  }
}

/* POINT section copy update */
.point-item {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  min-height: 124px;
  padding: 18px 12px;
}

.point-item img {
  width: 40px;
  height: 40px;
}

.point-item h2 {
  font-size: clamp(15px, 1.08vw, 17px);
  line-height: 1.38;
  letter-spacing: 0.01em;
}

.point-item h2 span {
  color: inherit;
  font-size: inherit;
}

.point-line {
  display: block;
  white-space: nowrap;
}

.point-line--accent {
  color: #f4d374 !important;
  font-size: 1.12em !important;
}

.point-item::after {
  top: 24px;
  bottom: 24px;
}

@media (max-width: 1100px) {
  .point-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .point-item img {
    width: 36px;
    height: 36px;
  }

  .point-item h2 {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .point-item {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 18px;
  }

  .point-item img {
    width: 44px;
    height: 44px;
  }

  .point-item h2 {
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .point-item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 17px 0;
  }

  .point-item img {
    width: 42px;
    height: 42px;
  }

  .point-item h2 {
    font-size: clamp(15px, 4vw, 17px);
    line-height: 1.42;
  }
}

.sales-strategy-section {
  padding: 72px 0 78px;
  background: #ffffff;
  color: #16233a;
}

.sales-strategy-section__title {
  margin-bottom: 24px;
}

.sales-strategy-section__lead {
  max-width: 820px;
  margin: 0 auto 34px;
  color: #4d5a6d;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}

.sales-strategy-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sales-strategy-card {
  position: relative;
  min-height: 246px;
  padding: 28px 24px 26px;
  overflow: hidden;
  border: 1px solid rgba(16, 33, 60, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  box-shadow: 0 16px 38px rgba(16, 33, 60, 0.08);
}

.sales-strategy-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #d6a138;
}

.sales-strategy-card__num {
  margin: 0 0 18px;
  color: rgba(214, 161, 56, 0.28);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 0.9;
}

.sales-strategy-card h3 {
  margin: 0 0 14px;
  color: #10213c;
  font-size: clamp(18px, 1.35vw, 21px);
  font-weight: 900;
  line-height: 1.55;
}

.sales-strategy-card p:not(.sales-strategy-card__num) {
  margin: 0;
  color: #526071;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

@media (max-width: 900px) {
  .sales-strategy-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sales-strategy-card {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .sales-strategy-section {
    padding: 58px 0 62px;
  }

  .sales-strategy-section__lead {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.8;
  }

  .sales-strategy-card {
    padding: 24px 18px 22px;
  }

  .sales-strategy-card__num {
    margin-bottom: 14px;
    font-size: 44px;
  }

  .sales-strategy-card h3 {
    font-size: 17px;
  }

  .sales-strategy-card p:not(.sales-strategy-card__num) {
    font-size: 13px;
    line-height: 1.75;
  }
}

/* Market chance title: keep the desktop heading to two lines */
@media (min-width: 821px) {
  .market-chance__inner {
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
    gap: 34px;
  }

  .market-chance__content h2 {
    font-size: clamp(22px, 1.82vw, 27px);
    line-height: 1.48;
  }

  .market-chance__line--nowrap {
    white-space: nowrap;
  }
}

@media (max-width: 820px) {
  .market-chance__line--nowrap {
    white-space: normal;
  }
}

/* Market chance title responsive copy */
.market-title-pc,
.market-title-sp {
  display: block;
}

.market-title-sp {
  display: none;
}

@media (max-width: 520px) {
  .market-title-pc {
    display: none;
  }

  .market-title-sp {
    display: block;
  }

  .market-chance__content h2 {
    font-size: clamp(20px, 5.3vw, 23px);
    line-height: 1.45;
    text-align: center;
  }

  .market-chance__content p {
    text-align: center;
  }
}

/* Other company comparison graph table */
.compare-table--graph {
  min-width: 960px;
}

.compare-table--graph thead th:first-child {
  background: #eef0ed;
  color: #ffffff;
}

.compare-table--graph thead .is-flagships {
  background: #fbf5ec;
  color: #ffffff;
}

.compare-table--graph .compare-table__other-head {
  background: #111b3a;
  color: #ffffff;
}

.compare-table--graph tbody th {
  background: #eff0ed;
  color: #101827;
}

.compare-table--graph .is-flagships {
  background: #fbf5ec;
  color: #f07a2a;
  font-weight: 900;
}

.compare-table--graph .compare-table__strong {
  color: #f07a2a;
  font-size: 16px;
}

.compare-table--graph td:not(.is-flagships) {
  background: #ffffff;
  color: #14233b;
}

.compare-table--graph th,
.compare-table--graph td {
  border-color: rgba(16, 33, 60, 0.22);
}

@media (max-width: 620px) {
  .compare-table--graph {
    min-width: 900px;
  }
}

/* Comparison table color polish for LP tone */
.compare-table-wrap {
  box-shadow: 0 18px 42px rgba(16, 33, 60, 0.12);
}

.compare-table--graph {
  border: 1px solid rgba(16, 33, 60, 0.14);
}

.compare-table--graph thead th:first-child,
.compare-table--graph thead .is-flagships,
.compare-table--graph .compare-table__other-head {
  background: #10213c;
  color: #ffffff;
}

.compare-table--graph thead .is-flagships {
  color: #f4d374;
}

.compare-table--graph tbody th {
  background: #f5f7fa;
  color: #10213c;
}

.compare-table--graph td:not(.is-flagships) {
  background: #ffffff;
  color: #26364f;
}

.compare-table--graph .is-flagships {
  background: #fff8e6;
  color: #b9821e;
}

.compare-table--graph .compare-table__strong {
  color: #c98924;
  font-size: 17px;
}

.compare-table--graph th,
.compare-table--graph td {
  border-color: rgba(16, 33, 60, 0.16);
}

.compare-table--graph tbody tr:nth-child(even) td:not(.is-flagships) {
  background: #fbfcfe;
}

.compare-table--graph tbody tr:nth-child(even) th {
  background: #eef2f6;
}

/* Comparison table header balance */
.compare-table--graph thead th {
  padding: 15px 18px;
  background: #10213c !important;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.45;
  text-align: center !important;
  border-right-color: rgba(255, 255, 255, 0.24);
}

.compare-table--graph thead th:first-child {
  width: 26%;
}

.compare-table--graph thead .is-flagships {
  position: relative;
  color: #ffffff !important;
  font-size: 15px !important;
  letter-spacing: 0.04em;
}

.compare-table--graph thead .is-flagships::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 9px;
  height: 2px;
  background: #d6a138;
  border-radius: 999px;
}

.compare-table--graph .compare-table__other-head {
  font-size: 15px !important;
}

@media (max-width: 620px) {
  .compare-table--graph thead th {
    padding: 13px 12px;
    font-size: 13px !important;
  }

  .compare-table--graph thead .is-flagships::after {
    left: 12px;
    right: 12px;
    bottom: 7px;
  }
}

/* Unified section lead paragraph sizing */
.section-lead,
.achievement-section__lead,
.sales-strategy-section__lead,
.flow-section__lead,
.staff-section__content p,
.relocation-section__text {
  font-size: clamp(15px, 1.18vw, 17px);
  line-height: 1.9;
}

@media (max-width: 620px) {
  .section-lead,
  .achievement-section__lead,
  .sales-strategy-section__lead,
  .flow-section__lead,
  .staff-section__content p,
  .relocation-section__text {
    font-size: 14px;
    line-height: 1.8;
  }
}

.market-chance__note {
  display: grid;
  gap: 4px;
  margin: 10px 0 0;
  color: #6b7280;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
}

@media (max-width: 820px) {
  .market-chance__note {
    max-width: 520px;
    margin-inline: auto;
  }
}

@media (max-width: 520px) {
  .market-chance__note {
    font-size: 10px;
    line-height: 1.5;
  }
}

@media (max-width: 520px) {
  .market-title-sp .market-chance__line {
    line-height: 1.42;
  }
}

@media (max-width: 520px) {
  .market-chance__content h2 {
    font-size: clamp(18px, 5vw, 20px);
  }

  .market-chance__line--sp-nowrap {
    white-space: nowrap;
  }
}

/* Five benefits card layout */
.flagships-reasons__grid {
  gap: 20px;
}

.flagships-reasons .reason-card {
  min-height: 100%;
}

.flagships-reasons .reason-card__image {
  margin-bottom: 14px;
}

.flagships-reasons .reason-card__text {
  margin: 0;
  color: #536071;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

.flagships-reasons .reason-card h3 {
  min-height: 3.1em;
}

@media (min-width: 901px) {
  .flagships-reasons__grid .reason-card:nth-child(4) {
    grid-column: 1 / span 1;
  }
}

@media (max-width: 620px) {
  .flagships-reasons .reason-card h3 {
    min-height: auto;
  }

  .flagships-reasons .reason-card__text {
    font-size: 13px;
    line-height: 1.7;
  }
}

/* Center five benefit cards on desktop */
@media (min-width: 901px) {
  .flagships-reasons__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .flagships-reasons__grid .reason-card {
    grid-column: span 2;
  }

  .flagships-reasons__grid .reason-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .flagships-reasons__grid .reason-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

.sales-strategy-section__lead--strong {
  display: grid;
  gap: 8px;
  max-width: 780px;
  margin-bottom: 0;
  color: #10213c;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.sales-strategy-section__lead--strong span {
  display: block;
}

.sales-strategy-section__lead--strong span:last-child {
  color: #b9821e;
}

@media (max-width: 620px) {
  .sales-strategy-section__lead--strong {
    gap: 6px;
    font-size: 15px;
    line-height: 1.75;
  }
}

.sales-proof-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 920px;
  margin: 0 auto;
}

.sales-proof-card {
  position: relative;
  min-height: 174px;
  padding: 30px 28px 28px;
  overflow: hidden;
  border: 1px solid rgba(214, 161, 56, 0.22);
  border-radius: 8px;
  background: #10213c;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(16, 33, 60, 0.14);
}

.sales-proof-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #f4d374 0%, #b9821e 100%);
}

.sales-proof-card::after {
  content: attr(data-num);
  position: absolute;
  right: 20px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.08);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
}

.sales-proof-card:first-child::after {
  content: "01";
}

.sales-proof-card:nth-child(2)::after {
  content: "02";
}

.sales-proof-card--gold {
  background: linear-gradient(135deg, #fff8e6 0%, #ffffff 100%);
  color: #10213c;
}

.sales-proof-card--gold::after {
  color: rgba(185, 130, 30, 0.13);
}

.sales-proof-card__label {
  margin: 0 0 12px;
  color: #f4d374;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sales-proof-card--gold .sales-proof-card__label {
  color: #b9821e;
}

.sales-proof-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(21px, 1.75vw, 28px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

@media (max-width: 820px) {
  .sales-proof-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 520px) {
  .sales-proof-card {
    min-height: 150px;
    padding: 24px 20px 22px;
  }

  .sales-proof-card h3 {
    font-size: 20px;
    line-height: 1.5;
  }

  .sales-proof-card::after {
    right: 14px;
    font-size: 66px;
  }
}

/* Convert proof cards to horizontal line blocks */
.sales-proof-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}

.sales-proof-card {
  min-height: auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;
  padding: 18px 24px;
  border: 1px solid rgba(214, 161, 56, 0.28);
  border-left: 6px solid #d6a138;
  border-radius: 0;
  background: #10213c;
  box-shadow: none;
}

.sales-proof-card::before,
.sales-proof-card::after {
  display: none;
}

.sales-proof-card--gold {
  background: #fff8e6;
  border-color: rgba(16, 33, 60, 0.14);
  border-left-color: #10213c;
}

.sales-proof-card__label {
  margin: 0;
  min-width: 122px;
  color: #f4d374;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.sales-proof-card--gold .sales-proof-card__label {
  color: #b9821e;
}

.sales-proof-card h3 {
  margin: 0;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.45;
  letter-spacing: 0.02em;
}

@media (max-width: 820px) {
  .sales-proof-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 520px) {
  .sales-proof-card {
    grid-template-columns: 1fr;
    row-gap: 7px;
    padding: 16px 18px;
  }

  .sales-proof-card__label {
    min-width: 0;
  }

  .sales-proof-card h3 {
    font-size: 17px;
    line-height: 1.5;
  }
}

/* Stack proof lines and unify to navy style */
.sales-proof-cards {
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 860px;
}

.sales-proof-card,
.sales-proof-card--gold {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  min-height: auto;
  padding: 18px 26px;
  border: 1px solid rgba(214, 161, 56, 0.28);
  border-left: 6px solid #d6a138;
  background: #10213c;
  color: #ffffff;
}

.sales-proof-card--gold .sales-proof-card__label,
.sales-proof-card__label {
  color: #f4d374;
}

.sales-proof-card--gold h3,
.sales-proof-card h3 {
  color: #ffffff;
}

@media (max-width: 520px) {
  .sales-proof-cards {
    gap: 12px;
  }

  .sales-proof-card,
  .sales-proof-card--gold {
    grid-template-columns: 1fr;
    padding: 16px 18px;
  }
}

.sales-proof-card,
.sales-proof-card--gold {
  grid-template-columns: 1fr;
}


/* Rebalance spacing around the proof-line section */
.sales-strategy-section {
  padding-bottom: 34px;
}

.sales-strategy-section__title {
  margin-bottom: 42px;
}

.sales-strategy-section + .staff-section {
  padding-top: 46px;
}

@media (max-width: 620px) {
  .sales-strategy-section {
    padding-bottom: 32px;
  }

  .sales-strategy-section__title {
    margin-bottom: 30px;
  }

  .sales-strategy-section + .staff-section {
    padding-top: 42px;
  }
}

/* Align benefit card headings */
.flagships-reasons .reason-card__head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  min-height: 58px;
  margin-bottom: 14px;
}

.flagships-reasons .reason-card__num {
  margin: 0;
  transform: none;
}

.flagships-reasons .reason-card h3 {
  min-height: auto;
  padding-top: 2px;
  font-size: clamp(16px, 1.18vw, 19px);
  line-height: 1.45;
  text-align: left;
}

@media (max-width: 620px) {
  .flagships-reasons .reason-card__head {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    min-height: auto;
    margin-bottom: 12px;
  }

  .flagships-reasons .reason-card h3 {
    padding-top: 1px;
    font-size: 16px;
  }
}

/* Vertically center benefit card headings with the number badge */
.flagships-reasons .reason-card__head {
  align-items: center;
}

.flagships-reasons .reason-card h3 {
  padding-top: 0;
}

@media (max-width: 620px) {
  .flagships-reasons .reason-card__head {
    align-items: center;
  }

  .flagships-reasons .reason-card h3 {
    padding-top: 0;
  }
}

/* Three-column comparison table */
.compare-table--three-col {
  min-width: 820px;
}

.compare-table--three-col thead th:first-child,
.compare-table--three-col tbody th {
  width: 34%;
}

.compare-table--three-col thead .is-flagships,
.compare-table--three-col tbody .is-flagships {
  width: 28%;
}

.compare-table--three-col .compare-table__other-head,
.compare-table--three-col td:not(.is-flagships) {
  width: 38%;
}

@media (max-width: 620px) {
  .compare-table--three-col {
    min-width: 760px;
  }
}

/* Mobile flow arrows */
@media (max-width: 620px) {
  .flow-list {
    gap: 34px;
  }

  .flow-card::after {
    display: block !important;
    content: "";
    position: absolute;
    top: auto;
    right: 50%;
    bottom: -24px;
    width: 0;
    height: 0;
    border-top: 12px solid #d6a138;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: translateX(50%);
    z-index: 2;
  }

  .flow-card:last-child::after {
    display: none !important;
  }
}

/* Stabilize mobile horizontal movement */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 620px) {
  .flow-section {
    overflow-x: hidden;
  }

  .flow-card::after {
    left: 50% !important;
    right: auto !important;
    bottom: -24px !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 12px solid #d6a138 !important;
    border-right: 10px solid transparent !important;
    border-bottom: 0 !important;
    border-left: 10px solid transparent !important;
    transform: translateX(-50%) !important;
    pointer-events: none;
  }

  .compare-table-wrap {
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }
}

/* Tighten first view bottom spacing on small screens */
@media (max-width: 520px) {
  .fv,
  .fv__inner {
    min-height: 450px;
  }

  .fv__inner {
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .fv__body {
    padding-top: 24px;
  }

  .fv__cta {
    margin-top: 22px;
  }
}

@media (max-width: 390px) {
  .fv,
  .fv__inner {
    min-height: 430px;
  }

  .fv__inner {
    padding-bottom: 18px;
  }
}

@media (max-width: 390px) {
  .fv,
  .fv__inner {
    min-height: 410px;
  }
}

/* Make achievement images taller */
.achievement-card__image {
  aspect-ratio: 16 / 9;
}

@media (max-width: 900px) {
  .achievement-card__image {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 620px) {
  .achievement-card__image {
    aspect-ratio: 4 / 5;
  }
}

/* Show full achievement images without cropping */
.achievement-card__image {
  background: #f5f7fa;
}

.achievement-card__image img {
  object-fit: contain;
}

.achievement-card__image {
  background: transparent;
}

.achievement-card__image {
  border: 0;
}

/* Staff profile cards */
.staff-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.staff-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(16, 33, 60, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(16, 33, 60, 0.08);
}

.staff-card__image {
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 4 / 5;
  background: transparent;
}

.staff-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.staff-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.staff-card__position {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0 0 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #10213c;
  color: #ffffff;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.staff-card h3 {
  margin: 0 0 14px;
  color: #10213c;
  font-size: clamp(19px, 1.35vw, 22px);
  font-weight: 900;
  line-height: 1.35;
}

.staff-card h3 span {
  display: block;
  margin-top: 4px;
  color: #7a8493;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.staff-card__career {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.staff-card__career li {
  position: relative;
  padding-left: 13px;
  color: #4d5a6d;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.staff-card__career li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d6a138;
}

@media (max-width: 1100px) {
  .staff-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .staff-card {
    padding: 20px;
  }

  .staff-card__career li {
    font-size: 12.5px;
  }
}

@media (max-width: 620px) {
  .staff-list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .staff-card {
    padding: 18px;
  }

  .staff-card__image {
    width: min(72%, 260px);
    margin-right: auto;
    margin-left: auto;
    aspect-ratio: 4 / 5;
    max-height: 320px;
  }

  .staff-card h3 {
    font-size: 20px;
  }

  .staff-card__career li {
    font-size: 12.5px;
    line-height: 1.65;
  }
}
/* Tighten achievement images on small screens */
@media (max-width: 620px) {
  .achievement-card {
    padding-top: 12px;
  }

  .achievement-card__image {
    margin-bottom: 10px;
    aspect-ratio: 16 / 9;
  }
}
/* Number decoration for sales proof lines */
.sales-proof-card,
.sales-proof-card--gold {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  column-gap: 20px;
}

.sales-proof-card::before,
.sales-proof-card::after,
.sales-proof-card--gold::before,
.sales-proof-card--gold::after {
  display: none !important;
  content: none !important;
}

.sales-proof-card__num {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(244, 211, 116, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #f4d374;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.sales-proof-card h3,
.sales-proof-card--gold h3 {
  min-width: 0;
}

@media (max-width: 520px) {
  .sales-proof-card,
  .sales-proof-card--gold {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 12px;
    padding: 16px 14px;
  }

  .sales-proof-card__num {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}
/* Body copy for sales proof lines */
.sales-proof-card,
.sales-proof-card--gold {
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
}

.sales-proof-card__body {
  min-width: 0;
}

.sales-proof-card__body h3 {
  margin-bottom: 8px;
}

.sales-proof-card__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

@media (max-width: 520px) {
  .sales-proof-card,
  .sales-proof-card--gold {
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
    padding: 16px 14px;
  }

  .sales-proof-card__body h3 {
    margin-bottom: 6px;
  }

  .sales-proof-card__body p {
    font-size: 13px;
    line-height: 1.7;
  }
}
/* Refined design for FLAGSHIPS reason proof cards */
.sales-proof-cards {
  gap: 18px;
  max-width: 920px;
}

.sales-proof-card,
.sales-proof-card--gold {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: stretch;
  column-gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 33, 60, 0.12);
  border-left: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(16, 33, 60, 0.08);
}

.sales-proof-card::before,
.sales-proof-card::after,
.sales-proof-card--gold::before,
.sales-proof-card--gold::after {
  display: none !important;
  content: none !important;
}

.sales-proof-card__num {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 128px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #10213c 0%, #172d50 100%);
  color: #f4d374;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.sales-proof-card__body {
  position: relative;
  min-width: 0;
  padding: 26px 30px 24px;
}

.sales-proof-card__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #d6a138 0%, rgba(214, 161, 56, 0.18) 100%);
}

.sales-proof-card__body h3,
.sales-proof-card--gold .sales-proof-card__body h3 {
  margin: 0 0 10px;
  color: #10213c;
  font-size: clamp(20px, 1.55vw, 25px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.sales-proof-card__body p,
.sales-proof-card--gold .sales-proof-card__body p {
  margin: 0;
  color: #4d5a6d;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

@media (max-width: 620px) {
  .sales-proof-cards {
    gap: 14px;
  }

  .sales-proof-card,
  .sales-proof-card--gold {
    grid-template-columns: 62px minmax(0, 1fr);
    border-radius: 8px;
  }

  .sales-proof-card__num {
    min-height: 150px;
    font-size: 22px;
  }

  .sales-proof-card__body {
    padding: 20px 16px 18px;
  }

  .sales-proof-card__body h3,
  .sales-proof-card--gold .sales-proof-card__body h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.45;
  }

  .sales-proof-card__body p,
  .sales-proof-card--gold .sales-proof-card__body p {
    font-size: 13px;
    line-height: 1.75;
  }
}
/* Remove top gold line from sales proof cards */
.sales-proof-card__body::before {
  display: none;
}
/* FV copy balance adjustments */
.fv__body {
  width: min(860px, 74%);
}

.fv__micro {
  width: min(100%, 760px);
  max-width: 760px;
  padding: 13px 28px 14px 24px;
  font-size: clamp(15px, 1.02vw, 18px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.035em;
}

.fv__micro span {
  display: block;
}

.fv__catch {
  font-weight: 900;
}

.fv__catch .line:first-child {
  font-weight: 900;
}

.fv__catch em {
  display: inline-block;
  color: var(--gold-light);
  font-size: 1.13em;
  font-weight: 900;
  line-height: 1.08;
}

@media (max-width: 900px) {
  .fv__body {
    width: 100%;
  }

  .fv__micro {
    width: min(100%, 680px);
    max-width: 680px;
    font-size: clamp(13px, 2.2vw, 16px);
    line-height: 1.65;
  }
}

@media (max-width: 520px) {
  .fv__micro {
    width: min(100%, 340px);
    max-width: 340px;
    padding: 9px 16px 10px 14px;
    font-size: clamp(12px, 3.25vw, 14px);
    line-height: 1.55;
  }

  .fv__catch em {
    font-size: 1.16em;
  }
}
/* FV final balance */
.fv__inner {
  min-height: 700px;
  padding-top: 28px;
  padding-bottom: 38px;
}

.fv__header {
  min-height: 56px;
}

.fv__logo {
  width: clamp(200px, 14vw, 252px);
}

.fv__body {
  width: min(940px, 78%);
  padding-top: 50px;
}

.fv__micro {
  width: min(100%, 820px);
  max-width: 820px;
  margin-bottom: 22px;
  padding: 12px 26px 13px 22px;
  font-size: clamp(15px, 0.98vw, 17px);
  line-height: 1.62;
}

.fv__catch {
  font-size: clamp(54px, 5vw, 80px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.01em;
  text-shadow:
    0 3px 10px rgba(0, 0, 0, 0.62),
    0 0 1px currentColor,
    0.7px 0 currentColor,
    -0.7px 0 currentColor;
}

.fv__catch em {
  font-size: 1.18em;
  font-weight: 900;
  letter-spacing: 0.015em;
  text-shadow:
    0 3px 10px rgba(0, 0, 0, 0.55),
    0 0 1px currentColor,
    0.8px 0 currentColor,
    -0.8px 0 currentColor;
}

.fv__cta {
  margin-top: 30px;
}

@supports (-webkit-text-stroke: 0.4px currentColor) {
  .fv__catch {
    -webkit-text-stroke: 0.35px currentColor;
  }

  .fv__catch em {
    -webkit-text-stroke: 0.45px currentColor;
  }
}

@media (max-width: 1100px) {
  .fv__body {
    width: min(820px, 82%);
    padding-top: 44px;
  }

  .fv__catch {
    font-size: clamp(44px, 5.2vw, 62px);
  }
}

@media (max-width: 900px) {
  .fv__inner {
    min-height: 660px;
  }

  .fv__body {
    width: 100%;
    padding-top: 38px;
  }

  .fv__micro {
    width: min(100%, 680px);
    max-width: 680px;
    margin-bottom: 20px;
  }

  .fv__catch {
    font-size: clamp(36px, 7.1vw, 52px);
    line-height: 1.2;
  }
}

@media (max-width: 520px) {
  .fv__inner {
    min-height: 450px;
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .fv__logo {
    width: 172px;
  }

  .fv__body {
    padding-top: 24px;
  }

  .fv__micro {
    width: min(100%, 340px);
    max-width: 340px;
    margin-bottom: 18px;
    padding: 9px 15px 10px 13px;
    font-size: clamp(12px, 3.25vw, 14px);
    line-height: 1.55;
  }

  .fv__catch {
    font-size: clamp(30px, 8vw, 37px);
    line-height: 1.24;
    text-shadow:
      0 3px 9px rgba(0, 0, 0, 0.62),
      0 0 1px currentColor,
      0.45px 0 currentColor,
      -0.45px 0 currentColor;
  }

  .fv__catch em {
    font-size: 1.2em;
  }

  .fv__cta {
    margin-top: 22px;
  }
}

@media (max-width: 390px) {
  .fv__inner {
    min-height: 430px;
  }

  .fv__catch {
    font-size: 29px;
  }
}
/* Six benefit cards: 3 columns on desktop */
.flagships-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.flagships-reasons__grid .reason-card,
.flagships-reasons__grid .reason-card:nth-child(4),
.flagships-reasons__grid .reason-card:nth-child(5),
.flagships-reasons__grid .reason-card:nth-child(6) {
  grid-column: auto;
}

@media (max-width: 900px) {
  .flagships-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .flagships-reasons__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/* Split phone number inputs */
.phone-inputs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.form-field .phone-inputs {
  color: #10213c;
}

.form-field .phone-inputs input {
  min-width: 0;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.phone-inputs__hyphen {
  color: #10213c;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 520px) {
  .phone-inputs {
    gap: 6px;
  }

  .form-field .phone-inputs input {
    padding-right: 8px;
    padding-left: 8px;
  }
}
/* Achievement section note */
.achievement-section__note {
  margin: 12px 0 0;
  color: #6b7280;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}

@media (max-width: 620px) {
  .achievement-section__note {
    margin-top: 10px;
    text-align: left;
  }
}
/* CTA action buttons */
.section-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex: 0 0 auto;
}

.section-cta__button--line {
  background: #06c755;
  box-shadow: 0 12px 26px rgba(6, 199, 85, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.section-cta__button--line:hover {
  background: #05b84e;
  box-shadow: 0 16px 32px rgba(6, 199, 85, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

@media (max-width: 760px) {
  .section-cta__actions {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .section-cta__actions .section-cta__button {
    width: 100%;
  }
}
/* Right align achievement note */
.achievement-section__note {
  text-align: right;
}

@media (max-width: 620px) {
  .achievement-section__note {
    text-align: right;
  }
}
/* FV impact copy tuning */
.fv__body {
  width: min(760px, 68%);
}

.fv__catch {
  font-size: clamp(64px, 5.8vw, 94px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.015em;
  text-shadow:
    0 4px 13px rgba(0, 0, 0, 0.68),
    0 0 2px currentColor,
    1px 0 currentColor,
    -1px 0 currentColor;
}

.fv__catch .line:first-child {
  font-size: 0.9em;
  font-weight: 900;
}

.fv__catch em {
  font-size: 1.28em;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow:
    0 4px 13px rgba(0, 0, 0, 0.6),
    0 0 2px currentColor,
    1.1px 0 currentColor,
    -1.1px 0 currentColor;
}

@supports (-webkit-text-stroke: 0.6px currentColor) {
  .fv__catch {
    -webkit-text-stroke: 0.6px currentColor;
  }

  .fv__catch em {
    -webkit-text-stroke: 0.72px currentColor;
  }
}

@media (max-width: 1100px) {
  .fv__body {
    width: min(720px, 78%);
  }

  .fv__catch {
    font-size: clamp(52px, 5.8vw, 72px);
  }
}

@media (max-width: 900px) {
  .fv__body {
    width: 100%;
  }

  .fv__catch {
    font-size: clamp(42px, 8vw, 58px);
    line-height: 1.12;
  }
}

@media (max-width: 520px) {
  .fv__catch {
    font-size: clamp(34px, 9.2vw, 44px);
    line-height: 1.14;
    letter-spacing: 0.01em;
  }

  .fv__catch .line:first-child {
    font-size: 0.88em;
  }

  .fv__catch em {
    font-size: 1.24em;
  }
}

@media (max-width: 390px) {
  .fv__catch {
    font-size: 32px;
  }
}
/* Compact FV CTA and add form LINE CTA */
.fv__cta {
  min-height: 66px;
  gap: 13px;
  margin-top: 26px;
  padding: 8px 20px 8px 9px;
}

.fv__cta-free {
  flex-basis: 50px;
  width: 50px;
  height: 50px;
  font-size: 14px;
}

.fv__cta-text {
  font-size: clamp(18px, 1.35vw, 24px);
}

.fv__cta-arrow {
  font-size: clamp(28px, 2vw, 38px);
}

.assessment-form__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.assessment-form__actions .assessment-form__submit,
.assessment-form__line {
  flex: 0 1 320px;
  min-width: 0;
  min-height: 60px;
}

.assessment-form__line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 999px;
  background: #06c755;
  color: #ffffff;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(6, 199, 85, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform 180ms, box-shadow 180ms, background-color 180ms;
}

.assessment-form__line::after {
  content: "›";
  margin-left: 10px;
  font-size: 26px;
  line-height: 1;
}

.assessment-form__line:hover {
  transform: translateY(-2px);
  background: #05b84e;
  box-shadow: 0 18px 36px rgba(6, 199, 85, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

@media (max-width: 620px) {
  .fv__cta {
    min-height: 60px;
    gap: 10px;
    margin-top: 18px;
    padding: 8px 14px 8px 8px;
  }

  .fv__cta-free {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    font-size: 13px;
  }

  .fv__cta-text {
    font-size: 16px;
  }

  .fv__cta-arrow {
    font-size: 28px;
  }

  .assessment-form__actions {
    flex-direction: column;
    gap: 12px;
  }

  .assessment-form__actions .assessment-form__submit,
  .assessment-form__line {
    width: 100%;
    flex-basis: auto;
    min-height: 56px;
    font-size: 16px;
  }
}
/* Make form CTA buttons clearly visible */
.assessment-form__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-self: center;
  width: min(100%, 720px);
  gap: 14px;
}

.assessment-form__actions .assessment-form__submit,
.assessment-form__actions .assessment-form__line {
  width: 100%;
  min-width: 0;
  flex: none;
}

.assessment-form__actions .assessment-form__line {
  min-height: 62px;
  background: #06c755;
  color: #ffffff;
}

@media (max-width: 620px) {
  .assessment-form__actions {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
/* FV two-button CTA and restore form CTA */
.fv__cta-group {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.fv__cta-group .fv__cta {
  margin-top: 0;
}

.fv__line-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 66px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #06c755;
  color: #ffffff;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(6, 199, 85, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform 180ms, box-shadow 180ms, background-color 180ms;
}

.fv__line-cta:hover {
  transform: translateY(-2px);
  background: #05b84e;
  box-shadow: 0 16px 34px rgba(6, 199, 85, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.fv__line-cta span {
  font-size: 28px;
  line-height: 1;
}

.assessment-form > .assessment-form__submit {
  justify-self: center;
}

@media (max-width: 760px) {
  .fv__cta-group {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }

  .fv__line-cta {
    min-height: 58px;
    padding: 10px 18px;
    font-size: 15px;
  }
}

@media (max-width: 520px) {
  .fv__cta-group {
    align-items: stretch;
    flex-direction: column;
    width: fit-content;
    max-width: 100%;
    margin-top: 18px;
  }

  .fv__cta-group .fv__cta,
  .fv__line-cta {
    width: fit-content;
    max-width: 100%;
  }

  .fv__line-cta {
    min-height: 52px;
    padding: 9px 16px;
    font-size: 14px;
  }
}
/* Equal width FV CTA buttons */
.fv__cta-group {
  align-items: stretch;
  width: min(100%, 640px);
}

.fv__cta-group .fv__cta,
.fv__line-cta {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}

.fv__cta-group .fv__cta {
  justify-content: center;
}

@media (max-width: 520px) {
  .fv__cta-group {
    width: min(100%, 300px);
  }

  .fv__cta-group .fv__cta,
  .fv__line-cta {
    width: 100%;
  }
}
/* Keep FV free badge inside equal-width CTA */
.fv__cta-group .fv__cta {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 18px;
}

.fv__cta-group .fv__cta-free {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  font-size: 13px;
}

.fv__cta-group .fv__cta-text {
  min-width: 0;
  font-size: clamp(17px, 1.2vw, 22px);
}

@media (max-width: 520px) {
  .fv__cta-group .fv__cta-free {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .fv__cta-group .fv__cta-text {
    font-size: 15px;
  }
}
/* Refine FV assessment CTA label */
.fv__cta-group .fv__cta {
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
}

.fv__cta-group .fv__cta-free {
  display: inline-flex;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  min-width: 0;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #ef5f4d;
  font-size: 12px;
  line-height: 1;
}

.fv__cta-group .fv__cta-text {
  flex: 0 1 auto;
  white-space: nowrap;
}

.fv__cta-group .fv__cta-arrow {
  flex: 0 0 auto;
  margin-left: 0;
}

@media (max-width: 520px) {
  .fv__cta-group .fv__cta {
    padding: 10px 14px;
  }

  .fv__cta-group .fv__cta-free {
    padding: 4px 7px;
    font-size: 11px;
  }
}
/* Polished FV CTA pair */
.fv__cta-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  width: min(100%, 700px);
  gap: 14px;
  margin-top: 28px;
}

.fv__cta-group .fv__cta,
.fv__line-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: stretch;
  width: 100%;
  min-width: 0;
  min-height: 72px;
  gap: 12px;
  padding: 13px 20px 13px 24px;
  border-radius: 999px;
  color: #ffffff;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(5, 13, 31, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform 180ms, box-shadow 180ms, background-color 180ms;
}

.fv__cta-group .fv__cta {
  background: linear-gradient(180deg, #f0c75d 0%, #cb9121 100%);
}

.fv__line-cta {
  background: #06c755;
}

.fv__cta-group .fv__cta:hover,
.fv__line-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(5, 13, 31, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.fv__line-cta:hover {
  background: #05b84e;
}

.fv__cta-content {
  display: grid;
  justify-items: center;
  gap: 3px;
  min-width: 0;
  line-height: 1.15;
}

.fv__cta-label {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.fv__cta-group .fv__cta-text {
  flex: none;
  min-width: 0;
  color: #ffffff;
  font-size: clamp(17px, 1.18vw, 22px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-shadow: 0 2px 5px rgba(91, 55, 7, 0.28);
}

.fv__line-cta .fv__cta-text {
  text-shadow: 0 2px 5px rgba(0, 80, 36, 0.28);
}

.fv__cta-group .fv__cta-arrow {
  flex: none;
  margin-left: 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  opacity: 0.9;
}

@media (max-width: 760px) {
  .fv__cta-group {
    width: min(100%, 620px);
    gap: 10px;
  }

  .fv__cta-group .fv__cta,
  .fv__line-cta {
    min-height: 64px;
    padding: 11px 16px 11px 18px;
  }

  .fv__cta-label {
    font-size: 11px;
  }

  .fv__cta-group .fv__cta-text {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .fv__cta-group {
    grid-template-columns: 1fr;
    width: min(100%, 300px);
    margin-top: 18px;
  }

  .fv__cta-group .fv__cta,
  .fv__line-cta {
    min-height: 58px;
    padding: 10px 15px 10px 18px;
  }

  .fv__cta-group .fv__cta-text {
    font-size: 15px;
  }

  .fv__cta-group .fv__cta-arrow {
    font-size: 24px;
  }
}

/* FV reference layout final override */
.fv {
  min-height: auto;
  overflow: hidden;
  background: #10213c;
}

.fv__bg {
  inset: 0 0 118px;
  background-position: center center;
  background-size: cover;
}

.fv__filter {
  inset: 0 0 118px;
  background:
    linear-gradient(90deg, rgba(4, 16, 38, 0.94) 0%, rgba(5, 20, 44, 0.72) 38%, rgba(5, 20, 44, 0.2) 78%, rgba(5, 20, 44, 0.06) 100%),
    linear-gradient(180deg, rgba(4, 16, 38, 0.08) 0%, rgba(4, 16, 38, 0.48) 100%);
}

.fv__filter::after {
  height: 38%;
  background: linear-gradient(180deg, rgba(16, 33, 60, 0) 0%, #10213c 100%);
}

.fv__inner {
  display: grid;
  min-height: 590px;
  padding-top: 58px;
  padding-bottom: 0;
  align-content: start;
}

.fv__header {
  min-height: 0;
  margin-bottom: 58px;
}

.fv__logo {
  width: clamp(150px, 10.5vw, 190px);
}

.fv__body {
  width: min(100%, 690px);
  padding-top: 0;
}

.fv__catch {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(58px, 5.35vw, 86px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.fv__catch .line {
  display: block;
  white-space: nowrap;
}

.fv__catch .line:first-child {
  font-size: 0.82em;
  font-weight: 900;
}

.fv__catch em {
  display: inline-block;
  color: #f4d374;
  font-size: 0.98em;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.015em;
  -webkit-text-stroke: 0;
}

.fv__cta-group {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 560px);
  margin-top: 34px;
}

.fv__cta-group .fv__cta,
.fv__line-cta {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  margin-top: 0;
  padding: 6px 15px;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(4, 13, 31, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.fv__cta-group .fv__cta {
  gap: 10px;
  padding-left: 7px;
  background: linear-gradient(180deg, #f0c75d 0%, #cb9121 100%);
}

.fv__line-cta {
  gap: 10px;
  background: #06c755;
}

.fv__cta-group .fv__cta:hover,
.fv__line-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(4, 13, 31, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.fv__line-cta:hover {
  background: #05b84e;
}

.fv__cta-free {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ef5f4d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: none;
}

.fv__cta-group .fv__cta-text,
.fv__line-cta .fv__cta-text {
  flex: 0 1 auto;
  min-width: 0;
  color: #ffffff;
  font-size: clamp(14px, 1.03vw, 17px);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-shadow: 0 2px 5px rgba(91, 55, 7, 0.28);
  white-space: nowrap;
}

.fv__line-cta .fv__cta-text {
  text-shadow: 0 2px 5px rgba(0, 80, 36, 0.28);
}

.fv__cta-group .fv__cta-arrow,
.fv__line-cta .fv__cta-arrow {
  flex: 0 0 auto;
  margin-left: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
  opacity: 0.92;
}

.fv__micro {
  display: block;
  width: 100vw;
  max-width: none;
  margin: 34px calc(50% - 50vw) 0;
  padding: 28px max(20px, calc((100vw - 1120px) / 2)) 26px;
  border: 0;
  border-radius: 0;
  background: #10213c;
  box-shadow: none;
  clip-path: none;
  color: #ffffff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.fv__micro::before,
.fv__micro::after {
  display: none;
}

.fv__micro span {
  display: block;
}

@media (max-width: 980px) {
  .fv__bg,
  .fv__filter {
    inset-bottom: 124px;
  }

  .fv__inner {
    min-height: 560px;
    padding-top: 44px;
  }

  .fv__header {
    margin-bottom: 54px;
  }

  .fv__body {
    width: min(100%, 620px);
  }

  .fv__catch {
    font-size: clamp(48px, 7vw, 68px);
  }
}

@media (max-width: 620px) {
  .fv__bg,
  .fv__filter {
    inset: 0 0 135px;
  }

  .fv__bg {
    background-image: url("../images/fv-sp-bg.png");
    background-position: center top;
  }

  .fv__filter {
    background:
      linear-gradient(90deg, rgba(4, 16, 38, 0.94) 0%, rgba(4, 16, 38, 0.76) 56%, rgba(4, 16, 38, 0.18) 100%),
      linear-gradient(180deg, rgba(4, 16, 38, 0.08) 0%, rgba(4, 16, 38, 0.62) 100%);
  }

  .fv__inner {
    min-height: 555px;
    padding-top: 30px;
  }

  .fv__header {
    margin-bottom: 66px;
  }

  .fv__logo {
    width: 150px;
  }

  .fv__body {
    width: 100%;
  }

  .fv__catch {
    font-size: clamp(39px, 11.5vw, 54px);
    line-height: 1.12;
    letter-spacing: 0.01em;
  }

  .fv__catch .line:first-child {
    font-size: 0.82em;
  }

  .fv__catch em {
    font-size: 0.98em;
  }

  .fv__cta-group {
    width: min(100%, 330px);
    gap: 8px;
    margin-top: 24px;
  }

  .fv__cta-group .fv__cta,
  .fv__line-cta {
    min-height: 44px;
    padding: 5px 11px;
  }

  .fv__cta-group .fv__cta {
    gap: 7px;
    padding-left: 5px;
  }

  .fv__cta-free {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .fv__cta-group .fv__cta-text,
  .fv__line-cta .fv__cta-text {
    font-size: 12px;
    letter-spacing: 0.02em;
  }

  .fv__cta-group .fv__cta-arrow,
  .fv__line-cta .fv__cta-arrow {
    font-size: 20px;
  }

  .fv__micro {
    margin-top: 24px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 13.5px;
    line-height: 1.72;
    letter-spacing: 0.015em;
  }
}

@media (max-width: 390px) {
  .fv__inner {
    min-height: 540px;
  }

  .fv__header {
    margin-bottom: 58px;
  }

  .fv__catch {
    font-size: clamp(35px, 10.6vw, 42px);
  }

  .fv__cta-group {
    width: min(100%, 310px);
  }

  .fv__cta-group .fv__cta-text,
  .fv__line-cta .fv__cta-text {
    font-size: 11.5px;
  }
}
/* FV vertical trim */
.fv__inner {
  min-height: auto;
}

@media (max-width: 980px) {
  .fv__inner {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .fv__inner {
    min-height: auto;
  }
}

@media (max-width: 390px) {
  .fv__inner {
    min-height: auto;
  }
}
/* FV background and headline refinement */
.fv__bg {
  background-position: center top;
}

.fv__catch {
  font-size: clamp(56px, 5.05vw, 82px);
  font-weight: 720;
  line-height: 1.18;
  letter-spacing: 0.018em;
  -webkit-text-stroke: 0;
}

.fv__catch .line:first-child {
  font-weight: 700;
}

.fv__catch em {
  font-weight: 850;
  -webkit-text-stroke: 0;
}

@media (max-width: 980px) {
  .fv__bg {
    background-position: center top;
  }

  .fv__catch {
    font-size: clamp(46px, 6.8vw, 64px);
    line-height: 1.18;
  }
}

@media (max-width: 620px) {
  .fv__bg {
    background-position: center top;
  }

  .fv__header {
    margin-bottom: 58px;
  }

  .fv__catch {
    font-size: clamp(37px, 10.7vw, 50px);
    line-height: 1.18;
  }
}

@media (max-width: 390px) {
  .fv__catch {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.18;
  }
}
/* FV background position fine tune */
.fv__bg {
  background-position: center 18%;
}

@media (max-width: 980px) {
  .fv__bg {
    background-position: center 14%;
  }
}

@media (max-width: 620px) {
  .fv__bg {
    background-position: center 10%;
  }
}
/* FV micro and point divider adjustment */
.fv__micro {
  border-top: 1px solid rgba(214, 161, 56, 0.72);
}

.point-section {
  border-top: 0;
}
/* FV unique word emphasis */
.fv__unique {
  color: #f4d374;
  font-size: 1.16em;
  font-weight: 900;
}
/* FV micro copy line balance */
.fv__micro {
  font-size: clamp(15px, 1.12vw, 18px);
}

.fv__unique {
  font-size: 1.1em;
}

@media (max-width: 620px) {
  .fv__micro {
    font-size: 13px;
    line-height: 1.75;
  }

  .fv__unique {
    font-size: 1.08em;
  }
}
/* FV unique inline fix */
.fv__micro > span {
  display: block;
}

.fv__micro .fv__unique {
  display: inline;
  white-space: nowrap;
}
/* FV micro copy size restore */
.fv__micro {
  font-size: clamp(16px, 1.2vw, 20px);
}

.fv__micro .fv__unique {
  font-size: 1.12em;
}

@media (max-width: 620px) {
  .fv__micro {
    font-size: 13.5px;
  }
}
/* FV wide desktop position adjustment */
@media (min-width: 1440px) {
  .fv__inner.container {
    width: min(100% - 120px, 1580px);
  }
}

@media (min-width: 1680px) {
  .fv__inner.container {
    width: min(100% - 180px, 1580px);
  }
}
/* FV center alignment and logo position */
.fv__inner.container {
  width: min(100% - 48px, 1120px);
  padding-top: 42px;
}

.fv__header {
  margin-bottom: 48px;
}

.fv__body {
  width: min(100%, 720px);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.fv__cta-group {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1440px) {
  .fv__inner.container {
    width: min(100% - 120px, 1320px);
  }
}

@media (min-width: 1680px) {
  .fv__inner.container {
    width: min(100% - 160px, 1320px);
  }
}

@media (max-width: 620px) {
  .fv__inner.container {
    width: min(100% - 28px, 1120px);
    padding-top: 24px;
  }

  .fv__header {
    margin-bottom: 54px;
  }

  .fv__body {
    text-align: left;
  }

  .fv__cta-group {
    margin-left: 0;
  }
}
/* FV height rebalance */
.fv__inner {
  min-height: 610px;
}

@media (max-width: 980px) {
  .fv__inner {
    min-height: 570px;
  }
}

@media (max-width: 620px) {
  .fv__inner {
    min-height: 530px;
  }
}

@media (max-width: 390px) {
  .fv__inner {
    min-height: 515px;
  }
}
/* FV PC left / SP center alignment */
.fv__body {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.fv__cta-group {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 620px) {
  .fv__body {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .fv__cta-group {
    margin-left: auto;
    margin-right: auto;
  }
}
/* FV left block slight center shift */
.fv__body {
  margin-left: clamp(28px, 5vw, 86px);
}

.fv__cta-group {
  margin-left: clamp(28px, 5vw, 86px);
}

@media (max-width: 980px) {
  .fv__body,
  .fv__cta-group {
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .fv__body,
  .fv__cta-group {
    margin-left: auto;
  }
}
/* FV align logo and main block */
.fv__inner.container {
  --fv-content-shift: clamp(28px, 5vw, 86px);
}

.fv__header,
.fv__body,
.fv__cta-group {
  margin-left: var(--fv-content-shift);
}

.fv__body {
  margin-right: auto;
}

@media (max-width: 980px) {
  .fv__inner.container {
    --fv-content-shift: 0px;
  }
}

@media (max-width: 620px) {
  .fv__header,
  .fv__body,
  .fv__cta-group {
    margin-left: auto;
    margin-right: auto;
  }
}
/* FV final alignment and height reset */
.fv__inner.container {
  --fv-content-shift: clamp(44px, 6vw, 104px);
  min-height: 680px;
  padding-top: 46px;
}

.fv__header {
  margin-left: var(--fv-content-shift);
  margin-right: 0;
  margin-bottom: 62px;
}

.fv__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 760px);
  margin-left: var(--fv-content-shift);
  margin-right: auto;
  text-align: left;
}

.fv__catch {
  width: 100%;
  text-align: left;
}

.fv__cta-group {
  align-self: flex-start;
  width: min(100%, 560px);
  margin-left: 0;
  margin-right: 0;
}

.fv__micro {
  margin-top: 64px;
}

@media (max-width: 980px) {
  .fv__inner.container {
    --fv-content-shift: 0px;
    min-height: 640px;
  }

  .fv__header {
    margin-left: 0;
  }

  .fv__body {
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .fv__inner.container {
    min-height: 575px;
    padding-top: 24px;
  }

  .fv__header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 54px;
  }

  .fv__body {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .fv__catch {
    text-align: center;
  }

  .fv__cta-group {
    align-self: center;
    width: min(100%, 330px);
    margin-left: auto;
    margin-right: auto;
  }

  .fv__micro {
    margin-top: 34px;
  }
}
/* FV micro bottom spacing trim */
.fv__micro {
  padding-bottom: 14px;
}

@media (max-width: 620px) {
  .fv__micro {
    padding-bottom: 16px;
  }
}
/* FV remove unused space below micro copy */
.fv__inner.container {
  min-height: auto;
}

.fv__header {
  margin-bottom: 70px;
}

.fv__micro {
  margin-top: 70px;
  padding-bottom: 14px;
}

@media (max-width: 980px) {
  .fv__inner.container {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .fv__inner.container {
    min-height: auto;
  }

  .fv__header {
    margin-bottom: 58px;
  }

  .fv__micro {
    margin-top: 38px;
    padding-bottom: 16px;
  }
}
/* FV SP headline and background depth */
@media (max-width: 620px) {
  .fv__bg {
    background-size: auto 100%;
    background-position: center top;
  }

  .fv__catch {
    line-height: 1.28;
  }

  .fv__catch .line + .line {
    margin-top: 6px;
  }
}

@media (max-width: 390px) {
  .fv__bg {
    background-size: auto 100%;
    background-position: center top;
  }

  .fv__catch {
    line-height: 1.3;
  }

  .fv__catch .line + .line {
    margin-top: 7px;
  }
}
/* FV SP background no side gaps */
@media (max-width: 620px) {
  .fv__bg {
    background-size: cover;
    background-position: center 8%;
  }
}

@media (max-width: 390px) {
  .fv__bg {
    background-size: cover;
    background-position: center 8%;
  }
}
/* FV PC logo position adjustment */
@media (min-width: 981px) {
  .fv__header {
    margin-left: clamp(0px, 1.8vw, 28px);
    margin-bottom: 58px;
  }
}
/* FV PC logo vertical adjustment */
@media (min-width: 981px) {
  .fv__inner.container {
    padding-top: 30px;
  }

  .fv__header {
    margin-left: var(--fv-content-shift);
    margin-bottom: 74px;
  }
}
/* SP comparison table: show FLAGSHIPS column sooner */
@media (max-width: 620px) {
  .compare-table-wrap {
    margin-right: -4px;
    margin-left: -4px;
  }

  .compare-table--graph.compare-table--three-col {
    min-width: 640px;
  }

  .compare-table--three-col thead th:first-child,
  .compare-table--three-col tbody th {
    width: 24%;
    min-width: 148px;
  }

  .compare-table--three-col thead .is-flagships,
  .compare-table--three-col tbody .is-flagships {
    width: 32%;
    min-width: 200px;
  }

  .compare-table--three-col .compare-table__other-head,
  .compare-table--three-col td:not(.is-flagships) {
    width: 44%;
    min-width: 280px;
  }

  .compare-table--graph th,
  .compare-table--graph td {
    padding: 11px 8px;
    font-size: 12px;
    line-height: 1.45;
    white-space: normal;
  }

  .compare-table--graph thead th {
    font-size: 12px !important;
  }

  .compare-table--graph .compare-table__strong {
    font-size: 13px;
  }
}
/* SP comparison table: balance other company column */
@media (max-width: 620px) {
  .compare-table--graph.compare-table--three-col {
    min-width: 600px;
  }

  .compare-table--three-col thead th:first-child,
  .compare-table--three-col tbody th {
    width: 25%;
    min-width: 144px;
  }

  .compare-table--three-col thead .is-flagships,
  .compare-table--three-col tbody .is-flagships {
    width: 34%;
    min-width: 198px;
  }

  .compare-table--three-col .compare-table__other-head,
  .compare-table--three-col td:not(.is-flagships) {
    width: 41%;
    min-width: 246px;
  }
}
/* SP comparison table: tighten other company column */
@media (max-width: 620px) {
  .compare-table--graph.compare-table--three-col {
    min-width: 560px;
  }

  .compare-table--three-col thead th:first-child,
  .compare-table--three-col tbody th {
    width: 26%;
    min-width: 138px;
  }

  .compare-table--three-col thead .is-flagships,
  .compare-table--three-col tbody .is-flagships {
    width: 35%;
    min-width: 190px;
  }

  .compare-table--three-col .compare-table__other-head,
  .compare-table--three-col td:not(.is-flagships) {
    width: 39%;
    min-width: 220px;
  }

  .compare-table--three-col .compare-table__other-head,
  .compare-table--three-col td:not(.is-flagships),
  .compare-table--three-col thead .is-flagships,
  .compare-table--three-col tbody .is-flagships {
    padding-right: 7px;
    padding-left: 7px;
  }
}
/* PC comparison table: balance other company column */
@media (min-width: 621px) {
  .compare-table--three-col thead th:first-child,
  .compare-table--three-col tbody th {
    width: 30%;
  }

  .compare-table--three-col thead .is-flagships,
  .compare-table--three-col tbody .is-flagships {
    width: 33%;
  }

  .compare-table--three-col .compare-table__other-head,
  .compare-table--three-col td:not(.is-flagships) {
    width: 37%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .compare-table--three-col thead .is-flagships,
  .compare-table--three-col tbody .is-flagships {
    padding-right: 14px;
    padding-left: 14px;
  }
}
/* Page top fixed button */
.page-top-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(244, 211, 116, 0.72);
  border-radius: 50%;
  background: rgba(16, 33, 60, 0.92);
  box-shadow: 0 10px 24px rgba(4, 13, 31, 0.28);
  color: #f4d374;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.page-top-button:hover {
  transform: translateY(-2px);
  background: #10213c;
  box-shadow: 0 14px 30px rgba(4, 13, 31, 0.36);
}

@media (max-width: 620px) {
  .page-top-button {
    right: 12px;
    bottom: 12px;
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}