.bg01 {
  background-image: url(../images/pickup_htype/e_bg01_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-color: #fcf8f9;
  padding: 50px 50px 90px;
}
@media screen and (max-width: 1200px) {
  .bg01 {
    padding: 4.2vw 4.2vw 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 {
    padding: 7.3vw 7.3vw 12vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 {
    background-image: url(../images/pickup_htype/e_bg01_sp.png);
  }
}
.bg01 .bg02 {
  background-color: rgba(245, 231, 234, 0.8);
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .bg01 .bg02 {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 .bg02 {
    padding-bottom: 8vw;
  }
}
.bg01 .head_txt01 {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .bg01 .head_txt01 {
    max-width: none;
    width: 81.7vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 .head_txt01 {
    width: 93.8%;
  }
}
.bg01 .switch_box {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .bg01 .switch_box {
    max-width: none;
    width: 81.7vw;
    margin-bottom: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 .switch_box {
    width: 93.8%;
    margin-bottom: 0vw;
  }
}
.bg01 .switch_box .btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bg01 .switch_box .btn_list {
    display: block;
  }
}
.bg01 .switch_box .btn_list .type4, .bg01 .switch_box .btn_list .type3 {
  width: 49.5%;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .bg01 .switch_box .btn_list .type4, .bg01 .switch_box .btn_list .type3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bg01 .switch_box .btn_list .type3 {
    margin-top: 1.3vw;
  }
}
.bg01 .img01 {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .bg01 .img01 {
    max-width: none;
    width: 81.7vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 .img01 {
    width: 93.8%;
  }
}
.bg01 .img02 {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
@media screen and (max-width: 1200px) {
  .bg01 .img02 {
    max-width: none;
    width: 87.5vw;
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 .img02 {
    width: 98.4%;
    margin-top: 0vw;
  }
}
.bg01 .img03 {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .bg01 .img03 {
    max-width: none;
    width: 87.5vw;
    margin-top: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 .img03 {
    width: 98.4%;
    margin-top: 0.7vw;
  }
}
.bg01 .txt01 {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  font-size: 12px;
  line-height: 1.7em;
}
@media screen and (max-width: 1200px) {
  .bg01 .txt01 {
    max-width: none;
    width: 81.7vw;
    margin-top: 5vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .bg01 .txt01 {
    width: 100%;
    margin-top: 8vw;
    font-size: 1.6vw;
  }
}

#htype.type4 .switch_box .btn_list .type4 .aciteve {
  display: block;
}
#htype.type4 .switch_box .btn_list .type4 .deactive {
  display: none;
}
#htype.type4 .switch_box .btn_list .type3 .aciteve {
  display: none;
}
#htype.type4 .switch_box .btn_list .type3 .deactive {
  display: block;
}
#htype.type4 .img01.type4 {
  display: block;
}
#htype.type4 .img01.type3 {
  display: none;
}
#htype.type3 .switch_box .btn_list .type3 .aciteve {
  display: block;
}
#htype.type3 .switch_box .btn_list .type3 .deactive {
  display: none;
}
#htype.type3 .switch_box .btn_list .type4 .aciteve {
  display: none;
}
#htype.type3 .switch_box .btn_list .type4 .deactive {
  display: block;
}
#htype.type3 .img01.type4 {
  display: none;
}
#htype.type3 .img01.type3 {
  display: block;
}/*# sourceMappingURL=style_pickup_htype.css.map */