@charset "UTF-8";
@keyframes cloud {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 1000px 0;
	}
}
.gHeader {}
.gHeader_title {
	width: 265px;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img {
	display: block;
	position: relative;
	padding-bottom: 10.91%;
	width: 100%;
}
.gHeader_title_img_item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gHeader_areaLogo {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 25px;
}
.gHeader_areaLogo-home {}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {
	width: 24px;
	display: block;
	margin: 0 auto;
}
.gMenuBtn_bar {
	display: block;
	height: 2px;
	background-color: currentColor;
	transition-duration: .3s;
	transition-property: transform;
}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {
	margin: 5px auto;
}
.gMenuBtn_bar-no3 {}
.gMenuBtn_textWrap {
	display: block;
	font-size: 10px;
	position: relative;
	margin-top: 3px;
	transform: scale(1) translateY(3px);
	letter-spacing: 0.1em;
	text-indent: .1em;
	overflow: hidden;
	font-family: var(--font-barlow);
}
.gMenuBtn_text {
	display: block;
	transition-duration: .3s;
	transition-property: opacity, visibility, transform;
}
.gMenuBtn_text-open {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-open {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
}
.gMenuBtn_text-hidden {
	opacity: 0;
	visibility: hidden;
	transform: translateY(75%);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-hidden {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.gNav {
	position: fixed;
	top: 20px;
	right: 25px;
	z-index: 1000;
	background-color: var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	border-radius: 100px;
	padding: 0 10px;
}
.gNav_inner {
	display: flex;
}
.gNav_list {
	list-style: none;
	display: flex;
	flex-grow: 1;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	position: relative;
	font-weight: bold;
}
.gNav_list > li > a[aria-current="true"] {
	pointer-events: none;
}
.gNav_list > li > a[aria-current="true"]::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 20px;
	height: 10px;
	background-color: var(--color-blue-main);
	transform: translateX(-50%) rotate(180deg);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	opacity: 0;
}
.gNav_list_text {
	display: block;
	position: relative;
	padding: 3px 0px;
}
.gNav_list_text::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform-origin: right bottom;
	transition-duration: .3s;
	transition-property: transform;
	transform: scale(0, 1);
}
.gNav_list > li > a[aria-current="true"] .gNav_list_text::after {
	display: none;
}
.gNav_list_box {
	display: block;
	display: flex;
	height: 40px;
	align-items: center;
	padding: 0 20px;
	border-radius: 40px;
}
.gNav_list > li > a[aria-current="true"] .gNav_list_box {
	background-color: var(--color-blue-main);
	color: var(--color-white);
}
.gAreaTel {
	display: flex;
	align-items: center;
	margin-left: 35px;
}
.gAreaTel_icon {}
.gAreaTel_text {}
.gAreaTel_dList {
	list-style: none;
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 4px;
}
.gAreaTel_branch {
	font-size: 12px;
	margin-right: 0.4em;
	position: relative;
	top: 3px;
	font-weight: 500;
}
.gAreaTel_num {
	color: var(--color-blue-main);
}
.gAreaTel_num > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.gAreaTel_openList {
	list-style: none;
	display: flex;
	justify-content: center;
	font-size: 12px;
	line-height: 1;
	border: 1px solid currentColor;
	padding: 4px 7px;
	margin-top: 6px;
	background-color: var(--color-blue-main);
	color: #fff;
	border: none;
	border-radius: 14px;
	font-weight: bold;
}
.gAreaTel_openList > dt {}
.gAreaTel_openList > dt::after {
	content: "：";
}
.gAreaTel_openList > dd {}
.gAreaTel_num_text {
	font-family: var(--font-barlow);
	font-feature-settings: "tnum";
	font-size: 24px;
	font-weight: bold;
}
.gAreaTel_num_prefix {
	font-family: var(--font-barlow);
	font-size: 10px;
	font-weight: bold;
	margin-right: 4px;
	display: none;
}
.gNav_box {
	flex-grow: 1;
}
.gNav_box_inner {
	max-width: 700px;
	margin: 0 auto;
	border-radius: 100px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	position: fixed;
	width: 100%;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: var(--color-white);
	z-index: 1000;
}
.gHeader_catch {
	font-size: 11px;
	margin-bottom: 7px;
	line-height: 1.4;
	white-space: nowrap;
	font-feature-settings: "palt";
}
.gHeader_catch_dot {
	letter-spacing: -0.2em;
	margin-left: -0.2em;
}
.gBody {
	padding-bottom: 100px;
}
.gVisual {
	padding: 0 25px;
}
.gVisual_box {
	position: relative;
}
.gVisual_img {
	position: absolute;
	top: 0;
	left: 390px;
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 100px;
	overflow: hidden;
}
.gVisual_img > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.gVisual_inner {
	position: relative;
	z-index: 3;
	max-width: 1600px;
	height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.gVisual_subTitle {
	font-family: var(--font-barlow);
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 10px;
}
.gVisual_title {
	font-size: 46px;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: 90px;
}
.gPankuzu {
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
}
.gPankuzu_inner {
	max-width: 1400px;
}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "";
	display: block;
	margin: 0 10px;
	background-color: currentColor;
	height: 1px;
	width: 12px;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 60px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPankuzu_oList > li > a > .icon-home {
	display: block;
	margin-right: 3px;
	font-size: 15px;
}
.gBody_inner {}
.gVisual_img_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.29);
}
.gNav_list_text_front {
	display: block;
}
.gNav_list_text_back {
	display: block;
	font-family: var(--font-barlow);
	font-weight: 300;
	color: #8c8c8c;
	font-size: 12px;
	text-align: center;
	margin-bottom: 4px;
}
.gNav_link {
	align-self: center;
	width: 130px;
	margin-left: 0;
}
.gNav_link > a {
	background-color: var(--color-blue-main);
	color: var(--color-white);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-radius: 30px;
	font-weight: bold;
	font-size: 14px;
	padding: 0 15px;
	padding-left: 9px;
	border-bottom-left-radius: 0;
}
.gNav_link > a > .icon {
	margin-right: 6px;
	font-size: 18px;
}
.gVis {
	position: relative;
	padding-bottom: 60px;
	margin-bottom: -60px;
	padding-left: 25px;
}
.gVis_inner {
	max-width: 1400px;
}
.gVis_cols {
	display: flex;
}
.gVis_col {}
.gVis_col-ttl {
	width: 265px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	padding-bottom: 70px;
	line-height: 1.1;
}
.gVis_bg {
	display: block;
	position: absolute;
	z-index: 0;
	height: 280px;
	background-color: #ebf4fb;
	width: 100%;
	bottom: 0;
	left: 0;
	width: calc(100% - (50vw - 700px) - 170px);
	border-bottom-right-radius: 40px;
	border-top-right-radius: 40px;
}
.gVis_bg[data-animation] {
	transform-origin: left bottom;
	transform: scale3d(0, 1, 1);
	transition-property: transform;
	transition-duration: 0.7s;
}
.gVis_bg[data-animation="after"] {
	transform: scale3d(1, 1, 1);
}
.gVis_subTitle {
	font-size: 16px;
	position: relative;
	font-weight: normal;
	padding-right: 5px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #14aeae;
	z-index: 3;
	overflow: hidden;
	opacity: 1;
	font-family: var(--font-barlow);
}
.gVis_subTitle::before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: currentColor;
	display: none;
}
.gVis_title {
	font-size: 40px;
	font-weight: normal;
	position: relative;
	z-index: 3;
	white-space: nowrap;
	margin-top: 24px;
	font-weight: normal;
	font-weight: bold;
	letter-spacing: 0.05em;
	left: 0.05em;
	overflow: hidden;
	opacity: 1;
	text-align: right;
}
.gVis_col-img {
	width: calc(100% - 340px);
	margin-left: auto;
}
.gVis_image {
	height: 450px;
	overflow: hidden;
	position: relative;
	width: 100%;
	border-bottom-left-radius: 80px;
	z-index: 1;
	background-color: #cbe4e4;
}
.gVis_image_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.gVis_image_mask {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	pointer-events: none;
	background-position: center center;
	background-size: 2px 1px;
	background-color: rgba(255, 255, 255, 0.13);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.26) 50%, rgba(255, 255, 255, 0) 50%);
	background-repeat: repeat;
}
.gHeader_areaLogo > a {
	display: block;
	text-decoration: none;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	transition-duration: .3s;
	transition-property: opacity;
}
.gVis_image_item {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 100px);
	z-index: 0;
	transition-delay: 0.3s;
}
.gBody_cols {
	display: flex;
}
.gBody_col {}
.gBody_col-nav {
	width: 200px;
}
.gBody_col-main {
	width: calc(100% - 270px);
	margin-left: auto;
}
.gPageTop {
	position: fixed;
	z-index: 100;
	bottom: 25px;
	right: 25px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.gPageTop-scrolled {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gPageTop_button {
	display: flex;
	width: 50px;
	height: 50px;
	background-color: var(--color-blue-main);
	border-radius: 50%;
	color: var(--color-white);
	font-size: 19px;
	border: 1px solid var(--color-blue-main);
	transition-duration: .3s;
	transition-property: background-color, color;
	align-items: center;
	justify-content: center;
}
.gPageTop_button > .icon {
	display: block;
}
.gFooter {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 20px;
	overflow: hidden;
}
.gFooter_inner {}
.gFooter_cols {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gFooter_col {}
.gFooter_col-logo {}
.gFooter_logo {
	width: 265px;
}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
	padding-bottom: 10.91%;
	width: 100%;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo_item {
	display: block;
	fill: currentColor;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gFooter_dList {
	list-style: none;
	position: relative;
	padding-left: 66px;
}
.gFooter_dList > dt {
	position: absolute;
	top: 0;
	left: 0;
}
.gFooter_dList > dd {
	color: #666;
	position: relative;
}
.gFooter_dList > dd > .icon {
	color: var(--color-text);
	margin-right: 2px;
	top: -1px;
}
.gFooter_col-nav {}
.gFooter_list {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-bottom: 26px;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	padding: 0 24px;
	display: flex;
	align-items: center;
	position: relative;
	font-weight: 500;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_list > li:nth-last-child(n+2) > a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 12px;
	background-color: var(--color-light-gray);
	transform: translateY(-50%);
	background-color: var(--color-silver);
	opacity: 0;
}
.gFooter_list_text {}
.gFooter_copyright {
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 0.05em;
	text-align: center;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-barlow);
}
.gFooter_copyright > small {
	display: block;
	font-size: inherit;
}
.gFooter_addr {}
.gFooter_dListWrap {
	text-align: center;
	margin-top: 25px;
}
.gFooter_image {
	width: 1000px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.gFooter_image > img {
	display: block;
	position: relative;
	z-index: 1;
}
.gFootNav {
	margin-top: -1px;
	background-color: var(--color-blue-main);
	color: var(--color-white);
}
.gFootNav_inner {}
.gFootNav_list {
	list-style: none;
	display: flex;
}
.gFootNav_list > li {
	flex-grow: 1;
}
.gFootNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	position: relative;
}
.gFootNav_list > li:nth-last-child(n+2) > a::after {
	content: "";
	display: block;
	width: 1px;
	height: 19px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-radius: 1px;
}
.gFooter_list_text {}
.gFooter_col-addr {}
.gFooter_hr {
	display: block;
	width: 1px;
	height: 80px;
	margin: 0 30px;
	background-color: var(--color-silver);
}
.gFooter_contents {
	padding: 35px 0 20px;
	border-top: 1px solid var(--color-blue-main);
	margin-top: -1px;
}
.gFooter_list_circle {
	display: flex;
	font-size: 10px;
	width: 14px;
	height: 14px;
	background-color: var(--color-sky-blue);
	color: var(--color-white);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-right: 4px;
}
.gFooter_list_circle::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	box-sizing: border-box;
	border: 1px solid currentColor;
	transform: translateX(-25%) rotate(45deg);
	border-left: none;
	border-bottom: none;
}
.gFooter_list_circle > .icon {
	display: none;
}
.gPankuzu-sp {
	display: none;
}
.gNav_bg {
	display: none;
}
.gNav_bg > img {}
.gNav_dList {
	display: none;
}
.gNav_dList > dt {}
.gNav_dList > dd {}
.gNav_dList > dd > .icon {}
.gVis_subTitle_text {
	display: block;
}
.gVis_title_text {
	display: block;
}
.gVis_subTitle[data-animation] .gVis_subTitle_text {
	transform: translateY(100%);
	opacity: 0;
	transition-duration: 0.7s;
	transition-property: transform, opacity;
	transition-delay: 0.2s;
}
.gVis_title[data-animation] .gVis_title_text {
	transform: translateY(100%);
	opacity: 0;
	transition-duration: 0.7s;
	transition-property: transform, opacity;
	transition-delay: 0.3s;
}
.gVis_subTitle[data-animation="after"] .gVis_subTitle_text {
	opacity: 1;
	transform: translateY(0);
}
.gVis_title[data-animation="after"] .gVis_title_text {
	opacity: 1;
	transform: translateY(0);
}
.gFooter_50th {
	max-width: 100px;
	margin: 20px auto 15px;
}
.gFooter_50th_inner {
	display: block;
	padding-bottom: 92%;
	position: relative;
}
.gFooter_50th_inner > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gFooter_logoWrap {
	display: flex;
	align-items: center;
}
.gVis_title-contact {
	letter-spacing: 0;
	font-feature-settings: "palt";
}
.gHead {
	padding-top: 140px;
	padding-bottom: 70px;
	position: relative;
}
.gHead_bar {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: var(--color-light-gray);
	transform-origin: left bottom;
}
.gHead_bar[data-animation] {
	transform: scale3d(0, 1, 1);
}
.gHead_bar[data-animation="after"] {
	transform: scale3d(1, 1, 1);
	transition-delay: .15s;
	transition-duration: .7s;
	transition-property: transform;
}
.gHead_inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.1;
}
.gVis_subTitle-simple {
	padding-right: 0;
	text-indent: 0.4em;
}
.gVis_title-simple {}
.gFooter_dList > dd > a > .icon {
	color: var(--color-text);
	margin-right: 2px;
	top: -1px;
	transform: scale(0.9);
}
.gFooter_image_cloud {
	background-image: url(/assets/img/common/img-footer-town-cloud@2x.png);
	position: absolute;
	z-index: 0;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-size: 1000px 110px;
	background-position: 0 0;
	background-repeat: repeat-x;
	animation-name: cloud;
	animation-duration: 60s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@media screen and (max-width:1449px) {
	.gVis_bg {
		width: calc(100% - 190px);
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gHeader_areaLogo > a:hover {
		opacity: .8;
	}
	.gHeader_title > a:hover {
		opacity: .8;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {}
	a:hover .gNav_list_text::after {
		transform-origin: left bottom;
		transform: scale(1, 1);
	}
	.gAreaTel_num > a:hover {}
	.gPankuzu_oList > li > a:hover {
		color: var(--color-sky-blue);
	}
	.gPageTop_button:hover {
		background-color: var(--color-white);
		color: var(--color-blue-main);
	}
	.gFooter_logo > a:hover {
		opacity: .8;
	}
	.gFooter_list > li > a:hover {
		color: var(--color-sky-blue);
	}
	.gFootNav_list > li > a:hover {}
}
@media screen and (max-width:999px) {
	.gHeader {}
	.gHeader_title {
		width: 220px;
	}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gHeader_title_img_item {}
	.gHeader_areaLogo {
		left: 20px;
	}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn_textWrap {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		top: 15px;
		right: 20px;
	}
	.gNav_inner {}
	.gNav_list {
		font-size: 13px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list > li > a[aria-current="true"] {}
	.gNav_list > li > a[aria-current="true"]::after {}
	.gNav_list_text {}
	.gNav_list_text::after {
		transition: none;
	}
	.gNav_list > li > a[aria-current="true"] .gNav_list_text::after {}
	.gNav_list_box {
		padding: 0 10px;
		height: 33px;
	}
	.gNav_list > li > a[aria-current="true"] .gNav_list_box {}
	.gAreaTel {}
	.gAreaTel_icon {}
	.gAreaTel_text {}
	.gAreaTel_dList {}
	.gAreaTel_branch {}
	.gAreaTel_num {}
	.gAreaTel_num > a {}
	.gAreaTel_openList {}
	.gAreaTel_openList > dt {}
	.gAreaTel_openList > dt::after {}
	.gAreaTel_openList > dd {}
	.gAreaTel_num_text {}
	.gAreaTel_num_prefix {}
	.gNav_box {}
	.gNav_box_inner {}
	.gHeader_catch {
		font-size: 10px;
		transform: scale(0.9);
		transform-origin: left top;
		margin-bottom: 4px;
	}
	.gHeader_catch_dot {}
	.gBody {}
	.gVisual {}
	.gVisual_box {}
	.gVisual_img {}
	.gVisual_img > img {}
	.gVisual_inner {}
	.gVisual_subTitle {}
	.gVisual_title {}
	.gPankuzu {
		margin-bottom: 60px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a > .icon-home {}
	.gBody_inner {}
	.gVisual_img_mask {}
	.gNav_list_text_front {}
	.gNav_list_text_back {}
	.gNav_link {}
	.gNav_link > a {}
	.gNav_link > a > .icon {}
	.gVis {
		padding-left: 20px;
	}
	.gVis_inner {}
	.gVis_cols {}
	.gVis_col {}
	.gVis_col-ttl {
		padding-bottom: 50px;
		width: 200px;
	}
	.gVis_bg {}
	.gVis_subTitle {
		font-size: 14px;
	}
	.gVis_subTitle::before {}
	.gVis_title {
		font-size: 32px;
		margin-top: 19px;
	}
	.gVis_col-img {
		width: calc(100% - 240px);
	}
	.gVis_image {
		border-bottom-left-radius: 50px;
		height: 400px;
	}
	.gVis_image_img {}
	.gVis_image_mask {}
	.gHeader_areaLogo > a {
		height: 90px;
	}
	.gVis_image_item {}
	.gBody_cols {}
	.gBody_col {}
	.gBody_col-nav {}
	.gBody_col-main {
		width: calc(100% - 230px);
	}
	.gPageTop {
		right: 20px;
		bottom: 20px;
	}
	.gPageTop_button {}
	.gPageTop_button > .icon {}
	.gFooter {
		font-size: 13px;
	}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-logo {}
	.gFooter_logo {
		width: 240px;
	}
	.gFooter_logo > a {}
	.gFooter_logo_item {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > .icon {}
	.gFooter_col-nav {}
	.gFooter_list {
		font-size: 14px;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {
		padding: 0 14px;
	}
	.gFooter_list > li:nth-last-child(n+2) > a::after {}
	.gFooter_list_text {}
	.gFooter_copyright {
		font-size: 10px;
	}
	.gFooter_copyright > small {}
	.gFooter_addr {}
	.gFooter_dListWrap {}
	.gFooter_image {
		width: 740px;
	}
	.gFooter_image > img {}
	.gFootNav {}
	.gFootNav_inner {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li:nth-last-child(n+2) > a::after {}
	.gFooter_list_text {}
	.gFooter_col-addr {}
	.gFooter_hr {}
	.gFooter_contents {}
	.gFooter_list_circle {}
	.gFooter_list_circle::before {}
	.gFooter_list_circle > .icon {}
	.gNav_bg {}
	.gNav_bg > img {}
	.gNav_dList {}
	.gNav_dList > dt {}
	.gNav_dList > dd {}
	.gNav_dList > dd > .icon {}
	.gFooter_50th {}
	.gFooter_50th_inner {}
	.gFooter_50th_inner > img {}
	.gFooter_logoWrap {}
	.gVis_title-contact {}
	.gHead {}
	.gHead_bar {}
	.gHead_bar[data-animation] {}
	.gHead_bar[data-animation="after"] {}
	.gHead_inner {}
	.gVis_subTitle-simple {}
	.gVis_title-simple {}
}
@media screen and (max-width:767px) {
	.gHeader {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gHeader_title_img_item {}
	.gHeader_areaLogo {}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1001;
		top: 15px;
		right: 0;
		width: 65px;
		height: 50px;
		border-radius: 5px;
		background-color: #fff;
		background-color: var(--color-sky-blue);
		color: var(--color-white);
		background-color: var(--color-blue-main);
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 25px;
		border-top-left-radius: 25px;
		padding-left: 10px;
	}
	.gMenuBtn_barWrap {
		width: 22px;
	}
	.gMenuBtn_bar {
		height: 1px;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(6px) rotate(35deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-6px) rotate(-35deg);
	}
	.gMenuBtn_textWrap {}
	.gMenuBtn_text {
		line-height: 1;
	}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		width: 100%;
		border-radius: 0;
		top: 0;
		right: 0;
		height: 100%;
		box-sizing: border-box;
		padding-top: 80px;
		padding-bottom: 50px;
		padding-left: 40%;
		padding-right: 0px;
		overflow: auto;
	}
	.gNav::before {
		content: "";
		display: block;
		position: absolute;
		z-index: 2;
		width: calc(60% + 20px);
		right: 0;
		top: 0;
		height: 100%;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		background-color: var(--color-white);
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		display: block;
	}
	.gNav_list {
		display: block;
		font-size: 15px;
		position: relative;
		z-index: 2;
		margin-left: -20px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		height: 50px;
		background-image: radial-gradient(circle at center, var(--color-sky-blue) 1px, rgba(255, 255, 255, 0) 1px);
		background-size: 10px 2px;
		background-repeat: repeat-x;
		background-position: center bottom;
		background-image: linear-gradient(to right, #ccc 50%, rgba(255, 255, 255, 0) 50%);
		background-size: 4px 1px;
		background-repeat: repeat-x;
	}
	.gNav_list > li:nth-last-child(n+2) > a {}
	.gNav_list > li > a[aria-current="true"] {
		pointer-events: inherit;
	}
	.gNav_list > li > a[aria-current="true"]::after {}
	.gNav_list_text {
		width: 100%;
		position: relative;
		padding: 0;
	}
	.gNav_list_text::after {
		transform: rotate(45deg);
		width: 8px;
		height: 8px;
		border: 1px solid var(--color-sky-blue);
		background-color: rgba(255, 255, 255, 0);
		border-bottom: none;
		border-left: none;
		left: auto;
		right: 22px;
		bottom: auto;
		top: 50%;
		box-sizing: border-box;
	}
	.gNav_list > li > a[aria-current="true"] .gNav_list_text::after {
		display: block;
	}
	.gNav_list_box {
		width: 100%;
		justify-content: flex-start;
		height: auto;
		padding: 0;
		padding-left: 20px;
	}
	.gNav_list > li > a[aria-current="true"] .gNav_list_box {
		background-color: rgba(255, 255, 255, 0);
		color: inherit;
	}
	.gAreaTel {}
	.gAreaTel_icon {}
	.gAreaTel_text {}
	.gAreaTel_dList {}
	.gAreaTel_branch {}
	.gAreaTel_num {}
	.gAreaTel_num > a {}
	.gAreaTel_openList {}
	.gAreaTel_openList > dt {}
	.gAreaTel_openList > dt::after {}
	.gAreaTel_openList > dd {}
	.gAreaTel_num_text {}
	.gAreaTel_num_prefix {}
	.gNav_box {}
	.gNav_box_inner {}
	.gHeader_catch {
		line-height: 14px;
		margin-bottom: 2px;
		transform: scale(0.9);
	}
	.gHeader_catch_dot {}
	.gBody {
		padding-bottom: 60px;
	}
	.gVisual {}
	.gVisual_box {}
	.gVisual_img {}
	.gVisual_img > img {}
	.gVisual_inner {}
	.gVisual_subTitle {}
	.gVisual_title {}
	.gPankuzu {
		margin-bottom: 45px;
		display: none;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 11px;
		justify-content: center;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {
		height: 40px;
	}
	.gPankuzu_oList > li > a > .icon-home {}
	.gBody_inner {}
	.gVisual_img_mask {}
	.gNav_list_text_front {}
	.gNav_list_text_back {}
	.gNav_link {}
	.gNav_link > a {}
	.gNav_link > a > .icon {}
	.gVis {
		padding-top: 80px;
		padding-bottom: 0;
		margin-bottom: 50px;
	}
	.gVis_inner {}
	.gVis_cols {
		flex-direction: column-reverse;
	}
	.gVis_col {}
	.gVis_col-ttl {
		display: block;
		position: relative;
		padding: 32px 0;
		margin-top: -80px;
		width: calc(100% - 20px);
		padding-top: 110px;
	}
	.gVis_bg {
		z-index: 0;
		width: calc(100% + 20px);
		height: 100%;
		left: auto;
		right: 0;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.gVis_subTitle {
		font-size: 12px;
		text-indent: 0.4em;
	}
	.gVis_subTitle::before {}
	.gVis_title {
		font-size: 28px;
		margin-top: 10px;
		text-align: left;
	}
	.gVis_col-img {
		width: 100%;
	}
	.gVis_image {
		border-bottom-left-radius: 20px;
		border-top-left-radius: 20px;
		height: 220px;
	}
	.gVis_image_img {}
	.gVis_image_img-left {
		object-position: left center;
	}
	.gVis_image_mask {}
	.gHeader_areaLogo > a {
		height: 80px;
	}
	.gVis_image_item {}
	.gBody_cols {
		display: block;
	}
	.gBody_col {
		width: auto;
	}
	.gBody_col-nav {
		margin-bottom: 45px;
	}
	.gBody_col-main {}
	.gPageTop {}
	.gPageTop_button {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
	.gPageTop_button > .icon {}
	.gFooter {
		padding-bottom: 60px;
	}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {}
	.gFooter_col-logo {
		margin-bottom: 25px;
	}
	.gFooter_logo {
		margin: 0 auto 0;
	}
	.gFooter_logo > a {}
	.gFooter_logo_item {}
	.gFooter_dList {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.gFooter_dList > dt {
		margin-right: 0;
		position: relative;
	}
	.gFooter_dList > dd {
		text-align: center;
	}
	.gFooter_dList > dd > .icon {}
	.gFooter_col-nav {}
	.gFooter_list {
		flex-wrap: wrap;
		display: none;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_list > li:nth-last-child(n+2) > a::after {}
	.gFooter_list_text {}
	.gFooter_copyright {
		transform: scale(0.9);
	}
	.gFooter_copyright > small {}
	.gFooter_addr {}
	.gFooter_dListWrap {}
	.gFooter_image {
		width: 500px;
	}
	.gFooter_image > img {}
	.gFootNav {}
	.gFootNav_inner {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li:nth-last-child(n+2) > a::after {}
	.gFooter_list_text {}
	.gFooter_col-addr {}
	.gFooter_hr {
		display: none;
	}
	.gFooter_contents {
		padding-top: 20px;
	}
	.gFooter_list_circle {}
	.gFooter_list_circle::before {}
	.gFooter_list_circle > .icon {}
	.gPankuzu-sp {
		display: block;
		margin-bottom: 0;
		margin-top: 45px;
	}
	.gNav_bg {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 40%;
		height: 100%;
		overflow: hidden;
	}
	.gNav_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.39);
	}
	.gNav_bg > img {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}
	.gNav_dList {
		display: flex;
		position: relative;
		z-index: 3;
		font-size: 12px;
		font-weight: 500;
		margin-top: 16px;
		line-height: 1.5;
		flex-direction: column;
		align-items: flex-start;
	}
	.gNav_dList > dt {
		background-color: var(--color-blue-main);
		color: var(--color-white);
		font-size: 11px;
		padding: 2px 7px;
		border-radius: 3px;
		margin-bottom: 5px;
	}
	.gNav_dList > dd {
		color: #666;
	}
	.gNav_dList > dd > .icon {}
	.gNav_dList > dd > a {
		font-family: var(--font-barlow);
		font-weight: bold;
		color: var(--color-blue-main);
		font-size: 20px;
	}
	.gNav_dList_prefix {
		font-size: 12px;
		margin-right: 5px;
	}
	.gFooter_50th {
		margin-top: 0;
		margin-bottom: 24px;
	}
	.gFooter_50th_inner {}
	.gFooter_50th_inner > img {}
	.gFooter_logoWrap {}
	.gVis_title-contact {}
	.gHead {
		padding-top: 100px;
		padding-bottom: 38px;
		margin-bottom: 45px;
	}
	.gHead_bar {}
	.gHead_bar[data-animation] {}
	.gHead_bar[data-animation="after"] {}
	.gHead_inner {}
	.gVis_subTitle-simple {}
	.gVis_title-simple {}
}
@media screen and (max-width:374px) {}
