@charset "UTF-8";
.gHeader {
	background-image: linear-gradient(to bottom, #aadcff 1px, #9cd4fe 1px, #9cd4fe 2px, #8ccbfd 2px, #8ccbfd 3px, #60a3db 3px, #60a3db 4px, rgba(255, 255, 255, 0) 4px);
	background-repeat: no-repeat;
	padding-top: 9px;
}
.gHeader_contents {
	margin-bottom: 3px;
}
.gHeader_inner {}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gHeader_col {}
.gHeader_col-title {
	width: 70%;
	position: relative;
}
.gHeader_title {}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img {}
.gHeader_col-menu {
	width: 29.6%;
	max-width: 269px;
}
.gHeader_tel {}
.gHeader_tel > a {
	text-decoration: none;
	color: inherit;
}
.gHeader_tel > a > img {
	display: block;
}
.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 {
	border-bottom: 1px solid var(--color-gray-nav);
	background-image: linear-gradient(to top, #e7e7e7, rgba(255, 255, 255, 0));
	background-color: var(--color-white);
}
.gNav::after {
	content: "";
	display: block;
	height: 1px;
	background-color: var(--color-white);
}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(7, auto);
}
.gNav_list > li {}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 44px;
	line-height: 1;
	text-align: center;
	font-size: 13px;
	justify-content: center;
	row-gap: 3px;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 9px;
	padding-left: 5px;
	padding-right: 5px;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 32px;
	position: absolute;
	bottom: 1px;
	left: 0;
	background-image: linear-gradient(to top, #bbbbbb, rgba(255, 255, 255, 0));
	box-shadow: 1px 0 0 var(--color-white);
}
.gNav_list > li:last-child > a::after {
	content: "";
	display: block;
	width: 1px;
	height: 32px;
	position: absolute;
	bottom: 1px;
	right: 0;
	background-image: linear-gradient(to top, #bbbbbb, rgba(255, 255, 255, 0));
	box-shadow: 1px 0 0 var(--color-white);
}
.gNav_list_text {
	display: block;
	font-family: var(--font-kosugimaru);
}
.gNav_list_en {
	display: block;
	font-size: 10px;
	color: var(--color-gray);
	line-height: 1;
	font-weight: 500;
}
.gNav_list_bar {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	background-color: #96c8f2;
}
.gFooter {}
.gFooter_inner {}
.gFooter_info {
	font-size: 12px;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	column-gap: 14px;
	border-top: 1px solid var(--color-gray-nav);
	padding-top: 20px;
	padding-bottom: 10px;
}
.gFooter_telLink {}
.gFooter_telLink > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_copyright {}
.gBody {
	background-image: linear-gradient(to bottom, #f2f2f2, rgba(255, 255, 255, 0));
	background-size: 100% 49px;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 20px;
	padding-bottom: 35px;
}
.gBody_inner {}
.gBody_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.gBody_col {}
.gBody_col-main {
	width: 68%;
	max-width: 618px;
}
.gBody_col-sub {
	width: 29%;
	max-width: 256px;
}
.gHeader_title_img-sp {
	display: none;
}
.gMenuBtn_textWrap {}
.gNav_tel {
	display: none;
}
.gBody-home {
	padding-top: 0;
}
.gHeader_catch {
	font-family: var(--font-kosugimaru);
	font-size: 13px;
	position: absolute;
	top: 9px;
	left: 3px;
	z-index: 1;
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gHeader_tel > a:hover {}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {}
	a:hover .gNav_list_bar {
		opacity: 1;
	}
	.gFooter_telLink > a:hover {}
}
@media screen and (max-width: 999px) {
	.gHeader {}
	.gHeader_contents {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gHeader_col-menu {}
	.gHeader_tel {}
	.gHeader_tel > a {}
	.gHeader_tel > a > img {}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {}
	.gNav::after {}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {
		font-size: 12px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li:last-child > a::after {}
	.gNav_list_text {}
	.gNav_list_en {}
	.gNav_list_bar {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_info {}
	.gFooter_telLink {}
	.gFooter_telLink > a {}
	.gFooter_copyright {}
	.gBody {}
	.gBody_inner {}
	.gBody_cols {
		display: block;
	}
	.gBody_col {
		width: auto;
		max-width: 618px;
		margin-left: auto;
		margin-right: auto;
	}
	.gBody_col-main {}
	.gBody_col-sub {
		margin-top: 45px;
	}
	.gMenuBtn_textWrap {}
	.gBody-home {}
	.gHeader_catch {
		font-size: 1.301vw;
		top: 0.901vw;
		left: 0.3vw;
	}
}
@media screen and (max-width:767px) {
	.gHeader {
		background-image: none;
		padding-top: 0;
		height: 60px;
	}
	.gHeader_contents {
		margin-bottom: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: var(--color-white);
		z-index: 1000;
		box-shadow: inset 0 -1px 0 var(--color-white), 0 1px 0 var(--color-gray-nav);
		background-image: linear-gradient(to top, #e7e7e7, rgba(255, 255, 255, 0));
	}
	.gHeader_inner {
		padding-right: 0;
	}
	.gHeader_cols {}
	.gHeader_col {
		width: auto;
	}
	.gHeader_col-title {
		width: calc(100% - 60px);
		max-width: 270px;
	}
	.gHeader_title {
		mix-blend-mode: multiply;
	}
	.gHeader_title > a {
		display: flex;
		height: 60px;
		align-items: center;
		box-sizing: border-box;
		padding-top: 9px;
	}
	.gHeader_title_img {}
	.gHeader_col-menu {
		width: 60px;
	}
	.gHeader_tel {
		display: none;
	}
	.gHeader_tel > a {}
	.gHeader_tel > a > img {}
	.gMenuBtn {
		display: block;
		width: 60px;
		height: 60px;
		font-size: 10px;
		color: var(--color-dark-blue);
		font-family: var(--font-kosugimaru);
		line-height: 1;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
		box-sizing: border-box;
		padding-top: 3px;
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 22px;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		display: block;
		height: 2px;
		background-color: currentColor;
		border-radius: 2px;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 4px 0;
	}
	.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_text {
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		transition-duration: .3s;
		transition-property: opacity, visibility, transform;
	}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {
		position: absolute;
		transform: translateY(54%);
		opacity: 0;
		visibility: hidden;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-open {
		transform: translateY(-54%);
		opacity: 0;
		visibility: hidden;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-hidden {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	.gNav {
		position: fixed;
		z-index: 100;
		top: 60px;
		left: 0;
		height: calc(100% - 60px);
		width: 100%;
		border-bottom: none;
		background-image: none;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		overflow: auto;
		box-sizing: border-box;
		padding-bottom: 60px;
		background-image: linear-gradient(to bottom, #f2f2f2, rgba(255, 255, 255, 0));
		background-size: 100% 49px;
		background-position: center top;
		background-repeat: no-repeat;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav::after {
		display: none;
	}
	.gNav_inner {}
	.gNav_list {
		display: block;
		margin-left: -20px;
		margin-right: -20px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		font-size: 13px;
		height: 60px;
		padding: 0 40px;
		border-bottom: 1px solid var(--color-gray-pale);
	}
	.gNav_list > li > a::before {
		display: none;
	}
	.gNav_list > li:last-child > a::after {
		display: none;
	}
	.gNav_list_text {}
	.gNav_list_en {}
	.gNav_list_bar {
		background: none;
		width: 8px;
		height: 8px;
		border: 2px solid var(--color-dark-blue);
		opacity: 1;
		box-sizing: border-box;
		top: 50%;
		bottom: auto;
		left: auto;
		right: 19px;
		transform: translateY(-50%) rotate(45deg);
		border-left: none;
		border-bottom: none;
	}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_info {
		flex-direction: column;
		align-items: center;
		row-gap: 3px;
	}
	.gFooter_telLink {}
	.gFooter_telLink > a {}
	.gFooter_copyright {
		font-size: 10px;
	}
	.gBody {}
	.gBody_inner {}
	.gBody_cols {}
	.gBody_col {}
	.gBody_col-main {}
	.gBody_col-sub {}
	.gHeader_title_img-pc {
		display: none;
	}
	.gHeader_title_img-sp {
		display: block;
	}
	.gMenuBtn_textWrap {
		display: block;
		position: relative;
		width: 100%;
		text-align: center;
		margin-top: 3px;
		overflow: hidden;
		line-height: 14px;
	}
	.gNav_tel {
		display: block;
		max-width: 200px;
		margin: 20px auto 0;
	}
	.gNav_tel > a {}
	.gNav_tel > a > img {}
	.gBody-home {}
	.gHeader_catch {
		font-size: 10px;
		top: 11px;
		left: 1px;
		transform-origin: left top;
		transform: scale(0.9);
	}
}
@media screen and (max-width:374px) {}
