.ortho-v2 {
  --ink: #2d2925;
  --ink-soft: #635a52;
  --wine: #a8324d;
  --wine-dark: #782438;
  --rose: #f0d7dc;
  --ivory: #f7f2eb;
  --sand: #dfd0c0;
  --line: rgba(45, 41, 37, .18);
  --white: #fff;
  --shell: min(1320px, calc(100% - 64px));
}

.ortho-v2, .ortho-v2 * {
  box-sizing: border-box;
}

.ortho-v2 {
  scroll-behavior: smooth;
}

.ortho-v2 {
  margin: 0;
  color: var(--ink);
  background: #fffdfa;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}

.ortho-v2,
.ortho-v2 a,
.ortho-v2 button,
.ortho-v2 summary {
  -webkit-tap-highlight-color: transparent;
}

.ortho-v2 a {
  color: inherit;
  text-decoration: none;
}

.ortho-v2 img {
  display: block;
  width: 100%;
  height: auto;
}

.ortho-v2 h1,
.ortho-v2 h2,
.ortho-v2 h3,
.ortho-v2 p,
.ortho-v2 figure {
  margin: 0;
}

.ortho-v2 h1,
.ortho-v2 h2,
.ortho-v2 h3 {
  text-wrap: balance;
}

.ortho-v2 .preview-header {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  border-bottom: 1px solid rgba(45, 41, 37, .09);
  background: rgba(255, 253, 250, .96);
}

.ortho-v2 .preview-header__brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: .04em;
}

.ortho-v2 .preview-header__nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 700;
}

.ortho-v2 .preview-header__reserve {
  display: inline-flex;
  min-width: 132px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--wine);
  color: #fff;
}

.ortho-v2 {
  overflow: clip;
}

.ortho-v2 .layout-shell {
  width: var(--shell);
  margin-inline: auto;
}

.ortho-v2 .section-heading {
  display: flex;
  align-items: flex-start;
}

.ortho-v2 .section-heading h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(35px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.35;
}

.ortho-v2 .section-heading--wide {
  display: block;
}

.ortho-v2 .section-heading__intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  max-width: 930px;
  margin-top: 30px;
  color: var(--ink-soft);
}

.ortho-v2 .hero {
  position: relative;
  padding: 48px 0 72px;
  background:
    linear-gradient(90deg, transparent 0 49.9%, rgba(45, 41, 37, .07) 50%, transparent 50.1%),
    #fffdfa;
}

.ortho-v2 .hero::before {
  position: absolute;
  top: -160px;
  left: -140px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(168, 50, 77, .12);
  border-radius: 50%;
  content: "";
}

.ortho-v2 .hero__frame {
  display: grid;
  width: var(--shell);
  margin-inline: auto;
  grid-template-columns: .72fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.ortho-v2 .hero__title {
  position: sticky;
  top: 32px;
  padding: 28px 0 0;
}

.ortho-v2 .hero__title::after {
  display: block;
  width: 120px;
  height: 1px;
  margin-top: 36px;
  background: var(--wine);
  content: "";
}

.ortho-v2 .hero__title h1 {
  margin-top: 14px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(46px, 5.3vw, 76px);
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.2;
  writing-mode: vertical-rl;
}

.ortho-v2 .hero-choice {
  position: relative;
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  background: #fff;
}

.ortho-v2 .hero-choice__visual {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--ivory);
}

.ortho-v2 .hero-choice__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ortho-v2 .hero-choice--adult .hero-choice__visual img {
  object-position: center center;
}

.ortho-v2 .hero-choice--child .hero-choice__visual img {
  object-position: center center;
}

.ortho-v2 .hero-choice__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: -86px 22px 0;
  padding: 28px 30px 32px;
  background: rgba(255, 255, 255, .96);
}

.ortho-v2 .hero-choice__type {
  margin-bottom: 12px;
  color: var(--wine);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
}

.ortho-v2 .hero-choice h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(21px, 1.7vw, 24px);
  font-weight: 600;
  line-height: 1.5;
}

.ortho-v2 .hero-choice__heading {
  min-height: 4.5em;
}

.ortho-v2 .hero-choice__heading > span {
  display: block;
}

.ortho-v2 .hero-choice__keep {
  white-space: nowrap;
}

.ortho-v2 .hero-choice__body > p:not(.hero-choice__type) {
  margin-top: 20px;
  color: var(--ink-soft);
  font-size: 16px;
}

.ortho-v2 .text-button {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--wine);
  color: var(--wine-dark);
  font-weight: 800;
}

