@charset "UTF-8";
.gHeaderWrap {
	height: 110px;
	line-height: 1.8;
}
.gHeader {
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}
.gHeader_inner {
	max-width: none;
	padding-right: 0;
	padding-left: 80px;
	position: static;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-no1 {
	width: 399px;
}
.gHeader_title {}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: #333333;
	height: 110px;
	flex-direction: column-reverse;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_title > a::before {}
.gHeader_title > a::after {}
.gHeader_title_toyama {
	display: block;
	width: 92px;
	height: 22px;
	fill: #199331;
	margin-top: 12px;
}
.gHeader_title_toyama > title {}
.gHeader_title_img {
	display: block;
    width:294px;
	/*width: 399px;*/
	height: 31px;
	fill: currentColor;
}
.gHeader_title_img > title {}
.gHeader_col-no2 {
	width: calc(100% - 420px);
	margin-left: auto;
}
.gNav {
	/*max-width: 1290px;*/
    max-width: 1320px;
	margin-left: auto;
}
.gNav_inner {
	display: flex;
}
.gNav_list {
	list-style: none;
	font-size: 16px;
	display: flex;
	margin-right: 15px;
	width: calc(100% - 480px);
}
.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: block;
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	text-align: center;
	position: relative;
	z-index: 1;
}
.gNav_list > li > a > svg {
	display: none;
}
.gNav_list > li > a > b > br {
	display: none;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_list > li > a > b {
	display: flex;
	height: 110px;
	align-items: center;
	position: relative;
	z-index: 1;
}
.gNav_list > li > a > b::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #00afcc;
    /*background-color: #ec6d81;*/
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.p-first-voice .gNav_list > li > a.-first-voice > b::after,
.p-lovers .gNav_list > li > a.-lovers > b::after,
.p-job .gNav_list > li > a.-job > b::after,
.p-vision .gNav_list > li > a.-vision > b::after,
.p-system .gNav_list > li > a.-system > b::after,
.p-recruit .gNav_list > li > a.-recruit > b::after,
.p-entry .gNav_list > li > a.-entry > b::after,
.p-faq .gNav_list > li > a.-faq > b::after,
.p-sitemap .gNav_list > li > a.-sitemap > b::after,
.p-seminar .gNav_list > li > a.-seminar > b::after {
	width: 100%;
	opacity: 1;
}
.gNav_subList {
	list-style: none;
	display: flex;
	width: 480px;
}
.gNav_subList > li {
	width: 50%;
}
.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: flex;
	align-items: center;
	justify-content: flex-start;
	height: 110px;
	background-color: #00afcc;
    /*background-color: #ec6d81;*/
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	position: relative;
	z-index: 1;
	padding: 0 21px;
	padding-right: 42px;
	transition-duration: .3s;
	transition-property: background-color, color;
	white-space: nowrap;
}
.gNav_subList > li:last-child > a {
	background-color: #41cfbf;
    /*background-color: #ff887a;*/
}
.gNav_subList > li > a::before {
	content: "";
}
.gNav_subList > li > a::after {
	content: "";
}
.gNav_subList_text {}
.gNav_subList_text > small {
	font-size: 72.7%;
	display: block;
	text-indent: -0.5em;
}
.gNav_subList > li > a > svg {
	position: absolute;
	z-index: 1;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 20px;
	height: 20px;
	fill: currentColor;
	display: block;
}
.gFooter {
	border-top: 1px solid currentColor;
	padding-top: 40px;
	padding-bottom: 50px;
	line-height: 1.8;
}
.gFooter_inner {}
.gFooter_title {
	margin-bottom: 27px;
}
.gFooter_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_title > a::before {
	content: "";
}
.gFooter_title > a::after {
	content: "";
}
.gFooter_title > a > img {
	display: block;
	margin: 0 auto;
}
.gFooter_list {
	list-style: none;
	display: flex;
}
.gFooter_list > li {
	width: 30.9%;
	margin-left: 3.65%;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {}
.gFooter_list > li > a::before {
	content: "";
	height: 133px;
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_list > li > a > img {
	display: block;
}
.gFooter_list > li > a > b {
	line-height: 34px;
}
.gFooter_list > li > a > b > small {
	display: block;
	text-indent: -0.6em;
}
.gFooter_hr {
	display: block;
	height: 1px;
	width: auto;
	border: none;
	background-color: currentColor;
	margin: 42px 0 31px;
}
.gFooter_subList {
	list-style: none;
	display: flex;
}
.gFooter_subList > li {
	width: 30.9%;
	margin-left: 3.65%;
}
.gFooter_subList > li:first-child {}
.gFooter_subList > li:last-child {}
.gFooter_subList > li:nth-child(3n+1) {
	margin-left: 0;
}
.gFooter_subList > li:nth-child(n+3) {}
.gFooter_subList > li > a {}
.gFooter_subList > li > a::before {
	content: "";
}
.gFooter_subList > li > a::after {
	content: "";
}
.gFooter_subList > li > a > svg {}
.gFooter_cols {
	display: flex;
	margin-top: 28px;
	max-width: 1090px;
}
.gFooter_col {}
.gFooter_col-no1 {
	margin-right: 43px;
}
.gFooter_name {
	font-size: 28px;
	font-weight: bold;
}
.gFooter_col-no2 {}
.gFooter_addr {
	margin-bottom: 4px;
}
.gFooter_telWrap {
	display: flex;
	flex-wrap: wrap;
}
.gFooter_tel {
	margin-right: 1em;
}
.gFooter_tel > a {}
.gFooter_tel > a::before {
	content: "";
}
.gFooter_tel > a::after {
	content: "";
}
.gFooter_fax {}
.gFooter_col-no3 {
	width: 289px;
	margin-left: auto;
	padding-top: 9px;
}
.gFooter_link {}
.gFooter_link > a {
	font-size: 20px;
}
.gFooter_link > a::before {}
.gFooter_link > a::after {
	content: "";
}
.gFooter_link > a > .icon {}
.gFooter_linkList {
	list-style: none;
	font-size: 88.89%;
	display: flex;
	align-items: center;
}
.gFooter_linkList > li {
	display: flex;
	align-items: center;
}
.gFooter_linkList > li::after {
	content: "｜";
	display: block;
	margin: 0 17px;
}
.gFooter_linkList > li:last-child::after {
	display: none;
}
.gFooter_linkList > li:first-child {}
.gFooter_linkList > li:last-child {}
.gFooter_linkList > li:nth-child(2n+1) {}
.gFooter_linkList > li:nth-child(n+3) {}
.gFooter_linkList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_linkList > li > a::before {
	content: "";
}
.gFooter_linkList > li > a::after {
	content: "";
}
.gFooter_copyright {}
.gFooter_copyright > small {
	display: block;
	font-size: 77.78%;
}
.gFooter_linkListWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 37px;
}
.gPageTop {
	position: fixed;
	z-index: 998;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	pointer-events: none;
	transition-duration: .3s;
	transition-property: opacity;
}
.gPageTop.isFixed {
	opacity: 1;
	pointer-events: auto;
}
.gPageTop_button {
	display: block;
	width: 80px;
	height: 80px;
	background-color: rgba(51, 51, 51, 0.95);
	border-radius: 50%;
	color: #fff;
	line-height: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid currentColor;
	box-sizing: border-box;
	margin: 0 auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: none;
	border-bottom: none;
}
.gPageTop_button::after {
	content: "";
}
.gPageTop_button > b {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 84px;
}
.gBody-noPankuzu {
	padding-top: 50px;
}
.gBody-noPb {
	padding-bottom: 0;
}
.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 {}
.gMega {
	background-color: rgba(0, 175, 204, 0.95);
    /*background-color: rgba(236,109,129,0.95);*/
	position: absolute;
	z-index: 1;
	top: 110px;
	left: 0;
	width: 100%;
	color: #fff;
	padding-bottom: 70px;
	padding-top: 34px;
	-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;
}
.gMega.isShow {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
	pointer-events: auto;
}
.gMega_inner {}
.gMega_contents {
	position: relative;
	z-index: 1;
}
.gMega_closeBtn {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: -15px;
	border: 15px solid rgba(255, 255, 255, 0);
	background-clip: content-box;
	box-sizing: content-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMega_closeBtn::before {
	content: "";
	display: block;
	width: 141%;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.gMega_closeBtn::after {
	content: "";
	display: block;
	width: 141%;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.gMega_title {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 17px;
	position: relative;
	z-index: 0;
}
.gMega_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.gMega_list > li {}
.gMega_list-3c > li {
	width: 31.9%;
	margin-left: 2.15%;
}
.gMega_list-3c > li:nth-child(3n+1) {
	margin-left: 0;
}
.gMega_list-3c > li:nth-child(n+4) {}
.gMega_list-4c > li {
	width: 23.35%;
	margin-left: 2.2%;
}
.gMega_list-4c > li:nth-child(4n+1) {
	margin-left: 0;
}
.gMega_list-4c > li:nth-child(n+5) {}
.gMega_list > li > a {
	display: flex;
	text-decoration: none;
	color: #333;
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 10px;
	align-items: center;
	line-height: 1.2;
	font-weight: bold;
	font-size: 111%;
	position: relative;
	z-index: 1;
	padding-right: 43px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMega_list > li > a > b {
	display: block;
	font-weight: inherit;
	position: relative;
	z-index: 1;
}
.gMega_list > li > a::before {
	content: "";
}
.gMega_list > li > a::after {
	content: "";
	display: block;
	width: 1px;
	height: 70px;
}
.gMega_list > li > a > svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: currentColor;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gMega_cList {
	list-style: none;
	margin-top: 30px;
	border-top: 1px solid #6dcfab;
}
.gMega_cList > li {}
.gMega_cList > li:first-child {}
.gMega_cList > li:last-child {}
.gMega_cList > li:nth-child(2n+1) {}
.gMega_cList > li:nth-child(n+3) {}
.gMega_cList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	padding: 8px 20px;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 1px solid #6dcfab;
	position: relative;
	z-index: 1;
	padding-right: 41px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMega_cList > li > a > b {
	display: block;
	font-weight: inherit;
	position: relative;
	z-index: 1;
}
.gMega_cList > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	margin-right: -1px;
}
.gMega_cList > li > a::after {
	content: "";
}
.gMega_cList > li > a > svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: currentColor;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gMega_scroll {}
.gMega_list_text {}
.gMega_list_text > small {
	display: block;
	margin-bottom: 4px;
	text-indent: -0.4em;
}
.gMega_list_text > b {
	display: block;
	font-weight: inherit;
}
.gNav_ex {
	display: none;
}
.gNav_telList {
	list-style: none;
}
.gNav_telList > li {}
.gNav_telList > li:first-child {}
.gNav_telList > li > a {}
.gNav_telList > li > a > b {}
.gNav_telList > li > a > b > small {}
.gNav_telList > li > a > small {}
.gNav_open {
	text-align: center;
	margin-top: 4px;
}
.gMega_title > a {
	pointer-events: none;
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
	font-size: inherit;
	display: block;
}
.gMega_title > a > svg {
	display: none;
}
.gPankuzu {
	background-color: #f1f5f4;
	border-top: 1px solid #cccccc;
	margin-bottom: 50px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 88.89%;
	white-space: nowrap;
	overflow: auto;
	line-height: 1;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: ">";
	display: block;
	margin: 0 10px;
}
.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;
	color: inherit;
	height: 53px;
	align-items: center;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gBody_inner {}
.gBoday_titleWrap {}
.gBody_title {}
.gBody_backLink {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
.gBody_backLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	padding: 10px 10px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gBody_backLink > a::before {
	content: "";
}
.gBody_backLink > a::after {
	content: "";
}
.gBody_backLink > a > svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	display: block;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	top: 1px;
}
.gBody_alert {}
.gBody_contents {}
.gBody_entry {}
@media screen and (max-width:1799px) {
	.gHeader_inner {
		padding-left: 20px;
	}
}
@media screen and (max-width:1749px) {
	.gNav_subList > li > a {
		font-size: 19px;
		line-height: 25px;
	}
	.gNav_subList {
		width: 410px;
	}
	.gNav {
		max-width: 1170px;
	}
	.gNav_list {
		width: calc(100% - 410px);
	}
}
@media screen and (max-width:1649px) {
	.gHeader_title_img {
		width:232px;
        /*width: 300px;*/
		height: 24px;
	}
	.gHeader_title_toyama {
		width: 80px;
		height: 19px;
	}
	.gHeader_col-no1 {
		width: 300px;
	}
	.gHeader_col-no2 {
		width: calc(100% - 315px);
	}
}
@media screen and (max-width:1549px) {
	.gNav_list > li > a > b > br {
		display: inline;
	}
	.gNav {
		/*max-width: 990px;*/
        max-width: 1090px;
	}
}
@media screen and (max-width:1299px) {
	.gNav_subList > li > a {
		padding-left: 15px;
		padding-right: 38px;
		font-size: 18px;
		line-height: 24px;
	}
	.gNav_subList > li > a > svg {
		right: 10px;
	}
	.gNav_subList {
		width: 357px;
	}
	.gNav {
		max-width: 880px;
	}
	.gNav_list {
		margin-right: 10px;
		width: calc(100% - 357px);
	}
}
@media screen and (max-width:1199px) {
	.gNav_subList > li {
		width: auto;
	}
	.gNav_subList {
		width: auto;
	}
	.gNav_subList > li > a {
		font-size: 16px;
		line-height: 22px;
	}
	.gNav_list {
		flex-grow: 1;
		width: auto;
	}
	.gNav {
		max-width: 790px;
	}
	.gHeader_title_img {
        width:204px;
		/*width: 260px;*/
		height: 21px;
	}
	.gHeader_col-no1 {
		width: 260px;
	}
	.gHeader_col-no2 {
		width: calc(100% - 270px);
	}
	.gFooter_col-no1 {
		margin-right: 20px;
	}
	.gFooter_list > li > a > img {
		width: 36px;
		height: 36px;
		margin-right: 11px;
	}
	.gFooter_list > li > a {
		font-size: 22px;
		padding-left: 19px;
	}
	.gFooter_list > li > a > b {
		line-height: 29px;
	}
}
@media screen and (max-width:1099px) {
	.gNav_subList > li > a > svg {
		position: static;
		-webkit-transform: none;
		transform: none;
		width: 18px;
		height: 18px;
		margin-top: 6px;
	}
	.gNav_subList > li > a {
		flex-direction: column;
		justify-content: center;
		padding-left: 12px;
		padding-right: 12px;
		text-align: center;
		font-size: 15px;
	}
	.gFooter_cols {
		display: block;
		text-align: center;
	}
	.gFooter_col-no1 {
		margin-right: 0;
	}
	.gFooter_telWrap {
		justify-content: center;
	}
	.gFooter_col-no3 {
		padding: 0;
		margin: 10px auto 0;
	}
}
@media screen and (min-width:1000px) {
	.gPankuzu_oList > li > a:hover {}
	.gBody_backLink > a:hover {
		color: #0cae73;
	}
	.gHeader_title > a:hover {
		color: #666;
	}
	.gNav_list > li > a:hover {}
	.gNav_list > li > a:hover > b::after {
		opacity: 1;
	}
	.gNav_subList > li > a:hover {
		background-color: #6dd1e2;
        /*background-color: #f08999;*/
	}
	.gNav_subList > li:last-child > a:hover {
        background-color: #89e1d7;
		/*background-color:#ffa398;*/
	}
	.gFooter_title > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {}
	.gFooter_subList > li > a:hover {}
	.gFooter_tel > a:hover {}
	.gFooter_link > a:hover {}
	.gFooter_linkList > li > a:hover {
		color: #0cae73;
	}
	.gPageTop_button:hover {
		background-color: rgba(85, 85, 85, 0.95);
	}
	.gMenuBtn:hover {}
	.gMega_closeBtn:hover {
		color: #333;
	}
	.gMega_list > li > a:hover {
		background-color: #dbf3ea;
        /*background-color: #fce7e7;*/
	}
	.gMega_cList > li > a:hover {
		background-color: rgba(255, 255, 255, 0.10);
	}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {
		height: 70px;
		font-size: 16px;
	}
	.gHeader {}
	.gHeader_inner {
		padding-left: 20px;
		padding-right: 70px;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {
		width: auto;
		margin: 0;
	}
	.gHeader_col-no1 {}
	.gHeader_title {
		max-width: 260px;
	}
	.gHeader_title > a {
		height: 70px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_toyama {
		margin-top: 8px;
	}
	.gHeader_title_toyama > title {}
	.gHeader_title_img {}
	.gHeader_title_img > title {}
	.gHeader_col-no2 {}
	.gNav {
		position: fixed;
		z-index: 1000;
		top: 70px;
		right: 0;
		width: 100%;
		height: calc(100% - 70px);
		max-width: none;
		background-color: rgba(0, 0, 0, 0.49);
		-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 {
		display: block;
		height: 100%;
		background-color: #02afcb;
        /*background-color: #e95377;*/
		max-width: 335px;
		margin-left: auto;
		color: #fff;
		overflow: auto;
	}
	.gNav_list {
		display: block;
		margin: 0;
	}
	.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-bottom: 1px solid #3dbe8f;*/
        border-bottom: 1px solid #fff;
		justify-content: flex-start;
		padding: 0 20px;
		padding-right: 45px;
	}
	.gNav_list > li > a > svg {
		display: block;
		width: 20px;
		height: 20px;
		fill: currentColor;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 14px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transition-duration: .3s;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
	}
	.gNav_list > li > a.-hasChild > svg {
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}
	.gNav_list > li > a.-hasChild.isShow > svg {
		-webkit-transform: translateY(-50%) rotate(270deg);
		transform: translateY(-50%) rotate(270deg);
	}
	.gNav_list > li > a > b > br {
		display: none;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > b {
		height: 59px;
	}
	.gNav_list > li > a > b::after {}
	.gNav_subList {
		display: 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 {}
	.gNav_subList > li:last-child > a {}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a::after {}
	.gNav_subList_text {}
	.gNav_subList_text > small {}
	.gNav_subList > li > a > svg {}
	.gFooter {
		font-size: 16px;
	}
	.gFooter_inner {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {}
	.gFooter_list {}
	.gFooter_list > li {
		width: 32%;
		margin-left: 2%;
	}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(3n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {
		font-size: 17px;
		padding-left: 14px;
	}
	.gFooter_list > li > a::before {
		height: 76px;
	}
	.gFooter_list > li > a::after {}
	.gFooter_list > li > a > img {
		width: 25px;
		margin-right: 12px;
	}
	.gFooter_list > li > a > b {
		line-height: 22px;
	}
	.gFooter_list > li > a > b > small {}
	.gFooter_hr {
		margin: 33px 0;
	}
	.gFooter_subList {}
	.gFooter_subList > li {
		width: 32%;
		margin-left: 2%;
	}
	.gFooter_subList > li:first-child {}
	.gFooter_subList > li:last-child {}
	.gFooter_subList > li:nth-child(3n+1) {}
	.gFooter_subList > li:nth-child(n+3) {}
	.gFooter_subList > li > a {}
	.gFooter_subList > li > a::before {}
	.gFooter_subList > li > a::after {}
	.gFooter_subList > li > a > svg {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-no1 {}
	.gFooter_name {}
	.gFooter_name-menu {
		font-size: 18px;
		text-align: center;
		margin-top: 16px;
		margin-bottom: 7px;
	}
	.gFooter_col-no2 {}
	.gFooter_addr {}
	.gFooter_telWrap {}
	.gFooter_tel {}
	.gFooter_tel > a {}
	.gFooter_tel > a::before {}
	.gFooter_tel > a::after {}
	.gFooter_fax {}
	.gFooter_col-no3 {}
	.gFooter_link {}
	.gFooter_link-menu {
		color: #333;
	}
	.gFooter_link > a {}
	.gFooter_link-menu > a {
		border: none;
		box-shadow: 0 3px 0 #097d52;
	}
	.gFooter_link > a::before {}
	.gFooter_link-menu > a::before {
		height: 48px;
	}
	.gFooter_link > a::after {}
	.gFooter_link > a > .icon {}
	.gFooter_linkList {
		justify-content: center;
		font-size: 14px;
	}
	.gFooter_linkList-menu {
		justify-content: flex-start;
	}
	.gFooter_linkList > li {}
	.gFooter_linkList > li::after {}
	.gFooter_linkList > li:last-child::after {}
	.gFooter_linkList > li:first-child {}
	.gFooter_linkList > li:last-child {}
	.gFooter_linkList > li:nth-child(2n+1) {}
	.gFooter_linkList > li:nth-child(n+3) {}
	.gFooter_linkList > li > a {}
	.gFooter_linkList > li > a::before {}
	.gFooter_linkList > li > a::after {}
	.gFooter_copyright {
		text-align: center;
		margin-top: 20px;
	}
	.gFooter_copyright > small {
		font-size: 12px;
	}
	.gFooter_linkListWrap {
		display: block;
	}
	.gPageTop {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > b {}
	.gBody {
		padding-bottom: 60px;
	}
	.gBody-home {
		font-size: 16px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 0;
		width: 70px;
		height: 70px;
		background-color: #02afcb;
        /*background-color:#ec6d81;*/
        color: inherit;
		transition-duration: .3s;
		transition-property: background-color, color;
	}
	.gMenuBtn.isShow {
		background-color: #02afcb;
        /*background-color: #e95377;*/
		color: #fff;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 20px;
		height: 2px;
		margin: 0 auto;
		/*background-color: currentColor;*/
        background-color: #fff;
		border-radius: 2px;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: top, -webkit-transform;
		transition-property: transform, top;
		transition-property: transform, top, -webkit-transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 4px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 6px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.gMega {
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		pointer-events: auto;
		display: none;
	}
	.gMega.isShow {
		display: block;
	}
	.gMega_inner {
		padding: 0;
	}
	.gMega_contents {}
	.gMega_closeBtn {
		display: none;
	}
	.gMega_closeBtn::before {}
	.gMega_closeBtn::after {}
	.gMega_title {
		margin-bottom: 0;
		font-weight: bold;
	}
	.gMega_title-none {
		display: none;
	}
	.gMega_list {
		display: block;
	}
	.gMega_list > li {
		width: auto;
		margin-left: 0;
	}
	.gMega_list-3c > li {}
	.gMega_list-3c > li:nth-child(3n+1) {}
	.gMega_list-3c > li:nth-child(n+4) {}
	.gMega_list-4c > li {}
	.gMega_list-4c > li:nth-child(4n+1) {}
	.gMega_list-4c > li:nth-child(n+5) {}
	.gMega_list > li > a {
		border-radius: 0;
		border-top: 1px solid #cccccc;
		font-size: 16px;
		padding-left: 35px;
		padding-right: 45px;
	}
	.gMega_list > li:first-child > a {
		border-top: none;
	}
	.gMega_list-s > li > a {
		font-size: 14px;
	}
	.gMega_list > li > a::before {}
	.gMega_list-s > li > a::before {}
	.gMega_list-s > li > a > b {
		padding-left: 10px;
	}
	.gMega_list-s > li > a > b::before {
		content: "-";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0.6em;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gMega_list > li > a::after {
		height: 39px;
	}
	.gMega_list > li > a > svg {
		right: 14px;
	}
	.gMega_cList {
		margin: 0;
		border-top: none;
	}
	.gMega_cList > li {}
	.gMega_cList > li:first-child {}
	.gMega_cList > li:last-child {}
	.gMega_cList > li:nth-child(2n+1) {}
	.gMega_cList > li:nth-child(n+3) {}
	.gMega_cList > li > a {
		padding: 10px 15px;
		border-top: 1px solid #cccccc;
		border-bottom: none;
		background-color: #fff;
		color: #333;
		line-height: 1.2;
		font-size: 14px;
		padding-left: 35px;
		padding-right: 45px;
	}
	.gMega_cList > li > a > b {
		padding-left: 10px;
	}
	.gMega_cList-s > li > a > b {
		padding-left: 14px;
	}
	.gMega_cList > li > a > b::before {
		content: "-";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0.6em;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gMega_cList-s > li > a > b::before {
		content: "・";
	}
	.gMega_cList > li > a::before {
		height: 39px;
	}
	.gMega_cList > li > a::after {}
	.gMega_cList > li > a > svg {
		right: 14px;
	}
	.gMega_scroll {}
	.gMega_list_text {}
	.gMega_list_text > small {
		margin-bottom: 2px;
	}
	.gMega_list_text > b {}
	.gNav_ex {
		display: block;
		padding: 0 20px 50px;
		margin-top: 15px;
	}
	.gNav_telList {
		margin-top: 17px;
	}
	.gNav_telList > li {
		margin-top: 10px;
	}
	.gNav_telList > li:first-child {
		margin-top: 0;
	}
	.gNav_telList > li > a {}
	.gNav_telList > li > a > b {}
	.gNav_telList > li > a > b > small {}
	.gNav_telList > li > a > b > b {}
	.gNav_telList > li > a > small {
		display: block;
		font-size: 14px;
		margin-top: 3px;
	}
	.gNav_open {}
	.gMega_title > a {
		font-size: 16px;
		background-color: #fff;
		display: flex;
		align-items: center;
		color: #333;
		padding: 10px 15px;
		padding-left: 35px;
		position: relative;
		z-index: 1;
		padding-right: 45px;
		pointer-events: auto;
		border-bottom: 1px solid #cccccc;
	}
	.gMega_title > a::before {
		content: "";
		display: block;
		width: 1px;
		height: 40px;
	}
	.gMega_title > a > svg {
		display: block;
		width: 20px;
		height: 20px;
		fill: currentColor;
		opacity: initial;
		z-index: 1;
		top: 50%;
		right: 14px;
		position: absolute;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.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 {}
	.gBody_title {}
	.gBody_backLink {}
	.gBody_backLink > a {}
	.gBody_backLink > a::before {}
	.gBody_backLink > a::after {}
	.gBody_backLink > a > svg {}
	.gBody_alert {}
	.gBody_contents {}
	.gBody_entry {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {
		height: 50px;
	}
	.gHeader {}
	.gHeader_inner {
		padding-right: 50px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {
		max-width: 210px;
	}
	.gHeader_title > a {
		flex-direction: column;
		height: 50px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_toyama {
		width: 59px;
		height: 14px;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.gHeader_title_toyama > title {}
	.gHeader_title_img {
		width: 160px;
		height: 17px;
	}
	.gHeader_title_img > title {}
	.gHeader_col-no2 {}
	.gNav {
		top: 50px;
		height: calc(100% - 50px);
	}
	.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 {}
	.gNav_list > li > a > b > br {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > b {}
	.gNav_list > li > a > b::after {}
	.gNav_subList {}
	.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 {}
	.gNav_subList > li:last-child > a {}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a::after {}
	.gNav_subList_text {}
	.gNav_subList_text > small {}
	.gNav_subList > li > a > svg {}
	.gFooter {
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.gFooter_inner {}
	.gFooter_title {
		max-width: 335px;
		margin: 0 auto 13px;
	}
	.gFooter_title > a {
		position: relative;
		z-index: 1;
		left: 3px;
	}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {}
	.gFooter_list {
		display: block;
	}
	.gFooter_list > li {
		width: auto;
		margin-left: 0;
	}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(3n+1) {}
	.gFooter_list > li:nth-child(n+2) {
		margin-top: 9px;
	}
	.gFooter_list > li > a {
		padding-left: 20px;
		font-size: 20px;
		padding-right: 50px;
	}
	.gFooter_list > li > a > svg {
		right: 23px;
	}
	.gFooter_list > li > a::before {
		height: 73px;
	}
	.gFooter_list > li > a::after {}
	.gFooter_list > li > a > img {
		width: 40px;
		height: 40px;
		margin-right: 18px;
	}
	.gFooter_list > li > a > b {
		line-height: 27px;
	}
	.gFooter_list > li > a > b > small {}
	.gFooter_hr {
		margin: 22px 0 20px;
	}
	.gFooter_subList {
		display: block;
	}
	.gFooter_subList > li {
		width: auto;
		margin-left: 0;
		margin-top: 4px;
	}
	.gFooter_subList > li:first-child {
		margin-top: 0;
	}
	.gFooter_subList > li:last-child {}
	.gFooter_subList > li:nth-child(3n+1) {}
	.gFooter_subList > li:nth-child(n+3) {}
	.gFooter_subList > li > a {}
	.gFooter_subList > li > a::before {}
	.gFooter_subList > li > a::after {}
	.gFooter_subList > li > a > svg {}
	.gFooter_cols {
		text-align: left;
		margin-top: 22px;
	}
	.gFooter_col {}
	.gFooter_col-no1 {}
	.gFooter_name {}
	.gFooter_name-footer {
		font-size: 24px;
	}
	.gFooter_col-no2 {}
	.gFooter_addr {
		line-height: 1.5;
		margin-top: 5px;
	}
	.gFooter_addr > .-indent {
		display: block;
		text-indent: -0.5em;
	}
	.gFooter_telWrap {
		display: block;
		line-height: 1.5;
		margin-top: 8px;
	}
	.gFooter_tel {}
	.gFooter_tel > a {}
	.gFooter_tel > a::before {}
	.gFooter_tel > a::after {}
	.gFooter_fax {}
	.gFooter_col-no3 {
		width: auto;
		margin: 21px 0 0;
		max-width: 264px;
	}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_link-footer > a {
		font-size: 18px;
	}
	.gFooter_link > a::before {}
	.gFooter_link > a::after {}
	.gFooter_link > a > .icon {}
	.gFooter_linkList {
		justify-content: flex-start;
	}
	.gFooter_linkList > li {}
	.gFooter_linkList > li::after {}
	.gFooter_linkList > li:last-child::after {}
	.gFooter_linkList > li:first-child {}
	.gFooter_linkList > li:last-child {}
	.gFooter_linkList > li:nth-child(2n+1) {}
	.gFooter_linkList > li:nth-child(n+3) {}
	.gFooter_linkList > li > a {}
	.gFooter_linkList > li > a::before {}
	.gFooter_linkList > li > a::after {}
	.gFooter_copyright {
		margin-top: 18px;
		text-align: left;
	}
	.gFooter_copyright > small {}
	.gFooter_linkListWrap {
		margin-top: 27px;
	}
	.gPageTop {}
	.gPageTop_button {
		width: 60px;
		height: 60px;
	}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > b {}
	.gBody {
		padding-bottom: 40px;
	}
	.gBody-noPankuzu {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gMenuBtn {
		width: 50px;
		height: 50px;
	}
	.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 {}
	.gMega {}
	.gMega.isShow {}
	.gMega_inner {}
	.gMega_contents {}
	.gMega_closeBtn {}
	.gMega_closeBtn::before {}
	.gMega_closeBtn::after {}
	.gMega_title {}
	.gMega_list {}
	.gMega_list > li {}
	.gMega_list-3c > li {}
	.gMega_list-3c > li:nth-child(3n+1) {}
	.gMega_list-3c > li:nth-child(n+4) {}
	.gMega_list-4c > li {}
	.gMega_list-4c > li:nth-child(4n+1) {}
	.gMega_list-4c > li:nth-child(n+5) {}
	.gMega_list > li > a {}
	.gMega_list > li > a::before {}
	.gMega_list > li > a::after {}
	.gMega_list > li > a > svg {}
	.gMega_cList {}
	.gMega_cList > li {}
	.gMega_cList > li:first-child {}
	.gMega_cList > li:last-child {}
	.gMega_cList > li:nth-child(2n+1) {}
	.gMega_cList > li:nth-child(n+3) {}
	.gMega_cList > li > a {}
	.gMega_cList-s > li > a {
		padding-left: 45px;
	}
	.gMega_cList > li > a::before {}
	.gMega_cList > li > a::after {}
	.gMega_cList > li > a > svg {}
	.gMega_scroll {}
	.gMega_list_text {}
	.gMega_list_text > small {}
	.gMega_list_text > b {}
	.gNav_ex {}
	.gNav_telList {}
	.gNav_telList > li {}
	.gNav_telList > li:first-child {}
	.gNav_telList > li > a {}
	.gNav_telList > li > a > b {}
	.gNav_telList > li > a > b > small {}
	.gNav_telList > li > a > small {}
	.gNav_open {}
	.gMega_title > a {}
	.gMega_title > a > svg {}
	.gPankuzu {
        /*margin-bottom: 30px;*/
        margin-bottom:14px;
    }
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 14px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {
		margin: 0 5px;
	}
	.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: 40px;
	}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gBody_inner {}
	.gBody_inner-spFit {
		padding-left: 0;
		padding-right: 0;
	}
	.gBody_title {}
	.gBody_backLink {
		margin-top: 12px;
	}
	.gBody_backLink > a {
		padding: 6px 10px;
	}
	.gBody_backLink > a::before {}
	.gBody_backLink > a::after {}
	.gBody_backLink > a > svg {}
	.gBody_alert {
		font-size: 16px;
		line-height: 1.5;
		padding: 10px 14px;
	}
	.gBody_contents {}
	.gBody_contents-spFit {
		margin-left: -20px;
		margin-right: -20px;
	}
	.gBody_entry {
		line-height: 1.6;
	}
}
@media screen and (max-width:374px) {}
