@charset "UTF-8";
[data-animation] {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	transition-duration: 1s;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-delay: .3s;
}
[data-animation="after"] {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.gHeaderWrap {
	position: relative;
	z-index: 1000;
	height: 105px;
}
.gHeader {
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
	left: 0;
	transition-duration: 0.5s;
	transition-property: background-color, color;
}
.gHeader_inner {
	max-width: 1313px;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-no1 {
	padding-left: 18px;
}
.gHeader_title {}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	align-items: center;
	line-height: 1;
	height: 105px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: opacity, color, height, padding-top;
	padding-top: 8px;
	--color: #0066BA;
	color: #000000;
	font-family: 'sweet-sans-pro', sans-serif;
}
.gHeader_title > a > b {
	display: block;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	top: 7px;
	margin-left: 13px;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
	width: 63px;
	height: 46px;
	fill: currentColor;
}
.gHeader_title_img > title {}
.gHeader_title_img > use {}
.gHeader_col-no2 {}
.gNav {}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: flex;
}
.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: 105px;
	box-sizing: border-box;
	align-items: center;
	font-size: 14px;
	padding: 0 26px;
	transition-duration: .3s;
	transition-property: background-color, color, height, padding-top;
	padding-top: 35px;
}
.p-recruit .gNav_list > li > a.-recruit,
.p-home .gNav_list > li > a.-home,
.p-company .gNav_list > li > a.-company,
.p-business .gNav_list > li > a.-business,
.p-news .gNav_list > li > a.-news,
.p-contact .gNav_list > li > a.-contact {
	color: #0066BA;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_cList {
	list-style: none;
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 221px;
	left: 50%;
	--background-color: #0066BA;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 20px 0;
	margin-top: 41px;
	-webkit-transform: translateX(-50%) scale(1, 0);
	transform: translateX(-50%) 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::before {
	content: "";
	border: 10px solid rgba(255, 255, 255, 0);
	border-bottom-color: #0066BA;
	border-top-width: 0;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-59%);
	transform: translateX(-59%);
}
.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: block;
	text-decoration: none;
	color: inherit;
	padding: 5px 20px;
