.contact-header {
  padding: 25px 15px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .contact-header {
    padding: 4vw 5.3333333333vw;
  }
}

.contact-header__container {
  width: 100%;
  max-width: 1180px;
  margin: auto;
}

.p-contact__title {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-contact__title {
    width: 42.9333333333vw;
    margin: auto;
  }
}

.p-contact__lead {
  margin-top: 35px;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-contact__lead {
    margin-top: 8vw;
    font-size: 1.2rem;
  }
}

.contact-footer .c-footer__copy {
  border-top: none;
  margin-top: 0;
}

.p-contact__main {
  display: block;
  padding: 70px 15px 60px;
  background-color: #E8F1FC;
}
@media only screen and (max-width: 768px) {
  .p-contact__main {
    padding: 12vw 5.3333333333vw;
  }
}

.p-step__container {
  width: 100%;
  max-width: 1180px;
  margin: auto;
}

.p-form__send-wrap {
  margin-top: 48px;
}

.p-step__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-step__lists {
    margin-top: 5.3333333333vw;
  }
}
.p-step__lists::before {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  content: "";
  width: 150px;
  height: 2px;
  margin: auto;
  background-color: #aebac9;
}
@media only screen and (max-width: 768px) {
  .p-step__lists::before {
    top: 3.3333333333vw;
    width: 30.6666666667vw;
  }
}

.p-step__list {
  margin-right: 27px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-step__list {
    margin-right: 6.6666666667vw;
  }
}
.p-step__list.is-select .p-step__list-item::before {
  opacity: 1;
}
.p-step__list:last-child {
  margin-right: 0;
}

