@charset "UTF-8";
[data-animation] {
	opacity: 0;
	transition-duration: 1s, 2.5s;
	transition-delay: .15s;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
[data-animation="after"] {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.gHeaderWrap {
	height: 100px;
}
.p-visual .gHeaderWrap {
	height: 0;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	transition-duration: .3s;
	transition-property: background-color, box-shadow;
	box-shadow: 0 1px 0 #E6EDF1;
}
.p-visual .gHeader {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0 1px 0 rgba(230, 237, 241, 0.0);
}
.p-visual .isFixed .gHeader {
	color: inherit;
	background-color: #fff;
	box-shadow: 0 1px 0 #e6edf1;
}
.gHeader_inner {
	max-width: 1390px;
	position: static;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-no1 {
	width: 251px;
}
.gHeader_title {}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: #3E4B7D;
	height: 100px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.p-visual .gHeader_title > a {
	color: #fff;
}
.p-visual .isFixed .gHeader_title > a {
	color: #3E4B7D;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
	width: 251px;
	height: 48px;
	fill: currentColor;
}
.gHeader_title_img > title {}
.gHeader_title_img > use {}
.gHeader_col-no2 {
	width: calc(100% - 271px);
}
.gNav {
	max-width: 761px;
	margin-left: auto;
}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: flex;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li.-sp {
	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: 100px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	padding: 0 10px;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.2;
	text-align: center;
}
.p-decide .gNav_list > li > a.-decide,
.p-service .gNav_list > li > a.-service,
.p-works .gNav_list > li > a.-works,
.p-csr .gNav_list > li > a.-csr,
.p-recruit .gNav_list > li > a.-recruit,
.p-company .gNav_list > li > a.-company {
	color: #089CC4;
}
.gNav_list > li > a > .icon {
	display: none;
}
.gNav_list > li > a.isShow {
	color: #089CC4;
	background-color: rgb(221, 236, 240);
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_list > li > a.-hasChild > i {
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid currentColor;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	border-left: none;
	border-top: none;
	margin-top: 17px;
	transition-duration: .3s;
	transition-property: margin-top, -webkit-transform;
	transition-property: transform, margin-top;
	transition-property: transform, margin-top, -webkit-transform;
	box-sizing: border-box;
}
.gNav_list > li > a.isShow > i {
	-webkit-transform: translate(-50%, -50%) rotate(225deg);
	transform: translate(-50%, -50%) rotate(225deg);
	margin-top: 21px;
}
.gNav_list > li > a.-hasChild > i::before {
	content: "";
}
.gNav_list > li > a.-hasChild > i::after {
	content: "";
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gPankuzu {
	margin-bottom: 27px;
}
.gPankuzu-hasBorder {}
.gPankuzu-overWrap {
	position: relative;
	z-index: 100;
	margin-bottom: -54px;
}
.gPankuzu_inner {
	max-width: 1390px;
}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	font-size: 14px;
	color: #666666;
	align-items: center;
	-ms-overflow-style: none;
}
.gPankuzu_oList::-webkit-scrollbar {
	display: none;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: ">";
	display: block;
	margin: 0 0.5em;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {
	display: block;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 54px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPankuzu_oList > li:first-child > a {
	color: #C6C6C6;
}
.gPankuzu_oList-overWrap > li > a {
	color: inherit;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gPankuzu_oList > li > a > .icon {
	display: block;
}
.gFixNav {
	position: fixed;
	z-index: 999;
	top: 182px;
	right: 0;
	width: 60px;
}
.gFixNav_list {
	list-style: none;
}
.gFixNav_list > li {
	margin-bottom: 5px;
}
.gFixNav_list > li:first-child {}
.gFixNav_list > li:last-child {
	margin-bottom: 0;
}
.gFixNav_list > li:nth-child(2n+1) {}
.gFixNav_list > li:nth-child(n+3) {}
.gFixNav_list_anchor {
	display: flex;
	text-decoration: none;
	color: inherit;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 185px;
	background-color: #3E4B7D;
	color: #fff;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFixNav_list_anchor-entry {
	background-color: #089CC4;
}
.gFixNav_list_anchor::before {}
.gFixNav_list_anchor::after {}
.gFixNav_list_anchor > .icon {
	display: block;
	font-size: 20px;
}
.gFixNav_list_anchor > b {
	display: block;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
	width: 1em;
	font-weight: inherit;
	margin-top: 8px;
}
.gFooter {
	background-color: #E6EDF1;
	padding: 62px 0 65px;
	position: relative;
	z-index: 0;
}
.gFooter_inner {
	max-width: 1390px;
}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
	margin-top: 41px;
	align-items: center;
	margin-bottom: 26px;
}
.gFooter_col {}
.gFooter_col-no1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.gFooter_title {
	display: flex;
	margin-right: 30px;
}
.gFooter_title > a {
	display: block;
	text-decoration: none;
	color: #3E4B7D;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_title > a::before {
	content: "";
}
.gFooter_title > a::after {
	content: "";
}
.gFooter_title_img {
	display: block;
	width: 261px;
	fill: currentColor;
	height: 50px;
}
.gFooter_title_img > title {}
.gFooter_title_img > use {}
.gFooter_infoList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.gFooter_infoList > li {
	margin-right: 1em;
}
.gFooter_infoList > li:first-child {}
.gFooter_infoList > li:last-child {
	margin-right: 0;
}
.gFooter_infoList > li:nth-child(2n+1) {}
.gFooter_infoList > li:nth-child(n+3) {}
.gFooter_infoList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gFooter_infoList > li > a::before {
	content: "";
}
.gFooter_infoList > li > a::after {
	content: "";
}
.gFooter_col-no2 {}
.gFooter_snsList {
	list-style: none;
	font-size: 32px;
	display: flex;
	align-items: center;
	margin-right: -11px;
}
.gFooter_snsList > li {}
.gFooter_snsList > li:first-child {}
.gFooter_snsList > li:last-child {}
.gFooter_snsList > li:nth-child(2n+1) {}
.gFooter_snsList > li:nth-child(n+3) {}
.gFooter_snsList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 0 11px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_snsList > li > a::before {
	content: "";
}
.gFooter_snsList > li > a::after {
	content: "";
}
.gFooter_snsList > li > a > .icon {
	display: block;
}
.gFooter_bottomCols {
	display: flex;
	justify-content: space-between;
}
.gFooter_bottomCol {}
.gFooter_bottomCol-no1 {}
.gFooter_list {
	list-style: none;
	font-size: 12px;
	color: #666666;
	display: flex;
}
.gFooter_list > li {
	display: flex;
	align-items: center;
}
.gFooter_list > li:after {
	content: "｜";
	display: block;
	margin: 0 1.8em;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {
	display: block;
}
.gFooter_list > li:last-child::after {
	display: none;
}
.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;
	transition-duration: .3s;
	transition-property: background-color, color;
	letter-spacing: 0.1em;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_bottomCol-no2 {}
.gFooter_copyright {}
.gFooter_copyright > small {
	display: block;
	font-size: 12px;
	letter-spacing: .08em;
}

.gFooter_col-no2 .icon-twitter:before {
    content:"";
    display: inline-block;
    width:26px;
    height:26px;
    background-image: url("../img/home/logo-x.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}




.gPageTop {
	position: relative;
	z-index: 998;
	padding: 0 20px;
}
.gPageTop_inner {
	max-width: 1619px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}
.gPageTop_button {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	background-color: rgba(51, 51, 51, 0.90);
	color: #fff;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button > .icon {
	display: block;
}
.gPageTop_button::before {
	content: "";
}
.gPageTop_button::after {
	content: "";
}
.gFootNav {
	font-size: 14px;
}
.gFootNav_cols {
	display: flex;
}
.gFootNav_col {
	border-left: 1px solid #D6D6D6;
	width: 25%;
	box-sizing: border-box;
	padding-left: 20px;
}
.gFootNav_col-no1 {}
.gFootNav_list {
	list-style: none;
}
.gFootNav_list > li {
	margin-top: 7px;
}
.gFootNav_list > li:first-child {
	margin-top: 0;
}
.gFootNav_list > li:last-child {}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li:nth-child(n+3) {}
.gFootNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-weight: 600;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_list > li > a::before {
	content: "";
}
.gFootNav_list > li > a::after {
	content: "";
}
.gFootNav_cList {
	list-style: none;
	color: #666666;
	padding-left: 1em;
	margin-top: 10px;
}
.gFootNav_cList > li {
	margin-top: 8px;
}
.gFootNav_cList > li:first-child {
	margin-top: 0;
}
.gFootNav_cList > li:last-child {}
.gFootNav_cList > li:nth-child(2n+1) {}
.gFootNav_cList > li:nth-child(n+3) {}
.gFootNav_cList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_cList > li > a::before {
	content: "";
}
.gFootNav_cList > li > a::after {
	content: "";
}
.gFootNav_col-no2 {}
.gFootNav_gcList {
	list-style: none;
	color: #666666;
	display: flex;
	flex-wrap: wrap;
	padding-left: 2.1em;
	margin-top: 12px;
}
.gFootNav_gcList > li {
	min-width: 45%;
}
.gFootNav_gcList > li:first-child {}
.gFootNav_gcList > li:last-child {}
.gFootNav_gcList > li:nth-child(2n+1) {}
.gFootNav_gcList > li:nth-child(n+3) {
	margin-top: 7px;
}
.gFootNav_gcList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_gcList > li > a::before {
	content: "";
	display: block;
	background-color: currentColor;
	height: 1px;
	width: 3px;
	margin-right: 6px;
}
.gFootNav_gcList > li > a::after {
	content: "";
}
.gFootNav_col-no3 {}
.gFootNav_col-no4 {}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 160px;
}
.gBody-noPb {
	padding-bottom: 0;
}
.gMega {
	position: absolute;
	z-index: 1;
	top: 100px;
	background-color: rgb(221, 236, 240);
	width: 100%;
	left: 0;
	padding: 26px 0 51px;
	line-height: 1.6;
	-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;
	color: #333;
}
.isShow + .gMega {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
	pointer-events: auto;
}
.gMega_inner {
	max-width: 960px;
}
.gMega_link {
	margin-bottom: 25px;
	font-size: inherit;
}
.gMega_link > a {
	display: block;
	text-decoration: none;
	color: #3E4B7D;
	font-weight: 600;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMega_link > a::before {
	content: "";
}
.gMega_link > a::after {
	content: "";
}
.gMega_link > a > .icon {
	font-size: 10px;
	margin-right: 8px;
	top: -.1em;
}
.gMega_link > a > .icon-arrowRightLight {
	display: none;
}
.gMega_cols {
	display: flex;
}
.gMega_col {
	width: 32.3%;
	max-width: 310px;
	margin-left: 1.55%;
}
.gMega_col-no1 {
	margin-left: 0;
}
.gMega_imgList {
	list-style: none;
	margin-bottom: 5px;
}
.gMega_imgList-spBlock {
	display: none;
}
.gMega_imgList:last-child {
	margin-bottom: 0;
}
.gMega_imgList > li {
	margin-top: 10px;
}
.gMega_imgList > li:first-child {
	margin-top: 0;
}
.gMega_imgList > li:last-child {}
.gMega_imgList > li:nth-child(2n+1) {}
.gMega_imgList > li:nth-child(n+3) {}
.gMega_imgList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 90px;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	transition-duration: .3s;
	transition-property: background-color, color;
	background-color: #fff;
	line-height: 1.4;
}
.gMega_imgList > li > a > .icon {
	display: none;
}
.gMega_imgList > li > a::before {
	content: "";
}
.gMega_imgList > li > a::after {
	content: "";
}
.gMega_imgList_image {
	width: 100px;
}
.gMega_imgList_image > img {}
.gMega_imgList_text {
	width: calc(100% - 100px);
	box-sizing: border-box;
	padding-left: 12px;
	padding-right: 7px;
}
.gMega_imgList_text_comma {
	letter-spacing: -0.5em;
}
.gMega_col-no2 {}
.gMega_col-no3 {}
.gMega_list {
	list-style: none;
}
.gMega_list > li {
	margin-top: 5px;
}
.gMega_list > li:first-child {
	margin-top: 0;
}
.gMega_list > li:last-child {}
.gMega_list > li:nth-child(2n+1) {}
.gMega_list > li:nth-child(n+3) {}
.gMega_list > li > a {
	text-decoration: none;
	color: inherit;
	font-size: 15px;
	font-weight: 600;
	background-color: #fff;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0px 17px;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding-right: 30px;
}
.gMega_list > li > a > .icon-blank {
	font-size: 14px;
}
.gMega_list > li > a.-contact {
	color: #fff;
	background-color: #089CC4;
}
.gMega_list > li > a.-new {
	color: #fff;
	background-color: #3E4B7D;
}
.gMega_list > li > a.-career {
	color: #fff;
	background-color: #EB964E;
}
.gMega_list > li > a::before {
	content: "";
}
.gMega_list > li > a::after {
	content: "";
}
.gMega_list > li > a > .icon-arrowRightThin {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 11px;
}
.gMega_box {
	padding: 20px;
	background-color: #E6EDF1;
}
.gMega_box-entry {
	background-color: #fff;
}
.gMega_title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 11px;
}
.gMega_title_comma {}
.gNav_closeBtn {
	display: none;
}
.gNav_closeBtn > .icon {}
.gPageNav {}
.gPageNav-office {
	margin-top: 70px;
}
.gPageNav_list {
	list-style: none;
	display: flex;
}
.gPageNav_list > li {
	width: 32%;
	margin-left: 2%;
	flex-grow: 1;
}
.gPageNav_list > li:first-child {
	margin-left: 0;
}
.gPageNav_list > li:last-child {}
.gPageNav_list > li:nth-child(2n+1) {}
.gPageNav_list > li:nth-child(n+3) {}
.gPageNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	background: #f8f8f8;
	transition-duration: .3s;
	transition-property: color, background-color;
	position: relative;
	z-index: 1;
}
.gPageNav_list > li > a::before {}
.gPageNav_list > li > a::after {}
.gPageNav_imgWrap {
	overflow: hidden;
}
.gPageNav_image {
	transition-duration: .7s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gPageNav_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}
.gPageNav_number {
	display: block;
	position: absolute;
	z-index: 0;
	bottom: 77px;
	left: 13px;
	font-size: 76px;
	font-weight: 500;
	color: #eeeff3;
	font-style: italic;
	width: 88px;
	height: auto;
	line-height: 1;
}
.gPageNav_text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	color: #3e4b7d;
	line-height: 1;
	padding: 28px 33px;
	font-weight: 600;
	position: relative;
	z-index: 1;
}
.gPageNav_text > b {
	display: block;
	position: absolute;
	z-index: 0;
	top: -30px;
	left: 13px;
	font-size: 76px;
	font-weight: 500;
	color: #eeeff3;
	font-style: italic;
	width: 88px;
	height: auto;
	line-height: 1;
}
.gPageNav_text > small {
	display: block;
	position: relative;
	z-index: 2;
	font-size: inherit;
	text-align: left;
}
.gPageNav_text-office {
	padding: 28px 33px 68px;
	text-align: left;
}
.gPageNav_subText {
	font-size: 16px;
	font-weight: 600;
	color: #3e4b7d;
	position: absolute;
	z-index: 1;
	bottom: 23px;
	left: 33px;
}
.gPageNav_text > .icon {
	display: block;
	font-size: 15px;
}
.gPageNav_text-office > .icon {
	top: 20px;
}
.gAnchorNav {}
.gAnchorNavList {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gAnchorNavList-7c {
	font-size: 16px;
}
.gAnchorNavList-2c {
	max-width: 640px;
	margin: 0 auto;
}
.gAnchorNavList > li {}
.gAnchorNavList-fit > li {
	flex-grow: 1;
	margin-left: 6px;
}
.gAnchorNavList-7c > li {
	width: 11%;
	margin-left: .6%;
}
.gAnchorNavList-7c li.ap-li {
	width: 18.8%;
}
.gAnchorNavList-2c > li {
	width: 49%;
	margin-left: 2%;
}
.gAnchorNavList-fit > li:first-child {
	margin-left: 0;
}
.gAnchorNavList-7c > li:first-child {
	margin-left: 0;
}
.gAnchorNavList-2c > li:first-child {
	margin-left: 0;
}
.gAnchorNavList > li > a {
	display: flex;
	text-decoration: none;
	color: #3e4b7d;
	font-weight: 600;
	align-items: center;
	background: #e6edf1;
	padding: 10px 10px;
	line-height: 1.4;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gAnchorNavList-2c > li > a {
	font-size: 16px;
	padding: 19px 10px;
}
.gAnchorNavList > li > a::before {
	content: "";
}
.gAnchorNavList > li > a::after {
	content: "";
}
.gAnchorNavList > li > a > .icon {
	display: block;
	font-size: 11px;
	margin-right: 5px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gBody-pBS {
	padding-bottom: 100px;
}
.p-service-construction .gPageNav_list > li > a.-construction {
	background: #e6edf1;
}
.p-service-architecture .gPageNav_list > li > a.-architecture {
	background: #e6edf1;
}
.p-service-floating .gPageNav_list > li > a.-floating {
	background: #e6edf1;
}
.p-company-index .gPageNav_list > li > a.-company {
	background: #e6edf1;
}
.p-message .gPageNav_list > li > a.-message {
	background: #e6edf1;
}
.p-company-history .gPageNav_list > li > a.-history {
	background: #e6edf1;
}
.p-decide-open .gPageNav_list > li > a.-open {
	background: #e6edf1;
}
.p-decide-everyone .gPageNav_list > li > a.-everyone {
	background: #e6edf1;
}
.p-decide-kindness .gPageNav_list > li > a.-kindness {
	background: #e6edf1;
}
.gRecParts {
	margin-top: 11px;
}
.gRecParts:first-child {
	margin-top: 0;
}
.gRecParts > a {
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #fff;
	overflow: hidden;
}
.gRecParts > a::before {
	content: "";
}
.gRecParts > a::after {
	content: "";
}
.gRecParts_image {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(/assets/img/home/bg-recruit01@2x.jpg);
	background-size: cover;
	background-position: center center;
	background-color: #a1bdd7;
	transition-duration: 1s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gRecParts_image-no2 {
	background-image: url(/assets/img/home/bg-recruit02@2x.jpg);
}
.gRecParts_image-no3 {
	background-image: url(/assets/img/home/bg-recruit03@2x.jpg);
}
.gRecParts_inner {
	max-width: 1260px;
	padding-left: 50px;
	padding-right: 50px;
}
.gRecParts_cols {
	display: flex;
	height: 450px;
	align-items: center;
	justify-content: space-between;
}
.gRecParts_col {}
.gRecParts_col-no1 {}
.gRecParts_headline {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.75;
}
.gRecParts_col-no2 {
	width: 260px;
}
.gRecParts_vol {
	font-size: 39px;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	text-align: right;
	letter-spacing: .05em;
	margin-bottom: 3px;
}
.gRecParts_name {
	font-size: 20px;
	text-align: right;
}
.gRecParts_link {
	background-color: rgba(255, 255, 255, 0);
	border-bottom-width: 1px;
	font-size: 16px;
	height: 56px;
	margin-top: 58px;
}
.gRecParts_link > .icon {}
.gVis {
	height: 640px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
[data-view="confirm"] .gVis,
[data-view="input"] .gVis {
	display: none;
}
.gVis-recruit {
	background-image: url(/assets/img/common/pt-main-recruit@2x.jpg);
	background-color: #f1edec;
}
.gVis-decideOpen {
	background-image: url(/assets/img/decide_open/pt-vis@2x.jpg);
	background-color: #e9e2d7;
}
.gVis-decideEveryone {
	background-image: url(/assets/img/decide_everyone/pt-vis@2x.jpg);
	background-color: #c8c6be;
}
.gVis-decideKindness {
	background-image: url(/assets/img/decide_kindness/pt-vis@2x.jpg);
	background-color: #babab9;
}
.gVis-interview01 {
	background-image: url(/assets/img/recruit_interview01/pt-interview01@2x.jpg);
	background-color: #d8edfe;
}
.gVis-interview02 {
	background-color: #cde9ff;
	background-image: url(/assets/img/recruit_interview02/pt-interview01@2x.jpg);
}
.gVis-interview03 {
	background-image: url(/assets/img/recruit_interview03/pt-interview01@2x.jpg);
	background-color: #788076;
}
.gVis-office01 {
	background-image: url(/assets/img/decide_office01/pt-office01@2x.jpg);
	background-color: #cfc6bf;
}
.gVis-office02 {
	background-image: url(/assets/img/decide_office02/pt-office01@2x.jpg);
	background-color: #f5f8e9;
}
.gVis-office03 {
	background-image: url(/assets/img/decide_office03/pt-office01@2x.jpg);
	background-color: #eff6fe;
}
.gEntryNav {
	background-image: url(/assets/img/common/bg-entry@2x.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: whitesmoke;
	padding: 70px 0 81px;
}
.gEntryNav-app {
	background-image: none;
	background-color: #E6EDF1;
}
.gEntryNav_inner {
	max-width: 1390px;
}
.gEntryNav_title {
	margin-bottom: 31px;
}
.gEntryNav_text {
	font-size: 24px;
	color: #3E4B7D;
	text-align: center;
	font-weight: 600;
	margin-bottom: 35px;
}
.gEntryNav_list {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gEntryNav_list_item {
	width: 48.2%;
	margin-left: 3.6%;
}
.gEntryNav_list_item:first-child {
	margin-left: 0;
}
.gEntryNav_list_item:last-child {}
.gEntryNav_list_item:nth-child(2n+1) {}
.gEntryNav_list_item:nth-child(n+3) {}
.gEntryNav_list_item > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 119px;
	background-color: #3E4B7D;
	color: #fff;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 0 rgba(204, 204, 204, 0.80);
	font-size: 24px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gEntryNav_list_item-rev > a {
	background-color: #fff;
	color: #3E4B7D;
}
.gEntryNav_list_item-career > a {
	background-color: #EB964E;
}
.gEntryNav_list_item-careerRev > a {
	background-color: #fff;
	color: #EB964E;
}
.gEntryNav_list_item > a::before {
	content: "";
}
.gEntryNav_list_item > a::after {
	content: "";
}
.gEntryNav_list_item > a > .icon {
	font-size: 83.33%;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	margin-left: 0.4em;
}
.gRecNav {
	margin: 100px 0 100px;
}
.gRecNav_inner {
	max-width: 1390px;
}
.gRecNav_list {
	list-style: none;
	display: flex;
}
.gRecNav_list > li {
	width: 30.92%;
	margin-left: 3.62%;
}
.gRecNav_list > li:first-child {
	margin-left: 0;
}
.gRecNav_list > li:last-child {}
.gRecNav_list > li:nth-child(2n+1) {}
.gRecNav_list > li:nth-child(n+3) {}
.gRecNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.gRecNav_list > li > a::before {
	content: "";
}
.gRecNav_list > li > a::after {
	content: "";
}
.gRecNav_list_image {
	padding-bottom: 65.1%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #829ab0;
	transition-duration: 1s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gRecNav_list_image-no1 {
	background-image: url(/assets/img/common/pt-recnav01@2x.jpg);
}
.gRecNav_list_text {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	width: 100%;
	text-align: center;
}
.gRecNav_list_text::after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: currentColor;
	margin: 22px auto 0;
}
.gRecNav_list_image-no2 {
	background-image: url(/assets/img/common/pt-recnav02@2x.jpg);
}
.gRecNav_list_image-no3 {
	background-image: url(/assets/img/common/pt-recnav03@2x.jpg);
}
.gRecInterNav {
	margin-top: 69px;
}
.gRecInterNav_inner {
	max-width: 1390px;
}
.gRecInterNav_title {}
.gRecInterNav_slideWrap {
	margin-left: -25px;
	margin-right: -25px;
}
.gRecInterNav_slide {
	font-size: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.gRecInterNav_slide.slick-initialized {
	opacity: 1;
}
.gRecInterNav_slide_item {
	box-sizing: border-box;
	padding: 0 17px;
}
.gRecInterNav_slide_item > a {
	display: block;
	text-decoration: none;
	color: inherit;
	border: 1px solid #CCCCCC;
	max-width: 428px;
	margin: 0 auto;
	outline: none;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gRecInterNav_slide_item > a::before {
	content: "";
}
.gRecInterNav_slide_item > a::after {
	content: "";
}
.gRecInterNav_slide_image {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.gRecInterNav_slide_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	transition-duration: 1s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gRecInterNav_areaText {
	padding: 20px 10px;
	text-align: center;
}
.gRecInterNav_headline {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.65;
	color: #3E4B7D;
}
.gRecInterNav_text {
	font-size: 16px;
	margin-top: 7px;
}
.gRecInterNav_slide_dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 11px;
}
.gRecInterNav_slide_dots > li {}
.gRecInterNav_slide_dots > li > button {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	box-sizing: content-box;
	background-clip: content-box;
	background-color: #CCCCCC;
	border: 5px solid rgba(255, 255, 255, 0);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gRecInterNav_slide_dots > li.slick-active > button {
	background-color: #089CC4;
}
.gRecInterNav_slide_button {
	font-size: 20px;
	color: #089CC4;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gRecInterNav_slide_button-prev {
	margin-left: -120px;
}
.gRecInterNav_slide_button-next {
	margin-left: 110px;
}
.gRecInterNav_slide_button > .icon {
	display: block;
}
.gRecInterNav-office {
	margin-top: 80px;
}
.gHoliday {
	position: relative;
	z-index: 1;
	margin-top: 80px;
}
.gHoliday_inner {
	height: 600px;
	display: flex;
	align-items: center;
}
.gHoliday_inner-rev {
	justify-content: flex-end;
}
.gHoliday_areaText {}
.gHoliday_title {
	width: 240px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-bottom: 21px;
	color: #3E4B7D;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
}
.gHoliday_title::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	border: 10px solid #fff;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left-color: rgba(255, 255, 255, 0);
	border-right-color: rgba(255, 255, 255, 0);
	border-bottom-width: 0;
}
.gHoliday_text {
	color: #fff;
	max-width: 500px;
}
.gHoliday_text-office {
	max-width: 460px;
}
.gHoliday_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.gHoliday_bg-no1 {
	background-image: url(/assets/img/recruit_interview01/pt-interview05@2x.jpg);
	background-color: #929290;
}
.gHoliday_bg-no2 {
	background-image: url(/assets/img/recruit_interview02/pt-interview05@2x.jpg);
	background-color: #a8bff2;
}
.gHoliday_bg-no3 {
	background-image: url(/assets/img/recruit_interview03/pt-interview05@2x.jpg);
	background-color: #c9baa6;
}
.gHoliday_bg-office01 {
	background-image: url(/assets/img/decide_office01/pt-office08@2x.jpg);
	background-color: #b6b9c3;
}
.gHoliday_bg-office02 {
	background-image: url(/assets/img/decide_office02/pt-office08@2x.jpg);
	background-color: #b1bdbf;
}
.gHoliday_bg-office03 {
	background-image: url(/assets/img/decide_office03/pt-office08@2x.jpg);
	background-color: #a0a962;
}
.gHoliday_headline {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}
.gPager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.gPager > a,
.gPager > span {
	border: 1px solid #e1e1e1;
	min-width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 1px 0 #e1e1e1;
	margin: 5px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding: 0 5px;
}
.gPager > .previouspostslink {}
.gPager > .current {
	background-color: #e1e1e1;
}
.gPager > .extend {
	border: none;
	box-shadow: none;
}
.gPager > .nextpostslink {}
.gFixNav_list_anchor > b:first-child {
	margin-top: 0;
}
.gRecPartsHead {
	background-color: #089cc4;
	position: relative;
	padding: 40px 20px 20px;
	line-height: 1.2;
	margin-left: auto;
	box-sizing: border-box;
	max-width: 226px;
}
.gRecPartsHead_subTitle {
	font-size: 26px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 9px;
}
.gRecPartsHead_title {
	font-size: 20px;
	text-align: center;
	font-weight: 6;
}
.gRecPartsHead_link {
	background-color: rgba(255, 255, 255, 0);
	border-bottom-width: 1px;
	border-color: #9cd7e8;
	font-size: 16px;
	font-weight: 600;
	min-height: 55px;
	height: auto;
	margin-top: 45px;
}
.gRecPartsHead_link > .icon {}
.p-visual .gNav_list > li > a {
	color: #fff;
}
.p-visual .isFixed .gNav_list > li > a {
	color: inherit;
}
.isFixed .gNav_list > li > a.-recruitFilled {
	background-color: #089cc4;
	color: #fff;
}
.p-visual .isFixed .gHeader_title > a {
	color: #3E4B7D;
}
.gNav_link {
	display: none;
}
.gNav_link > a {}
.gNav_list > li > a.-recruitFilledSecond {
	background-color: #089cc4;
	color: #fff;
}
.p-recruit .gNav_list > li > a.-recruitFilledSecond {
	color: #fff;
}
@media screen and (max-width:1449px) {
	.gRecInterNav_slideWrap {
		margin-left: -17px;
		margin-right: -17px;
	}
}
@media screen and (max-width:1299px) {
	.gOfficeNav_headline {
		font-size: 18px;
	}
	.gRecInterNav_headline {
		font-size: 17px;
	}
	.gPageNav_text-office {
		font-size: 18px;
	}
	.gPageNav_subText {
		font-size: 14px;
	}
}
@media screen and (max-width:1099px) {
	.gFootNav_col {
		padding-left: 15px;
	}
	.gFootNav_gcList {
		padding-left: 1.5em;
	}
	.gRecInterNav_headline {
		font-size: 15px;
	}
	.gRecInterNav_text {
		font-size: 14px;
	}
}
@media screen and (min-width: 1000px) {
	.gNav_list > li > a.-recruitFilled:hover {
		background-color: #ceebf3;
		color: #089cc4;
	}
	.gNav_list > li > a.-recruitFilledSecond:hover {
		background-color: #ceebf3;
		color: #089cc4;
	}
	.p-recruit .gNav_list > li > a.-recruitFilledSecond:hover {
		color: #089cc4;
	}
	a:hover .gRecPartsHead_link {
		background-color: #ebf7fa;
		color: #089cc4;
	}
	.gRecPartsHead_link:hover {
		background-color: rgba(255, 255, 255, 0);
	}
	.gPager > a:hover {
		background-color: #ebf7fa;
	}
	.gRecInterNav_slide_dots > li > button:hover {
		background-color: #089CC4;
	}
	.gRecInterNav_slide_item > a:hover {
		background-color: #EBF7FA;
	}
	a:hover .gRecInterNav_slide_image > img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.gEntryNav_list_item > a:hover {
		background-color: #fff;
		color: #3E4B7D;
	}
	.gEntryNav_list_item-rev > a:hover {
		color: #fff;
		background-color: #3E4B7D;
	}
	.gEntryNav_list_item-career > a:hover {
		color: #EB964E;
	}
	.gEntryNav_list_item-careerRev > a:hover {
		color: #fff;
		background-color: #EB964E;
	}
	.gEntryNav_list_item > a:hover > .icon-arrowRight {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	.gRecNav_list > li > a:hover {}
	a:hover .gRecNav_list_image {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.gOfficeNav_sect > a:hover {
		background: #ebf7fa;
	}
	.gHeader_title > a:hover {
		color: #069cc4;
	}
	.isFixed .gHeader_title > a:hover {
		color: #069cc4;
	}
	.p-visual .isFixed .gNav_list > li > a:hover,
	.gNav_list > li > a:hover {
		color: #089CC4;
	}
	.gMenuBtn:hover {}
	.gPankuzu_oList > li > a:hover {
		color: #089CC4;
	}
	.gFixNav_list_anchor:hover {
		background-color: #fff;
		color: #3E4B7D;
	}
	.gFixNav_list_anchor-appNew:hover {
		background-color: #dce1f7;
	}
	.gFixNav_list_anchor-entry:hover {
		color: #089CC4;
	}
	.gFixNav_list_anchor-entryNew:hover {
		background-color: #ceebf3;
	}
	.gFooter_title > a:hover {
		color: #069cc4;
	}
	.gFooter_infoList > li > a:hover {}
	.gFooter_snsList > li > a:hover {
		opacity: .8;
	}
	.gFooter_list > li > a:hover {
		text-decoration: underline;
		color: #069cc4;
	}
	.gPageTop_button:hover {
		background-color: rgba(51, 51, 51, 0.70);
	}
	.gFootNav_list > li > a:hover {
		color: #089CC4;
		text-decoration: underline;
	}
	.gFootNav_cList > li > a:hover {
		color: #089CC4;
		text-decoration: underline;
	}
	.gFootNav_gcList > li > a:hover {
		color: #089CC4;
		text-decoration: underline;
	}
	.gMega_link > a:hover {
		color: #089CC4;
	}
	.gMega_imgList > li > a:hover {
		color: #089CC4;
	}
	.gMega_list > li > a:hover {
		color: #089CC4;
	}
	.gMega_list > li > a.-contact:hover {
		color: #089CC4;
		background-color: #fff;
	}
	.gMega_list > li > a.-new:hover {
		color: #3E4B7D;
		background-color: #fff;
	}
	.gMega_list > li > a.-career:hover {
		color: #EB964E;
		background-color: #fff;
	}
	.gPageNav_list > li > a:hover {
		background: #ebf7fa;
	}
	a:hover .gPageNav_image {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.gAnchorNavList > li > a:hover {
		background-color: #3e4b7d;
		color: #fff;
	}
	.gAnchorNavList > li > a:hover > .icon {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	a:hover .gOfficeNav_image {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	a:hover .gRecParts_image {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	a:hover .gRecParts_link {
		background: #ebf7fa;
		color: #333333;
		border-color: #CCCCCC;
	}
	.isFixed .gNav_list > li > a.-recruitFilled:hover {
		color: #089cc4;
		background-color: #ceebf3;
	}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {
		height: 80px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {
		width: 200px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 80px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 200px;
		height: 39px;
	}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {
		width: calc(100% - 220px);
	}
	.gNav {}
	.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 {
		font-size: 13px;
		padding: 0 5px;
		height: 80px;
	}
	.gNav_list > li > a.isShow {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a.-hasChild > i {
		margin-top: 23px;
		border-width: 1px;
	}
	.gNav_list > li > a.isShow > i {
		margin-top: 25px;
	}
	.gNav_list > li > a.-hasChild > i::before {}
	.gNav_list > li > a.-hasChild > i::after {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gPankuzu {}
	.gPankuzu-hasBorder {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gPankuzu_oList > li > a > .icon {}
	.gFixNav {
		width: 50px;
		top: auto;
		bottom: 90px;
	}
	.gFixNav_list {}
	.gFixNav_list > li {}
	.gFixNav_list > li:first-child {}
	.gFixNav_list > li:last-child {}
	.gFixNav_list > li:nth-child(2n+1) {}
	.gFixNav_list > li:nth-child(n+3) {}
	.gFixNav_list_anchor {
		height: 150px;
		font-size: 14px;
	}
	.gFixNav_list_anchor-entry {}
	.gFixNav_list_anchor::before {}
	.gFixNav_list_anchor::after {}
	.gFixNav_list_anchor > .icon {
		font-size: 18px;
	}
	.gFixNav_list_anchor > b {}
	.gFooter {
		padding-top: 70px;
		padding-bottom: 35px;
	}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-no1 {
		display: block;
	}
	.gFooter_title {
		margin-right: 0;
	}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title_img {
		width: 200px;
		height: 39px;
	}
	.gFooter_title_img > title {}
	.gFooter_title_img > use {}
	.gFooter_infoList {
		margin-bottom: 0;
		margin-top: 10px;
		font-size: 13px;
	}
	.gFooter_infoList > li {}
	.gFooter_infoList > li:first-child {}
	.gFooter_infoList > li:last-child {}
	.gFooter_infoList > li:nth-child(2n+1) {}
	.gFooter_infoList > li:nth-child(n+3) {}
	.gFooter_infoList > li > a {}
	.gFooter_infoList > li > a::before {}
	.gFooter_infoList > li > a::after {}
	.gFooter_col-no2 {}
	.gFooter_snsList {
		font-size: 28px;
	}
	.gFooter_snsList > li {}
	.gFooter_snsList > li:first-child {}
	.gFooter_snsList > li:last-child {}
	.gFooter_snsList > li:nth-child(2n+1) {}
	.gFooter_snsList > li:nth-child(n+3) {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a::before {}
	.gFooter_snsList > li > a::after {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_bottomCols {}
	.gFooter_bottomCol {}
	.gFooter_bottomCol-no1 {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:after {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:last-child::after {}
	.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_bottomCol-no2 {}
	.gFooter_copyright {}
	.gFooter_copyright > small {
		font-size: 11px;
	}
	.gPageTop {}
	.gPageTop_inner {}
	.gPageTop_button {
		width: 60px;
		height: 60px;
	}
	.gPageTop_button > .icon {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gFootNav {
		font-size: 12px;
	}
	.gFootNav_cols {}
	.gFootNav_col {
		width: auto;
		flex-grow: 1;
		padding-left: 10px;
	}
	.gFootNav_col-no1 {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_cList {}
	.gFootNav_cList > li {}
	.gFootNav_cList > li:first-child {}
	.gFootNav_cList > li:last-child {}
	.gFootNav_cList > li:nth-child(2n+1) {}
	.gFootNav_cList > li:nth-child(n+3) {}
	.gFootNav_cList > li > a {}
	.gFootNav_cList > li > a::before {}
	.gFootNav_cList > li > a::after {}
	.gFootNav_col-no2 {}
	.gFootNav_gcList {
		max-width: 190px;
		box-sizing: border-box;
	}
	.gFootNav_gcList > li {}
	.gFootNav_gcList > li:first-child {}
	.gFootNav_gcList > li:last-child {}
	.gFootNav_gcList > li:nth-child(2n+1) {}
	.gFootNav_gcList > li:nth-child(n+3) {}
	.gFootNav_gcList > li > a {}
	.gFootNav_gcList > li > a::before {}
	.gFootNav_gcList > li > a::after {}
	.gFootNav_col-no3 {}
	.gFootNav_col-no4 {}
	.gBody {
		padding-bottom: 80px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody-pBS {
		padding-bottom: 50px;
	}
	.gMega {
		top: 80px;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.isShow + .gMega {}
	.gMega_inner {}
	.gMega_link {
		font-size: 14px;
	}
	.gMega_link > a {}
	.gMega_link > a::before {}
	.gMega_link > a::after {}
	.gMega_link > a > .icon {}
	.gMega_cols {}
	.gMega_col {}
	.gMega_col-no1 {}
	.gMega_imgList {}
	.gMega_imgList:last-child {}
	.gMega_imgList > li {}
	.gMega_imgList > li:first-child {}
	.gMega_imgList > li:last-child {}
	.gMega_imgList > li:nth-child(2n+1) {}
	.gMega_imgList > li:nth-child(n+3) {}
	.gMega_imgList > li > a {
		height: 72px;
		font-size: 13px;
	}
	.gMega_imgList > li > a::before {}
	.gMega_imgList > li > a::after {}
	.gMega_imgList_image {
		width: 80px;
	}
	.gMega_imgList_image > img {}
	.gMega_imgList_text {}
	.gMega_imgList_text_comma {}
	.gMega_col-no2 {}
	.gMega_col-no3 {}
	.gMega_list {}
	.gMega_list > li {}
	.gMega_list > li:first-child {}
	.gMega_list > li:last-child {}
	.gMega_list > li:nth-child(2n+1) {}
	.gMega_list > li:nth-child(n+3) {}
	.gMega_list > li > a {
		font-size: 12px;
	}
	.gMega_list > li > a > .icon-blank {}
	.gMega_list > li > a.-contact {}
	.gMega_list > li > a.-new {}
	.gMega_list > li > a.-career {}
	.gMega_list > li > a::before {}
	.gMega_list > li > a::after {}
	.gMega_list > li > a > .icon-arrowRightThin {}
	.gMega_box {
		padding: 15px 15px;
	}
	.gMega_box-entry {}
	.gMega_title {
		font-size: 13px;
	}
	.gMega_title_comma {}
	.gNav_closeBtn {}
	.gNav_closeBtn > .icon {}
	.gPageNav {}
	.gPageNav-office {}
	.gPageNav_list {}
	.gPageNav_list > li {}
	.gPageNav_list > li:first-child {}
	.gPageNav_list > li:last-child {}
	.gPageNav_list > li:nth-child(2n+1) {}
	.gPageNav_list > li:nth-child(n+3) {}
	.gPageNav_list > li > a {}
	.gPageNav_list > li > a::before {}
	.gPageNav_list > li > a::after {}
	.gPageNav_imgWrap {}
	.gPageNav_image {}
	.gPageNav_image > img {}
	.gPageNav_number {
		font-size: 50px;
		bottom: 50px;
		width: 55px;
	}
	.gPageNav_text {
		font-size: 18px;
		padding: 20px 25px;
	}
	.gPageNav_text-office {
		font-size: 15px;
		padding: 15px 20px 40px;
		letter-spacing: -0.1em;
	}
	.gPageNav_subText {
		font-size: 13px;
		left: 20px;
		bottom: 8px;
	}
	.gPageNav_text > .icon {
		font-size: 13px;
	}
	.gPageNav_text-office > .icon {
		top: 10px;
	}
	.gAnchorNav {}
	.gAnchorNavList {
		flex-wrap: wrap;
	}
	.gAnchorNavList-fit {
		margin-left: -6px;
	}
	.gAnchorNavList > li {
		margin-top: 2px;
	}
	.gAnchorNavList-fit > li {
		min-width: 50%;
		margin-left: 0;
		padding-left: 6px;
		box-sizing: border-box;
	}
	.gAnchorNavList-fit > li:first-child {}
	.gAnchorNavList-7c > li {
		width: auto;
	}
	.gAnchorNavList > li > a {
		font-size: 16px;
		padding: 10px 13px;
	}
	.gAnchorNavList-2c > li > a {
		padding: 19px 10px;
	}
	.gAnchorNavList > li > a::before {}
	.gAnchorNavList > li > a::after {}
	.gAnchorNavList > li > a > .icon {}
	.gRecParts {}
	.gRecParts > a {}
	.gRecParts > a::before {}
	.gRecParts > a::after {}
	.gRecParts_image {}
	.gRecParts_image-no2 {}
	.gRecParts_image-no3 {}
	.gRecParts_inner {}
	.gRecParts_cols {
		height: 350px;
	}
	.gRecParts_col {}
	.gRecParts_col-no1 {}
	.gRecParts_headline {
		font-size: 22px;
	}
	.gRecParts_col-no2 {
		width: 200px;
	}
	.gRecParts_vol {
		font-size: 30px;
	}
	.gRecParts_name {
		font-size: 18px;
	}
	.gRecParts_link {
		margin-top: 20px;
	}
	.gRecParts_link > .icon {}
	.gVis {
		height: 460px;
	}
	.gVis-recruit {}
	.gEntryNav {
		padding: 60px 0;
	}
	.gEntryNav-app {}
	.gEntryNav_inner {}
	.gEntryNav_title {}
	.gEntryNav_text {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.gEntryNav_list {}
	.gEntryNav_list_item {}
	.gEntryNav_list_item:first-child {}
	.gEntryNav_list_item:last-child {}
	.gEntryNav_list_item:nth-child(2n+1) {}
	.gEntryNav_list_item:nth-child(n+3) {}
	.gEntryNav_list_item > a {
		font-size: 20px;
		height: 100px;
	}
	.gEntryNav_list_item-rev > a {}
	.gEntryNav_list_item-career > a {}
	.gEntryNav_list_item-careerRev > a {}
	.gEntryNav_list_item > a::before {}
	.gEntryNav_list_item > a::after {}
	.gEntryNav_list_item > a > .icon {}
	.gRecNav {
		margin: 60px 0;
	}
	.gRecNav_inner {}
	.gRecNav_list {}
	.gRecNav_list > li {}
	.gRecNav_list > li:first-child {}
	.gRecNav_list > li:last-child {}
	.gRecNav_list > li:nth-child(2n+1) {}
	.gRecNav_list > li:nth-child(n+3) {}
	.gRecNav_list > li > a {}
	.gRecNav_list > li > a::before {}
	.gRecNav_list > li > a::after {}
	.gRecNav_list_image {}
	.gRecNav_list_image-no1 {}
	.gRecNav_list_text {
		font-size: 18px;
	}
	.gRecNav_list_text::after {
		margin-top: 14px;
	}
	.gRecNav_list_image-no2 {}
	.gRecNav_list_image-no3 {}
	.gRecInterNav {}
	.gRecInterNav_inner {}
	.gRecInterNav_title {}
	.gRecInterNav_slideWrap {}
	.gRecInterNav_slide {}
	.gRecInterNav_slide_item {}
	.gRecInterNav_slide_item > a {}
	.gRecInterNav_slide_item > a::before {}
	.gRecInterNav_slide_item > a::after {}
	.gRecInterNav_slide_image {}
	.gRecInterNav_slide_image > img {}
	.gRecInterNav_areaText {}
	.gRecInterNav_headline {
		font-size: 16px;
	}
	.gRecInterNav_text {}
	.gRecInterNav_slide_dots {
		margin-top: 25px;
	}
	.gRecInterNav_slide_dots > li {}
	.gRecInterNav_slide_dots > li > button {}
	.gRecInterNav_slide_dots > li.slick-active > button {}
	.gRecInterNav_slide_button {}
	.gRecInterNav_slide_button-prev {}
	.gRecInterNav_slide_button-next {}
	.gRecInterNav_slide_button > .icon {}
	.gRecInterNav-office {
		margin-top: 60px;
	}
	.gHoliday {}
	.gHoliday_inner {
		align-items: flex-end;
		height: 380px;
		box-sizing: border-box;
		padding-bottom: 50px;
	}
	.gHoliday_areaText {}
	.gHoliday_title {}
	.gHoliday_title::after {}
	.gHoliday_text {
		max-width: 350px;
	}
	.gHoliday_bg {}
	.gHoliday_headline {}
	.gPager {
		margin-top: 40px;
	}
	.gPager > a,
	.gPager > span {
		min-width: 40px;
		height: 40px;
	}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gNav_link {}
	.gNav_link > a {}
	.gRecPartsHead {}
	.gRecPartsHead_subTitle {}
	.gRecPartsHead_title {}
	.gRecPartsHead_link {}
	.gRecPartsHead_link > .icon {}
}
@media screen and (min-width:768px) and (max-width:1095px) {
	.gAnchorNavList-7c {
		flex-wrap: wrap;
	}
	.gAnchorNavList-7c > li {
		width: 24.4% !important;
		margin-top: 1%;
		margin-right: .8%;
		margin-left: 0;
	}
	.gAnchorNavList-7c > li:nth-of-type(4n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {
		height: 50px;
	}
	.p-visual .gHeaderWrap {
		height: 50px;
	}
	.gHeader {}
	.p-visual .gHeader {
		background-color: #fff;
		color: inherit;
	}
	.gHeader_inner {
		padding-left: 20px;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {
		width: auto;
	}
	.gHeader_col-no1 {}
	.gHeader_title {
		display: flex;
	}
	.gHeader_title > a {
		height: 50px;
	}
	.p-visual .gHeader_title > a {
		color: #3E4B7D;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 157px;
		height: 30px;
	}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {}
	.gNav {
		max-width: none;
		position: fixed;
		z-index: 1001;
		top: 50px;
		right: 0;
		width: calc(100% - 40px);
		height: calc(100% - 50px);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform, box-shadow;
		transition-duration: .5s;
		pointer-events: none;
		background-color: #616161;
		box-shadow: -40px 0 0 rgba(0, 0, 0, 0.0);
		box-sizing: border-box;
		padding-bottom: 50px;
		overflow: auto;
	}
	.gNav.isShow {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		pointer-events: auto;
		box-shadow: -40px 0 0 rgba(0, 0, 0, 0.40);
	}
	.gNav_inner {}
	.gNav_list {
		display: block;
		border-top: 1px solid #4D4D4D;
	}
	.gNav_list > li {}
	.gNav_list > li.-sp {
		display: block;
	}
	.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 {
		background-color: #616161;
		color: #fff;
		border-bottom: 1px solid #4D4D4D;
		box-sizing: border-box;
		height: 60px;
		padding-left: 20px;
		justify-content: flex-start;
		font-size: 15px;
		padding-right: 30px;
	}
	.p-decide .gNav_list > li > a.-decide,
	.p-service .gNav_list > li > a.-service,
	.p-works .gNav_list > li > a.-works,
	.p-csr .gNav_list > li > a.-csr,
	.p-recruit .gNav_list > li > a.-recruit,
	.p-company .gNav_list > li > a.-company {
		color: #fff;
	}
	.gNav_list > li > a > .icon {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
	}
	.gNav_list > li > a.isShow {
		color: #fff;
		background-color: rgba(255, 255, 255, 0);
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a.-hasChild > i {
		width: 16px;
		height: 16px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
		top: 50%;
		margin: 0;
		border: none;
		left: auto;
	}
	.gNav_list > li > a.isShow > i {}
	.gNav_list > li > a.-hasChild > i::before {
		display: block;
		width: 100%;
		height: 2px;
		background-color: currentColor;
		border-radius: 1px;
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gNav_list > li > a.-hasChild > i::after {
		display: block;
		width: 100%;
		height: 2px;
		background-color: currentColor;
		border-radius: 1px;
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
		transition-duration: .3s;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
	}
	.gNav_list > li > a.-hasChild.isShow > i::after {
		-webkit-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);
	}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1002;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		border-left: 1px solid #E6E6E6;
		transition-duration: .3s;
		transition-property: background-color, color;
	}
	.gMenuBtn.isShow {
		background-color: #616161;
		color: #fff;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 20px;
		height: 2px;
		background-color: currentColor;
		border-radius: 2px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: top, -webkit-transform;
		transition-property: transform, top;
		transition-property: transform, top, -webkit-transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 4px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 6px;
		-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: -6px;
		-webkit-transform: rotate( -45deg);
		transform: rotate( -45deg);
	}
	.gPankuzu {
		margin-bottom: 15px;
	}
	.gPankuzu-hasBorder {}
	.gPankuzu-overWrap {
		margin-bottom: -42px;
	}
	.gPankuzu_inner {
		padding-right: 0;
	}
	.gPankuzu_oList {
		font-size: 13px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {
		height: 42px;
	}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gPankuzu_oList > li > a > .icon {}
	.gFixNav {
		bottom: 0;
		right: auto;
		left: 0;
		width: calc(100% - 60px);
	}
	.gFixNav_list {
		display: flex;
	}
	.gFixNav_list > li {
		width: 50%;
		margin: 0;
	}
	.gFixNav_list > li:first-child {}
	.gFixNav_list > li:last-child {}
	.gFixNav_list > li:nth-child(2n+1) {}
	.gFixNav_list > li:nth-child(n+3) {}
	.gFixNav_list_anchor {
		height: 60px;
		flex-direction: row;
	}
	.gFixNav_list_anchor-entry {}
	.gFixNav_list_anchor::before {}
	.gFixNav_list_anchor::after {}
	.gFixNav_list_anchor > .icon {
		margin-right: 7px;
	}
	.gFixNav_list_anchor > b {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		margin-top: 0;
		width: auto;
	}
	.gFooter {
		padding-bottom: 80px;
		padding-top: 28px;
	}
	.grecaptcha-badge {
		margin-bottom: 57px;
	}
	.gFooter_inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.gFooter_cols {
		display: block;
		margin: 0 0 23px;
	}
	.gFooter_col {}
	.gFooter_col-no1 {
		margin-bottom: 20px;
	}
	.gFooter_title {
		max-width: 209px;
		margin: 0 auto 27px;
	}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title_img {
		width: 209px;
		height: 40px;
	}
	.gFooter_title_img > title {}
	.gFooter_title_img > use {}
	.gFooter_infoList {
		display: block;
		text-align: center;
	}
	.gFooter_infoList > li {
		margin-right: 0;
	}
	.gFooter_infoList > li:first-child {}
	.gFooter_infoList > li:last-child {}
	.gFooter_infoList > li:nth-child(2n+1) {}
	.gFooter_infoList > li:nth-child(n+3) {}
	.gFooter_infoList > li > a {}
	.gFooter_infoList > li > a::before {}
	.gFooter_infoList > li > a::after {}
	.gFooter_col-no2 {}
	.gFooter_snsList {
		justify-content: center;
		margin-right: 0;
		font-size: 33px;
	}
	.gFooter_snsList > li {}
	.gFooter_snsList > li:first-child {}
	.gFooter_snsList > li:last-child {}
	.gFooter_snsList > li:nth-child(2n+1) {}
	.gFooter_snsList > li:nth-child(n+3) {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a::before {}
	.gFooter_snsList > li > a::after {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_bottomCols {
		display: block;
	}
	.gFooter_bottomCol {}
	.gFooter_bottomCol-no1 {
		margin-bottom: 8px;
	}
	.gFooter_list {
		justify-content: center;
		font-size: 14px;
	}
	.gFooter_list > li {}
	.gFooter_list > li:after {
		margin: 0 1em;
	}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:last-child::after {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {
		letter-spacing: 0;
	}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_bottomCol-no2 {}
	.gFooter_copyright {}
	.gFooter_copyright > small {
		text-align: center;
		font-size: 10px;
	}
	.gPageTop {
		width: 60px;
		position: fixed;
		z-index: 999;
		bottom: 0;
		right: 0;
		padding: 0;
	}
	.gPageTop_inner {}
	.gPageTop_button {
		position: relative;
	}
	.gPageTop_button > .icon {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gFootNav {
		display: none;
	}
	.gFootNav_cols {
		display: block;
	}
	.gFootNav_col {
		width: auto;
	}
	.gFootNav_col-no1 {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_cList {}
	.gFootNav_cList > li {}
	.gFootNav_cList > li:first-child {}
	.gFootNav_cList > li:last-child {}
	.gFootNav_cList > li:nth-child(2n+1) {}
	.gFootNav_cList > li:nth-child(n+3) {}
	.gFootNav_cList > li > a {}
	.gFootNav_cList > li > a::before {}
	.gFootNav_cList > li > a::after {}
	.gFootNav_col-no2 {}
	.gFootNav_gcList {}
	.gFootNav_gcList > li {}
	.gFootNav_gcList > li:first-child {}
	.gFootNav_gcList > li:last-child {}
	.gFootNav_gcList > li:nth-child(2n+1) {}
	.gFootNav_gcList > li:nth-child(n+3) {}
	.gFootNav_gcList > li > a {}
	.gFootNav_gcList > li > a::before {}
	.gFootNav_gcList > li > a::after {}
	.gFootNav_col-no3 {}
	.gFootNav_col-no4 {}
	.gBody {
		padding-bottom: 60px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody-pBS {
		padding-bottom: 40px;
	}
	.gMega {
		position: static;
		padding: 0;
		background-color: rgba(255, 255, 255, 0);
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		pointer-events: auto;
		display: none;
	}
	.isShow + .gMega {
		display: block;
	}
	.gMega_inner {
		padding: 0;
	}
	.gMega_link {
		margin-bottom: 0;
		font-size: inherit;
	}
	.gMega_link > a {
		height: 60px;
		padding-left: 20px;
		justify-content: flex-start;
		font-size: 15px;
		display: flex;
		align-items: center;
		color: #fff;
		border-bottom: 1px solid #4D4D4D;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
		padding-right: 30px;
	}
	.gMega_link > a::before {}
	.gMega_link > a::after {}
	.gMega_link > a > .icon {}
	.gMega_link > a > .icon-arrowRight {
		display: none;
	}
	.gMega_link > a > .icon-arrowRightLight {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: inherit;
		margin: 0;
	}
	.gMega_cols {
		display: block;
	}
	.gMega_col {
		width: auto;
		max-width: none;
		margin: 0;
	}
	.gMega_col-no1 {}
	.gMega_imgList {
		margin-bottom: 0;
	}
	.gMega_imgList-spBlock {
		display: block;
	}
	.gMega_imgList:last-child {}
	.gMega_imgList > li {
		margin-top: 0;
	}
	.gMega_imgList > li:first-child {}
	.gMega_imgList > li:last-child {}
	.gMega_imgList > li:nth-child(2n+1) {}
	.gMega_imgList > li:nth-child(n+3) {}
	.gMega_imgList > li > a {
		font-size: 15px;
		padding-left: 33px;
		height: 60px;
		background-color: rgba(255, 255, 255, 0);
		color: #fff;
		border-bottom: 1px solid #4D4D4D;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
	}
	.gMega_imgList > li > a > .icon {
		display: block;
		position: absolute;
		z-index: 1;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gMega_imgList > li > a::before {}
	.gMega_imgList > li > a::after {}
	.gMega_imgList_image {
		display: none;
	}
	.gMega_imgList_image > img {}
	.gMega_imgList_text {
		width: auto;
		padding: 0;
	}
	.gMega_imgList_text_comma {}
	.gMega_col-no2 {}
	.gMega_col-no3 {}
	.gMega_list {}
	.gMega_list-spNone {
		display: none;
	}
	.gMega_list > li {
		margin-top: 0;
	}
	.gMega_list > li:first-child {}
	.gMega_list > li:last-child {}
	.gMega_list > li:nth-child(2n+1) {}
	.gMega_list > li:nth-child(n+3) {}
	.gMega_list > li > a {
		height: 60px;
		background-color: rgba(255, 255, 255, 0);
		color: #fff;
		font-size: 15px;
		border-bottom: 1px solid #4D4D4D;
		box-sizing: border-box;
		padding-left: 50px;
		padding-right: 30px;
	}
	.gMega_list > li > a > .icon-blank {}
	.gMega_list > li > a.-contact {}
	.gMega_list > li > a.-new {}
	.gMega_list > li > a.-career {}
	.gMega_list > li > a::before {
		content: "-";
		display: block;
		margin-right: 6px;
	}
	.gMega_list > li > a::after {}
	.gMega_list > li > a > .icon-arrowRightThin {
		font-size: inherit;
	}
	.gMega_list > li > a > .icon-arrowRightThin::before {
		content: "\e90a";
	}
	.gMega_box {
		padding: 0;
		background-color: rgba(255, 255, 255, 0);
		display: none;
	}
	.gMega_box-entry {}
	.gMega_title {}
	.gMega_title_comma {}
	.gNav_closeBtn {
		display: block;
		border: 1px solid #CCCCCC;
		height: 56px;
		width: calc(100% - 76px);
		margin: 20px auto 0;
		color: #fff;
		box-shadow: 0 1px 0 #ccc;
		font-size: 15px;
	}
	.gNav_closeBtn > .icon {}
	.gPageNav {}
	.gPageNav-office {
		margin-top: 40px;
	}
	.gPageNav_list {
		display: block;
	}
	.gPageNav_list > li {
		width: auto;
		margin-left: 0;
		margin-top: 9px;
	}
	.gPageNav_list > li:first-child {
		margin-top: 0;
	}
	.gPageNav_list > li:last-child {}
	.gPageNav_list > li:nth-child(2n+1) {}
	.gPageNav_list > li:nth-child(n+3) {}
	.gPageNav_list > li > a {
		padding: 9px 0;
		padding-right: 18px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.gPageNav_list > li > a::before {}
	.gPageNav_list > li > a::after {}
	.gPageNav_imgWrap {
		width: 126px;
	}
	.gPageNav_image {
		position: relative;
		z-index: 1;
		width: 126px;
		height: 50px;
	}
	.gPageNav_image > img {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.gPageNav_number {
		font-size: 45px;
		bottom: 10px;
		left: 135px;
		width: 45px;
	}
	.gPageNav_text {
		padding: 0;
		width: calc(100% - 150px);
		font-size: 16px;
	}
	.gPageNav_text-office {
		top: -5px;
	}
	.gPageNav_subText {
		left: 150px;
		bottom: 7px;
	}
	.gPageNav_text > .icon {
		font-size: 11px;
	}
	.gAnchorNav {}
	.gAnchorNavList {
		justify-content: flex-start;
	}
	.gAnchorNavList-fit {
		display: block;
		margin-left: 0;
	}
	.gAnchorNavList-2c {
		display: block;
		max-width: none;
	}
	.gAnchorNavList > li {}
	.gAnchorNavList-fit > li {
		padding-left: 0;
	}
	.gAnchorNavList-7c > li {
		width: 49.5%;
		margin-left: 1%;
		margin-top: 1%;
	}
	.gAnchorNavList-7c li.ap-li {
		width: 49.5%;
	}
	.gAnchorNavList-2c > li {
		width: auto;
		margin-left: 0;
	}
	.gAnchorNavList-7c > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.gAnchorNavList > li > a {
		justify-content: flex-start;
		padding: 15px 20px;
	}
	.gAnchorNavList > li > a::before {}
	.gAnchorNavList > li > a::after {}
	.gAnchorNavList > li > a > .icon {}
	.gRecParts {}
	.gRecParts > a {}
	.gRecParts > a::before {}
	.gRecParts > a::after {}
	.gRecParts_image {
		background-image: url(/assets/img/home/bg-recruit01_sp@2x.jpg);
		height: 260px;
	}
	.gRecParts_image-no2 {
		background-image: url(/assets/img/home/bg-recruit02_sp@2x.jpg);
	}
	.gRecParts_image-no3 {
		background-image: url(/assets/img/home/bg-recruit03_sp@2x.jpg);
	}
	.gRecParts_inner {
		padding: 0 20px;
	}
	.gRecParts_cols {
		display: block;
		height: auto;
	}
	.gRecParts_col {
		width: auto;
	}
	.gRecParts_col-no1 {
		height: 260px;
		display: flex;
		align-items: flex-end;
		box-sizing: border-box;
		padding-bottom: 20px;
		justify-content: center;
	}
	.gRecParts_headline {
		font-size: 19px;
	}
	.gRecParts_col-no2 {
		color: #333333;
		margin-top: 24px;
		padding-bottom: 33px;
	}
	.gRecParts_vol {
		text-align: center;
		margin-bottom: 4px;
		font-size: 29px;
	}
	.gRecParts_name {
		text-align: center;
		font-size: 15px;
	}
	.gRecParts_link {
		max-width: 260px;
		margin: 11px auto 0;
	}
	.gRecParts_link > .icon {}
	.gVis {
		height: 33.3vw;
	}
	.gVis-recruit {}
	.gEntryNav {
		padding: 34px 0 40px;
	}
	.gEntryNav-app {}
	.gEntryNav_inner {}
	.gEntryNav_title {
		margin-bottom: 15px;
	}
	.gEntryNav_text {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 18px;
	}
	.gEntryNav_list {
		display: block;
	}
	.gEntryNav_list_item {
		width: auto;
		margin-left: 0;
		margin-top: 9px;
	}
	.gEntryNav_list_item:first-child {
		margin-top: 0;
	}
	.gEntryNav_list_item:last-child {}
	.gEntryNav_list_item:nth-child(2n+1) {}
	.gEntryNav_list_item:nth-child(n+3) {}
	.gEntryNav_list_item > a {
		height: 56px;
		font-size: inherit;
	}
	.gEntryNav_list_item-rev > a {}
	.gEntryNav_list_item-career > a {}
	.gEntryNav_list_item-careerRev > a {}
	.gEntryNav_list_item > a::before {}
	.gEntryNav_list_item > a::after {}
	.gEntryNav_list_item > a > .icon {
		margin-left: 0.3em;
	}
	.gRecNav {
		margin-top: 5px;
		margin-bottom: 40px;
	}
	.gRecNav_inner {}
	.gRecNav_list {
		display: block;
	}
	.gRecNav_list > li {
		width: auto;
		margin-left: 0;
		margin-top: 20px;
	}
	.gRecNav_list > li:first-child {
		margin-top: 0;
	}
	.gRecNav_list > li:last-child {}
	.gRecNav_list > li:nth-child(2n+1) {}
	.gRecNav_list > li:nth-child(n+3) {}
	.gRecNav_list > li > a {}
	.gRecNav_list > li > a::before {}
	.gRecNav_list > li > a::after {}
	.gRecNav_list_image {}
	.gRecNav_list_image-no1 {}
	.gRecNav_list_text {
		font-size: 20px;
	}
	.gRecNav_list_text::after {}
	.gRecNav_list_image-no2 {}
	.gRecNav_list_image-no3 {}
	.gRecInterNav {
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.gRecInterNav_inner {}
	.gRecInterNav_title {}
	.gRecInterNav_slideWrap {
		margin-left: -2px;
		margin-right: -2px;
	}
	.gRecInterNav_slide {}
	.gRecInterNav_slide_item {
		padding: 0 2px;
	}
	.gRecInterNav_slide_item > a {
		border: none;
	}
	.gRecInterNav_slide_item > a::before {}
	.gRecInterNav_slide_item > a::after {}
	.gRecInterNav_slide_image {
		margin-bottom: 14px;
	}
	.gRecInterNav_slide_image > img {}
	.gRecInterNav_areaText {
		padding: 0;
	}
	.gRecInterNav_headline {
		text-align: left;
		font-size: 15px;
		line-height: 1.47;
	}
	.gRecInterNav_text {
		font-size: 13px;
		text-align: left;
	}
	.gRecInterNav_slide_dots {
		margin-top: 12px;
	}
	.gRecInterNav_slide_dots > li {}
	.gRecInterNav_slide_dots > li > button {}
	.gRecInterNav_slide_dots > li.slick-active > button {}
	.gRecInterNav_slide_button {}
	.gRecInterNav_slide_button-prev {
		margin-left: -160px;
	}
	.gRecInterNav_slide_button-next {
		margin-left: 160px;
	}
	.gRecInterNav_slide_button > .icon {}
	.gRecInterNav-office {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.gHoliday {
		background-color: #E6EDF1;
		margin-top: 0;
	}
	.gHoliday_inner {
		margin-bottom: 29px;
		padding-bottom: 0;
		height: auto;
		padding-top: 38px;
	}
	.gHoliday_areaText {}
	.gHoliday_title {
		width: auto;
	}
	.gHoliday_title::after {}
	.gHoliday_text {
		color: inherit;
		max-width: none;
	}
	.gHoliday_bg {
		position: static;
		padding-bottom: 31.2%;
		width: auto;
		height: auto;
	}
	.gHoliday_headline {
		font-size: inherit;
		text-align: center;
		color: inherit;
		margin-top: 24px;
	}
	.gPager {
		margin-top: 35px;
	}
	.gPager > a,
	.gPager > span {
		min-width: 36px;
		height: 36px;
		padding: 0 5px;
		margin: 3px;
	}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.p-visual .gNav_list > li > a {}
	.p-visual .isFixed .gNav_list > li > a {
		color: #fff;
	}
	.isFixed .gNav_list > li > a.-recruitFilled {
		background-color: rgba(255, 255, 255, 0);
	}
	.p-visual .isFixed .gHeader_title > a {}
	.gNav_list > li.-spNone {
		display: none;
	}
	.gNav_link {
		display: block;
		width: calc(100% - 76px);
		margin: 20px auto 0;
	}
	.gNav_link > a {
		display: flex;
		height: 58px;
		background-color: #fff;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		color: #616161;
		font-weight: bold;
	}
	.gRecParts_headline-spNone {
		display: none;
	}
	.gRecPartsHead {
		max-width: none;
		padding: 0;
		display: flex;
		height: 59px;
		align-items: center;
		color: #fff;
		justify-content: center;
		padding-right: 33px;
		padding-left: 13px;
	}
	.gRecPartsHead_subTitle {
		margin: 0;
		font-size: 20px;
		margin-right: 10px;
	}
	.gRecPartsHead_title {
		font-size: 18px;
	}
	.gRecPartsHead_link {
		border: none;
		font-size: 0;
		min-height: 0;
		margin: 0;
		width: auto;
		padding: 0;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
	}
	.gRecPartsHead_link > .icon {
		font-size: 12px;
		margin: 0;
	}
	.gRecParts_col-spHead {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 276px;
		height: auto;
		padding: 0;
		margin: 0 auto;
		right: 0;
		top: auto;
	}
}
@media screen and (max-width:374px) {
	.gRecParts_headline {
		font-size: 16px;
	}
	.gPageNav_text-office {
		font-size: 14px;
		width: calc(100% - 140px);
	}
	.gPageNav_subText {
		left: 142px;
		font-size: 12px;
	}
	.gRecInterNav_slide_button-next {
		margin-left: 120px;
	}
	.gRecInterNav_slide_button-prev {
		margin-left: -120px;
	}
}
