@charset "UTF-8";
.gHeaderWrap {
	height: 127px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 1px 0 #ccc;
}
.gHeader-home {
	box-shadow: none;
}
.gHeader_inner {
	max-width: none;
	padding-right: 0;
	padding-left: 33px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-no1 {}
.gHeader_title {
	height: 100%;
	white-space: nowrap;
}
.gHeader_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	padding-left: 134px;
	line-height: 1.3;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gHeader_title > a::before {}
.gHeader_title > a::after {}
.gHeader_title_logo {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.gHeader_title_img {
	display: block;
	width: 119px;
	height: 61px;
}
.gHeader_title_school {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	letter-spacing: 0.04em;
	text-indent: 0.08em;
}
.gHeader_title_main {
	font-size: 28px;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color;
	letter-spacing: 0.04em;
}
.gHeader_col-no2 {
	margin-left: auto;
	flex-grow: 1;
	margin-left: 20px;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gMenuBtn_text {}
.gMenuBtn_text-open {}
.gMenuBtn_text-hidden {}
.gNav {
	max-width: 1288px;
	margin-left: auto;
}
.gNav_inner {
	display: flex;
}
.gNav_list {
	list-style: none;
	display: flex;
	order: 0;
	flex-grow: 1;
}
.gNav_list > li {
	flex-grow: 1;
	position: relative;
	z-index: 1;
}
.gNav_list > li.-sp {
	display: none;
}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	padding: 10px 5px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list > li > a[aria-expanded="true"] {
	color: #0b318f;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 107px;
	margin-right: -1px;
	transition-duration: .3s;
	transition-property: height;
}
.gHeader-scrolled .gNav_list > li > a::before {
	height: 80px;
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_list > li > a > .icon {
	display: none;
}
.gNav_list_text {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	padding: 7px 2px;
	text-align: center;
}
.gNav_list_text > br {
	display: none;
}
.gNav_list_text::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition-duration: .3s;
	transition-property: width;
}
a[aria-expanded="true"] .gNav_list_text::after {
	width: 100%;
}
.gNav_list_text > .icon {
	display: block;
	margin-left: 5px;
	font-size: 19px;
	color: #aaaaaa;
}
.gSearch {
	align-self: center;
	position: relative;
	z-index: 1;
	order: 2;
	width: 276px;
	margin-left: 12px;
}
.gSearch_input {}
.gSearch_input > input {
	border: 1px solid #cccccc;
	padding: 20px 33px;
	border-radius: 70px;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.06);
	padding-right: 50px;
}
.gSearch_btn {
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #0b318f;
	font-size: 23px;
	width: 60px;
	height: 100%;
}
.gSearch_btn::before {
	content: "";
}
.gSearch_btn::after {
	content: "";
}
.gSearch_btn > .icon {
	display: block;
	transition-duration: .3s;
	transition-property: transform;
}
.gLangNav {
	order: 1;
	margin-left: 14px;
}
.gLangNav_list {
	list-style: none;
	display: flex;
	font-size: 16px;
	height: 100%;
}
.gLangNav_list > li {
	display: flex;
	align-items: center;
}
.gLangNav_list > li::after {
	content: "/";
	display: block;
	transform: scale(1.5, 1.5);
}
.gLangNav_list > li:last-child::after {
	display: none;
}
.gLangNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	color: #aaaaaa;
	align-items: center;
	height: 100%;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding: 0 15px;
}
.gLangNav_list > li > a[aria-current="true"] {
	color: #0b318f;
	pointer-events: none;
}
.gLangNav_list > li > a::before {
	content: "";
}
.gLangNav_list > li > a::after {
	content: "";
}
.gNav_link {
	width: 200px;
	order: 3;
	margin-left: 30px;
}
.gNav_link > a {
	text-decoration: none;
	color: inherit;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	display: flex;
	align-items: center;
	background-color: #000000;
	color: #fff;
	line-height: 1.2;
	padding: 0 5px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_link > a::before {
	content: "";
}
.gNav_link > a::after {
	content: "";
}
.gNav_link_sub {
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
	letter-spacing: 0.08em;
}
.gNav_link_text {
	display: block;
	font-size: 16px;
}
.gHeader_title_main > br {
	display: none;
}
.gContNav {
	position: relative;
	z-index: 1;
	margin-bottom: -150px;
}
.gContNav_inner {
	padding-left: 130px;
	padding-right: 130px;
}
.gContNav_body {}
.gContNav_body > a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #0b318f;
	position: relative;
	z-index: 1;
	padding: 87px 180px 73px;
}
.gContNav_body > a::before {
	content: "";
}
.gContNav_body > a::after {
	content: "";
}
.gContNav_title {
	margin-bottom: 32px;
}
.gContNav_title_sub {}
.gContNav_title_main {}
.gContNav_text {
	text-align: center;
}
.gContNav_iconWrap {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 66px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gContNav_iconWrap::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 50%;
	transition-duration: .3s;
	transition-property: background-color, color, transform;
}
.gContNav_iconWrap > .icon {
	display: block;
}
.gFooter {
	background-color: #5b5d65;
	color: #fff;
	padding: 217px 0 63px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	box-shadow: 0 100vh 0 100vh #5b5d65;
}
.gFooter_inner {}
.gFooter_title {
	margin-bottom: 31px;
}
.gFooter_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	padding-left: 136px;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: opacity;
	line-height: 1.2;
}
.gFooter_title > a::before {
	content: "";
}
.gFooter_title > a::after {
	content: "";
}
.gFooter_title_logo {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.gFooter_title_img {
	display: block;
	width: 119px;
	height: 61px;
	fill: currentColor;
}
.gFooter_title_school {
	font-size: 15px;
	margin-bottom: 6px;
}
.gFooter_title_main {
	font-size: 28px;
}
.gFooter_cols {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-no1 {}
.gFooter_dList {
	list-style: none;
	font-size: 14px;
	line-height: 1.71;
}
.gFooter_dList > dt {}
.gFooter_dList > dd {}
.gFooter_dList > dd > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_dList > dd > a::before {
	content: "";
}
.gFooter_dList > dd > a::after {
	content: "";
}
.gFooter_col-no2 {}
.gFooter_link {
	font-size: 14px;
}
.gFooter_link > a {
	display: block;
	color: inherit;
}
.gFooter_link > a::before {
	content: "";
}
.gFooter_link > a::after {
	content: "";
}
.gFooter_copyright {
	text-align: right;
}
.gFooter_copyright > small {
	display: block;
	font-size: 10px;
}
.gPageTop {
	position: relative;
	z-index: 10;
}
.gPageTop_inner {
	max-width: none;
}
.gPageTop_btnWrap {
	position: relative;
	z-index: 1;
	width: 90px;
	margin-left: auto;
}
.gPageTop_button {
	display: block;
	width: 90px;
	height: 90px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 0 10px 20px rgba(176, 180, 206, 0.37);
	font-size: 22px;
	color: #0b318f;
	transition-duration: .3s;
	transition-property: background-color, color, box-shadow, margin-top;
}
.gPageTop_button::before {
	content: "";
}
.gPageTop_button::after {
	content: "";
}
.gPageTop_button > .icon {
	display: block;
}
.gBnrNav {
	margin-bottom: 85px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.gBnrNav_inner {}
.gBnrNav_body {
	position: relative;
	z-index: 1;
	padding: 70px 0;
}
.gBnrNav_bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: -139px;
	width: 100vw;
	height: 100%;
	background-color: rgba(178, 182, 193, 0.20);
	min-width: 1700px;
}
.gBnrNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.gBnrNav_list > li {
	/* width: 25%; */
	width: 20%;
	box-sizing: border-box;
	/* padding: 0 20px; */
	padding: 0 10px;
}
.gBnrNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
}
.gBnrNav_list > li > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #0b318f;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity, width, height;
	transform: translate(-50%, -50%);
}
.gBnrNav_list > li > a::after {
	content: "";
}
.gBnrNav_list > li > a > img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.gBnrNav_list > li > a > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 13px;
	right: 15px;
	color: #cccccc;
	font-size: 11px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gBody {
	position: relative;
	z-index: 0;
	padding-bottom: 120px;
	overflow: hidden;
}
.gBody::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
}
.gBody_inner {}
.gVisual {
	opacity: 1;
}
.gVisual_inner {
	max-width: 1580px;
}
.gVisual_bg {
	position: absolute;
	z-index: 0;
	width: calc(100% + 50vw - 1160px);
	height: 100%;
	top: 0;
	left: 370px;
	min-width: 1220px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0b318f;
	opacity: 0;
	transition-duration: .8s;
	transition-property: opacity;
	transition-delay: .2s;
}
.isAnimated .gVisual_bg {
	opacity: 1;
}
.gVisual_bg-intellectualproperty {
	background-image: url(/ricenter/assets/img/common/pt-main-intellectualproperty@2x.jpg);
	background-color: #aab0bf;
}
.gVisual_bg-outline {
	background-image: url(/ricenter/assets/img/common/pt-main-outline@2x.jpg);
	background-color: #afb6c7;
}
.gVisual_bg-outline_guide {
	background-image: url(/ricenter/assets/img/common/pt-main-access@2x.jpg);
	background-color: #a4aab9;
}
.gVisual_bg-outline_industry {
	background-image: url(/ricenter/assets/img/common/pt-main-outline_industry@2x.jpg);
	background-color: #a0acbd;
}
.gVisual_bg-outline_staff {
	background-image: url(/ricenter/assets/img/common/pt-main-outline_staff@2x.jpg);
	background-color: #9ab2c2;
}
.gVisual_bg-ia {
	background-image: url(/ricenter/assets/img/common/pt-main-ia@2x.jpg);
	background-color: #a6b3be;
}
.gVisual_bg-ipqa {
	background-image: url(/ricenter/assets/img/common/pt-main-ipqa@2x.jpg);
	background-color: #68747b;
}
.gVisual_bg-company {
	background-image: url(/ricenter/assets/img/common/pt-main-company@2x.jpg);
	background-color: #68747b;
}
.gVisual_bg-download {
	background-image: url(/ricenter/assets/img/common/pt-main-download@2x.jpg);
	background-color: #68747b;
}
.gVisual_bg-license {
	background-image: url(/ricenter/assets/img/common/pt-main-license@2x.jpg);
	background-color: #68747b;
}
.gVisual_bg-license_qa {
	background-image: url(/ricenter/assets/img/common/pt-main-license_qa@2x.jpg);
	background-color: #68747b;
}
.gVisual_bg-entrust_researcher {
	background-image: url(/ricenter/assets/img/common/pt-main-entrust_researcher@2x.jpg);
	background-color: #68747b;
}
.gVisual_bg-donation {
	background-image: url(/ricenter/assets/img/common/pt-main-donation@2x.jpg);
	background-color: #68747b;
}
.gVisual_bg-technology {
	background-image: url(/ricenter/assets/img/common/pt-main-technology@2x.jpg);
	background-color: #68747b;
}
.gVisual_bg-researcher {
	background-image: url(/ricenter/assets/img/common/pt-main-researcher@2x.jpg);
	background-color: #68747b;
}
.gVisual_bg-venturebusiness {
	background-image: url(/ricenter/assets/img/common/pt-main-venturebusiness@2x.jpg);
	background-color: #68747b;
}
.gVisual_titleWrap {
	padding-left: 60px;
	position: relative;
	z-index: 10;
}
.gVisual_subTitleWrap {
	white-space: nowrap;
	position: relative;
	margin-bottom: 23px;
	color: #fff;
	width: 0;
	overflow: hidden;
	transition-duration: 0.5s;
	transition-property: width;
	transition-delay: 0.9s;
}
.isAnimated .gVisual_subTitleWrap {
	width: 100%;
}
.gVisual_subTitle {
	font-size: 80px;
	font-weight: normal;
	line-height: 1.3;
	position: relative;
	z-index: 0;
	top: -0.05em;
	left: 0;
	letter-spacing: .07em;
	text-transform: uppercase;
}
.gVisual_subTitle-front {}
.gVisual_subTitle-back {
	overflow: hidden;
	width: 310px;
	position: absolute;
	z-index: 2;
	color: #0b318f;
}
.gVisual_subTitle-backEntry {
	width: auto;
}
.gVisual_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	text-indent: 0.11em;
	letter-spacing: 0.07em;
	position: relative;
	opacity: 0;
	transition-duration: .8s;
	transition-property: opacity;
	transition-delay: 1.3s;
}
.isAnimated .gVisual_title {
	opacity: 1;
}
.gPankuzu {
	margin-bottom: 30px;
}
.gPankuzu-entry {
	margin-top: -60px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	font-size: 15px;
	justify-content: flex-end;
	align-items: center;
}
.gPankuzu_oList-entry {
	padding-left: 460px;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: "";
	background-image: url(/ricenter/assets/img/common/icn-pankuzu-arrow.svg);
	display: block;
	width: 8px;
	height: 16px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 0 17px;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li > a {
	display: flex;
	color: #0b318f;
	font-weight: bold;
	height: 98px;
	align-items: center;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gVisual_contents {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 60px;
}
.gVisual_contents-entry {
	padding-top: 75px;
	padding-bottom: 0;
}
.gVisual_contents::before {
	content: "";
	display: block;
	width: 1px;
	height: 470px;
	margin-right: -1px;
	min-width: 1px;
}
.gVisual_contents-entry::before {
	display: none;
}
.gPager {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 110px;
}
.gPager > a,
.gPager > span {
	color: inherit;
	min-width: 55px;
	height: 55px;
	background-color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8px;
	box-sizing: border-box;
	font-size: 20px;
	transition-duration: .3s;
	transition-property: color, background-color;
	padding: 0 10px;
	border-radius: 50%;
	box-shadow: 0 0 32px rgba(201, 206, 243, 0.35);
}
.gPager > .previouspostslink {
	box-shadow: none;
}
.gPager > .current {
	background-color: #0b318f;
	color: #fff;
}
.gPager > .extend {
	border: none;
}
.gPager > .nextpostslink {
	box-shadow: none;
}
.gPager > .previouspostslink > .icon {
	display: block;
	transition-duration: .3s;
	transition-property: transform;
	font-size: 16px;
}
.gPager > .nextpostslink > .icon {
	display: block;
	transition-duration: .3s;
	transition-property: transform;
	font-size: 16px;
}
.gBody_bg {
	top: 471px;
}
.gBody_bg-bottom {
	top: 2520px;
}
.gNav_cListWrap {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gNav_cListWrap.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gNav_cList {
	list-style: none;
}
.gNav_cList > li {}
.gNav_cList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	background-color: #fff;
	white-space: nowrap;
	padding: 10px 39px;
	align-items: center;
	line-height: 1.2;
	border-bottom: 1px solid #ccc;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_cList > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 39px;
}
.gNav_cList > li > a::after {
	content: "";
}
.gNav_list_arrow {
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #0b318f;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	bottom: calc(7px + 0.6em);
	transform: translateY(50%) rotate(45deg);
	right: 0;
	border-top: none;
	border-left: none;
	margin-bottom: 1px;
	transition-duration: .3s;
	transition-property: transform;
}
.gNav_list_text-arrow {
	padding-right: 19px;
}
a[aria-expanded="true"] .gNav_list_arrow {
	transform: translateY(50%) rotate(225deg);
	margin-bottom: -1px;
}
.gNav_list_icon {
	display: none;
}
.gNav_list_icon::before {
	content: "";
}
.gNav_list_icon::after {
	content: "";
}
.gFixNav {
	width: 104px;
	position: fixed;
	z-index: 999;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	pointer-events: none;
}
.gFixNav-scrolled {
	opacity: 1;
	pointer-events: auto;
}
.gFixNav_list {
	list-style: none;
}
.gFixNav_list > li {}
.gFixNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 200px;
	flex-direction: column;
	background-color: #fff;
	border: 2px solid #0a318e;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: bold;
	color: #09164e;
	border-right: none;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFixNav_list > li:first-child > a {
	border-bottom: none;
	border-top-left-radius: 5px;
}
.gFixNav_list > li:last-child > a {
	border-bottom-left-radius: 5px;
}
.gFixNav_list > li > a::before {
	content: "";
}
.gFixNav_list > li > a::after {
	content: "";
}
.gFixNav_list_img {
	display: block;
	width: 39px;
	margin-bottom: 7px;
	background-color: #fff;
	border-radius: 50%;
}
.gFixNav_list_img > img {
	display: block;
}
.gFixNav_list_text {
	display: block;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1.5;
	white-space: nowrap;
	margin-top: 6px;
}
.gNav_cList > li > a > .icon-blank {
	font-size: 10px;
	margin-left: 0.5em;
}
.gVisual_titleWrap::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background-color: #0b318f;
	transform: scale3d(1, 0, 1);
	transition-duration: 0.4s;
	transition-property: transform;
	transition-delay: 0.4s;
	transform-origin: center top;
}
.isAnimated .gVisual_titleWrap::before {
	transform: scale3d(1, 1, 1);
}
.gVisual_bg-research {
	background-image: url(/ricenter/assets/img/common/pt-main-research@2x.jpg);
}
.gVisual_bg-researcharea {
	background-image: url(/ricenter/assets/img/common/pt-main-research01@2x.jpg);
}
@media screen and (max-width:1899px) {
	.gNav_link_sub {
		margin-bottom: 6px;
		font-size: 20px;
	}
	.gNav_link_text {
		font-size: 14px;
	}
	.gNav_link {
		width: 177px;
		margin-left: 20px;
	}
	.gSearch_btn {
		font-size: 20px;
		width: 50px;
		padding-right: 8px;
	}
	.gSearch {
		width: 240px;
	}
	.gSearch_input > input {
		padding-left: 20px;
		padding-right: 45px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.gLangNav_list > li > a {
		padding: 0 10px;
	}
	.gNav {
		max-width: 1140px;
	}
	.gHeader_inner {
		padding-left: 20px;
		position: static;
	}
}
@media screen and (max-width:1799px) {
	.gHeader_title_main {
		font-size: 24px;
		letter-spacing: 0.02em;
	}
	.gHeader_title_school {
		font-size: 14px;
		margin-bottom: 3px;
	}
}
@media screen and (max-width:1699px) {
	.gNav_list_text > br {
		display: inline;
	}
	.gNav {
		max-width: 1050px;
	}
	.gNav_list_text > .icon {
		margin-left: 2px;
	}
	.gNav_list > li > a::before {
		height: 80px;
	}
	.gHeader_title_main {
		font-size: 23px;
	}
	.gHeaderWrap {
		height: 100px;
	}
}
@media screen and (max-width:1619px) {
	.gVisual_bg {
		width: calc(100% - 370px + 20px);
		min-width: 0;
	}
}
@media screen and (max-width:1599px) {
	.gFixNav {
		width: 80px;
	}
	.gFixNav_list_text {
		line-height: 1.2;
	}
	.gNav_link_sub {
		font-size: 16px;
		margin-bottom: 3px;
	}
	.gNav_link_text {
		font-size: 13px;
	}
	.gNav_link {
		width: 140px;
		margin-left: 15px;
	}
	.gSearch_btn {
		width: 40px;
	}
	.gSearch {
		width: 210px;
	}
	.gLangNav_list > li > a {
		padding: 0 5px;
	}
	.gLangNav_list {
		font-size: 15px;
	}
	.gNav_list > li > a {
		font-size: 15px;
	}
	.gNav_cList {
		font-size: 15px;
	}
	.gNav {
		max-width: 930px;
	}
}
@media screen and (max-width:1549px) {
	.gBnrNav_inner {
		padding-right: 50px;
		padding-left: 50px;
	}
	.gBnrNav_bg {
		right: -25px;
	}
}
@media screen and (max-width:1499px) {
	.gHeader_title_img {
		width: 96px;
		height: 49px;
	}
	.gHeader_title > a {
		padding-left: 106px;
	}
	.gHeader_title_school {
		font-size: 12px;
	}
	.gHeader_title_main {
		font-size: 20px;
		letter-spacing: 0;
	}
}
@media screen and (max-width:1399px) {
	.gHeader_title_img {
		width: 77px;
		height: 39px;
	}
	.gHeader_title > a {
		padding-left: 90px;
	}
	.gHeader_title_school {
		font-size: 10px;
	}
	.gHeader_title_main {
		font-size: 17px;
	}
	.gNav_link_sub {
		font-size: 14px;
		letter-spacing: 0;
	}
	.gNav_link_text {
		font-size: 12px;
	}
	.gNav_link {
		width: 110px;
		margin-left: 10px;
	}
	.gSearch {
		width: 175px;
	}
	.gSearch_input > input {
		padding-left: 15px;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 14px;
		padding-right: 42px;
	}
	.gLangNav {
		margin-left: 10px;
	}
	.gNav {
		max-width: 870px;
	}
}
@media screen and (max-width:1299px) {
	.gFixNav {
		width: 60px;
	}
	.gFixNav_list > li > a {
		font-size: 15px;
		height: 170px;
	}
	.gLangNav_list {
		font-size: 13px;
	}
	.gNav_list > li > a {
		font-size: 14px;
	}
	.gNav_cList {
		font-size: 14px;
	}
	.gNav_cList > li > a::before {
		height: 30px;
	}
	.gNav_cList > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gHeader_title_img {
		width: 60px;
		height: 31px;
	}
	.gHeader_title > a {
		padding-left: 72px;
	}
	.gHeader_title_main {
		font-size: 16px;
	}
	.gNav {
		max-width: 825px;
	}
	.gNav_list > li > a::before {
		height: 65px;
	}
	.gHeader-scrolled .gNav_list > li > a::before {
		height: 65px;
	}
	.gHeaderWrap {
		height: 85px;
	}
	.gFooter_title > a {
		padding-left: 115px;
	}
	.gFooter_title_img {
		width: 100px;
		height: 51px;
	}
	.gFooter_title_school {
		font-size: 14px;
	}
	.gFooter_title_main {
		font-size: 24px;
	}
	.gContNav_iconWrap {
		width: 80px;
		height: 80px;
		right: 40px;
	}
	.gContNav_body > a {
		padding-left: 140px;
		padding-right: 140px;
	}
	.gPageTop_button {
		width: 70px;
		height: 70px;
		font-size: 20px;
	}
	.gContNav_inner {
		padding-right: 110px;
		padding-left: 110px;
	}
}
@media screen and (max-width: 1199px) {
	.gHeader_title_main > br {
		display: inline;
	}
	.gSearch {
		width: 165px;
		margin-left: 8px;
	}
	.gNav_link {
		width: 101px;
	}
	.gSearch_input > input {
		font-size: 13px;
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.06);
	}
	.gNav_link_sub {
		font-size: 13px;
	}
	.gBnrNav_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.gBnrNav_list > li {
		padding: 0 10px;
	}
	.gVisual_bg {
		left: 352px;
		width: calc(100% - 352px + 20px);
	}
	.gVisual_titleWrap {
		padding-left: 42px;
		border-left-width: 6px;
	}
	.gVisual_titleWrap::before {
		width: 6px;
	}
	.gVisual_subTitleWrap {
		margin-bottom: 14px;
	}
	.gVisual_subTitle {
		font-size: 68px;
	}
	.gVisual_title {
		font-size: 20px;
	}
	.gVisual_contents::before {
		height: 420px;
	}
	.gPankuzu_oList > li > a {
		height: 70px;
	}
}
@media screen and (max-width: 1099px) {
	.gHeader_title_img {
		width: 50px;
		height: 26px;
	}
	.gHeader_title > a {
		padding-left: 60px;
	}
	.gHeader_title_school {
		margin-bottom: 1px;
	}
	.gHeader_title_main {
		font-size: 15px;
	}
	.gNav_list > li > a {
		font-size: 13px;
		padding-left: 3px;
		padding-right: 3px;
	}
	.gNav_cList {
		font-size: 12px;
	}
	.gLangNav_list {
		font-size: 12px;
	}
	.gNav {
		max-width: 720px;
	}
	.gNav_list_text {
		padding-left: 0;
		padding-right: 0;
	}
	.gNav_list_text-arrow {
		padding-right: 12px;
	}
	.gHeader_col-no2 {
		margin-left: 12px;
	}
	.gSearch_input > input {
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 13px;
		padding-right: 33px;
	}
	.gSearch_btn {
		font-size: 15px;
		width: 32px;
	}
	.gSearch {
		width: 149px;
	}
	.gNav_list_arrow {
		width: 8px;
		height: 8px;
	}
}
@media screen and (max-height: 999px) {
	.gNav_cList > li > a::before {
		height: 30px;
	}
	.gNav_cList > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:1000px) {
	.gFixNav_list > li > a:hover {
		background-color: #0a318e;
		color: #fff;
	}
	.gNav_cList > li > a:hover {
		color: #0b318f;
	}
	.gPager > a:hover {
		background-color: #0b318f;
		color: #fff;
	}
	.gPager > .previouspostslink:hover {
		background-color: rgba(255, 255, 255, 0);
		color: inherit;
	}
	.gPager > .previouspostslink:hover > .icon {
		transform: translateX(-8px);
	}
	.gPager > .nextpostslink:hover {
		background-color: rgba(255, 255, 255, 0);
		color: inherit;
	}
	.gPager > .nextpostslink:hover > .icon {
		transform: translateX(8px);
	}
	.gPankuzu_oList > li > a:hover {}
	.gHeader_title > a:hover {}
	a:hover .gHeader_title_main {
		color: #0b318f;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		color: #0b318f;
	}
	a:hover .gNav_list_text::after {
		left: 0;
		right: auto;
		width: 100%;
	}
	.gSearch_btn:hover {}
	.gSearch_btn:hover > .icon {
		transform: scale(1.1);
	}
	.gLangNav_list > li > a:hover {
		color: #0b318f;
	}
	.gNav_link > a:hover {
		background-color: #333;
	}
	.gContNav_body > a:hover {}
	a:hover .gContNav_iconWrap {
		color: #0b318f;
	}
	a:hover .gContNav_iconWrap::before {
		content: "";
		transform: scale(1.1);
		background-color: #fff;
	}
	.gFooter_title > a:hover {
		opacity: .7;
	}
	.gFooter_dList > dd > a:hover {
		text-decoration: underline;
	}
	.gFooter_link > a:hover {}
	.gPageTop_button:hover {
		background-color: #0b318f;
		color: #fff;
		margin-top: -5px;
		box-shadow: 0 10px 20px rgba(176, 180, 206, 0.22);
	}
	.gBnrNav_list > li > a:hover {}
	.gBnrNav_list > li > a:hover::before {
		opacity: 1;
		width: calc(100% + 8px);
		height: calc(100% + 8px);
	}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {
		height: 80px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {}
	.gHeader_title > a {
		height: 80px;
		padding-left: 90px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_logo {}
	.gHeader_title_img {
		width: 80px;
		height: 41px;
	}
	.gHeader_title_school {
		font-size: 12px;
	}
	.gHeader_title_main {
		font-size: 20px;
	}
	.gHeader_col-no2 {}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 0;
		width: 80px;
		height: 80px;
		background-color: #000;
		color: #fff;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_barWrap {
		display: block;
		width: 28px;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		display: block;
		height: 2px;
		background-color: currentColor;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: top, transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 7px 0;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		top: 9px;
		transform: rotate(35deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		top: -9px;
		transform: rotate(-35deg);
	}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		position: fixed;
		top: 80px;
		left: 0;
		width: 100%;
		background-color: #0b318f;
		height: calc(100% - 80px);
		max-width: none;
		color: #fff;
		box-sizing: border-box;
		padding-bottom: 50px;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		display: block;
	}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {}
	.gNav_list > li.-sp {
		display: block;
	}
	.gNav_list > li > a {
		font-size: 16px;
		background-image: linear-gradient(to top, rgba(255, 255, 255, 0.40) 50%, rgba(255, 255, 255, 0) 50%);
		background-size: auto 1px;
		background-repeat: repeat-x;
		background-position: center bottom;
		position: relative;
		z-index: 1;
		padding: 10px 50px;
	}
	.gNav_list > li > a[aria-expanded="true"] {
		color: inherit;
	}
	.gNav_list > li > a::before {
		height: 45px;
	}
	.gHeader-scrolled .gNav_list > li > a::before {
		height: 45px;
	}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > .icon {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}
	.gNav_list_text {}
	.gNav_list_text > br {
		display: none;
	}
	.gNav_list_text::after {
		display: none;
	}
	.gNav_list_text > .icon {
		color: inherit;
	}
	.gSearch {
		width: auto;
		max-width: 320px;
		margin: 34px auto 0;
	}
	.gSearch_input {}
	.gSearch_input > input {
		color: #333;
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-right: 49px;
	}
	.gSearch_btn {
		width: 50px;
		font-size: 25px;
		padding-right: 8px;
	}
	.gSearch_btn::before {}
	.gSearch_btn::after {}
	.gSearch_btn > .icon {}
	.gLangNav {}
	.gLangNav_list {
		font-size: 15px;
		justify-content: center;
		margin-top: 45px;
	}
	.gLangNav_list > li {}
	.gLangNav_list > li::after {}
	.gLangNav_list > li:last-child::after {}
	.gLangNav_list > li > a {
		padding: 0 15px;
	}
	.gLangNav_list > li > a[aria-current="true"] {
		color: #fff;
	}
	.gLangNav_list > li > a::before {}
	.gLangNav_list > li > a::after {}
	.gNav_link {
		display: none;
	}
	.gNav_link > a {}
	.gNav_link > a::before {}
	.gNav_link > a::after {}
	.gNav_link_sub {}
	.gNav_link_text {}
	.gHeader_title_main > br {
		display: none;
	}
	.gContNav {}
	.gContNav_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gContNav_body {}
	.gContNav_body > a {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.gContNav_body > a::before {}
	.gContNav_body > a::after {}
	.gContNav_title {}
	.gContNav_title_sub {}
	.gContNav_title_main {}
	.gContNav_text {}
	.gContNav_iconWrap {}
	.gContNav_iconWrap::before {}
	.gContNav_iconWrap > .icon {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title_logo {}
	.gFooter_title_img {}
	.gFooter_title_school {}
	.gFooter_title_main {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-no1 {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_col-no2 {}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_link > a::before {}
	.gFooter_link > a::after {}
	.gFooter_copyright {
		text-align: center;
		margin-top: 30px;
	}
	.gFooter_copyright > small {}
	.gPageTop {
		position: fixed;
		bottom: 20px;
		right: 21px;
	}
	.gPageTop_inner {
		position: static;
		padding: 0;
	}
	.gPageTop_btnWrap {
		width: auto;
	}
	.gPageTop_button {
		position: relative;
		z-index: 1;
		transform: none;
		top: 0;
		right: 0;
	}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gBnrNav {}
	.gBnrNav_inner {
		padding-left: 50px;
		padding-right: 50px;
	}
	.gBnrNav_body {}
	.gBnrNav_bg {
		right: -25px;
	}
	.gBnrNav_list {}
	.gBnrNav_list > li {}
	.gBnrNav_list > li > a {}
	.gBnrNav_list > li > a::before {}
	.gBnrNav_list > li > a::after {}
	.gBnrNav_list > li > a > img {}
	.gBnrNav_list > li > a > .icon {
		right: 10px;
		top: 10px;
		font-size: 10px;
	}
	.gBody {}
	.gBody_inner {}
	.gVisual {}
	.gVisual_inner {}
	.gVisual_bg {
		left: 200px;
		width: calc(100% - 200px + 20px);
	}
	.gVisual_titleWrap {
		padding-left: 24px;
	}
	.gVisual_subTitleWrap {
		margin-bottom: 8px;
	}
	.gVisual_subTitle {
		font-size: 45px;
		letter-spacing: .02em;
	}
	.gVisual_subTitle-front {}
	.gVisual_subTitle-back {
		width: 176px;
	}
	.gVisual_subTitle-backEntry {
		width: auto;
	}
	.gVisual_title {
		font-size: 18px;
	}
	.gPankuzu {
		margin-bottom: 30px;
	}
	.gPankuzu-entry {
		margin-top: -35px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 13px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {
		width: 5px;
		height: 10px;
		margin: 0 14px;
	}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li > a {
		height: 50px;
	}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gPankuzu_oList-entry {
		padding-left: 320px;
	}
	.gVisual_contents {}
	.gVisual_contents::before {
		height: 300px;
	}
	.gVisual_contents-entry {
		padding-top: 45px;
	}
	.gPager {
		margin-top: 75px;
	}
	.gPager > a,
	.gPager > span {}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gPager > .previouspostslink > .icon {}
	.gPager > .nextpostslink > .icon {}
	.gBody_bg {
		top: 330px;
	}
	.gBody_bg-bottom {
		top: 2000px;
	}
	.gNav_cListWrap {
		position: relative;
		visibility: visible;
		opacity: 1;
		transition: none;
		pointer-events: inherit;
		display: none;
		padding: 20px 0;
		background-color: rgba(28, 50, 125, 0.70);
		box-shadow: none;
		background-image: linear-gradient(to top, rgba(255, 255, 255, 0.40) 50%, rgba(255, 255, 255, 0) 50%);
		background-size: auto 1px;
		background-repeat: repeat-x;
		background-position: center bottom;
	}
	.gNav_cListWrap.isShow {
		display: block;
		pointer-events: inherit;
	}
	.gNav_cList {
		font-size: 14px;
	}
	.gNav_cList > li {}
	.gNav_cList > li > a {
		background-color: rgba(255, 255, 255, 0);
		border-bottom: none;
		justify-content: center;
	}
	.gNav_cList > li > a::before {
		height: 22px;
	}
	.gNav_cList > li > a::after {}
	.gNav_list_arrow {}
	.gNav_list_text-arrow {}
	a[aria-expanded="true"] .gNav_list_arrow {}
	.gNav_list_icon {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 1px;
	}
	.gNav_list_icon::before {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: currentColor;
	}
	.gNav_list_icon::after {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: currentColor;
		transform: rotate(90deg);
		transition-duration: .3s;
		transition-property: transform;
	}
	a[aria-expanded="true"] .gNav_list_icon::after {
		transform: rotate(0deg);
	}
	.gFixNav {
		width: 50px;
	}
	.gFixNav_list {}
	.gFixNav_list > li {}
	.gFixNav_list > li > a {
		font-size: 13px;
		height: 140px;
		border-width: 1px;
	}
	.gFixNav_list > li:first-child > a {}
	.gFixNav_list > li:last-child > a {}
	.gFixNav_list > li > a::before {}
	.gFixNav_list > li > a::after {}
	.gFixNav_list_img {
		width: 30px;
		margin-bottom: 3px;
	}
	.gFixNav_list_img > img {}
	.gFixNav_list_text {}
	.gNav_cList > li > a > .icon-blank {}
	.gVisual_titleWrap::before {
		width: 4px;
	}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {
		height: 55px;
	}
	.gHeader {}
	.gHeader_inner {
		padding-left: 14px;
		padding-right: 55px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {}
	.gHeader_title > a {
		height: 55px;
		padding-left: 67px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_logo {
		margin-top: 2px;
	}
	.gHeader_title_img {
		width: 60px;
		height: 31px;
	}
	.gHeader_title_school {
		font-size: 10px;
	}
	.gHeader_title_main {
		font-size: 14px;
	}
	.gHeader_col-no2 {}
	.gMenuBtn {
		width: 55px;
		height: 55px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_barWrap {
		width: 22px;
	}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 3px auto;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		top: 5px;
		transform: rotate(35deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		top: -5px;
		transform: rotate(-35deg);
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		top: 55px;
		height: calc(100% - 55px);
	}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li.-sp {}
	.gNav_list > li > a {
		justify-content: flex-start;
		padding-left: 26px;
	}
	.gNav_list > li > a::before {}
	.gHeader-scrolled .gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > .icon {}
	.gNav_list_text {}
	.gNav_list_text > br {}
	.gNav_list_text::after {}
	.gNav_list_text > .icon {}
	.gSearch {
		width: calc(100% - 40px);
	}
	.gSearch_input {}
	.gSearch_input > input {}
	.gSearch_btn {}
	.gSearch_btn::before {}
	.gSearch_btn::after {}
	.gSearch_btn > .icon {}
	.gLangNav {}
	.gLangNav_list {
		font-size: 14px;
	}
	.gLangNav_list > li {}
	.gLangNav_list > li::after {}
	.gLangNav_list > li:last-child::after {}
	.gLangNav_list > li > a {}
	.gLangNav_list > li > a[aria-current="true"] {}
	.gLangNav_list > li > a::before {}
	.gLangNav_list > li > a::after {}
	.gNav_link {}
	.gNav_link > a {}
	.gNav_link > a::before {}
	.gNav_link > a::after {}
	.gNav_link_sub {}
	.gNav_link_text {}
	.gHeader_title_main > br {}
	.gContNav {
		margin-bottom: -180px;
	}
	.gContNav_inner {
		padding-left: 24px;
		padding-right: 24px;
	}
	.gContNav_body {}
	.gContNav_body > a {
		padding: 31px 20px 34px;
	}
	.gContNav_body > a::before {}
	.gContNav_body > a::after {}
	.gContNav_title {
		margin-bottom: 28px;
	}
	.gContNav_title_sub {}
	.gContNav_title_main {}
	.gContNav_text {
		font-size: 13px;
		text-align: left;
		line-height: 1.6;
	}
	.gContNav_iconWrap {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		width: 65px;
		height: 65px;
		margin: 0 auto 29px;
	}
	.gContNav_iconWrap::before {}
	.gContNav_iconWrap > .icon {}
	.gFooter {
		padding-top: 245px;
		padding-bottom: 29px;
	}
	.gFooter_inner {
		padding-left: 25px;
		padding-right: 25px;
	}
	.gFooter_title {
		margin-bottom: 22px;
	}
	.gFooter_title > a {
		padding-left: 83px;
	}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title_logo {}
	.gFooter_title_img {
		width: 72px;
		height: 37px;
	}
	.gFooter_title_school {
		font-size: 10px;
	}
	.gFooter_title_main {
		font-size: 15px;
	}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {}
	.gFooter_col-no1 {
		margin-bottom: 27px;
	}
	.gFooter_dList {
		font-size: 12px;
	}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_col-no2 {}
	.gFooter_link {
		font-size: 12px;
	}
	.gFooter_link > a {}
	.gFooter_link > a::before {}
	.gFooter_link > a::after {}
	.gFooter_copyright {
		margin-top: 68px;
	}
	.gFooter_copyright > small {
		font-size: 10px;
		white-space: nowrap;
		position: relative;
		z-index: 1;
		left: 50%;
		transform: translateX(-50%) scale(0.6);
		width: 500px;
		text-align: center;
	}
	.gPageTop {
		display: none;
	}
	.gPageTop_inner {}
	.gPageTop_btnWrap {}
	.gPageTop_button {
		width: 50px;
		height: 50px;
		font-size: 15px;
	}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gBnrNav {
		margin-bottom: 78px;
	}
	.gBnrNav_inner {
		padding-left: 40px;
		padding-right: 40px;
	}
	.gBnrNav_body {
		padding: 43px 0;
	}
	.gBnrNav_bg {
		right: -15px;
	}
	.gBnrNav_list {
		display: block;
		margin: 0 auto;
		max-width: 290px;
	}
	.gBnrNav_list > li {
		padding: 0;
		width: auto;
	}
	.gBnrNav_list > li:nth-child(n+2) {
		margin-top: 25px;
	}
	.gBnrNav_list > li > a {
		padding-bottom: 31.03%;
	}
	.gBnrNav_list > li > a::before {}
	.gBnrNav_list > li > a::after {}
	.gBnrNav_list > li > a > img {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.gBnrNav_list > li > a > .icon {
		right: 13px;
		top: 13px;
	}
	.gBody {
		padding-bottom: 65px;
	}
	.gBody::before {
		height: 33px;
	}
	.gBody_inner {}
	.gVisual {}
	.gVisual_inner {}
	.gVisual_bg {
		left: 100px;
		width: calc(100% - 100px + 20px);
	}
	.gVisual_titleWrap {
		padding-left: 15px;
	}
	.gVisual_subTitleWrap {
		margin-bottom: 3px;
	}
	.gVisual_subTitle {
		font-size: 28px;
		letter-spacing: 0;
	}
	.gVisual_subTitle-front {}
	.gVisual_subTitle-back {
		width: 85px;
	}
	.gVisual_subTitle-backEntry {
		width: auto;
	}
	.gVisual_title {
		font-size: 12px;
	}
	.gPankuzu {
		margin-bottom: 20px;
	}
	.gPankuzu-entry {
		margin-top: 0;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 12px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {
		margin: 0 9px;
	}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li > a {
		height: 42px;
	}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gPankuzu_oList-entry {
		padding-left: 0;
	}
	.gVisual_contents {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.gVisual_contents::before {
		height: 160px;
	}
	.gVisual_contents-entry {
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.gPager {
		margin-top: 45px;
	}
	.gPager > a,
	.gPager > span {
		margin: 5px;
		min-width: 45px;
		height: 45px;
		font-size: 17px;
	}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gPager > .previouspostslink > .icon {
		font-size: 14px;
	}
	.gPager > .nextpostslink > .icon {
		font-size: 14px;
	}
	.gBody_bg {
		top: 180px;
	}
	.gBody_bg-bottom {
		top: 1500px;
	}
	.gNav_cListWrap {}
	.gNav_cListWrap.isShow {}
	.gNav_cList {}
	.gNav_cList > li {}
	.gNav_cList > li > a {
		justify-content: flex-start;
		padding-left: 40px;
	}
	.gNav_cList > li > a::before {}
	.gNav_cList > li > a::after {}
	.gNav_list_arrow {}
	.gNav_list_text-arrow {}
	a[aria-expanded="true"] .gNav_list_arrow {}
	.gNav_list_icon {}
	.gNav_list_icon::before {}
	.gNav_list_icon::after {}
	.gFixNav {
		width: 100%;
		top: auto;
		bottom: 0;
		transform: none;
	}
	.gFixNav_list {
		display: flex;
	}
	.gFixNav_list > li {
		width: 50%;
	}
	.gFixNav_list > li > a {
		flex-direction: row;
		height: auto;
		border: 1px solid #0a318e;
		border-bottom: none;
		border-left: none;
	}
	.gFixNav_list > li:first-child > a {
		border-radius: 0;
	}
	.gFixNav_list > li:last-child > a {
		border-radius: 0;
		border-right: none;
	}
	.gFixNav_list > li > a::before {
		display: block;
		width: 1px;
		height: 48px;
	}
	.gFixNav_list > li > a::after {}
	.gFixNav_list_img {
		margin-bottom: 0;
	}
	.gFixNav_list_img > img {}
	.gFixNav_list_text {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		margin-top: 0;
		margin-left: 10px;
	}
	.gFixNav_list_text > br {
		display: none;
	}
	.gNav_cList > li > a > .icon-blank {}
	.gVisual_titleWrap::before {
		width: 3px;
	}
}
@media screen and (max-width:374px) {
	.gHeader_title_main {
		font-size: 12px;
	}
	.gHeader_title_img {
		width: 55px;
		height: 28px;
	}
	.gHeader_title > a {
		padding-left: 61px;
	}
	.gFooter_title_main {
		font-size: 12px;
	}
	.gFooter_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gContNav_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gVisual_subTitle {
		font-size: 24px;
	}
	.gVisual_title {
		font-size: 12px;
	}
	.gVisual_titleWrap {
		padding-left: 8px;
	}
}
