@charset "UTF-8";
.gFootNav {
	position: relative;
}
.gFootNav_chars {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	z-index: 4;
	margin-bottom: -20px;
}
.gFootNav_chars_inner {
	display: flex;
	justify-content: center;
}
.gFootNav_image {
	width: 161px;
	position: relative;
}
.gFootNav_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gFootNav_box {
	background-color: var(--color-light-gray);
	padding: 50px 0;
}
.gFootNav_box_inner {
	max-width: 1000px;
}
.gFootNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.gFootNav_list > li {
	width: 31.6%;
	margin-left: 2.6%;
}
.gFootNav_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.gFootNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFootNav_list_img {}
.gFootNav_list_img > img {
	display: block;
}
.gFooter {
	margin-top: 117px;
	padding-bottom: 120px;
}
.gFooter_inner {
	max-width: 1604px;
}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-logo {
	max-width: 638px;
	padding-top: 7px;
	width: calc(100% - 780px);
}
.gFooter_logo {}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}
.gFooter_col-text {
	width: 397px;
}
.gFooter_dList {
	list-style: none;
	font-size: 14px;
	line-height: 1.643;
}
.gFooter_dList > dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
[lang="en"] .gFooter_dList > dt {
	font-family: var(--font-inter);
}
.gFooter_dList > dd {}
.gFooter_link {
	max-width: 317px;
	margin-left: auto;
}
.gFooter_link > a {
	text-decoration: none;
	color: inherit;
	min-height: 42px;
	box-sizing: border-box;
	border: 1px solid var(--color-gray);
	border-radius: 10px;
	display: flex;
	align-items: center;
	background-color: var(--color-white);
	box-shadow: inset 0 5px 6px rgba(0, 0, 0, .07);
	padding-left: 17px;
	position: relative;
	padding-right: 53px;
	transition-duration: .3s;
	transition-property: box-shadow;
	line-height: 1.2;
	font-size: 13px;
}
.gFooter_link > a > .icon {
	background-image: url(/assets/img/common/bg-circle-grad-dark@2x.png);
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-clip: text;
	color: rgba(255, 255, 255, 0);
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}
.gFooter_copyright {
	font-size: 11px;
	font-weight: 300;
	max-width: 1571px;
	margin-top: 15px;
	line-height: 1.7;
}
.gFooter_copyright > small {
	display: block;
	font-size: inherit;
}
.gHeaderWrap {
	height: 108px;
	background-color: var(--color-off-white);
}
.gHeader {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: var(--color-off-white);
	z-index: 1000;
	transition-duration: 0.5s;
	transition-property: transform;
}
.gHeader_inner {
	max-width: 1868px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {
	max-width: 480px;
}
.gHeader_title {
	height: 100%;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 100%;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gHeader_col-menu {
	width: calc(100% - 526px);
	margin-left: auto;
}
.gMenuBtn {
	display: block;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav {}
.gNav_inner {}
.gNav_cols {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.gNav_col {}
.gNav_col-list {
	list-style: none;
	width: calc(100% - 120px);
}
.gNav_list {
	list-style: none;
	display: flex;
	max-width: 891px;
	margin-left: auto;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 108px;
	align-items: center;
	font-weight: 500;
	justify-content: center;
	text-align: center;
}
.gNav_list_text {
	display: block;
	position: relative;
	line-height: 1.2;
	padding: 4px 0;
}
.gNav_list_text::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: currentColor;
	transform: scale3d(0, 1, 1);
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: right bottom;
}
.gNav_list_icon {
	display: none;
}
.gNav_col-lang {
	width: 90px;
	align-self: center;
}
.gLangNav {
	border-radius: 34px;
	box-shadow: inset 0 4px 6px rgba(0, 0, 0, .1);
	position: relative;
	background-color: var( --color-white);
}
.gLangNav_ball {
	position: absolute;
	z-index: 0;
	width: 34px;
	height: 34px;
	background-image: url(/assets/img/common/bg-circle-grad@2x.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 0;
	left: 0;
	transition-duration: .3s;
	transition-property: left, width;
}
.gLangNav_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.gLangNav_list > li {
	width: 34px;
}
.gLangNav_list > li:last-child {
	width: 46px;
}
.gLangNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 34px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	z-index: 2;
	transition-duration: .3s;
	transition-property: opacity;
}
.gLangNav_list > li > a[aria-current="true"] {
	pointer-events: none;
}
.gNav_list_text br {
	display: none;
}
.gBody {
	position: relative;
	padding-bottom: 265px;
}
.gBody_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: var(--color-white);
	overflow: hidden;
	pointer-events: none;
	background-image: linear-gradient( 30deg, rgb(251, 252, 251) 0%, rgb(250, 255, 254) 34%, rgb(252, 252, 241) 69%, rgb(255, 253, 249) 100%);
}
.gBody_bg_grad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1080px;
	background-image: linear-gradient(to bottom, var(--color-off-white), rgba(255, 255, 255, 0) 50%);
	z-index: 2;
}
.gBody_bg_mask {
	height: 584px;
	fill: var(--color-white);
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0;
	min-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
}
.gBody_bg_deco {
	position: absolute;
	width: 530px;
	z-index: 0;
	top: 205px;
	left: 50%;
	transform: translateX(-50%);
	filter: blur(460px);
	background-image: linear-gradient(90deg, rgb(111, 197, 200) 0%, 26.2963%, rgb(233, 238, 197) 52.5926%, 76.2963%, rgb(225, 107, 115) 100%);
	border-radius: 50%;
	height: 530px;
}
.gBody_bg_deco-no1 {
	margin-left: 770px;
}
.gBody_bg_deco > img {
	display: block;
	width: 100%;
	height: auto;
}
.gBody_bg_deco-no2 {
	top: 600px;
	margin-left: -430px;
}
.gVisual {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.gVisual_canvas {
	position: absolute;
	z-index: 0;
	width: 100%;
	left: 0;
	bottom: 0;
}
.gVisual_image {
	height: 228px;
	position: relative;
}
.gVisual_image > img {
	display: block;
}
.gVisual_inner {
	max-width: 1590px;
	min-height: 216px;
	align-items: flex-start;
	display: flex;
	padding-bottom: 20px;
	padding-top: 140px;
}
.gVisual_areaText {
	display: flex;
	align-items: flex-start;
	line-height: 108px;
}
.gVisual_areaText-bottom {
	align-items: flex-end;
}
.gVisual_subTitle {
	font-family: var(--font-inter);
	font-size: 80px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: inherit;
	position: relative;
	z-index: 1;
	letter-spacing: 0.048em;
	margin-right: 0.45em;
}
.gVisual_subTitle:last-child {
	margin-right: 0;
}
.gVisual_title {
	font-size: 22px;
	font-weight: bold;
	line-height: inherit;
	position: relative;
	z-index: 1;
	letter-spacing: 0.05em;
	transform: translateY(4%);
}
.gBody_bg-home {}
.gBody_bg_grad-home {}
.gBody_bg_mask-home {
	margin-top: 500px;
	box-shadow: 0 -500px 0 #fff;
}
.gBody_bg_deco-home {
	margin-top: 500px;
}
.gBody-home {
	padding-bottom: 0;
}
.gVisual-hasMb {
	margin-bottom: 244px;
}
.gVisual-hasMbSmall {
	margin-bottom: 109px;
}
.gHeader-scrolled {
	transform: translate3d(0, -100%, 0);
}
.gHeaderWrap-home {
	height: auto;
}
.gBody-hidden {
	overflow: hidden;
}
.gLangNav_ball-en {
	left: auto;
	right: 0;
}
.gLangNav_list-en > li:last-child {
	width: 34px;
}
.gLangNav_list-en > li:first-child {
	width: 46px;
}
.gFooter_col-logoEn {
	max-width: 582px;
	width: calc(100% - 820px);
	padding-top: 8px;
}
.gFooter_col-textEn {
	width: auto;
}
.gFooter_dList_names {
	display: flex;
}
.gFooter_dList_names_title {
	white-space: nowrap;
	margin-right: 0.5em;
}
.gFooter_dList_names_data {}
.gFooter_link-en {}
.gHeader_title-en {
	max-width: 462px;
}
.gBody-noPb {
	padding-bottom: 0;
}
.gNav_list-en {
	font-feature-settings: "palt";
}
.gFooter_col-contact {
	margin-left: auto;
	margin-right: 21px;
	padding-top: 12px;
}
.gFooter_col-link {
	padding-top: 43px;
}
.gFooter_col-contactEn {
	padding-top: 14px;
}
.gFooter_col-linkEn {}
.gFooter_cols-en {}
.gFooter_dList-en > dd {
	line-height: 1.5;
}
.gFooter_dList-en > dt {
	margin-bottom: 0px;
}
.gFootNav_image-no1 {
	top: 5px;
}
.gFootNav_image-no2 {}
.gFootNav_image-no3 {
	top: 6px;
	margin-left: -15px;
}
.gLangNav-static {
	display: none;
}
.gLangNav_list-vertical {}
@media screen and (max-width:1599px) {
	.gHeader_col-titleEn {}
	.gHeader_col-menuEn {
		width: calc(100% - 490px);
	}
}
@media screen and (max-width:1499px) {
	.gNav_list_text br.-en {
		display: inline;
	}
}
@media screen and (max-width: 1399px) {
	.gHeader_col-title {
		width: 380px;
	}
	.gHeader_col-menu {
		width: calc(100% - 400px);
	}
	.gNav_col-lang {
		width: 80px;
	}
	.gNav_col-list {
		width: calc(100% - 100px);
	}
	.gLangNav_list > li > a {
		font-size: 13px;
	}
	.gFooter_col-contact {
		padding-top: 10px;
	}
	.gFooter_dList > dd {
		font-feature-settings: "palt";
	}
	.gFooter_col-logo {
		width: calc(100% - 742px);
		max-width: 569px;
	}
	.gFooter_col-logoEn {
		width: calc(100% - 810px);
	}
}
@media screen and (max-width:1299px) {
	.gVisual_subTitle {
		font-size: 70px;
	}
	.gFooter_copyright {
		font-size: 10px;
	}
	.gFooter_col-logo {
		width: calc(100% - 700px);
		max-width: 508px;
	}
	.gFooter_col-logoEn {
		width: calc(100% - 800px);
	}
}
@media screen and (max-width:1249px) {
	.gNav_list {
		font-size: 15px;
	}
	.gNav_list {
		max-width: 620px;
	}
	.gNav_list_text br {
		display: inline;
	}
}
@media screen and (max-width:1199px) {
	.gVisual_areaText {
		line-height: 95px;
	}
	.gVisual_subTitle {
		font-size: 70px;
	}
	.gVisual_inner {
		min-height: 190px;
	}
	.gVisual_title {}
	.gNav_list-en {
		font-size: 14px;
		font-feature-settings: "palt";
	}
	.gFooter_col-logo {
		width: calc(100% - 605px);
	}
	.gFooter_col-logoEn {
		width: calc(100% - 641px);
	}
	.gFooter_col-contactEn {
		width: 300px;
	}
	.gFooter_col-linkEn {
		width: 297px;
	}
	.gFooter_link > a {
		font-size: 14px;
		padding-left: 21px;
		padding-right: 53px;
	}
	.gFooter_link > a > .icon {
		right: 12px;
	}
}
@media screen and (max-width:1099px) {
	.gHeader_col-title {
		width: 310px;
	}
	.gHeader_col-menu {
		width: calc(100% - 330px);
	}
	.gNav_col-lang {
		width: 72px;
	}
	.gNav_col-list {
		width: calc(100% - 86px);
	}
	.gNav_list-en {
		font-size: 13px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {}
	a:hover .gNav_list_text::before {
		transform: scale3d(1, 1, 1);
		transform-origin: left bottom;
	}
	.gLangNav_list > li > a:hover + .gLangNav_ball {
		left: 56px;
	}
	.gLangNav_list > li > a:hover {
		opacity: .7;
	}
	.gFootNav_list > li > a:hover {
		opacity: .7;
	}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFooter_link > a:hover {
		box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0);
	}
}
@media screen and (max-width:999px) {
	.gFootNav {}
	.gFootNav_chars {}
	.gFootNav_chars_inner {}
	.gFootNav_image {}
	.gFootNav_image > img {}
	.gFootNav_box {}
	.gFootNav_box_inner {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:nth-child(3n+1) {}
	.gFootNav_list > li > a {}
	.gFootNav_list_img {}
	.gFootNav_list_img > img {}
	.gFooter {
		margin-top: 90px;
		padding-bottom: 90px;
	}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		padding: 0;
		width: auto;
	}
	.gFooter_col-logo {
		width: calc(100% - 340px);
		max-width: 380px;
		padding: 0;
	}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo > a > img {}
	.gFooter_col-text {
		width: 310px;
	}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_link {
		display: flex;
		margin-left: 0;
	}
	.gFooter_link > a {}
	.gFooter_link > a > .icon {}
	.gFooter_copyright {
		font-size: 11px;
		margin-top: 60px;
	}
	.gFooter_copyright > small {}
	.gHeaderWrap {
		height: 82px;
	}
	.gHeaderWrap-home {
		height: auto;
	}
	.gHeader {}
	.gHeader-scrolled {}
	.isMenuOpen .gHeader-scrolled {
		transform: none;
	}
	.gHeader_inner {
		padding-right: 0;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {}
	.gHeader_title > a {
		height: 82px;
	}
	.gHeader_title_img {}
	.gHeader_col-menu {
		width: 82px;
	}
	.gMenuBtn {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1000;
		cursor: inherit;
		transition-duration: .3s;
		transition-property: background-color, color;
	}
	.gMenuBtn::before {
		content: "";
		display: block;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		box-shadow: inset 0 1px 1px var(--color-gray), inset 0 3px 6px rgba(0, 0, 0, .1);
		transition-duration: .3s;
		transition-property: box-shadow, background-color;
		background-color: var(--color-white);
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 20px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	.gMenuBtn_bar {
		display: block;
		height: 1px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 5px 0;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] {
		color: var(--color-white);
	}
	.gMenuBtn[aria-expanded="true"]::before {
		background-color: var(--color-text);
		box-shadow: inset 0 1px 1px rgba(221, 221, 221, 0.0), inset 0 3px 6px rgba(0, 0, 0, 0.0);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(6px) rotate(-45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-6px) rotate(45deg);
	}
	.gNav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		width: 100%;
		max-width: 375px;
		height: 100%;
		background-color: var(--color-off-white);
		box-sizing: border-box;
		bottom: 0;
		padding-bottom: 40px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		box-shadow: -5px 0 10px rgba(0, 0, 0, .1);
		padding-top: 82px;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		min-height: 100%;
		overflow: hidden;
	}
	.gNav_cols {
		display: block;
	}
	.gNav_col {
		width: auto;
	}
	.gNav_col-list {}
	.gNav_list {
		max-width: none;
		display: block;
		font-size: 16px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		height: 66px;
		justify-content: flex-start;
		padding-left: 35px;
		position: relative;
		padding-right: 75px;
	}
	.gNav_list > li > a::after {
		content: "";
		display: block;
		height: 1px;
		width: calc(100% - 56px);
		left: 28px;
		position: absolute;
		bottom: 0;
		background-color: currentColor;
		opacity: .12;
	}
	.gNav_list_text {
		text-align: left;
	}
	.gNav_list_text::before {}
	.gNav_list_icon {
		display: block;
		width: 28px;
		height: 28px;
		border: 1px solid var(--color-gray);
		border-radius: 50%;
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		right: 35px;
		transform: translateY(-50%);
		box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1);
		background-image: url(/assets/img/common/icn-arrow.svg);
		background-size: 11px 11px;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.gNav_col-lang {
		width: 90px;
		margin: 26px auto 0;
	}
	.gLangNav {}
	.gLangNav_ball {}
	.gLangNav_list {}
	.gLangNav_list > li {}
	.gLangNav_list > li:last-child {}
	.gLangNav_list > li > a {}
	.gLangNav_list > li > a[aria-current="true"] {}
	.gNav_list_text br {
		display: none;
	}
	.gNav_list_text br.-en {
		display: none;
	}
	.gNav_inner::after {
		content: "";
		background-image: url(/assets/img/common/bg-circle-grad@2x.png);
		width: 260px;
		height: 260px;
		display: block;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		filter: blur(160px);
		position: absolute;
		bottom: 0;
		left: -90px;
	}
	.gBody {
		padding-bottom: 210px;
	}
	.gBody_bg {}
	.gBody_bg_grad {
		height: 680px;
	}
	.gBody_bg_mask {
		height: 370px;
		min-width: 1200px;
	}
	.gBody_bg_deco {}
	.gBody_bg_deco-no1 {
		margin-left: 539px;
	}
	.gBody_bg_deco > img {}
	.gBody_bg_deco-no2 {}
	.gVisual {}
	.gVisual_canvas {
		width: 1200px;
	}
	.gVisual_image {}
	.gVisual_image > img {}
	.gVisual_inner {
		min-height: 154px;
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.gVisual_areaText {
		line-height: 77px;
	}
	.gVisual_subTitle {
		font-size: 57px;
		margin-right: 20px;
	}
	.gVisual_title {
		font-size: 18px;
	}
	.gBody_bg-home {}
	.gBody_bg_grad-home {}
	.gBody_bg_mask-home {
		margin-top: 370px;
		box-shadow: 0 -370px 0 #fff;
	}
	.gBody_bg_deco-home {
		margin-top: 370px;
	}
	.gBody-home {
		padding-bottom: 0;
	}
	.gVisual-hasMb {
		margin-bottom: 135px;
	}
	.gVisual-hasMbSmall {
		margin-bottom: 40px;
	}
	.gLangNav_ball-en {}
	.gLangNav_list-en > li:last-child {}
	.gLangNav_list-en > li:first-child {}
	.gFooter_col-logoEn {
		width: calc(100% - 370px);
	}
	.gFooter_col-textEn {
		width: 340px;
	}
	.gFooter_dList_names {
		display: block;
	}
	.gFooter_dList_names_title {
		white-space: normal;
		margin: 0;
		display: block;
	}
	.gFooter_dList_names_data {
		display: block;
	}
	.gFooter_link-en {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gFooter_col-contact {
		margin: 20px 0 20px;
	}
	.gFooter_col-link {}
	.gFooter_col-contactEn {}
	.gFooter_col-linkEn {}
	.gFootNav_image-no1 {}
	.gFootNav_image-no2 {}
	.gFootNav_image-no3 {}
	.gLangNav-static {
		display: block;
		position: absolute;
		top: 82px;
		right: 41px;
		z-index: 10;
		transform: translateX(50%);
		box-shadow: inset 0 1px 1px var(--color-gray), inset 0 3px 6px rgba(0, 0, 0, .1);
	}
	.gLangNav_list-vertical {
		flex-direction: column;
		height: 74px;
		width: 34px;
		box-sizing: content-box;
		padding: 2px;
	}
	.gLangNav_list-vertical > li:first-child {
		width: auto;
	}
	.gLangNav_list-vertical > li:last-child {
		width: auto;
	}
	.gLangNav_ball-static {
		top: 2px;
		left: 2px;
	}
	.gLangNav_ball-enStatic {
		right: 2px;
		top: auto;
		bottom: 2px;
	}
}
@media screen and (max-width:767px) {
	.gFootNav {}
	.gFootNav_chars {
		margin-bottom: -14px;
	}
	.gFootNav_chars_inner {}
	.gFootNav_image {
		width: 110px;
	}
	.gFootNav_image > img {}
	.gFootNav_box {}
	.gFootNav_box_inner {}
	.gFootNav_list {
		display: block;
		max-width: 280px;
		margin: 0 auto;
	}
	.gFootNav_list > li {
		width: auto;
		margin-left: 0;
	}
	.gFootNav_list > li:nth-child(n+2) {
		margin-top: 10px;
	}
	.gFootNav_list > li > a {}
	.gFootNav_list_img {}
	.gFootNav_list_img > img {}
	.gFooter {
		margin-top: 78px;
		padding-bottom: 70px;
	}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		width: auto;
	}
	.gFooter_col-logo {
		max-width: 308px;
		padding: 0;
	}
	.gFooter_logo {
		margin-bottom: 67px;
	}
	.gFooter_logo > a {}
	.gFooter_logo > a > img {}
	.gFooter_col-text {}
	.gFooter_dList {
		font-size: 13px;
	}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_link {
		max-width: 280px;
		margin-top: 26px;
		display: block;
	}
	.gFooter_link > a {
		min-height: 50px;
		border-radius: 8px;
		padding-left: 18px;
		padding-right: 45px;
		line-height: 1;
		font-size: 13px;
	}
	.gFooter_link > a > .icon {
		right: 10px;
	}
	.gFooter_copyright {
		text-align: left;
		font-size: 10px;
		transform: scale(0.9);
		transform-origin: left center;
		margin-top: 75px;
		margin-right: -20px;
	}
	.gFooter_copyright > small {}
	.gHeaderWrap {}
	.gHeaderWrap-home {
		height: auto;
	}
	.gHeader {}
	.gHeader::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--color-off-white);
		z-index: 10;
	}
	.gHeader_inner {
		padding-left: 11px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		max-width: 240px;
		width: calc(100% - 72px);
	}
	.gHeader_title {
		position: relative;
		z-index: 11;
	}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gHeader_col-menu {
		width: 72px;
	}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gNav {
		max-width: none;
		box-shadow: none;
		overflow: auto;
		background-color: var(--color-white);
	}
	.gNav_inner {}
	.gNav_inner::after {
		left: 0;
	}
	.gNav_cols {}
	.gNav_col {}
	.gNav_col-list {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list_text {}
	.gNav_list_text::before {}
	.gNav_list_icon {}
	.gNav_col-lang {
		margin-top: 38px;
	}
	.gLangNav {
		box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
	}
	.gLangNav_ball {}
	.gLangNav_list {}
	.gLangNav_list > li {}
	.gLangNav_list > li:last-child {}
	.gLangNav_list > li > a {}
	.gLangNav_list > li > a[aria-current="true"] {}
	.gNav_list_text br {}
	.gBody {
		padding-bottom: 150px;
	}
	.gBody_bg {}
	.gBody_bg_grad {
		height: 270px;
	}
	.gBody_bg_mask {
		height: 160px;
		min-width: 600px;
		left: 50%;
		transform: translateX(-50%);
	}
	.gBody_bg_deco {
		width: 215px;
		height: 215px;
	}
	.gBody_bg_deco-no1 {
		top: 0;
		margin-left: 110px;
	}
	.gBody_bg_deco > img {}
	.gBody_bg_deco-no2 {
		margin-left: -160px;
		top: 70px;
	}
	.gVisual {}
	.gVisual_canvas {
		width: 768px;
	}
	.gVisual_image {
		height: 114px;
	}
	.gVisual_image > img {}
	.gVisual_inner {
		min-height: 86px;
		padding-top: 10px;
		padding-bottom: 50px;
		align-items: center;
	}
	.gVisual_areaText {
		align-items: flex-end;
		margin-right: -10px;
		line-height: 43px;
	}
	.gVisual_subTitle {
		font-size: 32px;
		margin-right: 11px;
		letter-spacing: 0.02em;
	}
	.gVisual_title {
		font-size: 13px;
	}
	.gBody_bg-home {}
	.gBody_bg_grad-home {}
	.gBody_bg_mask-home {
		margin-top: 590px;
		box-shadow: 0 -200vh 0 200vh #fff;
	}
	.gBody_bg_deco-home {
		margin-top: 590px;
	}
	.gBody-home {
		padding-bottom: 0;
	}
	.gVisual-hasMb {
		margin-bottom: 40px;
	}
	.gVisual-hasMbSmall {}
	.gHeader-home {
		background-color: rgba(255, 255, 255, 0);
	}
	.gHeader-home::after {
		background-color: rgba(255, 255, 255, 0);
	}
	.gHeader-scrolledHome::after {
		background-color: var(--color-off-white);
	}
	.gLangNav_ball-en {}
	.gLangNav_list-en > li:last-child {}
	.gLangNav_list-en > li:first-child {}
	.gFooter_col-logoEn {
		max-width: 335px;
	}
	.gFooter_col-textEn {}
	.gFooter_dList_names {}
	.gFooter_dList_names_title {}
	.gFooter_dList_names_data {}
	.gFooter_link-en {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gFooter_col-contact {}
	.gFooter_col-link {}
	.gFooter_col-contactEn {}
	.gFooter_col-linkEn {}
	.gFootNav_image-no1 {
		top: 3px;
	}
	.gFootNav_image-no2 {}
	.gFootNav_image-no3 {
		margin-left: -10px;
		top: 4px;
	}
	.gLangNav-static {
		box-shadow: inset 0 1px 1px var(--color-gray), inset 0 3px 6px rgba(0, 0, 0, .1);
		right: 36px;
	}
	.gLangNav_list-vertical {}
	.gLangNav_list-vertical > li:last-child {}
}
@media screen and (max-width:374px) {
	.gFootNav_image {
		width: 80px;
	}
	.gVisual_subTitle {
		font-size: 28px;
	}
	.gVisual_areaText {
		line-height: 38px;
	}
	.gVisual_title {
		font-size: 12px;
	}
	.gFootNav_chars {
		margin-bottom: -10px;
	}
	.gFootNav_image-no1 {
		top: 2px;
	}
	.gFootNav_image-no2 {}
	.gFootNav_image-no3 {
		top: 3px;
	}
}
