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

html {
	position: relative;
	min-width: 1200px;
	width: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	color: #222;
	width: 100%;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 18px;
	font-feature-settings: 'palt';
	padding: 80px 0 0;
}

a {
	color: #088943;
}

a:hover {
	transition: 0.5s;
}

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

details summary {
	cursor: pointer;
}

header {
	width: 100%;
	padding: 0 2dvw;
	height: 80px;
	min-width: 1200px;
	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 {
	width: 377px;
}

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

#gnav {
	display: flex;
	align-items: center;
}

#gnav ul {
	display: flex;
	gap: 70px;
	justify-content: flex-end;
}

#gnav ul a {
	color: #222;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	line-height: 1.8em;
	white-space: nowrap;
}

#gnav ul a:hover {
	color: #088943;
}

#wrapper {
	padding: 0px 0 0;
}

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

footer {
	background: #088943;
	padding: 30px 0;
	display: flex;
	gap: 120px;
	align-items: center;
	justify-content: center;
	color: #fff;
}

footer address {
	width: 320px;
	font-style: normal;
	font-size: 18px;
	white-space: nowrap;
	line-height: 1.5em;
	font-style: normal;
}

footer address h3 {
	margin-bottom: 20px;
}

#fnav {
	width: 280px;
}

#fnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#fnav ul li {
	width: 50%;
}

#fnav a {
	position: relative;
	display: block;
	font-weight: 500;
	font-style: normal;
	line-height: 2.5em;
	color: #fff;
	text-decoration: none;
}

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

.gotop {
	width: 54px;
	height: 63px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}

.gotop a img {
	display: block;
}

.gotop a:hover {}

#copyright {
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.sp_only {
	display: none;
}