:root {
  --pop: "Poppins", serif;
  --rob: "Roboto", serif;
  --wh: #fff;
  --or: #fa6650;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.under834 {
  display: none;
}
@media (max-width: 834px) {
  .under834 {
    display: block;
  }
}

/* ====================================================
CONTACT FORM
==================================================== */
#contact.under {
  padding-bottom: 2rem;
}

.contact__ttl {
  width: 100%;
}
.contact__ttl-heading {
  font-size: clamp(1.8rem, 1vw + 1rem, 2.4rem);
  margin: 8rem 0 4rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .contact__ttl-heading {
    margin: 4rem 0 2rem;
  }
}
@media (max-width: 639px) {
  .contact__ttl-heading {
    margin: 2rem 0 2rem;
  }
}
.contact__ttl-img {
  width: 315px;
  height: auto;
}
@media (max-width: 834px) {
  .contact__ttl-img {
    width: 250px;
  }
}
.contact__ttl-txt {
  font-size: clamp(1.3rem, 1vw + 0.25rem, 1.6rem);
  font-weight: 500;
}
@media (max-width: 834px) {
  .contact__ttl-txt {
    text-align: left;
    font-size: 14px;
  }
}
.contact__ttl-txt .link {
  text-decoration: underline;
  color: #578763;
}
.contact__ttl-txt.bold {
  font-weight: bold;
  margin-top: 3rem;
}
@media (max-width: 834px) {
  .contact__ttl-txt.bold {
    margin-top: 2rem;
  }
}
.contact__step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 834px) {
  .contact__step {
    gap: 6rem;
  }
}
@media (max-width: 639px) {
  .contact__step {
    gap: 4rem;
  }
}
.contact__step-item .num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.6rem, 1vw + 0.75rem, 2rem);
  font-family: var(--dela);
  background-color: #e6e3c9;
  color: #bbb;
}
@media (max-width: 834px) {
  .contact__step-item .num {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 639px) {
  .contact__step-item .num {
    width: 50px;
    height: 50px;
  }
}
.contact__step-item .txt {
  font-size: clamp(1.4rem, 1vw + 0.5rem, 1.8rem);
  font-weight: bold;
  color: #bbb;
  display: inline-block;
  margin-top: 2rem;
}
.contact__step-item.active .num {
  background-color: var(--green);
  color: #fff;
}
.contact__step-item.active .txt {
  color: var(--green);
}
.contact__step-item.--first {
  position: relative;
}
.contact__step-item.--first .num::after {
  content: "";
  width: 8rem;
  height: 1px;
  border-bottom: 3px dotted #e0ddc0;
  position: absolute;
  top: 25%;
  left: 100%;
}
@media (max-width: 834px) {
  .contact__step-item.--first .num::after {
    width: 6rem;
  }
}
@media (max-width: 639px) {
  .contact__step-item.--first .num::after {
    width: 4rem;
  }
}
.contact__table {
  font-size: clamp(1.3rem, 1vw + 0.25rem, 1.6rem);
  font-weight: 500;
}
.contact__table-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 2rem 0;
  width: 100%;
  max-width: 330px;
}
@media (max-width: 1240px) {
  .contact__table-label {
    max-width: 300px;
  }
}
@media (max-width: 834px) {
  .contact__table-label {
    max-width: none;
    font-size: 16px;
    justify-content: flex-start;
  }
}
@media (max-width: 639px) {
  .contact__table-label {
    margin: 1rem 0;
  }
}
.contact__table-parts {
  width: 100%;
}
.contact__table-parts .group-item {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 834px) {
  .contact__table-parts .group-item {
    margin-bottom: 1.5rem;
  }
}
.contact__table-parts .group-item input {
  max-width: 240px;
  margin-left: 1rem;
}
.contact__table-parts .group-item [name=zip1] {
  margin-right: 1rem;
}
.contact__table-item {
  margin-bottom: 5rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 834px) {
  .contact__table-item {
    margin-bottom: 3rem;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 639px) {
  .contact__table-item {
    margin-bottom: 2rem;
  }
}
.contact__table .inquiry-item-list {
  display: flex;
  align-items: center;
  gap: 1rem 3rem;
  flex-wrap: wrap;
}
.contact__table .require-txt {
  border-radius: 16px;
  background-color: var(--or);
  color: var(--wh);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding: 0 15px 1px;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .contact__table .require-txt {
    font-size: 12px;
    padding: 0 15px 2px;
  }
}
.contact__table .error {
  color: #c43628;
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}
.contact__table input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  background-color: #fff;
  border: none;
  height: 60px;
  width: 100%;
  padding: 15px;
}
@media (max-width: 639px) {
  .contact__table input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
    height: 50px;
  }
}
.contact__table textarea {
  background-color: #fff;
  border: none;
  width: 100%;
  height: 300px;
  resize: vertical;
  padding: 15px;
}
@media (max-width: 639px) {
  .contact__table textarea {
    height: 150px;
  }
}
.contact__table [type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: var(--wh);
  border-radius: 9999px;
  cursor: pointer;
}
.contact__table [type=radio]:checked {
  border: none;
  background-color: var(--wh);
}
.contact__table [type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 9999px;
  background-color: #373737;
}
.contact__table .item-label {
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 834px) {
  .contact__table .item-label {
    font-size: 14px;
  }
}
.contact__form {
  background-color: #fbf4ec;
  border-radius: 10px;
  padding: 6rem 8rem;
  margin: 8rem 0 0;
  /*** Privacy POLICY ***/
}
@media (max-width: 1024px) {
  .contact__form {
    padding: 3rem 4rem;
    margin: 4rem 0 0;
  }
}
@media (max-width: 834px) {
  .contact__form {
    padding: 2rem 3rem;
  }
}
@media (max-width: 639px) {
  .contact__form {
    padding: 2rem;
  }
}
.contact__form-caution {
  border-bottom: 3px dotted #e0ddc0;
  font-weight: bold;
  font-size: clamp(1.3rem, 1vw + 0.25rem, 1.6rem);
  padding-bottom: 1rem;
  margin-bottom: 5rem;
}
@media (max-width: 499px) {
  .contact__form-caution {
    text-align: center;
  }
}
.contact__form-privacy {
  font-weight: 500;
  max-width: 720px;
  max-height: 270px;
  overflow-y: scroll;
  margin: 8rem auto 3rem;
  padding: 6rem 4rem 4rem;
  background-color: #f5ece2;
}
@media (max-width: 1024px) {
  .contact__form-privacy {
    margin: 4rem 0 2rem;
  }
}
@media (max-width: 834px) {
  .contact__form-privacy {
    margin: 2rem 0 1.5rem;
    padding: 2rem;
  }
}
.contact__form-privacy p,
.contact__form-privacy ol,
.contact__form-privacy ul {
  font-size: clamp(1.3rem, 1vw + 0.25rem, 1.6rem);
  margin: 2rem 0;
}
.contact__form-privacy-ttl {
  font-size: 48px;
  font-family: var(--pop);
  text-align: center;
  color: var(--wh);
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1024px) {
  .contact__form-privacy-ttl {
    font-size: clamp(2.4rem, 2vw + 1rem, 3.6rem);
  }
}
.contact__form-privacy p.contact__form-privacy-txt {
  text-align: center;
  margin: 0 0 7rem;
}
@media (max-width: 1240px) {
  .contact__form-privacy p.contact__form-privacy-txt {
    margin: 0 0 4rem;
  }
}
@media (max-width: 834px) {
  .contact__form-privacy p.contact__form-privacy-txt {
    font-size: 14px;
    margin: 0 0 3rem;
  }
}
.contact__form-privacy .privacy-item {
  font-size: clamp(1.6rem, 1vw + 0.75rem, 2rem);
  border-left: 2px solid var(--or);
  padding-left: 2rem;
  line-height: 2;
  margin-top: 5rem;
}
@media (max-width: 1240px) {
  .contact__form-privacy .privacy-item {
    margin-top: 3rem;
  }
}
@media (max-width: 834px) {
  .contact__form-privacy .privacy-item {
    line-height: 1.5;
  }
}
.contact__form-privacy .privacy-list {
  line-height: 1.3;
}
.contact__form-privacy .privacy-list li {
  display: flex;
  align-items: center;
}
.contact__form-privacy .privacy-list li::before {
  content: "";
  display: block;
  background-color: #a1a1a1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 1rem;
  flex-shrink: 0;
}
.contact__form-controller {
  font-size: clamp(1.3rem, 1vw + 0.25rem, 1.6rem);
  font-weight: bold;
  text-align: center;
}
.contact__form-controller .agree-check {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 639px) {
  .contact__form-controller .agree-check {
    width: 18px;
    height: 18px;
  }
}
.contact__form-controller .agree-check:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 4px;
  width: 20px;
  height: 10px;
  border-bottom: 3px solid #373737;
  border-left: 3px solid #373737;
  transform: rotate(-45deg);
}
.contact__form-controller-checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 834px) {
  .contact__form-controller-checkbox label {
    font-size: 14px;
  }
}
.contact__form-controller-submit .contact-form-submit-btn {
  background-color: #373737;
  color: #fff;
  font-size: clamp(1.4rem, 1vw + 0.5rem, 1.8rem);
  width: 240px;
  height: 63px;
  border: none;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto;
}
@media (max-width: 639px) {
  .contact__form-controller-submit .contact-form-submit-btn {
    width: 200px;
    height: 55px;
  }
}
.contact__form-controller-submit .contact-form-submit-btn:disabled {
  background-color: #bbb;
}
.contact .under499 {
  display: none;
}
@media (max-width: 499px) {
  .contact .under499 {
    display: block;
  }
}

/* ====================================================
THANKS
==================================================== */
.contact.thanks .contact__form-controller-submit {
  margin: 12rem 0;
}
@media (max-width: 1024px) {
  .contact.thanks .contact__form-controller-submit {
    margin: 8rem 0;
  }
}/*# sourceMappingURL=contact.css.map */