--	color: #fff;
	color: #000000;
}
.gNav_cList > li > a::before {
	content: "";
}
.gNav_cList > li > a::after {
	content: "";
}
.gNav_sns{
	display: none;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gFooter {
	--background-color: #0066BA;
	background-color: #FFFFFF;
	--color: #fff;
	padding: 54px 0 122px;
}
.gFooter_inner {
	max-width: 1100px;
}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-no1 {
	padding-top: 6px;
}
.gFooter_title {}
.gFooter_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	line-height: 1;
	transition-duration: .3s;
	transition-property: opacity;
	font-family: 'sweet-sans-pro', sans-serif;
}
.gFooter_title > a::before {
	content: "";
}
.gFooter_title > a::after {
	content: "";
}
.gFooter_title_img {
	display: block;
	width: 72px;
	height: 53px;
	fill: currentColor;
	margin-right: 10px;
}
.gFooter_title > a > b {
	display: block;
}
.gFooter_title > a > b > b {
	display: block;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 7px;
}
.gFooter_title > a > b > small {
	display: block;
	font-size: 14px;
	font-weight: 500;
}
.gFooter_sns{
	width: 267px;
}
.gFooter_sns > a{
	display: block;
}
.gFooter_sns > a > img{
	width: 100%;
}
.gFooter_col-no2 {
	flex-grow: 1;
}
.gFootNav {
	max-width: 494px;
	margin-left: auto;
}
.gFootNav_cols {
	display: flex;
	justify-content: space-between;
}
.gFootNav_col {
	margin-left: 20px;
}
.gFootNav_col-no1 {
	margin-left: 0;
}
.gFootNav_list {
	list-style: none;
	font-size: 14px;
	font-weight: 500;
}
.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: 7px 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFootNav_list > li > a::before {
	content: "";
}
.gFootNav_list > li > a::after {
	content: "";
}
.gFootNav_col-no2 {}
.gFootNav_cList {
	list-style: none;
}
.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 {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	padding: 7px 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFootNav_cList > li > a::before {
	content: "-";
	display: block;
	margin-right: 4px;
}
.gFootNav_cList > li > a::after {
	content: "";
}
.gFootNav_col-no3 {}
.gFooter_copyright {
	position: relative;
	z-index: 1;
	pointer-events: none;
	margin-top: -30px;
}
.gFooter_copyright > small {
	display: block;
	font-size: 12px;
	font-weight: 500;
}
.gPankuzu {
	border-top: 41px solid #F1F5F7;
}
.gPankuzu_inner {
	max-width: 1090px;
}
.gPankuzu_oList {
	list-style: none;
	font-size: 12px;
	display: flex;
	color: #727272;
	align-items: center;
	white-space: nowrap;
	overflow: auto;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: ">";
	display: block;
	margin: 0 12px;
}
.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: 47px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gPankuzu_oList > li > a > .icon {
	display: block;
	margin-right: 9px;
}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 90px;
	min-height: calc(100vh - 651px);
}
.gBody-noPb {
	padding-bottom: 0;
}
.isFixed .gHeader_title > a {
	height: 80px;
	padding-top: 0;
}
.isFixed .gNav_list > li > a {
	height: 80px;
	padding-top: 20px;
}
.gVisual {
	margin-bottom: 70px;
}
.gVisual-company {
	margin-bottom: 28px;
}
.gVisual_inner {}
.gVisual_title {}
.gInfo {}
.gInfo_inner {}
.gInfo_box {
	background-color: #F1F5F7;
	max-width: 984px;
	padding-top: 34px;
	padding-bottom: 40px;
	border: 1px solid #0066BA;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.gInfo_title {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 21px;
}
.gInfo_cols {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gInfo_col {
	line-height: 1;
	width: calc(50% - 34px);
	box-sizing: border-box;
}
.gInfo_col-no1 {
	display: flex;
	justify-content: flex-end;
}
.gInfo_telWrap {
	text-align: center;
}
.gInfo_hr {
	background-color: #CECECE;
	display: block;
	width: 1px;
	height: 75px;
	border: none;
	margin: 0 34px;
}
.gInfo_tel {
	margin-bottom: 9px;
}
.gInfo_tel > a {
	display: block;
	text-decoration: none;
	font-size: 28px;
	color: #0066BA;
	font-weight: 500;
}
.gInfo_tel > a::before {
	content: "";
}
.gInfo_tel > a::after {
	content: "";
}
.gInfo_open {
	font-size: 80%;
	text-align: center;
}
.gInfo_col-no2 {}
.gInfo_link {
	max-width: 321px;
}
.gInfo_link > a {
	color: #fff;
	font-size: 16px;
	height: 54px;
}
.gInfo_link > a::before {
	content: "";
}
.gInfo_link > a::after {
	content: "";
}
.gMovie {
	margin-top: 120px;
}
.gMovie_inner {
	max-width: 960px;
}
.gMovie_movie {}
.gMovie_movie > a {}
.gMovie_movie > a::before {
	content: "";
}
.gMovie_movie > a::after {
	content: "";
}
.gMovie_image {}
.gMovie_image > img {}
.gMovie_play {}
.gMovie_play > i {}
.gMovie_play > b {}
.gMovie_link {
	max-width: 321px;
	margin: 50px auto 0;
}
.gMovie_link > a {}
.gMovie_link > a::before {
	content: "";
}
.gMovie_link > a::after {
	content: "";
}
.gMovie_movieWrap > div {
	position: relative;
	z-index: 1;
	padding-bottom: 56.45%;
	display: block !important;
}
.gMovie_movieWrap > div::before {}
.gMovie_movieWrap video {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gMovie_iframeWrap{
	text-align: center;
}
@media screen and (max-width: 999px) {
	.gMovie_iframeWrap {
		position: relative;
		z-index: 1;
		padding-bottom: 56%;
	}
	.gMovie_iframeWrap > iframe{
		display: block;
		border: none;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width:1379px) {
	.gHeader_col-no1 {
		padding-left: 0;
	}
}
@media screen and (min-width:1000px) {
	.gMovie_movie > a:hover {}
	.gMovie_link > a:hover {}
	.gHeader_title > a:hover,
	.gFooter_sns > a:hover {
		opacity: .7;
	}
	.gNav_list > li > a:hover {
		color: #0066BA;
	}
	a:hover + .gNav_cList {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gNav_cList:hover {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gNav_cList > li > a:hover {
		text-decoration: underline;
	}
	.gMenuBtn:hover {}
	.gFooter_title > a:hover {
		opacity: .7;
	}
	.gFootNav_list > li > a:hover {
		opacity: .7;
	}
	.gFootNav_cList > li > a:hover {
		opacity: .7;
	}
	.gPankuzu_oList > li > a:hover {
		color: #0066BA;
	}
	.gInfo_tel > a:hover {}
	.gInfo_link > a:hover {}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title > a > b {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {}
	.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 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_cList {}
	.isShow + .gNav_cList {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gNav_cList::before {}
	.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 {}
	.gNav_cList > li > a::before {}
	.gNav_cList > li > a::after {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gFooter {
		padding-top: 45px;
		padding-bottom: 60px;
	}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-no1 {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title_img {}
	.gFooter_title > a > b {}
	.gFooter_title > a > b > b {}
	.gFooter_title > a > b > small {}
	.gFooter_col-no2 {
		flex-grow: 0;
	}
	.gFootNav {}
	.gFootNav_cols {}
	.gFootNav_col {}
	.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_col-no2 {}
	.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-no3 {}
	.gFooter_copyright {
		margin-top: 0;
	}
	.gFooter_copyright > small {}
	.gPankuzu {}
	.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 {}
	.gBody {
		padding-bottom: 60px;
		min-height: calc(100vh - 580px);
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.isFixed .gHeader_title > a {}
	.isFixed .gNav_list > li > a {}
	.gVisual {
		margin-bottom: 50px;
	}
	.gVisual-company {
		margin-bottom: 20px;
	}
	.gVisual_inner {}
	.gVisual_title {}
	.gInfo {}
	.gInfo_inner {}
	.gInfo_box {
		padding-top: 28px;
		padding-bottom: 30px;
	}
	.gInfo_title {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.gInfo_cols {}
	.gInfo_col {}
	.gInfo_col-no1 {}
	.gInfo_telWrap {}
	.gInfo_hr {
		margin: 0 26px;
	}
	.gInfo_tel {}
	.gInfo_tel > a {
		font-size: 24px;
	}
	.gInfo_tel > a::before {}
	.gInfo_tel > a::after {}
	.gInfo_open {}
	.gInfo_col-no2 {}
	.gInfo_link {
		max-width: 290px;
	}
	.gInfo_link > a {}
	.gInfo_link > a::before {}
	.gInfo_link > a::after {}
	.gMovie {
		margin-top: 80px;
	}
	.gMovie_inner {}
	.gMovie_movie {}
	.gMovie_movie > a {}
	.gMovie_movie > a::before {}
	.gMovie_movie > a::after {}
	.gMovie_image {}
	.gMovie_image > img {}
	.gMovie_play {}
	.gMovie_play > i {}
	.gMovie_play > b {}
	.gMovie_link {}
	.gMovie_link > a {}
	.gMovie_link > a::before {}
	.gMovie_link > a::after {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {
		height: 66px;
	}
	.gHeader {}
	.isShow .gHeader {
		--background-color: #0066BA;
		background-color: #ffffff;
	}
	.gHeader_inner {
		padding: 0;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {
		width: auto;
	}
	.gHeader_col-no1 {
		padding-left: 20px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 66px;
		padding: 0;
		transition-duration: 0.5s;
	}
	.isShow .gHeader_title > a {
		--color: #fff;
	}
	.gHeader_title > a > b {
		font-size: 16px;
		margin-left: 8px;
		top: 3px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 44px;
		height: 32px;
	}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {}
	.gNav {
		position: absolute;
		z-index: 1;
		top: 66px;
		left: 0;
		width: 100%;
		--background-color: #0066BA;
		background-color: #ffffff;
		height: calc(100vh - 66px);
		-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;
		overflow: auto;
	}
	.gNav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gNav_inner {
		padding: 0 20px 20px;
	}
	.gNav_list {
		display: block;
		font-weight: 500;
	}
	.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: 42px;
		padding: 0;
		--border-bottom: 1px solid #fff;
		border-bottom: 1px solid #000000;
		--color: #fff;
		padding: 0 10px;
		position: relative;
		z-index: 1;
	}
	.p-recruit .gNav_list > li > a.-recruit,
	.p-home .gNav_list > li > a.-home,
	.p-company .gNav_list > li > a.-company,
	.p-business .gNav_list > li > a.-business,
	.p-news .gNav_list > li > a.-news,
	.p-contact .gNav_list > li > a.-contact {
		--color: #fff;
	}
	.gNav_list > li > a::before {}
	.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 #fff;
		border: 1px solid #000000;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		border-bottom: none;
		border-left: none;
		opacity: 0;
		transition-duration: .3s;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
	}
	.gNav_list > li > a.-hasChild::after {
		opacity: 1;
	}
	.gNav_list > li > a.-hasChild.isShow::after {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.gNav_cList {
		position: static;
		-webkit-transform: none;
		transform: none;
		margin: 0;
		opacity: 1;
		width: auto;
		padding: 10px 0;
		border-bottom: 1px solid #fff;
		border-radius: 0;
		display: none;
	}
	.isShow + .gNav_cList {
		display: block;
		-webkit-transform: none;
		transform: none;
	}
	.gNav_cList::before {
		display: none;
	}
	.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 {
		font-size: 12px;
		padding: 0 20px;
		height: 40px;
		display: flex;
		align-items: center;
	}
	.gNav_cList > li > a::before {
		content: "-";
		display: block;
		margin-right: 6px;
	}
	.gNav_cList > li > a::after {}
	.gNav_sns{
		display: block;
		width: 240px;
		margin: 0 auto;
	}
	.gNav_sns a{
		display: block;
	}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 0;
		width: 66px;
		height: 66px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 26px;
		height: 3px;
		--background-color: #0066BA;
		background-color: #000000;
		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;
	}
	.isShow .gMenuBtn_bar {
		--background-color: #fff;
		background-color: #000000;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 7px auto 0;
	}
	.isShow .gMenuBtn_bar-no1 {
		top: 5px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		top: -5px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.gMenuBtn_bar-no3 {
		display: none;
	}
	.gFooter {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {}
	.gFooter_col-no1 {}
	.gFooter_title {
		justify-content: center;
		display: flex;
	}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title_img {
		width: 44px;
		height: 32px;
	}
	.gFooter_title > a > b {}
	.gFooter_title > a > b > b {
		font-size: 18px;
		margin-bottom: 4px;
	}
	.gFooter_title > a > b > small {
		font-size: 10px;
	}
	.gFooter_sns{
		display: none;
	}
	.gFooter_col-no2 {}
	.gFootNav {}
	.gFootNav_cols {
		display: none;
	}
	.gFootNav_col {}
	.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_col-no2 {}
	.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-no3 {}
	.gFooter_copyright {
		text-align: center;
		margin-top: 18px;
	}
	.gFooter_copyright > small {
		font-size: 10px;
	}
	.gPankuzu {
		border-top-width: 25px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 10px;
	}
	.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: 36px;
	}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gPankuzu_oList > li > a > .icon {
		margin-right: 5px;
	}
	.gBody {
		padding-bottom: 45px;
		min-height: calc(100vh - 317px);
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.isFixed .gHeader_title > a {
		height: 66px;
	}
	.isFixed .gNav_list > li > a {
		height: 42px;
		padding-top: 0;
	}
	.gVisual {
		margin-bottom: 35px;
	}
	.gVisual-company {
		margin-bottom: 20px;
	}
	.gVisual_inner {}
	.gVisual_title {}
	.gInfo {}
	.gInfo_inner {}
	.gInfo_box {
		padding: 20px 15px;
	}
	.gInfo_title {
		font-size: 16px;
	}
	.gInfo_cols {
		display: block;
	}
	.gInfo_col {
		width: auto;
	}
	.gInfo_col-no1 {
		justify-content: center;
	}
	.gInfo_telWrap {}
	.gInfo_hr {
		width: 100%;
		height: 1px;
		margin: 20px 0;
	}
	.gInfo_tel {}
	.gInfo_tel > a {}
	.gInfo_tel > a::before {}
	.gInfo_tel > a::after {}
	.gInfo_open {}
	.gInfo_col-no2 {}
	.gInfo_link {
		max-width: none;
	}
	.gInfo_link > a {}
	.gInfo_link > a::before {}
	.gInfo_link > a::after {}
	.gMovie {
		margin-top: 45px;
	}
	.gMovie_inner {}
	.gMovie_movie {}
	.gMovie_movie > a {}
	.gMovie_movie > a::before {}
	.gMovie_movie > a::after {}
	.gMovie_image {}
	.gMovie_image > img {}
	.gMovie_play {}
	.gMovie_play > i {}
	.gMovie_play > b {}
	.gMovie_link {
		max-width: none;
		margin-top: 20px;
	}
	.gMovie_link > a {}
	.gMovie_link > a::before {}
	.gMovie_link > a::after {}
}

/* 追加 */
.news_list a[target="_blank"] .news_name{
	display: flex;
}

.news_list a[target="_blank"] .news_name::after {
	font-family: 'icomoon' !important;
	display: inline-block;
	content: "\e901";
	font-weight: 400;
	vertical-align: middle;
}