@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: 383px) {
	html {
		font-size: calc(1000vw / 384);
	}
}
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,
a:link {
	color: #1e1e1e;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #1e1e1e;
}
a:hover {
	color: #1e1e1e;
}
a:active {
	color: #1e1e1e;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1080px;
	color: #1e1e1e;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 img {
	width: 100%;
}
#gHeader .menuBox {
	padding: 2.8rem;
}
#gHeader .menuList {
	justify-content: center;
	gap: 0 2.5rem;
}
#gHeader .menuList a {
	padding: 0 0.7rem 0.5rem;
	position: relative;
	min-width: 12.6rem;
	color: #008655;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.04em;
	border-bottom: 0.2rem solid #009d64;
	display: inline-block;
}
#gHeader .menuList a:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.7rem;
	width: 1rem;
	height: 0.5rem;
	background: url(../img/icon01.png) no-repeat left top/100%;
	content: "";
}
#gHeader .menuList a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader .menu {
		position: fixed;
		right: 1.5rem;
		top: 1.5rem;
		width: 5rem;
		z-index: 100;
		cursor: pointer;
	}
	#gHeader .menu .close {
		display: none;
	}
	#gHeader .menu.on .open {
		display: none;
	}
	#gHeader .menu.on .close {
		display: block;
	}
	#gHeader .menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background-color: rgba(255, 255, 255, 0.96);
		padding: 0 7.4rem;
		z-index: 99;
	}
	#gHeader .menuList {
		margin: 8.8rem 0;
		display: block;
	}
	#gHeader .menuList a {
		padding: 2.6rem 2rem 2.8rem 0;
		min-width: inherit;
		text-align: left;
		font-size: 1.9rem;
		border-bottom: none;
		display: block;
		background: url(../img/icon04.png) no-repeat right center/1.9rem;
	}
	#gHeader .menuList a:after {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fInner {
	padding: 6.5rem 0 4rem;
	margin: 0 auto;
	max-width: 100.4rem;
}
#gFooter .fInner .lBox {
	width: 62.6rem;
}
#gFooter .fInner .fLogo {
	margin: 0.9rem 1.5rem 0 0;
	width: 9.3rem;
}
#gFooter .fInner .fLogo a:hover {
	opacity: 0.7;
}
#gFooter .fInner .lBox p {
	flex: 1;
	letter-spacing: 0.04em;
	line-height: 1.88;
}
#gFooter .fInner .lBox p a:hover {
	opacity: 0.7;
}
#gFooter .fInner .rBox {
	margin: 0.2rem 0.8rem 0 0;
	width: 31.7rem;
}
#gFooter .fInner .rBox p {
	margin-bottom: 1.3rem;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 2;
}
#gFooter .fInner .rBox .banner {
	width: 20.1rem;
}
#gFooter address {
	padding: 1.3rem 2rem 1.6rem;
	color: #646464;
	font-size: 1.1rem;
	letter-spacing: 0.04em;
	text-align: center;
	border-top: 1px solid #d5d5d5;
}
@media all and (max-width: 896px) {
	#gFooter .fInner {
		padding: 5.4rem 2.2rem 3.1rem;
		display: block;
	}
	#gFooter .fInner .lBox {
		width: auto;
	}
	#gFooter .fInner .fLogo {
		margin: 0.7rem 1.2rem 0 0;
		width: 8rem;
	}
	#gFooter .fInner .lBox p {
		letter-spacing: 0;
		line-height: 1.92;
	}
	#gFooter .fInner .rBox {
		margin: 2.4rem 0 0;
		width: auto;
	}
	#gFooter .fInner .rBox p {
		margin-bottom: 0.9rem;
		font-size: 1.3rem;
		line-height: 1.85;
		letter-spacing: 0;
	}
	#gFooter .fInner .rBox .banner {
		width: 22.3rem;
	}
	#gFooter address {
		padding: 0.5rem 2rem 1.6rem;
		font-size: 1rem;
	}
}