@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
body {
	margin: 0 10px;
	padding: 0 0 50px;
	background: #F2F2F2;
	color: #222;
	line-height: 1;
	font-size: 20px;
}
a.anchor {/*//アンカーリンクの位置調整//*/
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.jqswbox {
	width: 100%;
	background: center center / cover no-repeat fixed;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: relative;
}
.jqswbox-ttl {
	position: absolute;
	top: 25%;
	width: 100%;
	text-align: center;
}

@media (max-width: 1158px){
.jqswbox {
	background: center center / cover no-repeat scroll;
	height: 80vh;
}
}
