html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.contact__inner .form-wrapper {
  padding: 64px 110px;
  background: #f1f3f5;
}
.contact__inner .form-wrapper .text {
  color: #4f4f4f;
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 1.6px;
  margin-bottom: 10px;
}
.contact__inner .form-wrapper .text .asterisk {
  color: #de1313;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.28px;
}
.contact__inner .form-wrapper .which-form {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
}
.contact__inner .form-wrapper .which-form .wrap1 {
  display: flex;
  gap: 24px;
}
.contact__inner .form-wrapper .which-form .wrap1 label {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--General-Neutral-main, #222);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.contact__inner .form-wrapper form {
  display: none;
}
.contact__inner .form-wrapper form.is-active {
  display: block;
}
.contact__inner .form-wrapper form .row input {
  border: 2px solid #e5e5e5;
  background: #fff;
  font-size: 16px;
  padding: 10px;
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
}
.contact__inner .form-wrapper form .row textarea {
  border: 2px solid #e5e5e5;
  background: #fff;
  font-size: 16px;
  padding: 10px;
  height: 300px;
  width: 100%;
}
.contact__inner .form-wrapper form .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 64px;
  margin-bottom: 44px;
  color: #222;
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.098px;
}
.contact__inner .form-wrapper form .checkbox a {
  text-decoration: underline;
}
.contact__inner .form-wrapper form .submit-btn {
  background: #163934;
  max-width: 500px;
  width: 100%;
  padding: 33px 0;
  color: #fff;
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 1.92px;
  margin: 0 auto;
  cursor: pointer;
}

.policy__inner .text1 {
  color: #4F4F4F;
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.92px;
}
.policy__inner .text2 {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.28px;
}

@media (max-width: 768px) {
  .contact__inner .form-wrapper {
    padding: 24px;
    background: #f1f3f5;
  }
  .contact__inner .form-wrapper .text {
    color: #4f4f4f;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    letter-spacing: 1.6px;
    margin-bottom: 5px;
  }
  .contact__inner .form-wrapper .text .asterisk {
    color: #de1313;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: 1.28px;
  }
  .contact__inner .form-wrapper .which-form {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
  }
  .contact__inner .form-wrapper .which-form .wrap1 {
    display: flex;
    gap: 12px;
  }
  .contact__inner .form-wrapper .which-form .wrap1 label {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--General-Neutral-main, #222);
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
  }
  .contact__inner .form-wrapper form {
    display: none;
  }
  .contact__inner .form-wrapper form.is-active {
    display: block;
  }
  .contact__inner .form-wrapper form .row input {
    border: 2px solid #e5e5e5;
    background: #fff;
    font-size: 16px;
    padding: 10px;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
  }
  .contact__inner .form-wrapper form .row textarea {
    border: 2px solid #e5e5e5;
    background: #fff;
    font-size: 16px;
    padding: 10px;
    height: 150px;
    width: 100%;
  }
  .contact__inner .form-wrapper form .checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 32px;
    margin-bottom: 32px;
    color: #222;
    font-family: "BIZ UDPGothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.098px;
  }
  .contact__inner .form-wrapper form .checkbox a {
    text-decoration: underline;
  }
  .contact__inner .form-wrapper form .submit-btn {
    background: #163934;
    max-width: 500px;
    width: 100%;
    padding: 16px 0;
    color: #fff;
    text-align: center;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    letter-spacing: 1.92px;
    margin: 0 auto;
    cursor: pointer;
  }
  .policy__inner .text1 {
    color: #4F4F4F;
    font-family: "BIZ UDPGothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
    letter-spacing: 1.92px;
  }
  .policy__inner .text2 {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 1.28px;
  }
}/*# sourceMappingURL=contact.css.map */