@charset "UTF-8";
/* ==========================================================================
  Form
========================================================================== */
:root {
  --color-bg: #000;
  --color-text: #fff;
  --color-main: #000;
  --color-sub: #d1b767;
  --font-base: Zen Old Mincho, serif;
}

/* ==========================================================================
  Form
========================================================================== */
/* ==========================================================================
  Form
========================================================================== */
.form .screen-reader-response > p {
  margin-bottom: max(6.4vw, 24px);
  font-weight: bold;
  color: #f00;
  text-align: center;
}
@media (750px <= width) {
  .form .screen-reader-response > p {
    margin-bottom: min(2.7272727273vw, 24px);
  }
}
.form .screen-reader-response ul {
  display: none !important;
}
.form .form__wrap .form__contents {
  margin-bottom: max(10.6666666667vw, 40px);
}
@media (750px <= width) {
  .form .form__wrap .form__contents {
    margin-bottom: min(4.5454545455vw, 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;
}
@media (750px <= width) {
  .form .form__wrap .form__head {
    margin-bottom: min(0.9090909091vw, 8px);
    font-size: min(1.8181818182vw, 16px);
  }
}
.form .form__wrap .form__head.-require span {
  display: inline-flex;
  align-items: flex-start;
}
.form .form__wrap .form__head.-require span::after {
  display: inline-block;
  margin-left: max(2.1333333333vw, 8px);
  font-size: max(2.6666666667vw, 10px);
  font-weight: 700;
  color: #f00;
  cursor: pointer;
  content: "＊";
}
@media (750px <= width) {
  .form .form__wrap .form__head.-require span::after {
    margin-left: min(0.9090909091vw, 8px);
    font-size: min(1.1363636364vw, 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 (750px <= width) {
  .form .form__wrap .form__head .form__text {
    margin-top: min(1.1363636364vw, 10px);
    font-size: min(1.4772727273vw, 13px);
  }
}
.form .form__wrap .form__input {
  position: relative;
  margin-bottom: max(6.4vw, 24px);
  font-size: max(3.7333333333vw, 14px);
  font-weight: 700;
}
@media (750px <= width) {
  .form .form__wrap .form__input {
    margin-bottom: min(2.7272727273vw, 24px);
    font-size: min(1.8181818182vw, 16px);
  }
}
.form .form__wrap .form__input.-half {
  display: flex;
  gap: max(2.1333333333vw, 8px);
}
@media (750px <= width) {
  .form .form__wrap .form__input.-half {
    gap: min(0.9090909091vw, 8px);
  }
}
.form .form__wrap .form__input.-half .wpcf7-form-control-wrap {
  width: max(44vw, 165px);
}
@media (750px <= width) {
  .form .form__wrap .form__input.-half .wpcf7-form-control-wrap {
    width: calc(50% - min(0.4545454545vw, 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 (750px <= width) {
  .form .form__wrap .form__input .wpcf7-not-valid-tip {
    font-size: min(1.3636363636vw, 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 #bdbdbd;
  border-radius: max(1.0666666667vw, 4px);
}
@media (750px <= width) {
  .form .form__wrap .form__input .wpcf7-form-control-wrap {
    height: min(6.25vw, 55px);
    font-size: min(1.8181818182vw, 16px);
    border-width: min(0.1136363636vw, 1px);
    border-radius: min(0.4545454545vw, 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: #595353;
}
@media (750px <= 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.8181818182vw, 16px) min(1.3636363636vw, 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: #595353;
}
.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 (750px <= width) {
  .form .form__wrap .form__input.-textarea .wpcf7-form-control-wrap {
    height: min(18.4090909091vw, 162px);
    min-height: min(18.4090909091vw, 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 (750px <= width) {
  .form .form__wrap .form__input.-select::after {
    right: min(1.8181818182vw, 16px);
    width: min(1.3636363636vw, 12px);
    height: min(1.3636363636vw, 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 #bdbdbd;
  border-radius: max(1.0666666667vw, 4px);
}
@media (750px <= width) {
  .form .form__wrap .form__input.-privacy {
    height: min(14.0909090909vw, 124px);
    padding: min(1.8181818182vw, 16px) min(2.2727272727vw, 20px) min(1.8181818182vw, 16px) min(1.3636363636vw, 12px);
    font-size: min(1.8181818182vw, 16px);
    border-width: min(0.1136363636vw, 1px);
    border-radius: min(0.4545454545vw, 4px);
  }
}
.form .form__wrap .agree__wrap {
  margin: 0 0 max(10.6666666667vw, 40px);
  text-align: center;
}
@media (750px <= width) {
  .form .form__wrap .agree__wrap {
    margin: 0 0 min(4.5454545455vw, 40px);
  }
}
.form .form__wrap .agree__wrap .agree__text {
  margin-bottom: max(4.2666666667vw, 16px);
  font-size: max(3.2vw, 12px);
  font-weight: 500;
  text-align: center;
}
.form .form__wrap .agree__wrap .agree__text a {
  text-decoration: underline;
}
@media (750px <= width) {
  .form .form__wrap .agree__wrap .agree__text {
    margin-bottom: min(1.8181818182vw, 16px);
    font-size: min(1.5909090909vw, 14px);
  }
  .form .form__wrap .agree__wrap .agree__text a:hover, .form .form__wrap .agree__wrap .agree__text a:focus-visible {
    text-decoration: none;
  }
}
.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(5.3333333333vw, 20px);
  height: max(5.3333333333vw, 20px);
  margin-right: max(2.1333333333vw, 8px);
}
@media (750px <= width) {
  .form .form__wrap .agree__wrap input[type=checkbox] {
    width: min(2.2727272727vw, 20px);
    height: min(2.2727272727vw, 20px);
    margin-right: min(0.9090909091vw, 8px);
  }
}
.form .form__wrap .wpcf7-submit {
  display: flex;
  gap: max(1.3333333333vw, 5px);
  align-items: center;
  justify-content: center;
  width: 100%;
  height: max(11.7333333333vw, 44px);
  margin-inline: auto;
  font-size: max(6.4vw, 24px);
  font-weight: 700;
  color: #d1b767;
  text-align: center;
  background-color: #000;
  border: max(0.2666666667vw, 1px) solid currentColor;
}
@media (750px <= width) {
  .form .form__wrap .wpcf7-submit {
    gap: min(0.5681818182vw, 5px);
    width: min(42.0454545455vw, 370px);
    height: min(5vw, 44px);
    font-size: min(2.7272727273vw, 24px);
    border-width: min(0.1136363636vw, 1px);
  }
}
.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 (750px <= width) {
  .thanks {
    padding-top: min(9.0909090909vw, 80px);
  }
}
.thanks .sec__title {
  padding: 0;
  color: #2a2a2a;
  border: 0;
}
.thanks .thanks__text {
  margin: 0 auto;
}
@media (750px <= width) {
  .thanks .thanks__text {
    padding-top: min(4.5454545455vw, 40px);
  }
}
@media (750px <= width) {
  .thanks .thanks__text {
    width: min(87.2727272727vw, 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 (750px <= width) {
  .thanks .to-calendar {
    width: min(35.4545454545vw, 312px);
    height: min(5.9090909091vw, 52px);
    margin: min(4.5454545455vw, 40px) auto min(3.6363636364vw, 32px);
    border-radius: min(4.5454545455vw, 40px);
    filter: drop-shadow(0 0 min(0.4545454545vw, 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 (750px <= width) {
  .thanks .to-top {
    width: min(35.4545454545vw, 312px);
    height: min(5.9090909091vw, 52px);
    border-radius: min(4.5454545455vw, 40px);
    filter: drop-shadow(0 0 min(0.4545454545vw, 4px) rgba(0, 0, 0, 0.2));
  }
}

@media (750px <= width) {
  #Contact.contact .contact__wrap {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }
}
@media (750px <= width) {
  #Contact.contact .contact__head,
  #Contact.contact .form {
    width: min(55vw, 484px);
  }
}
#Contact.contact .contact__head {
  padding: 0;
  margin-bottom: max(16vw, 60px);
}
@media (750px <= width) {
  #Contact.contact .contact__head {
    margin-bottom: 0;
  }
}
@media (750px <= width) {
  #Contact.contact .contact__head .inner {
    align-items: center;
  }
}
#Contact.contact .check__wrap {
  padding: 0;
  color: #2a2a2a;
}
@media (750px <= width) {
  #Contact.contact .check__wrap {
    width: min(38.1818181818vw, 336px);
  }
}
#Contact.contact .check__wrap:not(:last-of-type) {
  margin-bottom: max(10.6666666667vw, 40px);
}
@media (750px <= width) {
  #Contact.contact .check__wrap:not(:last-of-type) {
    margin-bottom: min(4.5454545455vw, 40px);
  }
}
#Contact.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 #595353;
}
@media (750px <= width) {
  #Contact.contact .check__wrap .check__head {
    padding-bottom: min(0.9090909091vw, 8px);
    margin-bottom: min(2.2727272727vw, 20px);
    font-size: min(2.0454545455vw, 18px);
    border-bottom: min(0.2272727273vw, 2px) solid #595353;
  }
}
#Contact.contact .check__wrap .check__item::before {
  filter: invert(19%) sepia(44%) saturate(3620%) hue-rotate(224deg) brightness(115%) contrast(114%);
}
#Contact.contact .check__wrap.-document .check__head {
  padding: 0;
  font-size: max(4.2666666667vw, 16px);
  line-height: 1.7;
  text-align: center;
  border: 0;
}
@media (750px <= width) {
  #Contact.contact .check__wrap.-document .check__head {
    font-size: min(1.8181818182vw, 16px);
  }
}
#Contact.contact .form {
  padding-bottom: max(5.3333333333vw, 20px);
  margin-bottom: max(16vw, 60px);
  background-color: #fff;
}
@media (750px <= width) {
  #Contact.contact .form {
    padding-bottom: min(2.2727272727vw, 20px);
    margin-bottom: 0;
  }
}
@media (750px <= width) {
  #Contact.contact .form .inner {
    padding: 0 min(8.1818181818vw, 72px);
  }
}
#Contact.contact .form .form__wrap {
  width: 100%;
}
#Contact.contact .form .form__caption {
  margin-bottom: max(10.6666666667vw, 40px);
  font-size: max(3.4666666667vw, 13px);
  text-align: center;
}
@media (750px <= width) {
  #Contact.contact .form .form__caption {
    margin-bottom: min(4.5454545455vw, 40px);
    font-size: min(1.4772727273vw, 13px);
  }
}