.ortho-v2 .hero-choice__body .text-button {
  margin-top: auto;
  padding-top: 26px;
}

.ortho-v2 .text-button__arrow {
  font-size: 24px;
  line-height: 1;
  transition: transform .2s ease;
}

.ortho-v2 .text-button:hover .text-button__arrow,
.ortho-v2 .text-button:focus-visible .text-button__arrow {
  transform: translateX(5px);
}

.ortho-v2 .approach {
  position: relative;
  padding: 84px 0 96px;
  background: var(--ivory);
}

.ortho-v2 .approach-compare {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ortho-v2 .approach-compare__item {
  position: relative;
  padding: 44px 46px 42px;
}

.ortho-v2 .approach-compare__item--child {
  border-left: 1px solid var(--line);
  text-align: left;
}

.ortho-v2 .approach-compare h3 {
  position: relative;
  margin-bottom: 18px;
  color: var(--wine-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  font-weight: 500;
}

.ortho-v2 .approach-compare__item > p:last-child {
  position: relative;
  max-width: 440px;
  color: var(--ink-soft);
  font-size: 17px;
}

.ortho-v2 .approach-compare__item--child > p:last-child {
  margin-left: 0;
}

.ortho-v2 .consultation {
  position: relative;
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(0, 1.18fr) minmax(440px, .82fr);
  background: var(--wine-dark);
}

.ortho-v2 .consultation__visual {
  min-width: 0;
  overflow: hidden;
}

.ortho-v2 .consultation__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ortho-v2 .consultation__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px clamp(50px, 6vw, 100px);
  color: #fff;
}

.ortho-v2 .consultation__panel h2 {
  margin: 0 0 32px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 500;
  line-height: 1.3;
}

.ortho-v2 .consultation__panel > p {
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
}

.ortho-v2 .consultation__panel > p + p {
  margin-top: 12px;
}

.ortho-v2 .consultation__actions {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

.ortho-v2 .solid-button {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  background: #fff;
  color: var(--wine-dark);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.ortho-v2 .solid-button--light {
  border-color: rgba(255, 255, 255, .62);
}

.ortho-v2 .flow {
  padding: 84px 0 96px;
  background: #fffdfa;
}

.ortho-v2 .flow .section-heading {
  align-items: baseline;
}

.ortho-v2 .flow-list {
  display: grid;
  margin: 54px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.ortho-v2 .flow-list li {
  position: relative;
  min-height: 220px;
  padding: 32px 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ortho-v2 .flow-list li + li {
  border-left: 1px solid var(--line);
}

.ortho-v2 .flow-list li::before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--wine);
  content: "";
}

.ortho-v2 .flow-list__number {
  color: #c7b29d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1;
}

.ortho-v2 .flow-list h3 {
  margin: 24px 0 14px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.5;
}

.ortho-v2 .flow-list p {
  color: var(--ink-soft);
}

.ortho-v2 .faq {
  padding: 36px 0;
  color: var(--ink);
  background: #eee4db;
}

.ortho-v2 .faq__layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.ortho-v2 .section-heading--vertical {
  display: block;
}

.ortho-v2 .section-heading--vertical h2 {
  margin-top: 0;
  color: var(--ink);
  font-size: 28px;
  letter-spacing: .04em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.ortho-v2 .faq-list {
  border-top: 1px solid rgba(45, 41, 37, .22);
}

.ortho-v2 .faq-list details {
  border-bottom: 1px solid rgba(45, 41, 37, .22);
}

.ortho-v2 .faq-list summary {
  position: relative;
  padding: 18px 64px 18px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  list-style: none;
}

.ortho-v2 .faq-list summary::-webkit-details-marker {
  display: none;
}

.ortho-v2 .faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 30px;
  height: 30px;
  color: var(--wine);
  content: "＋";
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  transform: translateY(-50%);
}

.ortho-v2 .faq-list details[open] summary::after {
  content: "−";
}

.ortho-v2 .faq-list__answer {
  padding: 0 64px 20px 0;
  color: var(--ink-soft);
}

.ortho-v2 .doctor {
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  background: #e7ddd2;
}

.ortho-v2 .doctor__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px clamp(48px, 7vw, 118px);
}

.ortho-v2 .doctor__content h2 {
  margin-top: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 500;
}

.ortho-v2 .doctor__identity {
  margin-top: 40px;
}

.ortho-v2 .doctor__identity h3 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  font-weight: 600;
}

.ortho-v2 .doctor__identity p {
  margin-top: 6px;
  color: var(--wine-dark);
  font-weight: 800;
}

.ortho-v2 .doctor__text {
  max-width: 550px;
  margin-top: 22px;
  color: var(--ink-soft);
}

.ortho-v2 .doctor__text p + p {
  margin-top: 8px;
}

.ortho-v2 .doctor__visual {
  min-width: 0;
  overflow: hidden;
}

.ortho-v2 .doctor__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ortho-v2 .final-cta {
  position: relative;
  padding: 78px 0 0;
  background: #fffdfa;
}

.ortho-v2 .final-cta__head {
  display: grid;
  width: var(--shell);
  margin-inline: auto;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: 46px;
  align-items: start;
}

.ortho-v2 .final-cta__head h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.38;
}

