body:before {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 596px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url("../_img/mv.jpg");
}

@media screen and (max-width: 767px) {
	body:before {
		height: 96vw;
		background-image: url("../_img/mv_sp.jpg");
	}
}

.title-wrapper {
	background-color: #FFF;
	overflow: hidden;
}

.contents-body {
	position: relative;
	background-color: #ebebeb;
	padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
	.contents-body {
		padding-bottom: 13.33333vw;
	}
}

.kasou .contents-main {
	padding-bottom: 0;
}

.sec-links {
	padding-top: 80px;
	background: #ebebeb;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.sec-links {
		padding-top: 8vw;
		padding-bottom: 5.33333vw;
	}
}

.sec-banner {
	background: #ebebeb;
}

/*# sourceMappingURL=../../../_map/english/business/_css/style.css.map */
