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

.cmn-btn--submit {
  margin: 0 auto;
  max-width: 260px;
  width: 260px;
  display: flex;
  justify-content: center;
}

.explanation {
  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 */
}

form {
  line-height: 1.6;
}
form .text {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}
form input {
  font-size: 1rem;
  letter-spacing: 0.08em;
  width: 100%;
  padding: 0.625rem 0.625rem;
  margin-bottom: 1rem;
  background: #F1F1F1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  height: 64px;
}
form input::placeholder {
  color: #bdbdbd;
}
form textarea {
  font-size: 1rem;
  letter-spacing: 0.08em;
  width: 100%;
  background: #F1F1F1;
  padding: 0.625rem 0.625rem;
  height: 18.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
form textarea::placeholder {
  color: #bdbdbd;
}
form .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
form .checkbox .checkbox-wrapper {
  width: 1rem;
  margin-right: 1.125rem;
}
form .checkbox input {
  display: inline-block;
  border: 1px solid #000;
  height: 1rem;
  width: 1rem;
  margin-bottom: 0;
}
form .checkbox p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%; /* 24.5px */
}
form .checkbox p a {
  text-decoration: underline;
  text-underline-offset: 20%;
}

.policy {
  padding-bottom: 80px;
}
.policy::before {
  content: "";
  display: block;
  padding-top: 6.375rem;
  margin-top: -6.375rem;
}
.policy .policy-content__heading {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.92px;
  margin-bottom: 24px;
}
.policy .policy-content__detail {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.28px;
  margin-bottom: 40px;
}
.policy .policy-content:last-child .policy-content__detail {
  margin-bottom: 0;
}

.asterisk {
  color: #f00;
}

.submit-btn {
  color: #fff;
  /* text/16 - bold - line-hegiht :175% */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
  background: var(--primary-004CA1, #004ca1);
  max-width: 16.25rem;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
  color: white;
  margin-bottom: 80px;
}
.submit-btn:hover {
  opacity: 0.9;
  transition: 0.5s;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .explanation {
    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 */
  }
  form {
    line-height: 1.6;
  }
  form .text {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    letter-spacing: 1.6px;
    margin-bottom: 10px;
  }
  form input {
    font-size: 1rem;
    letter-spacing: 0.08em;
    width: 100%;
    padding: 0.625rem 0.625rem;
    margin-bottom: 1rem;
    background: #F1F1F1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    height: 40px;
  }
  form input::placeholder {
    color: #bdbdbd;
  }
  form textarea {
    font-size: 1rem;
    letter-spacing: 0.08em;
    width: 100%;
    background: #F1F1F1;
    padding: 0.625rem 0.625rem;
    height: 12.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
  }
  form textarea::placeholder {
    color: #bdbdbd;
  }
  form .checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  form .checkbox .checkbox-wrapper {
    width: 1rem;
    margin-right: 1.125rem;
  }
  form .checkbox input {
    display: inline-block;
    border: 1px solid #000;
    height: 1rem;
    width: 1rem;
    margin-bottom: 0;
  }
  form .checkbox p {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%; /* 24.5px */
  }
  form .checkbox p a {
    text-decoration: underline;
    text-underline-offset: 20%;
  }
  .policy {
    padding-bottom: 80px;
  }
  .policy::before {
    content: "";
    display: block;
    padding-top: 6.375rem;
    margin-top: -6.375rem;
  }
  .policy .policy-content__heading {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
    letter-spacing: 1.92px;
    margin-bottom: 16px;
  }
  .policy .policy-content__detail {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 1.28px;
    margin-bottom: 24px;
  }
  .policy .policy-content:last-child .policy-content__detail {
    margin-bottom: 0;
  }
  .asterisk {
    color: #f00;
  }
  .submit-btn {
    color: #fff;
    /* text/16 - bold - line-hegiht :175% */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%; /* 28px */
    background: var(--primary-004CA1, #004ca1);
    max-width: 16.25rem;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.3s;
    color: white;
    margin-bottom: 80px;
  }
  .submit-btn:hover {
    opacity: 0.9;
    transition: 0.5s;
    transform: scale(1.05);
  }
}/*# sourceMappingURL=contact.css.map */