@charset "UTF-8";
@media only screen and (max-width: 640px) {
  .kv__titlearea.-position {
    top: 65%;
  }
}

.contact .inner.-middle {
  max-width: 101rem;
  min-width: 101rem;
}
@media only screen and (max-width: 640px) {
  .contact .inner.-middle {
    width: 100%;
    min-width: 100%;
  }
}

.contact__container {
  border-radius: 20px;
  border: 6px solid rgba(92, 181, 49, 0.6);
  padding: 6.5rem 0;
}
@media only screen and (max-width: 640px) {
  .contact__container {
    padding: 6.25vw 0;
  }
}

.contact__block {
  width: 75.6rem;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contact__block {
    width: 75%;
  }
}

.contact__tel {
  padding-bottom: 3.6rem;
  border-bottom: 2px solid #5CB531;
}
@media only screen and (max-width: 640px) {
  .contact__tel {
    padding-bottom: 4.6875vw;
  }
}
.contact__tel .contact__block-title {
  position: relative;
}
.contact__tel .contact__block-title::before {
  content: "";
  position: absolute;
  background: url(../img/contact/icon-phone-green.svg) no-repeat center center;
  background-size: contain;
  width: 2.7rem;
  height: 4.4rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact__block-title {
  padding-left: 6rem;
}
@media only screen and (max-width: 640px) {
  .contact__block-title {
    padding-left: 9.375vw;
  }
}

.contact__body {
  display: flex;
  justify-content: space-between;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .contact__body {
    flex-direction: column;
    gap: 3.125vw;
    margin-top: 1.5625vw;
  }
}

.contact__number {
  color: #5CB531;
  font-family: Inter;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .contact__number {
    font-size: 6.875vw;
  }
}
.contact__number span {
  color: #000;
  font-weight: 700;
}

.contact__note {
  margin-left: 6.3rem;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 640px) {
  .contact__note {
    margin-left: 9.375vw;
    font-size: 3.125vw;
  }
}

.contact__fax {
  padding-top: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .contact__fax {
    padding-bottom: 4.6875vw;
  }
}
.contact__fax .contact__block-title {
  position: relative;
}
.contact__fax .contact__block-title::before {
  content: "";
  position: absolute;
  background: url(../img/contact/icon-fax.svg) no-repeat center center;
  background-size: contain;
  width: 3.1rem;
  height: 3.1rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.form .content {
  margin: 12rem 0;
}
@media only screen and (max-width: 640px) {
  .form .content {
    margin: 12.5vw 0 23.4375vw;
  }
}
.form .inner.-middle {
  max-width: 101rem;
  min-width: 101rem;
}
@media only screen and (max-width: 640px) {
  .form .inner.-middle {
    width: 100%;
    min-width: 100%;
  }
}

.form__title {
  margin-bottom: 2.3rem;
}

.contact-text {
  color: #000;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 640px) {
  .contact-text {
    text-align: left;
  }
}

.contact-form {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 640px) {
  .contact-form {
    margin-top: 7.8125vw;
  }
}

.contact__field:last-child .form-field {
  align-items: flex-start;
}
.contact__field:last-child .form-field__head {
  margin-top: 1.5rem;
}

.form-field {
  display: flex;
  padding: 3rem 0;
  gap: 1.7rem;
  border-top: 1px solid #dcdcdc;
}
@media only screen and (max-width: 640px) {
  .form-field {
    flex-direction: column;
    padding: 4.6875vw 0;
    gap: 1.5625vw;
  }
}

.form-field__head {
  width: 25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .form-field__head {
    width: 100%;
    justify-content: start;
  }
}

.form-field__label {
  color: #000;
  line-height: normal;
  letter-spacing: 2.4px;
}

.form-field__item {
  flex: 1;
}
@media only screen and (max-width: 640px) {
  .form-field__item {
    width: 100%;
  }
}
.form-field__item input {
  width: 100%;
  height: 4.8rem;
  background: #f6f6f6;
  border: none;
  font-size: 2rem;
  padding-left: 0.5em;
}
@media only screen and (max-width: 640px) {
  .form-field__item input {
    height: 9.375vw;
    font-size: 1.8rem;
  }
}

.form-field__tag {
  border-radius: 2px;
  background: #CA0000;
  color: #fff;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 2.1px;
  padding: 0.4rem 0.5rem;
}
@media only screen and (max-width: 640px) {
  .form-field__tag {
    margin-left: 1.5625vw;
    font-size: 2.8125vw;
    padding: 0.9375vw 1.25vw;
  }
}

.form-textarea {
  width: 100%;
  height: 38rem;
  background: #f6f6f6;
  border: none;
  padding: 0.5em;
}
@media only screen and (max-width: 640px) {
  .form-textarea {
    height: 62.5vw;
  }
}

.form__text {
  color: #000;
  line-height: 1.6;
  letter-spacing: 2.4px;
}
.form__text a {
  text-decoration: underline;
}

.form__button {
  margin-top: 4.9rem;
}
.form__button .button {
  display: block;
  background: #5CB531;
  border: none;
  border-radius: 100vw;
  width: 31.7rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 0.9em 0;
  margin: 0 auto;
  position: relative;
}
.form__button .button::after {
  content: "";
  position: absolute;
  background: url(../img/contact/icon-arrow-white.svg) no-repeat center center;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .thanks .content {
    margin-bottom: 23.4375vw;
  }
}

.thanks__txt {
  text-align: center;
}

.privacy-kv__titlearea {
  top: 47%;
  left: 8.3333333333vw;
}
@media only screen and (max-width: 640px) {
  .privacy-kv__titlearea {
    top: 65%;
  }
}

.privacy-kv__title {
  white-space: nowrap;
}

.privacy {
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
.privacy .content {
  margin-bottom: 18.5rem;
}
@media only screen and (max-width: 640px) {
  .privacy .content {
    margin-bottom: 23.4375vw;
  }
}

.privacy__block {
  margin-top: 7rem;
}
@media only screen and (max-width: 640px) {
  .privacy__block {
    margin-top: 7.8125vw;
  }
}

.privacy__block-title {
  font-family: Inter;
  margin-bottom: 2.3rem;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 640px) {
  .privacy__block-title {
    margin-bottom: 3.125vw;
  }
}

.privacy__block-list {
  margin-top: 1em;
}
.privacy__block-list li {
  padding-left: 1.5em;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .privacy__block-list li {
    padding-left: 1em;
  }
}
.privacy__block-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.form-area .inner {
  max-width: 101rem;
  min-width: 101rem;
}
@media only screen and (max-width: 640px) {
  .form-area .inner {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .form-area .-size32 {
    font-size: 5vw;
  }
}
.form-area form {
  margin: 5rem 0;
}
.form-area dl {
  display: flex;
  font-size: 3rem;
}
@media only screen and (max-width: 640px) {
  .form-area dl {
    flex-direction: column;
    font-size: 4.6875vw;
  }
}
.form-area dl + dl {
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .form-area dl + dl {
    margin-top: 3.125vw;
  }
}
.form-area dt {
  width: 40rem;
  color: #5CB531;
}
@media only screen and (max-width: 640px) {
  .form-area dt {
    width: 100%;
  }
}
.form-area .button__mail {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 640px) {
  .form-area .button__mail {
    flex-direction: column;
    gap: 3.125vw;
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .form-area .button__mail ul {
    margin-top: -9.375vw;
  }
}
.form-area .button__mail li {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .form-area .button__mail li {
    width: 60%;
    margin: 0 auto;
  }
}
.form-area .button__mail li::after {
  content: "";
  position: absolute;
  background: url(../img/contact/icon-arrow-white.svg) no-repeat center center;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-area .button__mail li:nth-child(1)::after, .form-area .button__mail li:nth-child(2)::after {
  display: none;
}
.form-area .button__mail .c-button {
  display: block;
  background: #5CB531;
  border: none;
  border-radius: 100vw;
  width: 31.7rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 0.9em 0;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .form-area .button__mail .c-button {
    width: 100%;
  }
}/*# sourceMappingURL=contact.css.map */