@charset "UTF-8";
.gWrapper {
	background: #EDF6FA;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.875;
	overflow-wrap: break-word;
	font-weight: 500;
	width: 100%;
	position: relative;
	z-index: 1;
}
.gNav {
	background-color: #0D55A9;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	height: 100%;
	width: 60px;
	overflow: hidden;
	transition-duration: .3s;
	transition-property: width;
	box-sizing: border-box;
	padding-top: 70px;
}
.gNav.isShow {
	width: 221px;
}
.gNav_inner {}
.gNav_list {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}
.gNav_list > li {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 5px 0;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	white-space: nowrap;
}
.gNav_list > li > a[aria-current="page"] {
	color: #0D55A9;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 61px;
	margin-right: -1px;
}
.gNav_list > li > a::after {}
.gNav_list > li > a > .icon {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 24px;
	width: 60px;
	text-align: center;
	min-width: 60px;
}
.gNav_list > li > a > b {
	display: block;
	position: relative;
	z-index: 1;
	font-weight: inherit;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 53px;
	transform: translateY(-50%);
}
.isShow .gNav_list > li > a > b {
	opacity: 1;
}
.gNav_list_hill {
	display: block;
	width: 12px;
	height: 13px;
	fill: currentColor;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	right: 0;
}
.gNav_list_hill-down {
	top: 100%;
	bottom: auto;
	transform: rotateX(-180deg);
}
.gNav_list_bg {
	display: block;
	position: absolute;
	z-index: 0;
	width: calc(100% - 7px);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: currentColor;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	height: 46px;
	color: #EDF6FA;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
a[aria-current="page"] .gNav_list_bg {
	opacity: 1;
}
.gContents {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.gContents_inner {
	transition-duration: .3s;
	transition-property: transform;
}
.gContents_inner.isShow {
	transform: translate3d(161px, 0, 0);
}
.isShow ~ .gContents > .gContents_inner {
	transform: translate3d(161px, 0, 0);
}
.gHeaderWrap {
	height: 72px;
}
.gHeader {
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: transform;
}
.gHeader.isShow {
	transform: translate3d(161px, 0, 0);
}
.isShow > .gHeader {
	transform: translate3d(161px, 0, 0);
}
.gHeader_inner {
	max-width: none;
	padding-left: 33px;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-no1 {}
.gHeader_title {}
.gHeader_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	height: 72px;
	transition-duration: .3s;
	transition-property: background-color, color;
	color: #212121;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
	width: 220px;
	height: 21px;
	fill: currentColor;
}
.gHeader_title_img > use {}
.gHeader_title_text {
	display: block;
	width: 166px;
	height: 23px;
	fill: currentColor;
	position: relative;
	z-index: 1;
	top: 1px;
}
.gHeader_title_text > title {}
.gHeader_title_text > use {}
.gHeader_col-no2 {}
.gHeader_list {
	list-style: none;
	display: flex;
}
.gHeader_list > li {
	width: 60px;
}
.gHeader_list > li:first-child {}
.gHeader_list > li:last-child {}
.gHeader_list > li:nth-child(2n+1) {}
.gHeader_list > li:nth-child(n+3) {}
.gHeader_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 72px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	line-height: 1;
}
.gHeader_list > li > a::before {
	content: "";
}
.gHeader_list > li > a::after {
	content: "";
}
.gHeader_list > li > a > .icon {
	display: block;
	font-size: 24px;
	margin-bottom: 7px;
	transition-duration: .3s;
	transition-property: transform;
}
.gHeader_list > li > a > b {
	display: block;
	font-weight: 500;
	font-size: 11px;
}
.gHeader_list_notice {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #DC0017;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 7px;
	margin-top: -17px;
}
.gBody {
	padding-bottom: 100px;
	padding-top: 9px;
	word-break: break-word;
}
.gBody_inner {}
.gBody_inner-wide {
	max-width: 1100px;
}
.gFooter {
	background-color: #fff;
	padding: 61px 0 25px;
	box-shadow: 0 100vh 0 100vh #fff;
}
.gFooter_inner {}
.gFooter_logo {
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
}
.gFooter_logo > a {
	display: flex;
	text-decoration: none;
	color: #212121;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_logo > a::before {
	content: "";
}
.gFooter_logo > a::after {
	content: "";
}
.gFooter_logo_img {
	display: block;
	width: 220px;
	height: 21px;
	fill: currentColor;
}
.gFooter_logo_img > use {}
.gFooter_logo_text {
	display: flex;
	fill: currentColor;
	width: 187px;
	height: 25px;
}
.gFooter_logo_text > title {}
.gFooter_logo_text > use {}
.gFooter_list {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
}
.gFooter_list > li {}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 0 1em;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_link {
	display: flex;
	justify-content: center;
	margin: 52px 0 13px;
}
.gFooter_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_link > a::before {
	content: "";
}
.gFooter_link > a::after {
	content: "";
}
.gFooter_link > a > img {
	display: block;
}
.gFooter_copyright {
	text-align: center;
	color: #888888;
}
.gFooter_copyright > small {
	display: block;
	font-size: 10px;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gPageTop {
	position: fixed;
	z-index: 1000;
	width: 100%;
	bottom: 40px;
	left: 0;
	transition-duration: .3s;
	transition-property: opacity;
	opacity: 0;
}
.gPageTop_inner {
	max-width: none;
	padding-left: 30px;
	padding-right: 30px;
}
.gPageTop_contents {
	position: relative;
	z-index: 1;
	color: #fff;
}
.gPageTop_button {
	display: block;
	width: 34px;
	height: 34px;
	background-color: #555555;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -15px;
	transform: translateY(-50%);
	border: 15px solid rgba(255, 255, 255, 0);
	box-sizing: content-box;
	background-clip: content-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button::before {
	content: "";
}
.gPageTop_button::after {
	content: "";
}
.gPageTop_button > .icon {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	margin: 0 auto;
}
.gBody_author {
	position: relative;
	z-index: 1;
}
.gBody_author_inner {
	max-width: 1143px;
}
.gBody_author_link {
	display: flex;
	justify-content: flex-end;
}
.gBody_author_link > a {
	text-decoration: none;
	color: #0D55A9;
	font-size: 12px;
	transition-duration: .3s;
	transition-property: background-color, color;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 300px;
	line-height: 40px;
}
.gBody_author_link > a::before {}
.gBody_author_link > a::after {
	content: "";
}
.gBody_author_link > a > .icon {
	font-size: 16px;
	margin-right: 4px;
	top: -0.1em;
}
.gMenuBg {
	display: none;
}
.gBody_author_link > a > b {
	display: block;
	font-weight: inherit;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gBody_head {
	margin-bottom: 50px;
	position: relative;
	z-index: 0;
	padding-top: 24px;
}
.gBody_author + .gBody_head {
	margin-top: -16px;
	padding-top: 0;
}
.gBody_head_inner {
	max-width: 1070px;
}
.gBody_head_title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	padding-right: 330px;
}
.gBody_headBottom_inner {}
.gBody_head_text {
	margin-top: 12px;
}
.gBody_head_text > b {
	color: #0D55A9;
	font-size: 125%;
}
.gHeader_logList {
	list-style: none;
	display: flex;
	align-items: center;
	padding-right: 13px;
}
.gHeader_logList::before {
	content: "";
	display: block;
	width: 1px;
	height: 72px;
	margin-right: -1px;
}
.gHeader_logList > dt {
	font-size: 14px;
	color: #777777;
	margin-right: 15px;
}
.gHeader_logList > dd {
	width: 120px;
}
.gHeader_logList > dd > a {}
.gHeader_logList > dd > a::before {}
.gHeader_logList > dd > a::after {
	content: "";
}
.gBody-simple {
	padding-top: 60px;
}
.gContents-auth {
	padding-left: 60px;
}
.gHeader-auth {
	padding-left: 60px;
}
.gPageTop[data-status="hidden"] {
	opacity: 0;
	pointer-events: none;
}
.gPageTop[data-status="float"] {
	opacity: 1;
	pointer-events: auto;
}
.gPageTop[data-status="fixed"] {
	opacity: 1;
	pointer-events: auto;
	position: relative;
	bottom: 0;
}
.gPankuzu {
	margin-top: 70px;
	margin-bottom: -50px;
}
.gPankuzu_inner {}
.gPankuzu_list {
	list-style: none;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: auto;
	font-size: 14px;
}
.gPankuzu_list > li {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.gPankuzu_list > li::after {
	content: "〉";
	display: block;
	margin-left: 9px;
	margin-right: 1px;
}
.gPankuzu_list > li:last-child {
	display: block;
}
.gPankuzu_list > li:last-child::after {
	display: none;
}
.gPankuzu_list > li > a {
	display: flex;
	align-items: center;
	height: 50px;
	font-weight: 500;
	color: inherit;
	transition-duration: .3s;
	transition-property: background-color, color;
	text-decoration: none;
}
.gPankuzu_list > li:last-child > a {
	font-weight: bold;
}
.gBody-full {
	padding-top: 0;
	padding-bottom: 0;
}
.gBody_inner-full {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	position: static;
	margin-left: 0;
	margin-right: auto;
}
.gLpHeader {
	position: fixed;
	z-index: 1000;
	top: 27px;
	left: 0;
	margin-right: auto;
	right: 0;
	margin-left: auto;
	width: calc(100% - 68px);
	background-color: rgba(255, 255, 255, 0.88);
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
}
.gLpHeader_cols {
	display: flex;
	padding-left: 36px;
	padding-right: 24px;
}
.gLpHeader_col {}
.gLpHeader_col-no1 {
	width: 106px;
	display: flex;
	align-items: center;
}
.gLpHeader_title {
	padding-bottom: 17.924%;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	color: #212121;
}
.gLpHeader_title > svg {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gLpHeader_title > svg > title {}
.gLpHeader_col-no2 {
	width: calc(100% - 120px);
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-width: 870px;
}
.gLpHeader_list {
	list-style: none;
	display: flex;
	flex-grow: 1;
}
.gLpHeader_list > li {
	flex-grow: 1;
}
.gLpHeader_list > li:first-child {}
.gLpHeader_list > li:last-child {}
.gLpHeader_list > li:nth-child(2n+1) {}
.gLpHeader_list > li:nth-child(n+3) {}
.gLpHeader_list > li > a {
	text-decoration: none;
	color: inherit;
	font-size: 13px;
	height: 70px;
	display: flex;
	align-items: center;
	padding: 0 5px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gLpHeader_list > li > a::before {
	content: "";
}
.gLpHeader_list > li > a::after {
	content: "";
}
.gLpHeader_btnList {
	list-style: none;
	display: flex;
	width: 290px;
	justify-content: space-between;
	margin-left: 13px;
}
.gLpHeader_btnList > li {
	width: 48.5%;
	max-width: 140px;
}
.gLpHeader_btnList > li:first-child {}
.gLpHeader_btnList > li:last-child {}
.gLpHeader_btnList > li:nth-child(2n+1) {}
.gLpHeader_btnList > li:nth-child(n+3) {}
.gLpHeader_btnList > li > a {
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	box-shadow: none;
}
.gLpHeader_btnList > li > a::before {
	content: "";
	height: 22px;
}
.gLpHeader_btnList > li > a::after {
	content: "";
}
.gLpFooter {
	background-image: url(../img/introduction/bg-footer@2x.png);
	background-size: 1052px auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FAFAFA;
	padding-top: 79px;
	padding-bottom: 30px;
}
.gLpFooter_inner {
	max-width: 898px;
}
.gLpFooter_cols {
	display: flex;
	align-items: flex-end;
}
.gLpFooter_col {}
.gLpFooter_col-no1 {
	width: calc(100% - 300px);
}
.gLpFooter_logo {
	padding-bottom: 17.924%;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	color: #212121;
}
.gLpFooter_logo > svg {
	display: block;
	fill: currentColor;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gLpFooter_logo > svg > title {}
.gLpFooter_listWrap {
	display: flex;
	max-width: 274px;
	justify-content: space-between;
}
.gLpFooter_list {
	list-style: none;
	font-size: 14px;
}
.gLpFooter_list > li {}
.gLpFooter_list > li:first-child {}
.gLpFooter_list > li:last-child {}
.gLpFooter_list > li:nth-child(2n+1) {}
.gLpFooter_list > li:nth-child(n+3) {}
.gLpFooter_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color,color;
}
.gLpFooter_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 42px;
}
.gLpFooter_list > li > a::after {
	content: "";
}
.gLpFooter_col-no2 {
	width: 270px;
	margin-left: auto;
	padding-bottom: 33px;
}
.gLpFooter_btnList {
	list-style: none;
}
.gLpFooter_btnList > li {
	margin-top: 20px;
}
.gLpFooter_btnList > li:first-child {
	margin-top: 0;
}
.gLpFooter_btnList > li:last-child {}
.gLpFooter_btnList > li:nth-child(2n+1) {}
.gLpFooter_btnList > li:nth-child(n+3) {}
.gLpFooter_btnList > li > a {
	font-size: 14px;
}
.gLpFooter_btnList > li > a::before {
	content: "";
	height: 28px;
}
.gLpFooter_btnList > li > a::after {
	content: "";
}
.gLpFooter_corp {
	max-width: 202px;
	margin: 57px auto 20px;
}
.gLpFooter_corp > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding-bottom: 11.95%;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: opacity;
}
.gLpFooter_corp > a::before {
	content: "";
}
.gLpFooter_corp > a::after {
	content: "";
}
.gLpFooter_corp > a > img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.gLpFooter_copy {}
.gLpFooter_copy > small {
	display: block;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
.gLpFooter_logoWrap {
	max-width: 192px;
	margin-bottom: 40px;
}
.gFootMascot {}
.gFootMascot_inner {
	padding-left: 30px;
	padding-right: 30px;
	max-width: none;
}
.gFootMascot_image {
	width: 66px;
	margin-left: auto;
	margin-right: -16px;
	padding-top: 15px;
}
.gFootMascot_image > img {
	display: block;
}
.gLpSpNav {
	display: none;
}
.gLpSpNav_container {}
.gLpSpNav_inner {}
.gLpSpNav_list {
	list-style: none;
}
.gLpSpNav_list > li {}
.gLpSpNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gLpSpNav_list > li > a::before {
	content: "";
}
.gLpSpNav_list > li > a::after {
	content: "";
}
.gLpSpNav_btnList {
	list-style: none;
}
.gLpSpNav_btnList > li {}
.gLpSpNav_btnList > li > a {}
.gLpSpNav_btnList > li > a::before {
	content: "";
}
.gLpSpNav_btnList > li > a::after {
	content: "";
}
@media screen and (max-width: 1199px) {
	.gLpHeader_btnList {
		width: 210px;
		margin-left: 10px;
	}
	.gLpHeader_cols {
		padding-left: 24px;
		padding-right: 18px;
	}
}
@media screen and (min-width:1000px) {
	.gLpSpNav_list > li > a:hover {}
	.gLpSpNav_btnList > li > a:hover {}
	.gLpHeader_list > li > a:hover {
		color: #0D55A9;
	}
	.gLpHeader_btnList > li > a:hover {}
	.gLpFooter_list > li > a:hover {
    color: #0D55A9;
}
	.gLpFooter_btnList > li > a:hover {}
	.gLpFooter_corp > a:hover {
    opacity: .7;
}
	.gPankuzu_list > li > a:hover {
		color: #0D55A9;
		text-decoration: underline;
	}
	.gHeader_logList > dd > a:hover {}
	.gNav_list > li > a:hover {
		color: #0D55A9;
	}
	.gNav_list > li > a:hover > b {}
	a:hover .gNav_list_bg {
		opacity: 1;
	}
	.gHeader_title > a:hover {
		color: #888;
	}
	.gHeader_list > li > a:hover {}
	.gHeader_list > li > a:hover > .icon {
		transform: scale(1.1);
	}
	.gFooter_logo > a:hover {
		color: #888;
	}
	.gFooter_list > li > a:hover {
		color: #0D55A9;
	}
	.gFooter_link > a:hover {
		opacity: .7;
	}
	.gMenuBtn:hover {}
	.gPageTop_button:hover {
		background-color: #0D55A9;
	}
	.gBody_author_link > a:hover {
		color: #5FC3AA;
	}
}
@media screen and (max-width: 999px) {
	.gNav {}
	.gNav.isShow {}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {}
	.gNav_list > li > a[aria-current="page"] {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > .icon {}
	.gNav_list > li > a > b {}
	.isShow .gNav_list > li > a > b {}
	.gNav_list_hill {}
	.gNav_list_hill-down {}
	.gNav_list_bg {}
	a[aria-current="page"] .gNav_list_bg {}
	.gContents {}
	.gContents_inner {}
	.gContents_inner.isShow {}
	.isShow ~ .gContents > .gContents_inner {}
	.gHeaderWrap {}
	.gHeader {}
	.gHeader.isShow {}
	.isShow > .gHeader {}
	.gHeader_inner {
		padding-left: 20px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_title_img > use {}
	.gHeader_title_text {}
	.gHeader_title_text > title {}
	.gHeader_title_text > use {}
	.gHeader_col-no2 {}
	.gHeader_list {}
	.gHeader_list > li {}
	.gHeader_list > li:first-child {}
	.gHeader_list > li:last-child {}
	.gHeader_list > li:nth-child(2n+1) {}
	.gHeader_list > li:nth-child(n+3) {}
	.gHeader_list > li > a {}
	.gHeader_list > li > a::before {}
	.gHeader_list > li > a::after {}
	.gHeader_list > li > a > .icon {}
	.gHeader_list > li > a > b {}
	.gHeader_list_notice {}
	.gBody {}
	.gBody_inner {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo > a::before {}
	.gFooter_logo > a::after {}
	.gFooter_logo_img {}
	.gFooter_logo_img > use {}
	.gFooter_logo_text {}
	.gFooter_logo_text > title {}
	.gFooter_logo_text > use {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_link > a::before {}
	.gFooter_link > a::after {}
	.gFooter_link > a > img {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gPageTop {}
	.gPageTop_inner {}
	.gPageTop_contents {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gBody_author {}
	.gBody_author_inner {}
	.gBody_author_link {}
	.gBody_author_link > a {
		max-width: none;
	}
	.gBody_author_link > a::before {}
	.gBody_author_link > a::after {}
	.gBody_author_link > a > .icon {}
	.gMenuBg {}
	.gBody_author_link > a > b {
		max-width: calc(100vw - 200px);
	}
	.gBody_head {
		margin-bottom: 35px;
	}
	.gBody_author + .gBody_head {
		margin-top: 7px;
	}
	.gBody_head_inner {}
	.gBody_head_title {
		padding-right: 0;
	}
	.gBody_headBottom_inner {}
	.gBody_head_text {}
	.gBody_head_text > b {}
	.gHeader_logList {}
	.gHeader_logList::before {}
	.gHeader_logList > dt {}
	.gHeader_logList > dd {}
	.gHeader_logList > dd > a {}
	.gHeader_logList > dd > a::before {}
	.gHeader_logList > dd > a::after {}
	.gBody-simple {}
	.gWrapper {}
	.gPageTop[data-status="hidden"] {}
	.gPageTop[data-status="float"] {}
	.gPageTop[data-status="fixed"] {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_list {}
	.gPankuzu_list > li {}
	.gPankuzu_list > li::after {}
	.gPankuzu_list > li:last-child {}
	.gPankuzu_list > li:last-child::after {}
	.gPankuzu_list > li > a {}
	.gBody-full {
		padding-top: 0;
	}
	.gBody_inner-full {}
	.gLpHeader {
		top: 14px;
		width: calc(100% - 28px);
		border-radius: 4px;
	}
	.gLpHeader_cols {
		padding-left: 14px;
		padding-right: 14px;
	}
	.gLpHeader_col {}
	.gLpHeader_col-no1 {
		width: 90px;
	}
	.gLpHeader_title {}
	.gLpHeader_title > svg {}
	.gLpHeader_title > svg > title {}
	.gLpHeader_col-no2 {
		width: calc(100% - 100px);
		max-width: 605px;
	}
	.gLpHeader_list {}
	.gLpHeader_list > li {}
	.gLpHeader_list > li:first-child {}
	.gLpHeader_list > li:last-child {}
	.gLpHeader_list > li:nth-child(2n+1) {}
	.gLpHeader_list > li:nth-child(n+3) {}
	.gLpHeader_list > li > a {
		font-size: 12px;
		height: 60px;
	}
	.gLpHeader_list > li > a::before {}
	.gLpHeader_list > li > a::after {}
	.gLpHeader_btnList {
		width: 140px;
		margin-left: 5px;
	}
	.gLpHeader_btnList > li {}
	.gLpHeader_btnList > li:first-child {}
	.gLpHeader_btnList > li:last-child {}
	.gLpHeader_btnList > li:nth-child(2n+1) {}
	.gLpHeader_btnList > li:nth-child(n+3) {}
	.gLpHeader_btnList > li > a {
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.gLpHeader_btnList > li > a::before {}
	.gLpHeader_btnList > li > a::after {}
	.gLpFooter {}
	.gLpFooter_inner {}
	.gLpFooter_cols {}
	.gLpFooter_col {}
	.gLpFooter_col-no1 {}
	.gLpFooter_logo {}
	.gLpFooter_logo > svg {}
	.gLpFooter_logo > svg > title {}
	.gLpFooter_listWrap {}
	.gLpFooter_list {}
	.gLpFooter_list > li {}
	.gLpFooter_list > li:first-child {}
	.gLpFooter_list > li:last-child {}
	.gLpFooter_list > li:nth-child(2n+1) {}
	.gLpFooter_list > li:nth-child(n+3) {}
	.gLpFooter_list > li > a {}
	.gLpFooter_list > li > a::before {}
	.gLpFooter_list > li > a::after {}
	.gLpFooter_col-no2 {}
	.gLpFooter_btnList {}
	.gLpFooter_btnList > li {}
	.gLpFooter_btnList > li:first-child {}
	.gLpFooter_btnList > li:last-child {}
	.gLpFooter_btnList > li:nth-child(2n+1) {}
	.gLpFooter_btnList > li:nth-child(n+3) {}
	.gLpFooter_btnList > li > a {}
	.gLpFooter_btnList > li > a::before {}
	.gLpFooter_btnList > li > a::after {}
	.gLpFooter_corp {}
	.gLpFooter_corp > a {}
	.gLpFooter_corp > a::before {}
	.gLpFooter_corp > a::after {}
	.gLpFooter_corp > a > img {}
	.gLpFooter_copy {}
	.gLpFooter_copy > small {}
	.gLpFooter_logoWrap {}
	.gFootMascot {}
	.gFootMascot_inner {}
	.gFootMascot_image {}
	.gFootMascot_image > img {}
	.gLpSpNav {}
	.gLpSpNav_container {}
	.gLpSpNav_inner {}
	.gLpSpNav_list {}
	.gLpSpNav_list > li {}
	.gLpSpNav_list > li > a {}
	.gLpSpNav_list > li > a::before {}
	.gLpSpNav_list > li > a::after {}
	.gLpSpNav_btnList {}
	.gLpSpNav_btnList > li {}
	.gLpSpNav_btnList > li > a {}
	.gLpSpNav_btnList > li > a::before {}
	.gLpSpNav_btnList > li > a::after {}
}
@media screen and (max-width:767px) {
	.gNav {
		width: 100%;
		top: 50px;
		height: calc(100% - 50px);
		padding-top: 20px;
		padding-bottom: 50px;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		pointer-events: none;
	}
	.gNav.isShow {
		width: 100%;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gNav_inner {}
	.gNav_list {
		font-size: 16px;
	}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		padding: 5px 33px;
	}
	.gNav_list > li > a[aria-current="page"] {
		color: #fff;
	}
	.gNav_list > li > a::before {
		height: 47px;
	}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > .icon {
		width: auto;
		min-width: 0;
		margin-right: 11px;
	}
	.gNav_list > li > a > b {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		opacity: 1;
	}
	.isShow .gNav_list > li > a > b {}
	.gNav_list_hill {}
	.gNav_list_hill-down {}
	.gNav_list_bg {
		display: none;
	}
	a[aria-current="page"] .gNav_list_bg {}
	.gContents {
		padding-left: 0;
	}
	.gContents_inner {}
	.gContents_inner.isShow {
		transform: none;
	}
	.isShow ~ .gContents > .gContents_inner {
		transform: none;
	}
	.gHeaderWrap {
		height: 50px;
	}
	.gHeader {
		padding-left: 0;
	}
	.gHeader.isShow {
		transform: none;
	}
	.isShow > .gHeader {
		transform: none;
	}
	.gHeader_inner {
		padding-left: 15px;
		padding-right: 0;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {}
	.gHeader_title > a {
		height: 50px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 175px;
		height: 17px;
	}
	.gHeader_title_img > use {}
	.gHeader_title_text {
		width: 131px;
		height: 18px;
	}
	.gHeader_title_text > title {}
	.gHeader_title_text > use {}
	.gHeader_col-no2 {}
	.gHeader_list {}
	.gHeader_list > li {
		width: 55px;
	}
	.gHeader_list > li:first-child {}
	.gHeader_list > li:last-child {}
	.gHeader_list > li:nth-child(2n+1) {}
	.gHeader_list > li:nth-child(n+3) {}
	.gHeader_list > li > a {
		height: 50px;
	}
	.gHeader_list > li > a::before {}
	.gHeader_list > li > a::after {}
	.gHeader_list > li > a > .icon {
		margin-bottom: 4px;
		font-size: 20px;
	}
	.gHeader_list > li > a > b {
		font-size: 10px;
	}
	.gHeader_list_notice {
		margin-left: 5px;
		margin-top: -13px;
	}
	.gBody {
		padding-top: 8px;
	}
	.gBody_inner {}
	.gFooter {
		padding-top: 55px;
		padding-bottom: 30px;
	}
	.gFooter_inner {}
	.gFooter_logo {
		margin-bottom: 36px;
	}
	.gFooter_logo > a {}
	.gFooter_logo > a::before {}
	.gFooter_logo > a::after {}
	.gFooter_logo_img {
		width: 175px;
		height: 17px;
	}
	.gFooter_logo_img > use {}
	.gFooter_logo_text {
		width: 206px;
		height: 29px;
	}
	.gFooter_logo_text > title {}
	.gFooter_logo_text > use {}
	.gFooter_list {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}
	.gFooter_list-auth {
		justify-content: flex-start;
	}
	.gFooter_list > li {
		width: auto;
		margin-right: 1em;
	}
	.gFooter_list-auth > li {
		width: 50%;
		margin-right: 0;
	}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {
		margin-right: 0;
	}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {
		text-align: left;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0;
		line-height: 1.3;
	}
	.gFooter_list > li > a::before {
		display: block;
		width: 1px;
		height: 50px;
	}
	.gFooter_list > li > a::after {}
	.gFooter_link {
		max-width: 159px;
		display: block;
		margin: 39px auto 13px;
	}
	.gFooter_link > a {}
	.gFooter_link > a::before {}
	.gFooter_link > a::after {}
	.gFooter_link > a > img {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1005;
		right: 12px;
		bottom: 12px;
		width: 44px;
		height: 44px;
		background-color: #0D55A9;
		border-radius: 50%;
		color: #fff;
		box-shadow: 0 12px 20px rgba(0, 0, 0, 0.20);
		transition-duration: .3s;
		transition-property: background-color, color;
	}
	.gMenuBtn.isShow {
		background-color: #777777;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 15px;
		height: 2px;
		border-radius: 2px;
		position: relative;
		z-index: 1;
		margin: 0 auto;
		top: 0;
		transition-duration: .3s;
		transition-property: transform, top, left, widt;
		left: 0;
		background-color: #fff;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.gMenuBtn_bar-no3 {
		width: 9px;
		left: -3px;
	}
	.gMenuBtn.isShow .gMenuBtn_bar-no1 {
		top: 6px;
		transform: rotate(45deg);
	}
	.gMenuBtn.isShow .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn.isShow .gMenuBtn_bar-no3 {
		top: -6px;
		transform: rotate(-45deg);
		left: 0;
		width: 15px;
	}
	.gPageTop {
		position: relative;
	}
	.gPageTop_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.gPageTop_contents {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gBody_author {}
	.gBody_author_inner {}
	.gBody_author_link {}
	.gBody_author_link > a {
		font-size: 11px;
		line-height: 30px;
	}
	.gBody_author_link > a::before {
		height: 30px;
	}
	.gBody_author_link > a::after {}
	.gBody_author_link > a > .icon {}
	.gMenuBg {
		display: block;
		position: fixed;
		z-index: 999;
		bottom: 12px;
		right: 12px;
		width: 44px;
		height: 44px;
		background-color: #0D55A9;
		border-radius: 50%;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gBody_author_link > a > b {
		max-width: calc(100vw - 80px);
	}
	.gBody_head {
		margin-bottom: 27px;
	}
	.gBody_author + .gBody_head {
		margin-top: 10px;
	}
	.gBody_head_inner {}
	.gBody_head_title {}
	.gBody_headBottom_inner {}
	.gBody_head_text {}
	.gBody_head_text > b {}
	.gHeader_logList {}
	.gHeader_logList::before {
		height: 50px;
	}
	.gHeader_logList > dt {
		font-size: 11px;
		line-height: 1.36;
		margin-right: 8px;
	}
	.gHeader_logList > dd {
		width: 75px;
	}
	.gHeader_logList > dd > a {
		font-size: 12px;
		border-radius: 3px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.gHeader_logList > dd > a::before {
		height: 20px;
	}
	.gHeader_logList > dd > a::after {}
	.gBody-simple {
		padding-top: 30px;
	}
	.gWrapper {
		font-size: 14px;
		line-height: 1.6875;
	}
	.gPageTop[data-status="hidden"] {
		opacity: 1;
		pointer-events: auto;
	}
	.gPageTop[data-status="float"] {}
	.gPageTop[data-status="fixed"] {}
	.gPankuzu {
		margin-top: 40px;
		margin-bottom: -90px;
	}
	.gPankuzu_inner {}
	.gPankuzu_list {}
	.gPankuzu_list > li {}
	.gPankuzu_list > li::after {}
	.gPankuzu_list > li:last-child {}
	.gPankuzu_list > li:last-child::after {}
	.gPankuzu_list > li > a {}
	.gBody-full {
		padding-top: 0;
	}
	.gBody_inner-full {}
	.gLpHeader {
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
	}
	.gLpHeader_cols {
		height: 44px;
		padding-right: 10px;
	}
	.gLpHeader_col {}
	.gLpHeader_col-no1 {
		width: 86px;
	}
	.gLpHeader_title {}
	.gLpHeader_title > svg {}
	.gLpHeader_title > svg > title {}
	.gLpHeader_col-no2 {
		width: 158px;
	}
	.gLpHeader_list {
		display: none;
	}
	.gLpHeader_list > li {}
	.gLpHeader_list > li:first-child {}
	.gLpHeader_list > li:last-child {}
	.gLpHeader_list > li:nth-child(2n+1) {}
	.gLpHeader_list > li:nth-child(n+3) {}
	.gLpHeader_list > li > a {}
	.gLpHeader_list > li > a::before {}
	.gLpHeader_list > li > a::after {}
	.gLpHeader_btnList {
		margin-left: 0;
		width: 100%;
	}
	.gLpHeader_btnList > li {}
	.gLpHeader_btnList > li:first-child {}
	.gLpHeader_btnList > li:last-child {}
	.gLpHeader_btnList > li:nth-child(2n+1) {}
	.gLpHeader_btnList > li:nth-child(n+3) {}
	.gLpHeader_btnList > li > a {
		font-size: 11px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.gLpHeader_btnList > li > a::before {
		height: 16px;
	}
	.gLpHeader_btnList > li > a::after {}
	.gLpFooter {
		background-size: 642px auto;
		padding-top: 50px;
	}
	.gLpFooter_inner {}
	.gLpFooter_cols {
		display: block;
	}
	.gLpFooter_col {
		width: auto;
	}
	.gLpFooter_col-no1 {}
	.gLpFooter_logo {}
	.gLpFooter_logo > svg {}
	.gLpFooter_logo > svg > title {}
	.gLpFooter_listWrap {
		display: block;
		max-width: 244px;
		margin: 0 auto;
	}
	.gLpFooter_list {
		display: flex;
		flex-wrap: wrap;
	}
	.gLpFooter_list > li {
		width: 50%;
		box-sizing: border-box;
		padding-right: 5px;
	}
	.gLpFooter_list > li:first-child {}
	.gLpFooter_list > li:last-child {}
	.gLpFooter_list > li:nth-child(2n+1) {}
	.gLpFooter_list > li:nth-child(n+3) {}
	.gLpFooter_list > li > a {}
	.gLpFooter_list > li > a::before {
		height: 50px;
	}
	.gLpFooter_list > li > a::after {}
	.gLpFooter_col-no2 {
		max-width: 243px;
		padding: 0;
		margin: 44px auto 0;
	}
	.gLpFooter_btnList {}
	.gLpFooter_btnList > li {
		margin-top: 30px;
	}
	.gLpFooter_btnList > li:first-child {}
	.gLpFooter_btnList > li:last-child {}
	.gLpFooter_btnList > li:nth-child(2n+1) {}
	.gLpFooter_btnList > li:nth-child(n+3) {}
	.gLpFooter_btnList > li > a {}
	.gLpFooter_btnList > li > a::before {}
	.gLpFooter_btnList > li > a::after {}
	.gLpFooter_corp {
		margin-top: 60px;
	}
	.gLpFooter_corp > a {}
	.gLpFooter_corp > a::before {}
	.gLpFooter_corp > a::after {}
	.gLpFooter_corp > a > img {}
	.gLpFooter_copy {}
	.gLpFooter_copy > small {}
	.gLpFooter_logoWrap {
		max-width: 184px;
		margin: 0px auto 27px;
	}
	.gFootMascot {}
	.gFootMascot_inner {}
	.gFootMascot_image {
		width: 47px;
		margin-right: -20px;
		padding-top: 20px;
	}
	.gFootMascot_image > img {}
	.gLpSpNav {
		display: block;
		position: fixed;
		z-index: 1001;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.60);
		box-sizing: border-box;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		pointer-events: none;
	}
	.gLpSpNav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gLpSpNav_container {
		height: 100%;
		overflow: auto;
		background-color: #fff;
		box-sizing: border-box;
		padding: 53px 0 70px;
		max-width: 258px;
		margin-left: auto;
	}
	.gLpSpNav_inner {
		max-width: 200px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.gLpSpNav_list {
		margin-bottom: 30px;
	}
	.gLpSpNav_list > li {}
	.gLpSpNav_list > li > a {
		display: flex;
		align-items: center;
		font-size: 16px;
		font-weight: bold;
	}
	.gLpSpNav_list > li > a::before {
		display: block;
		width: 1px;
		height: 60px;
	}
	.gLpSpNav_list > li > a::after {}
	.gLpSpNav_btnList {
		width: 100%;
	}
	.gLpSpNav_btnList > li {
		margin-top: 20px;
	}
	.gLpSpNav_btnList > li:first-child {
		margin-top: 0;
	}
	.gLpSpNav_btnList > li > a {
		font-size: 13px;
	}
	.gLpSpNav_btnList > li > a::before {
		height: 28px;
	}
	.gLpSpNav_btnList > li > a::after {}
}
@media screen and (max-width:374px) {
	.gHeader_logList > dd {
		width: 56px;
	}
	.gHeader_logList > dd > a {
		font-size: 10px;
	}
	.gHeader_logList > dt {
		font-size: 10px;
		line-height: 1.2;
		white-space: nowrap;
		margin-right: 6px;
	}
	.gHeader_title_img {
		width: 159px;
		height: 16px;
	}
	.gFooter_logo_img {
		width: 159px;
		height: 16px;
	}
	.gHeader_title_text {
		width: 115px;
		height: 16px;
	}
	.gFooter_link > a > img {
		width: 120px;
		height: 15px;
	}
	.gFooter_link {
		max-width: 120px;
	}
}
