@charset "UTF-8";
.contact .content {
  margin-top: 7rem;
  margin-bottom: 31.6rem;
}
@media only screen and (max-width: 640px) {
  .contact .content {
    margin-top: 9.375vw;
    margin-bottom: 31.25vw;
  }
}

.middle-mttl__contact {
  text-align: center;
}

.contact__text {
  text-align: center;
  font-feature-settings: "halt" on;
  font-family: YakuHanMP, "Noto Sans JP";
  line-height: 1.7;
  letter-spacing: 1.6px;
  margin: 6rem 0;
}
@media only screen and (max-width: 640px) {
  .contact__text {
    text-align: left;
    margin: 6.25vw 0;
  }
}

.contact__form {
  background: rgba(35, 24, 21, 0.05);
  padding: 40rem 0;
}
@media only screen and (max-width: 640px) {
  .contact__form {
    padding: 31.25vw 0;
  }
}
.contact__form p {
  color: #f00;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 111.111% */
}

.contact__note {
  margin-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .contact__note {
    margin-top: 6.25vw;
  }
}
.contact__note li {
  font-family: "Noto Sans JP";
  line-height: 1.6;
  letter-spacing: 2.4px;
  padding-left: 2rem;
  position: relative;
}
.contact__note li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.contact__privacy {
  font-family: "Noto Sans JP";
  line-height: 1.6;
  letter-spacing: 2.4px;
  padding-left: 0.5rem;
}
.contact__privacy a {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .middle-title__en-privacy {
    font-size: 10.9375vw;
  }
}

.privacy-policy__text {
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 640px) {
  .privacy-policy__text {
    font-size: 3.75vw;
  }
}

.privacy-policy__list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 5.2rem;
}
@media only screen and (max-width: 640px) {
  .privacy-policy__list {
    gap: 6.25vw;
    margin-top: 7.8125vw;
  }
}

.privacy-policy__ttl {
  color: #231815;
  font-feature-settings: "halt" on;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 640px) {
  .privacy-policy__ttl {
    font-size: 5.3125vw;
  }
}

.privacy-policy__list-txt {
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  margin-top: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .privacy-policy__list-txt {
    margin-top: 3.125vw;
  }
}

.list__info {
  margin-top: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .list__info {
    margin-top: 3.125vw;
  }
}

.list__info-item {
  display: flex;
}

.list__info-number {
  width: 5.3rem;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.92px;
}
@media only screen and (max-width: 640px) {
  .list__info-number {
    width: 10.9375vw;
  }
}

.list__info-text {
  flex: 1;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}/*# sourceMappingURL=contact.css.map */