@charset "UTF-8";
/* #mainImg 下層ページ
================================================ */
body {
  background: #262626;
}

@media screen and (min-width: 600px) {
  #contact:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: contain;
    content: "";
    background: #262626 url(../img/common/bg_contents02_pc.png) no-repeat;
    background-size: 1920px;
    background-position: top center;
  }
}
#contents {
  position: relative;
}

#contents:before {
  position: absolute;
  content: "";
  top: -93px;
  right: 0;
  width: 100%;
  height: 1800px;
  background: url(../img/common/bg_contents01_sp.png) no-repeat top right;
  background-size: contain;
}

#contents:after {
  position: absolute;
  content: "";
  top: calc((100vw * 0.855) - 109px);
  right: 0;
  width: 100%;
  height: 100%;
  background: #262626;
  background-size: contain;
  z-index: -1;
}

@media screen and (min-width: 600px) {
  #contents:before {
    display: none;
  }

  #contents:after {
    display: none;
  }
}
/*  .inquiry-form
================================================== */
.inquiry-form {
  position: relative;
  margin-top: -14px;
}
.inquiry-form-head {
  margin-bottom: 29px;
}
.inquiry-form__lead {
  margin-bottom: 45px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .inquiry-form {
    margin-top: 0;
  }
  .inquiry-form-head {
    margin-bottom: 40px;
  }
  .inquiry-form__lead {
    margin-bottom: 65px;
    font-size: 1.6rem;
  }
}

/*  .inquiry-btns
================================================ */
.inquiry-btns {
  position: relative;
  padding: 54px 0 60px;
}
.inquiry-btns__box {
  padding: 19px;
  border: 1px solid #fff;
}
.inquiry-btns__btn-wrap + .inquiry-btns__btn-wrap {
  margin-top: 17px;
}
.inquiry-btns-btn.is_big a {
  padding-left: 50px;
  padding-right: 50px;
}
.inquiry-btns-btn.has-long-txt a {
  font-size: 1.2rem;
  padding-right: 43px;
}
.inquiry-btns-btn + .inquiry-btns-btn {
  margin-top: 17px;
}
@media all and (max-width: 340px) {
  .inquiry-btns__box {
    padding: 5px;
  }
  .inquiry-btns__btn-wrap + .inquiry-btns__btn-wrap {
    margin-top: 4px;
  }
  .inquiry-btns-btn a::after {
    right: 11px;
    width: 19px;
  }
  .inquiry-btns-btn.is_big a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inquiry-btns-btn.has-long-txt a {
    padding-right: 33px;
  }
  .inquiry-btns-btn + .inquiry-btns-btn {
    margin-top: 4px;
  }
}
@media screen and (min-width: 600px) {
  .inquiry-btns {
    padding: 70px 0 120px;
  }
  .inquiry-btns__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 60px 100px;
  }
  .inquiry-btns__btn-wrap {
    width: 49%;
  }
  .inquiry-btns__btn-wrap + .inquiry-btns__btn-wrap {
    margin-top: 0;
  }
  .inquiry-btns-btn a {
    width: 100%;
  }
  .inquiry-btns-btn a:hover {
    color: #fff;
  }
  .inquiry-btns-btn.is_big {
    height: 100%;
  }
  .inquiry-btns-btn.is_big a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .inquiry-btns-btn.has-long-txt a {
    font-size: 1.6rem;
    padding-right: 43px;
  }
}

/*  .inquiry-thanks
================================================== */
.inquiry-thanks {
  position: relative;
  color: #fff;
}
.inquiry-thanks__head {
  margin-bottom: 15px;
}
.inquiry-thanks__txt {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .inquiry-thanks__inner {
    width: 865px;
  }
  .inquiry-thanks__head {
    margin-bottom: 40px;
  }
  .inquiry-thanks__txt {
    margin-bottom: 70px;
  }
}