@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: 374px) {
	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,
a:link {
	color: #2A2A2A;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #2A2A2A;
}
a:hover {
	color: #2A2A2A;
}
a:active {
	color: #2A2A2A;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #2A2A2A;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
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.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: -10.6rem;
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	padding: 2.8rem 4.4rem 2.8rem 3.8rem;
	align-items: flex-start;
	z-index: 100;
}
#gHeader h1 {
	width: 25.6rem;
}
#gHeader .menuBox {
	flex: 1;
}
#gHeader .menuList {
	gap: 0 3.8rem;
	justify-content: flex-end;
}
#gHeader .menuList a {
	color: #165365;
	font-size: 1.6rem;
	font-weight: 700;
}
#gHeader .menuList a:hover {
	opacity: 0.7;
}
#gHeader.fix {
	background-color: rgba(255,255,255,0.7);
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: block !important;
	}
}
@media all and (max-width: 1330px) {
	#gHeader .menuList {
		gap: 0 2.857vw;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 0;
		position: fixed;
		padding: 0 0 0 2.3rem;
		align-items: center;
		justify-content: space-between;
	}
	#gHeader h1 {
		margin-top: 1.2rem;
		width: 19.6rem;
	}
	#gHeader .menu {
		width: 8.3rem;
		cursor: pointer;
		position: relative;
		z-index: 103;
	}
	#gHeader .menu .close {
		display: none;
	}
	#gHeader .menu.on .open {
		display: none;
	}
	#gHeader .menu.on .close {
		display: block;
	}
	.cover {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0.6;
		background-color: #000;
		z-index: 101;
	}
	#gHeader .menuBox {
		display: none;
		position: fixed;
		right: 0;
		top: 0;
		width: 27.2rem;
		padding: 0 3rem;
		background: linear-gradient(90deg, #4ECA81 0%, #2F8871 100%);
		height: 100%;
		overflow-y: auto;
		z-index: 102;
	}
	#gHeader .menuBox .subMenu {
		display: table;
		height: 100%;
	}
	#gHeader .menuBox .subBox {
		height: 100%;
		padding: 7rem 0 0.5rem;
		display: table-cell;
		text-align: left;
		vertical-align: bottom;
	}
	#gHeader .menuList {
		margin: 0 0 1.8rem;
		display: block;
	}
	#gHeader .menuList a {
		padding: 2rem 0 2rem 1.5rem;
		display: block;
		color: #fff;
	}
	#gHeader .menuBox .btn {
		margin: 0 -1.1rem;
		width: 23.4rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 6.1rem;
}
#gFooter .fLogo {
	margin: 0 auto 6.1rem;
	width: 25.6rem;
}
#gFooter address {
	padding: 1rem 1.5rem 1.5rem;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background: linear-gradient(90deg, #4ECA81 0%, #2F8871 100%);
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 3.3rem;
	}
	#gFooter .fLogo {
		margin-bottom: 3.1rem;
		width: 17.9rem;
	}
	#gFooter address {
		padding: 0.5rem 1.5rem 0.7rem;
		font-size: 1.1rem;
	}
}