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


/*--- メインビジュアル ---*/
.s-mainvisual {
	height: 60vh;
	width: 100%;
	background: url("../img/mv_business.png");
	background-size: cover;
	background-position: center;
	position: relative;
}


