@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 896px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a {
	color: #000;
	text-decoration: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
	background-color: #FFF;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	margin: 0 auto;
	max-width: 80rem;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#main {
	display: block;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: -0.7rem;
	padding: 2.7rem 0 1.3rem;
	background-color: #084547;
	position: relative;
	z-index: 2;
}
#gHeader img {
	width: 100%;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fNavi {
	padding: 3.3rem 2rem 4rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #084547;
	gap: 0.8rem;
}
#gFooter .fNavi li {
	position: relative;
}
#gFooter .fNavi li::after {
	width: 1px;
	content: "";
	position: absolute;
	right: -0.5rem;
	top: 0.4rem;
	bottom: 0;
	background-color: #fff;
	font-feature-settings: "palt";
}
#gFooter .fNavi li:last-child::after {
	display: none;
}
#gFooter .fNavi a {
	font-size: 0.9rem;
	font-weight: 300;
	color: #fff;
	text-decoration: underline;
}