@charset "UTF-8";
.gHeaderWrap {
	height: 100px;
}
.gHeaderWrap-home {
	height: 0;
}
.gHeader {
	line-height: 1.8;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	transition-duration: 0.7s;
	transition-property: transform, box-shadow;
	box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}
.gHeader-home {
	transform: translateY(-100%);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.0);
}
.gHeader-homeShow {
	transform: translateY(0);
	box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}
.gHeader.isHidden {
	transform: translateY(-100%);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.0);
}
.gHeader_inner {
	max-width: 1360px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-no1 {
	width: 220px;
}
.gHeader_title img{
	width: 100%;
	height: auto;
}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 100px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
}
.gHeader_col-no2 {
	width: calc(100% - 259px);
	margin-left: auto;
}
.gNav {
	max-width: 930px;
	margin-left: auto;
}
.gNav_inner {
	display: flex;
	justify-content: flex-end;
}
.gNav_list {
	list-style: none;
	display: flex;
	flex-grow: 1;
}
.gNav_list > li {
	flex-grow: 1;
	position: relative;
	z-index: 1;
}
.gNav_list > li.-contact {
	display: none;
}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	height: 100px;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list-en > li > a {
	line-height: 1.2;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	width: 2px;
	height: 35px;
	background-color: currentColor;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	position: absolute;
	z-index: 1;
	pointer-events: none;
	opacity: .2;
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_list > li > a > small {
	display: block;
	font-weight: 500;
	font-size: 11px;
	margin-bottom: 5px;
}
.gNav_list > li > a > b {
	display: block;
	font-weight: inherit;
	font-size: inherit;
}
.gNav_link {
	width: 140px;
}
.gNav_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 100px;
	align-items: center;
}
.gNav_link_inner {
	display: flex;
	box-sizing: border-box;
	border: 1px solid #00adc7;
	background-color: #00adc7;
	padding: 0 10px;
	line-height: 1;
	height: 40px;
	border-radius: 40px;
	color: #fff;
	width: 100%;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_link > a::before {
	content: "";
}
.gNav_link > a::after {
	content: "";
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gFooter {
	background-color: #f6f6f6;
	box-shadow: 0 100vh 0 100vh #f6f6f6;
	padding: 20px 0 25px;
	line-height: 1.8;
	z-index: 0;
}
.gFooter_inner {
	max-width: 1360px;
}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-no1 {}
.gFooter_title {
	max-width: 170px;
}
.gFooter_title.__en{
	max-width: 180px;
}
.gFooter_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_title > a::before {
	content: "";
}
.gFooter_title > a::after {
	content: "";
}
.gFooter_title > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gFooter_catch {
	font-size: 12px;
	margin-top: 8px;
	letter-spacing: .13em;
	font-weight: bold;
}
.gFooter_catch-en {
	letter-spacing: 0;
}
.gFooter_col-no2 {
	padding-top: 18px;
}
.gFooter_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 12px;
	margin-bottom: 5px;
}
.gFooter_list > li {
	display: flex;
	align-items: center;
}
.gFooter_list > li::after {
	content: "|";
	display: block;
	margin: 0 10px;
}
.gFooter_list > li:last-child::after {
	display: none;
}
.gFooter_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_copyright {}
.gFooter_copyright > small {
	display: block;
	font-size: 12px;
	letter-spacing: .05em;
	text-indent: .05em;
}
.gPankuzu {
	background-color: #f6f6f6;
	position: relative;
	z-index: 0;
}
.gPankuzu_inner {
	max-width: 1360px;
}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
	height: 68px;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	display: block;
	content: "/";
	margin: 0 6px;
	color: #777777;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li > a {
	display: flex;
	text-decoration: none;
	color: #777777;
	height: 68px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 100px;
}
.gVisual {
	margin-bottom: 47px;
	padding-top: 70px;
}
.gVisual_bg {
	background-image: url(/assets/img/common/pt-main-company@2x.jpg);
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-color: #d5dee6;
	background-repeat: no-repeat;
	margin-top: -70px;
	margin-bottom: -50px;
	position: relative;
	z-index: 0;
}
.gVisual_bg-news {
	background-image: url(/assets/img/common/pt-main-news@2x.jpg);
	background-color: #e7e2de;
}
.gVisual_bg-company {
	background-image: url(/assets/img/common/pt-main-company@2x.jpg);
}
.gVisual_bg-message {
	background-image: url(/assets/img/common/pt-main-message@2x.jpg);
}
.gVisual_bg-contact {
	background-image: url(/assets/img/common/pt-main-contact@2x.jpg);
	background-color: #eefdfe;
}
.gVisual_bg-sustainability {
	background-image: url(/assets/img/common/pt-main-sustainability@2x.jpg);
	background-color: #eefdfe;
}
.gVisual_bg-ubc {
	background-image: url(/assets/img/common/pt-main-ubcrecycle@2x.jpg);
	background-color: #eefdfe;
}
.gVisual_bg-carbon {
	background-image: url(/assets/img/common/pt-main-carbon@2x.jpg);
	background-color: #eefdfe;
}
.gVisual_bg-social {
	background-image: url(/assets/img/common/pt-main-social@2x.jpg);
	background-color: #eefdfe;
}
.gVisual_inner {
	z-index: 1;
}
.gVisual_title {
	font-size: 80px;
	font-weight: bold;
	line-height: 1.2;
	color: #00adc7;
}
.gVisual_title > b {
	display: block;
	font-weight: inherit;
	margin-bottom: 16px;
}
.gVisual_title > small {
	display: block;
	font-size: 24px;
	letter-spacing: 0.05em;
}
.gBody-noPb {
	padding-bottom: 0;
}
.gVisual-simple {
	margin-bottom: 100px;
}
.gNav_cList {
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.10);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
	pointer-events: none;
}
.gNav_cList > li {}
.gNav_cList > li:first-child {}
.gNav_cList > li:last-child {}
.gNav_cList > li:nth-child(2n+1) {}
.gNav_cList > li:nth-child(n+3) {}
.gNav_cList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	padding: 10px 10px;
	line-height: 1.2;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	transition-duration: .3s;
	transition-property: background-color, color;
	text-align: center;
}
.gNav_cList > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	margin-right: -1px;
}
.gNav_cList > li > a::after {
	content: "";
}
.gNav_langList {
	list-style: none;
	display: flex;
	align-items: center;
	margin-left: 5px;
	margin-right: -13px;
	font-size: 15px;
}
.gNav_langList > li {
	display: flex;
	align-items: center;
}
.gNav_langList > li::after {
	content: "/";
	display: block;
}
.gNav_langList > li:last-child::after {
	display: none;
}
.gNav_langList > li:first-child {}
.gNav_langList > li:last-child {}
.gNav_langList > li:nth-child(2n+1) {}
.gNav_langList > li:nth-child(n+3) {}
.gNav_langList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	/* height: 100px; */
	position: relative;
	z-index: 1;
	font-weight: 500;
	opacity: 0.5;
	transition-duration: .3s;
	transition-property: opacity;
	padding: 0 7px;
}
[lang="ja"] .gNav_langList > li > a.-ja {
	opacity: 1;
	pointer-events: none;
}
[lang="en"] .gNav_langList > li > a.-en {
	opacity: 1;
	pointer-events: none;
}
.gNav_langList > li > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	width: calc(100% - 15px);
	height: 1px;
	background-color: currentColor;
	margin-top: 12px;
	opacity: 0;
}
[lang="ja"] .gNav_langList > li > a.-ja::before {
	opacity: 1;
}
[lang="en"] .gNav_langList > li > a.-en::before {
	opacity: 1;
}
.gNav_langList > li > a::after {
	content: "";
}
.gHeader_col-no1En {
	width: 220px;
}
.gHeader_col-no2En {
	width: calc(100% - 270px);
}
@media screen and (max-width: 1380px) {
	.gHeader_col-no1 {
		width: 220px;
	}
	.gHeader_col-no2 {
		width: calc(100% - 320px);
	}
}
@media screen and (max-width: 1280px) {
	.gHeader_col-no1 {
		width: 200px;
	}
	.gHeader_col-no2 {
		width: calc(100% - 220px);
	}
}
@media screen and (max-width: 1190px) {
	.gNav_link {
		width: 120px;
	}
	.gNav_list > li > a {
		font-size: 13px;
	}
	.gNav_cList > li > a {
		font-size: 12px;
	}
}

