/* Sass Document */
#form_content {
  padding: 6rem 0 0;
}
@media screen and (max-width: 1200px) {
  #form_content {
    padding: 5vw 0 0;
  }
}
@media screen and (max-width: 840px) {
  #form_content {
    padding: 18.6666666667vw 0 0;
  }
}
@media screen and (max-width: 840px) {
  #form_content .wrap {
    width: 92vw;
  }
}
#form_content .center {
  margin-bottom: 9rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  #form_content .center {
    margin-bottom: 7.5vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .center {
    margin-bottom: 16vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .center br {
    display: none;
  }
}
#form_content .form_content_area dl + dl {
  margin-top: 5rem;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area dl + dl {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area dl + dl {
    margin-top: 6.1333333333vw;
  }
}
#form_content .form_content_area dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-left: 2rem;
  margin-bottom: 2.3rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area dl dt {
    gap: 2.0833333333vw;
    margin-left: 1.6666666667vw;
    margin-bottom: 1.9166666667vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area dl dt {
    gap: 4.5333333333vw;
    margin-left: 2.6666666667vw;
    margin-bottom: 4vw;
    font-size: 4vw;
  }
}
#form_content .form_content_area dl dt .req {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.1rem;
  height: 2.7rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  border-radius: 0.3rem;
  background: #CE312A;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area dl dt .req {
    width: 4.25vw;
    height: 2.25vw;
    font-size: 1.25vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area dl dt .req {
    width: 12.5333333333vw;
    height: 6.6666666667vw;
    font-size: 3.4666666667vw;
    border-radius: 0.8vw;
  }
}
#form_content .form_content_area dl dd input {
  width: 100%;
  height: 7rem;
  padding: 2.2rem 3.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.9411;
  background: #F4F4F4;
  border-radius: 0.7rem;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area dl dd input {
    height: 5.8333333333vw;
    padding: 1.8333333333vw 2.9166666667vw;
    font-size: 1.4166666667vw;
    border-radius: 0.5833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area dl dd input {
    height: 14.6666666667vw;
    padding: 4.5333333333vw 6.1333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
}
#form_content .form_content_area dl dd textarea {
  width: 100%;
  height: 20rem;
  padding: 2.2rem 3.5rem;
  font-size: 1.7rem;
  line-height: 1.9411;
  resize: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #F4F4F4;
  border-radius: 0.7rem;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area dl dd textarea {
    height: 16.6666666667vw;
    padding: 1.8333333333vw 2.9166666667vw;
    font-size: 1.4166666667vw;
    border-radius: 0.5833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area dl dd textarea {
    height: 34.6666666667vw;
    padding: 4.5333333333vw 6.1333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
}
#form_content .form_content_area dl dd input::-webkit-input-placeholder, #form_content .form_content_area dl dd textarea::-webkit-input-placeholder {
  color: #A3A3A3;
}
#form_content .form_content_area dl dd input::-moz-placeholder, #form_content .form_content_area dl dd textarea::-moz-placeholder {
  color: #A3A3A3;
}
#form_content .form_content_area dl dd input:-ms-input-placeholder, #form_content .form_content_area dl dd textarea:-ms-input-placeholder {
  color: #A3A3A3;
}
#form_content .form_content_area dl dd input::-ms-input-placeholder, #form_content .form_content_area dl dd textarea::-ms-input-placeholder {
  color: #A3A3A3;
}
#form_content .form_content_area dl dd input::placeholder,
#form_content .form_content_area dl dd textarea::placeholder {
  color: #A3A3A3;
}
#form_content .form_content_area .privacy {
  margin: 7.5rem 0 6.5rem;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area .privacy {
    margin: 6.25vw 0 5.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area .privacy {
    margin: 8.5333333333vw 0 9.3333333333vw;
  }
}
#form_content .form_content_area .privacy span {
  display: block;
  width: 100%;
}
#form_content .form_content_area .privacy .wpcf7-list-item {
  margin: 0;
}
#form_content .form_content_area .privacy p {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.0625;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area .privacy p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area .privacy p {
    font-size: 3.7333333333vw;
  }
}
#form_content .form_content_area .privacy p a {
  color: #0A51B8;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
