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

.mail-contact {
  text-align: center;
  padding: 70px 25px;
  background: linear-gradient(0deg, #D6EAFA 0%, #D6EAFA 100%);
}
.mail-contact .mail-text1 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 28px */
  letter-spacing: 3.64px;
}
.mail-contact .mail-text2 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 67.2px */
  letter-spacing: 1.92px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.explanation {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  margin-bottom: 40px;
}

form {
  line-height: 1.6;
}
form .text {
  color: #032F9B;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
form input {
  font-size: 1rem;
  letter-spacing: 0.08em;
  width: 100%;
  padding: 16px 24px;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: var(--neutral-color-fff, #FFF);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  height: 64px;
}
form input::placeholder {
  color: var(--neutral-color-999, #999);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
}
form textarea {
  font-size: 1rem;
  letter-spacing: 0.08em;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: var(--neutral-color-fff, #FFF);
  padding: 0.625rem 0.625rem;
  height: 160px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 28px;
}
form textarea::placeholder {
  color: var(--neutral-color-999, #999);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
}
form .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
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: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 1px;
}
form .checkbox p a {
  text-decoration: underline;
  text-underline-offset: 20%;
}
form .radio-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
form .radio-group label {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
form .radio-group input {
  width: 28px;
  height: 28px;
  margin-bottom: 0;
}

.submit-btn {
  display: block;
  max-width: 360px;
  width: 100%;
  text-align: center;
  padding: 10.5px 0px;
  border: 1px solid #fff;
  background: linear-gradient(90deg, #a2d8ff 0%, #55a6e9 100%);
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: var(--Font-Size-Body-xl, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Font-Line-height-Body-xl, 30px); /* 150% */
  position: relative;
}
.submit-btn:after {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url(/assets/images/arrow-right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.asterisk {
  opacity: 0.72;
  color: #FE2E00;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.4px;
}

.policy__inner .policy-head {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.92px;
}
.policy__inner .policy-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.28px;
}

@media screen and (max-width: 768px) {
  .mail-contact {
    text-align: left;
    padding: 16px;
    background: linear-gradient(0deg, #D6EAFA 0%, #D6EAFA 100%);
  }
  .mail-contact .mail-text1 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    letter-spacing: 3.64px;
  }
  .mail-contact .mail-text2 {
    color: #000;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 67.2px */
    letter-spacing: 0.96px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .explanation {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.32px;
    margin-bottom: 20px;
  }
  form {
    line-height: 1.6;
  }
  form .text {
    color: #032F9B;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    margin-bottom: 8px;
  }
  form input {
    font-size: 1rem;
    letter-spacing: 0.08em;
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: var(--neutral-color-fff, #FFF);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    height: 48px;
  }
  form input::placeholder {
    color: var(--neutral-color-999, #999);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
  }
  form textarea {
    font-size: 1rem;
    letter-spacing: 0.08em;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: var(--neutral-color-fff, #FFF);
    padding: 0.625rem 0.625rem;
    height: 160px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin-bottom: 28px;
  }
  form textarea::placeholder {
    color: var(--neutral-color-999, #999);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
  }
  form .checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  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: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 1px;
  }
  form .checkbox p a {
    text-decoration: underline;
    text-underline-offset: 20%;
  }
  form .radio-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }
  form .radio-group label {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  form .radio-group input {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }
  .asterisk {
    opacity: 0.72;
    color: #FE2E00;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.4px;
  }
  .submit-btn {
    display: block;
    max-width: 360px;
    width: 100%;
    text-align: center;
    padding: 5.5px 0px;
    border: 1px solid #fff;
    background: linear-gradient(90deg, #a2d8ff 0%, #55a6e9 100%);
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: var(--Font-Size-Body-xl, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Font-Line-height-Body-xl, 24px); /* 150% */
    position: relative;
  }
  .submit-btn:after {
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    background-image: url(/assets/images/arrow-right.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
  }
  .policy__inner .policy-head {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
    letter-spacing: 1.92px;
  }
  .policy__inner .policy-text {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 1.28px;
  }
}/*# sourceMappingURL=contact.css.map */