.contact__outer {
  margin-top: 76px;
}
.contact__outer--thanks {
  margin-top: 172px;
}

.heading__lebel-4 {
  font-size: 2.4rem;
  max-width: 910px;
  width: 100%;
  padding-right: 50px;
  box-sizing: border-box;
  padding-bottom: 40px;
  border-bottom: 1px solid #F8B41E;
}

.subpage-fv__bg--contact {
  aspect-ratio: 1120/656;
}
.subpage-fv__bg-wrapper--contact {
  background-image: url(../second-img/chairs-2181994_1920.png);
}

.subpage-intro--contact {
  margin-top: 69px;
}
.subpage-intro__heading--contact::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 165px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-image: url(../second-img/illustration2.png);
  z-index: -1;
}

@media (min-width: 1441px) {
  .subpage-intro__desc {
    max-width: none;
    width: 45%;
  }
  .subpage-intro__heading--contact::after {
    transform: translateX(12vw);
    width: 12vw;
  }
}
@media (max-width: 768px) {
  .subpage-intro__heading--contact::after {
    top: 0;
    transform: translateY(-37%);
    width: 120px;
  }
}
@media (max-width: 480px) {
  .subpage-intro__heading--contact::after {
    width: 100px;
  }
}
.contact__outer--contact {
  margin-top: 74px;
}

