.footer_area{
  max-width: 1200px;
  width: 100%;
}

.under_bread_area{
  position: relative;
  z-index: 5;
}
.ttl_request {
    padding-top: 40px;
}
.wrapper{
  position: relative;
}

.wrapper::after{
  position: absolute;
  content:'';
  display: block;
  top: 0;
  width: 100%;
  height: 580px;
  background-image: url(../img/bg01.png);
  background-size: 1080px auto;
  background-position: center center;
}

.request{
  position: relative;
  z-index: 2;
}

.request .mv_catch{
  background-color: #F75050;
}

.request .mv_catch::after{
  background-image: url(../img/page/balloon_red.png);
}

.ttl_request_h1 {
  width: 100%;
  max-width: 546px;
  margin: 0 auto;
}

.ttl_request_lead {
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 30px auto 0;
  color: #000;
}

.ttl_request_parts01,
.ttl_request_parts02{
  position: absolute;
  display: block;
  left: 50%;
}

.ttl_request_parts01{
  transform: translateX(-590px);
  width: 213px;
  height: 220px;
  top: 60px;
}

.ttl_request_parts02{
  transform: translateX(400px);
  width: 216px;
  height: 216px;
  top: 50px;
}

.request_content{
  position:relative;
  margin-top: -90px;
  z-index: 2;
}

.request_content_form{
  max-width: 800px;
  margin: 0 auto;
      margin-top: 120px;
  padding-bottom: 50px;
  border: solid 3px #8e704e;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 5px -1px #a3a3a3;
}

.request_content_form h2{
  font-size: 2.6rem;
  color: #8e704e;
  text-align: center;
  background-image: url(../img/page/request_form_bg.png);
  background-color: #FFEB36;
  background-size: cover;
}

.request_content_form h2 span{
  padding: 0.35em 70px 0.35em 70px;
  display: inline-block;
  background-image: url(../img/page/request_form_item.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 76px 53px;
}

.request_content_form h2 strong{
  color: #F75050;
}

.form input[type=text],
.form input[type=email] {
  border: solid 1px #8e704e;
  background-color: #F0F4F8;
  border-radius: 5px;
  padding: 1em 0.7em;
  width: 100%;
}

.form input[type=text].err,
.form input[type=email].err {
  background-color: rgba(247, 80, 80, 0.2);
}

.form input[type=radio] {
  display: none;
}

.form input::placeholder {
  color: #999999;
}

.form_inner+.form_inner {
  margin-top: 40px;
}

.form_inner h3 {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  color: #8e704e;
  font-size: 2.4rem;
}

.form_inner h3::before {
  display: block;
  content: '';
  width: 8px;
  background-color: #8e704e;
}

.form_block {
  overflow: hidden;
}

.form_box>dt {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  padding: 30px 50px 5px;
}

.form_box>dt p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #8e704e;
  font-weight: 600;
}

