@charset "UTF-8";
/* ==========================================================================
  Form
========================================================================== */
.form .screen-reader-response > p {
  margin-bottom: max(6.4vw, 24px);
  font-weight: bold;
  color: #f00;
  text-align: center;
}
@media (800px <= width) {
  .form .screen-reader-response > p {
    margin-bottom: min(2vw, 24px);
  }
}
.form .screen-reader-response ul {
  display: none !important;
}
@media (800px <= width) {
  .form .form__wrap {
    width: min(59.1666666667vw, 710px);
    margin: 0 auto;
  }
}
.form .form__wrap .form__contents {
  margin-bottom: max(10.6666666667vw, 40px);
}
@media (800px <= width) {
  .form .form__wrap .form__contents {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}
.form .form__wrap .form__head {
  margin-bottom: max(2.1333333333vw, 8px);
  font-size: max(4.2666666667vw, 16px);
  font-weight: bold;
  line-height: 1.4;
  color: #5c3b0f;
  letter-spacing: 0.05em;
}
@media (800px <= width) {
  .form .form__wrap .form__head {
    margin-bottom: min(0.6666666667vw, 8px);
    font-size: min(1.3333333333vw, 16px);
  }
}
.form .form__wrap .form__head.-require span::after {
  display: inline-block;
  margin: auto 0 auto max(2.1333333333vw, 8px);
  font-size: max(2.6666666667vw, 10px);
  font-weight: 700;
  color: #f00;
  cursor: pointer;
  content: "＊必須";
}
@media (800px <= width) {
  .form .form__wrap .form__head.-require span::after {
    margin: auto 0 auto min(0.6666666667vw, 8px);
    font-size: min(0.8333333333vw, 10px);
  }
}
.form .form__wrap .form__head .form__text {
  margin-top: max(2.6666666667vw, 10px);
  font-size: max(3.4666666667vw, 13px);
  font-weight: 400;
  line-height: 1.4;
}
@media (800px <= width) {
  .form .form__wrap .form__head .form__text {
    margin-top: min(0.8333333333vw, 10px);
    font-size: min(1.0833333333vw, 13px);
  }
}
.form .form__wrap .form__input {
  position: relative;
  margin-bottom: max(6.4vw, 24px);
}
@media (800px <= width) {
  .form .form__wrap .form__input {
    margin-bottom: min(2vw, 24px);
  }
}
.form .form__wrap .form__input.-half {
  display: flex;
  gap: max(4.2666666667vw, 16px);
}
@media (800px <= width) {
  .form .form__wrap .form__input.-half {
    gap: min(1.3333333333vw, 16px);
  }
}
.form .form__wrap .form__input.-half .wpcf7-form-control-wrap {
  width: max(44vw, 165px);
}
@media (800px <= width) {
  .form .form__wrap .form__input.-half .wpcf7-form-control-wrap {
    width: calc(50% - min(0.3333333333vw, 4px));
  }
}
.form .form__wrap .form__input.-half .wpcf7-form-control-wrap:first-of-type .wpcf7-not-valid-tip {
  display: none !important;
}
.form .form__wrap .form__input .screen-reader-response ul {
  display: none !important;
}
.form .form__wrap .form__input .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -1.8em;
  left: 0;
  display: none;
  font-size: max(3.2vw, 12px);
  color: #f00;
}
@media (800px <= width) {
  .form .form__wrap .form__input .wpcf7-not-valid-tip {
    font-size: min(1vw, 12px);
  }
}
.form .form__wrap .form__input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: max(14.6666666667vw, 55px);
  font-size: max(4.2666666667vw, 16px);
  line-height: 1;
  background-color: #fff !important;
  border: max(0.2666666667vw, 1px) solid #000;
  border-radius: max(1.0666666667vw, 4px);
}
@media (800px <= width) {
  .form .form__wrap .form__input .wpcf7-form-control-wrap {
    height: min(4.5833333333vw, 55px);
    font-size: min(1.3333333333vw, 16px);
    border-width: min(0.0833333333vw, 1px);
    border-radius: min(0.3333333333vw, 4px);
  }
}
.form .form__wrap .form__input .wpcf7-form-control-wrap input,
.form .form__wrap .form__input .wpcf7-form-control-wrap select,
.form .form__wrap .form__input .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 100%;
  padding: max(4.2666666667vw, 16px) max(3.2vw, 12px);
}
.form .form__wrap .form__input .wpcf7-form-control-wrap input::placeholder,
.form .form__wrap .form__input .wpcf7-form-control-wrap select::placeholder,
.form .form__wrap .form__input .wpcf7-form-control-wrap textarea::placeholder {
  color: #b3b3b3;
}
@media (800px <= width) {
  .form .form__wrap .form__input .wpcf7-form-control-wrap input,
  .form .form__wrap .form__input .wpcf7-form-control-wrap select,
  .form .form__wrap .form__input .wpcf7-form-control-wrap textarea {
    padding: min(1.3333333333vw, 16px) min(1vw, 12px);
  }
}
.form .form__wrap .form__input.-select {
  line-height: 1;
}
.form .form__wrap .form__input.-select select {
  cursor: pointer;
}
.form .form__wrap .form__input.-select select option:first-of-type {
  color: #b3b3b3;
}
.form .form__wrap .form__input.-textarea .wpcf7-form-control-wrap {
  height: max(43.2vw, 162px);
  min-height: max(43.2vw, 162px);
  line-height: 1.8;
  resize: vertical;
}
@media (800px <= width) {
  .form .form__wrap .form__input.-textarea .wpcf7-form-control-wrap {
    height: min(13.5vw, 162px);
    min-height: min(13.5vw, 162px);
  }
}
.form .form__wrap .form__input.-select {
  position: relative;
  display: flex;
  align-items: center;
}
.form .form__wrap .form__input.-select::after {
  position: absolute;
  right: max(4.2666666667vw, 16px);
  width: max(3.2vw, 12px);
  height: max(3.2vw, 12px);
  content: "";
  background-image: url("../img/arrow-select.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (800px <= width) {
  .form .form__wrap .form__input.-select::after {
    right: min(1.3333333333vw, 16px);
    width: min(1vw, 12px);
    height: min(1vw, 12px);
  }
}
.form .form__wrap .form__input.-privacy {
  width: 100%;
  height: max(45.3333333333vw, 170px);
  padding: max(4.2666666667vw, 16px) max(5.3333333333vw, 20px) max(4.2666666667vw, 16px) max(3.2vw, 12px);
  margin: 0;
  overflow-y: scroll;
  font-size: max(4.2666666667vw, 16px);
  line-height: 1.5;
  text-align: justify;
  white-space: pre-wrap;
  background-color: #fff !important;
  border: max(0.2666666667vw, 1px) solid #000;
  border-radius: max(1.0666666667vw, 4px);
}
@media (800px <= width) {
  .form .form__wrap .form__input.-privacy {
    height: min(10.3333333333vw, 124px);
    padding: min(1.3333333333vw, 16px) min(1.6666666667vw, 20px) min(1.3333333333vw, 16px) min(1vw, 12px);
    font-size: min(1.3333333333vw, 16px);
    border-width: min(0.0833333333vw, 1px);
    border-radius: min(0.3333333333vw, 4px);
  }
}
.form .form__wrap .agree__wrap {
  margin: 0 0 max(10.6666666667vw, 40px);
  text-align: center;
}
@media (800px <= width) {
  .form .form__wrap .agree__wrap {
    margin: 0 0 min(3.3333333333vw, 40px);
  }
}
.form .form__wrap .agree__wrap .agree__text {
  margin-bottom: max(4.2666666667vw, 16px);
  font-size: max(3.7333333333vw, 14px);
  font-weight: 500;
  text-align: center;
}
@media (800px <= width) {
  .form .form__wrap .agree__wrap .agree__text {
    margin-bottom: min(1.3333333333vw, 16px);
    font-size: min(1.1666666667vw, 14px);
  }
}
.form .form__wrap .agree__wrap label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
}
.form .form__wrap .agree__wrap input[type=checkbox] {
  width: max(6.4vw, 24px);
  height: max(6.4vw, 24px);
  margin-right: max(2.1333333333vw, 8px);
}
@media (800px <= width) {
  .form .form__wrap .agree__wrap input[type=checkbox] {
    width: min(2vw, 24px);
    height: min(2vw, 24px);
    margin-right: min(0.6666666667vw, 8px);
  }
}
.form .form__wrap .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(82.1333333333vw, 308px);
  height: max(18.1333333333vw, 68px);
  margin: 0 auto;
  font-size: max(5.3333333333vw, 20px);
  font-weight: bold;
  line-height: max(18.1333333333vw, 68px);
  color: #fff;
  text-align: center;
  background: #cb191d;
  border-radius: 100vmax;
}
@media (800px <= width) {
  .form .form__wrap .wpcf7-submit {
    width: min(31vw, 372px);
    height: min(5.6666666667vw, 68px);
    font-size: min(1.6666666667vw, 20px);
    line-height: min(5.6666666667vw, 68px);
  }
}
.form .form__wrap .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.form .form__wrap .wpcf7-submit + .wpcf7-spinner {
  display: none !important;
}
.form .form__wrap.-has-error .form__input .wpcf7-not-valid-tip {
  display: block !important;
}
.form .form__wrap.-has-error + .wpcf7-response-output {
  display: none !important;
}

