@charset "UTF-8";
.gHeaderWrap {
	position: relative;
	z-index: 1000;
	height: 100px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.gHeader_inner {
	padding: 0;
	max-width: none;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
	padding-right: 667px;
}
.gHeader_col {}
.gHeader_col-no1 {
	padding-left: 20px;
}
.gHeader_title {}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 100px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
}
.gHeader_col-no2 {}
.gNav {}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: flex;
	align-items: center;
}
.gNav_list > li {
	position: relative;
	z-index: 1;
}
.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;
	padding: 0 26px;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.p-home .gNav_list > li > a.-home,
.p-contact .gNav_list > li > a.-contact,
.p-news .gNav_list > li > a.-news,
.p-company .gNav_list > li > a.-company,
.p-store .gNav_list > li > a.-store,
.p-tengu .gNav_list > li > a.-tengu {
	color: #cb0c0c;
}
.gNav_list > li > a > b {
	display: block;
	font-weight: inherit;
}
.gNav_list > li > a > small {
	display: none;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 10px;
	margin-top: auto;
	margin-bottom: auto;
	border: 1px solid #cb0c0c;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-bottom: none;
	border-left: none;
	opacity: 0;
}
.gNav_list > li > a.-hasChild::after {
	opacity: 1;
}
.gFixNav {
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	width: 596px;
}
.gFixNav_list {
	list-style: none;
	display: flex;
}
.gFixNav_list > li {
	width: 50%;
}
.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 > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 100px;
	align-items: center;
	justify-content: center;
	background-color: #06429b;
	color: #fff;
	border: 1px solid #06429b;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
	z-index: 1;
	padding: 0 40px;
	box-sizing: border-box;
	padding-right: 30px;
}
.gFixNav_list > li:last-child > a {
	background-color: #cb0c0c;
	border-color: #cb0c0c;
	padding-left: 50px;
	padding-right: 20px;
}
.gFixNav_list > li > a::before {
	content: "";
}
.gFixNav_list > li > a::after {
	content: "";
}
.gFixNav_list > li > a > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 27px;
	font-size: 19px;
}
.gFixNav_list > li > a > b {
	display: block;
	font-weight: normal;
	font-size: 22px;
	text-align: center;
	line-height: 1.1;
	white-space: nowrap;
}
.gFixNav_list > li > a > b > br {
	display: none;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav_cList {
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	-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;
}
.gNav_cList > li {}
.gNav_cList > li:first-child {}
.gNav_cList > li:last-child {}
.gNav_cList > li:nth-child(2n+1) {}
.gNav_cList > li:nth-child(n+3) {}
.gNav_cList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 50px;
	background-color: #f6f6f6;
	white-space: nowrap;
	align-items: center;
	padding: 0 16px;
	border-bottom: 1px solid #bab9b9;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
	z-index: 1;
	padding-right: 58px;
}
.gNav_cList > li:last-child > a {
	border-bottom: none;
}
.gNav_cList > li > a::before {
	content: "";
}
.gNav_cList > li > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 10px;
	margin-top: auto;
	margin-bottom: auto;
	border: 1px solid #cb0c0c;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: none;
	border-left: none;
}
.gContact {
	background-image: url(/assets/img/common/bg-contact.jpg);
	background-color: #002864;
	background-size: cover;
	background-position: center top;
	padding: 117px 0 85px;
	position: relative;
	z-index: 0;
	margin-bottom: -1px;
}
.gContact_inner {}
.gContact_cols {
	/* display: flex; */
	/* justify-content: space-between; */
}
.gContact_col {
	/* width: 48.3%; */
}
.gContact_col-no1 {}
.gContact_link {
	margin-bottom: 20px;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}
