@charset "UTF-8";

@import "base.css?t=202411191212";

.bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: transparent none no-repeat 50% 50%;
	background-size: cover;
}
.bg.bg-01 {
	background-image: url(images/bg_01.webp);
}


.bodyer{
	position:absolute;
	left:50%;
	top:50%;
	display:flex;
	align-items:center;
	transform:translate(-50%,-50%);
	color:#F4F5F8;
}
.bodyer .logo{
	margin-right: 128px;
}
.bodyer .logo img{
	width:auto;
	height:auto;
	vertical-align:middle;
}
.bodyer .main{
	width:640px;
	margin:0;
}
.bodyer .text p{
	font-size:18px;
	line-height:30px;
	font-weight: 400;
	margin:0 0 32px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .8);
}
.bodyer .tools{
	display: flex;
	align-items: flex-start;
}
.bodyer .tools .icon {
	width: 33.333333%;
	background: transparent none no-repeat 50% 0;
	background-size: 160px 160px;
	padding: 160px 0 0;
	text-align: center;
	font-size: 20px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .8);
}
.bodyer .tools .icon.ic1{
	background-image: url(images/icon_01.png);
}
.bodyer .tools .icon.ic2{
	background-image: url(images/icon_02.png);
}
.bodyer .tools .icon.ic3{
	background-image: url(images/icon_03.png);
}
.bodyer .tools a{
	color:#ffffff;
}

.footer{
	position:fixed;
	bottom:48px;
	left:0;
	right:0;
	text-align:center;
	line-height:24px;
	font-size: 16px;
	color:#ffffff;
}
.footer h3{
	font-size: 32px;
	font-weight:600;
	margin-bottom: 32px;
}
.footer a{
	color:#ffffff;
}
.footer a:hover{
	color:#ffffff;
	text-decoration: underline;
}
