@charset "UTF-8";
.title-wrap {
  background: #00369b;
  padding: 1rem;
  margin-bottom: 4rem;
}
.title-wrap h1 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
}

.intro-wrap {
  max-width: 80rem;
  margin: 0 auto 6rem;
  padding: 0 4%;
}
.intro-wrap p {
  text-align: center;
}

.form-section {
  max-width: 80rem;
  padding: 0 2rem;
  margin: 0 auto 4rem;
}

form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 750px) {
  form {
    gap: 1.5rem;
  }
}
form label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  form label {
    flex-direction: column;
  }
}
form label .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 48rem;
}
@media screen and (max-width: 750px) {
  form label .wpcf7-form-control-wrap {
    max-width: 100%;
  }
}
form label p {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0.9rem;
  margin-bottom: 0.8rem;
  padding-top: 0.5em;
}
@media screen and (max-width: 750px) {
  form label p {
    margin-bottom: 0.2rem;
  }
}
form label.required p::after {
  content: "必須";
  padding: 0.3rem 0.8rem 0.4rem;
  color: #fff;
  line-height: 1;
  font-size: 1.3rem;
  background: #f70000;
  border-radius: 0.5rem;
}
@media screen and (max-width: 750px) {
  form label.required p::after {
    font-size: 1.2rem;
  }
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form select {
  width: 100%;
  min-height: 5rem;
  background: #EAEDF2;
  padding: 0.5em 1em;
  border: 1px solid #bfbfbf;
}
@media screen and (max-width: 750px) {
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form textarea,
  form select {
    border-radius: 0.5rem;
    min-height: 4rem;
    max-width: 100%;
  }
}
form textarea {
  padding: 1em;
  resize: none;
}
form .policy-content p {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
form .policy-content p a {
  text-decoration: underline;
}
form .policy-content iframe {
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 1rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  form .policy-content iframe {
    border-radius: 0.7rem;
  }
}
form .form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  form .form-submit {
    margin-top: 2.5rem;
  }
}
form .form-submit input[type=submit] {
  width: 25rem;
  height: 5rem;
  color: #00369b;
  text-align: center;
  border: 1px solid #00369b;
  margin-top: 2rem;
  transition: all 0.2s ease;
}
@media screen and (max-width: 750px) {
  form .form-submit input[type=submit] {
    margin-top: 0;
  }
}
form .form-submit input[type=submit]:hover {
  background: #00369b;
  color: #fff;
}

.grecaptcha-text {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .grecaptcha-text {
    margin-top: 0;
  }
}
.grecaptcha-text a {
  color: rgb(74, 74, 220);
}

/*# sourceMappingURL=inquiry-form.css.map */
