@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.contact {
  display: block;
}

.ttl-page {
  display: block;
  aspect-ratio: 72/21;
  position: relative;
  margin: 0 auto -24rem auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ttl-page {
    aspect-ratio: 2/1;
    margin: 0 auto -7rem auto;
  }
}
.ttl-page__img {
  background-image: url(../img/ttl-contact.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ttl-page__img {
    background-image: url(../img/ttl-contact-sp.svg);
  }
}
.ttl-page__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -115%);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-page__txt {
    font-size: 3.2rem;
    width: 100%;
    transform: translate(-50%, -65%);
  }
}
.ttl-page__illust {
  position: absolute;
  top: 1vw;
  right: 15vw;
  width: 13vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ttl-page__illust {
    top: 18vw;
    right: 3vw;
    width: 24vw;
  }
}

.thanks_block h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .thanks_block h2 {
    font-size: 2.3rem;
  }
}
.thanks_block p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks_block p {
    text-align: left;
  }
}
.thanks_block h3 {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .thanks_block h3 {
    font-size: 2rem;
  }
}

.thanks-inner-block {
  margin: 3rem 0 6rem;
  padding: 2rem 2rem 6rem;
  background-color: #F9F9F9;
  text-align: center;
  border-radius: 1rem;
}

.top-btn {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-btn {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .thanks-list {
    padding-left: 0;
  }
}
.thanks-list li {
  display: inline-block;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .thanks-list li {
    width: 100%;
    padding-left: 0;
  }
}/*# sourceMappingURL=contact.css.map */