@charset "utf-8";
/* Business */
.business{position: relative;}

@media (min-width: 1024px){
	.business{background: url("../img/business/bg.png") no-repeat top left/68.8542vw auto;}	
	.biz-wrap{padding: 7rem 6vw 0; width: 61%; min-height: calc(100vh - 24rem);}
	.biz-img{margin: 0 0 6.5rem;}
	.biz-desc{max-width: 700px; width: 90%;}
}

@media (max-width: 1023px){
	.business{margin-top: 100vw; background: url("../img/business/bg_sp.png") no-repeat top left/100% auto;}
	.business:after{content: ''; position: absolute; top: 78vw; bottom: 0; left: 0; width: 100%; background: #fecf39; z-index: -1;}
	.biz-img{width: 44.3%; margin: 0 auto; padding: 6rem 0 10rem;}
	.biz-inner{padding: 8.5rem 10% 12rem; background: #fff;}
}