.mw_wp_form_confirm .confirm-hidden {
  display: none;
}

.contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), color-stop(80%, #EFEFEF));
  background: linear-gradient(to bottom, #F7F7F7 0%, #EFEFEF 80%);
}
.contact .l-main--contact {
  background: url(/assets/images/contact/bg_top.png) no-repeat center top, url(/assets/images/contact/bg_bottom.png) no-repeat center bottom;
  background-size: 100%, 100%;
}
@media screen and (max-width:767px) {
  .contact .l-main--contact {
    background: url(/assets/images/contact/bg_top_sp.png) no-repeat center top, url(/assets/images/contact/bg_bottom_sp.png) no-repeat center bottom;
    background-size: 100%, 100%;
  }
}
@media screen and (max-width:767px) {
  .contact.confirm .l-main--contact {
    background: url(/assets/images/contact/bg_top_sp.png) no-repeat center top, url(/assets/images/contact/confirm_bg_sp.png) no-repeat center bottom;
    background-size: 100%, 100%;
  }
}
.contact.confirm .p-form-privacy {
  padding-top: 40px;
  border-top: 1px solid #0A0A0A;
}
@media screen and (max-width:767px) {
  .contact.confirm .p-form-privacy {
    padding-top: 10.6666666667vw;
    border-top: 0.2666666667vw solid #0A0A0A;
  }
}
@media screen and (max-width:767px) {
  .contact.thanks .l-main--contact {
    background: url(/assets/images/contact/bg_top_sp.png) no-repeat center top;
    background-size: 100%;
  }
}
.contact .l-container {
  padding-bottom: 133px;
}
@media screen and (max-width:767px) {
  .contact .l-container {
    padding-top: 33.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}

.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
@media screen and (max-width:767px) {
  .form-step {
    margin-bottom: 8.6666666667vw;
  }
}
.form-step__item {
  width: 120px;
  height: 120px;
  margin: 0 44px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #0A0A0A;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .form-step__item {
    width: 18.4vw;
    height: 18.4vw;
    margin: 0 5.3333333333vw;
    border: 0.2666666667vw solid #0A0A0A;
  }
}
.form-step__item:after {
  content: "";
  width: 48px;
  height: 1px;
  background: #0A0A0A;
  position: absolute;
  right: -68px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .form-step__item:after {
    width: 6.4vw;
    height: 0.2666666667vw;
    right: -9.0666666667vw;
  }
}
.form-step__item:last-child:after {
  display: none;
}
.form-step__item.is-active:before {
  content: "";
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #0A0A0A;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .form-step__item.is-active:before {
    width: 16.5333333333vw;
    height: 16.5333333333vw;
    top: 0.6666666667vw;
    left: 0.6666666667vw;
  }
}
.form-step__item.is-active .form-step__txt {
  color: #fff;
  position: relative;
  z-index: 2;
}
.form-step__txt {
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .form-step__txt {
    font-size: 3.4666666667vw;
  }
}