img{
	max-width:100%;
	height:auto;
}
html {
	position: relative;
	min-width: 1280px;
	width:100%;
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}
body {
	color: #111;
	width: 100%;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 18px;
	font-feature-settings:'palt';
	overflow-x:hidden;
	padding:100px 0 0;
}
/*
.wf-loading body {
	opacity: 0;
}
.wf-active body {
	opacity: 1;
	transition: opacity 0.3s ease;
}
*/
a{
	color:#053f8d;
}
a:hover{
	transition:0.5s;
}
a:hover img{
	opacity:0.7;
	transition:0.5s;
}
details summary{
	cursor:pointer;
}
header{
	width:100%;
	padding:0 1.5625dvw;
	height: 100px;
	min-width: 1280px;
	box-sizing:border-box;
	position:fixed;
	display:flex;
	justify-content:space-between;
	top:0;
	left:0;
	z-index:10000;
	align-items:center;
	background:rgba(255,255,255,0.8);
	-webkit-backdrop-filter: blur(5px) brightness(110%);
    backdrop-filter: blur(5px) brightness(110%);
}
header.bg_white{
}
header h1{
	font-family: "vdl-logog", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:42px;
}
header h1 a{
	display:flex;
	width:100%;
	height:100%;
	gap:3px;
	color:#222;
	align-items:center;
	text-decoration:none;
}
header h1 a small{
	font-size:18px;
	line-height:21px
}
#gnav ul{
	display:flex;
	gap:40px;
	justify-content:flex-end;
}
#gnav ul a{
	color:#222;
	text-decoration:none;
	font-size:14px;
	text-align:center;
	font-weight: 500;
	font-style: normal;
	line-height:1.8em;
}
#gnav ul a .eng{
	display:block;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:32px;
}
#gnav ul a:hover{
	color:#fff;
}
#wrapper{
	padding:0px 0 0;
}
main{
	line-height:1.8em;
	position:relative;
	width:100%;
}
footer{
	border-top:1px solid #fd4e01;
}
footer address{
	font-style:normal;
	font-size:18px;
	white-space:nowrap;
	line-height:1.5em;
	font-style:normal;
	padding:50px;
	display:flex;
	gap:80px;
	justify-content:center;
}
footer address h3{
	font-family: "vdl-logog", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:42px;
	display:flex;
	gap:3px;
	align-items:center;
	margin-bottom:15px;
}
footer address h3 small{
	font-size:18px;
	line-height:21px
}
#fnav{
	background:#fd4e01;
	margin:0 auto;
	display:flex;
	justify-content:center;
	gap:40px;
	padding:50px 0;
	line-height:2em;
}
#fnav dt{
	font-weight:bold;
}
#fnav ul{
	color:#fff;
	list-style:disc;
	padding:0 0 0 20px;
}
#fnav a{
	position:relative;
	display: block;
	font-weight: 500;
	font-style: normal;
	color:#fff;
	text-decoration:none;
}
#fnav a:hover{
	color:#fff;
}
.gotop{
	width:50px;
	height:50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}
.gotop a{
	background:#fd4e01;
	display: flex;
	color:#fff;
	border-radius:10px;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	box-shadow:0 0 5px rgba(255,255,255,1);
}
.gotop a:hover{
	color:#fff;
}
#copyright{
	margin:0 auto;
	text-align:center;
	line-height:40px;
	color:#fd4e01;
}
.sp_only{
	display:none;
}