@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 (min-width: 897px) and (max-width: 999px) {
	html {
		font-size: 1vw;
	}
}
@media all and (max-width: 401px) {
	html {
		font-size: calc(1000vw / 402);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
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,
a:link {
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow-wrap: anywhere;
	z-index: auto;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.4rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
	margin: 0 auto;
	padding: 2.9rem 2rem 3.5rem;
	max-width: 112rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
}
#gHeader h1 a {
	display: inline-block;
}
#gHeader h1 img {
	width: 24rem;
}
#gNavi .naviList {
	margin-top: 0.6rem;
	display: flex;
	gap: 4.2rem;
}
#gNavi .naviList li a {
	display: block;
	color: #111;
	font-weight: 600;
}
#gNavi .naviList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 1.1rem 8rem 1.5rem 2rem;
		max-width: initial;
		display: block;
	}
	#gHeader h1 {
		position: relative;
		z-index: 150;
		transition: filter 0.6s;
	}
	#gHeader h1.on {
		filter: brightness(0) invert(1);
	}
	#gHeader h1 img {
		width: 14.9rem;
	}
	.menu {
		width: 4.4rem;
		height: 4.4rem;
		position: absolute;
		right: 2rem;
		top: 0.2rem;
		cursor: pointer;
		z-index: 200;
	}
	.menu span {
		width: 100%;
		position: absolute;
		left: 0;
		top: 1.5rem;
		box-sizing: border-box;
		border-top: 2px solid #111;
		transition: all 0.3s;
	}
	.menu span:nth-child(2) {
		top: 2.7rem;
	}
	.menu.on span {
		border-color: #fff;
	}
	.menu.on span:nth-child(1) {
		transform: translate(0, 0.7rem) rotate(20deg);
	}
	.menu.on span:nth-child(2) {
		transform: translate(0, -0.5rem) rotate(-20deg);
	}
	.menuBox {
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		color: #fff;
		background: #004D7D;
		overflow-y: auto;
		z-index: 100;
	}
	#gNavi .naviList {
		margin-top: 0;
		padding: 9.1rem 0;
		display: block;
		text-align: center;
	}
	#gNavi .naviList li a {
		padding: 2rem;
		color: #fff;
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5rem 2rem 3.3rem;
	position: relative;
	color: #fff;
	text-align: center;
	background: #004D7D;
}
#gFooter .pageTop a {
	width: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #888888;
	aspect-ratio: 1;
}
#gFooter .pageTop a img {
	width: 2.4rem;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .naviList {
	margin-bottom: 6rem;
	display: flex;
	justify-content: center;
	gap: 2rem 3.8rem;
}
#gFooter .naviList li a {
	display: block;
	font-weight: 600;
	line-height: 1.778;
	letter-spacing: 0.02em;
}
#gFooter .naviList li a:hover {
	opacity: 0.7;
}
#gFooter .fLogo {
	margin: 0 auto 5.9rem;
	width: 30rem;
}
#gFooter .fLogo a {
	display: block;
}
#gFooter .copyright {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.8;
}
#gFooter .pageTop {
	position: fixed;
	right: 4rem;
	bottom: 4rem;
	display: none;
	z-index: 50;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop.on {
		position: absolute;
		top: -10rem;
		bottom: auto;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 2.7rem 0 1.5rem;
	}
	#gFooter .pageTop {
		width: 100%;
		right: 0;
		bottom: 0;
	}
	#gFooter .pageTop.on {
		position: absolute;
		bottom: 100%;
	}
	#gFooter .pageTop a {
		width: 100%;
		height: 4.8rem;
		aspect-ratio: initial;
	}
	#gFooter .naviList {
		margin: 0 3rem 3.6rem;
		display: block;
		column-count: 2;
		break-inside: avoid;
	}
	#gFooter .naviList li {
		break-inside: avoid;
	}
	#gFooter .naviList li a {
		padding: 0.8rem 0.5rem 0.9rem;
		font-size: 1.6rem;
	}
	#gFooter .fLogo {
		margin-bottom: 5.7rem;
		width: 20rem;
	}
	#gFooter .copyright {
		font-size: 1rem;
	}
}