#form_content .form_content_area .privacy label {
  display: table;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area .privacy label {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area .privacy label {
    font-size: 3.7333333333vw;
  }
}
#form_content .form_content_area .privacy label span {
  position: relative;
  padding-left: 3.8rem;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area .privacy label span {
    padding-left: 3.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area .privacy label span {
    padding-left: 9.6vw;
  }
}
#form_content .form_content_area .privacy label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.8rem;
  height: 2.8rem;
  margin: auto;
  border: 0.1rem solid #B2B2B2;
  background: #fff;
  border-radius: 0.3rem;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area .privacy label span::before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area .privacy label span::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    border-radius: 0.8vw;
  }
}
#form_content .form_content_area .privacy label input:checked + span::before {
  background: #007FEB;
}
#form_content .form_content_area .privacy label input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0.7rem;
  width: 1.5rem;
  height: 0.6rem;
  background: none;
  border-bottom: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area .privacy label input:checked + span::after {
    top: 0.5vw;
    left: 0.5833333333vw;
    width: 1.25vw;
    height: 0.5vw;
    border-bottom: 0.1666666667vw solid #fff;
    border-left: 0.1666666667vw solid #fff;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area .privacy label input:checked + span::after {
    top: 1.0666666667vw;
    left: 1.3333333333vw;
    width: 4vw;
    height: 1.6vw;
    border-bottom: 0.5333333333vw solid #fff;
    border-left: 0.5333333333vw solid #fff;
  }
}
#form_content .form_content_area .btn_area {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area .btn_area {
    gap: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area .btn_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
}
#form_content .form_content_area .btn_area .btn_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31rem;
  height: 7rem;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background: url(../img/contact/btn_submit.svg) no-repeat right 2.3rem center, #CE312A;
  background-size: 2rem;
  border-radius: 3.5rem;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area .btn_area .btn_submit {
    width: 33.3333333333vw;
    height: 5.8333333333vw;
    font-size: 1.5vw;
    background-size: 1.6666666667vw;
    border-radius: 2.9166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area .btn_area .btn_submit {
    width: 66.6666666667vw;
    height: 14.6666666667vw;
    font-size: 4.2666666667vw;
    background-size: 5.0666666667vw;
    border-radius: 9.3333333333vw;
  }
}
#form_content .form_content_area .btn_area .btn_submit:disabled {
  background: url(../img/contact/btn_submit.svg) no-repeat right 2.3rem center, #ccc;
  background-size: 2rem;
  cursor: auto;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area .btn_area .btn_submit:disabled {
    background-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area .btn_area .btn_submit:disabled {
    background-size: 5.3333333333vw;
  }
}
#form_content .form_content_area .btn_area .btn_submit:disabled:hover {
  opacity: 1;
}
#form_content .form_content_area .btn_area .btn_submit:hover {
  opacity: 0.7;
}
#form_content .form_content_area .btn_area .previous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31rem;
  height: 7rem;
  font-size: 1.8rem;
  color: #111;
  text-align: center;
  background: #fff;
  border: 0.1rem solid #111;
  border-radius: 3.5rem;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 1200px) {
  #form_content .form_content_area .btn_area .previous {
    width: 25.8333333333vw;
    height: 5.8333333333vw;
    font-size: 1.5vw;
    border-radius: 2.9166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .form_content_area .btn_area .previous {
    width: 66.6666666667vw;
    height: 14.6666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 9.3333333333vw;
  }
}
#form_content .form_content_area .btn_area .previous:hover {
  opacity: 0.7;
}
#form_content .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40rem;
  height: 7rem;
  margin: auto;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background: #111;
  border-radius: 3.5rem;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 1200px) {
  #form_content .btn a {
    width: 33.3333333333vw;
    height: 5.8333333333vw;
    font-size: 1.5vw;
    border-radius: 2.9166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .btn a {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 4vw;
    border-radius: 9.3333333333vw;
  }
}
#form_content .btn a:disabled {
  background: #ccc;
  cursor: auto;
}
#form_content .btn a:disabled:hover {
  opacity: 1;
}
#form_content .btn a:hover {
  opacity: 0.7;
}
#form_content .thanks_comment .title02 {
  margin-bottom: 1em;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #form_content .thanks_comment .title02 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .thanks_comment .title02 {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #form_content .thanks_comment p {
    font-size: 3.7333333333vw;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  padding: 1rem;
  margin: -1rem auto 11rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  border: 0.2rem solid #111 !important;
}
@media screen and (max-width: 1200px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    margin: -0.8333333333vw auto 9.1666666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    margin: -1.3333333333vw auto 14.9333333333vw;
    font-size: 3.4666666667vw;
  }
}

.wpcf7-spinner {
  position: absolute !important;
  bottom: -4rem;
  left: 0;
  right: 0;
  margin: auto !important;
}
@media screen and (max-width: 1200px) {
  .wpcf7-spinner {
    bottom: -3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .wpcf7-spinner {
    bottom: -10.6666666667vw;
  }
}