@charset "UTF-8";
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header .gnav__item--contact a::after,
.g-footer .nav__item--contact a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-dummy {
    width: 50%;
  }
}

/*--------------------------------------------------------------------------
   #sec-contact
---------------------------------------------------------------------------*/
.sec-contact {
  padding-bottom: 200px;
  /* 確認、完了、プライバシーポリシー */
}
@media only screen and (max-width: 767px) {
  .sec-contact {
    padding-bottom: 75px;
  }
}
.sec-contact__hdg {
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-contact__hdg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 60px;
    font-size: 19px;
    text-align: left;
  }
}
.sec-contact__body {
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .sec-contact__body {
    margin-top: 75px;
  }
}
.sec-contact .form__hdg {
  margin-top: 30px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-contact .form__hdg {
    margin-top: 22px;
    font-size: 14px;
  }
}
.sec-contact .form__input {
  margin-top: 10px;
}
.sec-contact .form__input .error {
  display: block;
  margin-top: 10px;
  color: #f00;
}
.sec-contact .agree {
  margin-top: 90px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-contact .agree {
    margin-top: 50px;
    font-size: 15px;
    text-align: left;
    line-height: 2;
  }
}
.sec-contact .agree a {
  text-decoration: underline;
}
.mode-pc .sec-contact .agree a:hover {
  text-decoration: none;
}
.sec-contact .form-btn {
  margin-top: 70px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-contact .form-btn {
    margin-top: 50px;
    text-align: left;
  }
}
.sec-contact .form-btn__cb {
  margin-bottom: 70px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-contact .form-btn__cb {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.sec-contact .form-btn__cb .error {
  display: block;
  margin-top: 10px;
  color: #f00;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-contact .form-btn__cb .error {
    font-size: 12px;
  }
}
.sec-contact .form-btn__btn {
  text-align: center;
}
.sec-contact .form-btn__btn input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 598px;
  height: 76px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: #505050;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-contact .form-btn__btn input {
    width: 100%;
    height: 60px;
    border-radius: 20px;
    font-size: 17px;
  }
}
.sec-contact .form-btn__btn input:disabled, .sec-contact .form-btn__btn input:hover:disabled {
  background-color: rgba(80, 80, 80, .2);
}
.mode-pc .sec-contact .form-btn__btn input:hover {
  background-color: #989898;
}
.sec-contact .form-btn__btn--back {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sec-contact .form-btn__btn--back {
    margin-top: 20px;
  }
}
.sec-contact .form-btn__btn--back input {
  background-color: #989898;
}
.mode-pc .sec-contact .form-btn__btn--back input:hover {
  background-color: #505050;
}
.sec-contact--middle {
  padding-top: 250px;
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle {
    padding-top: 80px;
  }
}
.sec-contact--middle .sec-contact__body {
  margin-top: 180px;
  border-top: 4px solid #3c3c3c;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle .sec-contact__body {
    margin-top: 50px;
    border-width: 3px;
  }
}
.sec-contact--middle .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 148px 0;
  border-bottom: 4px solid #3c3c3c;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle .form {
    display: block;
    padding: 40px 0;
    border-width: 3px;
  }
}
.sec-contact--middle .form__hdg {
  position: relative;
  width: 220px;
  margin: 0;
  padding: 36px 0;
  border-bottom: 1px solid #3c3c3c;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle .form__hdg {
    width: auto;
    padding: 18px 0 3px;
    border-bottom: 0;
    font-size: 15px;
  }
  .sec-contact--middle .form__hdg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 1px;
    background-color: #989898;
  }
}
.sec-contact--middle .form__hdg:first-of-type {
  border-top: 1px solid #3c3c3c;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle .form__hdg:first-of-type {
    border-top: 0;
  }
  .sec-contact--middle .form__hdg:first-of-type::before {
    content: none;
  }
}
.sec-contact--middle .form__input {
  width: calc(100% - 220px);
  margin: 0;
  padding: 36px 0;
  border-bottom: 1px solid #3c3c3c;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle .form__input {
    width: auto;
    padding: 0 0 14px;
    border-bottom: 0;
    font-size: 15px;
    line-height: 2;
  }
}
.sec-contact--middle .form__input:first-of-type {
  border-top: 1px solid #3c3c3c;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle .form__input:first-of-type {
    border-top: 0;
  }
}
.sec-contact--middle .thanks {
  padding-top: 130px;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle .thanks {
    padding-top: 40px;
  }
}
.sec-contact--middle .thanks__txt {
  margin-top: 2em;
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle .thanks__txt {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
}
.sec-contact--middle .privacy {
  padding-top: 130px;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle .privacy {
    padding-top: 40px;
  }
}
.sec-contact--middle .privacy__lead {
  font-size: 14px;
  line-height: 2.28;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle .privacy__lead {
    font-size: 12px;
    line-height: 1.9;
  }
}
.sec-contact--middle .privacy__txt {
  margin-top: 2em;
  font-size: 14px;
  line-height: 2.28;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle .privacy__txt {
    font-size: 12px;
    line-height: 1.9;
  }
}
.sec-contact--middle .privacy__txt dd + dt {
  margin-top: 2em;
}
.sec-contact--middle .privacy__btn {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle .privacy__btn {
    margin-top: 80px;
  }
}
.sec-contact--middle .privacy__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 598px;
  height: 76px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: #989898;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-contact--middle .privacy__btn a {
    width: 100%;
    height: 60px;
    border-radius: 20px;
    font-size: 17px;
  }
}
.mode-pc .sec-contact--middle .privacy__btn a:hover {
  background-color: rgba(80, 80, 80, .8);
}
.sec-contact .mw_wp_form_input .form-page-confirm,
.sec-contact .mw_wp_form_confirm .form-page-input {
  display: none;
}
/*# sourceMappingURL=../maps/contact/style.css.map */
