html {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 0 24px;
    font-weight: 600;
    font-size: max(14px, 0.875rem);
    letter-spacing: 0.7px;
    display: flex;
    justify-content: center;
  }
  .contact__wrapper {
    padding-bottom: 40px;
    max-width: 1120px;
    width: 100%;
  }
  .contact__wrapper .explanation {
    line-height: 1.8;
    font-size: max(14px, 0.875rem);
    padding: 0 0 2rem 0;
  }
  .contact__wrapper .explanation .anchor {
    display: none;
  }
  .contact__wrapper form {
    line-height: 1.6;
  }
  .contact__wrapper form .text {
    margin-bottom: 0.375rem;
    color: #1F73BD;
    /* title/S */
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.9px;
  }
  .contact__wrapper form input {
    font-size: 1rem;
    letter-spacing: 0.08em;
    width: 100%;
    padding: 0.625rem 0.625rem;
    margin-bottom: 0.625rem;
    background: #EFEFEF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .contact__wrapper form input::placeholder {
    color: #bdbdbd;
  }
  .contact__wrapper form textarea {
    font-size: 1rem;
    letter-spacing: 0.08em;
    width: 100%;
    background: #EFEFEF;
    padding: 0.625rem 0.625rem;
    height: 12.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .contact__wrapper form textarea::placeholder {
    color: #bdbdbd;
  }
  .contact__wrapper form .checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
  }
  .contact__wrapper form .checkbox .checkbox-wrapper {
    width: 1rem;
    margin-right: 1.125rem;
  }
  .contact__wrapper form .checkbox input {
    display: inline-block;
    border: 1px solid #000;
    height: 1rem;
    width: 1rem;
    margin-bottom: 0;
  }
  .contact__wrapper form .checkbox p {
    font-size: 1rem;
  }
  .contact__wrapper form .checkbox p a {
    text-decoration: underline;
  }
  .contact__wrapper .policy::before {
    content: "";
    display: block;
    padding-top: 6.375rem;
    margin-top: -6.375rem;
  }
  .contact__wrapper .policy .policy-content {
    margin-top: 1rem;
  }
  .contact__wrapper .policy .policy-content--top {
    padding-top: 0.625rem;
    margin-top: 0;
  }
  .contact__wrapper .policy .policy-content__heading {
    color: var(--main-primary-007BE3, #0070CE);
    /* text/22- Bold- line-hegiht:160% */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 37.4px */
    display: flex;
    align-items: center;
    margin-bottom: 0.625rem;
  }
  .contact__wrapper .policy .policy-content__heading .square {
    margin-right: 0.375rem;
    width: max(14px, 1rem);
    height: max(14px, 1rem);
    background: var(--main-blue-primary01, #0084C9);
  }
  .contact__wrapper .policy .policy-content__detail {
    color: #000;
    /* text/16- Bold - line-hegiht:160% */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  .asterisk {
    color: #F00;
  }
  .submit-btn {
    color: var(--main-primary-FFFFFF, #FFF);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.126px;
    background: var(--gradation, linear-gradient(286deg, #007BE3 1.36%, #29A3E8 99.91%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    max-width: 22.5rem;
    width: 100%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.3s;
    color: white;
    margin-bottom: 2.5rem;
  }
  .submit-btn:hover {
    opacity: 0.9;
    transition: 0.5s;
    transform: scale(1.05);
  }
}/*# sourceMappingURL=contact-res.css.map */