.contact-detail__process {
  margin-top: 63px;
}
.contact-detail__process-wrapper {
  max-width: 882px;
  width: 100%;
  justify-content: space-between;
}
.contact-detail__process-check {
  width: 472px;
  width: 100%;
  -moz-column-gap: 52px;
       column-gap: 52px;
}
.contact-detail__process-check-box {
  position: relative;
  max-width: 209px;
  width: 100%;
  height: 57px;
  border: 3px solid #F8B41E;
  color: #F8B41E;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.contact-detail__process-check-box--active {
  background: linear-gradient(to bottom, #FF9158, #FFBB1E);
  color: #ffffff;
}
.contact-detail__process-check-box--active .contact-detail__process-check-text--first::before,
.contact-detail__process-check-box--active .contact-detail__process-check-text--second::before {
  color: #ffffff;
}
.contact-detail__process-check-box--first::after {
  position: absolute;
  content: " ";
  width: 52px;
  height: 1px;
  background-color: #F8B41E;
  top: 50%;
  transform: translateY(-50%);
  right: -55px;
}
.contact-detail__process-check-text {
  position: relative;
  display: block;
  padding-bottom: 9px;
}
.contact-detail__process-check-text--first::before {
  content: "01";
}
.contact-detail__process-check-text--second::before {
  color: #F8B41E;
  content: "02";
}
.contact-detail__process-check-text::before {
  position: absolute;
  font-size: 1.2rem;
  top: -17px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-detail__process-info-tel {
  margin-top: 29px;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Kanit", serif;
}
.contact-detail__process-info-time {
  margin-top: 14px;
  font-size: 1.2rem;
}
.contact-detail__form {
  margin-top: 16px;
}

@media (min-width: 1441px) {
  .contact-detail__process {
    margin-top: 6vw;
  }
  .contact-detail__process-wrapper {
    max-width: none;
    width: 61vw;
  }
  .contact-detail__process-check {
    -moz-column-gap: 3.5vw;
         column-gap: 3.5vw;
  }
  .contact-detail__process-check-box {
    max-width: none;
    width: 14.6vw;
    height: 4vw;
    font-size: clamp(16px, 1.1vw, 18px);
    display: flex;
    align-items: center;
  }
  .contact-detail__process-check-box--first::after {
    width: calc(3.5vw + 4px);
    right: calc(-3.5vw - 4px);
  }
  .contact-detail__process-check-text {
    margin-top: 1vw;
    padding-bottom: 0;
  }
  .contact-detail__process-check-text::before {
    font-size: clamp(14px, 0.97vw, 16px);
  }
  .contact-detail__process-info-text {
    font-size: clamp(16px, 1.1vw, 18px);
  }
  .contact-detail__process-info-tel {
    font-size: clamp(32px, 2.2vw, 36px);
  }
  .contact-detail__process-info-time {
    font-size: clamp(12px, 0.83vw, 14px);
  }
  .contact-detail__form {
    margin-top: 3vw;
  }
}
@media (max-width: 1280px) {
  .contact-detail__process-info-tel {
    font-size: 2.4rem;
  }
  .contact-detail__process-check {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact-detail__process-check-box--first::after {
    width: 32px;
    right: -32px;
  }
}
@media (max-width: 768px) {
  .contact-detail__process-info-tel {
    margin-top: 16px;
  }
  .contact-detail__process-wrapper {
    flex-direction: column-reverse;
    row-gap: 60px;
  }
  .contact-detail__form {
    margin-top: 55px;
  }
}
.contact-form {
  max-width: 475px;
  width: 100%;
}
.contact-form__row {
  margin-top: 27px;
  -moz-column-gap: 58px;
       column-gap: 58px;
  align-items: center;
}
.contact-form__row--second {
  margin-top: 23px;
}
.contact-form__row:first-child {
  margin-top: 0;
}
.contact-form__label {
  box-sizing: border-box;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: flex-end;
  display: flex;
}
.contact-form__label-require {
  font-size: 1.2rem;
}
.contact-form__label-require--icon {
  color: #FE0000;
}
.contact-form__input-field {
  margin-top: 26px;
  box-sizing: border-box;
  max-width: 470px;
  width: 100%;
  background-color: #F8F8F8;
  border: 1px solid #F8B41E;
  height: 60px;
  position: relative;
  padding-left: 15px;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #C2C2C2;
}
.contact-form__input-field--small {
  display: inline-block;
  width: 215px;
}
.contact-form__input-field--lastname {
  margin-right: 36px;
}
.contact-form__input-field::-moz-placeholder {
  position: absolute;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #C2C2C2;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-form__input-field::placeholder {
  position: absolute;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #C2C2C2;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-form__confirm {
  padding-left: 67px;
  margin-top: 48px;
}
.contact-form__confirm-text {
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
.contact-form__confirm-checkbox {
  cursor: pointer;
}
.contact-form__confirm-checkbox[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #F8B41E;
  vertical-align: -5px;
}
.contact-form__confrim-checkbox[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.contact-form__btn-wrapper {
  margin-top: 66px;
  margin-left: 92px;
  margin-right: auto;
}
.contact-form__btn {
  width: 284px;
  height: 60px;
  background-color: #F8B41E;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  color: #ffffff;
  position: relative;
}
.contact-form__btn--thanks {
  align-items: center;
  margin-left: 0;
  margin-top: 43px;
}
.contact-form__btn-link {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  border: none;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.contact-form__btn::after {
  position: absolute;
  content: " ";
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ffffff;
}
.contact-form__inquiry {
  margin-top: 22px;
}
.contact-form__inquiry-type-inner {
  display: flex;
  margin-top: 7px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.contact-form__inquiry-type-inner input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #F8B41E;
  border-radius: 50%;
  vertical-align: -2px;
  margin-left: -0.3px;
}
.contact-form__inquiry-type-inner input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F8B41E;
  content: "";
}
.contact-form__inquiry-type-inner input[type=radio]:checked:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}
.contact-form__inquiry-type-text {
  line-height: 1.45;
}
.contact-form__confirm-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

@media (max-width: 768px) {
  .contact-form__btn-wrapper {
    width: 283px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form__btn--thanks {
    margin-top: 63px;
  }
  .contact-form__confirm {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .contact__outer {
    margin-top: 160px;
  }
}
@media (min-width: 1441px) {
  .contact-form__label-text {
    font-size: clamp(16px, 1.1vw, 18px);
  }
  .contact-form__label-require {
    font-size: clamp(12px, 0.83vw, 14px);
  }
  .contact-form__inquiry-type-text {
    font-size: clamp(16px, 1.1vw, 18px);
  }
  .contact-form__row {
    margin-top: 2vw;
  }
  .contact-form__confirm-text {
    font-size: clamp(16px, 1.1vw, 18px);
  }
  .contact-form__input-field::-moz-placeholder {
    margin-right: 32px;
  }
  .contact-form__input-field::placeholder {
    margin-right: 32px;
  }
}/*# sourceMappingURL=contact.css.map */