/* common */
.business1 .content-group {position: relative; color: #000;}
.business1 .content-group .title {position: relative; display: inline-block; font-size: 40px; font-weight: 700; text-transform: uppercase; padding-left: 55px;}
.business1 .content-group .title::before {content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 40px; height: 38px; background: url("../img/title_obj.png") no-repeat center;}
.business1 .content-group.white {color: #fff;}

/* business1 */
.business1 {position: relative; overflow: hidden;}
.business1::after {content: ''; display: block; width: 100%; height: 500px; background: url("../img/busin1_bg.jpg") no-repeat center/cover;}
.business1 .inner {padding-top: 80px;}
.business1 .content-group {margin-bottom: 60px;}
.business1 .image:hover img {transform: none;}
