.contact-page {
  overflow: hidden;
}

.site-header__nav-link.is-disabled,
.site-footer__nav-link.is-disabled {
  opacity: .45;
  cursor: default;
}

.contact-hero {
  padding: 8rem 6rem 9rem;
}

.contact-hero__inner {
  background-color: var(--color-white);
  border-radius: 5rem;
  align-items: center;
  width: 100%;
  max-width: 112rem;
  min-height: 36rem;
  margin-right: auto;
  margin-left: auto;
  padding: 7rem 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-hero__content {
  max-width: 68rem;
  position: relative;
  z-index: 2;
}

.contact-hero__kicker {
  color: var(--color-orange);
  letter-spacing: .08em;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.contact-hero__title {
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: var(--lower-main-title-size);
  font-weight: 700;
  line-height: 1.3;
}

.contact-hero__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
}

.contact-hero__decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-hero__circle {
  border-radius: 50%;
  display: block;
  position: absolute;
}

.contact-hero__circle.is-large {
  background-color: var(--color-orange03);
  width: 33rem;
  height: 33rem;
  top: -10rem;
  right: -5rem;
}

.contact-hero__circle.is-small {
  background-color: var(--color-orange);
  width: 7rem;
  height: 7rem;
  right: 30rem;
  bottom: 4rem;
}

.contact-phone,
.contact-consultation {
  padding: 0 6rem 12rem;
}

.contact-phone__inner,
.contact-consultation__inner {
  width: 100%;
  max-width: 112rem;
  margin-right: auto;
  margin-left: auto;
}

.contact-section-title {
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: var(--lower-section-title-size);
  font-weight: 700;
  line-height: 1.45;
}

.contact-phone__inner {
  background-color: var(--color-white);
  border-radius: 5rem;
  grid-column-gap: 7rem;
  grid-row-gap: 4rem;
  grid-template-columns: 34rem 1fr;
  align-items: center;
  padding: 7rem 8rem 8rem;
  display: grid;
}

.contact-phone__heading > p {
  color: var(--color-gray03);
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
}

.contact-phone__body {
  min-width: 0;
}

.contact-phone-card {
  background-color: var(--color-orange);
  color: var(--color-white);
  border-radius: 3rem;
  grid-column-gap: 2.5rem;
  grid-row-gap: .4rem;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 2.8rem 3.5rem;
  display: grid;
  transition: box-shadow .2s ease, transform .2s ease;
}

.contact-phone-card > span {
  grid-column: 1;
  font-size: 1.3rem;
  font-weight: 700;
}

.contact-phone-card > strong {
  font-family: var(--font-en);
  letter-spacing: .05em;
  grid-column: 1;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.contact-phone-card > small {
  border: .1rem solid rgba(255, 255, 255, .75);
  border-radius: 999px;
  grid-area: 1 / 2 / 3 / 3;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.contact-phone-card:hover {
  box-shadow: 0 1.2rem 2.4rem rgba(255, 157, 37, .25);
  transform: translateY(-.3rem);
}

.contact-phone__hours,
.contact-phone__notice {
  color: var(--color-gray03);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7;
}

.contact-phone__hours {
  margin-top: 1.5rem;
}

.contact-phone__notice {
  margin-top: .8rem;
}

.contact-consultation__inner {
  background-color: var(--color-orange03);
  border-radius: 5rem;
  grid-column-gap: 7rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 52rem;
  align-items: center;
  padding: 6rem 8rem;
  position: relative;
  display: grid;
  overflow: hidden;
}

.contact-consultation__inner::after {
  content: '';
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: -10rem;
  right: -4rem;
}

.contact-consultation__copy,
.contact-consultation__facts {
  position: relative;
  z-index: 1;
}

.contact-consultation__copy > p {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.9;
}

.contact-text-link {
  color: var(--color-orange);
  align-items: center;
  width: fit-content;
  margin-top: 2.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
}

.contact-text-link > span {
  border-top: .15rem solid currentColor;
  border-right: .15rem solid currentColor;
  width: .8rem;
  height: .8rem;
  margin-left: 1.2rem;
  transform: rotate(45deg);
}

.contact-consultation__facts {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  display: grid;
}

.contact-consultation__facts > div {
  background-color: var(--color-white);
  border-radius: 2.5rem;
  min-height: 15rem;
  padding: 3rem;
}

.contact-consultation__facts dt {
  color: var(--color-gray03);
  font-size: 1.3rem;
  font-weight: 700;
}

.contact-consultation__facts dd {
  color: var(--color-orange);
  margin: 1.3rem 0 0;
  font-size: var(--lower-card-title-size);
  font-weight: 700;
  line-height: 1.45;
}

.contact-phone-card:focus-visible,
.contact-text-link:focus-visible {
  outline: .25rem solid var(--color-orange);
  outline-offset: .5rem;
}

@media screen and (max-width: 991px) {
  .contact-hero {
    padding: 2rem 2rem 7rem;
  }

  .contact-hero__inner {
    border-radius: 3rem;
    min-height: 42rem;
    padding: 5rem 3rem;
  }

  .contact-hero__kicker {
    font-size: 1.2rem;
  }

  .contact-hero__lead {
    max-width: 23rem;
    font-size: 1.6rem;
  }

  .contact-hero__circle.is-large {
    width: 24rem;
    height: 24rem;
    top: -7rem;
    right: -9rem;
  }

  .contact-hero__circle.is-small {
    width: 5rem;
    height: 5rem;
    right: 15rem;
    bottom: 4rem;
  }

  .contact-phone,
  .contact-consultation {
    padding: 0 2rem 8rem;
  }

  .contact-phone__inner,
  .contact-consultation__inner {
    border-radius: 3rem;
    grid-template-columns: 1fr;
    padding: 5rem 3rem;
  }

  .contact-phone__heading > p,
  .contact-consultation__copy > p {
    font-size: 1.5rem;
  }

  .contact-phone-card {
    border-radius: 2.5rem;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    text-align: center;
  }

  .contact-phone-card > span,
  .contact-phone-card > strong,
  .contact-phone-card > small {
    grid-area: auto;
    grid-column: auto;
  }

  .contact-phone-card > strong {
    font-size: 2.8rem;
  }

  .contact-phone-card > small {
    justify-self: center;
    margin-top: 1rem;
  }

  .contact-phone__hours,
  .contact-phone__notice {
    font-size: 1.4rem;
  }

  .contact-consultation__facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-consultation__facts > div {
    min-height: 12rem;
    padding: 2.5rem 2rem;
  }
}

@media screen and (max-width: 479px) {
  .contact-consultation__facts {
    grid-template-columns: 1fr;
  }

  .contact-consultation__facts > div {
    min-height: 10rem;
  }
}
