@charset "UTF-8";
.gHeaderWrap {
	height: 100px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.gHeader_inner {
	padding-right: 0;
	max-width: none;
}
.gHeader_cols {
	display: flex;
}
.gHeader_cols::before {
	content: "";
	display: block;
	width: 7.4vw;
	height: auto;
	max-width: 142px;
}
.gHeader_col {}
.gHeader_col-no1 {}
.gHeader_title {
	height: 100%;
}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	font-size: 28px;
	font-weight: bold;
	height: 100%;
	color: #073190;
	line-height: 1;
	white-space: nowrap;
}
.gHeader_title > a > b {
	display: block;
	font-weight: inherit;
	color: #333;
	margin-left: 9px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
	width: 87px;
	height: 56px;
	fill: currentColor;
}
.gHeader_col-no2 {
	flex-grow: 1;
}
.gNav {
	max-width: 735px;
	margin-left: auto;
}
.gNav_inner {
	display: flex;
}
.gNav_list {
	list-style: none;
	display: flex;
	font-size: 17px;
	flex-grow: 1;
}
.gNav_list > li {
	flex-grow: 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;
	white-space: nowrap;
	color: inherit;
	height: 100%;
	align-items: center;
	font-weight: 500;
	padding: 0 10px;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_link {
	width: 300px;
	margin-left: 51px;
}
.gNav_link > a {
	text-decoration: none;
	color: inherit;
	height: 100px;
	background-color: #133b96;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 500;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list > li > a > b {
	display: block;
	font-weight: inherit;
	position: relative;
	z-index: 1;
}
.gNav_list > li > a > b::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition-duration: .3s;
	transition-property: width;
}
.gNav_link > a::before {
	content: "";
}
.gNav_link > a::after {
	content: "";
}
.gNav_link > a > .icon {
	display: block;
	font-size: 147%;
	margin-right: 0.4em;
}
.gFooter {
	background-color: #143e93;
	color: #fff;
	padding: 44px 0 50px;
	box-shadow: 0 100vh 0 100vh #143e93;
}
.gFooter_inner {
	max-width: 1079px;
}
.gFooter_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	margin-bottom: 15px;
}
.gFooter_list > li {
	display: flex;
	align-items: center;
}
.gFooter_list > li::after {
	content: "｜";
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.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;
	padding: 10px 17px;
}
.gFooter_list > li:first-child > a {
	padding-left: 0;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.gFooter_col {}
.gFooter_col-no1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.gFooter_title {
	margin-right: 39px;
}
.gFooter_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	font-weight: bold;
	font-size: 24px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_title > a > b {
	display: block;
	font-weight: inherit;
}
.gFooter_title > a::before {
	content: "";
}
.gFooter_title > a::after {
	content: "";
}
.gFooter_title_img {
	display: block;
	width: 73px;
	height: 48px;
	fill: currentColor;
	margin-right: 8px;
}
.gFooter_addr {
	font-size: 16px;
}
.gFooter_col-no2 {}
.gFooter_copyright {
	font-size: 12px;
}
.gFooter_copyright > small {
	display: block;
	font-size: inherit;
}
.gPageTop {
	position: fixed;
	z-index: 999;
	bottom: 20px;
	width: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition-duration: .3s;
	transition-property: opacity;
}
.gPageTop.isFixed {
	opacity: 1;
	pointer-events: auto;
}
.gPageTop_inner {
	max-width: 1271px;
}
.gPageTop_button {
	display: block;
	color: #fff;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button[disabled] {
	background-color: #133b96;
	pointer-events: none;
}
.gPageTop_button::before {
	content: "";
}
.gPageTop_button::after {
	content: "";
}
.gPageTop_button > svg {
	display: block;
	width: 27px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 2px;
	margin: 0 auto;
}
.gPageTop_btnWrap {
	position: relative;
	z-index: 1;
}
.gPageTop-mix {
	mix-blend-mode: multiply;
	z-index: 998;
}
.isFixed + .gPageTop-mix {
	opacity: 1;
}
.gContact {
	background-color: #f4f7ff;
	padding: 35px 0 47px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.gContact_inner {
	max-width: 962px;
}
.gContact_text {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 33px;
	line-height: 1.7;
}
.gContact_cols {
	display: flex;
}
.gContact_col {
	width: calc((100% - 96px) / 2);
	padding-top: 2px;
}
.gContact_col-no1 {}
.gContact_title {}
.gContact_telLink {
	width: 100%;
	overflow: hidden;
}
.gContact_telLink > a {
	text-decoration: none;
	display: flex;
	font-size: 30px;
	font-weight: bold;
	color: #073190;
	align-items: center;
	line-height: 1;
	letter-spacing: 0;
}
.gContact_telLink > a::before {
	content: "";
}
.gContact_telLink > a::after {
	content: "";
}
.gContact_telLink > a > small {
	display: block;
	font-size: inherit;
	position: relative;
	z-index: 1;
	top: 0.3em;
	margin-right: 0.2em;
}
.gContact_telLink > a > b {
	display: block;
	font-weight: inherit;
	font-size: 190%;
	letter-spacing: 0;
	white-space: nowrap;
}
.gContact_open {
	font-size: 18px;
	color: #073190;
	font-weight: 500;
}
.gContact_col-no2 {}
.gContact_link {
	margin-right: -45px;
}
.gContact_link > a {}
.gContact_link > a::before {
	content: "";
}
.gContact_link > a::after {
	content: "";
}
.gContact_link > a > .icon {}
.gContact_hr {
	height: auto;
	width: 1px;
	background-color: #073190;
	border: none;
	margin: 0 auto;
}
.gBody {
	position: relative;
	z-index: 1;
	padding-bottom: 99px;
	overflow: hidden;
}
.gVisual {
	background-image: url(/assets/img/common/pt-main-about@2x.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #1d305a;
}
.gVisual-contact {
	background-image: url(/assets/img/common/pt-main-contact@2x.jpg);
}
.gVisual-company {
	background-image: url(/assets/img/common/pt-main-company@2x.jpg);
}
.gVisual_inner {
	display: flex;
	padding: 20px 0;
	justify-content: center;
	align-items: center;
}
.gVisual_inner::after {
	content: "";
	display: block;
	height: 200px;
	width: 1px;
	margin-right: -1px;
}
.gVisual_title {
	font-size: 34px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}
.gVisual_title::after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: currentColor;
	margin: 5px auto 0;
}
.gPankuzu {
	margin-bottom: 50px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	color: #666666;
	font-size: 14px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: ">";
	display: block;
	margin: 0 4px;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 50px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gBody_inner {}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.isShow .gMenuBtn_bar-no1 {}
.isShow .gMenuBtn_bar-no2 {}
.isShow .gMenuBtn_bar-no3 {}
.gContact_link_arrow {}
.gContact_telLink_text {
	display: none;
}
@media screen and (max-width:1499px) {
	.gHeader_cols::before {
		display: none;
	}
}
@media screen and (max-width:1299px) {
	.gNav_link {
		width: 220px;
		margin-left: 20px;
	}
	.gNav {
		max-width: 640px;
	}
}
@media screen and (max-width:1099px) {
	.gContact_link {
		margin-right: 0;
	}
	.gNav {
		max-width: 600px;
	}
}
@media screen and (min-width:1000px) {
	.gHeader_title > a:hover {}
	.gHeader_title > a:hover > b {
		color: #073190;
	}
	.gNav_list > li > a:hover {
		color: #073190;
	}
	.gNav_link > a:hover {
		background-color: #395aa6;
	}
	.gNav_list > li > a:hover > b::after {
		width: 100%;
		left: 0;
	}
	.gFooter_list > li > a:hover {
		text-decoration: underline;
	}
	.gFooter_title > a:hover {
		opacity: 0.8;
	}
	.gPageTop_button:hover {
		background-color: rgba(255, 255, 255, 0.14);
	}
	.gContact_telLink > a:hover {}
	.gContact_link > a:hover {}
	.gPankuzu_oList > li > a:hover {
		text-decoration: underline;
		color: #133b96;
	}
	.gMenuBtn:hover {}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {
		height: 80px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_cols::before {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {}
	.gHeader_title > a {
		font-size: 23px;
	}
	.gHeader_title > a > b {
		margin-left: 6px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 60px;
		height: 40px;
	}
	.gHeader_col-no2 {}
	.gNav {
		max-width: 470px;
	}
	.gNav_inner {}
	.gNav_list {
		font-size: 16px;
	}
	.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: 0 7px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_link {
		width: 170px;
		margin-left: 10px;
	}
	.gNav_link > a {
		font-size: 16px;
		height: 80px;
	}
	.gNav_list > li > a > b {}
	.gNav_list > li > a > b::after {}
	.gNav_link > a::before {}
	.gNav_link > a::after {}
	.gNav_link > a > .icon {}
	.gFooter {}
	.gFooter_inner {}
	.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:first-child > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-no1 {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title > a > b {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title_img {}
	.gFooter_addr {}
	.gFooter_col-no2 {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gPageTop {}
	.gPageTop_inner {}
	.gPageTop_button {}
	.gPageTop_button[disabled] {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > svg {}
	.gPageTop_btnWrap {}
	.gPageTop-mix {}
	.gContact {}
	.gContact_inner {}
	.gContact_text {
		font-size: 16px;
	}
	.gContact_cols {}
	.gContact_col {
		width: calc((100% - 60px) / 2);
	}
	.gContact_col-no1 {}
	.gContact_title {}
	.gContact_telLink {}
	.gContact_telLink > a {
		font-size: 24px;
	}
	.gContact_telLink > a::before {}
	.gContact_telLink > a::after {}
	.gContact_telLink > a > small {}
	.gContact_telLink > a > b {}
	.gContact_open {
		font-size: 16px;
	}
	.gContact_col-no2 {}
	.gContact_link {}
	.gContact_link > a {}
	.gContact_link > a::before {}
	.gContact_link > a::after {}
	.gContact_link > a > .icon {}
	.gContact_hr {}
	.gBody {}
	.gVisual {}
	.gVisual_inner {}
	.gVisual_inner::after {
		height: 160px;
	}
	.gVisual_title {
		font-size: 30px;
	}
	.gVisual_title::after {}
	.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 {}
	.gBody_inner {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {}
	.gContact_link_arrow {}
	.gContact_telLink_text {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {
		height: 50px;
	}
	.gHeader {}
	.gHeader_inner {
		padding-right: 50px;
		padding-left: 20px;
		position: static;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_cols::before {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {
		display: flex;
		height: auto;
	}
	.gHeader_title > a {
		font-size: 15px;
		height: 50px;
	}
	.gHeader_title > a > b {
		margin-left: 4px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 47px;
		height: 30px;
	}
	.gHeader_col-no2 {}
	.gNav {
		max-width: none;
		position: fixed;
		z-index: 1000;
		left: 0;
		width: 100%;
		height: calc(100% - 50px);
		background-color: rgba(0, 0, 0, 0.40);
		top: 50px;
		box-sizing: border-box;
		padding-left: 40px;
		-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;
		padding-bottom: 40px;
		overflow: auto;
	}
	.gNav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gNav_inner {
		display: block;
		background-color: #395aa6;
		color: #fff;
		padding-bottom: 30px;
	}
	.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 {
		padding: 5px 20px;
		justify-content: flex-start;
		border-bottom: 1px solid currentColor;
		position: relative;
		z-index: 1;
	}
	.gNav_list > li > a::before {
		display: block;
		width: 1px;
		height: 50px;
		margin-right: -1px;
	}
	.gNav_list > li > a::after {
		display: block;
		width: 11px;
		height: 11px;
		box-sizing: border-box;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 17px;
		border: 2px solid currentColor;
		transform: translateY(-50%) rotate(45deg);
		border-left: none;
		border-bottom: none;
		border-top-right-radius: 2px;
	}
	.gNav_link {
		margin: 0;
		padding: 0 40px;
		width: auto;
		margin-top: 30px;
	}
	.gNav_link > a {
		height: 60px;
		background-color: #fff;
		color: #073190;
	}
	.gNav_list > li > a > b {}
	.gNav_list > li > a > b::after {}
	.gNav_link > a::before {}
	.gNav_link > a::after {}
	.gNav_link > a > .icon {}
	.gFooter {
		padding: 23px 0 15px;
	}
	.gFooter_inner {}
	.gFooter_list {
		display: none;
	}
	.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:first-child > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		display: block;
	}
	.gFooter_col-no1 {
		margin-bottom: 13px;
	}
	.gFooter_title {
		margin-right: 0;
		display: flex;
		margin-bottom: 8px;
	}
	.gFooter_title > a {
		font-size: 21px;
	}
	.gFooter_title > a > b {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title_img {
		width: 65px;
		height: 43px;
	}
	.gFooter_addr {
		font-size: 14px;
	}
	.gFooter_col-no2 {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gPageTop {}
	.gPageTop_inner {}
	.gPageTop_button {}
	.gPageTop_button[disabled] {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > svg {}
	.gPageTop_btnWrap {}
	.gPageTop-mix {}
	.gContact {
		padding-top: 36px;
		padding-bottom: 23px;
	}
	.gContact_inner {}
	.gContact_text {
		margin-bottom: 26px;
	}
	.gContact_cols {
		display: flex;
		flex-direction: column-reverse;
	}
	.gContact_col {
		width: auto;
		padding: 0;
	}
	.gContact_col-no1 {}
	.gContact_title {
		display: none;
	}
	.gContact_telLink {}
	.gContact_telLink > a {
		flex-wrap: wrap;
		font-size: 16px;
		border: 1px solid #133b96;
		box-sizing: border-box;
		justify-content: center;
		height: 70px;
		align-content: center;
	}
	.gContact_telLink > a::before {}
	.gContact_telLink > a::after {}
	.gContact_telLink > a > small {}
	.gContact_telLink > a > b {}
	.gContact_open {
		text-align: center;
		margin-top: 5px;
	}
	.gContact_col-no2 {
		margin-bottom: 15px;
	}
	.gContact_link {}
	.gContact_link > a {
		width: 100%;
		border-radius: 0;
		font-size: 16px;
	}
	.gContact_link > a::before {}
	.gContact_link > a::after {}
	.gContact_link > a > .icon {
		font-size: 24px;
	}
	.gContact_hr {
		display: none;
	}
	.gBody {
		padding-bottom: 65px;
	}
	.gVisual {}
	.gVisual_inner {}
	.gVisual_inner::after {
		height: 100px;
	}
	.gVisual_title {
		font-size: 22px;
	}
	.gVisual_title::after {
		width: 65px;
		height: 1px;
	}
	.gPankuzu {
		margin-bottom: 20px;
	}
	.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 {}
	.gBody_inner {}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		background-color: #133b96;
		color: #fff;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 18px;
		height: 2px;
		background-color: currentColor;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: transform, top;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 4px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 6px;
		transform: rotate(45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -6px;
		transform: rotate(-45deg);
	}
	.gContact_link_arrow {
		display: none;
	}
	.gContact_telLink_text {
		display: block;
		font-size: 13px;
		font-weight: normal;
		text-align: center;
		width: 100%;
		margin-top: 5px;
	}
}
@media screen and (max-width:374px) {}
