@layer page {
  .p-page-header__illust {
    width: 24.6875rem;
    top: 1.25rem;
    right: 14.125rem;
  }
  @media screen and (max-width: 767px) {
    .p-page-header__illust {
      width: 42.0512820513vw;
      top: 27.6923076923vw;
      right: -5.3846153846vw;
    }
  }
  .contact__lead {
    font-size: 1.125rem;
    text-align: center;
    line-height: 2;
    padding-bottom: 7.25rem;
  }
  @media screen and (max-width: 767px) {
    .contact__lead {
      font-size: 4.1025641026vw;
      padding-bottom: 16.4102564103vw;
    }
  }
  .contact-thanks .c-box-gray {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  @media screen and (max-width: 767px) {
    .contact-thanks .c-box-gray {
      padding-top: 10.2564102564vw;
      padding-bottom: 12.3076923077vw;
    }
  }
  .contact-thanks__ttl {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 3.5rem;
  }
  @media screen and (max-width: 767px) {
    .contact-thanks__ttl {
      font-size: 6.1538461538vw;
      padding-bottom: 4.1025641026vw;
      margin-bottom: 6.1538461538vw;
    }
  }
  .contact-thanks__ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 2.5rem);
    width: 5rem;
    height: 0.3125rem;
    background: var(--accent);
    border-radius: 0.1875rem;
  }
  @media screen and (max-width: 767px) {
    .contact-thanks__ttl::before {
      left: calc(50% - 7.1794871795vw);
      width: 14.358974359vw;
      height: 1.2820512821vw;
    }
  }
  .contact-thanks__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2.5rem;
    height: 0.3125rem;
    background: var(--accent-light);
    border-radius: 0.1875rem;
  }
  @media screen and (max-width: 767px) {
    .contact-thanks__ttl::after {
      width: 7.1794871795vw;
      height: 1.2820512821vw;
    }
  }
  .contact-thanks__txt {
    text-align: center;
    line-height: 2;
  }
  .contact-thanks__txt + .contact-thanks__txt {
    margin-top: 2rem;
  }
  @media screen and (max-width: 767px) {
    .contact-thanks__txt + .contact-thanks__txt {
      margin-top: 6.1538461538vw;
    }
  }
}