@charset "UTF-8";
[data-animation] {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	transition-duration: 1s;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-delay: .2s;
}
[data-animation="after"] {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.gBody {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.gHeaderWrap {
	height: 210px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 35px;
	left: 35px;
	width: calc(100% - 70px);
	background-color: rgba(255, 255, 255, 0.95);
	transition-duration: .3s;
	transition-property: top;
	box-shadow: 0 -35px 0 0 rgba(255, 255, 255, 0.97);
}
.isFixed .gHeader {
	top: 0;
}
.gHeader_inner {
	max-width: none;
	padding-left: 35px;
	padding-right: 35px;
}
.gHeader_cols {
	display: flex;
	align-items: center;
}
.gHeader_col {
	position: relative;
	z-index: 1;
}
.gHeader_col-no1 {
	width: 108px;
}
.gHeader_title {
	position: relative;
	z-index: 1;
	top: 2px;
}
.gHeader_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title .name {
    position: absolute;
    top: 0;
    left: 6.96vw;
    width: 10vw;
    height: auto;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
}
.gHeader_title_img > use {}
.gHeader_col-no2 {
	z-index: 2;
}
.gNav {}
.gNav_list {
	list-style: none;
	display: flex;
	justify-content: center;
}
.gNav_list > li {
	display: flex;
	align-items: center;
	position: inherit;
	z-index: 1;
}
.gNav_list > li::before {
	content: "";
	display: block;
	width: 1px;
	height: 28px;
	background-color: #999;
	position: relative;
	z-index: 1;
	top: 23px;
}
.gNav_list > li:first-child::before {
	display: none;
}
.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;
	color: inherit;
	height: 140px;
	align-items: center;
	padding: 0 49px;
	box-sizing: border-box;
	padding-top: 46px;
	font-size: 27px;
	white-space: nowrap;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_list > li:first-child > a {
	padding-left: 36px;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_list > li > a > .icon {
	font-size: 85.7%;
	margin-left: 0.7em;
	position: relative;
	z-index: 1;
	top: 0.1em;
}
.gHeader_col-no3 {
	width: 336px;
	margin-left: auto;
}
.gHeader_link {}
.gHeader_link > a {
	text-decoration: none;
	color: inherit;
	background-color: #000;
	color: #fff;
	height: 70px;
	align-items: center;
	justify-content: center;
	display: flex;
	transition-duration: .3s;
	transition-property: background-color, color;
	letter-spacing: .1em;
	border: 1px solid #000;
	box-sizing: border-box;
}
.gHeader_link > a::before {
	content: "";
}
.gHeader_link > a::after {
	content: "";
}
.gPageTop {
	position: fixed;
	z-index: 1000;
	right: 0;
	bottom: 0;
}
.gPageTop_button {
	display: block;
	font-size: 24px;
	padding: 41px 30px;
}
.gPageTop_button::before {
	content: "";
}
.gPageTop_button::after {
	content: "";
}
.gPageTop_button > .icon {
	display: block;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: rotateY(0deg) translateY(0);
	transform: rotateY(0deg) translateY(0);
}
.gFooter {
	padding: 0 0 70px;
	margin-top: 275px;
}
.gFooter_inner {}
.gFooter_copyright {}
.gFooter_copyright > small {
	display: block;
	font-size: 62.5%;
	text-align: center;
	letter-spacing: .05em;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
@media screen and (max-width:2499px) {
	[data-animation] {}
	[data-animation="after"] {}
	.gBody {}
	.gHeaderWrap {
		height: 8.4vw;
	}
	.gHeader {
		top: 1.4vw;
	}
	.isFixed .gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title > a > b {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {}
	.gNav {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li::before {
		top: 0.92vw;
		height: 1.12vw;
	}
	.gNav_list > li:first-child::before {}
	.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 {
		height: 5.6vw;
		padding-top: 1.84vw;
	}
	.gNav_list > li:first-child > a {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > .icon {}
	.gHeader_col-no3 {}
	.gHeader_link {}
	.gHeader_link > a {
		height: 2.8vw;
	}
	.gHeader_link > a::before {}
	.gHeader_link > a::after {}
	.gPageTop {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gFooter {
		margin-top: 11vw;
		padding-bottom: 2.8vw;
	}
	.gFooter_inner {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
}
@media screen and (max-width:2259px) {
	.gNav_list > li > a {
		font-size: 1.15vw;
		padding-left: 2.2vw;
		padding-right: 2.2vw;
	}
	.gHeader_link > a {}
	.gHeader_col-no3 {
		width: 14.6vw;
	}
	.gHeader_col-no1 {
		width: 4.78vw;
	}
	.gHeader_title_img {
		max-width: 100%;
		height: auto;
	}
	.gHeader_title > a > b {
		font-size: 0.886vw;
		margin-left: 41px;
	}
}
@media screen and (max-width:1919px) {
	.gHeader_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gFooter {}
}
@media screen and (max-width:1599px) {
	.gNav_list > li > a {
		height: 100px;
		padding-left: 1.8vw;
		padding-right: 1.8vw;
		padding-top: 23px;
	}
	.gNav_list > li:first-child > a {
		padding-left: 1.8vw;
	}
	.gHeaderWrap {}
	.gNav_list > li::before {
		top: 11px;
		height: 20px;
	}
	.gHeader_title > a > b {
		margin-left: 2.2vw;
	}
	.gHeader_link > a {}
}
@media screen and (max-width:1299px) {
	.gHeader_inner {
		padding-left: 0;
		padding-right: 0;
	}
	.gNav_list > li > a {
		font-size: 1.3vw;
	}
	.gHeader {
		left: 20px;
		width: calc(100% - 40px);
	}
	.gHeaderWrap {}
}
@media screen and (min-width:1000px) {
	.gHeader_title > a:hover {
		opacity: .5;
	}
	.gNav_list > li > a:hover {
		opacity: 0.5;
	}
	.gHeader_link > a:hover {
		background-color: #333;
	}
	.gPageTop_button:hover {}
	.gPageTop_button:hover > .icon {
		-webkit-transform: rotateY(180deg) translateY(-10px);
		transform: rotateY(180deg) translateY(-10px);
	}
}
@media screen and (max-width:999px) {
	.gBody {}
	.gHeaderWrap {
		height: 80px;
	}
	.gHeader {
		top: 0;
		left: 0;
		width: 100%;
	}
	.isFixed .gHeader {}
	.gHeader_inner {
		padding-left: 20px;
	}
	.gHeader_cols {
		display: flex;
	}
	.gHeader_col {
		width: auto;
		position: static;
	}
	.gHeader_col-no1 {
		display: flex;
		height: 80px;
		align-items: center;
	}
	.gHeader_title {
		width: 23vw;
		max-width: 68px;
	}
	.gHeader_title > a {}
	.gHeader_title > a > b {
		top: 0vw;
		font-size: 1.6vw;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {}
	.gNav {
		position: fixed;
		z-index: 1000;
		top: 0;
		right: 0;
		background-color: #000;
		color: #fff;
		padding: 20px 22px;
		padding-top: 80px;
		-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, margin-right;
		transition-duration: .5s, 0s, 0s, .5s;
		transition-delay: 0s, .5s, .5s, 0s;
		pointer-events: none;
		margin-right: -8vw;
	}
	.gNav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s, 0s;
		pointer-events: auto;
		margin-right: 0;
	}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {
		display: block;
		-webkit-transform: translateX(20%);
		transform: translateX(20%);
		opacity: 0;
		transition-duration: .3s;
		transition-property: opacity, -webkit-transform;
		transition-property: transform, opacity;
		transition-property: transform, opacity, -webkit-transform;
		transition-delay: .2s;
	}
	.gNav_list > li:nth-child(2) {
		transition-delay: .25s;
	}
	.gNav_list > li:nth-child(3) {
		transition-delay: .3s;
	}
	.gNav_list > li:nth-child(4) {
		transition-delay: .35s;
	}
	.gNav_list > li:nth-child(5) {
		transition-delay: .4s;
	}
	.gNav_list > li:nth-child(6) {
		transition-delay: .45s;
	}
	.gNav_list > li:nth-child(7) {
		transition-delay: .5s;
	}
	.isShow .gNav_list > li {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.gNav_list > li::before {
		display: none;
	}
	.gNav_list > li:first-child::before {}
	.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: 0;
		font-size: 140%;
		display: flex;
		border-top: 1px solid rgba(255, 255, 255, 0.50);
		justify-content: flex-end;
		height: 7vw;
	}
	.gNav_list > li:first-child > a {
		padding-left: 0;
		border-top: none;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > .icon {}
	.gHeader_col-no3 {}
	.gHeader_link {
		position: absolute;
		z-index: 1;
		top: calc(50% - 1.1vw);
		right: 80px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gHeader_link > a {
		height: auto;
		font-size: 2.3vw;
		line-height: 1;
		padding: 1vw 3vw;
	}
	.gHeader_link > a::before {}
	.gHeader_link > a::after {}
	.gPageTop {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gFooter {
		padding-bottom: 35px;
	}
	.gFooter_inner {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gMenuBtn {
		display: block;
		width: 80px;
		height: 80px;
		position: fixed;
		z-index: 1001;
		top: -1.1vw;
		right: -1vw;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 30px;
		height: 3px;
		background-color: #000;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		left: 0;
		transition-duration: .3s;
		transition-property: top, background-color, -webkit-transform;
		transition-property: transform, top, background-color;
		transition-property: transform, top, background-color, -webkit-transform;
	}
	.isShow .gMenuBtn_bar {
		background-color: #fff;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 5px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 8px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@media screen and (max-width:767px) {
	.gBody {}
	.gHeaderWrap {
		height: 18vw;
	}
	.gHeader {}
	.isFixed .gHeader {}
	.gHeader_inner {
		padding-left: 4vw;
	}
	.gHeader_cols {}
	.gHeader_col {
		height: 18vw;
	}
	.gHeader_col-no1 {}
	.gHeader_title {
		width: 12vw;
		max-width: none;
		position: relative;
		top: 4px;
	}
	.gHeader_title > a {
        position: relative;
        top: 0;
    }
	.gHeader_title > a > b {
		font-size: 2vw;
		top: -0.1px;
    }
    .gHeader_title .name {
        position: absolute;
        top: 0;
        left: 15vw;
        width: 27vw;
        height: auto;
    }
    .gHeader_title .name img {
        width: auto;
        height: auto;
    }
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {}
	.gNav {
		padding-top: 70px;
	}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li::before {}
	.gNav_list > li:first-child::before {}
	.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 {
		flex-direction: column;
		align-items: flex-end;
		height: auto;
		line-height: 1;
		padding: 4vw 0;
		font-size: 3vw;
		letter-spacing: 0.2em;
	}
	.gNav_list > li:first-child > a {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > .icon {
		margin: 1.9vw 0 0;
	}
	.gHeader_col-no3 {}
	.gHeader_link {
		right: 70px;
	}
	.gHeader_link > a {
		font-size: 2.9vw;
		padding: 0.7vw 3.1vw;
	}
	.gHeader_link > a::before {}
	.gHeader_link > a::after {}
	.gPageTop {}
	.gPageTop_button {
		font-size: 6.3vw;
		background-color: rgba(255, 255, 255, 0);
		padding: 6vw;
	}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gFooter {
		margin-top: 17.2vw;
		padding-bottom: 18px;
	}
	.gFooter_inner {
		padding-left: 8vw;
		padding-right: 8vw;
	}
	.gFooter_copyright {}
	.gFooter_copyright > small {
		font-size: 2.2vw;
		text-align: left;
	}
	.gMenuBtn {
		width: 70px;
		height: 18vw;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.isShow .gMenuBtn_bar {
		height: 2px;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 7px;
	}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {
		top: -7px;
	}
}
@media screen and (max-width:374px) {
	.gHeader_title > a > b {
		letter-spacing: 0;
		font-size: 10px;
		-webkit-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.gHeader_link > a {
		font-size: 10px;
	}
	.gMenuBtn {
		width: 60px;
	}
	.gMenuBtn_bar {
		height: 2px;
		width: 20px;
	}
	.gHeader_link {
		right: 54px;
	}
}
