@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);
	}
}

@media all and (min-width: 897px) and (max-width: 1200px) {
	html {
		font-size: calc(1000vw / 1200);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Maru Gothic", 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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	opacity: 0.7;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.5rem;
	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 {
	position: relative;
	text-align: left;
	overflow: hidden;
    word-break: break-word;
}
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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 3rem 3rem 0 4rem;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	z-index: 1000;
}
#gHeader h1 {
	width: 22.3rem;
}
#gHeader h1 a {
	opacity: 1;
}
#gHeader .hBtnList {
	margin-top: 1.7rem;
	gap: 1.1rem;
	position: relative;
	z-index: 1;
}
#gHeader .hBtnList li {
	width: 12.1rem;
}
#gHeader .hBtnList li a {
	padding-top: 0.2rem;
	height: 4.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 0.5rem;
	border: 3px solid #000;
	background: #e4e652;
}
#gHeader .hBtnList li:not(.menu) a {
	padding-left: 1.2rem;
}
#gHeader .hBtnList li:not(.menu) a::before {
	margin-top: -0.6rem;
	width: 4.5rem;
	aspect-ratio: 45 / 74;
	position: absolute;
	left: -2.2rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/icon01.png) no-repeat center center / cover;
	content: "";
}
#gHeader .hBtnList li a img {
	width: 5.6rem;
}
#gHeader .hBtnList .menu {
	margin-bottom: -0.3rem;
	height: 6.8rem;
}
#gHeader .hBtnList .menu a {
	opacity: 1;
}
#gHeader .hBtnList .menu a:hover {
	opacity: 0.7;
}
#gHeader .hBtnList .menu a img {
	width: 5.4rem;
	display: block;
	transition: .3s;
}
#gHeader .hBtnList .menu a .img01 {
	margin: -0.5rem 0 0 -2.7rem;
	position: absolute;
	left: 50%;
	top: 50%;
}
#gHeader .hBtnList .menu a .img02 {
	opacity: 0;
}

@media all and (min-width: 897px) {
	#gHeader .hBtnList .menu.on a {
		height: 100%;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-color: #3fb69a;
		background: #3fb69a;
	}
	#gHeader .hBtnList .menu.on a::before {
		position: absolute;
		top: 50%;
		bottom: -1rem;
		right: -0.3rem;
		border-right: 0.3rem solid #000;
		content: "";
	}
	#gHeader .hBtnList .menu.on a .img01 {
		opacity: 0;
	}
	#gHeader .hBtnList .menu.on a .img02 {
		opacity: 1;
	}
}

@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.5rem 1.5rem;
	}
	#gHeader h1 {
		width: 14.4rem;
	}
	#gHeader .hBtnList li {
		width: 7.5rem;
	}
	#gHeader .hBtnList li a {
		height: 3.9rem;
	}
	#gHeader .hBtnList li a img {
		width: 4.8rem;
	}
	#gHeader .hBtnList li:not(.menu) a::before {
		width: 3.7rem;
		left: -1.9rem;
	}
	#gHeader .hBtnList .menu .subSpan img {
		width: 2.7rem;
	}
	#gHeader .hBtnList .menu {
		height: auto;
		width: 5rem;
	}
	#gHeader .hBtnList .menu a {
		transition: none;
	}
	#gHeader .hBtnList li a {
		border-width: 2px;
	}
	#gHeader .hBtnList {
		margin-right: -0.5rem;
		margin-top: 0.5rem;
	}
	#gHeader .hBtnList .menu.on a {
		background-color: #000000;
	}
	#gHeader .hBtnList .menu.on a .subSpan {
		width: 100%;
		height: 100%;
		display: block;
		background: url(../img/common/menu_close.png) no-repeat center;
		background-size: 2rem auto;
	}
	#gHeader .hBtnList .menu.on a .subSpan img {
		visibility: hidden;
		opacity: 0;
	}
	#gHeader .hBtnList .menu a img {
		transition: none;
	}
	body.fixed #gHeader .hBtnList .contactLi {
		display: none;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding: 1.1rem 2.7rem;
	width: 27.3rem;
	position: absolute;
	right: 3rem;
	top: 100%;
	display: none;
	border-radius: 0.5rem 0 0.5rem 0.5rem;
	border: 0.3rem solid #000;
	background: #3fb69a;
}
#gNavi li:not(:last-child) {
	border-bottom: 1px dashed #7fe5c7;
}
#gNavi li a {
	padding: 1.1rem;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gNavi {
		border: none;
		right: auto;
		border-radius: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
		background: url(../img/common/menu_bg.png) no-repeat left -1.2rem top 7.7rem #3FB69A;
		background-size: 100% auto;
	}
	#gNavi ul {
		position: relative;
		z-index: 1;
		padding: 5.4rem 5rem 0.4rem;
	}
	#gNavi .bg01 {
		position: absolute;
		top: 7.5rem;
		left: -2rem;
		right: 1rem;
	}
	#gNavi .bg03 {
		position: absolute;
		bottom: -8.5rem;
		z-index: -1;
		left: 4.3rem;
		width: 31.5rem;
	}
	#gNavi .bg04 {
		position: absolute;
		z-index: -1;
		top: -4.0rem;
		left: -5.0rem;
		width: 18.9rem;
	}
	#gNavi .bg01 img {
		width: 100%;
	}
	#gNavi .btn {
		position: relative;
		z-index: 1;
		text-align: center;
	}
	#gNavi .btn .bg02 {
		position: absolute;
		top: 1.4rem;
		right: -22.2rem;
		z-index: 1;
		width: 31.5rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 13rem 0 6.8rem;
	margin-top: -9.8rem;
    border-radius: 8rem 8rem 0 0;
    background-color: #3FB69A;
    position: relative;
    overflow: hidden;
}
#gFooter .content {
    margin: 0 auto;
    max-width: 123.5rem;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}
