@charset "UTF-8";
.gHeaderWrap {}
.gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.gHeader_inner {
	max-width: 1764px;
}
.gHeader_cols {
	display: flex;
	align-items: flex-start;
	max-width: 1762px;
}
.gHeader_col {}
.gHeader_col-title {
	display: flex;
	align-items: center;
	column-gap: 20px;
	width: calc(100% - 389px);
	max-width: 414px;
	justify-content: space-between;
}
.gHeader_title {
	width: 280px;
	align-items: center;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 126px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_inner {
	display: block;
	position: relative;
	padding-bottom: 17.1429%;
	width: 100%;
}
.gHeader_title_img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	fill: currentColor;
}
.gHeader_university {
	position: relative;
	top: -4px;
	width: 120px;
}
.gHeader_university > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_university_logo {
	display: block;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
}
.gHeader_university_logo-white {
	opacity: 0;
	visibility: hidden;
}
.gHeader-home .gHeader_university_logo-white {
	opacity: 1;
	visibility: visible;
}
.gHeader_university_logo-black {
	position: absolute;
}
.gHeader-home .gHeader_university_logo-black {
	opacity: 0;
	visibility: hidden;
}
.gHeader_university_logo > img {
	display: block;
	width: 100%;
	height: auto;
}
.gHeader_col-menu {
	width: 369px;
	margin-left: auto;
	padding-top: 40px;
}
.gHeader_university_inner {
	display: block;
	position: relative;
}
.gNav {
	background-color: var(--color-gray-steel);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	box-sizing: border-box;
	font-family: var(--font-josefin);
	padding-bottom: 19px;
	position: absolute;
	right: 0;
	width: 368px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility, background-color, border-color;
	transition-duration: .5s;
	background-color: rgba(48, 66, 77, 0.5);
	backdrop-filter: blur(20px);
}
.gNav.isShowFirst {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gNav.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gNav_btn {
	display: block;
	height: 31px;
	position: relative;
	color: var(--color-white);
	margin-left: auto;
	width: 100%;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background-color: currentColor;
	transform: translate(-50%, -50%) rotate(45deg);
	border-radius: 1px;
}
.gNav_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background-color: currentColor;
	transform: translate(-50%, -50%) rotate(-45deg);
	border-radius: 1px;
}
.gNav_grid {
	display: grid;
	grid-template-columns: 1fr;
	max-width: 323px;
	margin: 0 auto;
	column-gap: 9px;
	row-gap: 10px;
}
.gNav_cell {}
.gNav_cell-lang {}
.gNav_langList {
	list-style: none;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 2px;
	display: flex;
	justify-content: center;
	color: var(--color-white);
	font-size: 13px;
	line-height: 1;
	height: 22px;
	box-sizing: border-box;
}
.gNav_langList > li {
	display: flex;
	align-items: center;
}
.gNav_langList > li:nth-last-child(n+2)::after {
	content: "/";
	display: block;
	margin: 0 3px;
	transform: translateY(10%);
}
.gNav_langList > li > a {
	text-decoration: none;
	color: inherit;
	opacity: .4;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_langList > li > a[aria-current="true"] {
	opacity: 1;
	pointer-events: none;
}
.gNav_cell-link {}
.gNav_link {}
.gNav_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	background-color: var( --color-mist-gray);
	font-size: 13px;
	line-height: 1;
	align-items: center;
	justify-content: center;
	height: 24px;
	border-radius: 2px;
	box-sizing: border-box;
	padding-top: 3px;
}
.gNav_link > a > .icon {
	top: -1px;
	margin-right: 5px;
}
.gNav_cell-list {
	list-style: none;
}
.gNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap: 10px;
}
.gNav_list > li {}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
	line-height: 20px;
	padding-left: 15px;
	color: var(--color-white);
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: var(--color-lime-glow);
	position: absolute;
	top: 17px;
	left: 0;
	transform: translateY(-50%);
}
.gNav_cell-box {
	padding-top: 9px;
}
.gNav_boxLink {}
.gNav_boxLink > a {
	text-decoration: none;
	color: inherit;
	background-color: var(--color-lime-glow);
	display: block;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.1;
	text-align: center;
	letter-spacing: -0.03em;
	padding: 10px 10px 12px;
}
.gNav_boxLink_text {}
.gNav_boxLink_img {
	max-width: 110px;
	margin: 6px auto 0;
	display: block;
}
.gNav_boxLink_img > img {
	display: block;
}
.gBody {}
.gVisual {
	padding-top: 151px;
	background-color: var(--color-white);
	padding-top: 277px;
}
.gVisual_inner {
	max-width: 1804px;
}
.gVisual_title {
	font-size: 24px;
	font-weight: normal;
	position: relative;
	line-height: 30px;
	padding-left: 27px;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	margin-right: -10px;
}
.gVisual_title::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: var(--color-lime-glow);
	border-radius: 50%;
	position: absolute;
	top: 15px;
	transform: translateY(-50%);
	left: 0;
}
.gVisual_subTitle {
	font-family: var(--font-julius);
	font-style: normal;
	font-weight: normal;
	font-size: 128px;
	line-height: 1.2;
	letter-spacing: -0.7px;
	margin-right: -10px;
	position: relative;
	left: -0.07em;
}
.gVisual_subTitle-precision {
	left: -0.1em;
}
.gVisual_subTitle-404 {
	left: 0em;
}
.gVisual_subTitle-news {
	left: -0.1em;
}
.gVisual_subTitle-for {
	left: -0.1em;
}
.gVisual_subTitle-publications {
	left: -0.1em;
}
.gPankuzu {
	padding-top: 38px;
	background-color: var(--color-white);
}
.gPankuzu_inner {
	max-width: 1764px;
}
.gPankuzu_oList {
	display: flex;
	list-style: none;
	align-items: center;
	font-family: var(--font-josefin);
	font-size: 14px;
	white-space: nowrap;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li.-en {
	font-family: var(--font-josefin);
}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background-color: var(--color-lime-glow);
	border-radius: 50%;
	margin: 0 16px;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	opacity: .5;
	transition-duration: .3s;
	transition-property: opacity;
	height: 90px;
	align-items: center;
}
.gBody_contents {
	overflow: hidden;
	padding-top: 106px;
	padding-bottom: 140px;
	position: relative;
}
.gFixNav {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 1000;
	pointer-events: none;
}
.gFixNav_inner {
	display: flex;
	justify-content: flex-end;
	column-gap: 10px;
	max-width: 1759px;
}
.gFixNav_link {
	width: 45px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.gFixNav_link.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gFixNav_areaNav {
	pointer-events: auto;
	position: relative;
}
.gFixNav_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 45px;
	border-radius: 8px;
	background-color: var(--color-gray-steel);
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	font-size: 17px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFixNav_link > a > .icon {}
.gMenuBtn {
	display: block;
	width: 92px;
	height: 45px;
	background-color: var(--color-gray-steel);
	color: var(--color-white);
	font-size: 14px;
	font-family: var(--font-josefin);
	border-radius: 8px;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
.gMenuBtn_text {}
.gFooter {
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 60px;
	padding-top: 61px;
	background-color: var(--color-white);
}
.gFooter_bg {
	width: 2500px;
	position: absolute;
	top: -147px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	pointer-events: none;
	mask-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000 2%, #000 98%, rgba(255, 255, 255, 0));
	margin-left: -135px;
}
.gFooter_bg > img {
	display: block;
}
.gFooter_inner {
	position: relative;
	z-index: 1;
	max-width: 1595px;
}
.gPageTop {}
.gPageTop_button {
	display: block;
	font-family: var(--font-josefin);
	height: 40px;
	margin-left: auto;
	font-size: 12px;
}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 135px;
	margin-top: 55px;
}
.gFooter_col {}
.gFooter_col-logo {
	width: 279px;
	padding-top: 16px;
}
.gFooter_title {}
.gFooter_title > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_title_inner {
	display: block;
	position: relative;
	padding-bottom: 17.1429%;
	width: 100%;
}
.gFooter_title_img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	fill: currentColor;
}
.gFooter_col-addr {
	text-align: right;
}
.gFooter_addr {}
.gFooter_addr_title {
	font-size: 20px;
	font-family: var(--font-josefin);
	font-weight: normal;
	line-height: 1;
	margin-bottom: 19px;
}
.gFooter_addr_text {}
.gFooter_addr_link {
	font-size: 14px;
	font-family: var(--font-josefin);
	text-transform: uppercase;
	margin-top: 11px;
}
.gFooter_addr_link > a {
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-decoration: none;
}
.gFooter_addr_link_text {
	text-decoration: underline;
}
.gFooter_addr_link > a > .icon {
	font-size: 13px;
	margin-right: 6px;
}
.gFootNav {}
.gFootNav_cols {
	display: flex;
	align-items: flex-end;
}
.gFootNav_col {}
.gFootNav_col-main {}
.gFootNav_list {
	list-style: none;
}
.gFootNav_list > li {}
.gFootNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	font-family: var(--font-josefin);
	font-size: 20px;
	position: relative;
	padding-left: 26px;
	line-height: 1;
	padding: 19px 0;
	padding-left: 34px;
}
.gFootNav_list > li > a::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: var(--color-lime-glow);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.gFootNav_col-sub {
	margin-left: auto;
	padding-top: 17px;
	max-width: calc(100% - 270px);
	display: flex;
	column-gap: 100px;
	padding-bottom: 4px;
}
.gFootNav_title {
	font-size: 20px;
	font-family: var(--font-josefin);
	font-weight: normal;
}
.gFootNav_grid {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 46px;
	grid-template-rows: 1fr auto;
	row-gap: 20px;
}
.gFootNav_cell {}
.gFootNav_headline {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	font-feature-settings: 'halt' on;
}
.gFootNav_subList {
	list-style: none;
	font-size: 13px;
}
.gFootNav_subList > li {}
.gFootNav_subList_item {
	color: inherit;
	display: block;
	padding: 11px 0;
}
.gFooter_grid {
	margin-top: 167px;
	display: grid;
	grid-template-columns: 100px 1fr 100px;
	align-items: center;
}
.gFooter_cell {}
.gFooter_cell-lang {}
.gFooter_langList {
	list-style: none;
	font-family: var(--font-josefin);
	font-weight: normal;
	display: flex;
	align-items: center;
}
.gFooter_langList > li {
	display: flex;
	align-items: center;
}
.gFooter_langList > li:nth-last-child(n+2)::after {
	content: "/";
	display: block;
	margin: 0 10px;
	transform: translateY(10%);
}
.gFooter_langList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 40px;
	align-items: center;
	opacity: .4;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_langList > li > a[aria-current="true"] {
	opacity: 1;
}
.gFooter_cell-copy {}
.gFooter_copyright {
	font-family: var(--font-josefin);
	text-align: center;
	font-size: 14px;
}
.gFooter_cell-dummy {}
.gHeader_areaText {
	display: flex;
	align-items: center;
	column-gap: 49px;
}
.gNav_btnWrap {
	width: 32px;
	margin-left: auto;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.gNav.isShow .gNav_btnWrap.isShow {
	transition-duration: .3s;
	transition-property: opacity, visibility;
	pointer-events: inherit;
	visibility: visible;
	opacity: 1;
}
.gFootNav_cell-no1 {
	order: 0;
}
.gFootNav_cell-no2 {
	order: 2;
}
.gFootNav_cell-no3 {
	order: 1;
	grid-row: span 2;
}
.gMenuBtn_barWrap {
	display: none;
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gFooter_nav {
	display: none;
}
.gMenuBtnWrap {
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.gMenuBtnWrap.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}
.gVisual_inner-news {
	max-width: 1764px;
}
.gVisual_news {
	max-width: 1518px;
}
.gVisual_update {
	font-size: 14px;
	line-height: 1;
	font-family: var(--font-mulish);
	margin-bottom: 30px;
}
.gVisual_update > time {}
.gVisual_newsTitle {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.6;
}
.gBody_contents-sticky {
	overflow: visible;
}
.gBody_contents-noPb {
	padding-bottom: 0;
}
.gBody_contents-home {
	border-top: none;
	padding-top: 0;
}
.gBody-home {
	padding-top: 0;
}
.gHeader-home {
	color: var(--color-white);
	position: fixed;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.gHeader-fadeOut {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.gFooter_contents {
	overflow: hidden;
}
.gFooter_bgWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	height: 1177px;
	overflow: hidden;
}
.gVisual_subTitle_row {
	display: inline-block;
	vertical-align: baseline;
}
.gBody_contents_bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
}
.gBody_contents_bar[data-animation] {
	transform-origin: left bottom;
	transform: scale(0, 1);
	opacity: 1;
	transition-property: transform;
	transition-duration: .5s;
	transition-delay: .2s;
}
.gBody_contents_bar[data-animation="after"] {
	transform: scale(1, 1);
}
.gBody_contents-noPt {
	padding-top: 0;
}
.gPankuzu_oList-jp {
	font-family: var(--font-gothic);
}
.gHeader_inner-home {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gHeader_inner-homeShow {
	visibility: visible;
	opacity: 1;
	pointer-events: inherit;
}
.gNav-home {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.2);
}
.gVisual_title-dummy {
	min-height: 30px;
	visibility: hidden;
}
.gFooter_addr_text-en {
	max-width: 390px;
}
@media screen and (max-width:1899px) {
	.gVisual_subTitle {
		font-size: 6.74vw;
	}
}
@media screen and (max-width:1399px) {
	.gVisual_title {
		font-size: 1.7155vw;
		padding-left: 1.93vw;
	}
	.gVisual_title::before {
		width: 1.001vw;
		height: 1.001vw;
	}
	.gFootNav_col-sub {
		column-gap: 7.29vw;
	}
	.gHeader_areaText {
		column-gap: 3.5vw;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	a:hover .gFooter_addr_link_text {
		text-decoration: none;
	}
	.gHeader_title > a:hover {
		opacity: .8;
	}
	.gHeader_university > a:hover {
		opacity: .8;
	}
	.gNav_btn:hover {
		color: var(--color-lime-mist);
	}
	.gNav_langList > li > a:hover {
		opacity: 1;
	}
	.gNav_link > a:hover {}
	.gNav_list > li > a:hover {
		color: var(--color-lime-glow);
	}
	.gNav_boxLink > a:hover {}
	.gPankuzu_oList > li > a:hover {
		opacity: 1;
	}
	.gFixNav_link > a:hover {
		background-color: var(--color-lime-glow);
		color: var(--color-text);
	}
	.gMenuBtn:hover {
		background-color: var(--color-lime-glow);
		color: var(--color-text);
	}
	.gPageTop_button:hover {}
	.gFooter_title > a:hover {
		opacity: .7;
	}
	.gFooter_addr_link > a:hover {}
	.gFootNav_list > li > a:hover {}
	.gFootNav_subList > li > a:hover {}
	.gFooter_langList > li > a:hover {
		opacity: 1;
	}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {
		width: 246px;
	}
	.gHeader_title > a {
		height: 100px;
	}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_university {
		width: 70px;
	}
	.gHeader_university > a {}
	.gHeader_university_logo {}
	.gHeader_university_logo-white {}
	.gHeader_university_logo-black {}
	.gHeader_university_logo > img {}
	.gHeader_col-menu {}
	.gHeader_university_inner {}
	.gNav {
		width: 350px;
		padding-bottom: 15px;
	}
	.gNav.isShowFirst {}
	.gNav.isShow {}
	.gNav_btn {}
	.gNav_btn::before {}
	.gNav_btn::after {}
	.gNav_grid {
		row-gap: 10px;
		max-width: 315px;
	}
	.gNav_cell {}
	.gNav_cell-lang {}
	.gNav_langList {}
	.gNav_langList > li {}
	.gNav_langList > li:nth-last-child(n+2)::after {}
	.gNav_langList > li > a {}
	.gNav_langList > li > a[aria-current="true"] {}
	.gNav_cell-link {}
	.gNav_link {}
	.gNav_link > a {}
	.gNav_link > a > .icon {}
	.gNav_cell-list {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 13px;
	}
	.gNav_list > li > a::before {
		top: 13px;
		width: 5px;
		height: 5px;
	}
	.gNav_cell-box {
		padding-top: 0;
	}
	.gNav_boxLink {}
	.gNav_boxLink > a {
		font-size: 12px;
		padding-bottom: 9px;
	}
	.gNav_boxLink_text {}
	.gNav_boxLink_img {}
	.gNav_boxLink_img > img {}
	.gBody {}
	.gVisual {
		padding-top: 113px;
		padding-top: 213px;
	}
	.gVisual_inner {}
	.gVisual_title {}
	.gVisual_title::before {}
	.gVisual_subTitle {}
	.gPankuzu {
		padding-top: 22px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {
		width: 6px;
		height: 6px;
		margin: 0 10px;
	}
	.gPankuzu_oList > li > a {
		height: 60px;
	}
	.gBody_contents {
		padding-bottom: 100px;
		padding-top: 65px;
	}
	.gFixNav {
		top: 21px;
	}
	.gFixNav_inner {}
	.gFixNav_link {}
	.gFixNav_areaNav {}
	.gFixNav_link > a {}
	.gFixNav_link > a > .icon {}
	.gMenuBtn {}
	.gMenuBtn_text {}
	.gFooter {}
	.gFooter_bg {
		width: 1800px;
		top: 150px;
		margin-left: -160px;
	}
	.gFooter_bg > img {}
	.gFooter_inner {}
	.gPageTop {}
	.gPageTop_button {}
	.gFooter_cols {
		margin-bottom: 70px;
	}
	.gFooter_col {}
	.gFooter_col-logo {
		width: 270px;
		padding: 0;
	}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title_inner {}
	.gFooter_title_img {}
	.gFooter_col-addr {}
	.gFooter_addr {}
	b {}
	.gFooter_addr_text {}
	.gFooter_addr_link {}
	.gFooter_addr_link > a {}
	.gFooter_addr_link_text {}
	.gFooter_addr_link > a > .icon {}
	.gFootNav {}
	.gFootNav_cols {}
	.gFootNav_col {}
	.gFootNav_col-main {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li > a {
		font-size: 19px;
	}
	.gFootNav_list > li > a::before {}
	.gFootNav_col-sub {
		max-width: calc(100% - 240px);
		column-gap: 22px;
		padding-top: 17px;
		display: block;
	}
	.gFootNav_title {
		font-size: 19px;
		margin-bottom: 20px;
		line-height: 1;
	}
	.gFootNav_grid {
		column-gap: 15px;
	}
	.gFootNav_cell {}
	.gFootNav_headline {}
	.gFootNav_subList {}
	.gFootNav_subList > li {}
	.gFootNav_subList_item {}
	.gFooter_grid {
		margin-top: 80px;
	}
	.gFooter_cell {}
	.gFooter_cell-lang {}
	.gFooter_langList {}
	.gFooter_langList > li {}
	.gFooter_langList > li:nth-last-child(n+2)::after {}
	.gFooter_langList > li > a {}
	.gFooter_langList > li > a[aria-current="true"] {}
	.gFooter_cell-copy {}
	.gFooter_copyright {
		font-size: 12px;
	}
	.gFooter_cell-dummy {}
	.gHeader_areaText {
		column-gap: 20px;
	}
	.gNav_btnWrap {}
	.gNav.isShow .gNav_btnWrap.isShow {}
	.gFootNav_cell-no1 {}
	.gFootNav_cell-no2 {}
	.gFootNav_cell-no3 {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gFooter_nav {}
	.gVisual_inner-news {}
	.gVisual_news {}
	.gVisual_update {
		margin-bottom: 18px;
	}
	.gVisual_update > time {}
	.gVisual_newsTitle {
		font-size: 32px;
	}
	.gBody_contents-sticky {}
	.gBody_contents-noPb {
		padding-bottom: 0;
	}
	.gBody_contents-home {}
	.gBody-home {}
	.gHeader-home {}
	.gFooter_contents {}
	.gFooter_bgWrap {
		height: 1293px;
	}
	.gBody_contents-noPt {
		padding-top: 0;
	}
	.gVisual_title-dummy {}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {
		width: 188px;
	}
	.gHeader_title > a {
		height: 76px;
	}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_university {
		top: -5px;
	}
	.gHeader_university > a {}
	.gHeader_university_logo {}
	.gHeader_university_logo-white {}
	.gHeader_university_logo-black {}
	.gHeader_university_logo > img {}
	.gHeader_col-menu {}
	.gHeader_university_inner {}
	.gNav {
		width: calc(var(--fullVw, 100vw) - 40px);
		padding-bottom: 20px;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	.gNav.isShowFirst {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: inherit;
	}
	.gNav_btn {
		height: 42px;
		z-index: 10;
	}
	.gNav_btn::before {
		width: 17px;
		height: 1px;
	}
	.gNav_btn::after {
		width: 17px;
		height: 1px;
	}
	.gNav_grid {
		margin-top: 0px;
		row-gap: 7px;
		column-gap: 5px;
		margin-top: -23px;
		max-width: 294px;
	}
	.gNav_cell {}
	.gNav_cell-lang {
		order: 1;
	}
	.gNav_langList {}
	.gNav_langList > li {}
	.gNav_langList > li:nth-last-child(n+2)::after {}
	.gNav_langList > li > a {}
	.gNav_langList > li > a[aria-current="true"] {}
	.gNav_cell-link {}
	.gNav_link {}
	.gNav_link > a {}
	.gNav_link > a > .icon {}
	.gNav_cell-list {
		order: 0;
	}
	.gNav_list {
		column-gap: 5px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		padding: 7px 0;
		padding-left: 15px;
		font-size: 13px;
	}
	.gNav_list > li > a::before {
		top: 17px;
		width: 7px;
		height: 7px;
	}
	.gNav_cell-box {
		padding-top: 13px;
	}
	.gNav_boxLink {}
	.gNav_boxLink > a {
		font-size: 13px;
		line-height: 14px;
		padding: 8px 13px 12px;
	}
	.gNav_boxLink_text {}
	.gNav_boxLink_img {
		margin-top: 8px;
		padding-bottom: 52.58%;
		position: relative;
		max-width: none;
	}
	.gNav_boxLink_img > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.gBody {}
	.gVisual {
		padding-top: 13px;
		padding-top: 89px;
	}
	.gVisual_inner {}
	.gVisual_title {
		font-size: 14px;
		padding-left: 13px;
		line-height: 20px;
	}
	.gVisual_title::before {
		width: 6px;
		height: 6px;
		top: 10px;
	}
	.gVisual_subTitle {
		font-size: 36px;
	}
	.gPankuzu {
		padding-top: 25px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 12px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {
		width: 4px;
		height: 4px;
		margin: 0 6px;
	}
	.gPankuzu_oList > li > a {
		height: 40px;
	}
	.gBody_contents {
		padding-bottom: 0;
		padding-top: 30px;
	}
	.gFixNav {
		width: auto;
		top: 20px;
		right: 20px;
		left: auto;
		pointer-events: auto;
	}
	.gFixNav_inner {
		padding: 0;
		display: block;
	}
	.gFixNav_link {
		display: none;
	}
	.gFixNav_areaNav {
		pointer-events: inherit;
	}
	.gFixNav_link > a {}
	.gFixNav_link > a > .icon {}
	.gMenuBtn {
		width: 45px;
		height: 45px;
		background-color: rgba(48, 66, 77, 0.5);
		border: 1px solid rgba(51, 0, 68, 0.1);
		backdrop-filter: blur(20px);
		border-radius: 8px;
		color: var(--color-white);
	}
	.gMenuBtnWrap {
		pointer-events: inherit;
		visibility: visible;
		opacity: 1;
	}
	.gMenuBtn_text {
		display: none;
	}
	.gFooter {
		padding-top: 69px;
	}
	.gFooter_bg {
		width: 977px;
		margin-top: 350px;
		margin-left: -112px;
		mask-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000 40%, #000 80%, rgba(255, 255, 255, 0));
	}
	.gFooter_bg > img {}
	.gFooter_inner {}
	.gPageTop {
		display: none;
	}
	.gPageTop_button {}
	.gFooter_cols {
		display: block;
		margin-top: 0;
		margin-bottom: 61px;
	}
	.gFooter_col {}
	.gFooter_col-logo {
		width: auto;
		max-width: 240px;
		margin: 0 auto 48px;
	}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title_inner {}
	.gFooter_title_img {}
	.gFooter_col-addr {
		text-align: left;
	}
	.gFooter_addr {}
	.gFooter_addr_title {
		display: none;
	}
	.gFooter_addr_text {}
	.gFooter_addr_link {}
	.gFooter_addr_link > a {
		justify-content: flex-start;
	}
	.gFooter_addr_link_text {}
	.gFooter_addr_link > a > .icon {}
	.gFootNav {}
	.gFootNav_cols {
		display: block;
	}
	.gFootNav_col {
		width: auto;
		padding: 0;
		max-width: none;
	}
	.gFootNav_col-main {
		display: none;
	}
	.gFootNav_list {
		display: grid;
		grid-template-columns: auto auto;
		grid-auto-flow: column;
		grid-template-rows: repeat(3, auto);
		column-gap: 10px;
	}
	.gFootNav_list > li {}
	.gFootNav_list > li > a {
		font-size: 14px;
		padding: 15px 0;
		padding-left: 15px;
	}
	.gFootNav_list > li > a::before {
		width: 6px;
		height: 6px;
	}
	.gFootNav_col-sub {}
	.gFootNav_title {
		border-bottom: 1px solid rgba(0, 41, 33, 0.3);
		font-size: 12px;
		padding-bottom: 8px;
		margin-bottom: 34px;
	}
	.gFootNav_grid {
		display: block;
	}
	.gFootNav_cell {
		margin-top: 23px;
	}
	.gFootNav_headline {}
	.gFootNav_subList {
		font-size: 14px;
	}
	.gFootNav_subList > li {}
	.gFootNav_subList_item {
		padding: 5px 0;
	}
	.gFooter_grid {
		display: block;
		margin-top: 63px;
	}
	.gFooter_cell {}
	.gFooter_cell-lang {
		display: none;
	}
	.gFooter_langList {}
	.gFooter_langList > li {}
	.gFooter_langList > li:nth-last-child(n+2)::after {}
	.gFooter_langList > li > a {}
	.gFooter_langList > li > a[aria-current="true"] {}
	.gFooter_cell-copy {}
	.gFooter_copyright {
		font-size: 10px;
	}
	.gFooter_cell-dummy {}
	.gHeader_areaText {
		column-gap: 13px;
		padding-right: 55px;
	}
	.gNav_btnWrap {
		opacity: 1;
		visibility: visible;
		pointer-events: inherit;
		width: 45px;
		margin-right: -15px;
	}
	.gNav.isShow .gNav_btnWrap.isShow {}
	.gFootNav_cell-no1 {
		margin-top: 0;
	}
	.gFootNav_cell-no2 {}
	.gFootNav_cell-no3 {}
	.gMenuBtn_barWrap {
		display: block;
		width: 16px;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		display: block;
		height: 1px;
		background-color: currentColor;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 5px 0;
	}
	.gMenuBtn_bar-no3 {}
	.gFooter_nav {
		display: block;
		margin-bottom: 32px;
	}
	.gVisual_inner-news {}
	.gVisual_news {}
	.gVisual_update {
		font-size: 13px;
		margin-bottom: 12px;
	}
	.gVisual_update > time {}
	.gVisual_newsTitle {
		font-size: 22px;
	}
	.gBody_contents-sticky {}
	.gBody_contents-noPb {}
	.gBody_contents-home {
		padding-top: 0;
	}
	.gBody-home {}
	.gHeader-home {}
	.gFooter_contents {}
	.gFooter_bgWrap {
		height: 1344px;
	}
	.gBody_contents-noPt {
		padding-top: 0;
	}
	.gMenuBtn-home {
		background-color: rgba(255, 255, 255, 0.2);
		border-color: rgba(255, 255, 255, 0.2);
	}
	.isShow > .gMenuBtn-home {
		background-color: rgba(48, 66, 77, 0.5);
		border-color: rgba(51, 0, 68, 0.1);
	}
	.gVisual_title-dummy {
		min-height: 20px;
	}
}
@media screen and (max-width:374px) {
	.gNav_list > li > a {
		font-size: 13px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.gNav_list > li > a::before {
		top: 18px;
	}
	.gNav_boxLink > a {
		font-size: 11px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.gNav {
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.gHeader_title {
		width: 160px;
	}
	.gHeader_university {
		width: 48px;
	}
	.gHeader_areaText {
		column-gap: 10px;
	}
	.gVisual_subTitle {
		font-size: 32px;
	}
	.gNav_btnWrap {
		margin-right: -10px;
	}
}
