img{
	max-width:100%;
	height:auto;
}
html {
	position: relative;
	min-width: 1280px;
	width:100%;
	background:#f8fcf7;
}
body {
	color: #000000;
	width: 100%;
	font-family: "vdl-v7marugothic", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 18px;
	font-feature-settings:'palt';
	width:100%;
}
a{
	color:#0072bb;
}
a:hover{
	transition:0.5s;
}
a:hover img{
	opacity:0.7;
	transition:0.5s;
}
header{
	width:100%;
	min-width: 1280px;
	padding:0 2.1%;
	box-sizing:border-box;
	height: 150px;
	display:flex;
	justify-content:space-between;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	background:rgba(255,255,255,0.8);
	-webkit-backdrop-filter: blur(5px) brightness(110%);
    backdrop-filter: blur(5px) brightness(110%);
}
header h1{
	width:250px;
	height:100%;
	box-sizing:border-box;
	display: flex;
	align-items:center;
}
header h1 a{
	width:250px;
	height:77px;
	display: block;
	text-decoration:none;
}
header h1 a img{
	height:100%;
	width:auto;
	display:block;
}
#gnav{
	display:flex;
	justify-content:flex-end;
	padding:40px 0 0 0;
	box-sizing:border-box;
}
#gnav ul{
	display:flex;
	gap:60px;
}
#gnav a{
	display: block;
	text-decoration:none;
	white-space:nowrap;
	line-height:80px;
	color:#000;
	font-size:24px;
}
#gnav a:hover{
	color:#0072bb;
}
#gnav4 a{
	background:#6cc5de;
	border-radius:40px;
	width:200px;
	color:#fff;
	text-align:center;
}
header.bg_white{
	height:60px;
}
header.bg_white h1 a{
	height:40px;
}
header.bg_white #gnav{
	padding:10px 0 0;
}
header.bg_white #gnav a{
	line-height:40px;
}
.more a img{
	vertical-align:middle;
	margin-right:10px;
}
main{
	line-height:1.8em;
	position:relative;
	width:100%;
}
#bottom_contact{
	max-width:1800px;
	width:93.75%;
	margin:0 auto;
}
#bottom_contact a{
	display:block;
	border-radius:35px;
	padding:100px 0 100px 12%;
	background:#6cc5de;
	box-sizing:border-box;
	color:#fff;
	text-decoration:none;
}
#bottom_contact a strong{
	font-size:60px;
	display:block;
	margin:0 0 10px;
	font-weight:300;
}
footer{
	text-align:center;
	padding:60px 2.1% 20px;
	display:flex;
	gap:250px;
}
footer h3{
}
footer h3 img{
	display:block;
	width:160px;
	margin:0 auto;
}
#fnav ul{
	gap:80px;
	display:flex;
}
#fnav ul li a{
	color:#000;
	text-decoration:none;
	display:block;
	line-height:60px;
}
#fnav ul li a:hover{
	color:#0072bb;
}
.gotop{
	width:50px;
	height:50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}

.gotop a{
	display: flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	text-decoration:none;
	width:100%;
	height:100%;
	box-sizing:border-box;
	background:#0072bb;
	color:#fff;
	border-radius:5px;
}
.gotop img{
	display:block;
}
.gotop a:hover{
	background:#0072bb;
}
#copyright{
	margin:0 auto;
	text-align:right;
	line-height:30px;
	padding:0 2.1%;
}
.sp_only{
	display:none;
}