@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 {
	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: 2.667vw;
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", 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: #3C3C3C;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #3C3C3C;
}
a:hover {
	color: #3C3C3C;
	opacity: 0.7;
}
a:active {
	color: #3C3C3C;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 130rem;
	color: #3C3C3C;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#container {
	text-align: left;
}
#main {
	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 {
	position: relative;
	padding: 1rem 4.7rem 1.4rem;
	background-color: #fff;
}
#gHeader h1 a {
	opacity: 1;
}
#gHeader .rBox {
	margin-top: 0.8rem;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .navBox {
	margin-right: 4.7rem;
}
#gHeader .navBox > div {
	align-items: center;
	justify-content: flex-end;
}
#gHeader .navBox .topBox {
	margin-bottom: 0.5rem;
}
#gHeader .sns li {
	margin: 0.1rem 0.5rem 0 0;
	width: 3.4rem;
}
#gHeader .linkList {
	margin: -0.1rem 2.5rem 0 1.2rem;
}
#gHeader .linkList li:last-child {
	margin-left: 1.5rem;
	padding-left: 1.5rem;
	border-left: 0.1rem solid #aaa;
}
#gHeader .linkList a {
	font-size: 1.3rem;
	font-weight: bold;
	color: #828282;
}
#gHeader .linkList a img {
	vertical-align: -0.4rem;
	margin-right: 0.3rem;
}
#gHeader .linkList li:first-child a img {
	vertical-align: -0.1rem;
}
#gHeader .search {
	width: 21rem;
	height: 3.2rem;
	display: flex;
	border: 0.1rem solid #AAA;
	border-radius: 3rem;
	overflow: hidden;
}
#gHeader .search input {
	height: 100%;
	border: none;
	box-sizing: border-box;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
}
#gHeader .search input[type="text"] {
	width: calc(100% - 3.5rem);
	padding: 0 1rem;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #3C3C3C;
	text-align: center;
	-webkit-box-shadow: 0 0 0 100rem #F0F1F1 inset !important;
	background : #F0F1F1;
}
#gHeader .search input[type="text"]::placeholder {
	color : #828282;
	opacity: 1; 
}
#gHeader .search input[type="submit"] {
	width: 3.5rem;
	transition: .3s;
	cursor: pointer;
	background : #88BF56 url(../img/common/icon03.png) no-repeat center center/1.5rem auto;
}
#gHeader .navList > li {
	margin-left: 2.5rem;
}
#gHeader .navList > li:nth-child(3),#gHeader .navList > li:nth-child(2) {
	margin-left: 3.2rem;
}
#gHeader .navList > li > a {
	display: inline-block;
	padding: 0.7rem 0;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#gHeader .navList > li > a:after {
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 1.9rem;
	height: 0.4rem;
	transition: .3s;
	background-color: #6EB131;
	content: "";
}
#gHeader .dropMenu {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	width: 100%;
	max-width: 149rem;
	z-index: 100;
}
#gHeader .dropMenu:before {
	position: absolute;
	left: 0;
	top: -2rem;
	width: 100%;
	height: 2rem;
	content: "";
}
#gHeader .dropMenu .menuList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 4rem;
	background : #E5F0D9;
}
#gHeader .dropMenu .menuList > li {
	padding: 0.5rem 0;
	margin-left: 0 !important;
	width: calc(100%/6);
}
#gHeader .dropMenu .menuList > li > a {
	min-height: 6rem;
	padding: 0 2rem;
	position: relative;
	line-height: 1.2;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px dashed #88BF56;
}
#gHeader .dropMenu .menuList > li > a:after {
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.5rem;
	width: 2rem;
	height: 0.4rem;
	transition: .3s;
	background-color: #6EB131;
	content: "";
}
#gHeader .dropMenu .menuList > li:last-child > a {
	border-right: none;
}
#gHeader .dropMenu .menuList > li > a span {
	display: inline-block;
	padding-left: 2.5rem;
	background: url(../img/common/icon10.png) no-repeat left center/1.7rem auto;
}
#gHeader .dropMenu .menuList02 > li {
	width: calc(100%/7);
}
#gHeader .dropMenu .menuList02 img {
	margin-right: 0.7rem;
	width: 3.1rem;
}
#gHeader .dropMenu .menuList02 nav {
	display: none;
	position: absolute;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	max-width: 149rem;
	padding: 3rem 3rem 3.5rem;
	top: 100%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 3.2rem;
	z-index: 100;
}
#gHeader .dropMenu .menuList02 nav .box3 {
	margin: 0 auto;
	max-width: 100rem;
}
#gHeader .dropMenu .menuList02 nav .box3 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem 0;
}
#gHeader .dropMenu .menuList02 nav .box3 li {
	width: 12.25rem;
}
#gHeader .dropMenu .menuList02 nav .box3 li:nth-child(8n-7) {
	width: 14rem;
}
#gHeader .dropMenu .menuList02 nav .box3 .wid01 {
	width: 16rem !important;
}
#gHeader .dropMenu .menuList02 nav .box3 .wid02 {
	width: auto;
	flex: 1;
	margin-left: 1rem;
}
#gHeader .dropMenu .menuList02 nav .box3 .wid03 {
	width: 16rem !important;
}
#gHeader .dropMenu .menuList02 .nav4 .box3 li:nth-child(8n-7) {
	width: 10rem;
}
#gHeader .dropMenu .menuList02 .nav4 .box3 li:nth-child(8n-6) {
	width: 15rem;
}
#gHeader .dropMenu .menuList02 .nav5 .box3 li:nth-child(8n-5) {
	width: 13rem;
}
#gHeader .dropMenu .menuList02 .nav5 .box3 li:nth-child(8n-4) {
	width: 21rem;
}
#gHeader .dropMenu .menuList02 nav .box3 a {
	text-decoration: underline;
	padding-left: 1rem;
	line-height: 1.4;
	font-size: 1.6rem;
	display: inline-block;
	background: url(../img/common/icon11.png) no-repeat left 0.9rem/0.5rem auto;
}
.menu {
	width: 2.6rem;
	height: 2.6rem;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-sizing: border-box;
}
.menu > div {
	margin: 0 auto;
	width: 2.6rem;
	height: 2.1rem;
	position: relative;
}
.menu span {
	background-color: #6EB131;
	border: none;
	height: 0.2rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 1.1rem;
}
.menu span:nth-of-type(3) {
	top: 2.2rem;
}
.menu.on .top,.menu.close .top {
	-webkit-transform: translateY(1.1rem) translateX(0) rotate(45deg);
	-ms-transform: translateY(1.1rem) translateX(0) rotate(45deg);
	transform: translateY(1.1rem) translateX(0) rotate(45deg);
}
.menu.on .middle,.menu.close .middle {
	opacity: 0;
}
.menu.on .bottom,.menu.close .bottom {
	-webkit-transform: translateY(-1.1rem) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-1.1rem) translateX(0) rotate(-45deg);
	transform: translateY(-1.1rem) translateX(0) rotate(-45deg);
}
.menuBox {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: url(../img/index/main_bg.png) repeat left top/38.3rem auto;
	z-index: 100;
}
.menuBox .subMenu {
	margin: 2rem 2.3rem;
	padding: 8.2rem 9rem 13rem;
	position: relative;
	border-radius : 3.5rem;
	background : #F2F0EF;
}
.menuBox .subMenu .close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 5.1rem;
	cursor: pointer;
	transition: .3s;
}
.menuBox .subBox {
	display: flex;
}
.menuBox .subBox .lBox {
	margin: 4.8rem 6.8% 0 0;
	width: 38%;
	text-align: center;
}
.menuBox .subBox .lBox .logo {
	max-width: 38.4rem;
	margin: 0 auto 6rem;
}
.menuBox .subBox .lBox .logo a {
	opacity: 1;
}
.menuBox .subBox .lBox .sns {
	display: flex;
	justify-content: center;
}
.menuBox .subBox .lBox .sns li {
	margin: 0 0.8rem !important;
	width: 5.1rem !important;
}
.menuBox .subBox .rBox {
	margin-top: 0 !important;
	flex: 1;
}
.menuBox .menuList {
	margin-bottom: 3.3rem;
	border-top: 0.1rem solid #D2D2D2;
}
.menuBox .menuList > li > a {
	display: block;
	padding: 2.7rem 1.7rem;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 0;
	background: url(../img/common/icon12.png) no-repeat right 1.8rem center/3.6rem auto;
	border-bottom: 0.1rem solid #D2D2D2;
}
.menuBox .menuList > li > a.on {
	background-image: url(../img/common/icon13.png);
}
.menuBox .menuList > li .subList {
	padding: 2rem 3.6rem 3.2rem;
	display: none;
	border-bottom: 0.1rem solid #D2D2D2;
}
.menuBox .menuList > li .subList li:not(:last-child) {
	margin-bottom: 1.2rem;
}
.menuBox .menuList > li .subList a {
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 0;
}
.menuBox .list02 {
	margin: 0 1.7rem;
}
.menuBox .list02 li:not(:last-child) {
	margin-bottom: 2.2rem;
}
.menuBox .list02 a {
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 0;
}
@media all and (min-width: 897px) {
	#gHeader .navList a:hover {
		opacity: 1;
	}
	#gHeader .navList a:hover:after {
		opacity: 1;
	}
	.menu:hover {
		opacity: 0.7;
	}
	#gHeader .search input[type="submit"]:hover {
		opacity: 0.7;
	}
	#gHeader .dropMenu .menuList02 nav .box3 a:hover {
		text-decoration: none;
	}
	#gHeader .dropMenu .menuList > li > a:hover:after {
		opacity: 1;
	}
	.menuBox .subMenu .close:hover {
		opacity: 0.7;
	}
	.menuBox .subBox .lBox .sns a:hover,.menuBox .subBox .rBox a:hover	{
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1rem 2rem;
	}
	#gHeader h1 {
		width: 20rem;
	}
	#gHeader .rBox {
		margin-top: 0;
	}
	.menuBox .subMenu {
		margin: 1rem;
		padding: 6rem 2rem;
		border-radius: 2rem;
	}
	.menuBox .subMenu .close {
		width: 3rem;
	}
	.menuBox .subBox {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.menuBox .subBox .lBox {
		margin: 3rem 0 0;
		width: 100%;
	}
	.menuBox .subBox .lBox .logo {
		max-width: 20rem;
		margin-bottom: 2rem;
	}
	.menuBox .subBox .lBox .sns {
		margin-bottom: 2rem;
	}
	.menuBox .subBox .lBox .sns li {
		margin: 0 0.5rem !important;
		width: 4rem !important;
	}
	.menuBox .subBox .rBox {
		flex: auto;
		width: 100%;
	}
	.menuBox .menuList {
		margin-bottom: 2rem;
	}
	.menuBox .menuList > li > a {
		padding: 2rem 1rem;
		font-size: 1.8rem;
		background-position: right 1rem center;
		background-size: 2rem auto;
	}
	.menuBox .menuList > li .subList {
		padding: 2rem;
	}
	.menuBox .menuList > li .subList a {
		font-size: 1.6rem;
	}
	.menuBox .list02 {
		margin: 0 1rem;
	}
	.menuBox .list02 li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.menuBox .list02 a {
		font-size: 1.6rem;
	}
	.menuBox .linkList {
		margin: 0 0 2rem !important;
		justify-content: center;
	}
	.menuBox .search {
		margin: 0 auto 2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fInner {
	padding: 5rem 0 4rem;
	background : #F2F0EF;
}
#gFooter .fInner .content {
	position: relative;
	max-width: 122.8rem;
}
#gFooter .pageTop {
	position: absolute;
	right: -6.2rem;
	top: -10rem;
}
#gFooter .fBox {
	margin-bottom: 6.5rem;
	align-items: center;
}
#gFooter .fLogo a {
	opacity: 1;
}
#gFooter .fBox p {
	margin: 1.5rem 2.5rem 0 6rem;
	width: 50rem;
	font-size: 1.7rem;
	line-height: 2;
	font-weight: bold;
	letter-spacing: 0.18em;
}
#gFooter .fBox p .color {
	margin-left: 0.8rem;
	letter-spacing: 0.1em;
	color : #6EB131;
}
#gFooter .fBox .sns li {
	margin: 1rem 1.5rem 0 0;
	width: 4.2rem;
}
#gFooter .fNavi .item {
	width: 22rem;
}
#gFooter .fNavi .item:first-child {
	width: 30rem;
}
#gFooter .fNavi .item:nth-child(4) {
	width: 25.4rem;
}
#gFooter .fNavi .item:last-child {
	width: auto;
	flex: 1;
	margin-right: -3rem;
}
#gFooter .fNavi .item ul {
	margin-bottom: 2.5rem;
	padding-left: 1.7rem;
	border-left: 0.1rem solid rgba(0, 0, 0, 0.3);
}
#gFooter .fNavi .item li {
	margin-bottom: 0.1rem;
}
#gFooter .fNavi .item li a {
	padding-left: 1rem;
	font-size: 1.3rem;
	line-height: 1.4;
	display: inline-block;
	background: url(../img/common/icon09.png) no-repeat left 0.6rem/0.6rem auto;
}
#gFooter .fNavi .item .ttl {
	margin-bottom: 0.4rem;
}
#gFooter .fNavi .item .ttl a {
	padding-left: 0;
	font-size: 1.7rem;
	font-weight: bold;
	background: none;
	line-height: 1.5;
}
#gFooter .fNavi .item:last-child li {
	margin-bottom: 0.5rem;
}
#gFooter .btmBox {
	padding: 3rem 0 4rem;
	background: url(../img/common/footer_bg.png) repeat left top/38.3rem auto;
}
#gFooter .btmBox .content {
	max-width: 122.5rem;
}
#gFooter .btmBox .fLink {
	margin-bottom: 4rem;
	max-width: 92.5rem;
	gap: 1rem 3.5rem;
}
#gFooter .btmBox .fLink a {
	padding-left: 1.2rem;
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	background: url(../img/common/icon09.png) no-repeat left 1rem/0.6rem auto;
}
#gFooter .btmBox p {
	margin-bottom: 0.7rem;
	font-size: 1.3rem;
	line-height: 1.57;
	letter-spacing: 0.05em;
}
#gFooter .btmBox .fLink02 {
	gap: 2rem 2.7rem;
}
#gFooter .btmBox .fLink02 a {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	text-decoration: underline;
}
@media all and (max-width: 1340px) {
	#gFooter .pageTop {
		right: 0;
	}
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover,#gFooter .btmBox .fLink a:hover	{
		opacity: 1;
		text-decoration: underline;
	}
	#gFooter .btmBox .fLink02 a:hover {
		opacity: 1;
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fInner {
		padding: 5rem 0 4rem;
	}
	#gFooter .pageTop {
		right: -2rem;
		top: -8rem;
		width: 8rem;
	}
	#gFooter .fBox {
		margin-bottom: 3rem;
		display: block;
	}
	#gFooter .fLogo {
		text-align: center;
	}
	#gFooter .fBox p {
		margin: 2rem -1rem 2rem 0;
		width: auto;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}
	#gFooter .fBox p .color {
		margin-left: 0;
	}
	#gFooter .fBox .sns {
		justify-content: center;
	}
	#gFooter .fBox .sns li {
		margin: 0 1rem;
	}
	#gFooter .fNavi {
		justify-content: space-between;
	}
	#gFooter .fNavi .item {
		width: 49% !important;
	}
	#gFooter .fNavi .item:last-child {
		flex: auto;
		margin-right: 0;
	}
	#gFooter .fNavi .item ul {
		margin-bottom: 2rem;
		padding-left: 1rem;
	}
	#gFooter .fNavi .item .ttl a {
		font-size: 1.6rem;
	}
	#gFooter .btmBox .fLink {
		margin-bottom: 3rem;
		gap: 1rem 3rem;
	}
	#gFooter .btmBox .fLink02 {
		gap: 1rem 2rem;
	}
	#gFooter .btmBox .fLink02 a {
		font-size: 1.2rem;
	}
}