@charset "UTF-8";
.gHeaderWrap {
	height: 96px;
}
.gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--color-white);
	z-index: 1000;
}
.gHeader_inner {
	max-width: 1360px;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-title {
	width: 280px;
}
.gHeader_title {}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 96px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gHeader_col-menu {
	max-width: calc(100% - 320px);
	margin-left: auto;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav {
	height: 100%;
}
.gNav_inner {
	height: 100%;
}
.gNav_list {
	list-style: none;
	display: flex;
	height: 100%;
	margin-right: -17px;
}
.gNav_list > li {}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	height: 100%;
	padding: 0 17px;
	text-indent: 0.01em;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list > li > a > .icon {
	display: none;
}
.gNav_list_icon {
	color: var(--color-menu-arrow);
	display: block;
	margin-left: 8px;
	transition-duration: .3s;
	transition-property: transform;
}
.gNav_list > li > a[aria-expanded="true"] .gNav_list_icon {
	transform: rotate(180deg);
}
.gNav_list_icon_item {
	display: block;
	width: 11px;
	height: 11px;
	fill: currentColor;
}
.gMega {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #dde6ea;
	padding-top: 40px;
	padding-bottom: 40px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gMega.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMega_inner {}
.gMega_cols {
	display: flex;
}
.gMega_col {}
.gMega_col-ttl {
	width: 268px;
}
.gMega_title {
	font-size: 24px;
	color: var(--color-sub);
	line-height: 1;
	letter-spacing: 0.04em;
	font-weight: bold;
	min-height: 72px;
	align-items: center;
	display: flex;
}
.gMega_col-list {
	width: calc(100% - 268px);
}
.gMega_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 3%;
}
.gMega_list > li {}
.gMega_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	font-weight: 500;
	min-height: 72px;
	position: relative;
	align-items: center;
	font-size: 16px;
	padding-right: 27px;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
.gMega_list > li > a > .icon {
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	color: var(--color-menu-arrow);
}
.gMega_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #bcc9d7;
}
.gMega_btn {
	display: flex;
	width: 138px;
	margin: 24px auto 0;
	height: 46px;
	background-color: var(--color-white);
	border-radius: 46px;
	font-size: 14px;
	font-weight: normal;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMega_btn > .icon {
	display: block;
	font-size: 10px;
	margin-left: 8px;
}
.gNav_btn {
	display: none;
}
.gNav_btn > .icon {}
.gHeader_title_inner {
	display: block;
	position: relative;
	padding-bottom: 15%;
	width: 100%;
}
.gBody {
	position: relative;
	padding-bottom: 62px;
	overflow: hidden;
}
.gBody_bg {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0;
	width: 100%;
	height: 600px;
	overflow: hidden;
	mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.04));
}
.gBody_bg_item {
	width: 600px;
	position: absolute;
	top: 0;
	left: 50%;
	color: rgb(0 138 210);
	transform: translateX(-50%);
	margin-left: 680px;
}
.gBody_bg_item_inner {
	position: relative;
	padding-bottom: 100%;
}
.gBody_bg_item_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gPankuzu {}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	white-space: nowrap;
	overflow: auto;
	font-size: 14px;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
	font-weight: 500;
}
.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: "";
	background-image: url(/assets/img/common/icn-pankuzu.svg);
	display: block;
	width: 5px;
	height: 8px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 7px;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	font-weight: normal;
	height: 38px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHead {
	margin-bottom: 50px;
}
.gHead_inner {}
.gHead_title {
	font-size: 43px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.08em;
	margin-bottom: 7px;
}
.gHead_subTitle {
	font-family: var(--font-lato);
	color: var(--color-line);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.gBody_inner {}
.gHead_contents {
	position: relative;
	min-height: 199px;
	padding-top: 31px;
	box-sizing: border-box;
	padding-bottom: 50px;
}
.gHead_contents::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-line);
}
.gNav_list_text {
	display: flex;
	position: relative;
	padding: 10px 0;
	align-items: center;
}
.gNav_list_text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	transform-origin: right center;
	transform: scale(0, 1);
	transition-duration: .3s;
	transition-property: transform;
}
.gFooter {
	line-height: 1.8;
	padding-bottom: 40px;
	border-top: 1px solid #CED8E4;
	padding-top: 40px;
	position: relative;
}
.gPageTop {
	position: absolute;
	top: 39px;
	left: 0;
	width: 100%;
}
.gPageTop_inner {
	max-width: 1330px;
}
.gPageTop_contents {
	width: 70px;
	position: relative;
	margin-left: auto;
}
.gPageTop_button {
	display: block;
	width: 70px;
	height: 70px;
	background-color: var(--color-sub);
	color: var(--color-white);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gPageTop_button > .icon {
	display: block;
}
.gFooter_inner {}
.gFooter_cols {
	display: flex;
}
.gFooter_col {}
.gFooter_col-logo {
	width: 280px;
	margin-right: 48px;
}
.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: 15%;
}
.gFooter_title_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gFooter_col-txt {}
.gFooter_addr {
	letter-spacing: 0.08em;
}
.gFooter_copyright {
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	margin-top: 32px;
	letter-spacing: 0.09em;
	text-indent: 0.09em;
}
.gHead_list {
	list-style: none;
	display: grid;
	grid-auto-flow: column;
	justify-content: end;
	margin-top: 16px;
}
.gHead_list > li {
	width: fit-content;
	position: relative;
}
.gHead_list > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: calc(100% - 30px);
	background-color: var(--color-line);
}
.gHead_list > li:first-child::before {
	display: none;
}
.gHead_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	font-weight: 500;
	line-height: 1.4;
	align-items: center;
	padding: 10px 34px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.gHead_list > li > a > .icon {
	display: block;
	color: var(--color-accent);
	margin-left: 10px;
	font-size: 12px;
}
.gHead_contents-hasList {
	padding-bottom: 0;
}
.gHeaderWrap-home {
	height: auto;
}
.gHeader-home {
	background-color: rgba(255, 255, 255, 0);
	transition-duration: 0.3s;
	transition-property: background-color;
}
.gNav_list-home > li > a {
	color: var(--color-white);
}
.gNav_list-scrolled > li > a {
	color: var(--color-text);
}
.gNav_list-hover > li > a {
	color: var(--color-text);
}
.gHeader-scrolled {
	background-color: var(--color-white);
}
.gHeader-hover {
	background-color: var(--color-white);
}
.isMegaOpen .gHeader-home {
	background-color: var(--color-white);
}
.isMegaOpen .gNav_list-home > li > a {
	color: var(--color-text);
}
.gPankuzu-entry {
	margin-bottom: 33px;
}
@media screen and (max-width:1199px) {
	.gNav_list {
		margin-right: -12px;
	}
	.gNav_list > li > a {
		padding: 0 12px;
	}
}
@media screen and (max-width:1099px) {
	.gNav_list > li > a {
		padding: 0 9px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gHeader_title > a:hover {
		opacity: .8;
	}
	.gMenuBtn:hover {}
	.isMegaOpen .gNav_list-home > li > a:hover,
	.gNav_list > li > a:hover {
		color: var(--color-accent);
	}
	.gMega_list > li > a:hover {
		color: var(--color-accent);
	}
	.gMega_btn:hover {
		color: var(--color-accent);
	}
	.gNav_btn:hover {}
	.gPankuzu_oList > li > a:hover {
		color: var(--color-accent);
	}
	a:hover .gNav_list_text::after {
		transform: scale(1, 1);
		transform-origin: left center;
	}
	.gPageTop_button:hover {
		opacity: 0.9;
	}
	.gFooter_title > a:hover {
		opacity: .8;
	}
	.gHead_list > li > a:hover {
		color: var(--color-accent);
	}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {
		height: 80px;
	}
	.gHeaderWrap-home {
		height: auto;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 240px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 80px;
	}
	.gHeader_title_img {}
	.gHeader_col-menu {
		max-width: calc(100% - 250px);
	}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gNav {}
	.gNav_inner {}
	.gNav_list {
		margin-right: -6px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		padding: 0 4px;
		font-size: 14px;
	}
	.gNav_list_icon {
		margin-left: 4px;
	}
	.gNav_list > li > a[aria-expanded="true"] .gNav_list_icon {}
	.gNav_list_icon_item {}
	.gMega {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.gMega.isShow {}
	.gMega_inner {}
	.gMega_cols {}
	.gMega_col {}
	.gMega_col-ttl {
		width: 180px;
	}
	.gMega_title {
		font-size: 20px;
		min-height: 60px;
	}
	.gMega_col-list {
		width: calc(100% - 180px);
	}
	.gMega_list {}
	.gMega_list > li {}
	.gMega_list > li > a {
		font-size: 14px;
		min-height: 60px;
	}
	.gMega_list > li > a > .icon {}
	.gMega_list > li > a::after {}
	.gMega_btn {}
	.gMega_btn > .icon {}
	.gNav_btn {}
	.gNav_btn > .icon {}
	.gHeader_title_inner {}
	.gBody {}
	.gBody_bg {
		height: 500px;
	}
	.gBody_bg_item {
		width: 500px;
		margin-left: auto;
		position: relative;
		transform: translateX(50%);
		left: 0;
	}
	.gBody_bg_item_inner {}
	.gBody_bg_item_img {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {
		height: 30px;
	}
	.gHead {}
	.gHead_inner {}
	.gHead_title {
		font-size: 34px;
	}
	.gHead_subTitle {
		font-size: 16px;
	}
	.gBody_inner {}
	.gHead_contents {
		padding-top: 20px;
		padding-bottom: 40px;
		min-height: 170px;
	}
	.gHead_contents::after {}
	.gNav_list_text {}
	.gNav_list_text::after {}
	.gFooter {}
	.gPageTop {}
	.gPageTop_inner {}
	.gPageTop_contents {}
	.gPageTop_button {}
	.gPageTop_button > .icon {}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-logo {
		margin-right: 30px;
	}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title_inner {}
	.gFooter_title_img {}
	.gFooter_col-txt {}
	.gFooter_addr {
		font-size: 14px;
	}
	.gFooter_copyright {}
	.gHead_list {}
	.gHead_list > li {}
	.gHead_list > li::before {}
	.gHead_list > li:first-child::before {}
	.gHead_list > li > a {
		padding: 10px 20px;
	}
	.gHead_list > li > a > .icon {}
	.gHead_contents-hasList {
		padding-bottom: 0;
	}
	.gPankuzu-entry {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {
		height: 60px;
	}
	.gHeader {
		box-shadow: inset 0 -1px 0 var(--color-line);
		background-color: var(--color-white);
	}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 200px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 60px;
	}
	.gHeader_title_img {}
	.gHeader_col-menu {}
	.gMenuBtn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1002;
		width: 60px;
		height: 60px;
	}
	.gMenuBtn[aria-expanded="true"] {
		background-color: var(--color-base);
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 24px;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		display: block;
		height: 2px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 6px auto;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(8px) rotate(45deg) scale(1.2, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-8px) rotate(-45deg) scale(1.2, 1);
	}
	.gNav {
		position: fixed;
		top: 60px;
		left: 0;
		height: calc(100vh - 60px);
		width: 100%;
		background-color: rgba(51, 51, 51, 0.40);
		padding-top: 0;
		box-sizing: border-box;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		padding-bottom: 0;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		height: auto;
		padding-top: 37px;
		padding-bottom: 32px;
		background-color: var(--color-base);
	}
	.gNav_list {
		display: block;
		margin-right: 0;
		height: auto;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		height: 60px;
		font-size: 16px;
		padding: 0 32px;
		position: relative;
		padding-right: 65px;
	}
	.gNav_list > li > a > .icon {
		display: block;
		position: absolute;
		top: 30px;
		transform: translateY(-50%);
		right: 33px;
		font-size: 12px;
	}
	.gNav_list > li > a::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 32px;
		height: 1px;
		width: calc(100% - 64px);
		background-color: var(--color-line);
	}
	.gNav_list_icon {
		width: 24px;
		height: 24px;
		border: 1px solid var(--color-accent);
		color: var(--color-accent);
		box-sizing: border-box;
		border-radius: 50%;
		position: absolute;
		top: 30px;
		right: 32px;
		margin: 0;
		transform: translateY(-50%);
	}
	.gNav_list_icon::before {
		content: "";
		display: block;
		width: 9px;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: currentColor;
		transform: translate(-50%, -50%);
	}
	.gNav_list_icon::after {
		content: "";
		display: block;
		width: 9px;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: currentColor;
		transform: translate(-50%, -50%) rotate(90deg);
		transition-duration: .3s;
		transition-property: transform;
	}
	.gNav_list > li > a[aria-expanded="true"] .gNav_list_icon {
		transform: translateY(-50%);
	}
	.gNav_list > li > a[aria-expanded="true"] .gNav_list_icon::after {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	.gNav_list_icon_item {
		display: none;
	}
	.gMega {
		pointer-events: inherit;
		position: static;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition-property: opacity, visibility, max-height;
		transition-duration: 0.3s;
	}
	.gMega.isShow {
		pointer-events: inherit;
		max-height: var(--height-menu, 180px);
	}
	.gMega_inner {
		padding: 0;
	}
	.gMega_cols {
		display: block;
	}
	.gMega_col {
		width: auto;
	}
	.gMega_col-ttl {
		display: none;
	}
	.gMega_title {}
	.gMega_col-list {}
	.gMega_list {
		display: block;
	}
	.gMega_list > li {}
	.gMega_list > li > a {
		font-size: 16px;
		font-weight: normal;
		padding: 0 48px;
		padding-right: 62px;
	}
	.gMega_list > li > a > .icon {
		font-size: 12px;
		right: 33px;
	}
	.gMega_list > li > a::after {
		left: 32px;
		width: calc(100% - 64px);
	}
	.gMega_btn {
		display: none;
	}
	.gMega_btn > .icon {}
	.gNav_btn {
		width: 139px;
		height: 45px;
		border: 1px solid var(--color-line);
		border-radius: 45px;
		box-sizing: border-box;
		display: flex;
		background-color: var(--color-white);
		align-items: center;
		justify-content: center;
		margin: 24px auto 0;
		font-size: 14px;
	}
	.gNav_btn > .icon {
		font-size: 10px;
		margin-left: 8px;
	}
	.gHeader_title_inner {}
	.gBody {
		padding-bottom: 35px;
	}
	.gBody_bg {
		height: 300px;
	}
	.gBody_bg_item {
		width: 300px;
	}
	.gBody_bg_item_inner {}
	.gBody_bg_item_img {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		justify-content: flex-start;
		margin-right: -20px;
		padding-right: 20px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:last-child {
		overflow: visible;
	}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {
		height: 56px;
	}
	.gHead {
		margin-bottom: 25px;
	}
	.gHead_inner {}
	.gHead_title {
		font-size: 28px;
		line-height: 1.4;
		margin-bottom: 0px;
	}
	.gHead_subTitle {
		font-size: 12px;
	}
	.gBody_inner {}
	.gHead_contents {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0;
		min-height: 0;
		padding-bottom: 20px;
	}
	.gHead_contents::after {}
	.gNav_list_text {
		position: static;
		display: block;
		padding: 0;
	}
	.gNav_list_text::after {
		display: none;
	}
	.gFooter {
		padding-top: 37px;
	}
	.gPageTop {
		top: auto;
		bottom: 30px;
	}
	.gPageTop_inner {
		padding-right: 15px;
		padding-left: 15px;
	}
	.gPageTop_contents {}
	.gPageTop_button {
		width: 50px;
		height: 50px;
		font-size: 15px;
		top: auto;
		bottom: 0;
	}
	.gPageTop_button > .icon {}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {}
	.gFooter_col-logo {
		width: auto;
		max-width: 280px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title_inner {}
	.gFooter_title_img {}
	.gFooter_col-txt {}
	.gFooter_addr {
		font-size: 16px;
	}
	.gFooter_copyright {
		text-align: left;
		text-indent: 0;
	}
	.gHead_list {
		grid-auto-flow: inherit;
		column-gap: 5px;
		row-gap: 5px;
		margin-top: 20px;
	}
	.gHead_list-3c {
		grid-template-columns: repeat(3, 1fr);
	}
	.gHead_list-4c {
		grid-template-columns: repeat(2, 1fr);
	}
	.gHead_list > li {
		width: auto;
	}
	.gHead_list > li::before {
		display: none;
	}
	.gHead_list > li:first-child::before {}
	.gHead_list > li > a {
		font-size: 14px;
		padding: 10px 10px;
		border: 1px solid var(--color-line);
		border-radius: 4px;
		justify-content: center;
		min-height: 52px;
		box-sizing: border-box;
		height: 100%;
	}
	.gHead_list > li > a > .icon {
		margin-left: 8px;
	}
	.gHead_contents-hasList {
		padding-bottom: 24px;
	}
	.gBody-noSpPb {}
	.gHeaderWrap-home {}
	.gHeader-home {}
	.gNav_list-home > li > a {
		color: inherit;
	}
	.gNav_list-scrolled > li > a {}
	.gNav_list-hover > li > a {}
	.gHeader-scrolled {}
	.gHeader-hover {}
	.isMegaOpen .gHeader-home {}
	.isMegaOpen .gNav_list-home > li > a {}
	.gPankuzu-entry {
		margin-bottom: 2px;
	}
}
@media screen and (max-width:374px) {
	.gNav_list > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gNav_list > li > a::after {
		left: 20px;
		width: calc(100% - 40px);
	}
	.gNav_list > li > a > .icon {
		right: 20px;
	}
	.gMega_list > li > a {
		padding-left: 30px;
		padding-right: 40px;
	}
	.gMega_list > li > a::after {
		left: 20px;
		width: calc(100% - 40px);
	}
	.gNav_list_icon {
		right: 20px;
	}
	.gMega_list > li > a > .icon {
		right: 20px;
	}
	.gFooter_addr {
		font-size: 14px;
		margin-right: -10px;
	}
}
