@charset "UTF-8";
.gRegGuide {
	position: relative;
	overflow: hidden;
	color: var(--color-my-text);
	font-family: var(--font-gothic);
	letter-spacing: 0;
	font-size: 15px;
	line-height: 1.733;
	overflow-wrap: break-word;
}
.gRegGuide > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
}
.gRegGuide_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: .3s;
	transition-property: transform;
	background-color: #f5f1ec;
}
.gRegGuide_bg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gRegGuide_inner {
	position: relative;
	z-index: 1;
	padding-top: 83px;
	padding-bottom: 78px;
	max-width: 500px;
}
.gRegGuide_box {
	border-radius: 5px;
	background-color: #fff;
	padding: 33px 20px;
}
.gRegGuide_cols {
	display: flex;
	align-items: center;
	max-width: 406px;
	margin: 0 auto;
}
.gRegGuide_col {}
.gRegGuide_col-img {
	width: 86px;
}
.gRegGuide_image {}
.gRegGuide_image > img {
	display: block;
}
.gRegGuide_col-no2 {
	width: calc(100% - 120px);
	margin-left: auto;
	max-width: 275px;
}
.gRegGuide_title {
	font-size: 20px;
	font-family: var(--font-mincho);
	color: var(--color-my-green-main);
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 9px;
}
.gRegGuide_text {}
.gGuideNav {
	padding: 71px 0 68px;
	border-bottom: 1px solid var(--color-my-gray);
	margin-bottom: 70px;
	color: var(--color-my-text);
	font-family: var(--font-gothic);
	letter-spacing: 0;
	font-size: 15px;
	line-height: 1.733;
	overflow-wrap: break-word;
}
.gGuideNav_inner {}
.gGuideNav_cells {
	display: flex;
	border-left: 1px solid var(--color-my-gray);
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.gGuideNav_cell {
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid var(--color-my-gray);
	padding: 31px 23px 31px;
}
.gGuideNav_item {
	height: 100%;
}
.gGuideNav_cols {
	display: flex;
	height: 100%;
	max-width: 327px;
	margin-left: auto;
	align-items: center;
	margin-right: auto;
}
.gGuideNav_col {}
.gGuideNav_col-img {
	width: 81px;
}
.gGuideNav_image {}
.gGuideNav_image > img {
	display: block;
}
.gGuideNav_col-txt {
	width: calc(100% - 100px);
	margin-left: auto;
	display: flex;
	flex-direction: column;
	max-width: 205px;
}
.gGuideNav_title {
	font-size: 18px;
	font-weight: normal;
	font-family: var(--font-mincho);
	color: var(--color-my-green-main);
	line-height: 1.5;
	margin-bottom: 7px;
}
.gGuideNav_text {
	margin-bottom: 13px;
}
.gGuideNav_link {
	margin-top: auto;
	width: 100%;
}
.gGuideNav_link > a {}
.gGuideNav_link > a > svg {}
.gFooter {
	padding-bottom: 50px;
	color: var(--color-my-text);
	font-family: var(--font-gothic);
	letter-spacing: 0;
	font-size: 15px;
	line-height: 1.733;
}
.gFooter_inner {}
.gFooter_cols {
	display: flex;
}
.gFooter_col {}
.gFooter_col-nav {
	width: calc(100% - 496px);
	margin-right: auto;
	max-width: 600px;
	padding-bottom: 15px;
}
.gFooter_logo {
	display: flex;
	margin-bottom: 56px;
}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo_text {
	display: block;
	font-size: 12px;
	margin-bottom: 7px;
}
.gFooter_logo_img {
	display: block;
	width: 196px;
	height: 31px;
	fill: var(--color-my-green-main);
}
.gFootNav {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--color-my-gray);
	padding-bottom: 20px;
	margin-bottom: 22px;
}
.gFootNav_cell {}
.gFootNav_list {
	list-style: none;
}
.gFootNav_list > li {}
.gFootNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	position: relative;
	padding: 3px 0;
	padding-left: 16px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_list_icon {
	display: block;
	width: 8px;
	height: 8px;
	fill: var(--color-my-green-main);
	position: absolute;
	z-index: 1;
	top: calc(0.8665em + 3px);
	left: 0;
	transform: translateY(-50%);
}
.gFootNav_list_icon:not([fill]) {
	fill: var(--color-my-green-main);
}
.gFooter_list {
	list-style: none;
	display: flex;
	font-size: 14px;
	flex-wrap: wrap;
}
.gFooter_list > li {
	display: flex;
	align-items: center;
}
.gFooter_list > li:nth-last-child(n+2)::after {
	content: "|";
	margin: 0 10px;
}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	padding: 8px 0;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_col-info {
	width: 469px;
	padding-top: 31px;
}
.gCont {
	background-color: var(--color-my-green-pale);
	padding: 33px 25px 40px;
	border-radius: 6px;
}
.gCont_title {
	font-size: 18px;
	color: var(--color-my-green-main);
	font-family: var(--font-mincho);
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 18px;
}
.gCont_tel {
	margin-bottom: 8px;
}
.gCont_tel > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	font-size: 53px;
	line-height: 1;
	white-space: nowrap;
	font-family: var(--font-times);
}
.gCont_tel > a > img {
	display: block;
	margin-right: 10px;
}
.gCont_open {}
.gCont_link {
	color: var(--color-my-white);
	margin-top: 20px;
}
.gCont_link > a {}
.gCont_link_icon {
	fill: none;
	stroke: currentColor;
	stroke-width: 1px;
	width: 31px;
	height: 31px;
	margin-right: 10px;
}
.gCont_link_icon:not([fill]) {
	fill: none;
}
.gFooter_copyright {
	color: var(--color-my-gray-text);
	font-size: 12px;
	margin-top: -15px;
}
.gFooter_copyright > small {
	display: block;
	font-size: inherit;
}
.gCont_inner {
	max-width: 387px;
	margin: 0 auto;
}
.gHeaderWrap {
	color: var(--color-my-text);
	font-family: var(--font-gothic);
	letter-spacing: 0;
	height: 150px;
	font-size: 15px;
	line-height: 1.733;
	overflow-wrap: break-word;
}
.gHeader {
	background-color: #fff;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	position: relative;
}
.gHeader_inner {}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {}
.gHeader_title {
	font-weight: normal;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	height: 90px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: column;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img {
	display: block;
	width: 195px;
	height: 31px;
	fill: var(--color-my-green-main);
}
.gHeader_title_text {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}
.gHeader_col-info {
	display: flex;
	margin-left: auto;
}
.gHeader_list {
	list-style: none;
	display: flex;
}
.gHeader_list > li {}
.gHeader_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 12px;
	padding: 0 7px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_list_icon {
	display: block;
	fill: currentColor;
	width: 27px;
	height: 27px;
	position: relative;
	top: 2px;
}
.gHeader_list_text {
	display: block;
	margin-left: 7px;
}
.gHeader_tel {
	padding-top: 23px;
	margin-left: 34px;
}
.gHeader_tel_link {}
.gHeader_tel_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	font-family: var(--font-bellefair);
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0.05em;
}
.gHeader_tel_link > a > img {
	display: block;
	width: 35px;
	height: auto;
	margin-right: 4px;
}
.gHeader_tel_open {
	font-size: 12px;
	margin-top: 2px;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav {
	border-top: 1px solid var(--color-my-gray-light);
	box-shadow: 0 1px 0 var(--color-my-gray-light);
}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: flex;
	margin-left: -42px;
	margin-right: -42px;
}
.gNav_list > li {
	flex-grow: 1;
	position: relative;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 100%;
	min-height: 59px;
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
	z-index: 101;
	background-color: #fff;
}
.gNav_list > li > a[aria-expanded="true"] {
	color: var(--color-my-green-main);
}
.gBody {
	position: relative;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 128px;
	color: var(--color-my-text);
	font-family: var(--font-gothic);
	font-size: 15px;
	line-height: 1.733;
	overflow-wrap: break-word;
}
.gPankuzu {
	margin-bottom: 26px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	align-items: center;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: var(--color-my-gray-dark);
	margin: 0 10px;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: var(--color-my-gray-dark);
	display: flex;
	height: 50px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gBody_title {
	margin-bottom: 81px;
}
.gBody_headline {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 108px;
	letter-spacing: 0.1em;
	margin-bottom: 72px;
}
.gBody-noPb {
	padding-bottom: 0;
}
.gBody-noPt {
	padding-top: 0;
}
.gBody_hr {
	height: 1px;
	background-color: var(--color-my-gray-light);
	margin: 53px 0 90px;
}
.gBody_description {
	margin-bottom: 45px;
}
.gBody_title-mbS {
	margin-bottom: 30px;
}
.gMenu {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	min-width: 217px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	background-color: #fff;
}
.gMenu.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMenu_list {
	list-style: none;
}
.gMenu_list > li {}
.gMenu_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 46px;
	align-items: center;
	padding: 6px 16px;
	box-sizing: border-box;
	border-bottom: 1px solid var(--color-my-gray-light);
	border-left: 1px solid var(--color-my-gray-light);
	border-right: 1px solid var(--color-my-gray-light);
	background-color: #fff;
	transition-duration: .3s;
	transition-property: background-color, color;
	white-space: nowrap;
}
.gHeader_list-sp {
	display: none;
}
.gNav_list_icon {
	display: block;
	width: 8px;
	height: 8px;
	fill: var(--color-my-green-main);
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
	display: none;
}
.gNav_list_icon:not([fill]) {
	fill: var(--color-my-green-main);
}
.gMenu_btn {
	display: none;
}
.gMenu_btn_icon {}
.gNav_list > li.-spBlock {
	display: none;
}
.gNavCont {
	display: none;
}
.gNavCont_title {}
.gNavCont_telLink {}
.gNavCont_telLink > a {
	text-decoration: none;
	color: inherit;
}
.gNavCont_telLink > a > img {
	display: block;
}
.gNavCont_open {}
.gNavCont_link {
	color: var(--color-my-white);
}
.gNavCont_link > a {}
.gNavCont_link_icon {}
.gNavCont_telLink_text {}
.gFootNav_label {
	padding: 3px 0;
	padding-left: 16px;
}
.gFooter_copyWrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row-reverse;
	max-width: 600px;
	margin-top: -30px;
	width: calc(100% - 496px);
}
.gFooter_jdma {
	width: 152px;
}
.gFooter_jdma > a {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_jdma > a > img {
	display: block;
}
.gPageTop {
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.gPageTop-scrolled {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.gPageTop_inner {
	max-width: none;
}
.gPageTop_contents {
	width: 66px;
	margin-left: auto;
	position: relative;
}
.gPageTop_btn {
	width: 66px;
	height: 66px;
	background-color: var(--color-my-green-main);
	border-radius: 50%;
	color: var(--color-my-white);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-my-green-main);
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: absolute;
	bottom: 0;
	right: 0;
}
.gPageTop_btn_arrow {
	width: 20px;
	height: 20px;
}
.gPageTop_btn_arrow_icon {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
}
@media screen and (max-width: 1264px) {
	.gNav_list {
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media screen and (max-width: 1099px) {
	.gFooter_col-nav {
		width: calc(100% - 420px);
		max-width: 550px;
	}
	.gFooter_copyWrap {
		width: calc(100% - 420px);
		max-width: 550px;
	}
	.gFooter_col-info {
		width: 400px;
	}
	.gCont_tel > a {
		font-size: 46px;
	}
	.gFooter_list > li:nth-last-child(n+2)::after {
		margin: 0 6px;
	}
	.gGuideNav_col-img {
		width: 60px;
	}
	.gGuideNav_col-txt {
		width: calc(100% - 80px);
	}
	.gGuideNav_text {
		font-size: 14px;
	}
	.gGuideNav_cell {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gPageTop_btn:hover {
		background-color: var(--color-my-white);
		color: var(--color-my-green-main);
	}
	.gFooter_jdma > a:hover {
		opacity: .7;
	}
	.gNavCont_telLink > a:hover {}
	.gNavCont_link > a:hover {}
	.gMenu_list > li > a:hover {
		color: var(--color-my-green-main);
	}
	.gPankuzu_oList > li > a:hover {
		color: var(--color-my-text);
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gHeader_list > li > a:hover {
		color: var(--color-my-green-main);
	}
	.gHeader_tel_link > a:hover {}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		color: var(--color-my-green-main);
	}
	.gRegGuide > a:hover {}
	a:hover .gRegGuide_bg {
		transform: scale(1.03);
	}
	.gGuideNav_link > a:hover {}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFootNav_list > li > a:hover {
		color: var(--color-my-green-main);
	}
	.gFooter_list > li > a:hover {
		color: var(--color-my-green-main);
	}
	.gCont_tel > a:hover {}
	.gCont_link > a:hover {}
	.gRegGuide > a:hover {}
	a:hover .gRegGuide_bg {
		transform: scale(1.03);
	}
	.gGuideNav_link > a:hover {}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFootNav_list > li > a:hover {
		color: var(--color-my-green-main);
	}
	.gFooter_list > li > a:hover {
		color: var(--color-my-green-main);
	}
	.gCont_tel > a:hover {}
	.gCont_link > a:hover {}
}
@media screen and (max-width: 999px) {
	.gRegGuide {}
	.gRegGuide > a {}
	.gRegGuide_bg {}
	.gRegGuide_bg > img {}
	.gRegGuide_inner {}
	.gRegGuide_box {}
	.gRegGuide_cols {}
	.gRegGuide_col {}
	.gRegGuide_col-img {}
	.gRegGuide_image {}
	.gRegGuide_image > img {}
	.gRegGuide_col-no2 {}
	.gRegGuide_title {}
	.gRegGuide_text {}
	.gGuideNav {}
	.gGuideNav_inner {}
	.gGuideNav_cells {}
	.gGuideNav_cell {
		padding: 20px 15px;
	}
	.gGuideNav_item {}
	.gGuideNav_cols {
		display: block;
	}
	.gGuideNav_col {}
	.gGuideNav_col-img {
		margin: 0 auto 11px;
	}
	.gGuideNav_image {}
	.gGuideNav_image > img {}
	.gGuideNav_col-txt {
		width: auto;
		max-width: none;
	}
	.gGuideNav_title {}
	.gGuideNav_text {}
	.gGuideNav_link {}
	.gGuideNav_link > a {}
	.gGuideNav_link > a > svg {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
		max-width: 500px;
		margin: 0 auto 0;
	}
	.gFooter_col {
		width: auto;
		max-width: none;
		padding: 0;
	}
	.gFooter_col-nav {}
	.gFooter_logo {
		justify-content: center;
		text-align: center;
		margin-bottom: 35px;
	}
	.gFooter_logo > a {}
	.gFooter_logo_text {}
	.gFooter_logo_img {}
	.gFootNav {}
	.gFootNav_cell {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li > a {}
	.gFootNav_list_icon {}
	.gFooter_list {
		font-size: 13px;
		justify-content: center;
	}
	.gFooter_list > li {}
	.gFooter_list > li:nth-last-child(n+2)::after {}
	.gFooter_list > li > a {}
	.gFooter_col-info {
		max-width: 470px;
		margin: 30px auto 0;
	}
	.gCont {}
	.gCont_title {
		text-align: center;
	}
	.gCont_tel {}
	.gCont_tel > a {
		justify-content: center;
	}
	.gCont_tel > a > img {}
	.gCont_open {
		text-align: center;
	}
	.gCont_link {}
	.gCont_link > a {}
	.gCont_link_icon {}
	.gFooter_copyright {
		text-align: center;
		margin-top: 15px;
	}
	.gFooter_copyright > small {}
	.gCont_inner {}
	.gHeaderWrap {
		height: 140px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {}
	.gHeader_title > a {
		height: 80px;
	}
	.gHeader_title_img {
		width: 180px;
		height: 29px;
	}
	.gHeader_title_text {}
	.gHeader_col-info {}
	.gHeader_list {}
	.gHeader_list > li {}
	.gHeader_list > li > a {}
	.gHeader_list_icon {}
	.gHeader_list_text {}
	.gHeader_tel {
		padding-top: 18px;
	}
	.gHeader_tel_link {}
	.gHeader_tel_link > a {}
	.gHeader_tel_link > a > img {}
	.gHeader_tel_open {}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gNav {}
	.gNav_inner {}
	.gNav_list {
		margin: 0;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		font-size: 14px;
	}
	.gBody {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {}
	.gBody_title {}
	.gBody_headline {
		margin-top: 80px;
		margin-bottom: 41px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody-noPt {
		padding-top: 0;
	}
	.gBody_hr {}
	.gBody_description {}
	.gBody_title-mbS {}
	.gMenu {
		font-size: 14px;
		min-width: 120px;
	}
	.gMenu.isShow {}
	.gMenu_list {}
	.gMenu_list > li {}
	.gMenu_list > li > a {
		min-height: 40px;
	}
	.gHeader_list-sp {}
	.gNav_list_icon {}
	.gMenu_btn {}
	.gMenu_btn_icon {}
	.gNavCont {}
	.gNavCont_title {}
	.gNavCont_telLink {}
	.gNavCont_telLink > a {}
	.gNavCont_telLink > a > img {}
	.gNavCont_open {}
	.gNavCont_link {}
	.gNavCont_link > a {}
	.gNavCont_link_icon {}
	.gNavCont_telLink_text {}
	.gFootNav_label {}
	.gFooter_copyWrap {
		width: auto;
		display: block;
		margin: 25px auto 0;
	}
	.gFooter_jdma {
		margin: 0 auto;
	}
	.gFooter_jdma > a {}
	.gFooter_jdma > a > img {}
	.gPageTop {}
	.gPageTop-scrolled {}
	.gPageTop_inner {}
	.gPageTop_contents {}
	.gPageTop_btn {}
	.gPageTop_btn_arrow {}
	.gPageTop_btn_arrow_icon {}
}
@media screen and (max-width: 767px) {
	.gRegGuide {
		font-size: 14px;
	}
	.gRegGuide > a {}
	.gRegGuide_bg {}
	.gRegGuide_bg > img {}
	.gRegGuide_inner {
		padding-top: 41px;
		padding-bottom: 43px;
		max-width: 324px;
	}
	.gRegGuide_box {
		padding: 17px 10px 27px;
		text-align: center;
	}
	.gRegGuide_cols {
		display: block;
	}
	.gRegGuide_col {}
	.gRegGuide_col-img {
		margin: 0 auto 0;
	}
	.gRegGuide_image {}
	.gRegGuide_image > img {}
	.gRegGuide_col-no2 {
		width: auto;
		margin: 0;
		max-width: none;
	}
	.gRegGuide_title {
		line-height: 1;
		margin-top: 0;
		margin-bottom: 17px;
	}
	.gRegGuide_text {}
	.gGuideNav {
		padding-top: 27px;
		padding-bottom: 44px;
		margin-bottom: 41px;
		font-size: 14px;
	}
	.gGuideNav_inner {}
	.gGuideNav_cells {
		border: none;
		display: block;
	}
	.gGuideNav_cell {
		width: auto;
		border: none;
		border-bottom: 1px solid var(--color-my-gray);
		padding: 0 0 40px;
		margin-bottom: 38px;
	}
	.gGuideNav_cell:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.gGuideNav_item {
		max-width: 330px;
		margin: 0 auto;
		height: auto;
	}
	.gGuideNav_cols {
		display: flex;
		max-width: none;
	}
	.gGuideNav_col {}
	.gGuideNav_col-img {
		margin: 0;
		width: 80px;
	}
	.gGuideNav_image {}
	.gGuideNav_image > img {}
	.gGuideNav_col-txt {
		width: calc(100% - 100px);
		margin-left: auto;
		max-width: 220px;
		margin-left: auto;
	}
	.gGuideNav_title {}
	.gGuideNav_text {
		margin-bottom: 16px;
	}
	.gGuideNav_link {
		max-width: 200px;
	}
	.gGuideNav_link > a {}
	.gGuideNav_link > a > svg {}
	.gFooter {
		font-size: 14px;
	}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-nav {}
	.gFooter_logo {
		margin-bottom: 31px;
	}
	.gFooter_logo > a {}
	.gFooter_logo_text {}
	.gFooter_logo_img {}
	.gFootNav {
		flex-wrap: wrap;
		padding: 0;
		margin-bottom: 21px;
		border-bottom: none;
		max-width: 375px;
		margin-left: auto;
		margin-right: auto;
	}
	.gFootNav_cell {
		width: 50%;
	}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li > a {}
	.gFootNav_list_icon {}
	.gFooter_list {
		max-width: 290px;
		margin: 0 auto;
	}
	.gFooter_list > li {}
	.gFooter_list > li:nth-last-child(n+2)::after {
		display: none;
	}
	.gFooter_list > li > a {
		padding: 7px 10px;
	}
	.gFooter_col-info {
		margin-top: 12px;
	}
	.gCont {
		padding: 34px 25px 43px;
	}
	.gCont_title {
		margin-bottom: 24px;
	}
	.gCont_tel {
		margin-bottom: 7px;
	}
	.gCont_tel > a {
		font-size: 37px;
	}
	.gCont_tel > a > img {
		width: 51px;
		margin-right: 8px;
	}
	.gCont_open {}
	.gCont_link {
		margin-top: 23px;
	}
	.gCont_link > a {}
	.gCont_link_icon {}
	.gFooter_copyright {
		margin-top: 19px;
	}
	.gFooter_copyright > small {}
	.gCont_inner {}
	.gHeaderWrap {
		height: 60px;
		font-size: 14px;
	}
	.gHeader {
		position: fixed;
	}
	.gHeader_inner {
		padding-left: 17px;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {}
	.gHeader_col-title {
		display: flex;
	}
	.gHeader_title {
		position: relative;
		z-index: 12;
	}
	.gHeader_title > a {
		height: 60px;
	}
	.gHeader_title_img {
		width: 140px;
		height: 23px;
	}
	.gHeader_title_text {
		font-size: 10px;
		margin-bottom: 1px;
		position: relative;
		top: -2px;
	}
	.gHeader_col-info {
		display: none;
	}
	.gHeader_list {}
	.gHeader_list > li {}
	.gHeader_list > li > a {
		padding: 0;
		flex-direction: column;
		font-size: 10px;
		height: 60px;
		justify-content: center;
		width: 48px;
	}
	.gHeader_list_icon {
		width: 20px;
		height: 20px;
		top: 4px;
	}
	.gHeader_list_text {
		margin-left: 0;
		position: relative;
		top: 2px;
	}
	.gHeader_tel {}
	.gHeader_tel_link {}
	.gHeader_tel_link > a {}
	.gHeader_tel_link > a > img {}
	.gHeader_tel_open {}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1002;
		top: 0;
		right: 0;
		width: 49px;
		height: 60px;
		color: var(--color-my-green-main);
		appearance: none;
		border: none;
		font-weight: inherit;
		background-color: rgba(255, 255, 255, 0);
		cursor: pointer;
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 33px;
	}
	.gMenuBtn_bar {
		display: block;
		height: 2px;
		background-color: currentColor;
		position: relative;
		transition-duration: .3s;
		transition-property: transform, width, left, top;
		top: 0;
		left: 0;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 4px 0;
		width: 23px;
		left: 10px;
	}
	.gMenuBtn_bar-no3 {
		width: 23px;
		left: 10px;
	}
	.gNav {
		border: none;
		box-shadow: none;
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		box-sizing: border-box;
		padding-top: 69px;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		padding-left: 15px;
		padding-right: 15px;
		overflow: auto;
		max-height: calc(100vh - 60px);
	}
	.gNav_list {
		display: block;
		border-top: 1px solid var(--color-my-gray-light);
	}
	.gNav_list > li {
		position: static;
	}
	.gNav_list > li > a {
		min-height: 52px;
		border-bottom: 1px solid var(--color-my-gray-light);
		justify-content: flex-start;
		font-size: 15px;
		padding: 5px 20px;
		box-sizing: border-box;
		padding-right: 33px;
	}
	.gBody {
		padding-top: 0;
		padding-bottom: 60px;
		font-size: 14px;
	}
	.gPankuzu {
		margin-bottom: 15px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 12px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {
		width: 35px;
		margin: 0 5px;
	}
	.gPankuzu_oList > li > a {}
	.gBody_title {
		margin-bottom: 35px;
	}
	.gBody_headline {
		font-size: 20px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody-noPt {
		padding-top: 0;
	}
	.gBody_hr {
		margin: 45px 0;
	}
	.gBody_description {
		margin-bottom: 25px;
	}
	.gBody_title-mbS {
		margin-bottom: 20px;
	}
	.gMenu {
		z-index: 102;
		width: 100%;
		min-width: 0;
		font-size: 15px;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		top: 0;
		left: 0;
		box-shadow: none;
		box-sizing: border-box;
		padding-top: 69px;
		height: 100%;
	}
	.gMenu.isShow {}
	.gMenu_list {}
	.gMenu_list > li {}
	.gMenu_list > li > a {
		font-size: 15px;
		padding: 5px 20px;
		min-height: 52px;
		border-left: none;
		border-right: none;
	}
	.gHeader_list-sp {
		display: flex;
		position: absolute;
		z-index: 11;
		top: 0;
		right: 68px;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		top: 6px;
		transform: rotate(20deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		width: 100%;
		left: 0;
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		width: 100%;
		left: 0;
		top: -6px;
		transform: rotate(-20deg);
	}
	.gNav_list_icon {
		display: block;
	}
	.gMenu_btn {
		appearance: none;
		background-color: rgba(255, 255, 255, 0);
		border: none;
		min-height: 52px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		position: relative;
		padding: 0 20px;
		border-bottom: 1px solid var(--color-my-gray-light);
		border-top: 1px solid var(--color-my-gray-light);
		font-weight: inherit;
		font-family: inherit;
		color: inherit;
	}
	.gMenu_btn_icon {
		display: block;
		width: 8px;
		height: 8px;
		fill: var(--color-my-green-main);
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 0;
		transform: translateY(-50%) rotate(180deg);
	}
	.gMenu_btn_icon:not([fill]) {
		fill: var(--color-my-green-main);
	}
	.gNav_list > li.-spBlock {
		display: block;
	}
	.gNav_list > li.-spNone {
		display: none;
	}
	.gNavCont {
		display: block;
		margin-top: 17px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 50px;
	}
	.gNavCont_title {
		font-size: 15px;
		font-weight: inherit;
		margin-bottom: 17px;
	}
	.gNavCont_telLink {}
	.gNavCont_telLink > a {
		display: flex;
		border: 1px solid var(--color-my-green-main);
		background-color: var(--color-my-green-pale);
		border-radius: 5px;
		min-height: 65px;
		align-items: center;
		justify-content: flex-start;
		font-family: var(--font-bellefair);
		font-size: 29px;
		box-sizing: border-box;
		padding-left: 25px;
		letter-spacing: 0.04em;
	}
	.gNavCont_telLink > a > img {
		width: 40px;
		height: auto;
		margin-right: 9px;
	}
	.gNavCont_open {
		text-align: center;
		margin: 4px 0 5px;
	}
	.gNavCont_link {}
	.gNavCont_link > a {}
	.gNavCont_link_icon {
		fill: none;
		stroke: currentColor;
		stroke-width: 1px;
		width: 31px;
		height: 31px;
		margin-right: 10px;
	}
	.gNavCont_link_icon:not([fill]) {
		fill: none;
	}
	.gNavCont_telLink_text {
		display: block;
		position: relative;
		top: 0.05em;
	}
	.gFootNav_label {}
	.gFooter_copyWrap {}
	.gFooter_jdma {}
	.gFooter_jdma > a {}
	.gFooter_jdma > a > img {}
	.gPageTop {}
	.gPageTop-scrolled {}
	.gPageTop_inner {}
	.gPageTop_contents {
		width: 50px;
	}
	.gPageTop_btn {
		width: 50px;
		height: 50px;
	}
	.gPageTop_btn_arrow {}
	.gPageTop_btn_arrow_icon {}
}
@media screen and (max-width:374px) {
	.gFootNav {
		font-size: 13px;
	}
	.gFootNav_list > li > a {
		padding-left: 14px;
	}
	.gFootNav_label {
		padding-left: 14px;
	}
	.gCont_tel > a {
		font-size: 31px;
	}
	.gCont {
		padding: 30px 15px;
	}
}
