@charset "UTF-8";
.form-input {
  width: 522px;
  background-color: #f2f7fd;
  border-radius: 4px;
  font-size: 16px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid transparent;
}
.form-input:focus, .form-input:hover {
  border: 1px solid #0f8fef;
}
@media screen and (max-width: 1100px) {
  .form-input {
    font-size: 13px;
    padding-right: 1.3636363636vw;
    padding-left: 1.3636363636vw;
    width: 47.4545454545vw;
  }
}
.form-input.error {
  background-color: #f7d9e2;
  border: solid 1px #d6436d;
}
@media screen and (max-width: 768px) {
  .form-input {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  .form-input {
    font-size: 3.9682539683vw;
    height: 10.582010582vw;
  }
}
.form-input.textarea {
  height: 200px;
}
@media screen and (max-width: 1100px) {
  .form-input.textarea {
    height: 18.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  .form-input.textarea {
    height: 200px;
  }
}
@media screen and (max-width: 414px) {
  .form-input.textarea {
    height: 52.9100529101vw;
  }
}

.agree-error-message {
  font-size: 15px;
  color: #d6436d;
  text-align: left;
  margin-top: 4px;
}
@media screen and (max-width: 1100px) {
  .agree-error-message {
    font-size: 1.3636363636vw;
  }
}
@media screen and (max-width: 768px) {
  .agree-error-message {
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  .agree-error-message {
    font-size: 3.9682539683vw;
  }
}

.error-message {
  position: absolute;
  left: 230px;
  bottom: -25px;
  font-size: 15px;
  color: #d6436d;
}
@media screen and (max-width: 1100px) {
  .error-message {
    left: 20.9090909091vw;
    bottom: -2.2727272727vw;
    font-size: 1.3636363636vw;
  }
}
@media screen and (max-width: 768px) {
  .error-message {
    left: 0px;
    bottom: -25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  .error-message {
    bottom: -6.6137566138vw;
    font-size: 3.9682539683vw;
  }
}
.error-message.showing {
  display: block;
}

.form-select {
  width: 522px;
  background-color: #f2f7fd;
  border-radius: 4px;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  border: 1px solid transparent;
  position: relative;
}
.form-select:invalid {
  color: rgba(0, 0, 0, 0.3);
}
.form-select.selected {
  color: #0f2650;
}
.form-select:focus, .form-select:hover {
  border: 1px solid #0f8fef;
  background-color: #f2f7fd;
}
@media screen and (max-width: 1100px) {
  .form-select {
    font-size: 13px;
    padding-left: 1.3636363636vw;
    padding-right: 1.3636363636vw;
    width: 47.4545454545vw;
    height: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  .form-select {
    font-size: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
  }
}
@media screen and (max-width: 414px) {
  .form-select {
    padding-left: 3.9682539683vw;
    padding-right: 3.9682539683vw;
    height: 10.582010582vw;
    font-size: 3.9682539683vw;
  }
}
.form-select.error {
  background-color: #f7d9e2;
  border: solid 1px #d6436d;
}

.form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .form-group {
    margin-bottom: 3.6363636364vw;
    height: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  .form-group {
    flex-wrap: wrap;
    height: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 414px) {
  .form-group {
    height: 21.164021164vw;
    margin-bottom: 10.582010582vw;
  }
}
.form-group.textarea {
  height: 200px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1100px) {
  .form-group.textarea {
    height: 18.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  .form-group.textarea {
    height: 240px;
  }
}
@media screen and (max-width: 414px) {
  .form-group.textarea {
    height: 63.4920634921vw;
    margin-bottom: 40px;
  }
}
.form-group.select {
  position: relative;
}
.form-group.select::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  display: block;
  position: absolute;
  z-index: 1000000;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 15px;
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  .form-group.select::after {
    font-size: 1.3636363636vw;
  }
}
@media screen and (max-width: 768px) {
  .form-group.select::after {
    top: 60px;
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  .form-group.select::after {
    top: 15.873015873vw;
    font-size: 3.9682539683vw;
  }
}

.form-label {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .form-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .form-label {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 414px) {
  .form-label {
    font-size: 3.9682539683vw;
    height: 10.582010582vw;
    line-height: 10.582010582vw;
  }
}

.form-agree {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .form-agree {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .form-agree {
    margin-bottom: 7.9365079365vw;
  }
}

.form-check {
  display: none;
}
.form-check:checked + .check-label::after {
  background-color: #0f8fef;
  border: 1px solid transparent;
}

.check-label {
  line-height: 1;
  padding-left: 26px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .check-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  .check-label {
    font-size: 3.9682539683vw;
  }
}
.check-label::after {
  content: "";
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .check-label::after {
    width: 1.5454545455vw;
    height: 1.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  .check-label::after {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 414px) {
  .check-label::after {
    width: 4.4973544974vw;
    height: 4.4973544974vw;
  }
}
.check-label i {
  position: absolute;
  top: 50%;
  left: 1px;
  z-index: 2;
  transform: translateY(-50%);
  color: #fff;
}

.contact {
  background-color: #f2f7fd;
  padding: 100px 0;
}
@media screen and (max-width: 1100px) {
  .contact {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 60px 0 0;
  }
}
.contact__box {
  width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  padding: 62px 126px;
  text-align: center;
}
.contact__box.hide {
  display: none;
}
@media screen and (max-width: 1100px) {
  .contact__box {
    width: 90.9090909091vw;
    padding: 62px 56px;
  }
}
@media screen and (max-width: 768px) {
  .contact__box {
    padding: 56px 24px;
    width: 100%;
  }
}
.contact__title {
  margin-bottom: 52px;
}
@media screen and (max-width: 1100px) {
  .contact__title {
    margin-bottom: 4.7272727273vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 414px) {
  .contact__title {
    margin-bottom: 8.4656084656vw;
  }
}
.contact__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .contact__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contact__text {
    margin-bottom: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 414px) {
  .contact__text {
    font-size: 3.9682539683vw;
    margin-bottom: 10.582010582vw;
  }
}

.required {
  position: relative;
}
.required::after {
  display: block;
  content: "必須";
  background-color: #d6436d;
  color: #fff;
  font-size: 12px;
  width: 50px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  border-radius: 4px;
  right: -70px;
  top: 2px;
}
@media screen and (max-width: 1100px) {
  .required::after {
    right: -6.3636363636vw;
    top: 0.1818181818vw;
    font-size: 1.0909090909vw;
    width: 4.5454545455vw;
    height: 2vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .required::after {
    font-size: 12px;
    width: 50px;
    height: 22px;
    line-height: 22px;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 414px) {
  .required::after {
    font-size: 3.1746031746vw;
    width: 13.2275132275vw;
    height: 5.8201058201vw;
    line-height: 5.8201058201vw;
    right: -18.5185185185vw;
  }
}

.verification {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 62px 126px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .verification {
    width: 90.9090909091vw;
    padding: 62px 56px;
  }
}
@media screen and (max-width: 768px) {
  .verification {
    width: 100%;
    padding: 56px 24px;
  }
}
@media screen and (max-width: 414px) {
  .verification {
    padding: 40px 24px;
  }
}
.verification.hide {
  display: none;
}
.verification__title {
  margin-bottom: 53px;
}
@media screen and (max-width: 1100px) {
  .verification__title {
    margin-bottom: 4.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  .verification__title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 414px) {
  .verification__title {
    margin-bottom: 9.2592592593vw;
  }
}
.verification__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 32px;
}
@media screen and (max-width: 1100px) {
  .verification__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .verification__text {
    text-align: left;
  }
}
@media screen and (max-width: 414px) {
  .verification__text {
    font-size: 3.9682539683vw;
    margin-bottom: 7.9365079365vw;
  }
}
.verification__row {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .verification__row {
    padding-top: 25px;
    padding-bottom: 25px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 414px) {
  .verification__row {
    padding-top: 6.6137566138vw;
    padding-bottom: 6.6137566138vw;
  }
}
.verification__row:last-of-type {
  border-bottom: none;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .verification__row:last-of-type {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 414px) {
  .verification__row:last-of-type {
    margin-bottom: 10.582010582vw;
  }
}
.verification__content {
  text-align: left;
  width: 490px;
  font-size: 16px;
  line-height: 1;
  word-break: break-all;
}
@media screen and (max-width: 1100px) {
  .verification__content {
    width: 44.5454545455vw;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .verification__content {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .verification__content {
    font-size: 3.9682539683vw;
  }
}
.verification__content.textarea {
  line-height: 1.75;
  white-space: pre-wrap;
}
.verification__label {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .verification__label {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .verification__label {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 414px) {
  .verification__label {
    font-size: 3.9682539683vw;
    margin-bottom: 6.6137566138vw;
  }
}
.verification .btn-blue {
  display: block;
  margin: 0 auto;
  margin-bottom: 27px;
}
@media screen and (max-width: 1100px) {
  .verification .btn-blue {
    margin-bottom: 2.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  .verification .btn-blue {
    width: 242px;
    margin-bottom: 23px;
  }
}

select option:nth-child(n) {
  background-color: #fff;
  color: #0f2650;
}

.contact-complete__wrapper {
  border-radius: 4px;
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 62px 126px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .contact-complete__wrapper {
    width: 90.9090909091vw;
    padding: 62px 56px;
  }
}
@media screen and (max-width: 768px) {
  .contact-complete__wrapper {
    width: 100%;
    padding: 56px 24px 120px;
  }
}
@media screen and (max-width: 414px) {
  .contact-complete__wrapper {
    padding-bottom: 31.746031746vw;
  }
}
.contact-complete__title {
  margin-bottom: 45px;
}
@media screen and (max-width: 1100px) {
  .contact-complete__title {
    margin-bottom: 4.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-complete__title {
    margin-bottom: 32px;
  }
}
.contact-complete__text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .contact-complete__text {
    font-size: 15px;
  }
}

.mail-error {
  color: #d6436d;
}/*# sourceMappingURL=contact.css.map */