@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: #fff;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	display: flex;
	flex-direction: row-reverse;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 641px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 640px) {
	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 {
	flex: 1;
	position: relative;
	z-index: 100;
	min-width: 24rem;
	background-color: #fff;
}
#gHeader .hBox {
	position: fixed;
	margin: 0 auto;
	top: 50%;
	width: 100%;
	padding: 0 2rem;
	transform: translateY(-50%);
	max-width: 24rem;
}
#gHeader h1 {
	margin: 2rem auto 11.2rem;
	width: 14rem;
}
#gHeader .menuList {
	margin: 0 auto 2rem;
	max-width: 18.4rem;
	width: 100%;
}
#gHeader .menuList li {
	margin-top: 2rem;
}
#gHeader .menuList a {
	display: block;
	padding: 1.5rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	border-radius: 4rem;
	background-color: #2FBE68;
}
@media all and (hover: hover) and (min-width: 641px) {
	#gHeader .menuList a:hover {
		background-color: #00762F;
	}
}
@media all and (min-width: 991px) and (max-height: 660px) {
	#gHeader .hBox {
		height: 100dvh;
		overflow-y: auto;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}
	#gHeader h1 {
		margin-bottom: 5vh;
	}
}
@media all and (max-width: 1100px) {
	#gHeader {
		min-width: 20rem;
	}
	#gHeader .hBox {
		max-width: 20rem;
	}
}
@media all and (max-width: 990px) {
	#container {
		display: block;
	}
	#gHeader {
		position: fixed;
		right: 0;
		top: 0;
		height: 100dvh;
	}
	#gHeader .hBox {
		position: relative;
	}
}
@media all and (max-width: 640px) {
	#gHeader {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 2rem 0 1.7rem;
		height: 8rem;
		min-width: inherit;
	}
	#gHeader .hBox {
		margin: 0;
		padding: 0;
		width: auto;
		position: static;
		max-width: inherit;
		min-width: inherit;
		transform: translateY(0);
	}
	#gHeader h1 {
		margin: 0.2rem 0 0;
		width: 10.7rem;
	}
	#gHeader .menu {
		padding-top: 1.3rem;
		width: 5.5rem;
		height: 5.5rem;
		background-color: #2FBE68;
		border-radius: 50%;
		cursor: pointer;
		transition: all .3s ease;
	}
	#gHeader .menu p {
		font-size: 0.7rem;
		line-height: 1;
		text-align: center;
	}
	#gHeader .menu .close {
		display: none;
	}
	#gHeader .menu > div {
		margin: 0 auto -0.2rem;
		width: 2.7rem;
		height: 2.7rem;
		position: relative;
	}
	#gHeader .menu > div span {
		border-radius: 0.2rem;
		background-color: #fff;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu > div span:nth-of-type(2) {
		top: 0.9rem;
	}
	#gHeader .menu > div span:nth-of-type(3) {
		top: 1.8rem;
	}
	#gHeader .menu.on span {
		height: 3px;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(0.9rem) translateX(0) rotate(45deg);
		-ms-transform: translateY(0.9rem) translateX(0) rotate(45deg);
		transform: translateY(0.9rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-0.9rem) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-0.9rem) translateX(0) rotate(-45deg);
		transform: translateY(-0.9rem) translateX(0) rotate(-45deg);
	}
	#gHeader .menu.on .open {
		display: none;
	}
	#gHeader .menu.on .close {
		display: block;
	}
}
/*------------------------------------------------------------
	snsBox
------------------------------------------------------------*/
.snsBox {
	width: 34rem;
	padding: 1rem 1rem 1.8rem;
	border-radius: 1rem;
	border: 2px solid #2FBE68;
	background: #FFF;
}
.snsBox .ttl {
	margin-bottom: 1.3rem;
	color: #000;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: -0.12rem;
	text-align: center;
}
.snsBox .sns {
	gap: 0 2rem;
}
.snsBox .sns img {
	height: 5rem;
	width: auto;
}
.snsBox .sns a:hover {
	opacity: 0.6;
}
@media all and (max-width: 640px) {
	.snsBox {
		width: 18.3rem;
		padding: 0.8rem 1rem 1.2rem;
		border-radius: 0.7rem;
	}
	.snsBox .ttl {
		margin-bottom: 0.8rem;
		font-size: 1.6rem;
		letter-spacing: -0.05rem;
	}
	.snsBox .sns {
		gap: 0 1.4rem;
	}
	.snsBox .sns img {
		height: 3.4rem;
	}
}
/*------------------------------------------------------------
	menuBox
------------------------------------------------------------*/
@media all and (min-width: 641px) {
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 640px) {
	.menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		overflow-y: auto;
		z-index: 99;
	}
	.menuBox .menuList {
		margin: 10rem 0 2.5rem;
		padding: 0 1.5rem 2.5rem;
		background: #F6FFF7;
	}
	.menuBox .menuList > li:not(:last-child) {
		border-bottom: 2px solid #C1EDC8;
	}
	.menuBox .menuList a {
		padding: 1.2rem 1rem;
		display: block;
		color: #222;
		font-size: 1.6rem;
		font-weight: 700;
	}
	.menuBox .menuList .subList li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.menuBox .menuList .subList {
		margin-left: 1rem;
	}
	.menuBox .menuList .subList a {
		padding: 0.8rem 1rem 0.8rem 2.5rem;
		position: relative;
		font-size: 1.3rem;
	}
	.menuBox .menuList .subList a:before {
		position: absolute;
		left: 0;
		top: 50%;
		width: 1.5rem;
		height: 2px;
		border-radius: 0.2rem;
		background-color: #C1EDC8;
		content: "";
	}
	.menuBox .snsBox {
		margin-bottom: 4rem;
		background: none;
		border: none;
		border-radius: 0;
		width: auto;
	}
	.menuBox .snsBox .ttl {
		margin-bottom: 1.2rem;
		font-size: 2rem;
		letter-spacing: 0;
	}
	.menuBox .snsBox .sns {
		gap: 1.7rem;
	}
	.menuBox .snsBox .sns img {
		height: 3.7rem;
	}
}