@charset "UTF-8";
.fv {
  position: relative;
  height: 320px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv {
    height: 26.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .fv {
    height: 190px;
  }
}
.fv .inner {
  position: relative;
  height: 100%;
  max-width: calc(1200px + 6.66%);
}
@media screen and (max-width: 960px) {
  .fv .inner {
    max-width: 375px;
  }
}

.fv__title {
  margin-top: 130px;
  position: relative;
  z-index: 1;
  mix-blend-mode: difference;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__title {
    margin-top: 10.8333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__title {
    margin-top: 60px;
  }
}
.fv__title .fv__title--en {
  font-family: "Marcellus", serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__title .fv__title--en {
    font-size: 10vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__title .fv__title--en {
    font-size: 80px;
    letter-spacing: 4px;
  }
}

.form .inner {
  padding-top: 64px;
  padding-bottom: 180px;
}
@media screen and (max-width: 960px) {
  .form .inner {
    padding-bottom: 120px;
  }
}

.contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1155px;
}
@media screen and (max-width: 960px) {
  .contact__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
  }
}

.contact__tel {
  padding: 0 36px 0 0px;
  max-width: 423px;
  min-width: 423px;
}
@media screen and (max-width: 960px) {
  .contact__tel {
    padding-right: 0;
    max-width: 300px;
    min-width: initial;
  }
}

.contact__description {
  margin-bottom: 32px;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .contact__description {
    margin-bottom: 24px;
  }
}

.contact__tel-text {
  padding: 21px 0;
  text-align: center;
  font-size: 28px;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 28px */
  letter-spacing: 1.12px;
  border-top: 1px solid #FFFFFF;
}
@media screen and (max-width: 960px) {
  .contact__tel-text {
    font-size: 24px;
  }
}
.contact__tel-text:last-child {
  border-bottom: 1px solid #FFFFFF;
}

.contact__tel-text--small {
  margin-top: 8px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.52px;
}
@media screen and (max-width: 960px) {
  .contact__tel-text--small {
    margin-top: 12px;
  }
}

.contact__content {
  width: 58%;
}
@media screen and (max-width: 960px) {
  .contact__content {
    width: 100%;
    max-width: 400px;
  }
}

/*フォーム*/
.contact__content {
  padding: 0;
}

.contact__content dl dd,
.contact__content dl dt {
  border: none;
  padding: 0;
}

.contact__content dl dt {
  float: none;
  text-align: left;
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  position: relative;
}
.contact__content dl dt:not(:nth-child(1)) {
  margin-top: 32px;
}
.contact__content dl dt .required {
  content: "*";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  padding-left: 3px;
}

.contact__content dl dd {
  margin-top: 8px;
  padding: 0;
  font-size: 16px;
  width: 100%;
}

.contact__content dl dd input,
.contact__content dl dd textarea {
  border-radius: 4px;
  background: #F3F3F3;
  padding: 16px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: none;
  padding: 16px;
  width: 100%;
}

.contact__content dl dd textarea {
  height: 240px;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

.privacy {
  margin-top: 32px;
  font-size: 16px;
}

.privacy__link {
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: underline;
}

.form-btn {
  margin-top: 56px;
  text-align: center;
}

.form-btn .btn {
  background: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  height: 64px;
  max-width: 173px;
  position: relative;
  text-shadow: none;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.form-btn button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact__content div#mfp_warning {
  background-color: transparent;
}

.contact__content .radio-group {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .contact__content .radio-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
}
.radio-label input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  max-width: 12px;
  max-height: 12px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  background-color: #FFFFFF;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 0;
}
.radio-label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #21232B;
  border-radius: 50%;
}
.radio-label span {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}