@charset "UTF-8";
.gFooter {
	background-color: var(--color-gray-light);
	position: relative;
	padding-top: 53px;
	padding-bottom: 14px;
	box-shadow: 0 100vh 0 100vh var(--color-blue-main);
	overflow: hidden;
}
.gFooter_bg {
	fill: var(--color-blue-main);
	display: block;
	width: 100%;
	height: 93px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	min-width: 1380px;
}
.gFooter_inner {
	position: relative;
	z-index: 1;
	max-width: 1260px;
}
.gFooter_logo {
	max-width: 392px;
	margin: 0 auto 52px;
}
.gFooter_logo > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo > a > img {
	display: block;
	width: 100%;
	height: auto;
}
.gFooter_cols {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	margin-top: 36px;
}
.gFooter_col {}
.gFooter_col-link {
	margin-top: 14px;
}
.gFooter_list {
	list-style: none;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	max-width: 750px;
}
.gFooter_list > li {
	display: flex;
	align-items: center;
}
.gFooter_list > li:nth-last-child(n+2)::after {
	content: "｜";
	display: block;
	margin: 0 12px;
}
.gFooter_list > li > a {
	display: block;
	color: inherit;
	padding: 4px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_col-info {
	align-self: flex-end;
}
.gFooter_dList {
	list-style: none;
	font-size: 12px;
	line-height: 2;
	text-align: right;
}
.gFooter_dList > dt {}
.gFooter_dList > dd {}
.gFooter_copyright {
	color: #fff;
	font-size: 12px;
	margin-top: 40px;
}
.gFooter_copyright > small {
	display: block;
	text-align: center;
	font-size: inherit;
}
.gFootNav {
	line-height: 1.67;
}
.gFootNav_cols {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
}
.gFootNav_col {}
.gFootNav_col-corp {}
.gFootNav_link {
	margin-left: -1px;
}
.gFootNav_link:nth-child(n+2) {
	margin-top: 37px;
}
.gFootNav_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	padding: 9px 0;
	font-weight: 500;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_link > a > .icon {
	color: var(--color-blue-main);
	font-size: 12px;
	display: block;
	margin-right: 2px;
}
.gFootNav_list {
	list-style: none;
	font-size: 12px;
}
.gFootNav_list > li {}
.gFootNav_list > li.-sp {
	display: none;
}
.gFootNav_list > li > a {
	display: block;
	color: inherit;
	padding: 2px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_list > li > a > .icon {
	font-size: 11px;
	color: var(--color-blue-main);
	top: -1px;
	margin-left: 3px;
}
.gFootNav_col-sustainability {}
.gFootNav_list-child {}
.gFootNav_list-child > li > a {
	padding-left: 1em;
}
.gFootNav_col-service {
	width: 60%;
}
.gFootNav_inCols {
	display: flex;
	margin-top: 2px;
	justify-content: space-between;
}
.gFootNav_inCol {}
.gFootNav_inCol-no1 {
	min-width: 120px;
}
.gFootNav_label {
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-bottom: 9px;
}
.gFootNav_label:nth-child(n+2) {
	margin-top: 23px;
}
.gFootNav_label::after {
	content: "";
	display: block;
	width: auto;
	flex-grow: 1;
	height: 1px;
	background-color: currentColor;
	margin-left: 4px;
	min-width: 25px;
}
.gFootNav_inCol-no2 {}
.gFootNav_inCol-no3 {}
.gFootNav_inCol-no4 {}
.gFootNav_col-recruit {}
.gBody {
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
}
.gPageTop {
	position: fixed;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	transition-duration: .3s;
	transition-property: opacity, visibility;
	visibility: hidden;
	opacity: 0;
}
.gPageTop-scrolled {
	visibility: visible;
	opacity: 1;
}
.gPageTop_button {
	display: block;
	width: 76px;
	height: 76px;
	background-color: var(--color-blue-main);
	color: #fff;
	border-radius: 50%;
	font-size: 34px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
	border: 1px solid var(--color-blue-main);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button > .icon {
	display: block;
}
.gHeaderWrap {
	height: 90px;
}
.gHeader {
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.10);
}
.gHeader_inner {}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {
	width: 191px;
}
.gHeader_title {}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 90px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img {
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	top: 1px;
}
.gHeader_col-menu {
	width: calc(100% - 220px);
	margin-left: auto;
	max-width: 1039px;
}
.gNav {
	height: 100%;
}
.gNav_inner {
	height: 100%;
	display: flex;
}
.gNav_list {
	list-style: none;
	display: flex;
	flex-grow: 1;
	max-width: 594px;
	margin-right: auto;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	height: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 4px;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list_text {
	display: block;
	padding: 5px 0;
	transition-duration: .3s;
	transition-property: border-color;
	position: relative;
}
.gNav_btnList {
	list-style: none;
	display: flex;
	margin-left: 10px;
	align-self: center;
}
.gNav_btnList > li {}
.gNav_btnList > li:nth-child(n+2) {
	margin-left: 10px;
}
.gNav_btnList_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1.1;
	text-decoration: none;
	font-weight: 500;
	border: 1px solid var(--color-text);
	border-radius: 20px;
	padding: 3px 14px;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
}
.gNav_btnList_btn::before {
	display: block;
	content: "";
	width: 1px;
	height: 24px;
	margin-right: -1px;
}
.gNav_btnList_btn-contact {
	border-color: var(--color-blue-main);
	background-color: var(--color-blue-main);
	color: #fff;
}
.gNav_searchBtn {
	display: block;
	color: var(--color-blue-main);
	font-size: 28px;
	width: 48px;
	text-align: right;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_searchBtn > .icon {
	display: block;
}
.gPankuzu {
	color: #fff;
	position: relative;
	z-index: 1;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	display: flex;
	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: "";
	background-image: url(/assets/img/common/icn-separator.svg);
	width: 5px;
	height: 8px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-width: 5px;
	margin: 0 7px;
}
.gPankuzu_oList > li > a {
	display: flex;
	color: inherit;
	align-items: center;
	height: 40px;
}
.gVisual {
	background-color: var(--color-blue-main);
	color: #fff;
	margin-top: -40px;
	position: relative;
	z-index: 0;
	padding-top: 56px;
	padding-bottom: 34px;
	margin-bottom: 59px;
}
.gVisual_inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gVisual_inner::before {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
}
.gVisual_title {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	position: relative;
	z-index: 1;
	line-height: 1.2;
}
.gVisual-sustainability .gVisual_title {
	font-size: 36px;
}
.gVisual-sustainability .gVisual_title span {
	font-size: 24px;
}
.gNav_btnList_btn > br {
	display: none;
}
.gBarNav {
	position: fixed;
	z-index: 100;
	left: 0;
	width: 100%;
	bottom: 0;
	display: none;
}
.gBarNav_list {
	list-style: none;
	display: flex;
}
.gBarNav_list > li {
	width: 20%;
	box-sizing: border-box;
}
.gBarNav_list > li:nth-child(n+2) {
	border-left: 1px solid #fff;
}
.gBarNav_btn {
	display: flex;
	height: 65px;
	background-color: var(--color-blue-main);
	color: #fff;
	text-decoration: none;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 10px;
	line-height: 1.1;
	font-weight: 500;
	text-align: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-feature-settings: "palt";
}
.gBarNav_btn > .icon {
	display: block;
	font-size: 26px;
}
.gBarNav_btn_text {
	display: flex;
	min-height: 22px;
	align-items: center;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	top: 3px;
}
.gBody_inner {}
.gHeaderWrap-home {
	display: none;
}
.gBody-home {
	padding-bottom: 30px;
}
.gPickup {}
.gPickup_cols {
	display: flex;
}
.gPickup_col {}
.gPickup_col-ttl {
	width: 275px;
}
.gPickup_title {
	font-weight: normal;
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: 1.2;
	margin-bottom: 20px;
}
.gPickup_title_sub {
	display: block;
	font-family: var(--font-lato);
	font-size: 32px;
	margin-right: 0.4em;
	letter-spacing: 0.03em;
}
.gPickup_title_main {
	display: block;
	position: relative;
	z-index: 1;
	top: 0.3em;
}
.gPickup_text {
	font-size: 14px;
	line-height: 1.43;
	font-weight: 300;
}
.gPickup_col-img {
	width: 144px;
}
.gPickup_image {
	transition-duration: .3s;
	transition-property: opacity;
}
.gPickup_image > img {
	display: block;
}
.gPickup > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gMegaNav {
	line-height: 1.67;
}
.gMegaNav_link {
	margin-bottom: 12px;
}
.gMegaNav_link > a {
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	display: flex;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMegaNav_link > a > .icon {
	display: block;
	font-size: 12px;
	color: var(--color-blue-main);
	margin-right: 0px;
	top: 0.05em;
	left: -3px;
}
.gMegaNav_box {
	padding-left: 40px;
	display: flex;
	position: relative;
}
.gMegaNav_box::before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 10px);
	left: 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	background-color: var(--color-blue-main);
}
.gMegaNav_box._second_ {
	border-top: 1px solid var(--color-blue-main);
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
}
@media screen and (max-width:1099px) {
	.gMegaNav_box._second_ {
		margin: 20px 0 0 0;
		padding: 15px 0 0 0;
	}
}
.gMegaNav_box._second_::before {
	display: none;
}
.gMegaNav_box._second_ .gMegaNav_box_cell {
	position: relative;
	padding: 0 0 0 30px;
}
@media screen and (max-width: 1339px) {
	.gMegaNav_box._second_ .gMegaNav_box_cell {
		padding: 0 0 0 15px;
	}
}
.gMegaNav_box._second_ .gMegaNav_box_cell::before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 10px);
	left: 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	background-color: var(--color-blue-main);
}
	