#gFooter .fInner{
    padding: 3.2rem 0 0;
    border-top: 1px solid #fff;
}
#gFooter .textImg {
    margin-bottom: 0.3rem;
    text-align: center;
}
#gFooter .link {
    margin-bottom: 8.6rem;
    text-align: center;
}
#gFooter .link a:hover img {
    opacity: 0.7;
}
#gFooter .fInner .lBox {
    width: 40rem;
}
#gFooter .fInner .rBox {
    flex: 1;
    padding-top: 0.8rem;
    text-align: right;
}
#gFooter .fLogo {
    margin-bottom: 7rem;
}
#gFooter .fInner .linkP a {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    padding-right: 1.6rem;
    background: url(../img/common/icon03.png) no-repeat right center;
    background-size: 1rem auto;
}
#gFooter .fLogo a:hover {
    opacity: 1;
}
#gFooter .list {
    margin-bottom: 9.2rem;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#gFooter .list li {
    margin-left: 2.4rem;
}
#gFooter .list a {
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.025em;
}
address {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.036em;
}
#gFooter .bg01 {
    position: absolute;
    top: -7.1rem;
    left: -8.5rem;
}
#gFooter .bg01 span {
    position: absolute;
    top: -5.3rem;
    left: 0;
}
#gFooter .bg02 {
    position: absolute;
    top: 31.0rem;
    right: -6rem;
}
#gFooter .img01 {
    position: absolute;
    top: -3.4rem;
    left: calc(50% - 0rem);
    transform: translateX(-50%);
    width: 72.8rem;
}
#gFooter .img02 {
    position: absolute;
    top: -1.8rem;
    right: 1.6rem;
}
#gFooter .img03 {
    position: absolute;
    top: 12.5rem;
    right: 19.0rem;
    z-index: -1;
}
#gFooter .img04 {
    position: absolute;
    top: 41.2rem;
    left: 8.3rem;
    z-index: -1;
}
#gFooter .img05 {
    position: absolute;
    bottom: -1.5rem;
    left: 18.3rem;
    z-index: -1;
}
#gFooter .img06 {
    position: absolute;
    bottom: -11.8rem;
    right: 15rem;
    z-index: -1;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: -5rem;
		padding: 3.2rem 0 1.9rem;
		border-radius: 2rem 2rem 0 0;
	}
	#gFooter .bg01 {
		top: -3.5rem;
		left: -14.9rem;
		width: 19.5rem;
	}
	#gFooter .img01 {
		width: 30rem;
		top: 0.4rem;
		left: calc(50% - 1rem);
	}
	#gFooter .img02 {
		display: none;
	}
	#gFooter .img03 {
		right: 0.4rem;
		width: 5.7rem;
		top: 5.2rem;
	}
	#gFooter .textImg {
		width: 19.2rem;
		margin: 0 auto 1.0rem;
	}
	#gFooter .link {
		margin: 0 0.8rem 2.5rem;
	}
	#gFooter .fInner {
		padding: 1.2rem 0 0;
		display: block;
	}
	#gFooter .fInner .lBox {
		width: auto;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gFooter .fLogo {
		width: 5.2rem;
		margin: 0 0 0 -0.4rem;
	}
	#gFooter .list {
		display: none;
	}
	#gFooter .fInner .rBox {
		padding-top: 0;
		margin-top: -1.5rem;
	}
	#gFooter .fInner .linkP {
		margin-top: -0.6rem;
	}
	#gFooter .fInner .linkP a {
		font-size: 1rem;
		padding-right: 1.2rem;
		background-size: 0.7rem auto;
	}
	#gFooter .bg01 span,
	#gFooter .img06,
	#gFooter .img05 {
		display: none;
	}
	#gFooter .img04{
		top: auto;
		bottom: 5.8rem;
		width: 13rem;
		left: -4.8rem;
	}
	#gFooter .bg02 {
		width: 13.7rem;
		top: 12.9rem;
		right: -5rem;
	}
}