/* contact
======================================= */
.contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 79.1667%;
  max-width: 1140px;
  padding: 7.5em 0;
}
@media (max-width: 768px) {
  .contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4em 0;
    gap: 4em;
    width: 87.2%;
  }
}
.contact__left {
  width: 38.5%;
}
@media (max-width: 768px) {
  .contact__left {
    width: 100%;
  }
}
.contact__right {
  width: 55%;
  background-color: #fff;
  padding: 4.5em 6.31579%;
}
@media (max-width: 768px) {
  .contact__right {
    width: 100%;
    padding: 2rem;
  }
}
.contact__title {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .contact__title {
    margin-bottom: 1.5em;
  }
}
.contact__title-en {
  font-size: 0.875em;
  margin-bottom: 0;
}
.contact__title-jp {
  font-size: 2em;
}
@media (max-width: 768px) {
  .contact__title-jp {
    font-size: 1.5em;
  }
}
.contact__upper {
  border-bottom: 1px solid #8C8A82;
  padding: 0 1em 2em;
}
@media (max-width: 768px) {
  .contact__upper {
    padding: 0 0.5em 1.5em;
  }
}
.contact__upper-catch {
  font-size: 1.25em;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .contact__upper-catch {
    font-size: 1.125em;
  }
}
.contact__upper-text {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact__upper-text {
    font-size: 0.875em;
  }
}
.contact__middle {
  padding: 2em 1em;
  border-bottom: 1px solid #8C8A82;
}
.contact__middle-catch {
  font-size: 1.125em;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.contact__middle-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 0.9375em;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.contact__middle-item::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-top: 5px;
  background: url(../img/common/icons/icon_check-gold.svg) no-repeat center center/contain;
}
.contact__lower {
  padding-top: 2em;
}
.contact__lower-catch {
  font-size: 1.125em;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
.contact__lower-btn {
  margin: 0;
  max-width: 404px;
}
.contact__lower-btn a {
  gap: 10px;
  font-size: 1.25rem;
  line-height: 1.8;
  background-color: #fff;
  border-radius: 30px;
  border: none !important;
  padding: 0.5rem !important;
}
.contact__lower-btn a::before {
  right: inherit;
  left: 50%;
  -webkit-transform: translate(3.6em, -50%);
          transform: translate(3.6em, -50%);
}

.form__upper {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #8C8A82;
}
.form__lower {
  padding-top: 1.5em;
}
.form__lower-title {
  font-size: 1.125em;
  margin-bottom: 1rem;
}
.form__title {
  margin-bottom: 2.625em;
}
@media (max-width: 768px) {
  .form__title {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.form__title-en {
  font-size: 0.875em;
  margin-bottom: 0;
}
.form__title-jp {
  font-size: 1.25em;
  line-height: 2;
}
.form__item:nth-child(n+2) {
  margin-top: 1.5em;
}
.form__item-title {
  margin-bottom: 0.5rem;
}
.form__item-title-text {
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.form__item-title-text.--l {
  font-size: 1.125em;
}
.form__item-title-required {
  font-size: 0.8125em;
  color: #8C8A82;
  margin-left: 0.5rem;
}
.form__item-text {
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.form__item-input input, .form__item-input textarea {
  font-size: 0.875em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border: 1px solid #D8D2D2;
  width: 100%;
  padding: 0.7em 1em;
}
.form__item-input input.middle, .form__item-input textarea.middle {
  width: 50%;
  max-width: 196px;
}
@media (max-width: 768px) {
  .form__item-input input.middle, .form__item-input textarea.middle {
    width: 100%;
  }
}
.form__item-input textarea {
  resize: none;
}
.form__item-select {
  max-width: 158px;
  position: relative;
}
.form__item-select select {
  font-size: 0.875em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border: 1px solid #D8D2D2;
  width: 100%;
  padding: 0.7em 1em;
  cursor: pointer;
  color: #8C8A82;
}
.form__item-select select.is-select {
  color: #3E3A39;
}
.form__item-select::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0.65rem;
  right: 1em;
  transform: rotate(45deg);
  pointer-events: none;
}
@media (max-width: 768px) {
  .form__item-select::after {
    top: 1rem;
  }
}
.form__item-address-text {
  line-height: 1.6;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form__check {
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  margin-bottom: 2.625em;
}
@media (max-width: 768px) {
  .form__check {
    font-size: 0.6875em;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.form__check label {
  vertical-align: text-top;
}
.form__check a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form__check a:hover {
  opacity: 0.7;
}
.form__contents .submitWrapper {
  width: 233.5px;
  margin: 3em auto 0;
  border: 1px solid #3E3A39;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .form__contents .submitWrapper {
    margin-top: 1.5rem;
  }
}
.form__contents .submitWrapper::after {
  content: "";
  display: block;
  width: 15.5px;
  height: 0.5px;
  background-color: #3E3A39;
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  -webkit-transform: translateY(calc(-50% - 0.25px));
          transform: translateY(calc(-50% - 0.25px));
}
.form__contents .submitWrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: 0.5px solid #3E3A39;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(calc(-50% - 0.25px));
          transform: translateY(calc(-50% - 0.25px));
}
@media (max-width: 768px) {
  .form__contents .submitWrapper::before {
    -webkit-transform: translateY(calc(-50% + 0.25px));
            transform: translateY(calc(-50% + 0.25px));
  }
}
.form__contents .submitWrapper:hover {
  opacity: 0.7;
}
.form__contents .submitWrapper .submitBtn {
  width: 100%;
  font-size: 0.875em;
  line-height: 2;
  text-align: left;
  padding: 0.5rem 1.5rem;
  color: #3E3A39;
}

.confirm .form__check {
  display: none;
}

.complete__inner {
  max-width: 640px !important;
  padding-bottom: 7.5em;
}
@media (max-width: 768px) {
  .complete__inner {
    width: 87.2%;
    padding-bottom: 4em;
  }
}
.complete__upper {
  padding-bottom: 3rem;
  border-bottom: 1px solid #8C8A82;
}
@media (max-width: 768px) {
  .complete__upper {
    padding-bottom: 2rem;
  }
}
.complete__upper-catch {
  font-size: 1.5em;
  line-height: 2.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .complete__upper-catch {
    font-size: 1.125em;
    line-height: 1.6;
  }
}
.complete__upper-text {
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .complete__upper-text {
    line-height: 1.8;
  }
}
.complete__lower {
  padding: 4rem 0;
  border-bottom: 1px solid #8C8A82;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .complete__lower {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
}
.complete__lower-catch {
  font-size: 1.25em;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .complete__lower-catch {
    font-size: 1em;
    line-height: 1.6;
  }
}
.complete__lower-btn {
  margin: 0 auto;
  max-width: 256px;
  background-color: #fff;
  border-radius: 40px;
  padding: 0.5em 1em;
  font-size: 1.25em;
  line-height: 1.8;
  left: 0.05em;
}
@media (max-width: 768px) {
  .complete__lower-btn {
    max-width: 100%;
  }
}
.complete__lower-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.complete__lower-btn a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #A39354;
}
.complete__btn {
  margin-top: 3em;
  max-width: 153.5px;
}
@media (max-width: 768px) {
  .complete__btn {
    margin-top: 2em;
    max-width: 327px;
  }
}
.complete__btn a {
  font-size: 0.875rem;
}
.complete__btn a::before {
  right: inherit;
  left: 50%;
  -webkit-transform: translate(3.4em, calc(-50% + 0.25px));
          transform: translate(3.4em, calc(-50% + 0.25px));
}