img {
	max-width: 100%;
	height: auto;
}

html {
	position: relative;
	width: 100%;
	scroll-behavior: smooth;
	min-width: 1240px;
}

body {
	color: #1a1a1a;
	width: 100%;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 18px;
	font-feature-settings: 'pkna';
	letter-spacing: -0.05em;
	padding: 200px 0 0;
}

a {
	color: #384b77;
	transition: 0.3s;
}

a:hover {
}

a:hover img {
	opacity: 0.7;
	transition: 0.3s;
}

header {
	position: fixed;
	width: 100%;
	min-width: 1240px;
	padding: 0 2.08dvw 0 1.3dvw;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(5px) brightness(110%);
	backdrop-filter: blur(5px) brightness(110%);
	top: 0;
	left: 0;
	z-index: 10000;
}

header.bg_white {}

header h1 {
	width: 500%;
	padding: 10px 0 0;
}

header h1 a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

header h1 a img {
	display: block;
}


#hnav {
	margin: 0 0 18px;
	z-index: 10002;
	position: relative;
}

#hnav ul {
	display: flex;
	justify-content: flex-end;
	gap: clamp(20px, 20.8333dvw, 40px);
	line-height: 28px;
}

#hnav1 a img {
	vertical-align: middle;
	margin-right: 5px;
}

#hnav2 a {
	display: block;
	width: 200px;
	border: 1px solid #384b77;
	border-radius: 30px;
	box-sizing: border-box;
	background: #384b77;
	color: #fff;
	text-align: center;
}

#hnav2 a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #384b77;
}

#gnav {
	width: 100%;
	padding: 0 0 10px;
	box-sizing: border-box;
/* 	background: rgba(255, 255, 255, 0.8); */
	top: 0;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 10000;
/* 	backdrop-filter: blur(5px); */
}

#gnav ul{
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.open #gnav {
	display: block;
}

#gnav a {
	display: block;
	line-height: 28px;
	white-space: nowrap;
	padding: 10px 15px;
	text-decoration: none;
}

#wrapper {
	padding: 0;
}

main {
	line-height: 1.8em;
	position: relative;
	width: 100%;
}

footer {}

#footer_logo {
	margin-bottom: 15px;
}

#footer_ad {
	max-width: 1210px;
	margin: 0 auto;
	display: flex;
	position: relative;
	align-items: flex-end;
	gap: 20px;
	height: 240px;
	padding: 0 0 20px;
	box-sizing: border-box;
	z-index: 2;
	line-height: 1.8em;
}

#footer_ad address {
	font-style: normal;
}

#footer_img {
	position: absolute;
	bottom: -44px;
	right: 0;
	width: 700px;
	height: auto;
}

#footer_wrap {
	padding: 35px 0 40px;
	background: #384b77;
	color: #fff;
	line-height: 1.8em;
}

#footer_inner {
	display: flex;
	max-width: 980px;
	margin: 0 auto;
	justify-content: space-between;
}

#footer_l {
	white-space: nowrap;
}

#fnav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 60px;
}

#fnav ul {
	padding: 40px 0 0 20px;
}

#fnav li {
	margin-bottom: 15px;
}

#fnav a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

#fnav a:hover {
	text-decoration: underline;
}

.gotop {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	padding: 2px;
	border: 2px solid #384b77;
	box-sizing: border-box;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
	background: #fff;
}

.gotop a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #384b77;
	border: 1px solid #384b77;
	border-radius: 5px;
	box-sizing: border-box;
}

.gotop img {
	display: block;
}

.gotop a:hover {
	color: #fff;
	background: #384b77;
}

#copyright {
	margin: 0 auto;
	text-align: center;
	line-height: 55px;
	color: #53351d;
	font-size: 16px;
}

.sp_only {
	display: none;
}