@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
}
img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	padding: 0;
	margin: 0;
}
.wrapper {
	position: relative;
	width: 110vh;
	margin: 0 auto;
	height: 100%;
}
.top {
	position: fixed;
	top: 0;
	z-index: 25;
	height: 100%;
	margin: auto;
}
.page {
	position: absolute;
	width: 110vh;
	z-index: 20;
	top: 0;
	height: 100%;
	margin: auto;
}
.box {
	position: absolute;
	z-index: 30;
	right: 0;
	height: 100%;
	margin: auto;
}
.col_img {
	margin-left: auto;
}
.bg-box {
	z-index: 10;
	right: 0;
	height: 100%;
	margin: auto;
}
#page1 {
	background-image: url(../images/bg_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#page2 {
	background-color: #fff;
}
#page4 {
	background-image: url(../images/content_5bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.soft {
	height: 100%;
	background-image: url(../images/soft.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.scroll_btn img {
	margin: 0 auto;
}
.footer {
	position: fixed;
	bottom: 0;
	width: 110vh;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #fff100;
	text-align: center;
	color: #009a59;
	font-size: 2.6vh;
	font-weight: bold;
	letter-spacing: 0.2em;
	z-index: 60;
}
