@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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "メイリオ", sans-serif;
	font-weight: 500;
}
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;
}
@media (hover:hover) {
	a:hover {
		opacity: 0.7;
	}
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	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: clip;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (min-width: 897px) and (max-width: 1024px) {
	body {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.6rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2rem 0;
	color: #fff;
	background: #096E2F;
}
#gHeader .hBox {
	margin: 0 auto 1.9rem;
	width: 108rem;
	max-width: 95%;
	display: flex;
	justify-content: space-between;
}
#gHeader h1 a {
	display: inline-block;
	opacity: 1 !important;
}
#gHeader h1 img {
	width: 27.1rem;
}
#gHeader .hTel {
	padding: 0.2rem 0.1rem 0;
}
#gHeader .hTel img {
	width: 38.9rem;
}
#gNavi {
	margin: 0 auto;
	width: 108rem;
	max-width: 95%;
}
#gNavi .naviList {
	display: flex;
	font-size: 1.4rem;
	border-left: 0.1rem solid #9DC5AC;
}
#gNavi .naviList li {
	width: calc(100% / 6);
	text-align: center;
	border-right: 0.1rem solid #9DC5AC;
}
#gNavi .naviList li a {
	padding: 1rem 0.5rem 0.9rem;
	display: block;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
	}
	#gHeader .hBox {
		margin: 0;
		padding: 2rem 1.5rem 1.9rem;
		width: auto;
		max-width: initial;
		display: block;
		text-align: center;
	}
	#gHeader h1 {
		margin-bottom: 1.9rem;
	}
	#gHeader h1 img {
		width: 23.8rem;
	}
	#gHeader .hTel {
		padding: 0;
	}
	#gHeader .hTel img {
		width: 23rem;
	}
	.menu {
		width: 4.6rem;
		height: 4.6rem;
		position: absolute;
		right: 1.5rem;
		top: 1.5rem;
		background: #53996D;
		border: 0.1rem solid #fff;
		cursor: pointer;
		z-index: 300;
	}
	.menu span {
		width: 2.3rem;
		height: 0.2rem;
		background: #fff;
		position: absolute;
		left: 1.1rem;
		top: 1.2rem;
		transition: 0.3s;
	}
	.menu span:nth-child(2) {
		top: 2.1rem;
	}
	.menu span:nth-child(3) {
		top: 3.1rem;
	}
	.menu.on span {
		height: 0.3rem;
	}
	.menu.on span:nth-child(1) {
		transform: translate(0, 0.9rem) rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		opacity: 0;
	}
	.menu.on span:nth-child(3) {
		transform: translate(0, -1rem) rotate(-45deg);
	}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: url(../img/common/menu_bg.jpg) no-repeat center center / cover;
		overflow-y: auto;
		z-index: 200;
		transform: translateX(100%);
		transition: 0.3s;
	}
	.menuBox.on {
		transform: translateX(0);
	}
	#gNavi {
		margin: 0;
		padding: 7.6rem 1.6rem 3.1rem;
		width: auto;
		max-width: initial;
	}
	#gNavi .naviList {
		margin-bottom: 2.9rem;
		display: block;
		font-weight: bold;
		font-size: 1.6rem;
		border-left: none;
		border-top: 0.1rem solid #9DC5AC;
	}
	#gNavi .naviList li {
		width: auto;
		text-align: center;
		border-right: none;
		border-bottom: 0.1rem solid #9DC5AC;
	}
	#gNavi .naviList li a {
		padding: 1.2rem 1rem 0.8rem;
		color: #333333;
	}
	#gNavi .ctaBox {
		padding: 1.5rem 1.5rem 1.9rem;
		color: #333333;
		text-align: center;
		background: #fff;
	}
	#gNavi .ctaBox .txt01 {
		margin-bottom: 1.4rem;
		font-size: 2.1rem;
		font-weight: 600;
		line-height: 1.42;
	}
	#gNavi .ctaBox .tel {
		margin-bottom: 1.5rem;
	}
	#gNavi .ctaBox .tel img {
		width: 24rem;
	}
	#gNavi .ctaBox .txt02 {
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
		line-height: 1.35;
	}
	#gNavi .ctaBox .comBtn {
		text-align: left;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	color: #fff;
	background: #096E2F;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 5.1rem 0 2.6rem;
	width: 108rem;
	max-width: 95%;
}
#gFooter .certBox {
	margin-bottom: 4.6rem;
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}
#gFooter .certBox .pho {
	width: 23.85%;
}
#gFooter .certBox .pho img {
	width: 100%;
}
#gFooter .certBox .textBox {
	margin-top: 0.5rem;
	flex: 1;
}
#gFooter .certBox .textBox .ttl {
	margin-bottom: 1.9rem;
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 1.62;
	color: #FFFD8C;
}
#gFooter .certBox .textBox .text {
	line-height: 1.7;
}
#gFooter .ctaBox {
	margin-bottom: 4.7rem;
	padding: 3.2rem 3rem 3.7rem;
	color: #333;
	text-align: center;
	background: #fff;
}
#gFooter .ctaBox .txt01 {
	margin-bottom: 2.4rem;
	font-size: 2.8rem;
	font-weight: 600;
}
#gFooter .ctaBox .txt02 {
	margin-bottom: 1rem;
	color: #096E2F;
	font-size: 2.8rem;
	font-weight: bold;
}
#gFooter .ctaBox .tel {
	margin-bottom: 1.2rem;
}
#gFooter .ctaBox .tel img {
	width: 45.6rem;
}
#gFooter .infoBox {
	display: flex;
	justify-content: space-between;
}
#gFooter .infoBox .lBox {
	margin-top: 0.2rem;
	width: 45%;
}
#gFooter .infoBox .lBox .fLogo {
	margin-bottom: 2.4rem;
}
#gFooter .infoBox .lBox .fLogo .txt {
	margin-bottom: 0.6rem;
	display: block;
	font-size: 1.4rem;
}
#gFooter .infoBox .lBox .fLogo a {
	opacity: 1 !important;
}
#gFooter .infoBox .lBox .fLogo img {
	width: 30.3rem;
}
#gFooter .infoBox .lBox .access {
	font-feature-settings: "palt";
	line-height: 1.78;
}
#gFooter .infoBox .rBox {
	width: 48%;
}
#gFooter .infoBox .rBox p {
	font-size: 1.4rem;
	line-height: 1.72;
	letter-spacing: 0.09em;
	font-feature-settings: "palt";
}
#gFooter .infoBox .rBox p .fwBold {
	font-weight: bold;
}
#gFooter .fNaviList {
	padding: 1rem 2rem 0.8rem;
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	border-top: 0.1rem solid #9DC5AC;
	border-bottom: 0.1rem solid #9DC5AC;
}
#gFooter .fNaviList li {
	position: relative;
}
#gFooter .fNaviList li::after {
	display: inline-block;
	content: '｜';
}
#gFooter .fNaviList li:last-child::after {
	display: none;
}
#gFooter .fNaviList li a {
	margin: 0 1.4rem;
}
#gFooter address {
	padding: 1.3rem 2rem 1.6rem;
	text-align: center;
	font-size: 1.2rem;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 6rem;
	}
	#gFooter .fBox {
		padding: 2.5rem 1.5rem 0.8rem;
		width: auto;
		max-width: initial;
	}
	#gFooter .certBox {
		margin-bottom: 2.4rem;
		display: block;
	}
	#gFooter .certBox .pho {
		margin: 0 auto 2.5rem;
		width: 66.6%;
	}
	#gFooter .certBox .textBox {
		margin-top: 0;
	}
	#gFooter .certBox .textBox .ttl {
		margin-bottom: 2.8rem;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.65;
	}
	#gFooter .certBox .textBox .text {
		font-size: 1.4rem;
		line-height: 1.72;
	}
	#gFooter .ctaBox {
		margin-bottom: 2.7rem;
		padding: 1.4rem 1.5rem 1.5rem;
	}
	#gFooter .ctaBox .txt01 {
		margin-bottom: 1.4rem;
		font-size: 2.1rem;
		line-height: 1.45;
	}
	#gFooter .ctaBox .txt02 {
		display: none;
	}
	#gFooter .ctaBox .tel {
		margin-bottom: 1.4rem;
	}
	#gFooter .ctaBox .tel img {
		width: 24rem;
	}
	#gFooter .ctaBox .txt03 {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#gFooter .infoBox {
		display: block;
	}
	#gFooter .infoBox .lBox {
		margin: 0 0 2.2rem;
		width: auto;
	}
	#gFooter .infoBox .lBox .fLogo {
		margin-bottom: 2.5rem;
	}
	#gFooter .infoBox .rBox {
		padding-top: 1.2rem;
		width: auto;
		position: relative;
	}
	#gFooter .infoBox .rBox::before {
		width: calc(100% + 3rem);
		height: 0.1rem;
		background: #9DC5AC;
		position: absolute;
		left: -1.5rem;
		top: 0;
		content: '';
	}
	#gFooter .infoBox .rBox p {
		font-size: 1.2rem;
		line-height: 1.8;
	}
	#gFooter .fNaviList {
		display: none;
	}
	#gFooter address {
		padding: 1.2rem 1.5rem 1.2rem;
		border-top: 0.1rem solid #9DC5AC;
	}

	.fixBar {
		width: 100%;
		min-height: 6.1rem;
		position: fixed;
		left: 0;
		bottom: 0;
		display: flex;
		border-top: 0.1rem solid #fff;
		background: #53996D;
		z-index: 100;
	}
	.fixBar span,
	.fixBar a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		align-content: center;
		flex-direction: column;
		text-align: center;
		font-size: 1rem;
		font-weight: bold;
		gap: 0.4rem;
	}
	.fixBar a .txt {
		width: 100%;
		line-height: 1.4;
	}
	.fixBar .ctaBtn {
		padding: 1rem 2.5rem 1rem 0.9rem;
		width: 50%;
		border-right: 0.1rem solid #fff;
	}
	.fixBar .ctaBtn .txt {
		font-size: 1.3rem;
	}
	.fixBar .ctaBtn::after {
		width: 0;
		height: 0;
		position: absolute;
		right: 1rem;
		top: 50%;
		border-style: solid;
		border-color: transparent;
		border-left-width: 0.9rem;
		border-top-width: 0.5rem;
		border-bottom-width: 0.5rem;
		border-left-color: #CEE2D5;
		transform: translateY(-50%);
		content: '';
	}
	.fixBar .tel,
	.fixBar .pageTop {
		width: 25%;
	}
	.fixBar .icon {
		width: 2.2rem;
	}
	.fixBar .tel {
		color: #FFFD8C;
	}
	.fixBar .pageTop {
		color: #096E2F;
		background: #fff;
	}
}