.contact__main {
  padding: 6.875vw 0 0 10.7rem;
  background-image: url('../img/main-bg.png');
  background-repeat: no-repeat;
  background-size: 75rem auto;
  background-position: bottom 0px right 0px;
  overflow: hidden;
}

.contact-page-info {
  margin-bottom: 30px;
}

.contact-page-info > .sub-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 27px;
  line-height: 74px;
  letter-spacing: -0.01em;
  color: #898989;
}

.title {
  word-break: keep-all;
  line-height: 1.2;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.desc {
  max-width: 682px;
  margin-left: -0.7rem;
}

.contact__form {
  padding: 10.7rem;
}
.select-contact {
  font-size: 1.2rem;
  width: 100%;
  height: 41px;
  padding: 0 5px;
  border-color: #ced4da;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.select-contact:focus {
  border-color: #000;
}

#sendMailForm > .form-box {
  margin-bottom: 4rem;
}

.form-box > label {
  font-size: 24px;
}

.radio label {
  font-size: 21px;
}

#sendMailForm,
#sendMailForm > .form-box:nth-child(7) > .radio-options {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

#contact-btn {
  width: 100%;
  max-width: unset;
}

#sendMailForm > .form-check {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.contact__form .form-check .term-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.navbar.scroll {
  position: relative;
}
.contact__form {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* mobile start */
@media (min-width: 0) and (max-width: 479px) {
  .pc,
  .tablet {
    display: none;
  }
  .mo {
    display: block;
  }
  .contact {
    min-width: 360px;
  }
  .contact__main {
    background-size: 18rem auto;
    background-position: top 8rem right 0px;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    padding-top: 0;
  }
  .contact__form {
    padding: 1.375rem;
  }
  .desc {
    min-width: 20.43rem;
    margin: 0 auto;
  }
  .desc img {
    width: 100%;
  }
  .contact-page-info .title {
    margin-bottom: 12rem;
  }
  .contact-page-info .title,
  .contact__form .title {
    font-size: 1.7rem;
  }
  .contact-page-info > .sub-title {
    font-size: 1.125rem;
  }
  #sendMailForm > .form-box,
  #sendMailForm > .form-box:nth-child(7) > .radio-options > .radio {
    flex-basis: 100%;
  }
  .footer {
    padding-top: 0;
  }
}

/* tablet start */
@media (min-width: 480px) and (max-width: 1023px) {
  .pc,
  .mo {
    display: none;
  }
  .tablet {
    display: block;
    padding-right: 2rem;
  }
  .contact__main {
    background-size: 40rem auto;
    background-position: top 22rem right 0px;
    padding-left: 3rem;
  }
  .desc img {
    width: 100%;
  }
  .contact__form {
    padding: 3rem;
  }
  .contact-page-info .title {
    margin-bottom: 3rem;
  }
  #sendMailForm > .form-box {
    flex-basis: 100%;
  }
  #sendMailForm > .form-box:nth-child(7) > .radio-options > .radio {
    flex-basis: 40%;
  }
  .navbar:not(.main):not(.scroll) .navbar__logo {
    margin-left: 0;
    left: 3rem;
  }
  .footer {
    padding-top: 0;
  }
}

/* pc start */
@media (min-width: 1024px) {
  .mo,
  .tablet {
    display: none;
  }
  .pc {
    display: block;
  }
  .contact__main {
    padding: 6.875rem 0 0 10.7rem;
  }
  .contact-page-info .title {
    margin-bottom: 5.69rem;
  }
  #sendMailForm > .form-box {
    flex-basis: 48%;
  }
  #sendMailForm > .form-box:nth-child(7),
  #sendMailForm > .form-box:nth-child(8) {
    flex-basis: 100%;
  }
  #sendMailForm > .form-box {
    margin-bottom: 6rem;
  }
}
