@charset "UTF-8";
.gBody {
	overflow: hidden;
}
.gHeader {
	height: 90px;
	font-weight: 500;
}
.gHeader_contents {
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
}
.gHeader_inner {
	max-width: 1840px;
}
.gHeader_logo {
	position: relative;
	z-index: 2;
}
.gHeader_logo > a {
	text-decoration: none;
	color: inherit;
	height: 90px;
	display: flex;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_logo > a > img {
	display: block;
	width: 100%;
	height: auto;
}
.gHeader_logo.-bnr > a > img {
	width: auto;
	height: 30px;
}
.gMenuBtn {
	display: block;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav {
	display: flex;
	height: 100%;
	align-items: center;
}
.gNav_main {
	height: 100%;
	flex-grow: 1;
	max-width: 525px;
	margin-left: auto;
	margin-right: 10px;
}
.gNav_main_inner {
	height: 100%;
}
.gNav_list {
	list-style: none;
	display: flex;
	height: 100%;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	font-size: 14px;
	height: 100%;
	justify-content: center;
	padding-top: 2px;
	position: relative;
	z-index: 1;
}
.gNav_list_icon {
	display: block;
	margin-left: 6px;
	transition-duration: .3s;
	transition-property: transform;
}
.gNav_list_icon_img {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2px;
	display: block;
	width: 12px;
	height: 12px;
}
.gMegaMenu {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding-top: 19px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-duration: 0.5s;
	transition-property: opacity, visibility;
}
.gMegaMenu_inner {
	max-width: 1840px;
}
.gMegaMenu_box_inner {
	max-width: 1090px;
	margin: 0 auto;
}
.gMegaMenu_cols {
	display: flex;
	border-bottom: 1px solid var(--color-dark-gray);
	padding-bottom: 31px;
	margin-bottom: 41px;
	padding-right: 10px;
}
.gMegaMenu_col {}
.gMegaMenu_col-title {
	width: calc(100% - 320px);
	padding-top: 1px;
}
.gMegaMenu_title {
	font-size: 33px;
	line-height: 1;
}
.gMegaMenu_title_sub {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}
.gMegaMenu_title_main {
	display: block;
	font-family: var(--font-oswald);
}
.gMegaMenu_col-link {
	width: 300px;
	margin-left: auto;
}
.gMegaMenu_link {}
.gMegaMenu_link > a {
	text-decoration: none;
	color: inherit;
	min-height: 56px;
	font-size: 18px;
	font-weight: bold;
}
.gMegaMenu_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.gMegaMenu_list > li {
	width: 22.9%;
	margin-left: 2.8%;
}
.gMegaMenu_list > li:nth-child(4n+1) {
	margin-left: 0;
}
.gMegaMenu_list > li:nth-child(n+5) {
	margin-top: 11px;
}
.gMegaMenu_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	border-bottom: 1px solid var(--color-text);
	height: 100%;
	box-sizing: border-box;
	min-height: 60px;
	align-items: center;
	position: relative;
	padding-right: 20px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMegaMenu_list_icon {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2px;
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-90deg);
}
.gNav_link {
	width: 136px;
	margin-right: 10px;
	margin-left: 22px;
	position: relative;
	z-index: 2;
}
.gNav_link > a {
	text-decoration: none;
	color: inherit;
	border: 1px solid var(--color-text);
	min-height: 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	font-size: 16px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_info {
	display: flex;
}
.gNav_search {
	width: 160px;
	margin-right: 8px;
	position: relative;
	z-index: 2;
}
.gNav_search_inner {
	position: relative;
}
.gNav_search_input {
	padding: 9px 10px;
	border: 1px solid var(--color-dark-gray);
	line-height: 20px;
	border-radius: 20px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 40px;
	padding-left: 14px;
}
.gNav_search_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	box-sizing: border-box;
	padding-right: 5px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_search_btn_icon {
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor;
}
.gNav_langLink {
	width: 40px;
	position: relative;
	z-index: 2;
}
.gNav_langLink > a {
	text-decoration: none;
	color: inherit;
	border: 1px solid var(--color-text);
	min-height: 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 16px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list_text {
	display: block;
	position: relative;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
}
.gNav_list_text::after {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	top: 100%;
	left: 0;
	border-radius: 2px;
	background-color: currentColor;
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: right bottom;
	transform: scale(0, 1);
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-logo {
	width: 180px;
}
.gHeader_col-bnr {
  width: 250px;
  margin-left: 30px;
}
.gHeader_col-nav {
	width: calc(100% - 190px);
	margin-left: auto;
	padding-top: 3px;
}
.gMegaMenu_contents {
	position: relative;
	max-width: 1346px;
	margin-left: auto;
	max-width: 1190px;
}
.gMegaMenu_box {
	background-color: var(--color-white);
	border-radius: 30px;
	padding: 42px 20px 60px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.gHeader_contents_bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--color-white);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.20);
}
.gFooter {
	box-shadow: 0 100vh 0 100vh var(--color-text);
	font-weight: 500;
}
.gFootNav {
	padding-top: 126px;
	padding-bottom: 110px;
}
.gFootNav_inner {}
.gFootNav_logo {
	max-width: 250px;
	margin: 0 auto 74px;
}
.gFootNav_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFootNav_logo > a > img {
	display: block;
}
.gFootNav_cells {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}
.gFootNav_cell {}
.gFootNav_list {
	list-style: none;
}
.gFootNav_list > li {}
.gFootNav_list > li:nth-child(n+2) {
	margin-top: 20px;
}
.gFootNav_list > li > a {
	text-decoration: none;
	color: inherit;
	font-size: 20px;
	display: block;
	line-height: 29px;
	font-weight: bold;
	padding: 10px 0;
}
.gFootNav_cList {
	list-style: none;
}
.gFootNav_cList > li {}
.gFootNav_cList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	padding-left: 18px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gFootNav_cList > li > a::before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	position: absolute;
	top: 20px;
	left: 0;
	transform: translateY(-50%);
	background-color: currentColor;
}
.gFootNav_link {
	margin-top: 30px;
}
.gFootNav_link > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFootNav_link > a > img {
	display: block;
}
.gPageTop {}
.gPageTop_inner {
	max-width: 1840px;
}
.gPageTop_contents {
	width: 50px;
	margin-left: auto;
	position: relative;
}
.gPageTop_btn {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--color-text);
	color: var(--color-white);
	transition-duration: .3s;
	transition-property: opacity;
}
.gPageTop_btn_icon {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.gFooter_subNav {
	background-color: var(--color-silver);
	padding: 33px 0 27px;
}
.gFooter_subNav_inner {}
.gFooter_list {
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 50px;
	flex-wrap: wrap;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	font-weight: normal;
	line-height: 24px;
	position: relative;
	padding-left: 18px;
	display: block;
	font-size: 16px;
}
.gFooter_list > li > a::before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	position: absolute;
	top: 12px;
	left: 0;
	transform: translateY(-50%);
	background-color: currentColor;
}
.gFooter_copy {
	background-color: var(--color-text);
	color: var(--color-white);
	font-size: 14px;
}
.gFooter_copy_inner {
	display: flex;
	min-height: 120px;
	align-items: center;
	justify-content: center;
}
.gFooter_copy_text {
	font-weight: normal;
}
.gFooter_copy_text > small {
	display: block;
	font-size: inherit;
}
.gContact {
	position: relative;
	color: var(--color-white);
	padding-top: 100px;
	padding-bottom: 100px;
	font-weight: 500;
}
.gContact_inner {
	position: relative;
	z-index: 3;
}
.gContact_cols {
	display: flex;
}
.gContact_col {}
.gContact_col-txt {
	padding-top: 18px;
}
.gContact_title {
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
}
.gContact_text {
	text-align: left;
}
.gContact_col-btn {
	display: block;
	margin-left: auto;
	width: calc(100% - 370px);
	max-width: 748px;
}
.gContact_btnList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -14px;
	margin-right: -14px;
}
.gContact_btnList > li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 14px;
}
.gContact_btnList > li > a {
	height: 100%;
	min-height: 80px;
	font-weight: bold;
}
.gContact_btnList > li:nth-child(n+3) {
	margin-top: 30px;
}
.gContact_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #688eb7;
}
.gContact_bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 1;
	opacity: .5;
	mix-blend-mode: normal;
}
.gContact_bg > img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gContact-second {
	margin-top: 200px;
}
.gPankuzu {
	margin-bottom: 100px;
}
.gPankuzu_inner {
	width: auto;
	width: 70%;
}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	align-items: center;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "";
	background-image: url(/assets/img/common/icn-pankuzu-arrow.svg);
	display: block;
	width: 7px;
	height: 10px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 0 8px;
}
.gPankuzu_oList > li:nth-last-child(2)::after {
	background-image: url(/assets/img/common/icn-pankuzu-arrow-bold.svg);
}
.gPankuzu_oList > li > a {
	color: inherit;
	display: block;
	padding: 20px 0;
	font-weight: 500;
	font-weight: normal;
}
.gBody_inner {
	width: 70%;
}
.gBody_title {}
.gContact_text > a {
	color: inherit;
}
.gMegaMenu.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
[aria-expanded="true"] > .gNav_list_icon {
	transform: rotate(180deg);
}
[aria-expanded="true"] > .gNav_list_text::after {
	transform: scale(1, 1);
	transform-origin: left bottom;
}
.gMegaMenu_list_text {
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
}
.gNav_link-en {
	width: 122px;
}
.gNav_langLink-en > a {
	padding-bottom: 2px;
}
.gNav_main-en {
	max-width: 627px;
}
.gContact_title-en {
	text-align: center;
	line-height: 56px;
}
.gContact_text-en {
	text-align: center;
}
.gContact_btnList-en {
	margin-top: 40px;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}
