.contact-page {
  color: var(--text-black-light);
}
.contact-page .container {
  padding-top: 0;
  padding-bottom: 110px;
}
.contact-first-message {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.05em;
  padding: 68px 0 40px;
}
.contact-wrapper {
  max-width: 750px;
  background-color: var(--bg-gray-2);
  padding: 90px 90px;
  margin-bottom: 110px;
  margin: 0 auto;
}
.contact-form {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: 0.05em;
  color: var(--text-black-light);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-label {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.05em;
  padding-bottom: 5.2px;
}
.contact-required {
  color: var(--theme-color);
  font-size: 1.2rem;
  line-height: 1.44rem;
  display: inline-block;
  margin-left: 10px;
}
.radio-wrapper {
  display: flex;
  gap: 12px 35px;
  flex-wrap: wrap;
}
.radio-wrapper input {
  margin-right: 5px;
}
.input-text,
.input-tel,
.select {
  max-width: 300px;
  width: 100%;
  height: 43px;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 8px;
}
.contact-additionalNote {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.44rem;
  display: inline-block;
  padding-left: 5px;
}
.textarea {
  width: 600px;
  height: 200px;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.05em;
  padding: 8px;
}
.select {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.05em;
  padding: 6px 8px 8px;
}
.contact-page .btn-contactForm {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact-first-message {
    font-size: 1.4rem;
    line-height: 2.52rem;
    padding: 40px 25px 30px;
  }
  .contact-page .container {
    padding: 0 15px;
  }
  .contact-wrapper {
    padding: 30px 30px;
    margin-bottom: 40px;
  }
  .contact-form {
    font-size: 1.4rem;
    line-height: 2.52rem;
    gap: 34px;
  }
  .contact-label {
    padding-bottom: 5px;
  }
  .radio-wrapper {
    flex-direction: column;
    gap: 6px;
  }
  .radio-wrapper label {
    display: flex;
    align-items: center;
  }
  .textarea {
    max-width: 600px;
    width: 100%;
  }
  .btn-contactForm {
    margin-top: 16px;
  }
}

/*===================================================================
cf7
===================================================================*/
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  display: none;
}

/*===============================================
TOP contact
=================================================*/
.contact .container {
  position: relative;
  max-width: none;
  margin-top: 40px;
  padding-top: 70px;
}
.contact .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--bg-gray);
  z-index: -1;
}
.contact .section-wrapper {
  text-align: center;
}
.contact-subtitle {
  display: block;
  padding-bottom: 30px;
}
.contact-text {
  color: var(--text-black-light);
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .contact .container {
    padding-top: 62px;
    padding-bottom: 60px;
    background-color: rgba(240, 240, 240, 0.4667);
  }
  .contact-title {
    margin-bottom: 0;
  }
  .contact-subtitle {
    padding-bottom: 32px;
  }
  .contact-text {
    font-size: 1.4rem;
    line-height: 2.52rem;
  }
}
