@charset "utf-8";
/* CSS Document */

/* top */
@media (max-width:767px) {
#index_business .business_header {
    background: url(../img/business_back_sp.jpg) no-repeat center center;
}
}
#individuals_corporations .bg01::before {
    background-size: cover;
}
#individuals_corporations .bg02::before {
    background-size: cover;
}



/* common */
.sub_sp_mv{
    display: none !important;
}
@media (max-width:990px) {
.sub_sp_mv{
    display: block !important;
}
.sub_pc_mv{
    display: none !important;
}

}
/* corporation */
#corporation #content #cont03 {
    padding: 0 0 3rem;
    position: relative;
}
#corporation #content .slider01 li {
  margin: 0 10px;
}
@media (max-width:767px) {
  #corporation #content .slider01 li {
    margin: 0 10px;
  }
}
#corporation #content .slick-slide img {
    width: 100%;
}