.p-contact {
  padding: 12rem 0 8.5rem 0;
}
.p-contact__title {
  margin-bottom: 7rem;
}

/* form
---------------------------------------- */
.p-contact-form {
  max-width: 89rem;
  margin: 0 auto;
}
.p-contact-form em {
  color: #DD3333;
  font-style: normal;
}
.p-contact-form__text {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-contact-form__text {
    font-size: 3.6rem;
  }
}
.p-contact-form__item {
  margin-bottom: 2rem;
}
.p-contact-form__item input,
.p-contact-form__item textarea {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ADB2BE;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item input,
  .p-contact-form__item textarea {
    border-radius: 0;
  }
}
.p-contact-form__item input {
  height: 50px;
  font-size: 16px;
}
.p-contact-form__agreement {
  margin-bottom: 5rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-contact-form__agreement {
    font-size: 3.6rem;
  }
}
.p-contact-form__agreement-label {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-contact-form__agreement-label {
    margin-left: 0;
  }
}
.p-contact-form__agreement-input a {
  display: inline-block;
  margin-left: 1em;
  text-decoration: underline;
}
.p-contact-form__submit {
  margin-bottom: 2.5rem;
  text-align: center;
}
.p-contact-form__submit .btn-submit {
  width: 50rem;
  height: 8rem;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 8rem;
  text-align: center;
  background-color: #707070;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit .btn-submit {
    width: 55rem;
    height: 13.1rem;
    font-size: 4rem;
  }
}
.p-contact-form__submit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact-form__recaptcha {
  width: 44rem;
  margin: 0 auto;
  padding: 1rem 0.5rem;
  color: rgb(16, 16, 16);
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  background-color: rgb(239, 239, 239);
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .p-contact-form__recaptcha {
    padding: 2rem;
    width: 100%;
    font-size: 2.4rem;
    opacity: 0.5;
  }
}
.p-contact-form__recaptcha a {
  color: blue;
}