@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
/**** fv ****/
.child-fv__ttl--sub img {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .child-fv__ttl--sub img {
    width: 100px;
  }
}
@media screen and (min-width: 992px) {
  .child-fv__ttl--sub img {
    width: 112px;
  }
}

/**** form common ****/
.form-wrapper {
  max-width: 707px;
  margin: 70px auto 0;
}
@media screen and (min-width: 768px) {
  .form-wrapper {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .form-wrapper {
    margin-top: 138px;
  }
}
.form .container {
  max-width: 1162px;
  margin: 0 auto;
}
.form__ttl {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .form__ttl {
    font-size: 2.25rem;
    margin-bottom: 50px;
  }
}
.form__ttl--sub {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .form__ttl--sub {
    font-size: 1.5rem;
    margin-bottom: 80px;
  }
}
.form__main-message {
  width: fit-content;
  margin: 0 auto;
}
.form dl {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 18px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .form dl {
    padding: 0 29px 18px;
  }
}
.form dl:not(:last-of-type) {
  border-bottom: 1px solid #828282;
}
.form dl:not(:first-of-type) {
  padding-top: 16px;
}
.form dl dt {
  font-weight: 400;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form dl dt {
    width: 267px;
  }
}
.form dl dt .must {
  font-size: 0.75rem;
  color: #FFFFFF;
  background-color: #FF0000;
  padding: 1px 9px 2px;
  margin-left: 14px;
}
.form dl dd {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .form dl dd {
    width: calc(100% - 267px);
    margin-top: 0;
  }
}

/**** input ****/
input[type=text],
input[type=tel],
input[type=email],
input[type=date],
textarea {
  border: 1px solid #9E9E9E;
  border-radius: 15px;
  width: 100%;
  padding: 10px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date] {
  height: 63px;
}

input[type=text] {
  max-width: 707px;
}

input[type=tel],
input[type=email] {
  max-width: 466px;
}

textarea {
  height: 205px;
}

input[type=checkbox] {
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  margin-right: 15px;
  position: relative;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  content: "";
}

label {
  display: flex;
  align-items: center;
  justify-content: center;
}

button {
  transition: all 0.3s;
}
button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.btn-submit {
  width: 208px;
  height: 71px;
  background-color: #FF8B05;
  text-align: center;
}
.btn-submit-wrapper {
  text-align: center;
}

/**** form input ****/
.form-input {
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .form-input {
    padding-top: 137px;
  }
}

.about-privacy__ttl {
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .about-privacy__ttl {
    margin-top: 107px;
  }
}
.about-privacy__message {
  width: fit-content;
  margin: 0 auto 46px;
}
.about-privacy__message a {
  text-decoration: underline;
}

/**** form input(contact) ****/
.contact-btn-submit {
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .contact-btn-submit {
    margin-top: 141px;
  }
}

@media screen and (min-width: 992px) {
  .form-dd-tel span {
    margin-left: 14px;
  }
}

/**** form input(apply) ****/
.form-dd-age {
  display: flex;
  align-items: flex-end;
}
.form-dd-age input[type=text] {
  max-width: 101px;
  text-align: center;
}
.form-dd-age span {
  margin-left: 17px;
}

/**** form confirm(contact) ****/
.contact-btn-double {
  display: flex;
  justify-content: center;
  gap: 63px;
  flex-wrap: wrap;
}/*# sourceMappingURL=style-contact.css.map */

.input-error{color: red;font-weight: bold;margin-top: 15px;}