:root {
  --navy: #063f96;
  --blue: #154eb2;
  --light-blue: #e6f2ff;
  --ranking: #728ec1;
  --coral: #ff625e;
  --red: #f2182b;
  --yellow: #ffed00;
  --ink: #111;
  --line: #d8d8d8;
  --cream: #fffdf0;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #e8e8e8;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "halt" 1;
  line-height: 1.65;
  text-spacing-trim: trim-all;
  -webkit-font-smoothing: antialiased;
}
@supports (text-spacing-trim: trim-all) {
  body { font-feature-settings: normal; }
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }

.site {
  width: min(100%, 804px);
  margin-inline: auto;
  background: #fff;
  box-shadow: 0 0 24px rgb(0 0 0 / 8%);
  overflow-x: clip;
  overflow-y: visible;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.section-pad { padding-inline: clamp(20px, 4.7vw, 38px); }
.sp-only { display: none; }

.image-heading,
.section-visual {
  width: 100%;
  margin: 0;
}
.image-heading img,
.section-visual img { width: 100%; }

.hero img { width: 100%; }
.intro { padding-block: 18.46px 23.08px; font-size: clamp(20.4px, 3.6vw, 31.2px); font-weight: 500; line-height: 1.55; }
.intro p { margin: 0; }
.intro strong { color: #f00000; font-weight: 900; }

.blue-heading {
  background-color: #064ba9;
  color: #fff;
  text-align: center;
}
.comparison__heading { padding: 34px 20px 30px; }
.latest-label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 5px 34px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 4px rgb(0 0 0 / 22%);
  color: #050505;
  font-size: clamp(17px, 3.3vw, 27px);
  font-weight: 900;
  line-height: 1.45;
}
.latest-label .js-latest::first-letter { color: inherit; }
.latest-label .js-latest__suffix { color: #f00; }
.comparison__heading h2 {
  margin: 0;
  font-size: clamp(22px, 4.4vw, 38px);
  font-weight: 900;
  line-height: 1.25;
  text-shadow: 0 4px 4px rgb(0 0 0 / 32%);
}
.comparison__heading h2 span { color: var(--yellow); font-size: 1.25em; }
.comparison__eyebrow { margin: 0 0 4.62px; font-size: clamp(17px, 3vw, 25px); font-weight: 900; }

/* Figma 2046:554: top comparison title typography (1.2x) */
#comparison-top .latest-label { font-size: clamp(20.4px, 3.96vw, 32.4px); }
#comparison-top .comparison__heading h2 { font-size: clamp(26.4px, 5.28vw, 45.6px); }

.comparison__scroll {
  position: relative;
  overflow: visible;
}
.comparison-table {
  width: 100%;
  table-layout: fixed;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  background: #fff;
  text-align: center;
}
.comparison-table thead {
  position: sticky;
  top: 0;
  z-index: 20;
  isolation: isolate;
  background: #fff;
  box-shadow: 0 1px 0 var(--line);
}
.comparison-table th,
.comparison-table td { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.comparison-table tr > *:first-child { border-left: 1px solid var(--line); }
.comparison-table__clinic {
  position: relative;
  height: 336px;
  padding: 82px 16px 19px;
  background: #fff;
  vertical-align: top;
}
.comparison-table__clinic--first,
.comparison-table .is-recommended { background: var(--cream); }
.comparison-table__crown {
  position: absolute;
  top: 17px;
  left: 50%;
  width: 67px;
  height: 59px;
  object-fit: contain;
  transform: translateX(-50%);
}
.comparison-table__thumb { width: 100%; aspect-ratio: 600 / 486; object-fit: cover; }
.comparison-table__clinic a { display: block; color: #001bff; font-size: 20.4px; font-weight: 800; line-height: 1.3; text-underline-offset: 3.08px; }
.comparison-table__clinic a span { display: block; margin-top: 12px; }
.comparison-table__label th {
  padding: 7px 10px;
  background: #06368c;
  color: #fff;
  font-size: clamp(22.8px, 3.72vw, 32.4px);
  font-weight: 900;
  line-height: 1.25;
}
.comparison-table__label small { font-size: .66em; }
.comparison-table td {
  height: 178px;
  padding: 18px 9px;
  vertical-align: middle;
  font-size: clamp(16.8px, 3vw, 25.2px);
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.comparison-table td > strong,
.comparison-table td > small,
.comparison-table td > del,
.comparison-table td > em { display: block; }
.comparison-table td > strong { font-size: 1.15em; font-weight: 900; }
.comparison-table__price-value {
  display: inline-block;
  position: relative;
}
.comparison-table__note-mark {
  position: absolute;
  top: -.25em;
  right: -2.15em;
  font-size: clamp(6px, 1.1vw, 10px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.comparison-table td > small { margin-top: 1.54px; font-size: .72em; line-height: 1.3; }
.comparison-table td > .comparison-table__highlight {
  width: fit-content;
  margin-inline: auto;
  background-image: linear-gradient(#faef2b, #faef2b);
  background-position: center calc(100% - .06em);
  background-repeat: no-repeat;
  background-size: 100% clamp(5.5px, 1.49vw, 12px);
}
.comparison-table td > del { font-size: .84em; font-weight: 500; }
.comparison-table td > em {
  width: fit-content;
  margin: 7px auto 0;
  padding: 2px 12px;
  border-radius: 2px;
  background: var(--red);
  color: #fff;
  font-size: 1.05em;
  font-style: normal;
  font-weight: 900;
}
.comparison-table td > .comparison-table__discount--hidden {
  visibility: hidden;
}
.comparison-table__score td { height: 156px; }
.stars { display: block; color: #ffd200; font-size: clamp(22px, 4vw, 36px); letter-spacing: -2.31px; line-height: 1; white-space: nowrap; }
.stars i { color: #c8c8c8; font-style: normal; }
.comparison-table__score strong { margin-top: 9.23px; color: #f00b22; font-size: clamp(43.2px, 7.92vw, 69.6px) !important; line-height: 1; }
.comparison-table__score strong small { font-size: .45em; }
.mark { display: block; margin-bottom: 6.15px; font-size: clamp(54px, 9vw, 78px); font-weight: 500; line-height: .8; }
.mark--best { color: #ed0b24; }
.mark--good { color: #f3a300; }
.mark--triangle { color: #3d93d2; font-size: clamp(58px, 10vw, 84px); }
.mark--blue { color: #234e9b; }
.mark--muted { color: #b2b2b2; }
.comparison-table .mark {
  --mark-size: clamp(60px, 10vw, 80px);
  display: flex;
  width: var(--mark-size);
  height: var(--mark-size);
  align-items: center;
  justify-content: center;
  margin: 0 auto 6.15px;
  font-family: "Segoe UI Symbol", Arial, sans-serif;
  font-size: var(--mark-size);
  font-weight: 700;
  line-height: 1;
}
.comparison-table .mark--best {
  position: relative;
  font-size: 0;
  font-weight: 400;
  -webkit-text-stroke: 0;
}
.comparison-table .mark--best::before,
.comparison-table .mark--best::after {
  position: absolute;
  border: clamp(2px, .4vw, 3px) solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}
.comparison-table .mark--best::before {
  width: 78%;
  height: 78%;
}
.comparison-table .mark--best::after {
  width: 44%;
  height: 44%;
}
.comparison-table .mark--good { font-size: clamp(66px, 11vw, 88px); }
.comparison-table .mark--triangle { font-size: clamp(63px, 10.5vw, 84px); }
.comparison-table__data td { vertical-align: top; }
.comparison-table__feature td { height: 188px; padding: 18px 9px; text-align: left; vertical-align: top; }
.comparison-table__feature strong { display: inline !important; color: #f21928; background: linear-gradient(transparent 65%, #ffef00 65%); }
.comparison-table__cta-row td { height: auto; padding: 17px 16px 23px; }
.mini-cta {
  position: relative;
  display: flex;
  width: calc(100% - 4px);
  min-height: 72px;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding-right: 12.083%;
  border-radius: 9px;
  background: var(--coral);
  box-shadow: 0 5px 0 #c9433f;
  color: #fff;
  font-size: clamp(19.2px, 4.08vw, 33.6px);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}
.mini-cta span { position: absolute; top: 50%; right: 8.333%; display: inline-grid; width: 12.5%; height: auto; aspect-ratio: 1; place-items: center; padding-bottom: 1px; overflow: hidden; border-radius: 50%; background: #fff; color: var(--coral); font-family: Arial, sans-serif; font-size: clamp(12px, 2.75vw, 22px); font-weight: 700; line-height: 1; transform: translateY(-50%); }
.comparison__note { margin: 9.23px 15.38px 32.31px; font-size: 12px; text-align: right; }
.comparison__note span { display: block; }

.pattern-heading {
  position: relative;
  padding: 48px 24px 40px;
  background-color: #064bb6;
  background-image: linear-gradient(45deg, rgb(0 36 146 / 24%) 25%, transparent 25%, transparent 75%, rgb(0 36 146 / 24%) 75%), linear-gradient(45deg, rgb(0 36 146 / 18%) 25%, transparent 25%, transparent 75%, rgb(0 36 146 / 18%) 75%);
  background-position: 0 0, 70px 70px;
  background-size: 140px 140px;
}
.pattern-heading p:first-child {
  display: inline-block;
  margin: 0 0 17px;
  padding: 5px 32px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 3px rgb(0 0 0 / 35%);
  color: #111;
  font-size: clamp(22px, 4.4vw, 38px);
  font-weight: 900;
  line-height: 1.35;
}
.pattern-heading p:first-child::first-line { color: inherit; }
.pattern-heading h2 { margin: 0; font-size: clamp(35px, 7.3vw, 62px); line-height: 1.2; text-shadow: 0 3.85px 3.08px rgb(0 0 0 / 35%); }
.pattern-heading h2 span { color: var(--yellow); }
.risk-section .pattern-heading p:first-child { color: #222; }
.risk-section .pattern-heading p:first-child::first-letter { color: var(--red); }

.doctor-note { display: flex; align-items: center; gap: 24px; padding-block: 50px; }
.doctor-note img { flex: 0 0 150px; width: 150px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.doctor-note p {
  position: relative;
  margin: 0;
  padding: 20px 24px;
  border: 4px solid #bcc7d4;
  border-radius: 14px;
  background: #eaf6ff;
  font-size: clamp(19.2px, 3.6vw, 30px);
  font-weight: 700;
  line-height: 1.55;
}
.doctor-note p::before { content: ""; position: absolute; left: -25px; top: 43%; border-width: 14px 25px 14px 0; border-style: solid; border-color: transparent #bcc7d4 transparent transparent; }
.doctor-note p::after { content: ""; position: absolute; left: -18px; top: calc(43% + 3px); border-width: 11px 20px 11px 0; border-style: solid; border-color: transparent #eaf6ff transparent transparent; }
.doctor-note strong { color: #f10a1c; background: linear-gradient(transparent 65%, #fff000 65%); }

.outcome { padding-block: 38px 48px; }
.outcome--bad { background: linear-gradient(#888, #cacaca); }
.outcome--good { background: #fde7e7; }
.outcome h3 { display: flex; align-items: center; justify-content: center; gap: .18em; margin: 0 0 20px; color: #fff; font-size: clamp(28px, 5.5vw, 46px); text-align: center; text-decoration: underline; text-underline-offset: 5.38px; }
.outcome__icon { flex: 0 0 auto; width: .72em; height: .72em; object-fit: contain; }
.outcome--good h3 { color: #f35d63; }
.outcome__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.outcome__cards article { position: relative; overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 5px 6px rgb(0 0 0 / 28%); text-align: center; }
.outcome__cards img { width: 100%; aspect-ratio: .89; object-fit: cover; object-position: top; }
.outcome__cards b { display: block; margin-top: -13.08px; font-size: clamp(30px, 4.8vw, 44.4px); line-height: 1; }
.outcome__cards h4 { min-height: 43.08px; margin: 3.85px 4.62px 0; font-size: clamp(14px, 2.6vw, 22px); line-height: 1.2; }
.outcome__cards p { min-height: 40px; margin: 3.85px 4.62px 11.54px; color: var(--blue); font-size: clamp(11px, 2vw, 16px); font-weight: 800; line-height: 1.25; }
.outcome--bad .outcome__cards h4,
.outcome--good .outcome__cards article:nth-child(1) h4,
.outcome--good .outcome__cards article:nth-child(3) h4 { font-size: clamp(16.8px, 3.12vw, 26.4px); }
.outcome--bad .outcome__cards p,
.outcome--good .outcome__cards article:nth-child(1) p,
.outcome--good .outcome__cards article:nth-child(3) p { font-size: clamp(13.2px, 2.4vw, 19.2px); }
.outcome--good .outcome__cards b,
.outcome--good .outcome__cards p { color: #f15d62; }
.health-risk { padding-block: 54px 25px; text-align: center; }
.health-risk img { width: 100%; }
.source-note { margin: 4.62px 0 0; font-size: 11px; }

.voice-tabs { padding-block: 36px 50px; background: #fff; }
.voice-tabs__list { display: grid; grid-template-columns: repeat(4, 1fr); align-items: end; gap: 4px; }
.voice-tabs__list button { min-width: 0; padding: 10.77px 3.08px; border: 0; border-radius: 7.69px 7.69px 0 0; background: #b8bec7; color: #fff; font-size: clamp(15.6px, 3vw, 26.4px); font-weight: 900; cursor: pointer; }
.voice-tabs__list button[aria-selected="true"] { padding-top: 20px; background: #5285e2; }
.voice-panel { padding: 30px 33px 38px; border-radius: 0 12px 12px; background: #e1f1ff; }
.voice-panel h3 { display: flex; align-items: center; gap: 10px; margin: 0 0 18.46px; font-size: clamp(26.4px, 4.8vw, 40.8px); }
.voice-panel h3 span { display: inline-grid; flex: 0 0 42.31px; height: 42.31px; place-items: center; border-radius: 50%; background: #4d84e6; color: #fff; font-size: 38.4px; line-height: 1; }
.voice-card, .voice-explain { overflow: hidden; border-radius: 5px; background: #fff; }
.voice-card__title, .voice-explain b { display: block; margin: 0; padding: 6.15px; background: #8ea3c7; color: #fff; font-size: clamp(20.4px, 3.6vw, 31.2px); font-weight: 900; text-align: center; }
.voice-card__body { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 25px; padding: 24px; }
.voice-card__person { margin: 0; text-align: center; }
.voice-card__person img { width: 130px; height: 130px; margin: auto; border-radius: 50%; background: #eee; object-fit: cover; object-position: top; }
.voice-card__person figcaption { margin-top: 6px; font-size: 16px; font-weight: 500; line-height: 1.4; white-space: nowrap; }
.voice-card__copy, .voice-explain p { margin: 0; font-size: clamp(18px, 3.36vw, 27.6px); font-weight: 700; line-height: 1.5; }
.voice-card__note { margin: 6px 0 0; font-size: 12px; line-height: 1.4; text-align: right; }
.voice-explain { margin-top: 28px; }
.voice-explain b { background: #4d84e6; }
.voice-explain p { padding: 32px; }

.points-section__pill { display: block !important; margin: 0 auto 20px !important; color: #111 !important; }
.points-section__pill span { color: #e40000; }
.points-section .pattern-heading h2 span { color: var(--yellow); font-size: 1.25em; }
.points { padding-block: 38px 70px; }
.point-card + .point-card { margin-top: 36px; }
.point-card h3 { display: flex; align-items: center; gap: 9.23px; margin: 0 0 11.54px; color: #214f9c; font-size: clamp(24px, 4.5vw, 38px); line-height: 1.3; }
.point-card h3 span { display: inline-grid; width: 36.92px; height: 36.92px; place-items: center; background: #214f9c; color: #fff; font-size: .85em; }
.point-card img { width: 100%; }
.point-card p { margin: 18.46px 0 0; font-size: clamp(19.2px, 3.6vw, 30px); line-height: 1.8; }
.point-card strong { background: linear-gradient(transparent 65%, var(--yellow) 65%); }

.ranking { padding: 0 15px 52px; background: var(--ranking); }
.ranking-heading { margin: 0 -15px; padding: 42px 20px 48px; color: #fff; text-align: center; }
.ranking-heading p { margin: 0; }
.ranking-heading p span { display: inline-block; min-width: 261.54px; padding: 3.85px 23.08px; border-radius: 768.46px; background: #0754ad; font-size: clamp(18px, 3.6vw, 29px); font-weight: 900; }
.ranking-heading h2 { margin: 7.69px 0 0; font-size: clamp(23px, 4.5vw, 38px); line-height: 1.3; }
.ranking-heading strong { color: var(--yellow); font-size: 1.7em; }
.ranking-card { overflow: hidden; margin: 0 0 36px; border-radius: 22px; background: #fff; }
.ranking-card__header { display: grid; grid-template-columns: 86px 1fr 100px; align-items: center; min-height: 126px; margin: 0 28px; border-bottom: 2px solid #999; }
.ranking-card__header img { width: 73px; }
.ranking-card__header h3 {
  margin: 0;
  font-family: Inter, "Noto Sans JP", sans-serif;
  font-size: clamp(27px, 5vw, 42px);
  font-weight: 900;
  line-height: 1.15;
  transform: translateY(clamp(2px, .4vw, 3px));
}
.ranking-card__header p { margin: 0; color: #f22338; font-size: 26px; font-weight: 900; text-align: right; }
.ranking-card__header p strong { font-size: clamp(45px, 7vw, 60px); line-height: 1; }
.ranking-card__body { padding: 0 28px 36px; }
.ranking-card__lead { margin: 19.23px 0 18.46px; font-size: clamp(22.8px, 4.44vw, 36px); font-weight: 900; line-height: 1.55; }
.ranking-card__hero { width: 100%; }
.recommend-box { margin-top: 24px; border: 9px solid #4d83e5; }
.recommend-box h4 { margin: -0.77px -0.77px 0; padding: 10.77px; background: #4d83e5; color: #fff; font-size: clamp(24px, 4.4vw, 36px); text-align: center; }
.recommend-box ul { margin: 0; padding: 21.54px 26.15px; list-style: none; font-size: clamp(23.04px, 4.464vw, 36px); font-weight: 800; line-height: 1.7; }
.recommend-box li { position: relative; padding-left: 40px; }
.recommend-box li + li { margin-top: 4px; }
.recommend-box li::before { position: absolute; top: .42em; left: 0; width: 25px; height: 25px; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAwVJREFUeAHFlV9IU3EUx8/5bbcFaYiF6Ka5IFIwKAuEHqxBZARlW2AEPQQSQg+9hJqBd12nEr5FTxVEPbdyW/rQW1KBRYIGVg+Bm1hOpGj1UE7vvadzp7O7uU1zgz6w/f6d3+97zm+/c4aQgxZlsiiOO46ihdxI0AiAdgAqRsAFAnjP/UkCfTgkVz6GdcBMk4faxqRdDnsnCWjnYQmsf0pEV/WBp0rlnewmabhvRp2k0jAv1MG/woICwDXYbZ9OXxLmgcf3eT+oNLYpEQMCp07w0qPM7VvrwwpuJewEYXvDM2WQP/MCocEc2d+ILFtGCiRiUMaRBRVFESlCnv7oNQ6uGgrLgXHR2rUq1HaXJNL1y5AHSNozPuoS9yZT5tHS0dQ+ty0hND8XPZ9XNKQ/DHirTgbl8vugLTQC0aJJqmRrMbkSQrqVTsHmCQZkR2tyoJJtOyFKZgMB5Em0Qse96bsJ8Cdn/2tC+JVNge9rTNPgAiLXjMQmQouk3cP03BRwZLnhHy39DIsV6wNyxWFU43V8yngGkQioi8eHFPuqI+7+6AMky4m1HkFFUiidr4PXy6eMTlDZHQnJ9oPsrmLykLMfXbwWWxXpjd7ma7gImSnKJrSzufdLh3kiKDt6pDjVcndEUGqJcfdEFXbkCmRHNb7wTN9smG/ZmcFgkLP7aqa6ZYrExyIy5AJhIthtrxdEMJrF5KzOETT3RVuyiNxYV8RAg49GI0DTX2Q14kjZk0du38yASyFrctrji3pTfrcc8K5ho0UupiVc58JGcuXcwX8BqIteElTDT7kTNgI/HGni1R6//5yWePMr16BAgSGgrpDsGFjWZCTJdouTMwyFhKNJiiwPGX9X6Q9Ql7gUUQwKAcI3Iw1SdVcIKdUfNBJNeYshxFDXj6WnRUrCDnkr3mrxJaMSTMMmQIQpC2kNAW/lu/S1NZVhqM8ZlrTvXGiphz+zsCEFiBmPaUG11T+Rqz5lNslBizJTqlqtp0knDxfXGva41uR+hJ/5KFrEc1r87TfXvv/KH/8wJRtf+AZSAAAAAElFTkSuQmCC") center / contain no-repeat; content: ""; }
.recommend-box strong { color: #f11f34; background: linear-gradient(transparent 68%, #fff45a 68%); }
.recommend-box strong.recommend-highlight--black { color: #111; }
.recommend-note-anchor {
  position: relative;
  display: inline-block;
}
.recommend-note-mark {
  position: absolute;
  top: -.05em;
  left: calc(100% + .12em);
  font-size: clamp(5px, .9vw, 8px);
  font-weight: 700;
  line-height: 1;
}
.ranking-card__note,
.locations__note {
  margin: 6.15px 0 0;
  font-size: clamp(8px, 1.6vw, 13px);
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
}

.basic-info-image { display: block; width: 100%; margin-top: 25px; }
.basic-info--annotated {
  position: relative;
  margin-top: 25px;
}
.basic-info--annotated .basic-info-image { margin-top: 0; }
.basic-info__note-mark {
  position: absolute;
  z-index: 1;
  top: 37.55%;
  left: 57.35%;
  color: #111;
  font-size: clamp(5px, .9vw, 8px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.ranking-card__reasons {
  position: relative;
  width: 100%;
  margin-top: 30px;
  container-type: inline-size;
}
.ranking-card__reasons > img { width: 100%; }
.reasons-copy {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: visible;
  background: #fff;
  color: #111;
  font-weight: 700;
  line-height: 4.166667cqw;
  text-align: center;
  white-space: nowrap;
}
.reasons-copy span,
.reasons-copy strong { display: block; font: inherit; }
.reasons-copy--first {
  top: 29.632153%;
  left: 4.027778%;
  width: 91.944444%;
  height: 4.768392%;
  color: #172189;
  font-size: 3.833333cqw;
  line-height: 4.833333cqw;
}
.reasons-copy--first span { color: #111; font-size: 3.666667cqw; }
.reasons-copy--second {
  top: 72.752044%;
  left: 4.027778%;
  width: 44.444444%;
  height: 7.084469%;
  font-size: 3cqw;
}
.reasons-copy--third {
  top: 72.138965%;
  left: 51.527778%;
  width: 44.444444%;
  height: 8.446866%;
  font-size: 3cqw;
}

.flow { margin-top: 26px; padding: 30px 64px 38px; border-radius: 18px; background: linear-gradient(135deg, #808ac8, #28348f); color: #fff; }
.flow > h4 { margin: 0 0 18.46px; font-size: clamp(34px, 6vw, 52px); text-align: center; }
.flow__viewport { position: relative; }
.flow__slide { min-height: 660px; padding: 40px 62px 45px; border-radius: 13px; background: #fff; color: #111; }
.flow__slide h5 { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 0 18.46px; color: #18268d; font-size: clamp(25px, 4.2vw, 36px); text-align: center; }
.flow__slide img { width: 100%; border-radius: 10px; }
.flow__slide h5 .flow__icon { width: auto; height: 52px; flex: 0 0 auto; border-radius: 0; object-fit: contain; }
.flow__slide p { margin: 21.54px 0 0; font-size: clamp(19.2px, 3.24vw, 27.6px); font-weight: 700; line-height: 1.7; }
.flow__arrow { position: absolute; top: 44%; display: block; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.flow__arrow img { display: block; width: 100%; height: 100%; max-width: none; border-radius: 0; pointer-events: none; }
.flow__arrow--prev img { transform: scaleX(-1); }
.flow__arrow--prev { left: -88px; }
.flow__arrow--next { right: -88px; }
.flow__dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.flow__dots button { width: 10px; height: 10px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; }
.flow__dots button.is-active { background: #fff; }

.reviews, .campaign, .locations { margin-top: 30px; }
.reviews h4, .campaign > h4, .locations h4 { display: flex; align-items: center; gap: clamp(4px, .95vw, 7px); margin: 0 0 10.77px; color: #214e99; font-size: clamp(24px, 4.2vw, 37px); line-height: 1.3; }
.detail-heading-icon { width: clamp(21px, 6.03vw, 49px); height: clamp(21px, 6.03vw, 49px); flex: 0 0 auto; object-fit: contain; }
.accordion { border: 3px solid #d7d7d7; background: #fff; }
.accordion + .accordion { margin-top: 9px; }
.accordion > button { display: grid; width: 100%; min-height: 86.15px; grid-template-columns: 86.15px 1fr 32px; align-items: center; gap: 13.85px; padding: 6.15px 37px 6.15px 15.38px; border: 0; background: #fff; color: #111; font-size: clamp(20.4px, 3.6vw, 30px); font-weight: 900; text-align: left; cursor: pointer; }
.accordion > button img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; }
.accordion > button span { width: 26px; height: 26px; justify-self: center; border-right: 8px solid #d2d2d2; border-bottom: 8px solid #d2d2d2; transform: rotate(45deg); transition: transform .2s; }
.accordion > button[aria-expanded="true"] span { transform: rotate(225deg); }
.accordion__panel { border-top: 2px solid #e2e2e2; background: #f7faff; }
.accordion__panel p { margin: 0; padding: 16.92px 21.54px; font-size: clamp(19.2px, 3.6vw, 30px); }
.review-note { margin: 6.15px 0 0; font-size: 11px; text-align: right; }

.campaign-image { display: block; width: 100%; }

.locations > img { width: 100%; margin-bottom: 20px; border-radius: 27px; }
.locations table { width: 100%; table-layout: fixed; border-collapse: collapse; border: 2px solid #d9d9d9; }
.locations th,
.locations td { vertical-align: middle; }
.locations th { width: 26.3%; padding: 26px 12px; border-bottom: 1px solid #fff; background: #204894; color: #fff; font-size: 24px; font-weight: 700; line-height: 1.4; text-align: center; }
.locations td { padding: 26px 0 26px 30px; border-bottom: 1px solid #d9d9d9; color: #2572ef; font-size: 22px; font-weight: 700; line-height: 1.8; }
.locations tr:last-child th,
.locations tr:last-child td { border-bottom: 0; }
.locations__list { display: grid; grid-template-columns: 36.6% 32.2% 31.2%; row-gap: 5px; align-items: center; }
.locations__list a { display: block; color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; white-space: nowrap; }
.locations__list a:focus-visible { border-radius: 2px; outline: 3px solid #214e99; outline-offset: 2px; }
.main-cta { position: relative; display: block; margin-top: 42px; border-radius: 20px; background: var(--coral); color: #fff; font-weight: 900; text-align: center; text-decoration: none; }
.main-cta > span { position: absolute; top: -28.46px; left: 9%; width: 82%; padding: 4.62px 11.54px; border: 3.85px solid #cf403c; border-radius: 768.46px; background: #fff; color: #cf403c; font-size: clamp(21px, 4vw, 35px); }
.main-cta > span::after { content: ""; position: absolute; left: 50%; bottom: -20px; border-width: 18px 13px 0; border-style: solid; border-color: #cf403c transparent transparent; transform: translateX(-50%); }
.main-cta strong { display: block; padding: 46.15px 80px 21.54px 15.38px; font-size: clamp(26px, 5.3vw, 45px); line-height: 1.2; }
.main-cta em { display: block; margin-bottom: 6.15px; color: #fff85a; font-size: .75em; font-style: normal; }
.main-cta > b { position: absolute; top: 50%; right: 21.37px; display: grid; width: 52px; height: 52px; place-items: center; padding-bottom: 3px; overflow: hidden; border-radius: 50%; background: #fff; box-shadow: 0 3.85px 6.15px rgb(0 0 0 / 26%); color: var(--coral); font-family: Arial, sans-serif; font-size: 48px; font-weight: 700; line-height: 1; transform: translateY(-50%); }
.mini-cta,
.main-cta { animation: cta-dokidoki 1s ease-in-out infinite; transform-origin: center; will-change: filter, transform; }

@keyframes cta-dokidoki {
  0%, 100% { filter: brightness(1); transform: scale(1); }
  50% { filter: brightness(1); transform: scale(1.025); }
  51% { filter: brightness(1.3); transform: scale(1.05); }
  75% { filter: brightness(1.1); transform: scale(1.025); }
}

.faq-section { background: #e5f0ff; }
.faq-section > h2 { margin: 0; padding: 47.69px 15.38px; background: #0649a5; color: #fff; font-size: clamp(32px, 6vw, 52px); text-align: center; }
.faq-list { padding-block: 58px 68px; }
.faq { overflow: hidden; border: 4px solid #18278c; border-radius: 22px; background: #fff; }
.faq + .faq { margin-top: 30px; }
.faq > button { display: grid; width: 100%; min-height: 103.08px; grid-template-columns: 55.38px 1fr 38.46px; align-items: center; gap: 18.46px; padding: 12.31px 23.08px 12.31px 18.46px; border: 0; background: #fff; color: #18278c; font-size: clamp(23px, 4.2vw, 35px); font-weight: 900; text-align: left; cursor: pointer; }
.faq > button > span { display: grid; width: 51.54px; height: 51.54px; place-items: center; border: 3.08px solid #18278c; border-radius: 50%; font-size: 40px; line-height: 1; }
.faq > button > b { position: relative; width: 38px; height: 38px; }
.faq > button > b::before, .faq > button > b::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 6px; background: #18278c; transform: translateY(-50%); }
.faq > button > b::after { transform: translateY(-50%) rotate(90deg); transition: transform .2s; }
.faq > button[aria-expanded="true"] > b::after { transform: translateY(-50%) rotate(0); }
.faq__answer { border-top: 2px solid #d7def5; background: #f7faff; }
.faq__answer p { margin: 0; padding: 18.46px 24.62px 23.08px; font-size: clamp(19.2px, 3.6vw, 30px); }
.comparison--bottom .comparison__heading { padding-block: 28px; }
.comparison--bottom .comparison__eyebrow { font-size: clamp(20.4px, 3.6vw, 30px); }
.comparison--bottom .comparison__heading h2 { font-size: clamp(26.4px, 5.28vw, 45.6px); }
.comparison--bottom .comparison__note { margin-bottom: 55px; }

.site-footer { display: flex; justify-content: center; gap: 70px; padding: 36px 20px; background: #5d5d5d; }
.site-footer a { color: #fff; font-size: clamp(15px, 2.8vw, 24px); font-weight: 800; text-decoration: none; }

:focus-visible { outline: 4px solid #ffb800; outline-offset: 3px; }

@media (max-width: 560px) {
  .site { box-shadow: none; }
  .section-pad { padding-inline: 15px; }
  .sp-only { display: initial; }
  .intro { padding-block: 10px 13.08px; font-size: 15.6px; }
  .comparison__heading { padding: clamp(12px, 3.85vw, 15px) 8px clamp(8px, 2.56vw, 10px); }
  .latest-label { margin-bottom: 2px; padding: 2.31px 15.38px; font-size: clamp(14px, 4.36vw, 17px); }
  .comparison__heading h2 { font-size: clamp(14px, 4.36vw, 17px); }
  .comparison__heading h2 span { font-size: 1.5em; }
  .comparison__eyebrow { font-size: 13px; }
  #comparison-top .latest-label { font-size: clamp(16.8px, 5.232vw, 20.4px); }
  #comparison-top .comparison__heading h2 { font-size: clamp(16.8px, 5.232vw, 20.4px); }
  .comparison-table__clinic { height: 176px; padding: 42px 6px 7px; }
  .comparison-table__crown { top: 7px; width: 38px; height: 33px; }
  .comparison-table__clinic a { font-size: 12px; }
  .comparison-table__clinic a span { margin-top: 6px; }
  .comparison-table__label th { padding: 3.08px 1.54px; font-size: 15.6px; }
  .comparison-table td { height: 76.92px; padding: 6.92px 2.31px; font-size: 12px; }
  .comparison-table td > em { margin-top: 4px; padding: 1px 5px; }
  .comparison-table__score td { height: 91px; }
  .stars { font-size: 17px; letter-spacing: -1.54px; }
  .comparison-table__score strong { margin-top: 4.62px; font-size: 32.4px !important; }
  .mark { margin-bottom: 3.08px; font-size: 40px; }
  .mark--triangle { font-size: 44px; }
  .comparison-table .mark { --mark-size: 44px; margin-bottom: 3.08px; }
  .comparison-table .mark--good {
    font-size: 0;
  }
  .comparison-table .mark--good::before {
    width: 36px;
    height: 36px;
    border: 3px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
  }
  .comparison-table .mark--triangle { font-size: 46px; }
  .comparison-table__feature td { height: 92.31px; padding: 6.92px 2.31px; font-size: 12px; }
  .comparison-table__cta-row td { padding: 9px 5px 13px; }
  .mini-cta { min-height: 35px; border-radius: 3.85px; box-shadow: 0 2.31px 0 #c9433f; font-size: 13.2px; }
  .comparison__note { margin: 5.38px 5.38px 18.46px; font-size: 8px; }
  .pattern-heading { padding: 24px 10px 22px; background-size: 90px 90px; }
  .pattern-heading p:first-child { margin-bottom: 6.15px; padding: 2.31px 13.85px; font-size: 17px; }
  .pattern-heading h2 { font-size: 31px; }
  .doctor-note { gap: 10px; padding-block: 25px; }
  .doctor-note img { flex-basis: 76px; width: 76px; }
  .doctor-note p { padding: 7.69px 8.46px; border-width: 1.54px; border-radius: 5.38px; font-size: 13.2px; line-height: 1.45; }
  .doctor-note p::before { left: -13px; border-width: 8px 13px 8px 0; }
  .doctor-note p::after { left: -10px; border-width: 6px 10px 6px 0; }
  .outcome { padding-block: 20px 24px; }
  .outcome h3 { margin-bottom: 10.77px; font-size: 24px; }
  .outcome__cards { gap: 9px; }
  .outcome__cards article { border-radius: 6px; }
  .outcome__cards b { margin-top: -7.69px; font-size: 25.2px; }
  .outcome__cards h4 { min-height: 30.77px; margin-inline: 1.54px; font-size: 11px; }
  .outcome__cards p { min-height: 29.23px; margin: 3.08px 1.54px 6.15px; font-size: 9px; }
  .outcome--bad .outcome__cards h4,
  .outcome--good .outcome__cards article:nth-child(1) h4,
  .outcome--good .outcome__cards article:nth-child(3) h4 { font-size: 13.2px; }
  .outcome--bad .outcome__cards p,
  .outcome--good .outcome__cards article:nth-child(1) p,
  .outcome--good .outcome__cards article:nth-child(3) p { font-size: 10.8px; }
  .health-risk { padding-block: 27px 13px; }
  .source-note { font-size: 8px; }
  .voice-tabs { padding-block: 19px 26px; }
  .voice-tabs__list { gap: 2px; }
  .voice-tabs__list button { padding: 6.15px 0.77px; border-radius: 3.85px 3.85px 0 0; font-size: 12px; }
  .voice-tabs__list button[aria-selected="true"] { padding-top: 12px; }
  .voice-panel { padding: 17px 12px 20px; border-radius: 0 6px 6px; }
  .voice-panel h3 { gap: 5.38px; margin-bottom: 10px; font-size: 20.4px; }
  .voice-panel h3 span { flex-basis: 25.38px; height: 25.38px; font-size: 22.8px; }
  .voice-card__title, .voice-explain b { padding: 3.08px; font-size: 15.6px; }
  .voice-card__body { grid-template-columns: 82px 1fr; gap: 11px; padding: 12px; }
  .voice-card__person img { width: 70px; height: 70px; }
  .voice-card__person figcaption { margin-top: 3px; font-size: 10px; line-height: 1.3; }
  .voice-card__copy, .voice-explain p { font-size: 13.2px; line-height: 1.55; }
  .voice-card__note { margin-top: 4px; font-size: 8px; }
  .voice-explain { margin-top: 14px; }
  .voice-explain p { padding: 17px; }
  .points-section__pill { margin-bottom: 9px !important; }
  .points { padding-block: 22px 38px; }
  .point-card + .point-card { margin-top: 24px; }
  .point-card h3 { gap: 5.38px; margin-bottom: 6.92px; font-size: 20px; }
  .point-card h3 span { width: 29px; height: 29px; }
  .point-card p { margin-top: 10px; font-size: 15.6px; line-height: 1.7; }
  .ranking { padding-inline: 8px; padding-bottom: 27px; }
  .ranking-heading { margin-inline: -8px; padding: 22px 10px 27px; }
  .ranking-heading p span { min-width: 173.08px; padding: 2.31px 13.85px; font-size: clamp(12px, 3.85vw, 15px); line-height: 1.1; }
  .ranking-heading h2 { margin-top: 6px; font-size: clamp(14px, 4.36vw, 17px); line-height: 1.15; }
  .ranking-heading strong { display: block; font-size: 2.06em; line-height: 1.05; }
  .ranking-card { margin-bottom: 23px; border-radius: 13px; }
  .ranking-card__header { grid-template-columns: 48px 1fr 52px; min-height: 72px; margin-inline: 14px; border-bottom-width: 1px; }
  .ranking-card__header img { width: 42px; }
  .ranking-card__header h3 { font-size: 20px; line-height: 1.1; }
  .ranking-card__header p { font-size: 12px; }
  .ranking-card__header p strong { font-size: 29px; }
  .ranking-card__body { padding: 0 14px 20px; }
  .ranking-card__lead { margin: 10.77px 0 10px; font-size: 16.8px; line-height: 1.5; }
  .recommend-box { margin-top: 13px; border-width: 5px; }
  .recommend-box h4 { padding: 5.38px; font-size: 18px; }
  .recommend-box ul { padding: 10.77px 9.23px; font-size: 15.84px; }
  .recommend-box li { padding-left: 21px; }
  .recommend-box li + li { margin-top: 2px; }
  .recommend-box li::before { width: 13.2px; height: 13.2px; }
  .basic-info-image { margin-top: 13px; }
  .basic-info--annotated { margin-top: 13px; }
  .ranking-card__reasons { margin-top: 16px; }
  .flow { margin-top: 14px; padding: 16px 34px 20px; border-radius: 10px; }
  .flow > h4 { margin-bottom: 9.23px; font-size: 28px; }
  .flow__slide { min-height: 355px; padding: 20px 24px 23px; border-radius: 7px; }
  .flow__slide h5 { gap: 6px; margin-bottom: 9.23px; font-size: 18px; }
  .flow__slide h5 .flow__icon { height: 28px; }
  .flow__slide p { margin-top: 10.77px; font-size: 13.2px; line-height: 1.55; }
  .flow__arrow { width: 24.62px; height: 24.62px; }
  .flow__arrow--prev { left: -45px; }
  .flow__arrow--next { right: -45px; }
  .flow__dots { margin-top: 10px; }
  .flow__dots button { width: 7px; height: 7px; }
  .reviews, .campaign, .locations { margin-top: 18px; }
  .reviews h4, .campaign > h4, .locations h4 { margin-bottom: 6.15px; font-size: 20px; }
  .accordion { border-width: 2px; }
  .accordion + .accordion { margin-top: 5px; }
  .accordion > button { min-height: 50px; grid-template-columns: 44.62px 1fr 16.35px; gap: 6.15px; padding: 3.85px 18.85px 3.85px 6.15px; font-size: 14.4px; }
  .accordion > button img { width: 52px; height: 52px; }
  .accordion > button span { width: 16px; height: 16px; border-width: 5px; }
  .accordion__panel p { padding: 9.23px 10.77px; font-size: 15.6px; }
  .review-note { font-size: 8px; }
  .locations > img { margin-bottom: 10px; border-radius: 15px; }
  .locations table { border-width: 1px; }
  .locations th { width: 26.3%; padding: 10px 6px; font-size: 13px; line-height: 1.4; }
  .locations td { padding: 10px 0 10px 14px; font-size: 12px; line-height: 1.65; }
  .locations__list { row-gap: 3px; }
  .locations__list a { text-underline-offset: 1px; }
  .main-cta { margin-top: 29px; border-radius: 11px; }
  .main-cta > span { top: -16.92px; padding: 2.31px 3.85px; border-width: 2.31px; font-size: 15px; }
  .main-cta > span::after { bottom: -12px; border-width: 11px 8px 0; }
  .main-cta strong { padding: 26.92px 42px 12.31px 6.15px; font-size: 21px; }
  .main-cta > b { right: 10.7px; width: 26px; height: 26px; padding-bottom: 1.5px; font-size: 24px; }
  .faq-section > h2 { padding: 26.15px 7.69px; font-size: 27px; }
  .faq-list { padding-block: 31px 37px; }
  .faq { border-width: 2px; border-radius: 12px; }
  .faq + .faq { margin-top: 16px; }
  .faq > button { min-height: 58.46px; grid-template-columns: 32.31px 1fr 19.23px; gap: 7.69px; padding: 6.92px 10px 6.92px 8.46px; font-size: 15px; line-height: 1.35; }
  .faq > button > span { width: 30px; height: 30px; border-width: 1.54px; font-size: 24px; }
  .faq > button > b { width: 22px; height: 22px; }
  .faq > button > b::before, .faq > button > b::after { height: 4px; }
  .faq__answer p { padding: 10px 12.31px 12.31px; font-size: 15.6px; }
  .comparison--bottom .comparison__eyebrow { font-size: 15.6px; }
  .comparison--bottom .comparison__heading h2 { font-size: clamp(16.8px, 5.232vw, 20.4px); }
  .site-footer { gap: 34px; padding: 22px 10px; }
  .site-footer a { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
