@charset "utf-8";
/* all
-------------------------------------------------------------------*/
:root {
	--hover: background .4s, color .4s, border-color .4s, opacity .4s, text-decoration-color .4s, transform .4s, filter .4s, box-shadow .4s,scale .4s;
	--header: 98px;
	--container: 1200px;
	--wide: 1920px;
	--inner: 5%;
	--outer: calc(var(--inner) * -1);
	--fontcolor: #282828;
	--vk-color-text-body: var(--fontcolor);
	--key: #00a596;
	--bg: #f7f6f0;
	--vk-color-text-link-hover:#007369;
	--reverse: invert(1);
	--white: brightness(0) invert(1);
	--vk-width-col-2-main: 73.833334%;
    --vk-width-col-2-sub: calc(var(--vk-width-container) * 0.22896);
}
:root img {
	transition: opacity .4s, filter .4s;
}
:root a,:root a img {
	transition: var(--hover);
}
html,
body {
	background: #FFFFFF;
	color: var(--fontcolor);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	scroll-padding: var(--header);
	scroll-behavior: smooth;
	font-feature-settings: 'palt';
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: 0.06em;
}
html :is([lang="en"], .marcell) {
	font-family: "Marcellus", sans-serif;
}
html .serif {
	font-family: "Noto Serif JP", sans-serif;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width: var(--container);
	position: relative;
	z-index: 2;
}
:root a.skip-link {
	display: flex;
	font-size: 0.75rem;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--key);
	position: absolute;
	top: calc(var(--header) + 1px);
	left: 0;
	padding: 0.5em;
	z-index: -5;
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
	opacity: 0;
	width: 8em;
	height: 8em;
}
:root a.skip-link:focus {
	opacity: 1;
	z-index: 15;
	text-decoration: underline dotted 1px;
}
.all-content {
	overflow: clip;
}
main {
	width: 100%;
	position: relative;
	z-index: 5;
}
body img,
body svg {
	max-width: 100%;
	height: auto;
}
.sitewrap,
.widewrap {
	width: var(--container);
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
}
.widewrap {
	max-width: var(--wide);
	padding-inline: 1em;
	width: auto;
}
*:has(> .sitewrap) {
	width: 100%;
	overflow: clip;
}
.site-body:has(#pan) {
  padding-top: 0;
}
.center_content {
	text-align: center;
}
.center_content>* {
	margin-inline: auto;
}
.right_content {
	text-align: right;
}
.right_content>* {
	margin-inline: auto 0;
}
@media screen and (max-width:1240px) {
	:root {
		--container: 100%;
	}
	.sitewrap {
		padding-inline: var(--inner);
	}
}
@media screen and (max-width:980px) {
	:root {
		--header: 70px;
	}
}
@media screen and (max-width:767px) {
	header#fix_menu {
		--header: 60px;
	}
	:root {
		--header: 60px;
		--inner: 15px;
	}
	html {
		font-size: 14px;
	}
}
/* header
-------------------------------------------------------------------*/
:is(header,footer) *{
	margin:0;
	padding:0;
	line-height:inherit;
}
#global-header {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	gap: 4.5em;
	align-items: center;
	transition: top .4s .2s, background .2s;
	padding: 0 1.5em 0 2.5em;
	height: var(--header);
	width: 100%;
	max-width: var(--wide);
	margin-inline: auto;
}
#global-header:after {
	content: "";
	display: block;
	inset: 0px;
	position: absolute;
	background: rgba(0, 0, 0, 0);
	z-index: -1;
	transition: background .2s;
	background: transparent;
}
#global-header.fixedMenu:after {
	background: var(--bg);
	background: #fff;
}
#global-header #site_ttl {
	display: flex;
	gap: 2em;
	align-items: center;
	margin-inline: 3.5em;
	margin-top: 2em;
}
#global-header #site_ttl a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	text-decoration: none;
}
#global-header #site_ttl a img {
	display: block;
	max-width: inherit;
}
#global-header .nav-wrap {
	display: flex;
	margin-inline: 0 auto;
}
#global-header .nav-wrap button {
	display: none;
}
#global-header #global-nav {
	display: flex;
	align-items: center;
	gap: 2.5em;
}
#global-header #global-nav ul {
	display: flex;
	gap: 2em;
	font-size: 0.875rem;
	font-weight: 500;
	filter: drop-shadow(2px 2px 2px rgb(247 246 240));
}
@media screen and (max-width:1050px) {
	#global-header {
		gap: 2em;
		align-items: center;
		transition: top .4s .2s, background .2s;
		padding: 0 1.5em 0 1.5em;
	}
}
@media screen and (max-width:1140px) {
	:root {
		--side: 280px;
	}
	#global-header {
		padding-inline: var(--inner) 0;
		padding: 0 0 0 1em;
	}
	#global-header .nav-wrap {
		display: flex;
		margin-inline: auto 0;
	}
	#global-header .nav-wrap button {
		display: flex;
		appearance: none;
		padding: 0.25em;
		height: var(--header);
		aspect-ratio: 1 / 1;
		background: #00a596;
		border: none;
		position: relative;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		z-index: 100;
		transition: background .2s, right .2s;
		right: 0;
	}
	#global-header .nav-wrap button:is(:hover, :focus) {
		background: rgb(4 166 151 / 60%);
	}
	#global-header .nav-wrap button:before,
	#global-header .nav-wrap button:after,
	#global-header .nav-wrap button span {
		display: block;
		height: 2px;
		width: 2em;
		background: #fff;
		transition: transform .3s, inset .2s, opacity .2s .2s;
		transform: rotate(-180deg);
	}
	#global-header .nav-wrap button:before,
	#global-header .nav-wrap button:after {
		content: "";
		position: absolute;
		inset: 0 auto;
		margin: auto;
	}
	#global-header .nav-wrap button:before {
		top: -1.25em;
	}
	#global-header .nav-wrap button:after {
		bottom: -1.25em;
	}
	#global-header #global-nav {
		position: fixed;
		width: var(--side);
		top: 0;
		bottom: auto;
		right: calc(var(--side) * -1);
		flex-direction: column-reverse;
		z-index: 150;
		background: var(--accent);
		transition: right .2s;
		justify-content: flex-end;
		gap: 0;
	}
	#global-header #global-nav>* {
		visibility: hidden;
	}
	body.is-menu-open #global-header .nav-wrap button {
		right: var(--side);
		background: #00a596;
	}
	body.is-menu-open #global-header .nav-wrap button span {
		transform: rotate(315deg);
		position: relative;
		z-index: 0;
	}
	body.is-menu-open #global-header .nav-wrap button:before {
		transform: rotate(45deg);
		top: 0;
	}
	body.is-menu-open #global-header .nav-wrap button:after {
		transform: rotate(315deg);
		bottom: 0;
		opacity: 0;
	}
	body #global-header .nav-wrap i {
		position: fixed;
		margin: auto;
		inset: 0;
		z-index: -1;
		display: inline-block;
		content: "";
		width: 100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
	}
	body.is-menu-open #global-header .nav-wrap i {
		opacity: 1;
		visibility: visible;
	}
	body.is-menu-open #global-header #global-nav {
		right: 0;
	}
	body.is-menu-open #global-header #global-nav>* {
		visibility: visible;
	}
	#global-header #global-nav ul {
		flex-direction: column;
		gap: 0;
		width: 100%;
		border-bottom: solid 1px #fff;
		filter: none;
	}
	#global-header #global-nav ul li:not(:first-child) {
		border-top: solid 1px #fff;
	}
	#global-header #global-nav ul a {
		padding: 1.5em 1em;
		min-height: 70px;
		background: var(--key);
		color: #fff;
		font-size: 0.875rem;
		display: flex;
		align-items: center;
		text-decoration: underline dotted 1px;
		text-decoration: none;
	}
	#global-header #global-nav ul a:is(:hover, :focus) {
		background: #35baae;
	}
}
@media screen and (max-width:767px) {
	:root {
		--side: 270px;
	}
	#global-header>a {
		max-width: 120px;
	}
	#global-header #global-nav ul a {
		font-size: 1rem;
		padding: 1em 1.5rem;
		min-height: 60px;
		text-align: left;
	}
	#global-header #global-nav ul a:is(:hover, :focus) {
		background: var(--key);
	}
}
/* footer
-------------------------------------------------------------------*/
#global-footer {
	position: relative;
	z-index: 4;
	background: #1d1d27;
	color: #fff;
	padding: 4.5em 0 1em;
}
#global-footer .foot_main {
	max-width: calc(1200px + 4%);
	padding-inline: 2%;
	margin: 0 auto 7em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 3em 4%;
	flex-wrap: wrap;
}
#global-footer .foot_main .foot_top {
	filter: brightness(0) invert(1);
}
#global-footer .foot_main .foot_top a:is(:hover, :focus) {
	opacity: 0.7;
}
#global-footer .foot_main ul {
	display: flex;
	justify-content: center;
	gap: 3em;
	flex-wrap: wrap;
}
#global-footer .foot_sub {
	border-top: 1px solid #40404e;
}
#global-footer .foot_sub .foot_subinner {
	max-width: calc(1200px + 4%);
	padding-inline: 2%;
	margin: 1em auto 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 2em 4%;
	font-size: 0.875rem;
	color: #a0a0a0;
}
#global-footer small {
	font-size: 0.875rem;
	letter-spacing: 0;
}
a.pagetop {
	position: fixed;
	z-index: 100;
	bottom: 4em;
	right: 2%;
	filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 1));
}
a.pagetop:is(:hover, :focus) {
	opacity: 0.7;
}
@media screen and (max-width: 1240px) {
	#global-footer .foot_main {
		justify-content: center;
	}
}
@media screen and (max-width:767px) {
	a.pagetop {
		bottom: 2em;
		right: 4%;
		width: 12px;
	}
	#global-footer {
		padding: 3em 0 1em;
	}
	#global-footer .foot_main {
		padding-inline: 15px;
		margin: 0 auto 3em;
	}
	#global-footer .foot_main ul {
		display: none;
	}
	#global-footer .foot_sub .foot_subinner {
		gap: 1em 4%;
		flex-direction: column;
	}
}
/* print
-------------------------------------------------------------------*/
@media print {
	*html body {
		zoom: 60%;
	}
	#global-header {
		position: relative;
	}
}