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

.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: 40px;
}

form .text {
  color: rgba(83, 137, 219, 0.72);
  /* 20 - Semibold -1.5 - 0.02 */
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
form input {
  border: 1px solid rgba(76, 76, 76, 0.5);
  background: var(--neutral-color-fff, #fff);
  width: 100%;
  padding: 16px 24px;
  color: rgba(76, 76, 76, 0.4);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  color: #222;
  margin-bottom: 40px;
}
form input::placeholder {
  color: var(--neutral-color-999, #999);
  /* 20 - Semibold -1.5 - 0.02 */
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  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: 16px 24px;
  height: 160px;
  margin-bottom: 26px;
  color: rgba(76, 76, 76, 0.4);
  font-family: "Noto Sans JP";
  font-size: 20px;
  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: 1.125rem;
}
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: 9.375rem;
  margin-top: -9.375rem;
  display: flex;
  justify-content: center;
}
.policy::before {
  content: "";
  display: block;
  padding-top: 9.375rem;
  margin-top: -9.375rem;
}
.policy__inner {
  max-width: 1120px;
  width: 100%;
  padding-bottom: 80px;
}
.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: 60px;
}
.policy .policy-content {
  margin-top: 2.25rem;
}
.policy .policy-content--top {
  padding-top: 0;
  margin-top: 0;
}
.policy .policy-content__heading {
  color: #4c4c4c;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 0.48px;
  padding: 16px 20px;
  border-left: 16px solid var(--liner02, #03004C);
  margin-bottom: 16px;
}
.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;
  display: flex;
}

.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: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  max-width: 18.5rem;
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
  margin-bottom: 80px;
  background: #03004C;
}
.submit-btn:hover {
  opacity: 0.9;
  transition: 0.5s;
  transform: scale(1.05);
}/*# sourceMappingURL=contact.css.map */