@charset "UTF-8";
.gHeaderWrap {
	height: 100px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	transition-duration: .3s;
	transition-property: box-shadow;
}
.gHeader_inner {
	max-width: none;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {
	width: 220px;
}
.gHeader_title {
	height: 100%;
}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	height: 100%;
}
.gHeader_title_logo {
	padding-bottom: 19.2825%;
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
}
.gHeader_title > a::before {}
.gHeader_title > a::after {}
.gHeader_title_imgWrap {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_title_img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gHeader_title_imgWrap-color {
	color: #00aae8;
}
.gHeader_title_imgWrap-other {}
.gHeader_title_imgWrap-en {
	color: #898989;
}
.gHeader_title_imgWrap-text {}
.gHeader_col-menu {
	width: calc(100% - 240px);
	margin-left: auto;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gMenuBtn_text {}
.gMenuBtn_text-open {}
.gMenuBtn_text-hidden {}
.gNav {}
.gNav_inner {
	max-width: 850px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
}
.gNav_list {
	list-style: none;
	display: flex;
	flex-grow: 1;
	white-space: nowrap;
}
.gNav_list > li {
	flex-grow: 1;
	display: flex;
	align-items: center;
}
.gNav_list > li.-menu {
	display: none;
}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	line-height: 1;
	text-align: center;
	font-size: 15px;
	justify-content: center;
	width: 100%;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 55px;
	margin-right: -1px;
	transition-duration: .3s;
	transition-property: height;
}
.gHeader-scrolled .gNav_list > li > a::before {
	height: 55px;
}
.gNav_list > li::after {
	content: "";
	display: block;
	width: 1px;
	height: 35px;
	background-color: #ccc;
	transform: rotate(20deg);
	margin: 0 24px;
	min-width: 1px;
}
.gNav_list > li:last-child::after {}
.gNav_link {
	margin-left: 23px;
	white-space: nowrap;
}
.gNav_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 100%;
	align-items: center;
	font-size: 15px;
	position: relative;
	z-index: 1;
	line-height: 1;
}
.gNav_tel {
	display: block;
	line-height: 1;
	margin-left: 10px;
}
.gNav_tel_link {}
.gNav_tel_link_inner {
	display: block;
	text-decoration: none;
	color: inherit;
	font-weight: 300;
	font-size: 22px;
	white-space: nowrap;
}
.gNav_tel_note {
	font-size: 11px;
	text-align: right;
	margin-bottom: 4px;
	padding-right: 0.1em;
	letter-spacing: 0.14em;
}
.gNav_list_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.gNav_list_en {
	display: block;
	color: #898989;
	font-weight: 300;
	font-size: 10px;
	margin-bottom: 4px;
	transition-duration: .3s;
	transition-property: transform, opacity;
}
.gNav_list_text {
	display: block;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
}
.gNav_link_text {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 0px 10px;
	display: flex;
	align-items: center;
}
.gNav_list_textWrap {
	display: block;
	position: relative;
	z-index: 0;
	transition-duration: .3s;
	transition-property: transform;
}
.gNav_list_text-front {}
.gNav_link_text_inner {
	display: flex;
	position: relative;
	z-index: 2;
	align-items: center;
}
.gNav_link_text::before {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
}
.gNav_link_text_bg {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00aae8;
	transform: skewX(-20deg);
}
.gNav_link_text_bg-back {}
.gNav_link_text_bg-front {
	z-index: 1;
	background-color: #76cae8;
	width: 0;
	transition-duration: .3s;
	transition-property: width;
	left: auto;
	right: 0;
}
.gPankuzu {
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
}
.gPankuzu_inner {
	max-width: none;
}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	align-items: center;
	font-size: 13px;
	justify-content: flex-end;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #898989;
	margin: 0 7px;
}
.gPankuzu_oList > li:last-child {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 300px;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 50px;
	align-items: center;
	color: #898989;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPankuzu_oList > li:first-child > a {
	font-weight: 300;
}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 150px;
}
.gBody_inner {}
.gVisual {
	position: relative;
	z-index: 0;
}
.gVisual_bg {
	position: absolute;
	z-index: 0;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
	background-color: rgba(6, 169, 231, 0.15);
	background-image: linear-gradient(to left, rgb(255 255 255), rgb(225 243 252));
}
.gVisual_inner {
	max-width: none;
	padding-left: calc((100% - 1300px) / 2);
	padding-right: 0;
	position: relative;
	z-index: 2;
}
.gVisual_cols {
	display: flex;
	align-items: center;
}
.gVisual_col {}
.gVisual_col-ttl {
	width: calc(100% - 800px);
	margin-right: auto;
	padding-top: 100px;
}
.gVisual_subTitle {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 1em;
	color: #555;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-indent: 0.5em;
}
.gVisual_title {
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
}
.gVisual_col-img {
	width: 800px;
}
.gVisual_image {
	padding-bottom: 50%;
}
.gVisual_image-dark::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.25));
}
.gVisual_image > img {
	display: block;
}
.gVisual_bar {
	display: block;
	width: 100px;
	height: 1px;
	background-color: currentColor;
	margin-top: 30px;
}
.gContact {
	position: relative;
	z-index: 0;
	background-color: #5f6e76;
	color: #fff;
	text-align: center;
	padding: 70px 0;
}
.gContact_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 0;
}
.gContact_bg::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.70);
	background-color: rgba(15, 37, 62, 0.83);
	mix-blend-mode: multiply;
}
.gContact_bg > img {
	display: block;
	filter: blur(4px);
}
.gContact_inner {
	position: relative;
	z-index: 1;
}
.gContact_title {
	font-weight: 500;
	font-size: 25px;
	line-height: 1.6;
	margin-bottom: 35px;
	margin-left: -10px;
	margin-right: -10px;
}
.gContact_cols {
	display: flex;
	justify-content: center;
}
.gContact_col {}
.gContact_col-tel {
	align-self: center;
}
.gContact_tel {
	line-height: 1;
	text-align: right;
}
.gContact_tel_link {}
.gContact_tel_link_inner {
	display: block;
	text-decoration: none;
	color: inherit;
	font-weight: 300;
	font-size: 35px;
}
.gContact_tel_link_inner > .icon {
	display: none;
}
.gContact_tel_note {
	font-size: 12px;
	margin-top: 4px;
}
.gContact_col-link {
	width: 220px;
	align-self: center;
}
.gContact_link {}
.gContact_link > a {}
.gContact_link > a > .icon-mail {
	margin-right: 6px;
	display: block;
	font-size: 110%;
}
.gContact_hr {
	display: block;
	width: 1px;
	height: auto;
	background-color: currentColor;
	margin: 0 39px;
}
.gFooter {
	font-size: 14px;
	text-align: center;
	padding: 50px 0 35px;
	background-color: #4e5764;
	color: #fff;
	background-image: linear-gradient(to bottom, #4e5764, #353e4a);
	box-shadow: 0 100vh 0 100vh #353e4a;
}
.gFooter_inner {}
.gFooter_title {
	max-width: 140px;
	margin: 0 auto 20px;
}
.gFooter_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gFooter_title_logo {
	position: relative;
	z-index: 1;
	padding-bottom: 87.71%;
	display: block;
}
.gFooter_title_imgWrap {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_title_imgWrap-color {
	color: #00aae8;
}
.gFooter_title_img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gFooter_title_imgWrap-base {}
.gFooter_addr {}
.gFooter_copyright {
	margin-top: 60px;
}
.gFooter_copyright > small {
	display: block;
	font-size: 10px;
}
.gFooter_list {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
}
.gFooter_list > li {
	margin: 5px 11px;
}
.gFooter_list > li > a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.gFooter_list > li > a > .icon {
	display: none;
}
.gFooter_list_text {}
.gAccess {}
.gAccess_canvas {
	position: relative;
	z-index: 0;
	padding-bottom: 340px;
}
.gAccess_canvas > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
}
.gPageTop {
	position: fixed;
	z-index: 900;
	bottom: 20px;
	right: 0;
	opacity: 0;
	pointer-events: none;
	transition-duration: .3s;
	transition-property: opacity;
}
.gPageTop-scrolled {
	opacity: 1;
	pointer-events: auto;
}
.gPageTop_inner {}
.gPageTop_contents {
	position: relative;
	z-index: 0;
}
.gPageTop_button {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(73, 81, 94, 0.85);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-sizing: border-box;
	background-clip: content-box;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
.gPageTop_button_icon {
	display: block;
}
.gFooter_addr > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_addr > a > .icon {
	top: -0.1em;
	margin-right: 0.2em;
}
.gPageTop_button_arrow {
	margin: 0 auto;
}
.gMenuBtn_textWrap {}
.gNav_bg {
	display: none;
}
.gNav_bg_image {
	position: relative;
}
.gNav_bg_image > img {}
.gContact_tel_anchor {
	display: block;
}
.gNav_tel_link_inner > .icon {
	display: none;
}
.gNav_tel_anchor {
	justify-content: center;
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
	height: 100%;
}
.gVisual_imageWrap {}
.gVisual-noImg {
	padding: 45px 0 55px;
	overflow: hidden;
}
.gVisual_border {
	height: 1px;
	width: 100%;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background-color: #898989;
}
.gBody-sticky {
	overflow: visible;
}
.gContact_tel_caution {
	font-size: 11px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
	text-align: right;
}
.gNav_link_text_inner > .icon {
	display: block;
	margin-right: 4px;
	font-size: 120%;
}
.gContact_emergency {
	font-size: 14px;
	text-align: right;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	line-height: 1;
}
.gContact_emergency > a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.gContact_emergency_title {}
.gContact_emergency_title::after {
	content: "：";
	margin: 0 4px;
}
.gContact_emergency_tel {
	font-size: 23px;
	display: block;
	font-weight: 300;
}
.gNav_head {
	display: flex;
	justify-content: flex-end;
}
.gNav_subList {
	list-style: none;
	display: flex;
	font-size: 14px;
}
.gNav_subList > li {
	margin-right: 20px;
}
.gNav_subList > li:last-child {
	margin-right: 0;
}
.gNav_subList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	line-height: 1.2;
	padding-top: 10px;
}
.gNav_subList > li > a > .icon {
	display: block;
	margin-right: 5px;
	top: -1px;
}
.gNav_subList > li > a::before {
	content: "";
	display: block;
	margin-right: 7px;
	border: 3px solid rgba(255, 255, 255, 0);
	border-left-color: #00aae8;
	border-left-width: 5px;
	width: 0;
	height: 0;
	border-right-width: 0;
}
.gNav_subList > li > a.-mail::before {
	display: none;
}
.gNav_subList > li > a::after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
}
.gNav_subList_text {}
.gNav_foot {
	display: flex;
	justify-content: flex-end;
}
.gHeader-scrolled {
	box-shadow: 0 1px 0 #ccc;
}
@media screen and (max-width:1359px) {
	.gVisual_inner {
		padding-left: 25px;
	}
	.gVisual_col-ttl {
		width: calc(100% - 660px);
	}
	.gVisual_col-img {
		width: 650px;
	}
	.gNav_list > li::after {
		margin: 0 15px;
	}
	.gNav_inner {
		max-width: 880px;
	}
	.gNav_tel {
		margin-left: 20px;
	}
	.gNav_link {
		margin-left: 15px;
	}
	.gVisual_title {
		font-size: 38px;
	}
}
@media screen and (max-width:1199px) {
	.gNav_list > li::after {
		height: 30px;
		margin: 0 10px;
	}
	.gNav_link > a {
		font-size: 14px;
	}
	.gNav_link_text {
		padding: 0 11px;
	}
	.gNav_link_text::before {
		height: 35px;
	}
	.gNav_inner {
		max-width: 800px;
	}
	.gNav_tel {
		margin-left: 12px;
	}
	.gNav_tel_link_inner {
		font-size: 20px;
	}
	.gNav_tel_note {
		font-size: 10px;
	}
	.gNav_list > li > a {
		font-size: 14px;
	}
	.gVisual_col-ttl {
		width: calc(100% - 570px);
	}
	.gVisual_col-img {
		width: 570px;
	}
	.gNav_link_text_inner > .icon {
		margin-right: 2px;
	}
	.gNav_link {
		margin-left: 10px;
	}
	.gHeader_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width:1099px) {
	.gHeader_col-title {
		width: 190px;
	}
	.gHeader_col-menu {
		width: calc(100% - 205px);
	}
	.gNav_link > a {
		font-size: 13px;
	}
	.gNav_link_text::before {
		height: 30px;
	}
	.gNav_link_text {
		padding: 0 8px;
	}
	.gVisual_title {
		font-size: 36px;
	}
}
@media screen and (max-height:799px) {
	.gVisual_col-ttl {
		width: calc(100% - 660px);
	}
	.gVisual_col-img {
		width: 650px;
	}
	.gVisual_title {
		font-size: 38px;
	}
	.gNav_list > li > a::before {
		height: 80px;
	}
	.gHeaderWrap {
		height: 80px;
	}
}
@media screen and (min-width:1000px) {
	.gNav_subList > li > a:hover {}
	a:hover .gFooter_title_imgWrap-base {
		opacity: .7;
	}
	.gPageTop_button:hover {
		background-color: rgba(73, 81, 94, 1);
		border: 1px solid rgba(255, 255, 255, .7);
	}
	.gHeader_title > a:hover {}
	a:hover .gHeader_title_imgWrap-color {}
	a:hover .gHeader_title_imgWrap-other {}
	a:hover .gHeader_title_imgWrap-en {}
	a:hover .gHeader_title_imgWrap-text {
		color: #898989;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {}
	.gNav_link > a:hover {}
	a:hover .gNav_list_en {
		transform: translate3d(0, -7px, 0);
		opacity: 0;
	}
	a:hover .gNav_list_textWrap {
		transform: translate3d(0, -7px, 0);
	}
	a:hover .gNav_link_text_bg-front {
		width: 100%;
		left: 0;
		right: auto;
	}
	.gPankuzu_oList > li > a:hover {
		color: #231815;
	}
	.gContact_link > a:hover {
		background-color: rgba(255, 255, 255, 0);
		border-color: #fff;
	}
	.gFooter_title > a:hover {}
	.gFooter_list > li > a:hover {}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {
		height: 80px;
	}
	.gHeader {}
	.gHeader_inner {
		padding-right: 80px;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {}
	.gHeader_title > a {
		height: 80px;
	}
	.gHeader_title_logo {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_imgWrap {}
	.gHeader_title_img {}
	.gHeader_title_imgWrap-color {}
	.gHeader_title_imgWrap-other {}
	.gHeader_title_imgWrap-en {}
	.gHeader_title_imgWrap-text {}
	.gHeader_col-menu {
		width: auto;
	}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1002;
		top: 0;
		right: 0;
		width: 80px;
		height: 80px;
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 30px;
		margin: 0 auto 7px;
	}
	.gMenuBtn_bar {
		display: block;
		width: auto;
		height: 1px;
		background-color: currentColor;
		top: 0;
		transition-duration: .3s;
		transition-property: transform, top;
		position: relative;
		z-index: 0;
		left: 0;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 8px auto;
		color: #00aae8;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		top: 9px;
		transform: rotate(45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		top: -9px;
		transform: rotate(-45deg);
	}
	.gMenuBtn_text {
		display: block;
		position: relative;
		z-index: 0;
		width: 100%;
		top: 0;
		left: 0;
		transition-duration: .3s;
		transition-property: opacity, transform;
	}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {
		position: absolute;
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-open {
		opacity: 0;
		transform: translate3d(0, -50%, 0);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-hidden {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	.gNav {
		position: fixed;
		z-index: 1001;
		top: 80px;
		left: 0;
		width: 100%;
		height: calc(100% - 80px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		background-color: rgba(255, 255, 255, 0.70);
		backdrop-filter: blur(2px);
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 400px;
		height: 100%;
		background-color: #fff;
		margin-left: auto;
		margin-right: 0;
		display: flex;
		padding-top: 30px;
		flex-direction: column-reverse;
		justify-content: flex-end;
		box-sizing: border-box;
	}
	.gNav_list {
		max-width: 510px;
		display: block;
	}
	.gNav_list > li {}
	.gNav_list > li.-menu {
		display: block;
	}
	.gNav_list > li > a {}
	.gNav_list > li > a::before {
		height: 60px;
	}
	.gHeader-scrolled .gNav_list > li > a::before {
		height: 60px;
	}
	.gNav_list > li::after {
		display: none;
	}
	.gNav_list > li:last-child::after {}
	.gNav_link {
		display: flex;
		justify-content: center;
		margin: 10px 0 30px;
	}
	.gNav_link > a {}
	.gNav_tel {
		align-items: center;
		width: 100%;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		margin-top: 10px;
	}
	.gNav_tel_link {}
	.gNav_tel_link_inner {
		display: flex;
		align-items: center;
		font-size: 25px;
	}
	.gNav_tel_note {
		margin-bottom: 0;
		margin-top: 4px;
	}
	.gNav_list_item {}
	.gNav_list_en {}
	.gNav_list_text {}
	.gNav_link_text {
		min-width: 120px;
		justify-content: center;
		box-sizing: border-box;
	}
	.gNav_list_textWrap {}
	.gNav_list_text-front {}
	.gNav_link_text_inner {}
	.gNav_link_text::before {
		height: 40px;
	}
	.gNav_link_text_bg {}
	.gNav_link_text_bg-back {}
	.gNav_link_text_bg-front {}
	.gPankuzu {
		margin-bottom: 80px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 11px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li > a {
		height: 36px;
	}
	.gPankuzu_oList > li:first-child > a {}
	.gBody {
		padding-bottom: 80px;
	}
	.gBody_inner {}
	.gVisual {}
	.gVisual_bg {
		top: 36px;
	}
	.gVisual_inner {
		padding-left: 20px;
	}
	.gVisual_cols {}
	.gVisual_col {}
	.gVisual_col-ttl {
		width: calc(100% - 400px);
		padding-top: 72px;
	}
	.gVisual_subTitle {
		font-size: 12px;
		margin-bottom: 0.6em;
	}
	.gVisual_title {
		font-size: 31px;
	}
	.gVisual_col-img {
		width: 400px;
	}
	.gVisual_image {}
	.gVisual_image::before {}
	.gVisual_image > img {}
	.gVisual_bar {}
	.gContact {
		padding: 70px 0;
	}
	.gContact_bg {}
	.gContact_bg::before {}
	.gContact_bg > img {}
	.gContact_inner {}
	.gContact_title {
		font-size: 22px;
	}
	.gContact_cols {}
	.gContact_col {}
	.gContact_col-tel {}
	.gContact_tel {}
	.gContact_tel_link {}
	.gContact_tel_link_inner {}
	.gContact_tel_link_inner > .icon {}
	.gContact_tel_note {}
	.gContact_col-link {}
	.gContact_link {}
	.gContact_link > a {}
	.gContact_hr {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title_logo {}
	.gFooter_title_imgWrap {}
	.gFooter_title_imgWrap-color {}
	.gFooter_title_img {}
	.gFooter_title_imgWrap-base {}
	.gFooter_addr {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gFooter_list {
		flex-wrap: wrap;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a > .icon {}
	.gFooter_list_text {}
	.gAccess {}
	.gAccess_canvas {}
	.gAccess_canvas > iframe {}
	.gPageTop {}
	.gPageTop-scrolled {}
	.gPageTop_inner {}
	.gPageTop_contents {}
	.gPageTop_button {}
	.gPageTop_button_icon {}
	.gFooter_addr > a {}
	.gFooter_addr > a > .icon {}
	.gPageTop_button_arrow {}
	.gMenuBtn_textWrap {
		display: block;
		font-size: 10px;
		position: relative;
		z-index: 0;
		overflow: hidden;
		line-height: 1;
	}
	.gNav_bg {
		display: block;
		position: relative;
		z-index: 0;
		margin-top: auto;
		display: none;
	}
	.gNav_bg_image::before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(15, 37, 62, 0.83);
		mix-blend-mode: multiply;
	}
	.gNav_bg_image {
		padding-bottom: 0;
		height: 300px;
	}
	.gNav_bg_image > img {
		filter: blur(4px);
	}
	.gContact_tel_anchor {}
	.gNav_tel_link_inner > .icon {
		display: block;
		font-size: 70%;
		margin-right: 0.4em;
	}
	.gNav_tel_anchor {
		flex-direction: column;
		border: 1px solid currentColor;
		border-radius: 100px;
		height: 60px;
		box-sizing: border-box;
		align-items: center;
	}
	.gVisual_imageWrap {}
	.gVisual-noImg {}
	.gVisual_border {}
	.gContact_tel_caution {}
	.gNav_link_text_inner > .icon {}
	.gContact_emergency {}
	.gContact_emergency > a {}
	.gContact_emergency_title {}
	.gContact_emergency_tel {}
	.gNav_head {
		display: block;
		margin-top: 30px;
	}
	.gNav_subList {
		justify-content: center;
		flex-wrap: wrap;
	}
	.gNav_subList > li {}
	.gNav_subList > li:last-child {}
	.gNav_subList > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.gNav_subList > li > a > .icon {}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a.-mail::before {}
	.gNav_subList > li > a::after {}
	.gNav_subList_text {}
	.gNav_foot {
		display: block;
	}
	.gHeader-scrolled {}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {
		height: 60px;
	}
	.gHeader {}
	.gHeader_inner {
		padding-left: 14px;
		padding-right: 60px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 180px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 60px;
	}
	.gHeader_title_logo {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_imgWrap {}
	.gHeader_title_img {}
	.gHeader_title_imgWrap-color {}
	.gHeader_title_imgWrap-other {}
	.gHeader_title_imgWrap-en {}
	.gHeader_title_imgWrap-text {}
	.gHeader_col-menu {}
	.gMenuBtn {
		width: 60px;
		height: 60px;
		padding-top: 6px;
	}
	.gMenuBtn_barWrap {
		width: 22px;
		margin-bottom: 5px;
	}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 5px auto;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		top: 6px;
		transform: rotate(45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		top: -6px;
		transform: rotate(-45deg);
	}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		top: 60px;
		height: calc(100% - 60px);
		backdrop-filter: none;
		overflow: auto;
		background-color: #fff;
		box-sizing: border-box;
	}
	.gNav_inner {
		padding-top: 10px;
		max-width: none;
	}
	.gNav_list {
		max-width: none;
	}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list > li > a::before {}
	.gHeader-scrolled .gNav_list > li > a::before {}
	.gNav_list > li::after {}
	.gNav_list > li:last-child::after {}
	.gNav_link {}
	.gNav_link > a {}
	.gNav_tel {}
	.gNav_tel_link {}
	.gNav_tel_link_inner {
		font-size: 25px;
	}
	.gNav_tel_note {
		font-size: 11px;
		margin-top: 3px;
	}
	.gNav_list_item {}
	.gNav_list_en {}
	.gNav_list_text {}
	.gNav_link_text {}
	.gNav_list_textWrap {}
	.gNav_list_text-front {}
	.gNav_link_text_inner {}
	.gNav_link_text::before {}
	.gNav_link_text_bg {}
	.gNav_link_text_bg-back {}
	.gNav_link_text_bg-front {}
	.gPankuzu {
		margin-bottom: 40px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 10px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {
		width: 20px;
	}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li:first-child > a {}
	.gBody {
		padding-bottom: 80px;
	}
	.gBody_inner {}
	.gVisual {}
	.gVisual_bg {}
	.gVisual_inner {}
	.gVisual_cols {
		flex-direction: column-reverse;
	}
	.gVisual_col {
		width: auto;
		padding: 0;
	}
	.gVisual_col-ttl {
		padding-bottom: 25px;
	}
	.gVisual_subTitle {}
	.gVisual_title {
		font-size: 22px;
	}
	.gVisual_col-img {
		width: 100%;
		margin-bottom: 20px;
	}
	.gVisual_image {}
	.gVisual_image::before {}
	.gVisual_image > img {}
	.gVisual_bar {}
	.gContact {
		padding: 45px 0;
	}
	.gContact_bg {}
	.gContact_bg::before {}
	.gContact_bg > img {}
	.gContact_inner {}
	.gContact_title {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.gContact_cols {
		display: block;
	}
	.gContact_col {}
	.gContact_col-tel {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.gContact_tel {}
	.gContact_tel_link {}
	.gContact_tel_link_inner {
		font-size: 25px;
		display: flex;
		align-items: center;
	}
	.gContact_tel_link_inner > .icon {
		display: block;
		font-size: 70%;
		margin-right: 0.4em;
	}
	.gContact_tel_note {
		font-size: 11px;
		margin-top: 3px;
	}
	.gContact_col-link {
		margin: 20px auto 0;
		width: 100%;
		max-width: 300px;
	}
	.gContact_link {}
	.gContact_link > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gContact_link > a > .icon-mail {
		font-size: 20px;
		top: -1px;
	}
	.gContact_hr {
		width: 100px;
		height: 1px;
		margin: 27px auto;
		display: none;
	}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title_logo {}
	.gFooter_title_imgWrap {}
	.gFooter_title_imgWrap-color {}
	.gFooter_title_img {}
	.gFooter_title_imgWrap-base {}
	.gFooter_addr {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gFooter_list {
		display: block;
		margin-left: -20px;
		margin-right: -20px;
		border-top: 1px solid rgba(255, 255, 255, 0.50);
		max-width: none;
	}
	.gFooter_list > li {
		margin: 0;
	}
	.gFooter_list > li > a {
		display: flex;
		align-items: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.50);
		padding: 0 20px;
		position: relative;
		z-index: 0;
		padding-right: 50px;
	}
	.gFooter_list > li > a > .icon {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		font-size: 18px;
	}
	.gFooter_list > li > a::before {
		content: "";
		height: 50px;
	}
	.gFooter_list_text {
		background: no-repeat;
	}
	.gAccess {}
	.gAccess_canvas {}
	.gAccess_canvas > iframe {}
	.gPageTop {}
	.gPageTop-scrolled {}
	.gPageTop_inner {}
	.gPageTop_contents {}
	.gPageTop_button {
		width: 50px;
		height: 50px;
		font-size: 12px;
	}
	.gPageTop_button_icon {}
	.gFooter_addr > a {}
	.gFooter_addr > a > .icon {}
	.gPageTop_button_arrow {}
	.gMenuBtn_textWrap {
		transform: scale(0.9);
	}
	.gNav_bg {}
	.gNav_bg_image {}
	.gNav_bg_image > img {}
	.gContact_tel_anchor {
		border: 1px solid #fff;
		border-radius: 100px;
		padding: 0 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		height: 60px;
	}
	.gNav_tel_link_inner > .icon {}
	.gNav_tel_anchor {}
	.gVisual_imageWrap {}
	.gVisual-noImg {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.gVisual_border {}
	.gContact_tel_caution {
		font-size: 10px;
		margin-top: 8px;
	}
	.gNav_link_text_inner > .icon {}
	.gContact_emergency {
		font-size: 12px;
		margin-top: 25px;
	}
	.gContact_emergency > a {}
	.gContact_emergency_title {}
	.gContact_emergency_tel {
		font-size: 20px;
	}
	.gNav_head {
		padding-bottom: 30px;
	}
	.gNav_subList {}
	.gNav_subList > li {}
	.gNav_subList > li:last-child {}
	.gNav_subList > li > a {}
	.gNav_subList > li > a > .icon {}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a.-mail::before {}
	.gNav_subList > li > a::after {}
	.gNav_subList_text {}
	.gNav_foot {}
	.gHeader-scrolled {}
}
@media screen and (max-width:374px) {}
