/* ------------------------------
    mixin
------------------------------ */
/* font fam */
/* ------------------------------
	contact
------------------------------ */
/* contact */
.p-contact {
  background: #fff;
  padding: 9.5rem 0 10rem;
}
.p-contact__container {
  max-width: 90rem;
}
.p-contact__form {
  background: #f2f2f2;
  margin: 0.5rem auto 8rem;
  padding: 4rem 5rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-contact__submit .c-btn__link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 10rem 0;
  }
  .p-contact__form {
    margin-bottom: 5rem;
  }
  .p-contact__container {
    max-width: inherit;
  }
}

.p-contact-lead__txt {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.11em;
  font-size: 1.7rem;
  margin-bottom: 5rem;
}
.p-contact-lead__require {
  font-size: 1.4rem;
  color: #0f70b9;
  text-align: right;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .p-contact-lead__txt {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
  .p-contact-lead__require {
    font-size: 2.5rem;
  }
}

.en .p-contact-lead__txt, .en .p-contact-lead__require {
  letter-spacing: normal;
}

.p-contact-privacy {
  padding-top: 3rem;
}
.p-contact-privacy__wrap {
  text-align: center;
}
.p-contact-privacy__wrap span {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.p-contact-privacy__wrap a {
  color: #0f70b9;
  text-decoration: underline;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-contact-privacy__wrap a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-contact-privacy__wrap a:hover {
    opacity: 0.7;
  }
}
.p-contact-privacy__wrap label {
  position: relative;
  letter-spacing: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy .wpcf7-list-item-label span {
    font-size: 2.8rem;
  }
}

.en .p-contact-privacy__wrap span {
  letter-spacing: normal;
}

.c-form__box {
  position: relative;
  padding: 1.6rem 0;
}
.c-form__box dt {
  font-size: 1.7rem;
  letter-spacing: 0.11em;
  font-weight: 700;
  color: #0f70b9;
  padding-bottom: 0.2em;
}
.c-form__box dd {
  font-size: 1.7rem;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .c-form__box dt {
    font-size: 2.8rem;
  }
  .c-form__box dd {
    font-size: 2.8rem;
  }
}
.c-form input[type=text], .c-form input[type=email], .c-form input[type=tel] {
  width: 100%;
  height: 4.5rem;
  font-size: 1.7rem;
  letter-spacing: 0.11em;
  line-height: 1.5;
  padding: 0.75em;
  background-color: #fff;
  border: 1px solid #bababa;
}
@media screen and (max-width: 767px) {
  .c-form input[type=text], .c-form input[type=email], .c-form input[type=tel] {
    height: 8rem;
    font-size: 16px;
  }
}
.c-form textarea {
  width: 100%;
  height: 23rem;
  font-size: 1.7rem;
  letter-spacing: 0.11em;
  line-height: 1.5;
  padding: 0.75em;
  background-color: #fff;
  border: 1px solid #bababa;
}
@media screen and (max-width: 767px) {
  .c-form textarea {
    height: 50rem;
    font-size: 16px;
  }
}
.c-form input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  visibility: hidden;
}
.c-form input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 5.2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form input[type=checkbox] + span {
    font-size: 2.8rem;
    padding-left: 6rem;
  }
}
.c-form input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #bababa;
}
@media screen and (max-width: 767px) {
  .c-form input[type=checkbox] + span::before {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.c-form input[type=checkbox]:checked + span::after {
  content: "";
  width: 1.6rem;
  height: 1.2rem;
  border-left: 0.3rem solid #0f70b9;
  border-bottom: 0.3rem solid #0f70b9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0.5em;
  left: 0.4em;
}
@media screen and (max-width: 767px) {
  .c-form input[type=checkbox]:checked + span::after {
    border-left: 0.5rem solid #0f70b9;
    border-bottom: 0.5rem solid #0f70b9;
    width: 2.2rem;
    height: 1.8rem;
  }
}

.en .c-form__box dt {
  letter-spacing: normal;
}
.en .c-form__box dd {
  letter-spacing: normal;
}
.en .c-form input[type=text], .en .c-form input[type=email], .en .c-form input[type=tel] {
  letter-spacing: normal;
}
.en .c-form textarea {
  letter-spacing: normal;
}

.u-require {
  position: relative;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 0.5em;
  top: -0.1em;
}
@media screen and (max-width: 767px) {
  .u-require {
    font-size: 2.4rem;
  }
}

/* confirm */
.p-contact__confirm .u-require {
  display: none;
}
.p-contact__confirm .p-contact__submit {
  margin-top: 4.2rem;
}
.p-contact__confirm .p-contact__form {
  padding-bottom: 10rem;
  margin-bottom: 0;
}

/* thanks */
.p-contact-thanks__title {
  color: #0f70b9;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-align: center;
  line-height: 2.1666666667;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__title {
    font-size: 3.6rem;
    margin-bottom: 4rem;
    line-height: 1.6666666667;
  }
}
.p-contact-thanks__txt {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__txt {
    font-size: 2.8rem;
  }
}
.p-contact-thanks__btn {
  margin-top: 9rem;
}

.en .p-contact-thanks__title {
  letter-spacing: normal;
}
.en .p-contact-thanks__txt {
  letter-spacing: normal;
}

/* wp */
.wpcf7-spinner,
.wpcf7-response-output {
  display: none;
}
/*# sourceMappingURL=contact.css.map */