.ortho-v2 .final-cta__head > div {
  padding-top: 12px;
  color: var(--ink-soft);
}

.ortho-v2 .final-cta__head > div p + p {
  margin-top: 8px;
}

.ortho-v2 .final-cta__routes {
  display: grid;
  margin-top: 52px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ortho-v2 .route-link {
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: space-between;
  padding: 26px clamp(28px, 4vw, 64px);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 2.15vw, 32px);
  font-weight: 600;
}

.ortho-v2 .route-link > span:first-child {
  white-space: nowrap;
}

.ortho-v2 .route-link > span:last-child {
  font-family: sans-serif;
  font-size: 40px;
}

.ortho-v2 .route-link--adult {
  color: #fff;
  background: var(--wine-dark);
}

.ortho-v2 .route-link--child {
  color: #fff;
  background: var(--wine-dark);
}

.ortho-v2 .final-cta__consult {
  display: grid;
  width: var(--shell);
  margin: 0 auto;
  padding: 44px 0 56px;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 58px;
  align-items: center;
}

.ortho-v2 .final-cta__consult h3 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 600;
}

.ortho-v2 .final-cta__consult > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ortho-v2 .final-cta__consult a {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wine);
  border-radius: 999px;
  color: var(--wine-dark);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.ortho-v2 .preview-footer {
  display: flex;
  min-height: 190px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 54px 48px;
  color: rgba(255, 255, 255, .72);
  background: #3a332d;
  font-size: 12px;
  letter-spacing: .04em;
}

@media (max-width: 1100px) {
  .ortho-v2 {
    --shell: min(100% - 64px, 960px);
  }

  .ortho-v2 .preview-header {
    padding-inline: 32px;
  }

  .ortho-v2 .hero__frame {
    grid-template-columns: 170px 1fr 1fr;
  }

  .ortho-v2 .hero-choice__body {
    margin-inline: 14px;
    padding-inline: 16px;
  }

  .ortho-v2 .hero-choice h2 {
    font-size: 20px;
  }

  .ortho-v2 .consultation {
    grid-template-columns: 1fr 1fr;
  }

  .ortho-v2 .consultation__panel {
    padding-inline: 48px;
  }

  .ortho-v2 .faq__layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 40px;
  }

  .ortho-v2 .doctor__content {
    padding-inline: 54px;
  }
}

