img{
	max-width:100%;
	height:auto;
}
html {
	position: relative;
	min-width: 1280px;
	width:100%;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
body {
	color: #000;
	width: 100%;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 16px;
	font-feature-settings:'palt';
	width:100%;
}
a{
	color:#053f8d;
}
a:hover{
	transition:0.5s;
}
a:hover img{
	opacity:0.7;
	transition:0.5s;
}
.eng{
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
}
header{
	width:100%;
	min-width: 1280px;
	box-sizing:border-box;
	height: 100px;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
header h1{
	width:calc(100dvh / 4);
	height:calc(100dvh / 4);
	position:absolute;
	top:0;
	left:0;
	box-sizing:border-box;
}
header h1 a{
	width:100%;
	height:100%;
	display: flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	background:#fff;
}
header h1 a img{
	display:block;
	height:60.4%;
	width:auto;
	max-height:232px;
}
header.bg_white h1{
	width:calc(100dvh / 6);
	height:calc(100dvh / 6);
	transition:0.5s;
}
#menu {
	position: absolute;
	top:20px;
	right:20px;
	box-sizing: border-box;
	text-align: center;
	z-index: 10001;
	width: 60px;
	height:60px;
	display:flex;
	flex:none;
	align-items:center;
	box-sizing: border-box;
	box-shadow:0 0 3px rgba(0,0,0,0.4);
}
.nav-toggle {
	display: flex;
	align-items:center;
	width: 60px;
	height: 60px;
	background:#ffffff;
	cursor: pointer;
	position: relative;
}

.nav-toggle div {
	position: relative;
	width: 40px;
	height: 34px;
	box-sizing: border-box;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	margin: 0 auto;
}

.nav-toggle span {
	display: block;
	position: relative;
	margin: 0 auto;
	height: 4px;
	width: 100%;
	background: #053f8d;
	left: 0%;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

.nav-toggle span:nth-child(1) {
}

.nav-toggle span:nth-child(2) {
}

.nav-toggle span:nth-child(3) {
}

.open .nav-toggle span:nth-child(1) {
	position:absolute;
	top: 40%;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}


.open .nav-toggle span:nth-child(3) {
	position:absolute;
	top: 40%;
	display: block !important;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.open .nav-toggle span:nth-child(2){
	position:absolute;
	top: 40%;
	opacity: 0;
} 

#nav-open {
	padding: 0px 0 0 0;
	font-size: 12px;
}

#nav-close {
	display: none;
	padding: 0px 0 0 0;
	font-size: 12px;
}

.open #nav-close {
	display: block;
	padding: 0px 0 0 0;
}

.open #nav-open {
	display: none;
	padding: 0px 0 0 0;
}

#gnav {
	position: fixed;
	width: 100%;
	height: 100dvh;
	overflow:auto;
	padding: 0px 0 0px;
	box-sizing: border-box;
	background: rgba(5,63,141,0.98);
	top: 0px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 8000;
	display: none;
}
.open #gnav {
	display: block;
}
.open #gnav a{
	color:#fff;
	text-decoration:none;
	display:block;
	font-size:18px;
	padding:0 10%;
	text-align:right;
	box-sizing:border-box;
	line-height:80px;
	max-height:80px;
}
#nav01 a,
#nav04 a{
	background:rgba(255,255,255,0.2);
}
#nav02 a,
#nav05 a{
	background:rgba(255,255,255,0.15);
}
#nav03 a,
#nav06 a{
	background:rgba(255,255,255,0.1);
}
#nav04 a,
#nav08 a{
	background:rgba(255,255,255,0.05);
}
.open #gnav a:hover{
	background:rgba(255,255,255,0.5);
}
#wrapper{
	padding:0px 0 0;
}
main{
	line-height:1.8em;
	position:relative;
	width:100%;
}
footer{
	background: linear-gradient(to bottom, rgba(37,239,98,1) 0%,rgba(57,106,249,1) 100%);
	padding:60px 0 40px;
}
footer address{
	font-style:normal;
	font-size:16px;
	white-space:nowrap;
	line-height:1.5em;
	font-style:normal;
	color:#fff;
	text-align:center;
}
footer address h3{
	font-weight:normal;
	margin:0 0 15px;
}
#fnav{
	max-width:1040px;
	margin:0 auto 30px;
	line-height:1.8em;
}
#fnav ul{
	display:flex;
	justify-content:space-between;
}
#fnav a{
	position:relative;
	display: block;
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
#fnav a:hover{
	text-decoration:underline;
}
.gotop{
	width:100px;
	height:77px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}

.gotop a{
	display: flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
}
.gotop a:hover{
	color:#fff;
}
#copyright{
	margin:0 auto;
	text-align:center;
	line-height:40px;
	color:#053f8d;
}
.sp_only{
	display:none;
}