@charset "utf-8";

body {
	background: url(../images/bg-service.jpg) center center no-repeat fixed;
	background-size:cover;
	height:100vh;
}

#wrap {
	background:rgba(255,255,255,0.7);
}

@media screen and (min-width:768px){
	#wrap {
		width:652px;
		padding-left:20px;
		padding-right:20px;
	}
} @media screen and (max-width: 767px) {
	body:before{
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		background: url(../images/sp-bg-service.jpg) center no-repeat;
		background-size: cover;
	}
}