@charset "UTF-8";
.gHeader {
	overflow: hidden;
}
.gHeader_contents {
	position: relative;
	height: 160px;
	background-color: #c4ebeb;
	overflow: hidden;
}
.gBody {
	padding-top: 56px;
	padding-bottom: 100px;
	overflow: hidden;
	min-height: calc(100vh - 393px);
	box-sizing: border-box;
}
.gHeader_bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1160px;
	transform: translateX(-50%);
}
.gHeader_bg > img {
	display: block;
	width: 100%;
	height: auto;
}
.gHeader_inner {
	position: relative;
	z-index: 1;
	padding-top: 10px;
}
.gHeader_title {
	max-width: 534px;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img {}
.gNav {}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: 0.12fr 0.206fr 0.172fr 0.116fr 0.18fr;
	justify-content: space-between;
}
.gNav_list > li {}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	transition-duration: .3s;
	transition-property: opacity;
	height: 103px;
	align-items: center;
}
.gNav_list > li > a > img {
	display: block;
}
.gFooter {
	background-color: #cfebeb;
	font-size: 14px;
	box-shadow: 0 100vh 0 100vh #cfebeb;
	padding-top: 21px;
	padding-bottom: 20px;
	min-height: 130px;
	box-sizing: border-box;
}
.gFooter_inner {}
.gFooter_name {
	font-weight: bold;
	display: flex;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 12px;
}
.gFooter_name > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_info {}
.gFooter_info > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_copyright {
	line-height: 28px;
}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-txt {}
.gFooter_col-copy {}
.gPageTop {
	position: fixed;
	z-index: 100;
	bottom: 20px;
	right: 20px;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity, visibility;
}
.gPageTop-scrolled {
	opacity: 1;
	visibility: visible;
}
.gPageTop_button {
	display: block;
	width: 44px;
	height: 44px;
	background-color: rgba(254, 205, 6, 0.80);
	border-radius: 50%;
	color: #000;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	border-right: none;
	border-bottom: none;
	margin-top: 3px;
	box-sizing: border-box;
}
.gBody_title {
	font-size: 32px;
	color: #4983c0;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 45px;
}
.gBody-home {
	padding-top: 35px;
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gPageTop_button:hover {
		background-color: #fecd06;
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gNav_list > li > a:hover {
		opacity: .7;
	}
	.gFooter_name > a:hover {
		opacity: .7;
	}
	.gFooter_info > a:hover {}
}
@media screen and (max-width:999px) {
	.gHeader {}
	.gHeader_contents {}
	.gBody {}
	.gHeader_bg {}
	.gHeader_bg > img {}
	.gHeader_inner {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gNav {}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list > li > a > img {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_name {}
	.gFooter_name > a {}
	.gFooter_info {}
	.gFooter_info > a {}
	.gFooter_copyright {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-txt {}
	.gFooter_col-copy {}
	.gPageTop {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gBody_title {}
	.gBody-home {}
}
@media screen and (max-width:767px) {
	.gHeader {}
	.gHeader_contents {
		height: 105px;
	}
	.gBody {
		padding-top: 30px;
		padding-bottom: 50px;
		min-height: calc(100vh - 369px);
	}
	.gHeader_bg {
		width: 768px;
		top: 3px;
	}
	.gHeader_bg > img {}
	.gHeader_inner {
		padding-top: 7px;
	}
	.gHeader_title {
		max-width: 220px;
	}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gNav {
		margin-top: 14px;
	}
	.gNav_inner {
		max-width: 330px;
	}
	.gNav_list {
		column-gap: 13px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 12px;
		row-gap: 6px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		height: auto;
	}
	.gNav_list > li > a > img {
		height: 37px;
		width: auto;
		max-width: none;
	}
	.gFooter {
		font-size: 13px;
		min-height: 170px;
	}
	.gFooter_inner {}
	.gFooter_name {
		font-size: 15px;
	}
	.gFooter_name > a {}
	.gFooter_info {}
	.gFooter_info > a {}
	.gFooter_copyright {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {}
	.gFooter_col-txt {}
	.gFooter_col-copy {
		margin-top: 1em;
	}
	.gPageTop {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gBody_title {
		font-size: 22px;
		margin-bottom: 22px;
	}
	.gBody-home {
		padding-top: 15px;
	}
}
@media screen and (max-width:374px) {
	.gFooter_name {
		font-size: 14px;
	}
	.gNav_list > li > a > img {
		height: 34px;
	}
	.gNav_list {
		column-gap: 6px;
		row-gap: 2px;
	}
}
