@charset "UTF-8";

/* contentW960 */
.contentW960 {
	max-width: 960px;
	margin: 0 auto;
}
.s_bgArea {
	position: relative;
	z-index: 1;
}
.s_bgArea .s_bg {
	position: relative;
}
.s_bgArea .s_bg::before,
.s_bgArea .s_bg::after {
	content: "";
	position: absolute;
	background-size: cover;
	z-index: -1;
}
.s_bgArea .s_bg::before {
	top: -90px;
	left: -120px;
	width: 120px;
	height: 120px;
	background-image: url(/common/img/company/bg\ contents_01.png);
}
.s_bgArea .s_bg::after {
	bottom: -230px;
	right: -170px;
	width: 230px;
	height: 240px;
	background-image: url(/common/img/company/bg\ contents_02.png);
}

@media screen and (max-width: 767px){
	.s_bgArea .s_bg::before {
		top: -40px;
		left: -40px;
		width: 60px;
		height: 60px;
	}
	.s_bgArea .s_bg::after {
		bottom: -110px;
		right: -30px;
		width: 130px;
		height: 120px;
	}


}


