@charset "UTF-8";
.gHeaderWrap {
	height: 100px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}
.gHeaderBg {
	background-image: url(/assets/img/common/bg-nav@2x.jpg);
	background-position: center center;
	position: fixed;
	z-index: 999;
	left: 0;
	width: 100%;
	height: 100px;
	opacity: .83;
	mix-blend-mode: screen;
	top: 0;
	background-size: cover;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}
.gHeader_inner {
	max-width: 1820px;
}
.gHeader_cols {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-title {
	width: 320px;
	transition-duration: .3s;
	transition-property: width;
}
.gHeader_title {}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	height: 100px;
	display: flex;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.gHeader_col-menu {
	width: calc(100% - 350px);
	transition-duration: .3s;
	transition-property: width;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gMenuBtn_text {}
.gMenuBtn_text-open {}
.gMenuBtn_text-hidden {}
.gNav {
	max-width: 859px;
	margin-left: auto;
}
.gNav_inner {
	display: flex;
}
.gNav_list {
	list-style: none;
	display: flex;
	align-items: center;
	flex-grow: 1;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li.-sp {
	display: none;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.2;
	text-align: center;
}
.gHeader_lang {
	display: flex;
	align-items: center;
	margin-left: 29px;
}
.gHeader_lang::before {
	content: "";
	display: block;
	width: 2px;
	height: 24px;
	border-radius: 1px;
	background-color: var(--color-gray);
	margin-right: 28px;
}
.gHeader_lang > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: 500;
	transition-duration: .3s;
	transition-property: background-color, color;
}
html[lang="ja"] .gHeader_lang > a {
	font-family: var(--font-geologica);
}
.gHeader_lang > a > .icon {
	display: block;
	font-size: 21px;
	margin-left: 11px;
}
.gFixNav {
	position: fixed;
	z-index: 998;
	top: 110px;
	left: 0;
	width: 100%;
}
.gFixNav-home {
	display: none;
}
.gFixNav_inner {
	max-width: 1820px;
	height: 0;
}
.gFixNav_list {
	list-style: none;
	display: flex;
	max-width: 460px;
	margin-left: auto;
}
.gFixNav_list > li {
	width: 48%;
	margin-left: 4%;
}
.gFixNav_list > li:first-child {
	margin-left: 0;
}
.gFixNav_btn {}
.gFixNav_btn::before {}
.gFixNav_btn-catalog {}
.gFixNav_btn-repair {}
.gNav_list_text {
	display: block;
	position: relative;
	z-index: 1;
}
.gBody {
	position: relative;
	overflow: hidden;
	padding-top: 88px;
	padding-bottom: 100px;
}
.gPankuzu {
	position: fixed;
	z-index: 998;
	max-width: 1820px;
	margin: 0 auto;
	width: 100%;
	top: 110px;
	left: 0;
	right: 0;
}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	font-weight: bold;
	background-color: var(--color-blue-extra-light);
	padding: 30px 0;
	position: absolute;
	top: 0;
	width: 62px;
	left: 0;
}
.gPankuzu_oList > li {
	color: var(--color-text-trans);
	width: 1em;
}
.gPankuzu_oList > li::after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background-color: var(--color-text);
	margin: 7px auto;
	position: relative;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-text);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPankuzu_text {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
	text-orientation: sideways;
}
.gBody_inner {}
.gFootNav {
	background-color: var(--color-blue-extra-light);
	padding: 70px 0;
}
.gFootNav_inner {
	max-width: 1640px;
}
.gFootNav_list {
	list-style: none;
	margin-left: -8px;
	margin-right: -8px;
	display: flex;
}
.gFootNav_list > li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 8px;
}
.gFootNav_item {
	height: 100%;
}
.gFootNav_item > a {
	text-decoration: none;
	color: inherit;
	background-color: var(--color-white);
	border: 2px solid var(--color-text);
	border-radius: 3px;
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 15px 24px;
	position: relative;
}
.gFootNav_title {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	line-height: 1.4;
	padding-left: 36px;
	padding-right: 28px;
	margin-bottom: 14px;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
	width: 100%;
}
.gFootNav_title > .icon {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0.7em;
	left: 0;
	transform: translateY(-50%) scale(1.13);
}
.gFootNav_arrow {
	display: block;
	color: var(--color-blue);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: left center;
}
.gFootNav_arrow > .icon {
	display: block;
}
.gFootNav_text {
	font-size: 14px;
	line-height: 1.43;
	margin-top: auto;
	min-height: 2.86em;
}
.gFootNav_item_blank {
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	transition-duration: .3s;
	transition-property: background-color, color, transform;
}
.gFootNav_item_blank > .icon {
	display: block;
}
.gFootNav_image {
	margin-bottom: 9px;
}
.gFootNav_image > img {
	display: block;
	margin: 0 auto;
}
.gFootNav_msg {
	font-size: 15px;
	line-height: 1.467;
	text-align: center;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color;
	margin-left: -5px;
	margin-right: -5px;
}
.gFootNav_item_inner {
	max-width: 338px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 9px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: 100%;
}
.gFootNav_item_inner-ipros {
	padding-top: 0;
	justify-content: center;
}
.gFooter {
	font-size: 14px;
	line-height: 1.57;
	padding-top: 46px;
	border-bottom: 8px solid var(--color-blue-extra-light);
	padding-bottom: 40px;
	box-shadow: 0 100vh 0 100vh var(--color-blue-extra-light);
}
.gFooter_inner {
	max-width: 1640px;
}
.gFooter_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-nav {}
.gFooter_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, auto);
	grid-column-gap: 84px;
}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	font-size: 15px;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
	display: flex;
	height: 47px;
	align-items: center;
}
.gFooter_list > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_list-child {
	display: block;
}
.gFooter_list-child > li {}
.gFooter_list-child > li > a {
	position: relative;
	padding-left: 18px;
}
.gFooter_list-child > li > a::before {
	content: "";
	display: block;
	border: 3.5px solid rgba(255, 255, 255, 0);
	border-left-color: currentColor;
	border-right-width: 0;
	border-left-width: 7px;
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
}
.gFooter_col-logo {
	padding-top: 14px;
}
.gFooter_name {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}
.gFooter_name > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_addr {}
.gFooter_tel {}
.gFooter_tel > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_sdgs {
	margin-top: 24px;
}
.gFooter_sdgs > img {
	display: block;
}
.gFooter_copyright {
	color: var(--color-text-trans);
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--font-geologica);
	margin-top: 78px;
}
.gFooter_copyright > small {
	display: block;
	font-size: inherit;
}
.gFooter_list_item {}
.gFooter_list_item-prod {
	grid-row: span 4;
}
.gFooter_list_item-repair {
	grid-row: span 3;
}
.gFootNav_title > br.-lowResInline {
	display: none;
}
.gFootNav_msg > br.-lowResInline {
	display: none;
}
.gHeader_lang_text {}
.gHeader_lang_text-sp {
	display: none;
}
.gHeader_lang_text-pc {}
.gNav_prodList {
	display: none;
	list-style: none;
}
.gNav_prodList > li {}
.gNav_prodList > li > a {
	text-decoration: none;
	color: inherit;
}
.gNav_prodList_fig {}
.gNav_prodList_fig > img {
	display: block;
}
.gNav_prodList_fig > figcaption {}
.gBody_title {}
.gBody_title_sub {}
.gBody_title_main {
    font-feature-settings: "palt";
}
.gBody-noPb {
	padding-bottom: 0;
}
.gBody_title-mb {
	margin-bottom: 103px;
}
.gBody-noPt {
	padding-top: 0;
}
.gHeaderWrap-home {
	height: auto;
}
.gHeaderBg-home {
	opacity: 0;
	transition-duration: 0.3s;
	transition-property: opacity;
}
.gHeader_col-titleHome {
	width: 380px;
}
.gHeader_col-titleScrolled {
	width: 320px;
}
.gHeader_col-menuHome {
	width: calc(100% - 400px);
}
.gHeader_col-menuScrolled {
	width: calc(100% - 350px);
}
.gHeader_title-home > a {
	height: 112px;
	box-sizing: border-box;
	padding-top: 24px;
	transition-duration: .3s;
	transition-property: height, padding-top, opacity;
}
.gHeader-scrolled {}
.gHeaderBg-scrolled {
	opacity: 1;
}
.gHeader-scrolled .gHeader_title-home > a {
	padding-top: 0;
	height: 100px;
}
.gFooterEn {
	background-color: var(--color-blue-extra-light);
	box-shadow: 0 100vh 0 100vh var(--color-blue-extra-light);
	padding-top: 47px;
	padding-bottom: 24px;
}
.gFooterEn_inner {}
.gFooterEn_logo {
	font-family: var(--font-geologica);
	font-size: 22px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	margin-bottom: 11px;
}
.gFooterEn_logo > a {
	text-decoration: none;
	color: inherit;
}
.gFooterEn_info {
	text-align: center;
	font-size: 14px;
	line-height: 1.57;
}
.gFooterEn_copy {
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	font-family: var(--font-geologica);
	color: #707070;
	margin-top: 78px;
}
.gFooterEn_copy > small {
	display: block;
	font-size: inherit;
}
.gSimpleHead {
	background-color: var(--color-blue-extra-light);
	padding: 20px 0;
	margin-bottom: 100px;
}
.gSimpleHead_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 70px;
}
.gSimpleHead_title {
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
}
.gNav-en {
	max-width: 490px;
}
.gNav_list-en {
	font-family: var(--font-geologica);
}
.gBody-en {
	font-family: var(--font-geologica);
}
.gHeader_title_inner {
	display: block;
	padding-bottom: 17.632%;
	position: relative;
	width: 100%;
}
.gHeaderBg-en {
	background-image: none;
	background-color: #fff;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}
@media screen and (max-width:1536px) {
	.gFootNav_title > br.-lowResInline {
		display: inline;
	}
	.gHeader_col-title {
		width: 280px;
	}
	.gHeader_col-titleHome {
		width: 280px;
	}
	.gHeader_col-menu {
		width: calc(100% - 300px);
	}
	.gHeader_lang {
		margin-left: 20px;
	}
	.gHeader_lang::before {
		margin-right: 20px;
	}
	.gNav {
		max-width: 700px;
	}
	.gNav-en {
		max-width: 481px;
	}
}
@media screen and (max-width:1299px) {
	.gFootNav_msg > br.-lowResInline {
		display: inline;
	}
	.gFootNav_item_inner {
		padding-top: 0;
	}
	.gFootNav_title {
		font-size: 19px;
		margin-bottom: 9px;
		padding-left: 29px;
		font-feature-settings: "palt";
	}
}
@media screen and (max-width:1199px) {
	.gFooter_list {
		grid-column-gap: 64px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gFooterEn_logo > a:hover {}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		color: var(--color-blue);
	}
	.gHeader_lang > a:hover {
		color: var(--color-blue);
	}
	.gFixNav_btn:hover {}
	.gPankuzu_oList > li > a:hover {
		color: var(--color-blue);
	}
	.gFootNav_item > a:hover {}
	a:hover .gFootNav_title {
		color: var(--color-blue);
	}
	a:hover .gFootNav_arrow {
		transform: translateY(-50%) scale(1.2);
	}
	a:hover .gFootNav_item_blank {
		color: var(--color-red-ipros);
		transform: scale(1.2);
	}
	a:hover .gFootNav_msg {
		color: var(--color-red-ipros);
	}
	.gFooter_list > li > a:hover {
		color: var(--color-blue);
	}
	.gFooter_list > a:hover {}
	.gFooter_name > a:hover {
		opacity: .7;
	}
	.gFooter_tel > a:hover {}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {
		height: 80px;
	}
	.gHeader {}
	.gHeaderBg {
		height: 80px;
	}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {
		transition: none;
	}
	.gHeader_col-title {
		width: 175px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 80px;
	}
	.gHeader_title_img {}
	.gHeader_col-menu {
		width: calc(100% - 195px);
	}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		max-width: 530px;
	}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {
		font-size: 14px;
	}
	.gHeader_lang {
		margin-left: 15px;
	}
	.gHeader_lang::before {
		margin-right: 13px;
		height: 20px;
	}
	.gHeader_lang > a {}
	.gHeader_lang > a > .icon {
		font-size: 18px;
		margin-left: 6px;
	}
	.gFixNav {
		top: 90px;
	}
	.gFixNav_inner {}
	.gFixNav_list {
		max-width: 350px;
	}
	.gFixNav_list > li {}
	.gFixNav_list > li:first-child {}
	.gFixNav_btn {}
	.gFixNav_btn::before {}
	.gFixNav_btn-catalog {}
	.gFixNav_btn-repair {}
	.gNav_list_text {}
	.gBody {}
	.gPankuzu {
		top: 90px;
	}
	.gPankuzu_oList {
		font-size: 10px;
		width: 20px;
		padding: 12px 0;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_text {}
	.gBody_inner {}
	.gFootNav {
		padding: 50px 0;
	}
	.gFootNav_inner {}
	.gFootNav_list {
		flex-wrap: wrap;
	}
	.gFootNav_list > li {
		width: 50%;
		padding: 8px;
	}
	.gFootNav_item {}
	.gFootNav_item > a {}
	.gFootNav_title {
		font-size: 22px;
	}
	.gFootNav_title > .icon {}
	.gFootNav_arrow {}
	.gFootNav_arrow > .icon {}
	.gFootNav_text {}
	.gFootNav_item_blank {}
	.gFootNav_item_blank > .icon {}
	.gFootNav_image {}
	.gFootNav_image > img {}
	.gFootNav_msg {}
	.gFootNav_item_inner {}
	.gFootNav_item_inner-ipros {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-nav {}
	.gFooter_list {
		grid-column-gap: 20px;
	}
	.gFooter_list > li > a {
		font-size: 14px;
	}
	.gFooter_list > a {}
	.gFooter_list-child {}
	.gFooter_list-child > li {}
	.gFooter_list-child > li > a {}
	.gFooter_list-child > li > a::before {}
	.gFooter_col-logo {}
	.gFooter_name {}
	.gFooter_name > a {}
	.gFooter_addr {}
	.gFooter_tel {}
	.gFooter_tel > a {}
	.gFooter_sdgs {}
	.gFooter_sdgs > img {}
	.gFooter_copyright {
		margin-top: 50px;
	}
	.gFooter_copyright > small {}
	.gFooter_list_item {}
	.gFooter_list_item-prod {}
	.gFooter_list_item-repair {}
	.gFootNav_title > br.-lowResInline {}
	.gFootNav_msg > br.-lowResInline {
		display: none;
	}
	.gHeader_lang_text {}
	.gHeader_lang_text-sp {}
	.gHeader_lang_text-pc {}
	.gNav_prodList {}
	.gNav_prodList > li {}
	.gNav_prodList > li > a {}
	.gNav_prodList_fig {}
	.gNav_prodList_fig > img {}
	.gNav_prodList_fig > figcaption {}
	.gBody_title {}
	.gBody_title_sub {}
	.gBody_title_main {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody_title-mb {}
	.gBody-noPt {
		padding-top: 0;
	}
	.gHeaderWrap-home {
		height: auto;
	}
	.gHeaderBg-home {}
	.gHeader_col-titleHome {}
	.gHeader_col-menuHome {}
	.gHeader_title-home > a {
		padding-top: 0;
	}
	.gHeader-scrolled {}
	.gHeaderBg-scrolled {}
	.gHeader-scrolled .gHeader_title-home > a {
		height: 80px;
	}
	.gFooterEn {}
	.gFooterEn_inner {}
	.gFooterEn_logo {}
	.gFooterEn_logo > a {}
	.gFooterEn_info {}
	.gFooterEn_copy {}
	.gFooterEn_copy > small {}
	.gSimpleHead {}
	.gSimpleHead_inner {}
	.gSimpleHead_title {}
	.gNav-en {
		max-width: 380px;
	}
	.gNav_list-en {}
	.gHeader_title_inner {}
	.gHeaderBg-en {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {
		height: 58px;
	}
	.gHeader {}
	.gHeaderBg {
		height: 58px;
	}
	.gHeader_inner {
		padding-right: 0;
		padding-left: 18px;
	}
	.gHeader_cols {}
	.gHeader_col {
		width: auto;
	}
	.gHeader_col-title {
		width: 150px;
	}
	.gHeader_title {
		position: relative;
		z-index: 1002;
	}
	.gHeader_title > a {
		height: 58px;
	}
	.gHeader_title_img {}
	.gHeader_col-menu {
		width: 58px;
	}
	.gMenuBtn {
		display: block;
		height: 58px;
		position: relative;
		z-index: 1002;
		width: 100%;
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 20px;
		margin: 0 auto;
		color: inherit;
	}
	.gMenuBtn_bar {
		display: block;
		height: 1px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 3px 0;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translate3d(0, 4px, 0) rotate(-35deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale3d(0, 1, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translate3d(0, -4px, 0) rotate(35deg);
	}
	.gMenuBtn_text {
		display: none;
	}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		max-width: none;
		position: fixed;
		z-index: 1001;
		top: 0;
		width: 100%;
		left: 0;
		height: calc(100% - 52px);
		background-color: var(--color-white);
		box-sizing: border-box;
		padding-top: 58px;
		padding-bottom: 40px;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		display: block;
	}
	.gNav_list {
		display: block;
		border-top: 1px solid currentColor;
	}
	.gNav_list > li {}
	.gNav_list > li.-pc {
		display: none;
	}
	.gNav_list > li.-sp {
		display: block;
	}
	.gNav_list > li > a {
		height: 64px;
		justify-content: flex-start;
		padding: 0 30px;
		box-sizing: border-box;
		border-bottom: 2px solid var(--color-blue-extra-light);
		font-size: 15px;
	}
	.gHeader_lang {
		margin-left: 0;
		display: block;
	}
	.gHeader_lang::before {
		display: none;
	}
	.gHeader_lang > a {
		height: 64px;
		justify-content: flex-start;
		padding: 0 30px;
		box-sizing: border-box;
		border-bottom: 2px solid var(--color-blue-extra-light);
		font-size: 15px;
	}
	.gHeader_lang > a > .icon {
		margin-left: 0;
		margin-right: 14px;
		font-size: 21px;
	}
	.gFixNav {
		top: auto;
		bottom: 0;
	}
	.gFixNav_inner {
		padding: 0;
		height: auto;
	}
	.gFixNav_list {
		max-width: none;
	}
	.gFixNav_list > li {
		width: 50%;
		margin-left: 0;
	}
	.gFixNav_list > li:first-child {}
	.gFixNav_btn {}
	.gFixNav_btn::before {}
	.gFixNav_btn-catalog {}
	.gFixNav_btn-repair {}
	.gNav_list_text {}
	.gBody {
		padding-top: 51px;
		padding-bottom: 65px;
	}
	.gPankuzu {
		top: 58px;
	}
	.gPankuzu_oList {
		width: 17px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_text {}
	.gBody_inner {}
	.gFootNav {
		padding-top: 0;
		padding-bottom: 56px;
	}
	.gFootNav_inner {}
	.gFootNav_list {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.gFootNav_list > li {
		width: auto;
		padding: 0;
	}
	.gFootNav_item {}
	.gFootNav_item > a {}
	.gFootNav_item-ipros > a {
		padding-top: 15px;
		padding-bottom: 8px;
	}
	.gFootNav_title {
		font-size: 17px;
		padding-left: 32px;
		margin-bottom: 14px;
	}
	.gFootNav_title > .icon {}
	.gFootNav_arrow {
		color: inherit;
		right: 4px;
	}
	.gFootNav_arrow > .icon {}
	.gFootNav_text {
		min-height: 0;
	}
	.gFootNav_item_blank {}
	.gFootNav_item_blank > .icon {}
	.gFootNav_image {
		max-width: 170px;
		margin: 0 auto 11px;
	}
	.gFootNav_image > img {}
	.gFootNav_msg {
		font-size: 14px;
		line-height: 1.43;
	}
	.gFootNav_item_inner {
		max-width: none;
	}
	.gFootNav_item_inner-ipros {}
	.gFooter {
		padding-bottom: 70px;
		padding-top: 40px;
	}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		padding: 0;
	}
	.gFooter_col-nav {}
	.gFooter_list {
		grid-column-gap: 10px;
		grid-template-columns: repeat(2, auto);
		max-width: 350px;
		margin: 0 auto;
	}
	.gFooter_list > li > a {
		font-weight: normal;
		font-size: 13px;
		height: 39px;
		padding-left: 6px;
	}
	.gFooter_list > a {}
	.gFooter_list-child {}
	.gFooter_list-child > li {}
	.gFooter_list-child > li > a {
		padding-left: 23px;
	}
	.gFooter_list-child > li > a::before {
		left: 9px;
	}
	.gFooter_col-logo {
		border-top: 2px solid var(--color-blue-extra-light);
		padding-top: 48px;
		text-align: center;
		margin-left: -5px;
		margin-right: -5px;
		margin-top: 40px;
	}
	.gFooter_name {
		font-size: 18px;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.gFooter_name > a {}
	.gFooter_addr {}
	.gFooter_tel {}
	.gFooter_tel > a {}
	.gFooter_sdgs {
		max-width: 176px;
		margin: 29px auto 0;
	}
	.gFooter_sdgs > img {}
	.gFooter_copyright {
		text-align: center;
		font-size: 12px;
		margin-top: 70px;
	}
	.gFooter_copyright > small {}
	.gFooter_list_item {
		order: 10;
	}
	.gFooter_list_item-prod {}
	.gFooter_list_item-repair {
		grid-row: span 1;
	}
	.gFootNav_title > br.-lowResInline {
		display: none;
	}
	.gFootNav_msg > br.-lowResInline {}
	.gHeader_lang_text {}
	.gHeader_lang_text-sp {
		display: block;
	}
	.gHeader_lang_text-pc {
		display: none;
	}
	.gFootNav_item-normal > a {
		border: none;
		background-color: rgba(255, 255, 255, 0);
		margin-left: -25px;
		margin-right: -25px;
		border-bottom: 2px solid var(--color-white);
		padding: 25px 25px;
	}
	.gFootNav_item-ipros {
		margin-top: 40px;
	}
	.gFooter_list_item-no1 {
		order: 0;
	}
	.gFooter_list_item-no2 {
		order: 1;
	}
	.gFooter_list_item-no3 {
		order: 3;
	}
	.gFooter_list_item-no4 {
		order: 6;
	}
	.gFooter_list_item-no5 {
		order: 4;
	}
	.gFooter_list_item-no6 {
		order: 2;
	}
	.gFooter_list_item-no7 {
		order: 5;
	}
	.gNav_prodList {
		display: flex;
		background-color: var(--color-blue-extra-light);
		border-top: 1px solid currentColor;
	}
	.gNav_prodList > li {
		width: 33.33%;
		box-sizing: border-box;
		padding: 10px 10px 18px;
		position: relative;
	}
	.gNav_prodList > li:nth-last-child(n+2)::after {
		content: "";
		display: block;
		width: 1px;
		height: calc(100% - 20px);
		top: 10px;
		position: absolute;
		right: 0;
		background-color: currentColor;
	}
	.gNav_prodList > li > a {}
	.gNav_prodList_fig {}
	.gNav_prodList_fig > img {
		display: block;
		margin: 0 auto;
	}
	.gNav_prodList_fig > figcaption {
		text-align: center;
		font-size: 13px;
		white-space: nowrap;
		margin-top: 14px;
	}
	.gBody_title {}
	.gBody_title_sub {}
	.gBody_title_main {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody_title-mb {
		margin-bottom: 81px;
	}
	.gBody-noPt {
		padding-top: 0;
	}
	.gHeaderWrap-home {
		height: auto;
	}
	.gHeaderBg-home {}
	.gHeader_col-titleHome {}
	.gHeader_col-menuHome {}
	.gHeader_title-home > a {}
	.gHeader-scrolled {}
	.gHeaderBg-scrolled {}
	.gHeader-scrolled .gHeader_title-home > a {
		height: 58px;
	}
	.gFixNav-home {
		display: block;
	}
	.gFooterEn {
		padding-bottom: 27px;
	}
	.gFooterEn_inner {}
	.gFooterEn_logo {
		margin-bottom: 15px;
	}
	.gFooterEn_logo > a {}
	.gFooterEn_info {}
	.gFooterEn_copy {
		margin-top: 56px;
	}
	.gFooterEn_copy > small {}
	.gSimpleHead {
		margin-bottom: 75px;
	}
	.gSimpleHead_inner {
		min-height: 40px;
	}
	.gSimpleHead_title {
		font-size: 20px;
	}
	.gNav-en {
		height: 100%;
	}
	.gNav_list-en {}
	.gHeader_title_inner {}
	.gHeaderBg-en {}
}
@media screen and (max-width:374px) {
	.gNav_prodList_fig > figcaption {
		font-size: 10px;
	}
	.gFooter_list > li > a {
		font-size: 12px;
	}
	.gFooter_list {
		grid-column-gap: 7px;
	}
}
