/*=======================================================
mv
=======================================================*/
.bl_mv {
  background: url("../images/corporateplanning/mv_bg.jpg") top center/cover no-repeat;
}
.bl_mv_txt {
  margin-bottom: min(75 / 1280 * 100vw, 75px);
}
@media screen and (max-width: 750px) {
  .bl_mv {
    background: url("../images/corporateplanning/mv_bg_sp.jpg") top center/cover no-repeat;
  }
}
/*=======================================================
feature
=======================================================*/
.bl_feature .el_sec_mainTtl .el_ttl_deco {
  width: min(402 / 1280 * 100vw, 402px);
}
@media screen and (max-width: 750px) {
  .bl_feature .el_sec_mainTtl .el_ttl_deco {
    width: 603px;
  }
}