@media screen and (max-width: 1064px) {
	.gHeaderWrap {
		height: 80px;
	}
	.gHeaderWrap-home {
		height: 0;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {
		width: 150px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 80px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_col-no2 {
		width: calc(100% - 160px);
	}
	.gNav {
		max-width: 670px;
	}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li.-contact {}
	.gNav_list > li > a {
		padding-left: 8px;
		font-size: 11px;
		height: 80px;
		padding-right: 8px;
	}
	.gNav_list > li > a::before {
		width: 1px;
		height: 20px;
	}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > small {
		font-size: 10px;
		transform-origin: left center;
		transform: scale(0.8);
		margin-bottom: 3px;
	}
	.gNav_list > li > a > b {
		display: flex;
	}
	.gNav_link {
		width: 100px;
	}
	.gNav_link > a {
		height: 80px;
	}
	.gNav_link_inner {
		font-size: 11px;
	}
	.gNav_link > a::before {}
	.gNav_link > a::after {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
}
@media screen and (min-width:1000px) {
	.gNav_langList > li > a:hover {
		opacity: 1;
	}
	a:hover + .gNav_cList {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gNav_cList:hover {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gNav_cList > li > a:hover {
		color: #00adc7;
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gNav_list > li > a:hover {
		color: #00adc7;
	}
	a:hover .gNav_link_inner {
		background-color: #fff;
		color: #00adc7;
	}
	.gNav_link > a:hover {}
	.gMenuBtn:hover {}
	.gFooter_title > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {
		color: #00adc7;
	}
	.gPankuzu_oList > li > a:hover {
		color: #00adc7;
	}
}
@media screen and (max-width: 999px) {
	.gFooter {}
	.gFooter_inner {}
	.gFooter_cols {
		align-items: center;
	}
	.gFooter_col {}
	.gFooter_col-no1 {}
	.gFooter_title {
		max-width: 170px;
	}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {}
	.gFooter_catch {
		font-size: 10px;
		margin-top: 5px;
	}
	.gFooter_col-no2 {
		padding: 0;
	}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li::after {}
	.gFooter_list > li:last-child::after {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_copyright {}
	.gFooter_copyright > small {
		font-size: 11px;
	}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gBody {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gVisual {
		padding-top: 50px;
	}
	.gVisual_bg {
		height: 200px;
		margin-bottom: -35px;
		margin-top: -50px;
	}
	.gVisual_inner {}
	.gVisual_title {
		font-size: 60px;
	}
	.gVisual_title > b {
		margin-bottom: 10px;
	}
	.gVisual_title > small {
		font-size: 20px;
	}
	.gVisual-simple {
		margin-bottom: 75px;
	}
	.gNav_cList {
		display: none;
	}
	.gNav_cList > li {}
	.gNav_cList > li:first-child {}
	.gNav_cList > li:last-child {}
	.gNav_cList > li:nth-child(2n+1) {}
	.gNav_cList > li:nth-child(n+3) {}
	.gNav_cList > li > a {}
	.gNav_cList > li > a::before {}
	.gNav_cList > li > a::after {}
	.gNav_langList {
		font-size: 13px;
		margin-left: 3px;
	}
	.gNav_langList > li {}
	.gNav_langList > li::after {}
	.gNav_langList > li:last-child::after {}
	.gNav_langList > li:first-child {}
	.gNav_langList > li:last-child {}
	.gNav_langList > li:nth-child(2n+1) {}
	.gNav_langList > li:nth-child(n+3) {}
	.gNav_langList > li > a {
		height: 80px;
	}
	[lang="ja"] .gNav_langList > li > a.-ja {}
	[lang="en"] .gNav_langList > li > a.-en {}
	.gNav_langList > li > a::before {}
	[lang="ja"] .gNav_langList > li > a.-ja::before {}
	[lang="en"] .gNav_langList > li > a.-en::before {}
	.gNav_langList > li > a::after {}
}
@media screen and (max-width: 860px) {
	.gHeaderWrap {
		height: 70px;
	}
	.gHeaderWrap-home {
		height: 0;
	}
	.gHeader {
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
	}
	.gHeader.isHidden {
		transform: none;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
	}
	.gHeader.isShow {
		transform: none;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
	}
	.gHeader_inner {
		position: static;
		padding-left: 23px;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {
		width: auto;
	}
	.gHeader_col-no1 {
		background-color: #fff;
		position: relative;
		z-index: 11;
		width: 130px;
	}
	.gHeader_title {
	}
	.gHeader_title > a {
		height: 70px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_col-no2 {}
	.gNav {
		display: block;
		max-width: none;
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		box-sizing: border-box;
		padding-top: 80px;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		pointer-events: none;
		overflow: auto;
		padding-bottom: 50px;
	}
	.gNav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gNav_inner {
		display: block;
	}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {}
	.gNav_list > li.-contact {
		display: block;
		color: #00aac4;
	}
	.gNav_list > li > a {
		font-size: 18px;
		padding-left: 0;
		padding-left: 56px;
		height: 70px;
	}
	.gNav_list > li > a::before {
		display: none;
	}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > small {
		font-size: 13px;
		transform: none;
		margin-bottom: 8px;
	}
	.gNav_list > li > a > b {}
	.gNav_link {
		display: none;
	}
	.gNav_link > a {}
	.gNav_link_inner {}
	.gNav_link > a::before {}
	.gNav_link > a::after {}
	.gMenuBtn {
		display: block;
		position: absolute;
		z-index: 1002;
		top: 0;
		right: 0;
		width: 80px;
		height: 70px;
		background-color: #fff;
		color: #666666;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 30px;
		height: 1px;
		background-color: currentColor;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: transform, top;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin-top: 10px;
	}
	.isShow .gMenuBtn_bar-no1 {
		top: 6px;
		transform: rotate(45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		top: -5px;
		transform: rotate(-45deg);
	}
	.gMenuBtn_bar-no3 {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		width: auto;
	}
	.gFooter_col-no1 {
		margin-bottom: 13px;
	}
	.gFooter_title {
		margin: 0 auto 0;
	}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {}
	.gFooter_catch {
		text-align: center;
		text-indent: 0.14em;
	}
	.gFooter_col-no2 {}
	.gFooter_list {
		justify-content: center;
		font-size: 10px;
	}
	.gFooter_list > li {}
	.gFooter_list > li::after {}
	.gFooter_list > li:last-child::after {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_copyright {
		text-align: center;
		margin-left: -10px;
		margin-right: -10px;
	}
	.gFooter_copyright > small {
		font-size: 10px;
	}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gBody {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gVisual {
		padding-top: 31px;
	}
	.gVisual_bg {
		margin-bottom: -27px;
		margin-top: -31px;
	}
	.gVisual_inner {}
	.gVisual_title {
		font-size: 43px;
	}
	.gVisual_title > b {
		margin-bottom: 6px;
	}
	.gVisual_title > small {
		font-size: 14px;
	}
	.gVisual-simple {
		margin-bottom: 50px;
	}
	.gVisual_bg-company {
		background-image: url(/assets/img/common/pt-main-company_sp@2x.jpg);
	}
	.gVisual_bg-message {
		background-image: url(/assets/img/common/pt-main-message_sp@2x.jpg);
	}
	.gVisual_bg-sustainability {
		background-image: url(/assets/img/common/pt-main-sustainability_sp@2x.jpg);
	}
	.gVisual_bg-ubc {
		background-image: url(/assets/img/common/pt-main-ubcrecycle_sp@2x.jpg);
	}
	.gVisual_bg-carbon {
		background-image: url(/assets/img/common/pt-main-carbon_sp@2x.jpg);
	}
	.gVisual_bg-social {
		background-position: 20% 50%;
	}
	.gNav_cList {
		display: block;
		transform: none;
		opacity: 1;
		position: relative;
		top: 0;
		pointer-events: auto;
		box-shadow: none;
		margin-top: -10px;
		background-color: rgba(255, 255, 255, 0);
	}
	.gNav_cList > li {}
	.gNav_cList > li:first-child {}
	.gNav_cList > li:last-child {}
	.gNav_cList > li:nth-child(2n+1) {}
	.gNav_cList > li:nth-child(n+3) {}
	.gNav_cList > li > a {
		justify-content: flex-start;
		padding-left: 76px;
	}
	.gNav_cList > li > a::before {
		height: 20px;
	}
	.gNav_cList > li > a::after {}
	.gNav_langList {
		font-size: 16px;
		justify-content: center;
		margin: 0;
	}
	.gNav_langList > li {}
	.gNav_langList > li::after {}
	.gNav_langList > li:last-child::after {}
	.gNav_langList > li:first-child {}
	.gNav_langList > li:last-child {}
	.gNav_langList > li:nth-child(2n+1) {}
	.gNav_langList > li:nth-child(n+3) {}
	.gNav_langList > li > a {
		height: 60px;
	}
	[lang="ja"] .gNav_langList > li > a.-ja {}
	[lang="en"] .gNav_langList > li > a.-en {}
	.gNav_langList > li > a::before {}
	[lang="ja"] .gNav_langList > li > a.-ja::before {}
	[lang="en"] .gNav_langList > li > a.-en::before {}
	.gNav_langList > li > a::after {}
}
@media screen and (max-width:374px) {
	.gVisual_title {
		font-size: 39px;
	}
}
