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

.tel-desc {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
}
.tel-desc a {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.tel-desc a span {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.contact-desc {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.contact-desc .asterisk {
  color: var(--red-fe-2-e-00, #fe2e00);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

form {
  line-height: 1.6;
}
form .text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-bottom: 8px;
}
form input {
  width: 100%;
  padding: 16px 24px;
  margin-bottom: 40px;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: var(--neutral-color-fff, #fff);
}
form input::placeholder {
  color: var(--neutral-color-999, #999);
}
form textarea {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  width: 100%;
  height: 160px;
  padding: 16px 24px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: var(--neutral-color-fff, #fff);
  margin-bottom: 28px;
}
form textarea::placeholder {
  color: var(--neutral-color-999, #999);
}
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: var(--neutral-color-222, #222);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
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: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  margin-bottom: 24px;
}
.policy .policy-content__detail {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 40px;
}
.policy .policy-content:last-child .policy-content__detail {
  margin-bottom: 0;
}

.asterisk {
  color: #f00;
  opacity: 0.72;
}

.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 screen and (max-width: 768px) {
  .tel-desc {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 36px */
  }
  .tel-desc a {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .tel-desc a span {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .contact-desc {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .contact-desc .asterisk {
    color: var(--red-fe-2-e-00, #fe2e00);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  form {
    line-height: 1.6;
  }
  form .text {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    margin-bottom: 8px;
  }
  form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: var(--neutral-color-fff, #fff);
  }
  form input::placeholder {
    color: var(--neutral-color-999, #999);
  }
  form textarea {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    width: 100%;
    height: 160px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: var(--neutral-color-fff, #fff);
    margin-bottom: 28px;
  }
  form textarea::placeholder {
    color: var(--neutral-color-999, #999);
    font-size: 16px;
  }
  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: var(--neutral-color-222, #222);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
  }
  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: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
    margin-bottom: 12px;
  }
  .policy .policy-content__detail {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-bottom: 40px;
  }
  .policy .policy-content:last-child .policy-content__detail {
    margin-bottom: 0;
  }
  .asterisk {
    color: #f00;
    opacity: 0.72;
  }
  .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 */