@charset "UTF-8";
.gFooter {
	background-color: var(--color-blue-footer);
	color: var(--color-white-transp);
	position: relative;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.4;
	padding-bottom: 30px;
	box-shadow: 0 100vh 0 100vh var(--color-blue-footer);
}
.gFooter_top {
	position: relative;
	z-index: 1;
	padding-top: 64px;
	padding-bottom: 327px;
}
.gFooter_top_inner {
	max-width: 1350px;
}
.gFooter_top_cols {
	display: flex;
	justify-content: space-between;
}
.gFooter_top_col {}
.gFooter_top_col-logo {
	padding-top: 9px;
}
.gFooter_logo {
	width: 207px;
	margin-bottom: 9px;
}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 14.976%;
}
.gFooter_logo_img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gFooter_title {
	font-family: var(--font-inter);
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
.gFooter_university {
	max-width: 123px;
	margin-top: 26px;
}
.gFooter_university > a {
	text-decoration: none;
	color: inherit;
	display: block;
	opacity: .8;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_university > a > img {
	display: block;
}
.gFooter_top_col-link {}
.gPageTop {}
.gPageTop_button {
	font-family: var(--font-inter);
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.01em;
	display: flex;
	height: 40px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_bottom {
	position: relative;
	z-index: 1;
	padding-top: 51px;
}
.gFooter_bottom_inner {
	max-width: 1350px;
}
.gFooter_grid {
	display: flex;
	max-width: 1342px;
}
.gFooter_cell {}
.gFooter_cell-sitemap {
	order: 1;
}
.gFooter_headline {
	font-family: var(--font-inter);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.01em;
}
.gFooter_list {
	list-style: none;
	font-size: 14px;
	margin-top: 20px;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 6px 0;
	line-height: 19px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_cell-contact {
	order: 2;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.gFooter_mail {
	font-size: 24px;
	font-weight: 500;
	font-family: var(--font-inter);
	letter-spacing: 0.026em;
	line-height: 1.4;
	margin-top: 21px;
}
.gFooter_mail > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_cell-access {
	order: 0;
	margin-right: 100px;
}
.gFooter_headline-access {}
.gFooter_logos {
	display: none;
}
.gFooter_info {
	margin-top: 26px;
}
.gFooter_addr {}
.gFooter_tel {
	margin-top: 7px;
}
.gFooter_tel > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_map {
	font-family: var(--font-inter);
	letter-spacing: 0.01em;
	font-weight: 500;
	margin-top: 25px;
}
.gFooter_map > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	column-gap: 6px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_map > a > .icon {}
.gCopyright {
	display: flex;
	justify-content: space-between;
	max-width: 386px;
	align-items: center;
}
.gCopyright-footer {
	margin-top: 15px;
}
.gCopyright_text {
	font-family: var(--font-inter);
	letter-spacing: 0.01em;
	font-weight: 500;
	font-size: 12px;
}
.gCopyright_link {
	font-size: 12px;
	letter-spacing: 0.01em;
	font-family: var(--font-inter);
}
.gCopyright_link > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_bg {
	position: absolute;
	bottom: 96px;
	left: 50%;
	width: 100%;
	min-width: 1920px;
	transform: translateX(-50%);
	z-index: 0;
	pointer-events: none;
}
.gFooter_bg_canvas {
	position: relative;
	padding-bottom: 32.6042%;
}
.gFooter_bg_line {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: none;
	stroke-width: 60px;
	stroke: url(#GradFooterLine);
	stroke-opacity: 0.168;
	opacity: 1;
}
.gFooter_contact {}
.gFooter_catch {
	width: 602px;
	margin-top: 160px;
	color: var(--color-white);
}
.gFooter_catch_inner {
	display: block;
	position: relative;
	padding-bottom: 20.2658%;
}
.gFooter_catch_svg {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gHeaderWrap {}
.gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition-duration: 0.5s;
	transition-property: background-color, color, backdrop-filter, visibility, opacity;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
}
.gHeader-white {
	background-color: rgba(255, 255, 255, 0);
	color: var(--color-white);
	backdrop-filter: blur(0);
}
.gHeader-scrolled {
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	color: inherit;
	color: var(--color-header-gray);
}
.isMenuOpen .gHeader {
	color: var(--color-white);
}
.gHeader_inner {
	max-width: none;
	padding-right: 0;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {
	height: 80px;
}
.gHeader_araeTitle {
	visibility: visible;
	opacity: 1;
	pointer-events: inherit;
	transition-duration: 0.5s;
	transition-property: opacity, visibility;
	z-index: 1001;
	position: relative;
}
.gHeader-scrolled .gHeader_araeTitle {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.isMenuOpen .gHeader-scrolled .gHeader_araeTitle {
	visibility: visible;
	opacity: 1;
	pointer-events: inherit;
}
.gHeader_logo {
	width: 144px;
	margin-bottom: 8px;
	width: 176px;
}
.gHeader_title_inner {
	display: block;
	position: relative;
	padding-bottom: 14.976%;
}
.gHeader_title_img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
	transition-duration: 0.5s;
	transition-property: opacity;
}
.gHeader_title {
	font-family: var(--font-inter);
	font-weight: 500;
	font-size: 10px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	white-space: nowrap;
	transform-origin: top left;
	transform: scale(0.9);
}
.gHeader_col-nav {
	flex-grow: 1;
}
.gNav {
	max-width: 870px;
	margin-left: auto;
}
.gNav_inner {
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}
.gNav_list {
	list-style: none;
	display: flex;
	pointer-events: inherit;
	opacity: 1;
	visibility: visible;
	transition-duration: 0.3s;
	transition-property: opacity, visibility;
}
.gHeader-scrolled .gNav_list {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.5px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: opacity;
	text-align: center;
}
.gNav_list > li > a > br {
	display: none;
}
.gHeader_col-link {
	display: flex;
	align-items: center;
}
.gHeader_link {
	width: 126px;
	margin-left: 21px;
	position: relative;
	z-index: 1001;
}
.gHeader_link > a {}
.gLang {
	position: relative;
	z-index: 1001;
}
.gLang_link {
	font-size: 14px;
	font-family: var(--font-inter);
	font-weight: 500;
}
.gLang_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	column-gap: 6px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gLang_link_text {
	display: block;
}
.gLang_switch {
	display: block;
	width: 23px;
	height: 16px;
	border: 1px solid currentColor;
	border-radius: 16px;
	box-sizing: border-box;
	position: relative;
}
.gLang_switch_circle {
	display: block;
	width: 10px;
	height: 10px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	border-radius: 50%;
}
.gHeader_link_text {}
.gHeader_col-button {
	display: block;
	margin-left: 10px;
}
.gMenuBtn {
	display: block;
	height: 80px;
	width: 89px;
	position: relative;
	z-index: 1001;
	transition-duration: .3s;
	transition-property: opacity, color;
}
.gMenuBtn[aria-expanded="true"] {
	color: var(--color-white);
}
.gMenuBtn_barWrap {
	display: block;
	width: 29px;
	margin: 0 auto;
}
.gMenuBtn_bar {
	height: 2px;
	display: block;
	background-color: currentColor;
	transition-duration: .3s;
	transition-property: transform;
}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {
	margin-top: 6px;
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
	transform: translateY(4px) rotate(-27deg);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
	transform: translateY(-4px) rotate(27deg);
}
.gHeader_logoWrap {}
.gHeader_logoWrap > a {
	display: block;
	text-decoration: none;
	padding-top: 27px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gMenu {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: var(--color-blue-footer);
	color: var(--color-white);
	font-size: 12px;
	line-height: 1;
	padding-top: 236px;
	padding-bottom: 40px;
	overflow: auto;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gMenu.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMenu_inner {
	max-width: 1304px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.gMenu_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(3, auto);
	grid-auto-flow: column;
	max-width: 1115px;
	margin-bottom: 25px;
	column-gap: 30px;
}
.gMenu_list > li {}
.gMenu_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 25px 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.gMenu_list_main {
	display: block;
	font-weight: bold;
	margin-bottom: 19px;
}
.gMenu_list_sub {
	display: block;
	font-size: 48px;
	font-family: var(--font-inter);
	letter-spacing: 0.03em;
}
.gCopyright-menu {
	margin-top: auto;
	color: var(--color-white-transp);
}
.gHeader_title_img-front {}
.gHeader_title_img-back {
	opacity: 0;
	fill: var(--color-white);
	z-index: 1;
}
.isMenuOpen .gHeader_title_img-back {
	opacity: 1;
}
.isMenuOpen .gHeader_title_img-front {
	opacity: 0;
}
.gHeader-scrolled .gHeader_title_img-front {
	opacity: 0;
}
.gHeader_altLogo {
	width: 112px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.5s;
	transition-property: opacity, visibility;
}
.gHeader-scrolled .gHeader_altLogo {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}
.gHeader_altLogo > a {
	text-decoration: none;
	color: inherit;
	height: 115px;
	display: flex;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_altLogo_inner {
	display: block;
	position: relative;
	padding-bottom: 12.7373%;
	width: 100%;
}
.gHeader_altLogo_svg {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gBody {
	padding-bottom: 160px;
	overflow: hidden;
}
.gLang-menu {
	display: none;
}
.gFooter_bg_inner {}
.gVisSimple {
	padding-top: 190px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.10);
	margin-bottom: 80px;
	position: relative;
}
.gVisSimple_inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.gVisSimple_title {
	position: relative;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	padding-left: 35px;
	margin-bottom: 28px;
	min-height: 21px;
}
.gVisSimple_contents {
	margin-bottom: 56px;
}
.gVisSimple_title > img {
	display: block;
	position: absolute;
	top: 0.75em;
	left: 0;
	transform: translateY(-50%);
}
.gVisSimple_subTitle {
	font-weight: normal;
	font-size: 60px;
	line-height: 1.1;
	color: inherit;
	font-family: var(--font-inter);
}
.gPankuzu {}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	font-family: var(--font-inter);
	font-weight: 500;
	display: flex;
	align-items: center;
	font-size: 14px;
	white-space: nowrap;
	color: rgba(51, 51, 51, 0.50);
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "/";
	display: block;
	margin: 0 5px;
	color: var(--color-text);
}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 88px;
	align-items: center;
	color: var(--color-text);
	transition-duration: .3s;
	transition-property: opacity;
}
.gBody-noPb {
	padding-bottom: 0;
}
.gVisSimple-dia {
	padding-top: 248px;
	border-bottom: none;
	margin-bottom: 246px;
	position: relative;
}
.gVisSimple_subTitle-lg {
	font-size: 80px;
	min-height: 2.2em;
}
.gVisSimple_contents-dia {
	margin-bottom: 17px;
}
.gVisSimple_title-dia {
	margin-bottom: 10px;
}
.gVisSimple_bg {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 70%;
	z-index: -1;
	min-width: 1440px;
	transform: translate(-50%, -50%);
}
.gVisSimple_bg_inner {
	display: block;
	position: relative;
	padding-bottom: 52.084%;
}
.gVisSimple_line {
	fill: none;
	stroke: url(#GradMvLine);
	stroke-miterlimit: 10;
	stroke-width: 60px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.gVisSimple_dia {
	position: absolute;
	width: 376px;
	left: 50%;
	top: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
	margin-left: 150px;
	margin-top: 60px;
}
.gVisSimple_dia > img {}
.gVisSimple_floatDia {
	position: absolute;
	width: 35px;
	left: 50%;
	top: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
}
.gVisSimple_floatDia > img {}
.gVisSimple_floatDia-no1 {
	margin-left: 562px;
	margin-top: -79px;
}
.gVisSimple_floatDia-no2 {
	margin-top: 229px;
	margin-left: 620px;
}
.gVisSimple_floatDia-no3 {
	margin-top: 358px;
	margin-left: -15px;
}
.gVisSimple_floatDia-no4 {
	margin-top: 400px;
	margin-left: 450px;
}
.gVisGroup {
	padding-top: 190px;
	color: var(--color-white);
	position: relative;
	margin-bottom: -144px;
}
.gVisGroup_bg {
	background: conic-gradient(from 134.85deg at 50% 50%, #AAABAE 0deg, #D4E2F0 71.15deg, #8D929D 117.57deg, #D4E2F0 277.06deg, rgba(170, 171, 174, 0.666667) 319.84deg, #8D929D 360deg);
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: -1;
	background-clip: content-box;
}
.gVisGroup_bg::before {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.27%, #000000 81.05%, #000000 92.21%);
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	opacity: .15;
	pointer-events: none;
}
.gVisGroup_contents {
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
}
.gVisGroup_inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.gVisGroup_title {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	display: flex;
	column-gap: 11px;
	margin-bottom: 18px;
}
.gVisGroup_title_num {}
.gVisGroup_title_text {}
.gVisGroup_subTitle {
	font-family: var(--font-inter);
	font-weight: 400;
	font-size: 60px;
	display: flex;
	line-height: 66px;
	min-height: 132px;
	align-items: flex-start;
	column-gap: 21px;
	margin-right: -10px;
}
.gVisGroup_subTitle_image {
	display: block;
	width: 66px;
	position: relative;
	top: 33px;
	left: 0;
	transform: translateY(-50%);
}
.gVisGroup_subTitle_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gVisGroup_subTitle_text {
	display: block;
}
.gPankuzu-white {
	position: relative;
	z-index: 1;
}
.gPankuzu_oList-white {
	color: inherit;
}
.gPankuzu_oList-white > li > a {
	color: inherit;
}
.gPankuzu_oList-white > li:nth-last-child(n+2)::after {
	color: inherit;
}
.gVisGroup_bg-blue {
	background-image: conic-gradient(from 225.03deg at 50% 50%, #336CFF 0deg, #D4E2F0 71.15deg, #84A7F8 117.57deg, #D4E2F0 277.06deg, #9AB9F5 319.84deg, #5F90F9 360deg);
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.gVisGroup_bg-blue::before {
	display: none;
}
.gVisGroup_subTitle_image-logic {}
.gVisGroup_subTitle_image-power {
	width: 46px;
	transform: translateY(-34%);
}
.gVisGroup_subTitle_image-wafer {
	width: 74px;
}
.gVisGroup_subTitle_image-co2 {
	width: 70px;
}
.gVisGroup_subTitle_image-quantum {
	width: 61px;
}
.gVisGroup_subTitle_image-computation {
	width: 88px;
}
.gHeader_logoWrap-white {
	color: var(--color-white);
}
.gNav-white {
	color: var(--color-white);
}
.gBody-sticky {
	overflow: visible;
}
.gVisSimple_line[data-animation] > path {}
.gVisSimple_line[data-animation="after"] > path {}
.gFooter_top_bar {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.20);
}
.gFooter_cell_bar {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.20);
}
.gFooter_bg_line[data-animation] > path {}
.gFooter_bg_line[data-animation="after"] > path {}
.gVisSimple-noBar {
	border-bottom: none;
}
.gVisSimple_bar {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(51, 51, 51, 0.10);
}
.gHeader-scrolledDown {
	visibility: hidden;
	opacity: 0;
}
.isMenuOpen .gHeader-scrolledDown {
	visibility: visible;
	opacity: 1;
}
@media screen and (max-width:1199px) {
	.gFooter_catch {
		width: 450px;
	}
	.gFooter_cell-access {
		margin-right: 50px;
	}
	.gHeader_col-button {
		margin-left: 0;
	}
	.gMenuBtn {
		width: 80px;
	}
	.gHeader_link {
		width: 120px;
		margin-left: 15px;
	}
	.gVisGroup {
		margin-bottom: -50px;
	}
	.gNav_list > li > a > br {
		display: inline;
	}
}
@media screen and (max-width:1099px) {
	.gNav_list > li > a {
		font-size: 13px;
	}
	.gMenu_list_sub {
		font-size: 42px;
	}
	.gMenu_list > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-height:749px) {
	.gMenu {
		padding-top: 170px;
	}
	.gMenu_list_sub {
		font-size: 42px;
	}
	.gMenu_list > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gPankuzu_oList > li > a:hover {
		opacity: .7;
	}
	.gFooter_logo > a:hover {
		color: var(--color-white);
	}
	.gFooter_university > a:hover {
		opacity: 1;
	}
	.gPageTop_button:hover {
		color: var(--color-white);
	}
	.gFooter_list > li > a:hover {
		color: var(--color-white);
	}
	.gFooter_mail > a:hover {
		color: var(--color-white);
	}
	.gFooter_tel > a:hover {}
	.gFooter_map > a:hover {
		color: var(--color-white);
	}
	.gCopyright_link > a:hover {
		color: var(--color-white);
	}
	.gNav_list > li > a:hover {
		opacity: .7;
	}
	.gHeader_link > a:hover {}
	.gLang_link > a:hover {
		opacity: .7;
	}
	.gMenuBtn:hover {
		opacity: .7;
	}
	.gHeader_logoWrap > a:hover {
		opacity: .8;
	}
	.gMenu_list > li > a:hover {
		opacity: .8;
	}
	.gHeader_altLogo > a:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width:999px) {
	.gFooter {
		font-size: 12px;
	}
	.gFooter_top {
		padding-bottom: 140px;
	}
	.gFooter_top_inner {}
	.gFooter_top_cols {}
	.gFooter_top_col {}
	.gFooter_top_col-logo {}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_logo_img {}
	.gFooter_title {}
	.gFooter_university {}
	.gFooter_university > a {}
	.gFooter_university > a > img {}
	.gFooter_top_col-link {}
	.gPageTop {}
	.gPageTop_button {}
	.gFooter_bottom {}
	.gFooter_bottom_inner {}
	.gFooter_grid {}
	.gFooter_cell {}
	.gFooter_cell-sitemap {}
	.gFooter_headline {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_cell-contact {}
	.gFooter_mail {
		font-size: 17px;
	}
	.gFooter_mail > a {}
	.gFooter_cell-access {
		margin-right: 25px;
	}
	.gFooter_headline-access {}
	.gFooter_logos {}
	.gFooter_info {}
	.gFooter_addr {}
	.gFooter_tel {}
	.gFooter_tel > a {}
	.gFooter_map {}
	.gFooter_map > a {}
	.gFooter_map > a > .icon {}
	.gCopyright {
		max-width: none;
	}
	.gCopyright-footer {
		margin-top: 35px;
	}
	.gCopyright_text {}
	.gCopyright_link {}
	.gCopyright_link > a {}
	.gFooter_bg {
		min-width: 1000px;
	}
	.gFooter_bg_canvas {}
	.gFooter_bg_line {}
	.gFooter_contact {}
	.gFooter_catch {
		width: 280px;
		margin-top: auto;
	}
	.gFooter_catch_inner {}
	.gFooter_catch_svg {}
	.gHeaderWrap {}
	.gHeader {}
	.isMenuOpen .gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		height: 80px;
	}
	.gHeader_araeTitle {}
	.gHeader-scrolled .gHeader_araeTitle {}
	.gHeader_logo {}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_title {}
	.gHeader_col-nav {
		display: none;
	}
	.gNav {}
	.gNav_inner {}
	.gNav_list {}
	.gHeader-scrolled .gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gHeader_col-link {
		margin-left: auto;
	}
	.gHeader_link {}
	.gHeader_link > a {}
	.gLang {}
	.gLang_link {}
	.gLang_link > a {}
	.gLang_link_text {}
	.gLang_switch {}
	.gLang_switch_circle {}
	.gHeader_link_text {}
	.gHeader_col-button {}
	.gMenuBtn {
		height: 80px;
	}
	.gMenuBtn[aria-expanded="true"] {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gHeader_logoWrap {}
	.gHeader_logoWrap > a {
		padding-top: 24px;
	}
	.gMenu {
		padding-top: 150px;
	}
	.gMenu.isShow {}
	.gMenu_inner {}
	.gMenu_list {}
	.gMenu_list > li {}
	.gMenu_list > li > a {}
	.gMenu_list_main {
		margin-bottom: 10px;
	}
	.gMenu_list_sub {
		font-size: 36px;
	}
	.gCopyright-menu {}
	.gHeader_title_img-front {}
	.gHeader_title_img-back {}
	.isMenuOpen .gHeader_title_img-back {}
	.isMenuOpen .gHeader_title_img-front {}
	.gHeader_altLogo {}
	.gHeader-scrolled .gHeader_altLogo {}
	.gHeader_altLogo > a {}
	.gHeader_altLogo_inner {}
	.gHeader_altLogo_svg {}
	.gBody {
		padding-bottom: 120px;
	}
	.gLang-menu {}
	.gFooter_bg_inner {}
	.gVisSimple {
		padding-top: 140px;
		margin-bottom: 60px;
	}
	.gVisSimple_inner {}
	.gVisSimple_title {
		margin-bottom: 20px;
	}
	.gVisSimple_contents {
		margin-bottom: 33px;
	}
	.gVisSimple_title > img {}
	.gVisSimple_subTitle {
		font-size: 50px;
	}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li > a {
		height: 60px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gVisSimple-dia {
		margin-bottom: 100px;
	}
	.gVisSimple_subTitle-lg {}
	.gVisSimple_contents-dia {
		margin-bottom: 10px;
	}
	.gVisSimple_title-dia {}
	.gVisSimple_bg {
		min-width: 1000px;
	}
	.gVisSimple_bg_inner {}
	.gVisSimple_line {}
	.gVisSimple_dia {
		width: 280px;
	}
	.gVisSimple_dia > img {}
	.gVisSimple_floatDia {}
	.gVisSimple_floatDia > img {}
	.gVisSimple_floatDia-no1 {
		margin-left: 320px;
	}
	.gVisSimple_floatDia-no2 {
		margin-left: -30px;
		margin-top: 170px;
	}
	.gVisSimple_floatDia-no3 {
		margin-top: 240px;
		margin-left: 140px;
	}
	.gVisSimple_floatDia-no4 {
		margin-top: 210px;
		margin-left: 290px;
	}
	.gVisGroup {
		padding-top: 140px;
	}
	.gVisGroup::before {}
	.gVisGroup_contents {}
	.gVisGroup_inner {}
	.gVisGroup_title {
		margin-bottom: 20px;
	}
	.gVisGroup_title_num {}
	.gVisGroup_title_text {}
	.gVisGroup_subTitle {
		font-size: 40px;
		line-height: 44px;
		min-height: 88px;
		column-gap: 15px;
	}
	.gVisGroup_subTitle_image {
		width: 54px;
		top: 22px;
	}
	.gVisGroup_subTitle_image > img {}
	.gVisGroup_subTitle_text {}
	.gPankuzu-white {}
	.gPankuzu_oList-white {}
	.gPankuzu_oList-white > li > a {}
	.gPankuzu_oList-white > li:nth-last-child(n+2)::after {}
	.gVisGroup_subTitle_image-logic {}
	.gVisGroup_subTitle_image-power {
		width: 38px;
	}
	.gVisGroup_subTitle_image-wafer {
		width: 61px;
	}
	.gVisGroup_subTitle_image-co2 {
		width: 58px;
	}
	.gVisGroup_subTitle_image-quantum {
		width: 50px;
	}
	.gVisGroup_subTitle_image-computation {
		width: 73px;
	}
	.gFooter_top_bar {}
	.gFooter_cell_bar {}
}
@media screen and (max-width:767px) {
	.gFooter {
		font-size: 10px;
		padding-bottom: 17px;
	}
	.gFooter_top {
		display: none;
	}
	.gFooter_top_inner {}
	.gFooter_top_cols {}
	.gFooter_top_col {}
	.gFooter_top_col-logo {}
	.gFooter_logo {
		width: 100%;
	}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_logo_img {}
	.gFooter_title {
		font-size: 10px;
		white-space: nowrap;
		transform-origin: left top;
		transform: scale(0.74);
	}
	.gFooter_university {
		max-width: 80px;
		margin-top: 6px;
	}
	.gFooter_university > a {}
	.gFooter_university > a > img {}
	.gFooter_top_col-link {}
	.gPageTop {}
	.gPageTop_button {}
	.gFooter_bottom {
		padding-top: 41px;
	}
	.gFooter_bottom_inner {}
	.gFooter_grid {
		display: block;
	}
	.gFooter_cell {}
	.gFooter_cell-sitemap {
		margin-bottom: 40px;
	}
	.gFooter_headline {
		font-size: 10px;
		letter-spacing: 0.05em;
	}
	.gFooter_list {
		display: grid;
		grid-template-columns: repeat(2, auto);
		grid-template-rows: repeat(3, auto);
		grid-auto-flow: column;
		font-size: 13px;
		margin-top: 12px;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {
		padding: 4px 0;
		line-height: 18px;
	}
	.gFooter_cell-contact {
		display: block;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 39px;
		margin-bottom: 39px;
		position: relative;
	}
	.gFooter_mail {
		font-size: 20px;
		margin-top: 9px;
	}
	.gFooter_mail > a {}
	.gFooter_cell-access {
		margin-right: 0;
		display: flex;
		justify-content: space-between;
		column-gap: 10px;
	}
	.gFooter_headline-access {
		display: none;
	}
	.gFooter_logos {
		display: block;
		width: 138px;
	}
	.gFooter_info {
		margin-top: 0;
	}
	.gFooter_addr {}
	.gFooter_tel {
		margin-top: 3px;
	}
	.gFooter_tel > a {}
	.gFooter_map {
		margin-top: 11px;
	}
	.gFooter_map > a {
		column-gap: 5px;
	}
	.gFooter_map > a > .icon {}
	.gCopyright {}
	.gCopyright-footer {
		margin-top: 70px;
	}
	.gCopyright_text {}
	.gCopyright_link {
		font-size: 10px;
	}
	.gCopyright_link > a {}
	.gFooter_bg {
		min-width: 680px;
		bottom: 290px;
	}
	.gFooter_bg_canvas {}
	.gFooter_bg_line {}
	.gFooter_contact {}
	.gFooter_catch {
		margin-top: 74px;
		max-width: 100%;
		width: 335px;
	}
	.gFooter_catch_inner {}
	.gFooter_catch_svg {}
	.gHeaderWrap {}
	.gHeader {}
	.isMenuOpen .gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		height: 64px;
	}
	.gHeader_araeTitle {}
	.gHeader-scrolled .gHeader_araeTitle {}
	.gHeader_logo {
		margin-bottom: 7px;
		width: 138px;
	}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_title {
		transform-origin: left top;
		transform: scale(.7);
	}
	.gHeader_col-nav {}
	.gNav {}
	.gNav_inner {}
	.gNav_list {}
	.gHeader-scrolled .gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gHeader_col-link {
		display: none;
	}
	.gHeader_link {}
	.gHeader_link > a {}
	.gLang {}
	.gLang_link {}
	.gLang_link > a {}
	.gLang_link_text {}
	.gLang_switch {}
	.gLang_switch_circle {}
	.gHeader_link_text {}
	.gHeader_col-button {
		margin-left: auto;
	}
	.gMenuBtn {
		height: 64px;
		width: 70px;
	}
	.gMenuBtn[aria-expanded="true"] {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gHeader_logoWrap {}
	.gHeader_logoWrap > a {}
	.gMenu {
		font-size: 14px;
		line-height: 20px;
	}
	.gMenu.isShow {}
	.gMenu_inner {
		max-width: 280px;
		display: block;
		min-height: 0;
	}
	.gMenu_list {
		display: block;
		margin-bottom: 0;
	}
	.gMenu_list > li {}
	.gMenu_list > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.gMenu_list_main {
		margin-bottom: 0;
	}
	.gMenu_list_sub {
		display: none;
	}
	.gMenu_list_sub-en {
		display: block;
		font-size: inherit;
	}
	.gCopyright-menu {
		display: none;
	}
	.gHeader_title_img-front {}
	.gHeader_title_img-back {}
	.isMenuOpen .gHeader_title_img-back {}
	.isMenuOpen .gHeader_title_img-front {}
	.gHeader_altLogo {}
	.gHeader-scrolled .gHeader_altLogo {}
	.gHeader_altLogo > a {}
	.gHeader_altLogo_inner {}
	.gHeader_altLogo_svg {}
	.gBody {
		padding-bottom: 80px;
	}
	.gLang-menu {
		display: block;
		margin-top: 36px;
	}
	.gFooter_bg_inner {
		margin-left: -100px;
	}
	.gVisSimple {
		margin-bottom: 50px;
		padding-top: 142px;
		padding-bottom: 24px;
	}
	.gVisSimple_inner {}
	.gVisSimple_title {
		font-size: 12px;
		line-height: 18px;
		padding-left: 22px;
		margin-bottom: 8px;
		min-height: 18px;
	}
	.gVisSimple_contents {
		margin-bottom: 0;
	}
	.gVisSimple_title > img {
		top: 9px;
		width: 16px;
	}
	.gVisSimple_subTitle {
		font-size: 29px;
		line-height: 32px;
	}
	.gPankuzu {
		display: none;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 12px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li > a {
		height: 50px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gVisSimple-dia {
		margin-bottom: 77px;
		padding-top: 142px;
	}
	.gVisSimple_subTitle-lg {
		min-height: 64px;
	}
	.gVisSimple_contents-dia {}
	.gVisSimple_title-dia {}
	.gVisSimple_bg {
		min-width: 540px;
		top: 69%;
	}
	.gVisSimple_bg_inner {}
	.gVisSimple_line {}
	.gVisSimple_dia {
		width: 141px;
		margin-left: 90px;
		margin-top: 32px;
	}
	.gVisSimple_dia > img {}
	.gVisSimple_floatDia {
		width: 15px;
	}
	.gVisSimple_floatDia > img {}
	.gVisSimple_floatDia-no1 {
		margin-left: 210px;
		margin-top: 10px;
	}
	.gVisSimple_floatDia-no2 {
		margin-top: 60px;
		margin-left: 230px;
	}
	.gVisSimple_floatDia-no3 {
		margin-left: -5px;
		margin-top: 152px;
	}
	.gVisSimple_floatDia-no4 {
		margin-left: 169px;
		margin-top: 166px;
	}
	.gVisGroup {
		padding-bottom: 71px;
		margin-bottom: -52px;
	}
	.gVisGroup::before {}
	.gVisGroup_contents {}
	.gVisGroup_inner {}
	.gVisGroup_title {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 11px;
		column-gap: 9px;
	}
	.gVisGroup_title_num {}
	.gVisGroup_title_text {}
	.gVisGroup_subTitle {
		font-size: 26px;
		line-height: 31px;
		min-height: 62px;
		column-gap: 12px;
	}
	.gVisGroup_subTitle_image {
		width: 40px;
		top: 16px;
	}
	.gVisGroup_subTitle_image > img {}
	.gVisGroup_subTitle_text {}
	.gPankuzu-white {}
	.gPankuzu_oList-white {}
	.gPankuzu_oList-white > li > a {}
	.gPankuzu_oList-white > li:nth-last-child(n+2)::after {}
	.gVisGroup_subTitle_image-logic {}
	.gVisGroup_subTitle_image-power {
		width: 28px;
	}
	.gVisGroup_subTitle_image-wafer {
		width: 44px;
	}
	.gVisGroup_subTitle_image-co2 {
		width: 43px;
	}
	.gVisGroup_subTitle_image-quantum {
		width: 37px;
	}
	.gVisGroup_subTitle_image-computation {
		width: 54px;
	}
	.gFooter_top_bar {}
	.gFooter_cell_bar {
		display: block;
	}
}
@media screen and (max-width:374px) {
	.gCopyright_text {
		font-size: 11px;
	}
}
