img{
	max-width:100%;
	height:auto;
}
html {
	position: relative;
	min-width: 1240px;
	width:100%;
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}
body {
	color: #000;
	width: 100%;
	font-family: "vdl-v7gothic", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size:18px;
	padding:120px 0 0;
}
.wf-loading body {
	opacity: 0;
}
.wf-active body {
	opacity: 1;
	transition: opacity 0.3s ease;
}
@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}
a{
	color:#156a90;
}
a:hover{
	transition:0.5s;
}
a:hover img{
	opacity:0.7;
	transition:0.5s;
}
header{
	width:100%;
	min-width: 1240px;
	box-sizing:border-box;
	height: 120px;
	padding:0px 20px 0px 40px;
	display:flex;
	justify-content:space-between;
	position:fixed;
	z-index: 10000;
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(5px) brightness(110%);
	backdrop-filter: blur(5px) brightness(110%);
	gap:10px;
	top:0;
	left:0;
	z-index:10000;
}
header h1{
	height:100%;
}
header h1 a{
	display: flex;
	align-items:center;
	text-decoration:none;
	height:100%;
	color:#156a90;
	font-size:36px;
	white-space:nowrap;
	text-decoration:none;
}
header h1 a strong{
	font-size:48px;
}
header h1 a img{
	display:block;
	flex:none;
}
#gnav{
	height:100%;
	display:flex;
	align-items:center;
	font-weight:700;
}
#gnav ul{
	display:flex;
	gap:30px;
	justify-content:flex-end;
}
#gnav a{
	display: block;
	text-decoration:none;
	white-space:nowrap;
	line-height:56px;
	font-weight:700;
	color:#156a90;
	padding:0 20px 0 20px;
	border:2px solid #fff;
	border-radius:30px;
}
#gnav ul li a:hover{
	color:#fff !important;
	border:2px solid #156a90 !important;
	background:#156a90;
}
#gnav1 a{
	color:#156a90;
	background:#fff;
	border:2px solid #156a90 !important;
}
#gnav5 a{
	color:#156a90;
	border:2px solid #156a90;
	line-height:56px;
	padding:0 20px 0 50px;
	background:#fff url('../images/common/icon_contact2.svg') no-repeat left 10px center;
	border-radius:30px;
}
#gnav5 a:hover{
	color:#fff !important;
	background:#156a90 url('../images/common/icon_contact.svg') no-repeat left 10px center !important;
}
#wrapper{
	padding:0px 0 0;
}
.more a img{
	vertical-align:middle;
	margin-left:10px;
}
main{
	line-height:1.8em;
	position:relative;
	width:100%;
}
footer{
	line-height:1.8em;
}
#footer_top{
	text-align:center;
	font-weight:700;
	height:628px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin:0 auto 50px;
	background:url('../images/common/bg_footer.webp') no-repeat center center;
}
#footer_top h2{
	font-size:30px;
	color:#156a90;
	font-family: "tripper", sans-serif;
	font-weight: 900;
	font-style: normal;
	margin-bottom:30px;
}
#footer_top h3{
	font-size:40px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom:30px;
}
#footer_top .more{
	padding:40px 0;
}
#footer_top .more a{
	display:block;
	max-width:460px;
	margin:0 auto;
	border:1px solid #92b9cb;
	padding:0 20px 0 50px;
	box-sizing:border-box;
	line-height:58px;
	border-radius:30px;
	color:#156a90;
	text-decoration:none;
	background:url('../images/common/icon_contact2.svg') no-repeat left 10px center;
}
#footer_top .more a:hover{
	color:#fff;
	background:#156a90 url('../images/common/icon_contact.svg') no-repeat left 10px center;
}
.footer_tel{
	font-size:40px;
	color:#156a90;
	padding:10px 0;
}
#footer_inner{
	max-width:1120px;
	margin:0 auto 20px;
	display:flex;
	justify-content:space-between;
}
#footer_inner address{
	font-style:normal;
}
#footer_inner address h3 img{
	display:block;
}
#fnav{
	text-align:right;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}
#fnav ul{
	display:flex;
	gap:20px;
	justify-content:flex-end;
}
#fnav a{
	position:relative;
	display: block;
	color:#000;
	text-decoration:none;
	line-height:1.8em;
}
#fnav a:hover{
	text-decoration:underline;
}
#fnav2 a{
	color:#626262;
}
#fnav3{
	padding:20px 0 0;
}
#fnav3 a{
	color:#156a90;
}
.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%;
	border:4px solid #156a90;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.gotop a:hover{
	background:#156a90;
	color:#fff;
}
#copyright{
	margin:0 auto;
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:16px;
	background:#156a90;
}
img.alignleft{
	float:left;
	margin:0 40px 40px 0;
}
img.alignright{
	float:right;
	margin:0 0 40px 40px;
}
img.aligncenter{
	display:block;
	margin:0 auto 20px;
}
figure.alignleft{
	float:left;
	margin:0 40px 40px 0;
}
figure.alignright{
	float:right;
	margin:0 0 40px 40px;
}
figure.aligncenter{
	display:block;
	margin:0 auto 20px;
}
.sp_only{
	display:none;
}