.thanks {
  padding-top: max(10.6666666667vw, 40px);
}
@media (800px <= width) {
  .thanks {
    padding-top: min(6.6666666667vw, 80px);
  }
}
.thanks .sec__title {
  padding: 0;
  color: #545454;
  border: 0;
}
.thanks .thanks__text {
  margin: 0 auto;
}
@media (800px <= width) {
  .thanks .thanks__text {
    padding-top: min(3.3333333333vw, 40px);
  }
}
@media (800px <= width) {
  .thanks .thanks__text {
    width: min(64vw, 768px);
  }
}
.thanks .thanks__text em {
  font-weight: inherit;
}
.thanks .to-calendar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(83.2vw, 312px);
  height: max(13.8666666667vw, 52px);
  margin: max(10.6666666667vw, 40px) auto max(8.5333333333vw, 32px);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border-radius: max(6.9333333333vw, 26px);
  filter: drop-shadow(0 0 max(1.0666666667vw, 4px) rgba(0, 0, 0, 0.2));
}
@media (800px <= width) {
  .thanks .to-calendar {
    width: min(26vw, 312px);
    height: min(4.3333333333vw, 52px);
    margin: min(3.3333333333vw, 40px) auto min(2.6666666667vw, 32px);
    border-radius: min(3.3333333333vw, 40px);
    filter: drop-shadow(0 0 min(0.3333333333vw, 4px) rgba(0, 0, 0, 0.2));
  }
}
.thanks .to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(83.2vw, 312px);
  height: max(13.8666666667vw, 52px);
  margin: 0 auto;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border-radius: max(6.9333333333vw, 26px);
  filter: drop-shadow(0 0 max(1.0666666667vw, 4px) rgba(0, 0, 0, 0.2));
}
@media (800px <= width) {
  .thanks .to-top {
    width: min(26vw, 312px);
    height: min(4.3333333333vw, 52px);
    border-radius: min(3.3333333333vw, 40px);
    filter: drop-shadow(0 0 min(0.3333333333vw, 4px) rgba(0, 0, 0, 0.2));
  }
}