.gContact_btnList-en > li {
	width: 100%;
}
.gVis {
	position: relative;
}
.gVis_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gVis_bg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gVis_bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: var(--color-text);
	opacity: .1;
}
.gVis_inner {
	padding-top: 107px;
	padding-bottom: 127px;
}
.gVis_title {
	position: relative;
	z-index: 2;
	color: var(--color-white);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	font-size: 26px;
	line-height: 38px;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.30);
}
.gVis_title_ja {
	display: block;
	margin-bottom: -11px;
}
.gVis_title_en {
	display: block;
	font-size: 60px;
	line-height: 89px;
	font-family: var(--font-oswald);
}
.gFixYoutube {
	position: fixed;
	z-index: 100;
	bottom: 40px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.4s;
	transition-property: opacity, visibility;
	pointer-events: none;
	width: 100%;
}
.gFixYoutube.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gFixYoutube.isHidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.gFixYoutube_btn {
	display: block;
	width: 30px;
	height: 30px;
	background-color: var(--color-text);
	color: var(--color-white);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFixYoutube_btn::before {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.gFixYoutube_btn::after {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.gFixYoutube_banner {
	text-align: center;
}
.gFixYoutube_banner > a {
	text-decoration: none;
	color: inherit;
	border: 1px solid #aaa;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: var(--color-white);
	display: block;
	padding: 14px 14px;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	white-space: nowrap;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
	transition-duration: .3s;
	transition-property: border-color, color;
}
.gFixYoutube_banner_img {
	display: block;
	margin-bottom: 4px;
}
.gFixYoutube_banner_img > img {
	display: block;
	width: 100%;
	height: auto;
}
.gFixYoutube_banner_text {
	display: block;
}
.gFixYoutube_inner {
	max-width: 1840px;
	max-width: none;
}
.gFixYoutube_contents {
	position: relative;
	width: 210px;
}
.gFixYoutube_contents-en {
	width: 191px;
}
.gFixYoutube_contents_box {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.gVis_inner-en {
	padding-top: 132px;
	padding-bottom: 129px;
}
.gVis_title_en-en {}
.gFixYoutube_banner-en > a {
	font-size: 13px;
	letter-spacing: -0.03em;
	text-align: center;
}
.gNav_list_btn {
	display: none;
}
.gBody-noPankuzu {
	padding-top: 120px;
}
.gNav_link-btn {
	width: 40px;
	margin-left: 0;
}
.gNav_link-btn > a {
	border: none;
	background-color: var(--color-text);
	color: var(--color-white);
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_link_icon {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}
.gNav_lngList {
	list-style: none;
	position: relative;
	z-index: 2;
	display: flex;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	align-items: center;
	margin-right: -4px;
	padding-bottom: 7px;
	white-space: nowrap;
}
.gNav_lngList > li {}
.gNav_lngList > li > a {
	text-decoration: none;
	color: #999999;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_lngList_item {
	display: block;
	padding: 7px 5px;
	position: relative;
}
.gNav_lngList_item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 3px;
	width: calc(100% - 6px);
	height: 4px;
	background-color: var(--color-red);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_lngList > li[aria-current="true"] .gNav_lngList_item::after {
	opacity: 1;
}
@media screen and (max-width: 1279px) {
	.gHeader_inner {
		max-width: 1200px;
	}
	.gMenuBtn {
		display: block;
		width: 48px;
		height: 100%;
		margin-left: 40px;
		cursor: pointer;
		position: relative;
		z-index: 2;
	}
	.gMenuBtn_barWrap {
		display: block;
	}
	.gMenuBtn_bar {
		display: block;
		height: 4px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no2 {
		margin: 14px 0;
	}
	.gMenuBtn_bar-no3 {
		transform: translateX(12px) scale(0.5, 1);
	}
	.gNav {
		height: auto;
	}
	.gNav_main {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		max-width: none;
		background-color: var(--color-white);
		width: 100%;
		height: auto;
		z-index: 0;
		padding-top: 60px;
		padding-bottom: 60px;
		max-height: calc(100vh - 90px);
		box-sizing: border-box;
		overflow: auto;
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
		transition-duration: 0.5s;
		transition-property: opacity, visibility;
	}
	.gNav_main_inner {
		height: auto;
		max-width: 1134px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: content-box;
		padding-left: 25px;
		padding-right: 25px;
	}
	.gNav_list {
		display: block;
		height: auto;
	}
	.gNav_list > li {
		display: flex;
		flex-wrap: wrap;
	}
	.gNav_list > li:nth-child(n + 2) {
		margin-top: 40px;
	}
	.gNav_list > li > a {
		height: auto;
		display: block;
		font-weight: bold;
		font-size: 20px;
		line-height: 29px;
		padding: 0;
	}
	.gNav_list_icon {
		display: none;
	}
	.gMegaMenu {
		position: static;
		margin: 0;
		width: 100%;
		margin-top: 10px;
		opacity: 1;
		visibility: visible;
		pointer-events: inherit;
		padding-top: 0;
	}
	.gMegaMenu_inner {
		padding: 0;
		margin: 0;
		max-width: none;
	}
	.gMegaMenu_box_inner {
		max-width: none;
		margin: 0;
	}
	.gMegaMenu_cols {
		display: none;
	}
	.gMegaMenu_list {
		column-gap: 40px;
		row-gap: 10px;
	}
	.gMegaMenu_list > li {
		width: auto;
		margin-left: 0;
	}
	.gMegaMenu_list > li:nth-child(n + 5) {
		margin-top: 0;
	}
	.gMegaMenu_list > li > a {
		border-bottom: none;
		padding: 0;
		min-height: 0;
		line-height: 20px;
		font-size: 14px;
		font-weight: normal;
		padding-left: 18px;
	}
	.gMegaMenu_list > li > a::before {
		content: "";
		display: block;
		width: 10px;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		top: 10px;
		left: 0;
		transform: translateY(-50%);
	}
	.gMegaMenu_list_icon {
		display: none;
	}
	.gNav_link {
		margin-left: auto;
	}
	.gNav_list_text::after {
		display: none;
	}
	.gHeader_col-nav {
		display: flex;
		flex-direction: row-reverse;
	}
	.gMegaMenu_contents {
		max-width: none;
	}
	.gMegaMenu_box {
		border-radius: 0;
		padding: 0;
		background-color: rgba(255, 255, 255, 0);
		position: static;
		box-shadow: none;
	}
	.gNav.isShow .gNav_main {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(18px) rotate(45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-18px) rotate(-45deg);
	}
	.gMegaMenu.isShow {
		pointer-events: inherit;
	}
	.gNav_list_text {
		background-image: linear-gradient(to top, currentColor 1px, rgba(255, 255, 255, 0) 1px);
	}
	.gMegaMenu_list_text {
		background-image: linear-gradient(to top, currentColor 1px, rgba(255, 255, 255, 0) 1px);
	}
}
@media screen and (min-width:1001px) and (hover:hover) {
	.gNav_link-btn > a:hover {}
	.gFixYoutube_btn:hover {
		background-color: #333;
	}
	.gFixYoutube_banner > a:hover {
		border-color: var(--color-text);
	}
	.gPankuzu_oList > li > a:hover {
		text-decoration: none;
	}
	.gFootNav_logo > a:hover {
		opacity: .7;
	}
	.gFootNav_list > li > a:hover {}
	.gFootNav_cList > li > a:hover {}
	.gFootNav_link > a:hover {
		opacity: .7;
	}
	.gPageTop_btn:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {}
	.gHeader_logo > a:hover {
		opacity: .7;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {}
	.gMegaMenu_link > a:hover {}
	.gMegaMenu_list > li > a:hover {
		color: var(--color-text);
	}
	.gNav_link > a:hover {
		background-color: var(--color-text);
		color: var(--color-white);
	}
	.gNav_link-btn > a:hover {
		opacity: .7;
	}
	.gNav_search_btn:hover {
		color: var(--color-red);
	}
	.gNav_langLink > a:hover {
		background-color: var(--color-text);
		color: var(--color-white);
	}
	a:hover > .gNav_list_text::after {
		transform: scale(1, 1);
		transform-origin: left bottom;
	}
	.gNav_lngList > li > a:hover {
		color: inherit;
	}
}
@media screen and (min-width:1601px) and (hover:hover) {
	.gMegaMenu_list > li > a:hover {
		color: rgba(0, 0, 0, 0.50);
	}
}
@media screen and (max-width: 1000px) {
	.gBody {}
	.gHeader {}
	.gHeader_contents {}
	.gHeader_inner {}
	.gHeader_logo {}
	.gHeader_logo > a {}
	.gHeader_logo > a > img {}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gNav {}
	.gNav_main {
		max-height: none;
		height: calc(100vh - 90px);
		margin-right: 0;
	}
	.gNav_main_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list_icon {}
	.gNav_list_icon_img {}
	.gMegaMenu {}
	.gMegaMenu.isShow {}
	.gMegaMenu_inner {}
	.gMegaMenu_box_inner {}
	.gMegaMenu_cols {}
	.gMegaMenu_col {}
	.gMegaMenu_col-title {}
	.gMegaMenu_title {}
	.gMegaMenu_title_sub {}
	.gMegaMenu_title_main {}
	.gMegaMenu_col-link {}
	.gMegaMenu_link {}
	.gMegaMenu_link > a {}
	.gMegaMenu_list {}
	.gMegaMenu_list > li {}
	.gMegaMenu_list > li:nth-child(4n + 1) {}
	.gMegaMenu_list > li:nth-child(n + 5) {}
	.gMegaMenu_list > li > a {}
	.gMegaMenu_list_icon {}
	.gNav_link {}
	.gNav_link > a {}
	.gNav_info {}
	.gNav_search {}
	.gNav_search_inner {}
	.gNav_search_input {}
	.gNav_search_btn {}
	.gNav_search_btn_icon {}
	.gNav_langLink {}
	.gNav_langLink > a {}
	.gNav_list_text {}
	.gNav_list_text::after {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-logo {}
	.gHeader_col-nav {}
	.gMegaMenu_contents {}
	.gMegaMenu_box {}
	.gHeader_contents_bg {}
	.gFooter {}
	.gFootNav {}
	.gFootNav_inner {
		max-width: 920px;
	}
	.gFootNav_logo {}
	.gFootNav_logo > a {}
	.gFootNav_logo > a > img {}
	.gFootNav_cells {
		display: block;
	}
	.gFootNav_cell {
		margin-top: 20px;
	}
	.gFootNav_cell:first-child {
		margin-top: 0;
	}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:nth-child(n + 2) {}
	.gFootNav_list > li > a {}
	.gFootNav_cList {}
	.gFootNav_cList > li {}
	.gFootNav_cList > li > a {}
	.gFootNav_cList > li > a::before {}
	.gFootNav_link {}
	.gFootNav_link > a {}
	.gFootNav_link > a > img {}
	.gPageTop {}
	.gPageTop_inner {
		max-width: 920px;
	}
	.gPageTop_contents {}
	.gPageTop_btn {}
	.gPageTop_btn_icon {}
	.gFooter_subNav {}
	.gFooter_subNav_inner {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_copy {}
	.gFooter_copy_inner {}
	.gFooter_copy_text {}
	.gFooter_copy_text > small {}
	.gContact {
		margin-top: 100px;
	}
	.gContact_inner {}
	.gContact_cols {
		display: block;
	}
	.gContact_col {
		width: auto;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.gContact_col-txt {
		margin-bottom: 50px;
	}
	.gContact_title {
		text-align: center;
	}
	.gContact_text {
		text-align: center;
	}
	.gContact_col-btn {}
	.gContact_btnList {
		margin-left: -14px;
		margin-right: -14px;
	}
	.gContact_btnList > li {
		padding: 0 14px;
	}
	.gContact_btnList > li:nth-child(n + 3) {
		margin-top: 29px;
	}
	.gContact_bg {}
	.gContact_bg::before {}
	.gContact_bg > img {}
	.gContact-second {}
	.gPankuzu {
		margin-bottom: 80px;
	}
	.gPankuzu_inner {
		width: auto;
	}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-last-child(n + 2)::after {}
	.gPankuzu_oList > li:nth-last-child(2)::after {}
	.gPankuzu_oList > li > a {}
	.gBody_inner {
		width: auto;
	}
	.gBody_title {}
	.gMegaMenu.isShow {}
	.gNav_link-en {}
	.gNav_langLink-en > a {}
	.gNav_main-en {}
	.gContact_title-en {}
	.gContact_text-en {}
	.gContact_btnList-en {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	.gContact_btnList-en > li {}
	.gVis {}
	.gVis_bg {}
	.gVis_bg > img {}
	.gVis_bg::before {}
	.gVis_inner {
		padding-top: 74px;
		padding-bottom: 100px;
	}
	.gVis_title {}
	.gVis_title_ja {}
	.gVis_title_en {}
	.gFixYoutube {
		bottom: 20px;
	}
	.gFixYoutube.isShow {}
	.gFixYoutube.isHidden {}
	.gFixYoutube_btn {}
	.gFixYoutube_btn::before {}
	.gFixYoutube_btn::after {}
	.gFixYoutube_banner {}
	.gFixYoutube_banner > a {}
	.gFixYoutube_banner_img {}
	.gFixYoutube_banner_img > img {}
	.gFixYoutube_banner_text {}
	.gFixYoutube_inner {}
	.gFixYoutube_contents {}
	.gFixYoutube_contents_box {}
	.gVis_inner-en {
		padding-top: 101px;
	}
	.gVis_title_en-en {}
	.gBody-noPankuzu {}
	.gNav_lngList {}
	.gNav_lngList > li {}
	.gNav_lngList > li > a {}
	.gNav_lngList_item {}
	.gNav_lngList_item::after {}
	.gNav_lngList > li[aria-current="true"] .gNav_lngList_item::after {}
}
@media screen and (max-width:767px) {
	.gBody {}
	.gHeader {
		height: 70px;
	}
	.gHeader_contents {}
	.gHeader_inner {
		padding-right: 0;
	}
	.gHeader_logo {}
	.gHeader_logo > a {
		height: 70px;
	}
	.gHeader_logo > a > img {}
	.gMenuBtn {
		width: 100%;
		margin-left: 0;
	}
	.gHeader_logo.-bnr > a > img {
    width: auto;
    height: 25px;
  }
	.gMenuBtn_barWrap {
		width: 48px;
		margin-left: auto;
		margin-right: auto;
	}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.gMenuBtn_bar-no3 {}
	.gNav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		flex-direction: column;
		background-color: var(--color-white);
		height: calc(100vh - 70px);
		overflow: auto;
		padding-top: 30px;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 50px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-duration: 0.5s;
		transition-property: opacity, visibility;
	}
	.gNav_main {
		height: auto;
		padding: 0;
		background-color: rgba(255, 255, 255, 0);
		overflow: visible;
		position: static;
		flex-grow: 0;
		order: 1;
		opacity: 1;
		visibility: visible;
		pointer-events: inherit;
		transition: none;
	}
	.gNav_main_inner {
		padding: 0;
		max-width: none;
	}
	.gNav_list {}
	.gNav_list > li {
		border-bottom: 1px solid currentColor;
		display: block;
		position: relative;
	}
	.gNav_list > li:nth-child(n + 2) {
		margin-top: 0;
	}
	.gNav_list > li > a {
		line-height: 40px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.gNav_list_icon {
		display: block;
		width: 40px;
		height: 40px;
		border: 1px solid currentColor;
		border-radius: 50%;
		box-sizing: border-box;
		position: absolute;
		top: 35px;
		right: 0;
		transform: translateY(-50%);
		margin: 0;
		display: none;
	}
	.gNav_list_icon::before {
		content: "";
		display: block;
		width: 26px;
		height: 2px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.gNav_list_icon::after {
		content: "";
		display: block;
		width: 26px;
		height: 2px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(90deg);
		transition-duration: .3s;
		transition-property: transform;
	}
	.gNav_list_icon_img {
		display: none;
	}
	.gMegaMenu {
		margin: 0;
		padding-bottom: 5px;
		display: none;
	}
	.gMegaMenu.isShow {}
	.gMegaMenu_inner {}
	.gMegaMenu_box_inner {}
	.gMegaMenu_cols {}
	.gMegaMenu_col {}
	.gMegaMenu_col-title {}
	.gMegaMenu_title {}
	.gMegaMenu_title_sub {}
	.gMegaMenu_title_main {}
	.gMegaMenu_col-link {}
	.gMegaMenu_link {}
	.gMegaMenu_link > a {}
	.gMegaMenu_list {
		display: block;
	}
	.gMegaMenu_list > li {}
	.gMegaMenu_list > li:nth-child(4n + 1) {}
	.gMegaMenu_list > li:nth-child(n + 5) {}
	.gMegaMenu_list > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gMegaMenu_list > li > a::before {
		top: 20px;
	}
	.gMegaMenu_list_icon {}
	.gNav_link {
		order: 2;
		margin-right: 0;
		margin-left: 0;
		align-self: center;
		margin-top: 30px;
		width: 136px;
	}
	.gNav_link > a {}
	.gNav_info {
		order: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	.gNav_search {
		width: calc(100% - 100px);
		margin-right: auto;
	}
	.gNav_search_inner {}
	.gNav_search_input {}
	.gNav_search_btn {}
	.gNav_search_btn_icon {}
	.gNav_langLink {
		order: 2;
	}
	.gNav_langLink > a {}
	.gNav_list_text {}
	.gNav_list_text::after {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-logo {
		width: 127px;
	}
	.gHeader_col-bnr {
    width: 127px;
  }
  .gHeader_col-bnr {
    margin-left: 20px;
  }
	.gHeader_col-nav {
		display: block;
		padding: 0;
		width: 88px;
	}
	.gMegaMenu_contents {}
	.gMegaMenu_box {}
	.gHeader_contents_bg {}
	.gFooter {}
	.gFootNav {
		padding-top: 66px;
		padding-bottom: 60px;
	}
	.gFootNav_inner {}
	.gFootNav_logo {
		margin-bottom: 34px;
		max-width: 159px;
	}
	.gFootNav_logo > a {}
	.gFootNav_logo > a > img {}
	.gFootNav_cells {}
	.gFootNav_cell {
		margin-top: 14px;
	}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:nth-child(n + 2) {}
	.gFootNav_list > li > a {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.gFootNav_cList {}
	.gFootNav_cList > li {}
	.gFootNav_cList > li > a {}
	.gFootNav_cList > li > a::before {}
	.gFootNav_link {
		margin-top: 23px;
	}
	.gFootNav_link > a {}
	.gFootNav_link > a > img {}
	.gPageTop {}
	.gPageTop_inner {}
	.gPageTop_contents {}
	.gPageTop_btn {}
	.gPageTop_btn_icon {}
	.gFooter_subNav {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.gFooter_subNav_inner {}
	.gFooter_list {
		display: block;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gFooter_list > li > a::before {
		top: 22px;
	}
	.gFooter_copy {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}
	.gFooter_copy_inner {
		min-height: 96px;
	}
	.gFooter_copy_text {}
	.gFooter_copy_text > small {}
	.gContact {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.gContact-top {
		margin-top: 0;
	}
	.gContact_inner {}
	.gContact_cols {}
	.gContact_col {}
	.gContact_col-txt {
		margin-bottom: 30px;
	}
	.gContact_title {}
	.gContact_text {}
	.gContact_col-btn {}
	.gContact_btnList {
		margin: 0;
		display: block;
	}
	.gContact_btnList > li {
		padding: 0;
		width: auto;
	}
	.gContact_btnList > li > a {
		min-height: 60px;
	}
	.gContact_btnList > li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.gContact_bg {}
	.gContact_bg::before {}
	.gContact_bg > img {}
	.gContact-second {
		margin-top: 80px;
	}
	.gPankuzu {
		margin-bottom: 50px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-last-child(n + 2)::after {}
	.gPankuzu_oList > li:nth-last-child(2)::after {}
	.gPankuzu_oList > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gBody_inner {}
	.gBody_title {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(14px) rotate(45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-14px) rotate(-45deg);
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav.isShow .gNav_main {
		pointer-events: inherit;
	}
	.gMegaMenu.isShow {
		display: block;
	}
	[aria-expanded="true"] > .gNav_list_icon {
		transform: translateY(-50%);
	}
	[aria-expanded="true"] > .gNav_list_icon::before {}
	[aria-expanded="true"] > .gNav_list_icon::after {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	.gNav_link-en {}
	.gNav_langLink-en > a {}
	.gNav_main-en {}
	.gContact_title-en {}
	.gContact_text-en {}
	.gContact_btnList-en {
		max-width: 335px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	.gContact_btnList-en > li {}
	.gVis {}
	.gVis_bg {}
	.gVis_bg > img {}
	.gVis_bg::before {}
	.gVis_inner {
		padding-top: 37px;
		padding-bottom: 52px;
	}
	.gVis_title {
		font-size: 20px;
		line-height: 29px;
	}
	.gVis_title_ja {
		margin-bottom: -4px;
	}
	.gVis_title_en {
		font-size: 36px;
		line-height: 46px;
	}
	.gFixYoutube {}
	.gFixYoutube.isShow {}
	.gFixYoutube.isHidden {}
	.gFixYoutube_btn {}
	.gFixYoutube_btn::before {}
	.gFixYoutube_btn::after {}
	.gFixYoutube_banner {}
	.gFixYoutube_banner > a {}
	.gFixYoutube_banner_img {}
	.gFixYoutube_banner_img > img {}
	.gFixYoutube_banner_text {}
	.gFixYoutube_inner {}
	.gFixYoutube_contents {}
	.gFixYoutube_contents-en {
		width: 171px;
	}
	.gFixYoutube_contents_box {}
	.gVis_inner-en {
		padding-top: 58px;
		padding-bottom: 56px;
	}
	.gVis_title_en-en {}
	.gFixYoutube_banner-en > a {
		font-size: 11px;
		letter-spacing: -0.01em;
	}
	.gNav_list_btn {
		display: block;
		display: block;
		width: 40px;
		height: 40px;
		border: 1px solid currentColor;
		border-radius: 50%;
		box-sizing: border-box;
		position: absolute;
		top: 35px;
		right: 0;
		transform: translateY(-50%);
		margin: 0;
		z-index: 2;
	}
	.gNav_list_btn::before {
		content: "";
		display: block;
		width: 26px;
		height: 2px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.gNav_list_btn::after {
		content: "";
		display: block;
		width: 26px;
		height: 2px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(90deg);
		transition-duration: .3s;
		transition-property: transform;
	}
	.gNav_list_btn[aria-expanded="true"]::after {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	.gBody-noPankuzu {
		padding-top: 69px;
	}
	.gNav_link-btn {
		width: 40px;
		margin-top: 0;
		order: 1;
		margin-right: 10px;
	}
	.gNav_link-btn > a {}
	.gNav_link_icon {}
	.gNav_lngList {}
	.gNav_lngList > li {}
	.gNav_lngList > li > a {}
	.gNav_lngList_item {}
	.gNav_lngList_item::after {}
	.gNav_lngList > li[aria-current="true"] .gNav_lngList_item::after {}
}
@media screen and (max-width:374px) {}
