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

@media screen and (max-width: 768px) {
  .explanation {
    color: #4C4C4C;
    /* 16 - SemiBold -1.5 - 0.02 */
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: 0.32px;
    margin-bottom: 20px;
  }
  form .text {
    color: rgba(83, 137, 219, 0.72);
    /* 20 - Semibold -1.5 - 0.02 */
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    margin-bottom: 4px;
  }
  form input {
    border: 1px solid rgba(76, 76, 76, 0.5);
    background: var(--neutral-color-fff, #fff);
    width: 100%;
    padding: 8px 12px;
    color: rgba(76, 76, 76, 0.4);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    color: #222;
    margin-bottom: 20px;
  }
  form input::placeholder {
    color: var(--neutral-color-999, #999);
    /* 20 - Semibold -1.5 - 0.02 */
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
  }
  form textarea {
    font-size: 1rem;
    letter-spacing: 0.08em;
    width: 100%;
    border: 1px solid rgba(76, 76, 76, 0.5);
    padding: 8px 12px;
    height: 120px;
    margin-bottom: 13px;
    color: rgba(76, 76, 76, 0.4);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    color: #222;
  }
  form textarea::placeholder {
    color: rgba(76, 76, 76, 0.4);
  }
  form .checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  form .checkbox .checkbox-wrapper {
    width: 1rem;
    margin-right: 1rem;
  }
  form .checkbox input {
    display: inline-block;
    border: 1px solid #000;
    height: 1rem;
    width: 1rem;
    margin-bottom: 0;
  }
  form .checkbox p {
    color: #4C4C4C;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.28px;
  }
  form .checkbox p a {
    text-underline-offset: 20%;
  }
  .policy {
    padding-top: 4.6875rem;
    margin-top: -4.6875rem;
    display: flex;
    justify-content: center;
  }
  .policy::before {
    content: "";
    display: block;
    padding-top: 4.6875rem;
    margin-top: -4.6875rem;
  }
  .policy__inner {
    max-width: 560px;
    width: 100%;
    padding-bottom: 40px;
  }
  .policy .policy-desc {
    color: #000;
    /* text/16 - bold - line-hegiht :175% */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%; /* 28px */
    margin-bottom: 30px;
  }
  .policy .policy-content {
    margin-top: 1.125rem;
  }
  .policy .policy-content--top {
    padding-top: 0;
    margin-top: 0;
  }
  .policy .policy-content__heading {
    color: #4c4c4c;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 36px */
    letter-spacing: 0.48px;
    padding: 6px 10px;
    border-left: 12px solid var(--liner02, #03004C);
    margin-bottom: 8px;
  }
  .policy .policy-content__detail {
    color: #4C4C4C;
    /* 16 - SemiBold -1.5 - 0.02 */
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: 0.32px;
  }
  .asterisk {
    color: #f00;
  }
  .submit-btn {
    color: var(--Base-white, #FFF);
    text-align: center;
    /* 20 - Semibold -1.5 - 0.02 */
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    max-width: 18.75rem;
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.3s;
    margin-bottom: 40px;
    background: #03004C;
  }
  .submit-btn:hover {
    opacity: 0.9;
    transition: 0.5s;
    transform: scale(1.05);
  }
}/*# sourceMappingURL=contact-res.css.map */