.gMegaNav_box_cell {}
.gMegaNav_box_cell:nth-child(n+2) {
	margin-left: 45px;
}
.gMegaNav_list {
	list-style: none;
}
.gMegaNav_list_mb {
	margin-bottom: 20px;
}
.gMegaNav_list_flex {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}
.gMegaNav_list > li {}
.gMegaNav_list > li > a {
	display: block;
	color: inherit;
	font-size: 14px;
	padding: 4px 0px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMegaNav_list_item .__em {
	font-weight: bold;
}
.gMenu_list_item {
	display: block;
	color: inherit;
	font-size: 14px;
	padding: 4px 0px;
}

.gMegaNav_list-child > li > a {
	padding-left: 1em;
}
.gMegaNav_list > li > a > .icon-blank {
	color: var(--color-blue-main);
	font-size: 11px;
	margin-left: 3px;
	top: -1px;
}
.gMegaNav_title {
	font-size: 17px;
	font-weight: 500;
	color: var(--color-blue-main);
	line-height: 1.5;
	margin-bottom: 10px;
}
.gMegaNav_cols {
	display: flex;
}
.gMegaNav_col {
	display: flex;
	flex-direction: column;
}
.gMegaNav_col:nth-child(n+2) {
	margin-left: 45px;
}
.gMegaNav_box-sub {
	padding-left: 30px;
}
.gMegaNav_box-fit {
	flex-grow: 1;
}
.gMegaNav_title-small {
	font-size: inherit;
	margin-bottom: 5px;
}
.gMegaNav_title-small._mt15_ {
	margin-top: 15px;
}
@media screen and (max-width:1099px) {
	.gMegaNav_title-small._mt15_ {
		margin-top: 10px;
	}
}
.gMegaNav_box_cell-lowResNone {}
.gMegaNav_box_cell_inner {
	margin-top: 20px;
}
.gMegaNav_box_cell_inner-lowResBlock {
	display: none;
}
.gMegaNav_grid {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 45px;
}
.gMegaNav_grid_item {}
.gMenu {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 65px);
	background-color: #fff;
	font-size: 16px;
	line-height: 1.2;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	display: flex;
	flex-direction: column;
	display: none;
}
.gMenu.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMenu_head {
	background-color: var(--color-blue-main);
	width: 100%;
}
.gMenu_closeBtn {
	display: block;
	height: 49px;
	width: 49px;
	position: relative;
	margin-left: auto;
	color: #fff;
}
.gMenu_closeBtn::before {
	content: "";
	width: 30px;
	height: 2px;
	background-color: currentColor;
	display: block;
	border-radius: 1px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.gMenu_closeBtn::after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: currentColor;
	display: block;
	border-radius: 1px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.gMenu_body {
	height: calc(100% - 49px);
	overflow: auto;
	width: 100%;
}
.gMenu_list {
	list-style: none;
}
.gMenu_list > li {}
.gMenu_item {
	text-decoration: none;
	color: inherit;
	min-height: 49px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 5px 15px;
	border-bottom: 1px solid var(--color-blue-border);
	position: relative;
	padding-right: 40px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMenu_item._fx-c_ {
	flex-direction: column;
	align-items: flex-start;
}
.gMenu_item ._small_ {
	font-size: 13px;
}
.gMenu_item .__em {
	font-weight: bold;
}
.gMenu_item .__category {
	background-color: var(--color-blue-main);
	color: #fff;
	padding: 2px 5px;
	margin-top: 5px;
	display: inline-block;
	border-radius: 3px;
}
.gMenu_item .__category:not(:last-child) {
	margin-right: 5px;
}
.gMenu_item[aria-expanded="true"] {
	background-color: var(--color-blue-pale);
}
.gMenu_item > .icon-arrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	color: var(--color-blue-main);
	font-size: 14px;
}
.gMenu_item > .icon-blank {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
	color: var(--color-blue-main);
	font-size: 14px;
}
.gMenu_item_toggle {
	display: block;
	width: 15px;
	height: 2px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 17px;
	background-color: currentColor;
	border-radius: 1px;
	color: var(--color-blue-main);
}
.gMenu_item_toggle::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1px;
	background-color: currentColor;
	transform: rotate(90deg);
	transition-duration: .3s;
	transition-property: transform;
}
.gMenu_item[aria-expanded="true"] .gMenu_item_toggle::before {
	transform: rotate(0deg);
}
.gMenu_label {
	min-height: 49px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	font-weight: 500;
	position: relative;
	z-index: 1;
	margin-top: -1px;
	box-sizing: border-box;
	background-color: var(--color-blue-border);
	color: #fff;
}
.gMenu_item-icon {
	padding-left: 38px;
}
.gMenu_item_icon {
	display: block;
	color: var(--color-blue-main);
	font-size: 18px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
}
.gMenu_list-child {
	display: none;
	background-color: var(--color-blue-pale);
}
.gMenu_list-child.isShow {
	display: block;
}
.gMenu_item-child {
	padding-left: 31px;
}
.gMenu_toggle {
	display: none;
	background-color: #fff;
}
.gMenu_toggle.isShow {
	display: block;
}
.gMenu_label-toggle {
	border-bottom: 1px solid var(--color-blue-border);
}
.gMenu_label-toggle:nth-child(n+2) {
	border-top: 1px solid var(--color-blue-border);
}
.gFootNav_link_toggle {
	display: none;
	width: 15px;
	height: 2px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 17px;
	background-color: currentColor;
	border-radius: 1px;
	color: var(--color-blue-main);
}
.gFootNav_link_toggle::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1px;
	background-color: currentColor;
	transform: rotate(90deg);
	transition-duration: .3s;
	transition-property: transform;
}
.gFootNav_toggle {}
.gFootNav_list > li > a > .icon-arrowRight {
	display: none;
}
.gFootNav_list-sp {
	display: none;
}
.gMega {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: rgba(239, 243, 247, 0.85);
	backdrop-filter: blur(9px);
	padding: 40px 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gMega.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMega_inner {}
.gMega_cols {
	display: flex;
}
.gMega_col {}
.gMega_col-menu {}
.gMega_hr {
	width: 1px;
	background-color: var(--color-blue-main);
	margin: 0 35px;
}
.gMega_col-pickup {}
.gMegaNav_box-head {
	padding-left: 0;
}
.gMegaNav_box-head::before {
	display: none;
}
.gMegaNav_grid-head {
	grid-template-columns: auto auto;
	grid-auto-flow: column;
	grid-template-rows: auto auto;
	grid-column-gap: 30px;
}
.gMegaNav_grid_item-h1 {}
.gMegaNav_grid_item-h2 {
	margin-top: 29px;
}
.gMegaNav_grid_item-h3 {}
.gNav_list_text::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	top: 100%;
	left: 0;
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: right top;
	transform: scale(0, 1);
}
.gNav_list > li > a[aria-expanded="true"] {
	color: var(--color-blue-main);
}
a[aria-expanded="true"] .gNav_list_text::after {
	transform: scale(1, 1);
}
.gVisual_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gVisual_image::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #9D9D9D;
	mix-blend-mode: multiply;
}
.gVisual_image > img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gBody_description {
	font-size: var(--font-size-medium);
	text-align: center;
	margin-bottom: 30px;
}
.gBody_description-mbL {
	margin-bottom: 60px;
}
.gVisual-noVis {
	padding-top: 40px;
	padding-bottom: 18px;
}
.gSearchBox {
	background-color: rgba(239, 243, 247, 0.85);
	backdrop-filter: blur(9px);
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	z-index: 100;
	padding-top: 50px;
	padding-bottom: 40px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gSearchBox.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gSearchBox_box {
	display: flex;
}
.gSearchBox_input {
	width: calc(100% - 114px);
	margin-right: auto;
}
.gSearchBox_btn {
	width: 104px;
}
.gSearchBox_inner {
	max-width: 534px;
}
.gFootNav_label > a {
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMegaNav_title > a {
	display: block;
	text-decoration: none;
}
.gMenu_label-hasLink {
	padding: 0;
	display: block;
	color: inherit;
}
.gMenu_label-hasLink > a,
.gMenu_label-hasLink._no-link_ {
	min-height: 49px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	background-color: #fff;
	color: var(--color-blue-main);
	font-weight: 500;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	text-decoration: none;
	padding-right: 40px;
}
.gMenu_label-hasLink._no-link_ {
	background-color: var(--color-blue-pale);
}
.gMenu_label-hasLink._no-link_:first-child {
	border-top: 1px solid var(--color-blue-border);
}
.gPickup_text-fixWidth {
	max-width: 220px;
}
.gPickup_title-link {
	display: flex;
	font-weight: 500;
	font-size: inherit;
}
.gPickup_title-link > .icon {
	display: block;
	font-size: 12px;
	color: var(--color-blue-main);
	margin-right: 0px;
	top: 0.05em;
	left: -3px;
}
.gBody-noPb {
	padding-bottom: 0;
}
.gBody-sustainability {
	background-color: var(--color-green-cream);
}
.gVisual-sustainability {
	/* background-color: #26770E; */
	background: linear-gradient(115deg, #2EB284 0%, #87C143 100%);
	padding-top: 75px;
    padding-bottom: 40px;
}
.gMegaNav_list_item {}
.gMegaNav_list_item > .icon-arrowRight {
	display: none;
}
.gFootNav_label-noBorder::after {
	display: none;
}
.gFootNav_label-noBorder:nth-child(n+2) {
	margin-top: 40px;
}
.gFootNav_label-hasLink > a > .icon-arrowRight {
	display: none;
}
.gHeaderWrap-home {
	display: none;
}
.gMenu_label-hasLink > a > .icon-arrowRight {
	display: none;
}
@media screen and (max-width:1339px) {
	.gMegaNav_box {
		padding-left: 20px;
	}
	.gMegaNav_box-sub {
		padding-left: 15px;
	}
	.gMegaNav_box_cell:nth-child(n+2) {
		margin-left: 20px;
	}
	.gMegaNav_col:nth-child(n+2) {
		margin-left: 20px;
	}
	.gMegaNav_grid {
		grid-column-gap: 20px
	}
	.gMegaNav_box-head {
		padding-left: 0;
	}
}
@media screen and (max-width:1249px) {
	.gMega_hr {
		margin: 0 35px;
	}
	.gMegaNav_box-service {}
	.gMegaNav_box_cell-lowResNone {
		display: none;
	}
	.gMegaNav_box_cell_inner-lowResBlock {
		display: block;
	}
	.gMegaNav_grid {
		grid-template-columns: auto auto;
	}
	.gMegaNav_grid_item-no3 {
		grid-column-start: 2;
		margin-top: 13px;
	}
}
@media screen and (max-width:1159px) {
	.gNav_btnList_btn > br {
		display: inline;
	}
	.gFootNav_inCols {
		display: grid;
		grid-template-columns: auto auto auto;
		column-gap: 10px;
	}
	.gFootNav_inCol-no4 {
		grid-column-start: 3;
		margin-top: 20px;
	}
	.gFootNav_label:nth-child(n+2) {
		margin-top: 20px;
	}
	.gFootNav_cols {
		max-width: 990px;
	}
	.gFootNav_col-service {
		width: 54%;
	}
	.gNav_searchBtn {
		width: 40px;
	}
	.gHeader_col-menu {
		width: calc(100% - 210px);
	}
	.gMegaNav_grid-head {
		display: block;
	}
	.gMegaNav_grid_item-h2 {
		margin-top: 20px;
	}
	.gMegaNav_grid_item-h3 {
		margin-top: 20px;
	}
	.gFootNav_label-noBorder:nth-child(n+2) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 1099px) {
	.gPickup_text {
		font-size: 13px;
	}
	.gPickup_col-ttl {
		width: 250px;
	}
	.gMega_hr {
		margin: 0 30px;
	}
	.gNav_list > li > a {
		font-size: 14px;
	}
	.gHeader_col-title {
		width: 170px;
	}
	.gHeader_col-menu {
		width: calc(100% - 190px);
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	a:hover .gPickup_title-link {
		color: var(--color-blue-main);
	}
	.gMegaNav_title > a:hover {
		text-decoration: underline;
	}
	.gSearchBox_btn:hover {}
	a:hover .gNav_list_text::after {
		transform: scale(1, 1);
		transform-origin: left top;
	}
	.gMenu_closeBtn:hover {}
	a:hover .gPickup_image {
		opacity: .7;
	}
	.gPickup > a:hover {}
	.gMegaNav_link > a:hover {
		color: var(--color-blue-main);
	}
	.gMegaNav_list > li > a:hover {
		color: var(--color-blue-main);
	}
	.gBarNav_btn:hover {}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gNav_list > li > a:hover {
		color: var(--color-blue-main);
	}
	a:hover .gNav_list_text {}
	.gNav_btnList_btn:hover {
		background-color: var(--color-blue-main);
		color: #fff;
		border-color: var(--color-blue-main);
	}
	.gNav_btnList_btn-contact:hover {
		background-color: #fff;
		color: var(--color-blue-main);
	}
	.gNav_searchBtn:hover {
		color: var(--color-blue-main);
	}
	.gPankuzu_oList > li > a:hover {}
	.gPageTop_button:hover {
		background-color: #fff;
		color: var(--color-blue-main);
	}
	.gFooter_logo > a:hover {
		opacity: 0.8;
	}
	.gFooter_list > li > a:hover {
		color: var(--color-blue-main);
	}
	.gFootNav_link > a:hover {
		color: var(--color-blue-main);
	}
	.gFootNav_list > li > a:hover {
		color: var(--color-blue-main);
	}
	.gFootNav_label > a:hover {
		text-decoration: none;
		color: var(--color-blue-main);
	}
}
@media screen and (max-width:999px) {
	.gFooter {}
	.gFooter_bg {}
	.gFooter_inner {}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo > a > img {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-link {}
	.gFooter_list {
		max-width: 700px;
	}
	.gFooter_list > li {}
	.gFooter_list > li:nth-last-child(n+2)::after {}
	.gFooter_list > li > a {}
	.gFooter_col-info {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gFootNav {}
	.gFootNav_cols {
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;
	}
	.gFootNav_col {}
	.gFootNav_col-corp {}
	.gFootNav_link {}
	.gFootNav_link:nth-child(n+2) {}
	.gFootNav_link > a {}
	.gFootNav_link > a > .icon {
		font-size: 11px;
	}
	.gFootNav_list {
		font-size: 11px;
	}
	.gFootNav_list > li {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li > a > .icon {}
	.gFootNav_col-sustainability {}
	.gFootNav_list-child {}
	.gFootNav_list-child > li > a {}
	.gFootNav_col-service {
		width: auto;
	}
	.gFootNav_inCols {
		grid-template-columns: auto auto;
		column-gap: 15px;
	}
	.gFootNav_inCol {}
	.gFootNav_inCol-no1 {
		min-width: 0;
	}
	.gFootNav_label {}
	.gFootNav_label:nth-child(n+2) {}
	.gFootNav_label::after {}
	.gFootNav_inCol-no2 {}
	.gFootNav_inCol-no3 {
		margin-top: 20px;
	}
	.gFootNav_inCol-no4 {
		grid-column-start: 2;
		margin-top: 20px;
	}
	.gFootNav_col-recruit {}
	.gBody {
		padding-bottom: 80px;
	}
	.gPageTop {}
	.gPageTop_button {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}
	.gPageTop_button > .icon {}
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 150px;
	}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gHeader_col-menu {
		width: calc(100% - 160px);
	}
	.gNav {}
	.gNav_inner {}
	.gNav_list {
		max-width: 410px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list_text {}
	.gNav_btnList {
		display: block;
		margin-left: 5px;
	}
	.gNav_btnList > li {}
	.gNav_btnList > li:nth-child(n+2) {
		margin-left: 0;
		margin-top: 5px;
	}
	.gNav_btnList_btn {
		font-size: 12px;
	}
	.gNav_btnList_btn::before {}
	.gNav_btnList_btn-contact {}
	.gNav_searchBtn {
		font-size: 20px;
		width: 36px;
	}
	.gNav_searchBtn > .icon {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {}
	.gVisual {}
	.gVisual_inner {}
	.gVisual_inner::before {
		height: 70px;
	}
	.gVisual_title {
		font-size: 26px;
	}
	.gNav_btnList_btn > br {}
	.gBarNav {}
	.gBarNav_list {}
	.gBarNav_list > li {}
	.gBarNav_list > li:nth-child(n+2) {}
	.gBarNav_btn {}
	.gBarNav_btn > .icon {}
	.gBarNav_btn_text {}
	.gBody_inner {}
	.gHeaderWrap-home {}
	.gBody-home {}
	.gPickup {}
	.gPickup_cols {}
	.gPickup_col {}
	.gPickup_col-ttl {
		width: 220px;
	}
	.gPickup_title {
		font-size: 12px;
		margin-bottom: 9px;
		white-space: nowrap;
	}
	.gPickup_title_sub {
		font-size: 25px;
		margin-right: 0.3em;
	}
	.gPickup_title_main {}
	.gPickup_text {
		font-size: 12px;
		max-width: 200px;
	}
	.gPickup_col-img {
		width: 116px;
	}
	.gPickup_image {}
	.gPickup_image > img {}
	.gPickup > a {}
	.gMegaNav {}
	.gMegaNav_link {
		margin-bottom: 8px;
	}
	.gMegaNav_link > a {}
	.gMegaNav_link > a > .icon {}
	.gMegaNav_box {}
	.gMegaNav_box::before {}
	.gMegaNav_box_cell {}
	.gMegaNav_box_cell:nth-child(n+2) {
		margin-left: 17px;
	}
	.gMegaNav_list {}
	.gMegaNav_list > li {}
	.gMegaNav_list > li > a {
		font-size: 12px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.gMenu_list_item {
		font-size: 12px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.gMegaNav_list-child > li > a {}
	.gMegaNav_list > li > a > .icon-blank {}
	.gMegaNav_title {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.gMegaNav_cols {}
	.gMegaNav_col {}
	.gMegaNav_col:nth-child(n+2) {}
	.gMegaNav_box-sub {}
	.gMegaNav_box-fit {}
	.gMegaNav_title-small {
		font-size: inherit;
		margin-bottom: 0px;
	}
	.gMegaNav_box_cell-lowResNone {}
	.gMegaNav_box_cell_inner {}
	.gMegaNav_box_cell_inner-lowResBlock {}
	.gMegaNav_grid {
		display: block;
	}
	.gMegaNav_grid_item {
		margin-top: 10px;
	}
	.gMegaNav_grid_item-no1 {
		margin-top: 0;
	}
	.gMegaNav_grid_item-no2 {}
	.gMegaNav_grid_item-no3 {}
	.gMenu {}
	.gMenu.isShow {}
	.gMenu_head {}
	.gMenu_closeBtn {}
	.gMenu_closeBtn::before {}
	.gMenu_closeBtn::after {}
	.gMenu_body {}
	.gMenu_list {}
	.gMenu_list > li {}
	.gMenu_item {}
	.gMenu_item > .icon-arrowRight {}
	.gMenu_item > .icon-blank {}
	.gMenu_item_toggle {}
	.gMenu_item_toggle::before {}
	.gMenu_item[aria-expanded="true"] .gMenu_item_toggle::before {}
	.gMenu_label {}
	.gMenu_item-icon {}
	.gMenu_item_icon {}
	.gMenu_list-child {}
	.gMenu_list-child.isShow {}
	.gMenu_item-child {}
	.gMenu_toggle {}
	.gMenu_toggle.isShow {}
	.gMenu_label-toggle {}
	.gMenu_label-toggle:nth-child(n+2) {}
	.gFootNav_link_toggle {}
	.gFootNav_link_toggle::before {}
	.gFootNav_toggle {}
	.gFootNav_list > li > a > .icon-arrowRight {}
	.gFootNav_list-sp {}
	.gMega {
		padding: 25px 0;
	}
	.gMega.isShow {}
	.gMega_inner {}
	.gMega_cols {}
	.gMega_col {}
	.gMega_col-menu {}
	.gMega_hr {
		margin: 0 20px;
	}
	.gMega_col-pickup {}
	.gMegaNav_box-head {}
	.gMegaNav_box-head::before {}
	.gMegaNav_grid-head {}
	.gMegaNav_grid_item-h1 {}
	.gMegaNav_grid_item-h2 {}
	.gMegaNav_grid_item-h3 {}
	.gPickup_col-ttlHead {
		width: auto;
		margin-right: 13px;
	}
	.gVisual_image {}
	.gVisual_image::before {}
	.gVisual_image > img {}
	.gBody_description {}
	.gBody_description-mbL {
		margin-bottom: 40px;
	}
	.gVisual-noVis {}
	.gSearchBox {}
	.gSearchBox.isShow {}
	.gSearchBox_box {}
	.gSearchBox_input {}
	.gSearchBox_btn {}
	.gSearchBox_inner {}
	.gFootNav_label > a {}
	.gMegaNav_title > a {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody-sustainability {}
	.gVisual-sustainability {}
	.gFootNav_label-noBorder::after {}
	.gFootNav_label-noBorder:nth-child(n+2) {}
}
@media screen and (max-width:767px) {
	.gFooter {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.gFooter_bg {
		display: none;
	}
	.gFooter_inner {}
	.gFooter_logo {
		max-width: 250px;
		margin-bottom: 27px;
	}
	.gFooter_logo > a {}
	.gFooter_logo > a > img {}
	.gFooter_cols {
		display: block;
		margin: 0;
	}
	.gFooter_col {}
	.gFooter_col-link {
		margin-top: 21px;
	}
	.gFooter_list {
		display: block;
		font-size: 14px;
		padding-right: 50px;
	}
	.gFooter_list > li {}
	.gFooter_list > li:nth-last-child(n+2)::after {
		display: none;
	}
	.gFooter_list > li > a {
		padding: 9px 5px;
	}
	.gFooter_col-info {
		margin-top: 44px;
	}
	.gFooter_dList {
		line-height: 1.58;
		text-align: center;
	}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_copyright {
		background-color: var(--color-blue-main);
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px 0 75px;
		box-shadow: -30px 0 0 var(--color-blue-main), 30px 0 0 var(--color-blue-main);
		margin-left: -5px;
		margin-right: -5px;
		line-height: 1.4;
		margin-top: 24px;
	}
	.gFooter_copyright::before {
		content: "";
		display: block;
		width: 1px;
		height: 26px;
		margin-right: -1px;
	}
	.gFooter_copyright > small {}
	.gFootNav {
		margin-left: -15px;
		margin-right: -15px;
		border-top: 1px solid var(--color-gray-border);
	}
	.gFootNav_cols {
		display: block;
		max-width: none;
	}
	.gFootNav_col {}
	.gFootNav_col-corp {}
	.gFootNav_link {
		font-size: 16px;
	}
	.gFootNav_link:nth-child(n+2) {
		margin-top: 0;
	}
	.gFootNav_link > a {
		border-bottom: 1px solid var(--color-gray-border);
		padding: 5px 15px;
		position: relative;
		padding-right: 40px;
	}
	.gFootNav_link > a::before {
		content: "";
		display: block;
		width: 1px;
		height: 41px;
		margin-right: -1px;
	}
	.gFootNav_link > a > .icon {
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 16px;
		transform: translateY(-50%);
		font-size: 14px;
		margin-right: 0;
	}
	.gFootNav_link-toggle > a > .icon {
		display: none;
	}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li.-sp {
		display: block;
	}
	.gFootNav_list > li > a {
		text-decoration: none;
		color: inherit;
		min-height: 49px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		padding: 5px 15px;
		border-bottom: 1px solid var(--color-gray-border);
		position: relative;
		padding-right: 40px;
		font-size: 16px;
	}
	.gFootNav_list > li > a > .icon {}
	.gFootNav_list > li > a > .icon-blank {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 19px;
		transform: translateY(-50%);
		color: var(--color-blue-main);
		font-size: 14px;
		margin-left: 0;
	}
	.gFootNav_col-sustainability {}
	.gFootNav_list-child {}
	.gFootNav_list-child > li > a {
		padding-left: 31px;
	}
	.gFootNav_col-service {}
	.gFootNav_inCols {
		display: block;
		margin: 0;
	}
	.gFootNav_inCol {
		margin: 0;
	}
	.gFootNav_inCol-no1 {}
	.gFootNav_label {
		margin: 0;
		min-height: 49px;
		display: flex;
		align-items: center;
		padding: 0 15px;
		background-color: #fff;
		color: var(--color-blue-main);
		font-weight: 500;
		position: relative;
		z-index: 1;
		margin-top: -1px;
		box-sizing: border-box;
		font-size: 16px;
	}
	.gFootNav_label:nth-child(n+2) {
		margin-top: 0;
	}
	.gFootNav_label::after {
		display: none;
	}
	.gFootNav_inCol-no2 {}
	.gFootNav_inCol-no3 {}
	.gFootNav_inCol-no4 {}
	.gFootNav_col-recruit {}
	.gBody {
		padding-bottom: 50px;
	}
	.gPageTop {
		bottom: 212px;
		right: 16px;
		position: absolute;
	}
	.gPageTop_button {
		width: 45px;
		height: 45px;
		box-shadow: none;
	}
	.gPageTop_button > .icon {}
	.gHeaderWrap {
		height: auto;
	}
	.gHeader {
		position: relative;
		box-shadow: none;
	}
	.gHeader_inner {
		padding-left: 11px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 105px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 45px;
	}
	.gHeader_title_img {
		top: 0;
	}
	.gHeader_col-menu {
		display: none;
	}
	.gNav {}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list_text {}
	.gNav_btnList {}
	.gNav_btnList > li {}
	.gNav_btnList > li:nth-child(n+2) {}
	.gNav_btnList_btn {}
	.gNav_btnList_btn::before {}
	.gNav_btnList_btn-contact {}
	.gNav_searchBtn {}
	.gNav_searchBtn > .icon {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 10px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {
		margin: 0 4px;
		width: 4px;
		min-width: 4px;
		height: 7px;
	}
	.gPankuzu_oList > li > a {
		height: 30px;
	}
	.gVisual {
		padding-top: 30px;
		margin-top: -30px;
		padding-bottom: 11px;
		margin-bottom: 29px;
	}
	.gVisual_inner {}
	.gVisual_inner::before {
		height: 39px;
	}
	.gVisual_title {
		font-size: 19px;
	}
	.gVisual-sustainability .gVisual_title {
		font-size: 19px;
	}
	.gVisual-sustainability .gVisual_title span {
		font-size: 12px;
	}
	.gNav_btnList_btn > br {}
	.gBarNav {
		display: block;
	}
	.gBarNav_list {}
	.gBarNav_list > li {}
	.gBarNav_list > li:nth-child(n+2) {}
	.gBarNav_btn {}
	.gBarNav_btn > .icon {}
	.gBarNav_btn_text {}
	.gBody_inner {}
	.gHeaderWrap-home {}
	.gBody-home {}
	.gPickup {}
	.gPickup_cols {}
	.gPickup_col {}
	.gPickup_col-ttl {}
	.gPickup_title {}
	.gPickup_title_sub {}
	.gPickup_title_main {}
	.gPickup_text {}
	.gPickup_col-img {}
	.gPickup_image {}
	.gPickup_image > img {}
	.gPickup > a {}
	.gMegaNav {}
	.gMegaNav_link {}
	.gMegaNav_link > a {}
	.gMegaNav_link > a > .icon {}
	.gMegaNav_box {}
	.gMegaNav_box::before {}
	.gMegaNav_box_cell {}
	.gMegaNav_box_cell:nth-child(n+2) {}
	.gMegaNav_list {}
	.gMegaNav_list > li {}
	.gMegaNav_list > li > a {}
	.gMegaNav_list-child > li > a {}
	.gMegaNav_list > li > a > .icon-blank {}
	.gMegaNav_title {}
	.gMegaNav_cols {}
	.gMegaNav_col {}
	.gMegaNav_col:nth-child(n+2) {}
	.gMegaNav_box-sub {}
	.gMegaNav_box-fit {}
	.gMegaNav_title-small {}
	.gMegaNav_box_cell-lowResNone {}
	.gMegaNav_box_cell_inner {}
	.gMegaNav_box_cell_inner-lowResBlock {}
	.gMegaNav_grid {}
	.gMegaNav_grid_item {}
	.gMegaNav_grid_item-no1 {}
	.gMegaNav_grid_item-no2 {}
	.gMegaNav_grid_item-no3 {}
	.gBarNav_btn[aria-expanded="true"] {
		background-color: #fff;
		color: var(--color-blue-main);
	}
	.gMenu {
		display: flex;
	}
	.gMenu.isShow {}
	.gMenu_head {}
	.gMenu_closeBtn {}
	.gMenu_closeBtn::before {}
	.gMenu_closeBtn::after {}
	.gMenu_body {}
	.gMenu_list {}
	.gMenu_list > li {}
	.gMenu_item {}
	.gMenu_list_item {
		text-decoration: none;
		color: inherit;
		min-height: 49px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		padding: 5px 15px;
		border-bottom: 1px solid var(--color-blue-border);
		position: relative;
		font-size: inherit;
	}
	.gMenu_item > .icon-arrowRight {}
	.gMenu_item > .icon-blank {}
	.gMenu_item_toggle {}
	.gMenu_item_toggle::before {}
	.gMenu_item[aria-expanded="true"] .gMenu_item_toggle::before {}
	.gMenu_label {}
	.gMenu_item-icon {}
	.gMenu_item_icon {}
	.gMenu_list-child {}
	.gMenu_list-child.isShow {}
	.gMenu_item-child {}
	.gMenu_toggle {}
	.gMenu_toggle.isShow {}
	.gMenu_label-toggle {}
	.gMenu_label-toggle:nth-child(n+2) {}
	.gFootNav_link_toggle {
		display: block;
	}
	.gFootNav_link_toggle::before {}
	.gFootNav_link > a[aria-expanded="true"] .gFootNav_link_toggle::before {
		transform: rotate(0deg);
	}
	.gFootNav_toggle {
		display: none;
	}
	.gFootNav_toggle.isShow {
		display: block;
	}
	.gFootNav_list > li > a > .icon-arrowRight {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 16px;
		transform: translateY(-50%);
		font-size: 14px;
		margin-right: 0;
		margin-left: 0;
	}
	.gFootNav_list-sp {
		display: block;
	}
	.gMega {}
	.gMega.isShow {}
	.gMega_inner {}
	.gMega_cols {}
	.gMega_col {}
	.gMega_col-menu {}
	.gMega_hr {}
	.gMega_col-pickup {}
	.gMegaNav_box-head {}
	.gMegaNav_box-head::before {}
	.gMegaNav_grid-head {}
	.gMegaNav_grid_item-h1 {}
	.gMegaNav_grid_item-h2 {}
	.gMegaNav_grid_item-h3 {}
	.gVisual_image {}
	.gVisual_image::before {}
	.gVisual_image > img {}
	.gBody_description {
		text-align: left;
		margin-bottom: 15px;
	}
	.gBody_description-mbL {
		margin-bottom: 30px;
	}
	.gVisual-noVis {}
	.gBody_description-spCenter {
		text-align: center;
	}
	.gSearchBox {
		top: auto;
		bottom: 65px;
		padding-top: 30px;
		padding-bottom: 30px;
		backdrop-filter: none;
		background-color: rgba(239, 243, 247, 0.95);
	}
	.gSearchBox.isShow {}
	.gSearchBox_box {
		display: block;
	}
	.gSearchBox_input {
		width: 100%;
	}
	.gSearchBox_btn {
		width: 215px;
		margin: 20px auto 0;
	}
	.gSearchBox_inner {}
	.gFootNav_label-hasLink {
		color: inherit;
		padding: 0;
		min-height: 0;
		background-color: rgba(255, 255, 255, 0);
	}
	.gFootNav_label > a,
	.gFootNav_label > span {
		display: flex;
		min-height: 49px;
		align-items: center;
		padding: 0 15px;
		background-color: #fff;
		width: 100%;
		color: var(--color-blue-main);
		text-decoration: none;
		position: relative;
		padding-right: 40px;
	}
	.gMegaNav_title > a {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody-sustainability {}
	.gVisual-sustainability {}
	.gFootNav_label-noBorder::after {}
	.gFootNav_label-noBorder:nth-child(n+2) {}
	.gFootNav_label-hasLink > a > .icon-arrowRight {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 16px;
		transform: translateY(-50%);
		font-size: 14px;
		margin-right: 0;
		margin-left: 0;
	}
	.gMenu_label-hasLink > a > .icon-arrowRight {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 16px;
		transform: translateY(-50%);
		font-size: 14px;
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width:374px) {}
