html {
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ＭＳ ゴシック", sans-serif;
	font-size: 62.5%;
	color: #242424;
	-webkit-text-size-adjust: 100%;
}
body {
	position: relative;
	font-size: 1.3rem;
	font-size: 1.3em;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
button {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

@media print, screen and (max-width: 820px) {
	body {
		font-size: 1.2rem;
		font-size: 1.2em;
	}
} /*END*/

/* LINK */
a {
	color: inherit;
	text-decoration: none;
}

/* Link hover */
@media (hover: hover) {
	a:hover {
		color: inherit;
	}
	.op:hover {
		filter: alpha(opacity=60);
		-moz-opacity: 060;
		opacity: 0.6;
		transition: all 0.3s ease-out;
	}
}
@media (hover: none) {
	a:active {
		color: inherit;
	}
	.op:active {
		filter: alpha(opacity=60);
		-moz-opacity: 060;
		opacity: 0.6;
	}
}

.welcome-page {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.business,
.virtual-business {
	width: 50%;
	height: 100vh;
	position: relative;
	transition: 0.3s;
}
.business a,
.virtual-business a {
	display: block;
	height: 100%;
}
.business ul li,
.virtual-business ul li {
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.business {
	background: url(../images/bg01.jpg) center center no-repeat;
	background-size: cover;
}
.business:before {
	content: "";
	background: inherit;
	filter: blur(0px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	pointer-events: none;
	transition: all 0.5s ease;
}
.business .contents {
	position: absolute;
	left: 6.8%;
	top: 5%;
}
.business h1 {
	width: 43.8%;
	margin-bottom: 35px;
}

.virtual-business {
	background: url(../images/bg02.jpg) center center no-repeat;
	background-size: cover;
}
.virtual-business .contents {
	position: absolute;
	right: 6.8%;
	bottom: 5%;
}
.virtual-business h1 {
	width: 43.8%;
	margin-bottom: 35px;
	margin-left: auto;
}
.virtual-business ul li {
	color: #fff;
	text-align: right;
}

.btn-link {
	width: 30%;
	max-width: 130px;
	position: absolute;
}

@media (hover: hover) {
	.business:hover {
		background-size: 150% auto;
	}
	.business:hover:before {
		content: "";
		background: inherit;
		-webkit-filter: blur(15px);
		filter: blur(15px);
		position: absolute;
		top: -15px;
		left: -15px;
		right: -15px;
		bottom: -15px;
	}
}
@media (hover: none) {
	.business:active {
		background-size: 150% auto;
	}
	.business:active:before {
		content: "";
		background: inherit;
		-webkit-filter: blur(15px);
		filter: blur(15px);
		position: absolute;
		top: -15px;
		left: -15px;
		right: -15px;
		bottom: -15px;
	}
}

@media print, screen and (min-width: 480px) {
	.btn-link {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}

/* SP */
@media print, screen and (max-width: 479px) {
	.welcome-page {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
	}
	.business,
	.virtual-business {
		width: 100%;
		height: 50%;
	}
	.business .contents {
		left: 6%;
		top: 7%;
	}
	.virtual-business .contents {
		right: 6%;
		top: 7%;
	}
	.business .btn-link {
		width: 25%;
		right: 4%;
		bottom: 4%;
	}
	.virtual-business .btn-link {
		width: 25%;
		left: 4%;
		bottom: 4%;
	}
}
/* SP END */