.gContact_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 70px;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	font-size: 125%;
}
.gContact_link > a::before {
	content: "";
}
.gContact_link > a::after {
	content: "";
}
.gContact_link > a > i {}
.gContact_telLink {
	color: #fff;
	text-align: center;
}
.gContact_telLink > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 50px;
	line-height: 1;
}
.gContact_telLink > a::before {
	content: "";
}
.gContact_telLink > a::after {
	content: "";
}
.gContact_open {
	color: #fff;
	text-align: center;
	margin-top: 12px;
	font-size: 125%;
}
.gContact_col-no2 {}
.gContact_text {
	text-align: center;
	color: #fff;
	font-size: 117%;
}
.gFooter {
	background-color: #232323;
	color: #fff;
	padding-bottom: 39px;
	padding-top: 52px;
	position: relative;
	z-index: 1;
}
.gFooter_inner {}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-no1 {
	display: flex;
	justify-content: center;
	width: calc(100% - 560px);
	max-width: 620px;
}
.gFootNav {
	max-width: 477px;
	width: 100%;
}
.gFootNav_cols {
	display: flex;
	justify-content: space-between;
}
.gFootNav_col {
	margin-left: 15px;
}
.gFootNav_col-no1 {
	margin-left: 0;
}
.gFootNav_list {
	list-style: none;
	font-size: 14px;
}
.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 {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 4px 0;
}
.gFootNav_list > li > a::before {
	content: "";
}
.gFootNav_list > li > a::after {
	content: "";
}
.gFootNav_col-no2 {}
.gFootNav_col-no3 {}
.gFooter_col-no2 {
	width: 520px;
	padding-top: 11px;
}
.gFooter_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.gFooter_list > li {
	width: 49%;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 60px;
	position: relative;
	z-index: 1;
	background-color: #cb0c0c;
	align-items: center;
	padding: 0 40px;
	justify-content: center;
	border: 1px solid #cb0c0c;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.2;
}
.gFooter_list > li:last-child > a {
	background-color: #000000;
	border-color: #000;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_list > li > a > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 22px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
}
.gFooter_dList {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 14px;
	margin-top: 84px;
	align-items: center;
}
.gFooter_dList > dt {
	margin-right: 76px;
}
.gFooter_dList > dt > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_dList > dt > a::before {
	content: "";
}
.gFooter_dList > dt > a::after {
	content: "";
}
.gFooter_dList > dt > a > img {
	display: block;
}
.gFooter_dList > dd {
	margin-right: 1em;
}
.gFooter_dList > dd:last-child {
	margin-right: 0;
}
.gFooter_dList > dd > a {}
.gFooter_dList > dd > a::before {
	content: "";
}
.gFooter_dList > dd > a::after {
	content: "";
}
.gNav_subList {
	display: none;
	list-style: none;
}
.gNav_subList > li {}
.gNav_subList > li:first-child {}
.gNav_subList > li:last-child {}
.gNav_subList > li:nth-child(2n+1) {}
.gNav_subList > li:nth-child(n+3) {}
.gNav_subList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_subList > li > a::before {
	content: "";
}
.gNav_subList > li > a::after {
	content: "";
}
.gNav_subList > li > a > .icon {}
.gBody {
	padding-bottom: 107px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.gVisual {
	background-image: url(/assets/img/common/pt-main-tengu.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 120px;
}

.gVisual-none{
	background-image:none;
	padding-top: 40px;
	margin-bottom: 60px;
}
.gVisual-home {
	background-image: url(/assets/img/common/pt-main-home.jpg);
}
.gVisual-contact {
	background-image: url(/assets/img/common/pt-main-contact.jpg);
	background-color: #171717;
}
.gVisual-news {
	background-image: url(/assets/img/common/pt-main-news.jpg?date=200729);
}
.gVisual-news-detail {}
.gVisual-company {
	background-image: url(/assets/img/common/pt-main-company.jpg);
}
.gVisual-store {
	background-image: url(/assets/img/common/pt-main-store.jpg);
	background-color: #171717;
}
.gVisual-tengu {
	background-image: url(/assets/img/common/pt-main-tengu.jpg);
	background-color: #161616;
}
.gVisual_inner {
	height: 500px;
	display: flex;
	align-items: center;
}

.gVisual_inner-none{
	height:auto;
}
.gVisual_areaText {
	width: 330px;
	height: 270px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.gVisual_title {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gVisual_title > b {
	font-size: 43px;
	font-weight: normal;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 0.1em;
	vertical-align: middle;
}

.gVisual_title-s > b{
	font-size:33px;
}
.gVisual_title-contact > b {
	letter-spacing: -0.05em;
}
.gVisual_title > small {
	display: block;
	font-size: 16px;
	position: absolute;
	z-index: 1;
	font-weight: normal;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 16px;
	line-height: 1.2;
	border-bottom: 1px solid #eb4748;
	padding-bottom: 6px;
	white-space: nowrap;
}
.gNewsList {
	list-style: none;
	border-bottom: 1px solid #d1cccc;
}
.gNewsList > li {}
.gNewsList > li:first-child {}
.gNewsList > li:last-child {}
.gNewsList > li:nth-child(2n+1) {}
.gNewsList > li:nth-child(n+3) {}
.gNewsList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	border-top: 1px solid #d1cccc;
	transition-duration: .3s;
	transition-property: background-color;
}
.gNewsList > li > a::before {}
.gNewsList > li > a::after {}
.gNewsList_item {
	display: flex;
	align-items: center;
	padding: 25px 16px;
}
.gNewsList_updete {
	color: #cb0c0c;
	margin-right: 94px;
	font-size: 112.5%;
}
.gNewsList_updete > time {
	display: block;
}
.gNewsList_name {
	line-height: 1.6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gRecVisual {
	background-image: url(/assets/img/common/pt-main-recruit-entry.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
.gRecVisual-recruit {
	background-image: url(/assets/img/common/pt-main-recruit.jpg);
}
.gRecVisual-recruit_entry {
	background-image: url(/assets/img/common/pt-main-recruit-entry.jpg?date=200805);
	background-color: #bcaea0;
}
.gRecVisual-recruit_faq {
	background-image: url(/assets/img/common/pt-main-recruit-faq.jpg);
	background-color: #e9e7e8;
}
.gRecVisual-recruit_job {
	background-image: url(/assets/img/common/pt-main-recruit-job.jpg?date=200806);
	background-color: #b5b19d;
}
.gRecVisual-recruit_staff {
	background-image: url(/assets/img/common/pt-main-recruit-staff.jpg);
	background-color: #e9e7e8;
}
.gRecVisual-recruit_recruitment {
	background-image: url(/assets/img/common/pt-main-recruit-recruitment.jpg);
	background-color: #c6a861;
}
.gRecVisual_inner {
	height: 540px;
	display: flex;
	align-items: center;
}
.gRecVisual_areaText {}
.gRecVisual_title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.gRecVisual_title > b {
	display: block;
	font-size: 38px;
	background-color: #fff;
	padding: 15px 14px;
	line-height: 1;
	border-left: 8px solid #e60101;
	margin-bottom: 16px;
	font-weight: bold;
}
.gRecVisual_title > small {
	display: block;
	color: #e60101;
	font-size: 16px;
	font-weight: 900;
}
.gBody-recruit {
	min-height: 700px;
	background-color: #faf8f0;
	line-height: 2.125;
}
.gEntryNav {}
.gEntryNav_link {}
.gEntryNav_link > a {
	text-decoration: none;
	color: inherit;
	background-color: #e60101;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gEntryNav_link > a::before {
	content: "";
}
.gEntryNav_link > a::after {
	content: "";
}
.gEntryNav_link > a > .icon {
	display: block;
	font-size: 35px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 160px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gRecNav {
	position: relative;
	z-index: 2;
	margin-top: -40px;
	margin-bottom: 118px;
}
.gRecNav_inner {}
.gRecNav_list {
	list-style: none;
	display: flex;
}
.gRecNav_list > li {
	position: relative;
	z-index: 1;
	flex-grow: 1;
}
.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 {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 80px;
	background-color: #e60101;
	color: #fff;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
	z-index: 1;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 500;
}
.gRecNav_list > li > a.-hasChild {
	padding-right: 30px;
}
.gRecNav_list > li > a.-hasChild::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 20px;
	margin-top: auto;
	margin-bottom: auto;
	border: 1px solid #fff;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-bottom: none;
	border-left: none;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gRecNav_list > li:first-child > a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.gRecNav_list > li:last-child > a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.gRecNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gRecNav_list > li:first-child > a::before {
	display: none;
}
.gRecNav_list > li > a::after {
	content: "";
}
.gRecNav_cList {
	list-style: none;
	position: absolute;
	z-index: 1;
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	-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;
}
.gRecNav_cList > li {}
.gRecNav_cList > li:first-child {}
.gRecNav_cList > li:last-child {}
.gRecNav_cList > li:nth-child(2n+1) {}
.gRecNav_cList > li:nth-child(n+3) {}
.gRecNav_cList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 50px;
	background-color: #f6f6f6;
	white-space: nowrap;
	align-items: center;
	padding: 0 16px;
	border-bottom: 1px solid #bab9b9;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
	z-index: 1;
	padding-right: 58px;
}
.gRecNav_cList > li:last-child > a {
	border-bottom: none;
}
.gRecNav_cList > li > a::before {
	content: "";
}
.gRecNav_cList > li > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 10px;
	margin-top: auto;
	margin-bottom: auto;
	border: 1px solid #cb0c0c;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: none;
	border-left: none;
}
.gRecNav_btn {
	display: none;
}
.gRecNav_btn_barWrap {}
.gRecNav_btn_bar {}
.gRecNav_btn_bar-no1 {}
.gRecNav_btn_bar-no2 {}
.gRecNav_btn_bar-no3 {}
.gEntryNav_list {
	list-style: none;
}
.gEntryNav_list-2col {
	display: flex;
}
.gEntryNav_list > li {}
.gEntryNav_list-2col > li {
	width: 50%;
}
.gEntryNav_list > li:first-child {}
.gEntryNav_list > li:last-child {}
.gEntryNav_list > li:nth-child(2n+1) {}
.gEntryNav_list > li:nth-child(n+3) {}
.gEntryNav_list > li > a {
	text-decoration: none;
	background-color: #e60101;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	letter-spacing: 0.05em;
}
.gEntryNav_list > li > a.-faq {
	background-color: #000;
}
.gEntryNav_list > li > a::before {
	content: "";
}
.gEntryNav_list > li > a::after {
	content: "";
}
.gEntryNav_list > li > a > .icon {
	display: block;
	font-size: 35px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 160px;
	transition-duration: .3s;
	transition-property: margin-left;
}
.gPager {
	display: flex;
	justify-content: center;
}
.gPager > a,
.gPager > span {
	color: inherit;
	text-decoration: none;
	padding: 10px 20px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.gPager > .previouspostslink {
	font-size: 0;
	display: flex;
	align-items: center;
}
.gPager > .current {
	color: #cb0c0c;
}
.gPager > .extend {}
.gPager > .nextpostslink {
	color: inherit;
	position: relative;
	z-index: 1;
	font-size: 0;
	display: flex;
	align-items: center;
}
.gPager > .nextpostslink::before {
	content: "NEXT";
	display: block;
	font-size: 16px;
}
.gPager > .nextpostslink::after {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 3' fill='%23cb0c0c'%3E%3Cpath d='M16.28.69V2.08H.45l0,.23H19.57Z'/%3E%3C/svg%3E");
	width: 80px;
	height: 12px;
	background-size: 100% 100%;
	margin-left: 9px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gPager > .previouspostslink::before {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 3' fill='%23cb0c0c'%3E%3Cpath d='M16.28.69V2.08H.45l0,.23H19.57Z'/%3E%3C/svg%3E");
	width: 80px;
	height: 12px;
	background-size: 100% 100%;
	margin-right: 9px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gPager > .previouspostslink::after {
	content: "PREV";
	display: block;
	font-size: 16px;
}
@media screen and (max-width:1799px) {
	.gFixNav {
		width: 500px;
	}
	.gHeader_cols {
		padding-right: 537px;
	}
	.gFixNav_list > li > a {}
	.gFixNav_list > li > a > b {
		font-size: 18px;
	}
	.gFixNav_list > li > a > .icon {
		left: 20px;
	}
	.gNav_list > li > a {
		padding: 0 19px;
	}
	.gNav_list > li > a::after {
		right: 9px;
	}
	.gNav_list > li > a.-hasChild {
		padding-right: 25px;
	}
}
@media screen and (max-width:1599px) {
	.gFixNav_list > li > a > b > br {
		display: inline;
	}
	.gFixNav {
		width: 380px;
	}
	.gHeader_cols {
		padding-right: 390px;
	}
	.gNav_list > li > a {
		padding: 0 15px;
	}
}
@media screen and (max-width:1399px) {
	.gFixNav {
		width: 300px;
	}
	.gHeader_cols {
		padding-right: 310px;
	}
	.gFixNav_list > li > a > b {
		font-size: 16px;
	}
	.gNav_list > li > a {
		font-size: 15px;
	}
	.gFixNav_list > li > a {
		padding-right: 10px;
		padding-left: 35px;
	}
	.gFixNav_list > li:last-child > a {
		padding-right: 10px;
		padding-left: 35px;
	}
	.gFixNav_list > li > a > .icon {
		font-size: 18px;
		left: 10px;
	}
	.gNav_cList > li > a {
		font-size: 15px;
	}
}
@media screen and (max-width:1299px) {
	.gNav_list > li > a {
		padding: 0 10px;
	}
	.gHeader_title {
		width: 280px;
	}
}
@media screen and (max-width:1199px) {
	.gHeader_cols {
		padding-right: 250px;
	}
	.gNav_list > li > a {
		font-size: 14px;
	}
	.gHeader_title {}
	.gHeader_col-no1 {
		padding-left: 15px;
	}
	.gFixNav_list > li > a > b {
		font-size: 14px;
		height: 2.2em;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.gFixNav {
		width: 240px;
	}
	.gFixNav_list > li > a > .icon {
		font-size: 16px;
		left: 9px;
	}
	.gFixNav_list > li:last-child > a {
		padding-left: 30px;
	}
	.gFixNav_list > li > a {
		padding-left: 30px;
	}
	.gNav_cList > li > a {
		font-size: 14px;
	}
}
@media screen and (max-width:1099px) {
	.gFixNav_list > li > a {
		flex-direction: column;
		padding: 0 5px;
	}
	.gHeader_title {
		width: 244px;
	}
	.gHeader_cols {
		padding-right: 200px;
	}
	.gFixNav {
		width: 190px;
	}
	.gFixNav_list > li > a > .icon {
		position: static;
		-webkit-transform: none;
		transform: none;
		font-size: 20px;
		margin-bottom: 4px;
	}
	.gFixNav_list > li:last-child > a {
		padding: 0 5px;
	}
	.gFixNav_list > li > a {}
}
@media screen and (min-width:1000px) {
	.gEntryNav_list > li > a:hover > .icon {
		margin-left: 170px;
	}
	.gPager > a:hover {
		color: #cb0c0c;
	}
	.gEntryNav_list > li > a:hover {
		background-color: #ff3737;
	}
	.gEntryNav_list > li > a.-faq:hover {
		background-color: #222;
	}
	.gEntryNav_link > a:hover {
		background-color: #ff3737;
	}
	.gEntryNav_link > a:hover > .icon {
		-webkit-transform: translate(-50%, -50%) translateX(20px);
		transform: translate(-50%, -50%) translateX(20px);
	}
	.gRecNav_list > li > a:hover {
		background-color: #ff3737;
	}
	a:hover + .gRecNav_cList {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gRecNav_cList:hover {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gRecNav_cList > li > a:hover {
		background-color: #e6e4e4;
	}
	.gRecNav_btn:hover {}
	.gNewsList > li > a:hover {}
	.gNav_subList > li > a:hover {}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gNav_list > li > a:hover {
		color: #cb0c0c;
	}
	.gFixNav_list > li > a:hover {
		color: #06429b;
		background-color: #fff;
	}
	.gFixNav_list > li:last-child > a:hover {
		color: #cb0c0c;
	}
	.gMenuBtn:hover {}
	a:hover + .gNav_cList {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gNav_cList:hover {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gNav_cList > li > a:hover {
		background-color: #e6e4e4;
	}
	.gContact_link > a:hover {}
	.gContact_telLink > a:hover {}
	.gFootNav_list > li > a:hover {
		text-decoration: underline;
	}
	.gFooter_list > li:last-child > a:hover {
		color: #000;
	}
	.gFooter_list > li > a:hover {
		background-color: #fff;
		color: #cb0c0c;
	}
	.gFooter_dList > dt > a:hover {
		opacity: .7;
	}
	.gFooter_dList > dd > a:hover {}
	.gNewsList > li > a:hover {
		background-color: rgba(255, 255, 255, .6);
	}
	.gPager > .previouspostslink:hover::before {
		-webkit-transform: rotateY(180deg) translateX(10px);
		transform: rotateY(180deg) translateX(10px);
	}
	.gPager > .nextpostslink:hover::after {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {
		height: 80px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {
		display: block;
		padding-right: 0;
	}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {}
	.gHeader_title > a {
		height: 80px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_col-no2 {}
	.gNav {
		position: fixed;
		z-index: 1;
		top: 80px;
		left: 0;
		height: calc(100% - 80px);
		background-color: #fff;
		width: 100%;
		overflow: auto;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		pointer-events: none;
	}
	.gNav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gNav_inner {
		padding-bottom: 20px;
	}
	.gNav_list {
		display: block;
	}
	.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 {
		border-top: 1px solid #cb0c0c;
		height: 65px;
		font-size: 16px;
		justify-content: center;
		padding: 0 30px;
		font-weight: 600;
		box-sizing: border-box;
	}
	.gNav_list > li:first-child > a {
		border-top: none;
	}
	.gNav_list > li > a.-hasChild {
		padding-left: 30px;
		padding-right: 30px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a.-hasChild::after {
		opacity: 0;
	}
	.gFixNav {
		width: 160px;
		right: 80px;
		-webkit-transform-origin: center top;
		transform-origin: center top;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.isShow + .gFixNav {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		opacity: 0;
		transition-delay: 0s, .5s, .5s;
	}
	.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 > li > a {
		height: 80px;
	}
	.gFixNav_list > li:last-child > a {}
	.gFixNav_list > li > a::before {}
	.gFixNav_list > li > a::after {}
	.gFixNav_list > li > a > .icon {}
	.gFixNav_list > li > a > b {
		font-size: 13px;
	}
	.gFixNav_list > li > a > b > br {}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1002;
		top: 0;
		right: 0;
		width: 80px;
		height: 80px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 32px;
		height: 2px;
		background-color: #cb0c0c;
		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: 9px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 11px;
		-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: -11px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.gNav_cList {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		border-bottom: 1px solid #cb0c0c;
		position: relative;
		z-index: 2;
		top: 0;
		margin-top: -10px;
		padding-bottom: 10px;
	}
	.gNav_cList > li {}
	.gNav_cList > li:first-child {}
	.gNav_cList > li:last-child {}
	.gNav_cList > li:nth-child(2n + 1) {}
	.gNav_cList > li:nth-child(n + 3) {}
	.gNav_cList > li > a {
		background-color: #fff;
		border-bottom: none;
		justify-content: center;
		padding: 0 20px;
		height: 40px;
	}
	.gNav_cList > li:last-child > a {}
	.gNav_cList > li > a::before {}
	.gNav_cList > li > a::after {
		display: none;
	}
	.gContact {
		padding: 80px 0 60px;
	}
	.gContact_inner {}
	.gContact_cols {}
	.gContact_col {}
	.gContact_col-no1 {}
	.gContact_link {}
	.gContact_link > a {
		font-size: 16px;
	}
	.gContact_link > a::before {}
	.gContact_link > a::after {}
	.gContact_link > a > i {}
	.gContact_telLink {}
	.gContact_telLink > a {
		font-size: 37px;
	}
	.gContact_telLink > a::before {}
	.gContact_telLink > a::after {}
	.gContact_open {
		font-size: 16px;
	}
	.gContact_col-no2 {}
	.gContact_text {
		font-size: 16px;
	}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		margin-right: 0;
		width: auto;
		max-width: none;
	}
	.gFooter_col-no1 {
		display: flex;
		justify-content: center;
	}
	.gFootNav {}
	.gFootNav_cols {}
	.gFootNav_col {
		margin-left: 50px;
	}
	.gFootNav_col-no1 {
		margin-left: 0;
	}
	.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_col-no2 {}
	.gFootNav_col-no3 {}
	.gFooter_col-no2 {
		margin: 0 auto;
		width: auto;
		max-width: 500px;
		padding: 0;
		margin-top: 25px;
	}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n + 1) {}
	.gFooter_list > li:nth-child(n + 3) {}
	.gFooter_list > li > a {}
	.gFooter_list > li:last-child > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_list > li > a > .icon {}
	.gFooter_dList {
		margin-top: 45px;
	}
	.gFooter_dList > dt {
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.gFooter_dList > dt > a {
		max-width: 201px;
		margin: 0 auto 0;
	}
	.gFooter_dList > dt > a::before {}
	.gFooter_dList > dt > a::after {}
	.gFooter_dList > dt > a > img {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd:last-child {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gNav_subList {
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
		margin-top: 25px;
	}
	.gNav_subList > li {
		width: 49%;
	}
	.gNav_subList > li:first-child {}
	.gNav_subList > li:last-child {}
	.gNav_subList > li:nth-child(2n + 1) {}
	.gNav_subList > li:nth-child(n + 3) {}
	.gNav_subList > li > a {
		height: 65px;
		background-color: #06429b;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		position: relative;
		z-index: 1;
		font-size: 16px;
		font-weight: 600;
	}
	.gNav_subList > li:last-child > a {
		background-color: #cb0c0c;
	}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a::after {}
	.gNav_subList > li > a > .icon {
		font-size: 120%;
		display: block;
		margin-right: 7px;
	}
	.gNav_list > li > a > small {
		display: block;
		color: #cb0c0c;
		font-weight: normal;
		font-size: 11px;
		margin-left: 1em;
	}
	.gBody {
		padding-bottom: 80px;
	}
	.gVisual {
		margin-bottom: 80px;
	}.gVisual-none {
    margin-bottom:35px;
}
	.gVisual_inner {
		height: 400px;
	}.gVisual_inner-none {
    height: auto;
}
	.gVisual_areaText {
		width: 300px;
		height: 220px;
	}
	.gVisual_title {}
	.gVisual_title > b {
		font-size: 36px;
	}

	.gVisual_title-s > b{
    font-size: 27px;
}
	.gVisual_title > small {
		font-size: 14px;
	}
	.gNewsList {}
	.gNewsList > li {}
	.gNewsList > li:first-child {}
	.gNewsList > li:last-child {}
	.gNewsList > li:nth-child(2n + 1) {}
	.gNewsList > li:nth-child(n + 3) {}
	.gNewsList > li > a {}
	.gNewsList > li > a::before {}
	.gNewsList > li > a::after {}
	.gNewsList_item {}
	.gNewsList_updete {}
	.gNewsList_updete > time {}
	.gNewsList_name {}
	.gRecVisual {}
	.gRecVisual_inner {
		height: 45vw;
	}
	.gRecVisual_areaText {}
	.gRecVisual_title {}
	.gRecVisual_title > b {
		font-size: 32px;
		border-left-width: 6px;
	}
	.gRecVisual_title > small {
		font-size: 14px;
	}
	.gBody-recruit {
		min-height: 600px;
	}
	.gEntryNav {}
	.gEntryNav_link {}
	.gEntryNav_link > a {
		height: 240px;
	}
	.gEntryNav_link > a::before {}
	.gEntryNav_link > a::after {}
	.gEntryNav_link > a > .icon {}
	.gRecNav {
		margin-top: -30px;
		margin-bottom: 80px;
	}
	.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 {
		height: 60px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.gRecNav_list > li > a.-hasChild {
		padding-right: 25px;
	}
	.gRecNav_list > li > a.-hasChild::after {
		right: 14px;
	}
	.gRecNav_list > li > a.isShow.-hasChild::after {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.gRecNav_list > li:first-child > a {}
	.gRecNav_list > li:last-child > a {}
	.gRecNav_list > li > a::before {}
	.gRecNav_list > li:first-child > a::before {}
	.gRecNav_list > li > a::after {}
	.gRecNav_cList {}
	.isShow + .gRecNav_cList {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gRecNav_cList > li {}
	.gRecNav_cList > li:first-child {}
	.gRecNav_cList > li:last-child {}
	.gRecNav_cList > li:nth-child(2n + 1) {}
	.gRecNav_cList > li:nth-child(n + 3) {}
	.gRecNav_cList > li > a {}
	.gRecNav_cList > li > a::before {}
	.gRecNav_cList > li > a::after {}
	.gRecNav_btn {}
	.gRecNav_btn_barWrap {}
	.gRecNav_btn_bar {}
	.gRecNav_btn_bar-no1 {}
	.gRecNav_btn_bar-no2 {}
	.gRecNav_btn_bar-no3 {}
	.gEntryNav_list {}
	.gEntryNav_list > li {}
	.gEntryNav_list > li:first-child {}
	.gEntryNav_list > li:last-child {}
	.gEntryNav_list > li:nth-child(2n + 1) {}
	.gEntryNav_list > li:nth-child(n + 3) {}
	.gEntryNav_list > li > a {
		height: 240px;
	}
	.gEntryNav_list > li > a::before {}
	.gEntryNav_list > li > a::after {}
	.gEntryNav_list > li > a > .icon {}
	.gPager {}
	.gPager > a,
	.gPager > span {}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gPager > .previouspostslink::before {}
	.gPager > .previouspostslink::after {
		font-size: 14px;
	}
	.gPager > .nextpostslink::before {
		font-size: 14px;
	}
	.gPager > .nextpostslink::after {}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {
		height: 60px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {
		padding-left: 10px;
	}
	.gHeader_title {
		width: 130px;
	}
	.gHeader_title > a {
		height: 60px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_col-no2 {}
	.gNav {
		height: calc(100% - 60px);
		top: 60px;
	}
	.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 {
		height: 50px;
		justify-content: flex-start;
		font-size: 15px;
	}
	.gNav_list > li > a > small {
		font-size: 10px;
	}
	.gNav_list > li > a > b {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a.-hasChild::after {}
	.gFixNav {
		right: 60px;
		width: 150px;
	}
	.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 > li > a {
		height: 60px;
	}
	.gFixNav_list > li:last-child > a {}
	.gFixNav_list > li > a::before {}
	.gFixNav_list > li > a::after {}
	.gFixNav_list > li > a > .icon {
		font-size: 16px;
	}
	.gFixNav_list > li > a > b {
		font-size: 11px;
		font-weight: 600;
	}
	.gFixNav_list > li > a > b > br {}
	.gMenuBtn {
		width: 60px;
		height: 60px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		width: 26px;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 8px;
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -8px;
	}
	.gNav_cList {}
	.gNav_cList > li {}
	.gNav_cList > li:first-child {}
	.gNav_cList > li:last-child {}
	.gNav_cList > li:nth-child(2n + 1) {}
	.gNav_cList > li:nth-child(n + 3) {}
	.gNav_cList > li > a {
		justify-content: flex-start;
		padding-left: 50px;
	}
	.gNav_cList > li:last-child > a {}
	.gNav_cList > li > a::before {}
	.gNav_cList > li > a::after {}
	.gContact {
		padding-top: 35px;
		padding-bottom: 30px;
		background-position: left top;
	}
	.gContact_inner {}
	.gContact_cols {
		display: block;
	}
	.gContact_col {
		width: auto;
	}
	.gContact_col-no1 {
		margin-bottom: 20px;
	}
	.gContact_link {
		margin-bottom: 7px;
	}
	.gContact_link > a {
		height: 60px;
		padding-right: 20px;
		padding-left: 10px;
	}
	.gContact_link > a::before {}
	.gContact_link > a::after {}
	.gContact_link > a > i {}
	.gContact_telLink {
		display: none;
	}
	.gContact_telLink > a {
		font-size: 24px;
	}
	.gContact_telLink > a::before {}
	.gContact_telLink > a::after {}
	.gContact_open {
		font-size: 14px;
		margin-top: 5px;
	}
	.gContact_col-no2 {}
	.gContact_text {
		font-size: 14px;
	}
	.gFooter {
		padding-top: 35px;
		padding-bottom: 25px;
	}
	.gFooter_inner {}
	.gFooter_cols {
		max-width: 345px;
		margin: 0 auto;
	}
	.gFooter_col {}
	.gFooter_col-no1 {
		display: block;
	}
	.gFootNav {}
	.gFootNav_cols {
		justify-content: space-between;
	}
	.gFootNav_col {
		margin-left: 20px;
	}
	.gFootNav_col-no1 {
		margin-left: 0;
	}
	.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_col-no2 {}
	.gFootNav_col-no3 {}
	.gFooter_col-no2 {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n + 1) {}
	.gFooter_list > li:nth-child(n + 3) {}
	.gFooter_list > li > a {
		padding: 0 10px;
		align-items: center;
		font-size: 13px;
		height: 55px;
	}
	.gFooter_list > li:last-child > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_list > li > a > .icon {
		position: static;
		font-size: 16px;
		-webkit-transform: none;
		transform: none;
		margin-right: 5px;
	}
	.gFooter_dList {
		font-size: 11px;
		margin-top: 25px;
	}
	.gFooter_dList > dt {}
	.gFooter_dList > dt > a {
		max-width: 150px;
	}
	.gFooter_dList > dt > a::before {}
	.gFooter_dList > dt > a::after {}
	.gFooter_dList > dt > a > img {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd:last-child {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gNav_subList {
		display: block;
	}
	.gNav_subList > li {
		width: auto;
		margin-top: 10px;
	}
	.gNav_subList > li:first-child {
		margin-top: 0;
	}
	.gNav_subList > li:last-child {}
	.gNav_subList > li:nth-child(2n + 1) {}
	.gNav_subList > li:nth-child(n + 3) {}
	.gNav_subList > li > a {
		font-size: 14px;
		padding-right: 30px;
		padding-left: 10px;
	}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a::after {}
	.gNav_subList > li > a > .icon {}
	.gBody {
		padding-bottom: 60px;
	}
	.gVisual {
		margin-bottom: 45px;
	}.gVisual-none {
    margin-bottom: 35px;
    padding-top: 20px;
}
	.gVisual_inner {
		justify-content: center;
		height: 200px;
	}

	.gVisual_inner-none {
    height: auto;
}
	.gVisual_areaText {
		width: 200px;
		height: 80px;
	}
	.gVisual_title {
		text-align: center;
	}
	.gVisual_title > b {
		font-size: 20px;
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		display: block;
		margin-bottom: 9px;
	}
	.gVisual_title > small {
		font-size: 10px;
		position: static;
		-webkit-transform: none;
		transform: none;
		margin-right: 0;
	}
	.gVisual_title > small > br {
		display: none;
	}
	.gNewsList {}
	.gNewsList > li {}
	.gNewsList > li:first-child {}
	.gNewsList > li:last-child {}
	.gNewsList > li:nth-child(2n + 1) {}
	.gNewsList > li:nth-child(n + 3) {}
	.gNewsList > li > a {}
	.gNewsList > li > a::before {}
	.gNewsList > li > a::after {}
	.gNewsList_item {
		padding: 15px 0px;
	}
	.gNewsList_updete {
		font-size: 13px;
		margin-right: 1em;
	}
	.gNewsList_updete > time {}
	.gNewsList_name {
		font-size: 12px;
	}
	.gRecVisual {}

	.gRecVisual-recruit_staff{
		background-position:left center;
	}
	.gRecVisual_inner {}
	.gRecVisual_areaText {}
	.gRecVisual_title {}
	.gRecVisual_title > b {
		font-size: 19px;
		padding: 9px 11px;
		border-left-width: 5px;
		margin-bottom: 10px;
	}
	.gRecVisual_title > small {}
	.gBody-recruit {
		min-height: 800px;
		line-height: 2;
	}
	.gEntryNav {}
	.gEntryNav_link {}
	.gEntryNav_link > a {}
	.gEntryNav_link > a::before {}
	.gEntryNav_link > a::after {}
	.gEntryNav_link > a > .icon {}
	.gRecNav {
		margin-top: -25px;
		margin-bottom: 50px;
	}
	.gRecNav_inner {}
	.gRecNav_listWrap {
		position: relative;
		z-index: 1;
	}
	.gRecNav_list {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		-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;
	}
	.gRecNav_list.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.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 {
		height: 50px;
		justify-content: flex-start;
		padding: 0 20px;
		border-top: 1px solid #fff;
	}
	.gRecNav_list > li > a.-hasChild {
		padding-right: 40px;
	}
	.gRecNav_list > li > a.-hasChild::after {
		right: 20px;
	}
	.gRecNav_list > li:first-child > a {
		border-radius: 0;
	}
	.gRecNav_list > li:last-child > a {
		border-radius: 0;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.gRecNav_list > li > a::before {
		display: none;
	}
	.gRecNav_list > li:first-child > a::before {}
	.gRecNav_list > li > a::after {}
	.gRecNav_cList {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		position: static;
		display: none;
	}
	.isShow + .gRecNav_cList {
		display: block;
	}
	.gRecNav_cList > li {}
	.gRecNav_cList > li:first-child {}
	.gRecNav_cList > li:last-child {}
	.gRecNav_cList > li:nth-child(2n + 1) {}
	.gRecNav_cList > li:nth-child(n + 3) {}
	.gRecNav_cList > li > a {
		padding-left: 20px;
		padding-right: 25px;
		border-top: 1px solid #fff;
		border-bottom: none;
	}
	.gRecNav_cList > li > a::before {}
	.gRecNav_cList > li > a::after {}
	.gRecNav_btn {
		display: block;
		width: 100%;
		text-align: left;
		padding: 0 20px;
		background-color: #e60101;
		color: #fff;
		height: 50px;
		position: relative;
		z-index: 1;
	}
	.gRecNav_btn_barWrap {
		display: flex;
		width: 50px;
		height: 50px;
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.gRecNav_btn_bar {
		display: block;
		width: 20px;
		height: 1px;
		background-color: #fff;
		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;
	}
	.gRecNav_btn_bar-no1 {}
	.gRecNav_btn_bar-no2 {
		margin: 5px 0;
	}
	.gRecNav_btn_bar-no3 {}
	.isShow .gRecNav_btn_bar-no1 {
		top: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.isShow .gRecNav_btn_bar-no2 {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	.isShow .gRecNav_btn_bar-no3 {
		top: -6px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.gEntryNav_list {}
	.gEntryNav_list-2col {
		flex-direction: column-reverse;
	}
	.gEntryNav_list > li {}
	.gEntryNav_list-2col > li {
		width: 100%;
	}
	.gEntryNav_list > li:first-child {}
	.gEntryNav_list > li:last-child {}
	.gEntryNav_list > li:nth-child(2n + 1) {}
	.gEntryNav_list > li:nth-child(n + 3) {}
	.gEntryNav_list > li > a {
		height: 160px;
		font-size: 25px;
	}
	.gEntryNav_list > li > a::before {}
	.gEntryNav_list > li > a::after {}
	.gEntryNav_list > li > a > .icon {
		font-size: 18px;
		left: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-left: 0;
		right: 30px;
	}
	.gPager {
		flex-wrap: wrap;
		position: relative;
		z-index: 1;
		padding: 0 95px;
	}
	.gPager > a,
	.gPager > span {
		padding: 5px 10px;
	}
	.gPager > .previouspostslink {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gPager > .previouspostslink::before {
		width: 30px;
		margin-right: 5px;
	}
	.gPager > .previouspostslink::after {
		font-size: 13px;
	}
	.gPager > .nextpostslink::before {
		font-size: 13px;
	}
	.gPager > .nextpostslink::after {
		width: 30px;
		margin-left: 5px;
	}
}
@media screen and (max-width:374px) {
	.gFixNav {
		width: 120px;
	}
	.gFixNav_list > li > a > b {
		font-size: 10px;
	}
	.gHeader_title {
		width: 120px;
	}
	.gContact_link > a {
		font-size: 14px;
	}
	.gFootNav_list {
		font-size: 13px;
	}
}