.form_box.js_req>dt::after {
  content: '';
  display: block;
  background-image: url(../img/page/ok.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.form_box.js_ok>dt::after {
  opacity: 1;
}

.form_box>dd {
  flex: 1;
  background-color: #fff;
  padding: 5px 50px 10px;
}

.tag {
  display: block;
  width: 3em;
  border-radius: 100px;
  font-size: 1.2rem;
  text-align: center;
}

.form_consent{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.form_consent a{
  text-decoration: underline;
  color: #8e704e;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin: 0 !important;
}

.required {
  background-color: #F75050;
  color: #fff;
}

.required::before {
  content: '必須';
}

.form_box.js_ok .required {
  background-color: #4CB833;
  color: #fff;
}

.form_box.js_ok .required::before {
  content: 'OK';
}

.any {
  background-color: #F0F4F8;
  color: #8e704e;
}

.any::before {
  content: '任意';
}

.err_mess {
  font-size: 1.4rem;
  color: #F75050;
}

.form_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.form_submit input[type=submit] {
  appearance: none;
  width: 100%;
  max-width: 450px;
  padding: 1.2em;
  border-radius: 1000px;
  font-size: 1.8rem;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #fff;
  border: none;
  cursor: pointer;
}

.form_submit input[type=submit].chk_btn {
  background-color: #4CB833;
  box-shadow: 0px 5px 0px 0px #35A71B;
  background-position: right 1em center;
  background-image: url(../img/page/btn_arrow_next.png);
}

.form_submit input[type=submit].back_btn {
  background-color: #999999;
  box-shadow: 0px 5px 0px 0px #8D8D8D;
  background-position: left 1em center;
  background-image: url(../img/page/btn_arrow_prev.png);

}

.form_submit input[type=submit]:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.form_submit input[type=submit]:disabled {
  opacity: 0.4;
  cursor: default;
}

.request_content_block._block01{
  max-width: 800px;
  margin: 80px auto 0;
}

.request_content_block._block01 h2{
  position: relative;
  font-size: 2.8rem;
  color: #8e704e;
  padding-top: 50px;
  text-align: center;
}

.request_content_block._block01 h2::before{
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  background-image: url(../img/page/request_block01_title.png);
  background-size: cover;
}

.request_content_block._block01 h2 .deco01{
  color: #FA9E14;
}

.request_content_block._block01 h2 .deco02{
  color: #8e704e;
}

.request_content_block_txt{
  margin-top: 30px;
}

.request_content_block_txt p{
  line-height: 1.8;
}

.request_content_block_txt p + p{
  margin-top: 1em;
}

.request_content_block_list{
  margin-top: 30px;
  background-color: rgba(47,156,255,0.1);
  border-radius: 10px;
  padding: 40px;
}

.request_content_block_list dt{
  margin-bottom: 1.4em;
  font-weight: 700;
  font-size: 2.4rem;
  color: #8e704e;
  text-align: center;
}

.request_content_block_list dd{
  position: relative;
  font-weight: 600;
  font-size: 1.8rem;
  padding-left: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.request_content_block_list dd + dd{
  margin-top: 1em;
}

.request_content_block_list dd::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../img/page/request_list_chk.svg);
  background-size: cover;
}

.request .ttl_img{
  margin-bottom: 0.2em;
}

.request .ttl_img img{
  height: 20px;
}

.request_content_block._block02{
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #FFF9C5;
}

.request_step{
  display: flex;
  justify-content: space-between;
  max-width: 1096px;
  margin: 0 auto;
}

.request_step_box{
  position: relative;
  width: 29%;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #fff;
}

.request_step_box::before{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 70px;
  height: 80px;
  background-color: #333;
  background-size: 50px 60px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px 0 20px 0;
}

.request_step_box:nth-child(1)::before{
  background-image: url(../img/page/req_step01.svg);
}

.request_step_box:nth-child(2)::before{
  background-image: url(../img/page/req_step02.svg);
}

.request_step_box:nth-child(3)::before{
  background-image: url(../img/page/req_step03.svg);
}

.request_step_box + .request_step_box::after{
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%) translateX(-1.2vw);
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../img/page/req_arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.request_step_box_img{
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.request_step_box_img img{
  object-fit: contain;
  max-height: 150px;
}

.request_step_box dt{
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.4rem;
  color: #8e704e;
}

.request_content_block._block03{
  margin-top: 100px;
}

.request_lead{
  max-width: 800px;
  margin: 0 auto;
}

.request_lead span{
  color: #F75050;
  font-weight: bold;
}

.request_melit{
  display: flex;
  justify-content: space-between;
  max-width: 1016px;
  margin: 60px auto 0;
}

.request_melit_box{
  position: relative;
  width: 32%;
  padding: 60px 20px 30px;
  border-radius: 20px;
  background-color: rgba(47,156,255,0.1);
}

.request_melit_box::before{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  width: 114px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}
.voice_catch_text{
          font-size: 20px;
        font-weight: 700;
        color: #fff;
        letter-spacing: .05em;
        padding: 5.3px 0 4.7px;
        line-height: 1.4;
        padding-top: 14px;
        text-align: center;
        z-index: 1;
}
.request_melit_box:nth-child(1)::before{
  background-image: url(../img/page/req_melit01.png);
}

.request_melit_box:nth-child(2)::before{
  background-image: url(../img/page/req_melit02.png);
}

.request_melit_box:nth-child(3)::before{
  background-image: url(../img/page/req_melit03.png);
}

.request_melit_box_img{
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.request_melit_box_img img{
  object-fit: contain;
  max-height: 150px;
}

.request_melit_box dt{
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  color: #8e704e;
}

.request_content_block._block04{
  margin-top: 80px;
  padding: 80px 0;
  background-image: url(../img/page/request_btm_bg.png);
}

.request_content_block._block04 .request_content_form{
  border: none;
}

.request_content_block._block04 .request_content_form h2{
  background-image: url(../img/page/request_btm_ttl.png);
  background-color: #8e704e;
  color: #fff;
}

.request_content_block._block04 .request_content_form h2 span{
  background-image: url(../img/page/contact_formTtl02.png);
}

.request_content_block._block04 .request_content_form h2 strong{
  color: #FFEB36;
}

@media screen and (max-width: 768px) {

  .wrapper::after{
    display: none;
  }

  .request .mv_catch{
    background-color: #F75050;
  }

  .request .mv_catch::after{
    background-image: url(../img/page/balloon_red.png);
  }

  .request_content{
    margin-top: 0;
  }
.page_post_voice{
  background-image:url(../img/top-bg-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
  .ttl_request_lead {
    letter-spacing: -0.05em;
  }
.voice_catch_text{
          font-size: 20px;
        font-weight: 700;
        color: #fff;
        letter-spacing: .05em;
        padding: 5.3px 0 4.7px;
        line-height: 1.4;
        padding-top: 14px;
        text-align: center;
        z-index: 1;
}
  .ttl_request_parts03{
    margin-top: 20px;
  }

  .request_content_form{
    width: 90%;
    padding-bottom: 30px;
    margin-top: 10px;
  }

  .request_content_form h2{
    font-size: 2rem;
  }

  .request_content_form h2 span{
    padding: 0.35em 50px 0.35em 30px;
    background-size: 56px;
    background-position: right bottom;
  }

  .form_box>dt {
    padding: 20px 20px 5px;
  }

  .form_box>dd {
    padding: 0 20px 10px;
  }

  .form_consent{
    width: 90%;
    gap: 0.5em;
    margin-left: auto;
    margin-right: auto;
  }

  .form_submit {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .request_content_block{
    padding-left: 20px;
    padding-right: 20px;
  }

  .request_content_block._block01{
    margin-top: 60px;
  }

  .request_content_block._block01 h2{
    position: relative;
    font-size: 2.8rem;
    color: #8e704e;
    padding-top: 50px;
    text-align: center;
  }

  .request_content_block._block01 h2::before{
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(../img/page/request_block01_title.png);
    background-size: cover;
  }

  .request_content_block._block01 h2 .deco01{
    color: #FA9E14;
  }

  .request_content_block._block01 h2 .deco02{
    color: #8e704e;
  }

  .request_content_block_txt{
    margin-top: 20px;
  }

  .request_content_block_list{
    margin-top: 30px;
    padding: 30px 20px;
  }

  .request_content_block_list dt{
    font-size: 2rem;
  }

  .request_content_block_list dd{
    padding-left: 30px;
    font-size: 1.6rem;
  }

  .request_content_block_list dd::before{
    width: 20px;
    height: 20px;
  }

  .request .ttl_img{
    margin-bottom: 0.2em;
  }

  .request .ttl_img img{
    height: 20px;
  }

  .request_content_block._block02{
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .request_step{
    flex-direction: column;
  }

  .request_step_box{
    width: 100%;
    padding: 30px 20px;
    border-radius: 20px;
    background-color: #fff;
  }

  .request_step_box + .request_step_box{
    margin-top: 40px;
  }

  .request_step_box:nth-child(1)::before{
    background-image: url(../img/page/req_step01.svg);
  }

  .request_step_box:nth-child(2)::before{
    background-image: url(../img/page/req_step02.svg);
  }

  .request_step_box:nth-child(3)::before{
    background-image: url(../img/page/req_step03.svg);
  }

  .request_step_box + .request_step_box::after{
    top: 0;
    left: 50%;
    transform: translateY(-30px) translateX(-50%) rotate(90deg);
    width: 25px;
    height: 25px;
  }

  .request_content_block._block03{
    margin-top: 80px;
  }

  .request_melit{
    flex-direction: column;
  }

  .request_melit_box{
    width: 100%;
  }

  .request_melit_box + .request_melit_box{
    margin-top: 60px;
  }

  .request_melit_box:nth-child(1)::before{
    background-image: url(../img/page/req_melit01.png);
  }

  .request_melit_box:nth-child(2)::before{
    background-image: url(../img/page/req_melit02.png);
  }

  .request_melit_box:nth-child(3)::before{
    background-image: url(../img/page/req_melit03.png);
  }

  .request_melit_box dd{
    line-height: 1.8;
  }

  .request_content_block._block04{
    margin-top: 60px;
    padding: 60px 0;
    background-size: 462px 448px;
  }

}

.mwform-checkbox-field-text{
  display: none;
}


/* -- 確認画面 -- */

.request_confirm{
  margin-bottom: 100px;
}

.request_confirm .request_content{
  margin-top: 60px;
}

.request_confirm .form_submit{
  padding-left: 50px;
  padding-right: 50px;
}

.request_confirm .form_consent{
  display: none;
}

@media screen and (max-width: 768px) {

  .request_confirm .request_content{
    margin-top: 0;
  }

  .request_confirm .form_submit{
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

}