@media (max-width: 820px) {
  .ortho-v2 {
    --shell: min(100% - 48px, 720px);
  }

  .ortho-v2 .flow-list__number {
    color: var(--sand);
  }

  .ortho-v2 .preview-header {
    min-height: 74px;
  }

  .ortho-v2 .preview-header__nav a:not(.preview-header__reserve) {
    display: none;
  }

  .ortho-v2 .hero {
    padding: 42px 0 60px;
  }

  .ortho-v2 .hero__frame {
    grid-template-columns: 1fr 1fr;
  }

  .ortho-v2 .hero__title {
    position: relative;
    top: auto;
    display: flex;
    grid-column: 1 / -1;
    align-items: baseline;
    gap: 22px;
    padding: 0 0 18px;
  }

  .ortho-v2 .hero__title::after {
    width: 120px;
    height: 1px;
    margin: 0 0 8px;
  }

  .ortho-v2 .hero__title h1 {
    margin-top: 0;
    writing-mode: horizontal-tb;
  }

  .ortho-v2 .hero-choice__visual {
    aspect-ratio: 4 / 3;
  }

  .ortho-v2 .hero-choice__body {
    margin-top: -50px;
    padding: 22px 20px 26px;
  }

  .ortho-v2 .section-heading--wide {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .ortho-v2 .section-heading__intro {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ortho-v2 .approach {
    padding: 68px 0 76px;
  }

  .ortho-v2 .approach-compare {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .ortho-v2 .approach-compare__item {
    min-height: 0;
    padding: 36px 34px;
  }

  .ortho-v2 .approach-compare__item--child {
    border-top: 1px solid var(--line);
    border-left: 0;
    text-align: left;
  }

  .ortho-v2 .approach-compare__item--child > p:last-child {
    margin-left: 0;
  }

  .ortho-v2 .consultation {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .ortho-v2 .consultation__visual {
    aspect-ratio: 16 / 8.5;
  }

  .ortho-v2 .consultation__panel {
    padding: 48px max(32px, calc((100% - 720px) / 2));
  }

  .ortho-v2 .flow {
    padding: 68px 0 76px;
  }

  .ortho-v2 .flow-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .ortho-v2 .flow-list li {
    display: grid;
    min-height: 0;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 26px;
    padding: 28px 10px;
    border-bottom: 0;
  }

  .ortho-v2 .flow-list li + li {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .ortho-v2 .flow-list li:last-child {
    border-bottom: 1px solid var(--line);
  }

  .ortho-v2 .flow-list h3 {
    margin-top: 0;
  }

  .ortho-v2 .faq__layout {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .ortho-v2 .section-heading--vertical {
    display: flex;
  }

  .ortho-v2 .section-heading--vertical h2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 1.35;
    writing-mode: horizontal-tb;
  }

  .ortho-v2 .doctor {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
  }

  .ortho-v2 .doctor__content {
    padding: 48px 34px;
  }

  .ortho-v2 .doctor__identity {
    margin-top: 30px;
  }

  .ortho-v2 .final-cta__head {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ortho-v2 .final-cta__head > div {
    grid-column: auto;
  }

  .ortho-v2 .route-link {
    min-height: 130px;
    padding-inline: 34px;
  }

  .ortho-v2 .final-cta__consult {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 719px) {
  .ortho-v2 .hero__frame {
    grid-template-columns: 1fr;
  }

  .ortho-v2 .hero-choice + .hero-choice {
    margin-top: 42px;
  }

  .ortho-v2 .hero-choice__heading {
    min-height: 0;
  }

  .ortho-v2 .hero-choice h2 {
    font-size: 24px;
  }
}

@media (max-width: 560px) {
  .ortho-v2 {
    --shell: calc(100% - 32px);
  }

  .ortho-v2 {
    font-size: 16px;
    line-height: 1.82;
  }

  .ortho-v2 .preview-header {
    min-height: 64px;
    padding-inline: 16px;
  }

  .ortho-v2 .preview-header__brand {
    font-size: 15px;
  }

  .ortho-v2 .preview-header__reserve {
    min-width: 96px;
    min-height: 42px;
    font-size: 13px;
  }

  .ortho-v2 .hero {
    padding: 32px 0 48px;
    background: #fffdfa;
  }

  .ortho-v2 .hero::before {
    width: 260px;
    height: 260px;
  }

  .ortho-v2 .hero__frame {
    display: block;
  }

  .ortho-v2 .hero__title {
    display: block;
    padding-bottom: 20px;
  }

  .ortho-v2 .hero__title::after {
    width: 62px;
    margin: 20px 0 0;
  }

  .ortho-v2 .hero__title h1 {
    margin-top: 8px;
    font-size: 44px;
  }

  .ortho-v2 .hero-choice {
    margin: 0;
  }

  .ortho-v2 .hero-choice + .hero-choice {
    margin-top: 28px;
  }

  .ortho-v2 .hero-choice__visual {
    aspect-ratio: 16 / 10.5;
  }

  .ortho-v2 .hero-choice__body {
    margin: -24px 12px 0;
    padding: 22px 20px 25px;
  }

  .ortho-v2 .hero-choice h2 {
    font-size: 20px;
    letter-spacing: -.02em;
  }

  .ortho-v2 .hero-choice__body > p:not(.hero-choice__type) {
    font-size: 16px;
    line-height: 1.82;
  }

  .ortho-v2 .section-heading,
.ortho-v2 .section-heading--wide {
    display: block;
  }

  .ortho-v2 .section-heading h2 {
    margin-top: 12px;
    font-size: 32px;
    line-height: 1.45;
  }

  .ortho-v2 .section-heading__intro {
    margin-top: 24px;
  }

  .ortho-v2 .approach {
    padding: 54px 0 62px;
  }

  .ortho-v2 .approach-compare {
    margin-top: 28px;
  }

  .ortho-v2 .approach-compare__item {
    padding: 30px 22px 32px;
  }

  .ortho-v2 .approach-compare h3 {
    font-size: 29px;
  }

  .ortho-v2 .approach-compare__item > p:last-child {
    font-size: 16px;
  }

  .ortho-v2 .consultation__visual {
    aspect-ratio: 16 / 10;
  }

  .ortho-v2 .consultation__panel {
    padding: 40px 16px 44px;
  }

  .ortho-v2 .consultation__panel h2 {
    margin: 0 0 20px;
    font-size: 38px;
  }

  .ortho-v2 .consultation__panel > p {
    font-size: 16px;
  }

  .ortho-v2 .solid-button {
    min-height: 56px;
    padding: 10px 18px;
    font-size: 14px;
  }

  .ortho-v2 .flow {
    padding: 54px 0 62px;
  }

  .ortho-v2 .flow-list {
    margin-top: 28px;
  }

  .ortho-v2 .flow-list li {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 0;
  }

  .ortho-v2 .flow-list__number {
    font-size: 38px;
  }

  .ortho-v2 .flow-list h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .ortho-v2 .faq {
    padding: 34px 0 32px;
  }

  .ortho-v2 .faq__layout {
    gap: 18px;
  }

  .ortho-v2 .section-heading--vertical {
    display: block;
  }

  .ortho-v2 .faq-list summary {
    padding: 18px 54px 18px 0;
    font-size: 16px;
    line-height: 1.65;
  }

  .ortho-v2 .faq-list__answer {
    padding: 0 0 20px;
    font-size: 16px;
  }

  .ortho-v2 .doctor {
    display: flex;
    flex-direction: column-reverse;
  }

  .ortho-v2 .doctor__visual {
    aspect-ratio: 4 / 3.5;
  }

  .ortho-v2 .doctor__content {
    padding: 40px 16px 46px;
  }

  .ortho-v2 .doctor__content h2 {
    margin-top: 0;
    font-size: 38px;
  }

  .ortho-v2 .doctor__identity {
    margin-top: 24px;
  }

  .ortho-v2 .doctor__identity h3 {
    font-size: 29px;
  }

  .ortho-v2 .final-cta {
    padding-top: 58px;
  }

  .ortho-v2 .final-cta__head {
    display: block;
  }

  .ortho-v2 .final-cta__head h2 {
    margin-top: 0;
    font-size: 37px;
    line-height: 1.42;
  }

  .ortho-v2 .final-cta__head > div {
    margin-top: 18px;
    padding-top: 0;
  }

  .ortho-v2 .final-cta__routes {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .ortho-v2 .route-link {
    min-height: 96px;
    padding: 20px 22px;
    font-size: clamp(17px, 4.8vw, 20px);
    letter-spacing: -.01em;
  }

  .ortho-v2 .final-cta__consult {
    padding: 32px 0 44px;
  }

  .ortho-v2 .final-cta__consult > div {
    grid-template-columns: 1fr;
  }

  .ortho-v2 .final-cta__consult a {
    min-height: 54px;
    padding: 10px 16px;
  }

  .ortho-v2 .preview-footer {
    display: block;
    min-height: 150px;
    padding: 42px 16px;
  }

  .ortho-v2 .preview-footer p + p {
    margin-top: 12px;
  }
}

/*
 * Motion is progressive enhancement:
 * the page is fully visible until JavaScript confirms that the observer
 * and motion preference are available.
 */
.ortho-v2.motion-ready .reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .82s cubic-bezier(.22, 1, .36, 1),
    transform .82s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.ortho-v2.motion-ready .reveal-item.reveal-image {
  transform: translateY(18px) scale(1.03);
}

.ortho-v2.motion-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ortho-v2.motion-ready .reveal-item.reveal-image.is-visible {
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .ortho-v2 {
    scroll-behavior: auto;
  }

  .ortho-v2 .text-button__arrow {
    transition: none;
  }

  .ortho-v2.motion-ready .reveal-item,
.ortho-v2.motion-ready .reveal-item.reveal-image,
.ortho-v2.motion-ready .reveal-item.is-visible,
.ortho-v2.motion-ready .reveal-item.reveal-image.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}


/* WordPress parent-page integration.
 * This stylesheet is enqueued only for page ID 2796 (or its administrator-only
 * preview), so these theme-shell rules cannot affect other pages.
 */
.wrapper.access__page > .main__page {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wrapper.access__page > .main__page > .container {
  width: 100% !important;
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.wrapper.access__page > .main__page > .container > .heading {
  display: none !important;
}

.recruitment__contact {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.recruitment__contact > p:empty {
  display: none !important;
}

.ortho-v2 {
  width: 100%;
  max-width: none;
  margin: 0;
}

.section.footer__contact-bottom {
  padding-top: 40px !important;
}
