@charset "UTF-8";
.gFooter {
	background-color: var(--color-green);
	color: var(--color-white);
	font-size: 16px;
	line-height: 1.75;
	padding-top: 40px;
	box-shadow: 0 100vh 0 100vh var(--color-footer-black);
}
.gFooter_inner {
	max-width: 1280px;
}
.gFooter_cols {
	display: flex;
	column-gap: 24px;
	align-items: center;
}
.gFooter_col {}
.gFooter_col-logo {
	width: 120px;
}
.gFooter_link {
	background-color: var(--color-white);
}
.gFooter_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 120px;
	align-items: center;
	background-color: var(--color-white);
	justify-content: center;
	color: var(--color-black);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_link_image {
	display: block;
	width: 70px;
	margin-bottom: 9px;
}
.gFooter_link_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gFooter_link_text {
	width: 89px;
	display: block;
}
.gFooter_link_text_inner {
	display: block;
	position: relative;
	padding-bottom: 16.854%;
}
.gFooter_link_text_inner > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gFooter_col-txt {}
.gFooter_dList {
	list-style: none;
}
.gFooter_dList > dt {
	font-weight: bold;
}
.gFooter_dList > dt > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_dList > dd {}
.gFooter_dList > dd > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_copyright {
	font-size: 11px;
	display: flex;
	min-height: 40px;
	align-items: center;
}
.gFooter_foot {
	background-color: var(--color-footer-black);
	color: var(--color-footer-gray);
	margin-top: 40px;
}
.gFooter_foot_inner {
	max-width: 1280px;
}
.gBody {
	padding-bottom: 120px;
}
.gBody-noPb {
	padding-bottom: 0;
}
.gPankuzu {
	margin-top: -80px;
	min-height: 80px;
	margin-bottom: 23px;
	position: relative;
	z-index: 2;
}
.gPankuzu:last-child {
	margin-bottom: 0;
}
.gPankuzu-mbL {
	margin-bottom: 127px;
}
.gPankuzu_inner {
	max-width: none;
}
.gPankuzu_oList {
	font-size: 13px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	white-space: nowrap;
	overflow: auto;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:last-child {
	display: block;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "／";
	display: block;
	margin: 0 6px;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 51px;
	align-items: center;
}
.gVisual {
	background-color: var(--color-white);
	position: relative;
	z-index: 1;
}
.gVisual_cols {
	display: flex;
}
.gVisual_col {}
.gVisual_col-logo {
	width: 240px;
	background-color: var(--color-white);
}
.gHeader_logo {
	max-width: 118px;
	margin: 0 auto 15px;
}
.gHeader_logo > img {
	display: block;
}
.gHeader_text {
	max-width: 150px;
	margin: 0 auto;
}
.gHeader_text_inner {
	display: block;
	position: relative;
	padding-bottom: 16.854%;
}
.gHeader_text_inner > svg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	fill: currentColor;
}
.gVisual_col-img {
	width: calc(100% - 240px);
}
.gVisual_image {
	padding-bottom: 400px;
	position: relative;
}
.gVisual_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gVisual_inner {
	max-width: 1120px;
	padding-left: 0;
}
.gVisual_title {
	font-size: 40px;
	font-weight: 900;
	line-height: 60px;
	display: flex;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
	position: relative;
}
.gVisual_title_inner {
	background-color: var(--color-green);
	color: var(--color-white);
	padding: 10px 21px;
	display: block;
}
.gHeader {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
	left: 0;
}
.gHeader_inner {
	max-width: none;
	padding-left: 0;
	padding-right: 103px;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-logo {
	width: 240px;
}
.gHeader_logoWrap {}
.gHeader_logoWrap > a {
	text-decoration: none;
	display: block;
	padding: 46px 0;
	color: var(--color-black);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_col-nav {
	width: calc(100% - 240px);
}
.gHeader_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 500;
	max-width: 650px;
	margin-left: auto;
	margin-right: -10px;
}
.gHeader_list > li {}
.gHeader_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 80px;
	align-items: center;
	padding: 0 10px;
}
.gHeader_list_text {
	display: block;
	position: relative;
}
.gHeader_list_text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform-origin: right bottom;
	transform: scale(0, 1);
	transition-duration: .3s;
	transition-property: transform;
}
.gMenuBtn {
	display: flex;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	color: var(--color-green);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMenuBtn[aria-expanded="true"] {
	color: var(--color-white);
}
.gMenuBtn_barWrap {
	display: block;
	width: 32px;
}
.gMenuBtn_bar {
	height: 3px;
	display: block;
	background-color: currentColor;
	transition-duration: .3s;
	transition-property: transform;
}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {
	margin-top: 6px;
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
	transform: translateY(5px) rotate(45deg);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
	transform: translateY(-4px) rotate(-45deg);
}
.gNav {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-green);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	color: var(--color-white);
}
.gNav.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gNav_grid {
	display: grid;
	grid-template-columns: 480px 1fr;
	height: 100%;
}
.gNav_cell {}
.gNav_cell-bg {
	position: relative;
}
.gNav_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gNav_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gNav_cell-nav {
	padding-top: 200px;
}
.gNav_inner {
	max-width: 692px;
	padding-left: 24px;
	padding-right: 24px;
}
.gNav_scroll {
	max-height: calc(100vh - 600px);
	overflow: auto;
	position: relative;
	padding-right: 20px;
}
.gNav_list {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
}
.gNav_list > li {}
.gNav_list > li:nth-child(n+2) {
	margin-top: 4px;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.2;
}
.gNav_list-parent > li > a {
	padding-bottom: 6px;
	padding-top: 26px;
}
.gNav_list_arrow {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
}
.gNav_list_arrow > .icon {}
.gNav_list-child {
	font-weight: normal;
	margin-top: 4px;
}
.gNav_list-child > li {}
.gNav_list-child > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 56px;
	background-color: var(--color-green-dark);
	align-items: center;
	padding: 5px 8px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_cols {
	display: flex;
	margin-top: 80px;
	column-gap: 22px;
	align-items: center;
}
.gNav_col {}
.gNav_col-logo {
	width: 120px;
}
.gNav_link {
	background-color: var(--color-white);
}
.gNav_link > a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	height: 120px;
	justify-content: center;
	align-items: center;
	color: var(--color-black);
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_link_image {
	width: 70px;
	margin-bottom: 13px;
}
.gNav_link_image > img {
	display: block;
	height: auto;
	max-width: 100%;
}
.gNav_link_text {
	width: 89px;
	display: block;
}
.gNav_link_text_inner {
	display: block;
	position: relative;
	padding-bottom: 16.854%;
}
.gNav_link_text_inner > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gNav_col-txt {}
.gNav_dList {
	list-style: none;
	font-size: 16px;
	line-height: 1.75;
}
.gNav_dList > dt {
	font-weight: bold;
}
.gNav_dList > dt > a {
	text-decoration: none;
	color: inherit;
}
.gNav_dList > dd {}
.gNav_dList > dd > a {
	text-decoration: none;
	color: inherit;
}
.gNav_list_item {
	display: flex;
	min-height: 24px;
	align-items: center;
	position: relative;
}
.gNav_scroll.ps > .ps__rail-y {
	width: 4px;
	background-color: var(--color-black);
	opacity: 1;
	border-radius: 0;
}
.gNav_scroll.ps > .ps__rail-y .ps__thumb-y {
	background-color: var(--color-white);
	opacity: 1;
	width: 4px;
	right: 0;
	border-radius: 0;
}
.gBody_cols {
	display: flex;
}
.gBody_col {}
.gBody_col-title {
	width: 0;
}
.gFixTitle {
	width: 80px;
	background-color: var(--color-white);
	z-index: 0;
	position: sticky;
	top: 0;
	left: 0;
}
.gFixTitle_logoWrap {}
.gFixTitle_logoWrap > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 7px 0 7px;
	height: 80px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFixTitle_logoWrap > a::before {
	content: "";
}
.gFixTitle_logoWrap > a::after {
	content: "";
}
.gFixTitle_logo {
	max-width: 54px;
	margin: 0 auto 7px;
	width: 100%;
}
.gFixTitle_logo > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gFixTitle_text {
	max-width: 69px;
	width: 100%;
}
.gFixTitle_text_inner {
	display: block;
	display: block;
	position: relative;
	padding-bottom: 16.854%;
}
.gFixTitle_text_inner > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gFixTitle_title {
	background-color: var(--color-green);
	color: var(--color-white);
	font-size: 23px;
	font-weight: 900;
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
	padding: 20px 0;
}
.gFixTitle_title_inner {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
}
.gBody_col-main {
	width: 100%;
}
.gVisual_title_sub {
	font-size: 21px;
	background-color: var(--color-green);
	color: var(--color-white);
	position: absolute;
	bottom: 100%;
	left: 0;
	line-height: 39px;
	padding: 0 14px;
	margin-bottom: 4px;
}
.gBody_inner {
	max-width: none;
	padding-left: 100px;
	padding-right: 100px;
	max-width: 1200px;
}
.gBody-hidden {
	overflow: hidden;
}
.gHeader_logo-home {
	max-width: 54px;
	margin-bottom: 7px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.gHeader_logo-home > img {
	max-width: 100%;
	height: auto;
}
.gHeader_text-home {
	max-width: 69px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.gHeader_logoWrap-home > a {
	padding: 0;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.gHeader_logoWrap-home {
	position: fixed;
	top: 0;
	left: 0;
	width: 80px;
	background-color: var(--color-white);
}
.gHeader_col-logoHome {
	width: 80px;
}
@media screen and (max-width:1419px) {
	.gBody_inner {
		padding-right: 20px;
		margin-left: 0;
	}
}
@media screen and (min-width:1000px) and (max-height:999px) {
	.gNav_scroll {
		max-height: calc(100vh - 360px);
	}
	.gNav_cell-nav {
		padding-top: 100px;
	}
}
@media screen and (min-width:1000px) and (max-height:799px) {
	.gNav_scroll {
		max-height: calc(100vh - 280px);
	}
	.gNav_cell-nav {
		padding-top: 80px;
	}
	.gNav_cols {
		margin-top: 40px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gMenuBtn[aria-expanded="false"]:hover .gMenuBtn_bar-no1 {
		transform: translateY(2px);
	}
	.gMenuBtn[aria-expanded="false"]:hover .gMenuBtn_bar-no2 {
		transform: translateY(-2px);
	}
	.gFixTitle_logoWrap > a:hover {
		opacity: .7;
	}
	.gFooter_link > a:hover {
		color: var(--color-green);
	}
	.gFooter_dList > dt > a:hover {
		text-decoration: underline;
	}
	.gFooter_dList > dd > a:hover {}
	.gPankuzu_oList > li > a:hover {
		text-decoration: underline;
	}
	.gHeader_logoWrap > a:hover {
		color: var(--color-green);
	}
	.gHeader_list > li > a:hover {}
	a:hover .gHeader_list_text::after {
		transform-origin: left bottom;
		transform: scale(1, 1);
	}
	.gMenuBtn:hover {}
	.gNav_list-parent > li > a:hover {
		color: var(--color-green-yellow);
	}
	.gNav_list-child > li > a:hover {
		background-color: var(--color-green-brown);
	}
	.gNav_link > a:hover {
		opacity: .7;
	}
	.gNav_dList > dt > a:hover {}
	.gNav_dList > dd > a:hover {}
}
@media screen and (max-width:999px) {
	.gFooter {}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-logo {}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_link_image {}
	.gFooter_link_image > img {}
	.gFooter_link_text {}
	.gFooter_link_text_inner {}
	.gFooter_link_text_inner > svg {}
	.gFooter_col-txt {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dt > a {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > a {}
	.gFooter_copyright {}
	.gFooter_foot {}
	.gFooter_foot_inner {}
	.gBody {
		padding-bottom: 80px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gPankuzu {
		z-index: 10;
	}
	.gPankuzu-mbL {
		margin-bottom: 63px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {}
	.gVisual {
		z-index: 9;
	}
	.gVisual_cols {}
	.gVisual_col {}
	.gVisual_col-logo {
		width: 160px;
	}
	.gHeader_logo {
		max-width: 86px;
		margin-bottom: 11px;
	}
	.gHeader_logo > img {}
	.gHeader_text {
		max-width: 110px;
	}
	.gHeader_text_inner {}
	.gHeader_text_inner > svg {}
	.gVisual_col-img {
		width: calc(100% - 160px);
	}
	.gVisual_image {}
	.gVisual_image > img {}
	.gVisual_inner {
		padding-left: 20px;
		max-width: 680px;
	}
	.gVisual_title {}
	.gVisual_title_inner {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-logo {
		width: 160px;
	}
	.gHeader_logoWrap {}
	.gHeader_logoWrap > a {}
	.gHeader_col-nav {
		width: calc(100% - 160px);
	}
	.gHeader_list {
		display: none;
	}
	.gHeader_list > li {}
	.gHeader_list > li > a {}
	.gHeader_list_text {}
	.gHeader_list_text::after {}
	.gMenuBtn {}
	.gMenuBtn[aria-expanded="true"] {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gNav {}
	.gNav.isShow {}
	.gNav_grid {
		display: block;
	}
	.gNav_cell {}
	.gNav_cell-bg {
		display: none;
	}
	.gNav_image {}
	.gNav_image > img {}
	.gNav_cell-nav {
		padding-top: 120px;
	}
	.gNav_inner {}
	.gNav_scroll {
		max-height: calc(100vh - 410px);
	}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li:nth-child(n+2) {}
	.gNav_list > li > a {}
	.gNav_list-parent > li > a {}
	.gNav_list_arrow {}
	.gNav_list_arrow > .icon {}
	.gNav_list-child {}
	.gNav_list-child > li {}
	.gNav_list-child > li > a {}
	.gNav_cols {}
	.gNav_col {}
	.gNav_col-logo {}
	.gNav_link {}
	.gNav_link > a {}
	.gNav_link_image {}
	.gNav_link_image > img {}
	.gNav_link_text {}
	.gNav_link_text_inner {}
	.gNav_link_text_inner > svg {}
	.gNav_col-txt {}
	.gNav_dList {}
	.gNav_dList > dt {}
	.gNav_dList > dt > a {}
	.gNav_dList > dd {}
	.gNav_dList > dd > a {}
	.gNav_list_item {}
	.gNav_scroll.ps > .ps__rail-y {}
	.gNav_scroll.ps > .ps__rail-y .ps__thumb-y {}
	.gBody_cols {}
	.gBody_col {}
	.gBody_col-title {}
	.gFixTitle {
		max-width: 100vw;
		display: flex;
		width: calc(100vw - 20px);
		z-index: 8;
		background-color: rgba(255, 255, 255, 0);
	}
	.gFixTitle_logoWrap {
		width: 80px;
		background-color: var(--color-white);
	}
	.gFixTitle_logoWrap > a {}
	.gFixTitle_logoWrap > a::before {}
	.gFixTitle_logoWrap > a::after {}
	.gFixTitle_logo {}
	.gFixTitle_logo > img {}
	.gFixTitle_text {}
	.gFixTitle_text_inner {}
	.gFixTitle_text_inner > svg {}
	.gFixTitle_title {
		width: auto;
		align-items: center;
		padding: 0 20px;
	}
	.gFixTitle_title_inner {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	.gBody_col-main {}
	.gVisual_title_sub {}
	.gBody_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gHeader_logo-home {
		max-width: 54px;
		margin-bottom: 7px;
	}
	.gHeader_logo-home > img {}
	.gHeader_text-home {
		max-width: 69px;
	}
	.gHeader_logoWrap-home > a {}
	.gHeader_logoWrap-home {}
	.gHeader_col-logoHome {
		width: 80px;
	}
}
@media screen and (max-width:767px) {
	.gFooter {}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
		text-align: center;
	}
	.gFooter_col {}
	.gFooter_col-logo {
		width: 96px;
		margin: 0 auto 10px;
	}
	.gFooter_link {}
	.gFooter_link > a {
		height: 96px;
	}
	.gFooter_link_image {
		width: 56px;
		margin-bottom: 8px;
	}
	.gFooter_link_image > img {}
	.gFooter_link_text {
		width: 71px;
	}
	.gFooter_link_text_inner {}
	.gFooter_link_text_inner > svg {}
	.gFooter_col-txt {}
	.gFooter_dList {}
	.gFooter_dList > dt {
		margin-bottom: 9px;
	}
	.gFooter_dList > dt > a {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > a {}
	.gFooter_copyright {
		justify-content: center;
	}
	.gFooter_foot {
		margin-top: 37px;
	}
	.gFooter_foot_inner {}
	.gBody {
		padding-bottom: 60px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gPankuzu {
		margin-left: 0;
		margin-top: 0;
		z-index: 2;
		min-height: 0;
		margin-bottom: 10px;
	}
	.gPankuzu-mbL {
		margin-bottom: 53px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		justify-content: flex-start;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {
		min-height: 43px;
	}
	.gVisual {
		margin-left: 0;
		z-index: 1;
	}
	.gVisual_cols {
		display: block;
	}
	.gVisual_col {}
	.gVisual_col-logo {
		display: none;
	}
	.gHeader_logo {
		max-width: 54px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 7px;
	}
	.gHeader_logo > img {}
	.gHeader_text {
		width: 100%;
		max-width: 69px;
		margin-left: 0;
		margin-right: 0;
	}
	.gHeader_text_inner {}
	.gHeader_text_inner > svg {}
	.gVisual_col-img {
		width: auto;
	}
	.gVisual_image {}
	.gVisual_image > img {}
	.gVisual_inner {
		padding-left: 0;
		max-width: none;
	}
	.gVisual_title {
		font-size: 35px;
		line-height: 50px;
	}
	.gVisual_title_inner {
		padding: 7px 14px;
	}
	.gHeader {
		position: fixed;
		z-index: 999;
		top: 0;
		width: 80px;
	}
	.gHeader_inner {
		padding-right: 0;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {}
	.gHeader_col-logo {
		width: auto;
	}
	.gHeader_logoWrap {}
	.gHeader_logoWrap > a {
		padding: 0;
		height: 80px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: var(--color-white);
	}
	.gHeader_col-nav {
		display: none;
	}
	.gHeader_list {}
	.gHeader_list > li {}
	.gHeader_list > li > a {}
	.gHeader_list_text {}
	.gHeader_list_text::after {}
	.gMenuBtn {}
	.gMenuBtn[aria-expanded="true"] {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gNav {
		overflow: auto;
	}
	.gNav.isShow {}
	.gNav_grid {}
	.gNav_cell {}
	.gNav_cell-bg {}
	.gNav_image {}
	.gNav_image > img {}
	.gNav_cell-nav {
		padding-bottom: 40px;
	}
	.gNav_inner {}
	.gNav_scroll {
		max-height: none;
		padding-right: 0;
	}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li:nth-child(n+2) {}
	.gNav_list > li > a {}
	.gNav_list-parent > li > a {}
	.gNav_list_arrow {}
	.gNav_list_arrow > .icon {}
	.gNav_list-child {}
	.gNav_list-child > li {}
	.gNav_list-child > li > a {}
	.gNav_cols {
		display: block;
		margin-top: 120px;
	}
	.gNav_col {}
	.gNav_col-logo {
		width: 96px;
		margin: 0 auto 10px;
	}
	.gNav_link {}
	.gNav_link > a {
		height: 96px;
	}
	.gNav_link_image {
		width: 56px;
		margin-bottom: 8px;
	}
	.gNav_link_image > img {}
	.gNav_link_text {
		width: 71px;
	}
	.gNav_link_text_inner {}
	.gNav_link_text_inner > svg {}
	.gNav_col-txt {
		text-align: center;
	}
	.gNav_dList {}
	.gNav_dList > dt {
		margin-bottom: 8px;
	}
	.gNav_dList > dt > a {}
	.gNav_dList > dd {}
	.gNav_dList > dd > a {}
	.gNav_list_item {}
	.gNav_scroll.ps > .ps__rail-y {
		display: none;
	}
	.gNav_scroll.ps > .ps__rail-y .ps__thumb-y {}
	.gBody_cols {
		display: block;
	}
	.gBody_col {
		width: auto;
	}
	.gBody_col-title {
		display: none;
	}
	.gFixTitle {
		display: none;
	}
	.gFixTitle_logoWrap {}
	.gFixTitle_logoWrap > a {}
	.gFixTitle_logoWrap > a::before {}
	.gFixTitle_logoWrap > a::after {}
	.gFixTitle_logo {}
	.gFixTitle_logo > img {}
	.gFixTitle_text {}
	.gFixTitle_text_inner {}
	.gFixTitle_text_inner > svg {}
	.gFixTitle_title {}
	.gFixTitle_title_inner {}
	.gBody_col-main {
		overflow: hidden;
	}
	.gVisual_title_sub {}
	.gBody_inner {}
	.gHeader_logo-home {}
	.gHeader_logo-home > img {}
	.gHeader_text-home {}
	.gHeader_logoWrap-home > a {}
	.gHeader_logoWrap-home {
		position: static;
		background-color: rgba(255, 255, 255, 0);
	}
	.gHeader_col-logoHome {}
}
@media screen and (max-width:374px) {
	.gVisual_title {
		font-size: 30px;
	}
}