.p-step__list-item {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #aebac9;
  background-color: #E8F1FC;
}
@media only screen and (max-width: 768px) {
  .p-step__list-item {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.p-step__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #E34790;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .p-step__list-item::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.p-step__list-text {
  color: #637791;
  font-size: 1.4rem;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .p-step__list-text {
    font-size: 1.1rem;
    margin-top: 2.6666666667vw;
  }
}

.p-tel {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .p-tel {
    margin-top: 5.3333333333vw;
  }
}

.p-tel__group {
  max-width: 550px;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

.p-tel__group-text {
  color: #637791;
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #E8F1FC;
}

.p-tel__group-num {
  padding-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-tel__group-num {
    width: 57.3333333333vw;
    padding-top: 2.6666666667vw;
    margin: auto;
  }
}

.p-tel__group-link {
  display: inline-block;
}

.p-form__wrap {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  padding: 65px 80px 50px;
  margin-top: 42px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-form__wrap {
    padding: 9.3333333333vw 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
  border-top: 1px solid #d5deed;
}
@media only screen and (max-width: 768px) {
  .p-form__items {
    display: block;
    padding: 5.6vw 0;
  }
}
.p-form__items:first-child {
  padding-top: 0;
  border-top: none;
}
.p-form__items:last-child {
  padding-bottom: 0;
}

.p-form__items-mail-check {
  border-top: none;
  padding-top: 5px;
}

.p-form__item1 {
  width: 280px;
  padding: 10px 0;
  color: #637791;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .p-form__item1 {
    padding: 0 0 2.6666666667vw;
  }
}

.p-form__items:last-child .p-form__item1 {
  padding-top: 0;
}

.p-form__item-required {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 7px 2px;
  margin-left: 8px;
  vertical-align: bottom;
  color: #E34790;
  border-radius: 15px;
  border: 1px solid #E34790;
}
@media only screen and (max-width: 768px) {
  .p-form__item-required {
    font-size: 1rem;
    padding: 0 2vw;
    border-radius: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .p-form__items-mail {
    padding-bottom: 4vw;
  }
}

.form-btn.form-send {
  width: 340px;
}
@media only screen and (max-width: 768px) {
  .form-btn.form-send {
    width: 62.6666666667vw;
  }
}

.p-form__item2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-form__item2 .wpcf7-form-control-wrap {
  display: block;
}
.p-form__item2 .wpcf7-not-valid-tip {
  color: #E34790;
  font-size: 1.2rem;
  margin-top: 10px;
}
.p-form__item2 input,
.p-form__item2 textarea {
  width: 100%;
  font-size: 1.6rem;
  padding: 10px 20px;
  border-radius: 0;
  background-color: #E8F1FC;
}
@media only screen and (max-width: 768px) {
  .p-form__item2 input,
.p-form__item2 textarea {
    font-size: 1.2rem;
    padding: 2.9333333333vw 2.6666666667vw;
  }
}
.p-form__item2 input:-moz-read-only, .p-form__item2 textarea:-moz-read-only {
  background: none;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: auto;
  resize: none;
}
.p-form__item2 input:read-only,
.p-form__item2 textarea:read-only {
  background: none;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: auto;
  resize: none;
}
.p-form__item2 input:read-only:-webkit-autofill,
.p-form__item2 textarea:read-only:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}
.p-form__item2 textarea:not(:-moz-read-only) {
  height: 200px;
}
.p-form__item2 textarea:not(:read-only) {
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .p-form__item2 textarea:not(:-moz-read-only) {
    height: 180px;
  }
  .p-form__item2 textarea:not(:read-only) {
    height: 180px;
  }
}
.p-form__item2 ::-webkit-input-placeholder {
  color: rgba(99, 119, 145, 0.5);
}
.p-form__item2 ::-moz-placeholder {
  color: rgba(99, 119, 145, 0.5);
}
.p-form__item2 :-ms-input-placeholder {
  color: rgba(99, 119, 145, 0.5);
}
.p-form__item2 ::-ms-input-placeholder {
  color: rgba(99, 119, 145, 0.5);
}
.p-form__item2 ::placeholder {
  color: rgba(99, 119, 145, 0.5);
}

.p-form__item2 input.wpcf7c-conf {
  display: block;
  padding: 10px 0;
  background: none;
}
@media only screen and (max-width: 768px) {
  .p-form__item2 input.wpcf7c-conf {
    padding: 0;
  }
}

.p-form__btns {
  margin-top: 42px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-form__btns {
    margin-top: 7.3333333333vw;
  }
}

.form-btn,
.form-btn__back {
  width: 100%;
  margin: auto;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #E34790;
}

.form-btn {
  font-size: 2rem;
  color: #fff;
  width: 390px;
  padding: 19px 15px;
  border-radius: 39px;
  background-color: #E34790;
}
@media only screen and (max-width: 768px) {
  .form-btn {
    font-size: 1.5rem;
    width: 62.6666666667vw;
    padding: 3.6vw 2vw;
  }
}
.form-btn:hover {
  color: #E34790;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  background-color: #fff;
}

.form-btn__back {
  color: #E34790;
  padding: 17px 15px;
  width: 210px;
  margin-top: 30px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #E34790;
}
@media only screen and (max-width: 768px) {
  .form-btn__back {
    font-size: 1.5rem;
    width: 48.2666666667vw;
    padding: 3.7333333333vw 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.form-btn__back:hover {
  color: #fff;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  background-color: #E34790;
}

.p-form div.wpcf7-validation-errors, .p-form div.wpcf7-acceptance-missing {
  border: 0;
  color: #E34790;
}
.p-form div.wpcf7-response-output {
  margin: 20px 0 0;
  padding: 0;
}

.p-form__send {
  text-align: center;
}

.p-form__send-wrap {
  margin: 50px auto 30px;
  padding: 50px 0 45px;
}
@media only screen and (max-width: 768px) {
  .p-form__send-wrap {
    margin: 9.3333333333vw auto 0;
    padding: 8.5333333333vw 0 6.4vw;
  }
}

.p-form__send-text {
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .p-form__send-text {
    font-size: 1.7rem;
  }
}

.p-form__send-lead {
  margin: 20px 0 5px;
  line-height: 2.25;
}
@media only screen and (max-width: 768px) {
  .p-form__send-lead {
    margin: 4vw 0 0;
  }
}

.p-form__send-btn {
  margin-top: 51px;
  display: block;
  text-align: center;
  background-image: url("/assets/images/components/btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 25px;
}
@media only screen and (max-width: 768px) {
  .p-form__send-btn {
    margin-top: 6.6666666667vw;
  }
}
.p-form__send-btn:hover {
  background-image: url("/assets/images/components/btn_arrow-on.svg");
}
.p-form__send-btn:hover {
  opacity: 1;
}