.section--document {
  background: #f5f5f5;
}
@media (800px <= width) {
  .section--document.contact .contact__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
  }
}
@media (800px <= width) {
  .section--document.contact .contact__head,
  .section--document.contact .form {
    width: min(40.3333333333vw, 484px);
  }
}
.section--document.contact .contact__head {
  padding: 0;
  margin-bottom: max(16vw, 60px);
}
@media (800px <= width) {
  .section--document.contact .contact__head {
    margin-bottom: 0;
  }
}
@media (800px <= width) {
  .section--document.contact .contact__head .inner {
    align-items: center;
  }
}
.section--document.contact .check__wrap {
  padding: 0;
  color: #545454;
}
@media (800px <= width) {
  .section--document.contact .check__wrap {
    width: min(28vw, 336px);
  }
}
.section--document.contact .check__wrap:not(:last-of-type) {
  margin-bottom: max(10.6666666667vw, 40px);
}
@media (800px <= width) {
  .section--document.contact .check__wrap:not(:last-of-type) {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}
.section--document.contact .check__wrap .check__head {
  padding-bottom: max(2.1333333333vw, 8px);
  margin-bottom: max(5.3333333333vw, 20px);
  font-size: max(4.8vw, 18px);
  border-bottom: max(0.5333333333vw, 2px) solid #b3b3b3;
}
@media (800px <= width) {
  .section--document.contact .check__wrap .check__head {
    padding-bottom: min(0.6666666667vw, 8px);
    margin-bottom: min(1.6666666667vw, 20px);
    font-size: min(1.5vw, 18px);
    border-bottom: min(0.1666666667vw, 2px) solid #b3b3b3;
  }
}
.section--document.contact .check__wrap .check__item::before {
  filter: invert(8%) sepia(97%) saturate(6139%) hue-rotate(354deg) brightness(112%) contrast(86%);
}
.section--document.contact .check__wrap.-document .check__head {
  padding: 0;
  font-size: max(4.2666666667vw, 16px);
  line-height: 1.7;
  text-align: center;
  border: 0;
}
@media (800px <= width) {
  .section--document.contact .check__wrap.-document .check__head {
    font-size: min(1.3333333333vw, 16px);
  }
}
.section--document.contact .form {
  padding-bottom: max(5.3333333333vw, 20px);
  margin-bottom: max(16vw, 60px);
}
@media (800px <= width) {
  .section--document.contact .form {
    padding-bottom: min(1.6666666667vw, 20px);
    margin-bottom: 0;
    background-color: #fff;
  }
}
@media (800px <= width) {
  .section--document.contact .form .inner {
    padding: 0 min(6vw, 72px);
  }
}
.section--document.contact .form .form__wrap {
  width: 100%;
}
.section--document.contact .form .form__caption {
  margin-bottom: max(10.6666666667vw, 40px);
  font-size: max(3.4666666667vw, 13px);
  text-align: center;
}
@media (800px <= width) {
  .section--document.contact .form .form__caption {
    margin-bottom: min(3.3333333333vw, 40px);
    font-size: min(1.0833333333vw, 13px);
  }
}
.section--document .check__wrap {
  padding: max(3.2vw, 12px);
  font-size: max(3.4666666667vw, 13px);
  font-weight: bold;
  color: #fff;
  border-radius: max(1.0666666667vw, 4px);
}
@media (800px <= width) {
  .section--document .check__wrap {
    width: min(24.8333333333vw, 298px);
    padding: min(1vw, 12px);
    font-size: min(1.0833333333vw, 13px);
    border-radius: min(0.6666666667vw, 8px);
  }
}
.section--document .check__wrap .check__head {
  padding-bottom: max(2.1333333333vw, 8px);
  margin-bottom: max(3.2vw, 12px);
  line-height: 1;
  border-bottom: max(0.2666666667vw, 1px) dashed #fff;
}
@media (800px <= width) {
  .section--document .check__wrap .check__head {
    padding-bottom: min(0.6666666667vw, 8px);
    margin-bottom: min(1vw, 12px);
    border-bottom: min(0.0833333333vw, 1px) dashed #fff;
  }
}
.section--document .check__wrap .check__details .check__list {
  display: flex;
  flex-direction: column;
  gap: max(1.0666666667vw, 4px);
}
@media (800px <= width) {
  .section--document .check__wrap .check__details .check__list {
    gap: min(0.3333333333vw, 4px);
  }
}
.section--document .check__wrap .check__details .check__list .check__item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.section--document .check__wrap .check__details .check__list .check__item::before {
  display: inline-flex;
  width: max(4.8vw, 18px);
  height: max(4.8vw, 18px);
  margin-right: max(3.2vw, 12px);
  content: "";
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(8%) sepia(97%) saturate(6139%) hue-rotate(354deg) brightness(112%) contrast(86%);
}
@media (800px <= width) {
  .section--document .check__wrap .check__details .check__list .check__item::before {
    width: min(1.5vw, 18px);
    height: min(1.5vw, 18px);
    margin-right: min(1vw, 12px);
  }
}
.section--document .form {
  padding: max(10.6666666667vw, 40px) 0 max(10.6666666667vw, 40px);
  background-color: #f5f5f5;
}
@media (800px <= width) {
  .section--document .form {
    padding: min(3.3333333333vw, 40px) 0 min(3.3333333333vw, 40px);
  }
}