@charset "UTF-8";
.gHeaderWrap {
	font-size: 14px;
	line-height: 1.8;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}
.gHeader_inner {
	max-width: none;
}
.gHeader_cols {
	display: flex;
	align-items: flex-end;
}
.gHeader_col {}
.gHeader_col-title {
	width: 294px;
	margin-right: auto;
}
.gNav_box {}
.gHeader_title {}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.gHeader_title_inner {
	display: flex;
	height: 65px;
	align-items: center;
	background-color: var(--color-white);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	justify-content: center;
}
.gHeader_title_img {
	max-width: 100%;
	height: auto;
	display: block;
	width: 268px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_col-contact {
	width: 120px;
}
.gHeader_link {}
.gHeader_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	background-color: var(--color-blue);
	color: var(--color-white);
	height: 30px;
	border-radius: 15px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid var(--color-blue);
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_col-menu {
	width: 49px;
	margin-left: 10px;
}
.gMenuBtn {
	display: block;
	background-color: var(--color-back);
	height: 30px;
	border-radius: 30px;
	width: 100%;
	z-index: 2;
	position: relative;
	color: var(--color-blue);
	caret-color: rgba(255, 255, 255, 0);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMenuBtn[aria-expanded="true"] {
	background-color: var(--color-white);
}
.gMenuBtn_barWrap {
	display: block;
	width: 17px;
	margin: 0 auto;
}
.gMenuBtn_bar {
	height: 1px;
	background-color: currentColor;
	display: block;
	transform: scale(1, 1.5);
	transition-duration: .3s;
	transition-property: transform;
}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {
	margin: 4px auto;
}
.gMenuBtn_bar-no3 {}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
	transform: translateY(5px) rotate(-35deg) scale(1, 1.5);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
	transform: scale(0, 1.5);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
	transform: translateY(-5px) rotate(35deg) scale(1, 1.5);
}
.gMenuBtn_text {}
.gMenuBtn_text-open {}
.gMenuBtn_text-hidden {}
.gNav {
	position: absolute;
	top: 0;
	right: 0;
	width: 571px;
	background-color: var(--color-back);
	border-bottom-left-radius: 200px;
	padding-top: 35px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	box-sizing: border-box;
	padding-right: 79px;
	padding-bottom: 77px;
}
.gNav.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gNav_inner {
	max-width: 390px;
	margin-left: auto;
}
.gNav_search {
	position: relative;
}
.gNav_search_input {}
.gNav_search_input > input {
	padding: 2px 10px;
	border-radius: 50px;
	display: block;
	padding-right: 40px;
	border: 1px solid var(--color-gray);
	padding-right: 40px;
}
.gNav_search_btn {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width: 40px;
	color: var(--color-gray);
	font-size: 15px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_search_btn > .icon {
	display: block;
}
.gNav_grid {
	display: flex;
	margin-top: 37px;
	justify-content: space-between;
	max-width: 377px;
	margin-left: auto;
}
.gNav_cell {
	min-width: 140px;
}
.gNav_link {
	font-weight: bold;
	font-family: var(--font-udkakugo);
	color: var(--color-blue);
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid var(--color-line-gray);
	margin-bottom: 15px;
}
.gNav_link > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding-bottom: 24px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_list {
	list-style: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 36px;
}
.gNav_list > li {}
.gNav_list > li.-sp {
	display: none;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
	padding-left: 1.5em;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list_arrow {
	position: absolute;
	top: 18px;
	left: 0;
	transform: translateY(-50%);
	color: var(--color-blue);
}
.gBody {
	position: relative;
	padding-bottom: 100px;
}
.gBody-hidden {
	overflow: hidden;
}
.gVisual {
	position: relative;
	min-height: 300px;
	box-sizing: border-box;
	padding-top: 179px;
	color: var(--color-white);
	margin-bottom: 110px;
	background-color: var(--color-back);
	padding-bottom: 25px;
}
.gVisual_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.gVisual_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gVisual_inner {
	position: relative;
	z-index: 1;
}
.gVisual_subTitle {
	font-size: 48px;
	font-weight: 600;
	font-family: var(--font-udkakugo);
	line-height: 1;
	margin-bottom: 14px;
}
.gVisual_title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}
.gBody_inner {}
.gFooter {
	background-color: var(--color-back);
	font-size: 14px;
	line-height: 1.8;
	padding-top: 33px;
	padding-bottom: 27px;
	box-shadow: 0 100vh 0 100vh var(--color-back);
}
.gFooter_inner {}
.gFooter_contents {
	position: relative;
	padding-right: 53px;
}
.gFooter_contents_inner {
	border-bottom: 1px solid var(--color-line-gray);
	padding-bottom: 31px;
}
.gFooter_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-nav {
	padding-top: 3px;
}
.gFooter_nav {
	display: flex;
	column-gap: 39px;
}
.gFooter_nav_cell {}
.gFooter_link {
	font-family: var(--font-udkakugo);
	color: var(--color-blue);
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid var(--color-line-gray);
	margin-bottom: 5px;
}
.gFooter_link > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding-bottom: 8px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_list {
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
	padding-left: 1.5em;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_list_arrow {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	line-height: inherit;
	color: var(--color-blue);
	transform: translateY(-50%);
}
.gFooter_col-txt {}
.gFooter_logo {
	margin-bottom: -9px;
}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo > a > img {
	display: block;
}
.gFooter_addr {
	font-size: 12px;
	line-height: 1.667;
	padding-left: 99px;
}
.gFooter_infoList {
	list-style: none;
	font-size: 12px;
	line-height: 1.667;
	display: flex;
	column-gap: 0.6em;
	margin-top: 1.667em;
	padding-left: 99px;
	flex-wrap: wrap;
}
.gFooter_infoList > li {}
.gFooter_infoList > li > a {
	text-decoration: none;
	color: inherit;
}
.gPageTop {
	position: absolute;
	bottom: 1px;
	right: 0;
}
.gPageTop_button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button_tip {
	border: 5px solid rgba(255, 255, 255, 0);
	border-bottom-color: var(--color-blue);
	border-bottom-width: 10px;
	border-top: none;
	display: block;
	margin-bottom: 7px;
}
.gPageTop_button_text {
	display: block;
	font-size: 12px;
	font-weight: 500;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
}
.gFooter_copyright {
	font-size: 10px;
	margin-top: 23px;
}
.gVisual-noMb {
	margin-bottom: 0;
}
.gBody_cols {
	display: flex;
}
.gBody_col {}
.gBody_col-nav {
	border-right: 1px solid var(--color-back);
	width: 200px;
	padding-top: 43px;
}
.gSideNav {
	position: sticky;
	top: 80px;
	max-width: 150px;
}
.gSideNav_title {
	font-family: var(--font-udkakugo);
	font-size: 16px;
	font-weight: bold;
	color: var(--color-blue);
	line-height: 1.5;
	border-bottom: 1px solid var(--color-line-gray);
	padding-bottom: 23px;
	margin-bottom: 15px;
}
.gSideNav_list {
	list-style: none;
	font-size: 12px;
}
.gSideNav_list > li {}
.gSideNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 36px;
	padding: 4px 0;
	box-sizing: border-box;
	align-items: center;
	position: relative;
	padding-left: 16px;
	font-weight: 500;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gSideNav_list > li > a[aria-current="page"] {
	background-color: var(--color-back);
	color: var(--color-blue);
	padding-left: 28px;
	pointer-events: none;
}
.gSideNav_list_arrow {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: var(--color-blue);
}
.gSideNav_list > li > a[aria-current="page"] .gSideNav_list_arrow {
	left: 12px;
}
.gSideNav_list_arrow > .icon {}
.gBody_col-main {
	max-width: 750px;
	width: calc(100% - 220px);
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 100px;
}
.gBody-noPb {
	padding-bottom: 0px;
}
.gNav_title {
	display: none;
}
@media screen and (min-width: 1000px) and (hover:hover) {
	.gSideNav_list > li > a:hover {
		color: var(--color-blue);
	}
	.gHeader_title > a:hover {}
	a:hover .gHeader_title_img {
		opacity: .7;
	}
	.gHeader_link > a:hover {
		background-color: var(--color-white);
		color: var(--color-blue);
	}
	.gMenuBtn:hover {
		background-color: var(--color-blue);
		color: var(--color-white);
	}
	.gNav_search_btn:hover {
		color: var(--color-blue);
	}
	.gNav_link > a:hover {
		opacity: .7;
	}
	.gNav_list > li > a:hover {
		color: var(--color-blue);
	}
	.gFooter_link > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {
		color: var(--color-blue);
	}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFooter_infoList > li > a:hover {}
	.gPageTop_button:hover {
		color: var(--color-blue);
	}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gNav_box {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_col-contact {}
	.gHeader_link {}
	.gHeader_link > a {}
	.gHeader_col-menu {}
	.gMenuBtn {}
	.gMenuBtn[aria-expanded="true"] {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		width: 420px;
		padding-left: 40px;
		border-bottom-left-radius: 100px;
		padding-bottom: 50px;
	}
	.gNav.isShow {}
	.gNav_inner {}
	.gNav_search {}
	.gNav_search_input {}
	.gNav_search_input > input {}
	.gNav_search_btn {}
	.gNav_search_btn > .icon {}
	.gNav_grid {
		column-gap: 15px;
	}
	.gNav_cell {
		min-width: 0;
		flex-grow: 1;
	}
	.gNav_link {}
	.gNav_link > a {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list_arrow {}
	.gBody {}
	.gBody-hidden {}
	.gVisual {
		margin-bottom: 85px;
		min-height: 240px;
	}
	.gVisual_image {}
	.gVisual_image > img {}
	.gVisual_inner {}
	.gVisual_subTitle {
		font-size: 36px;
	}
	.gVisual_title {
		font-size: 16px;
	}
	.gBody_inner {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_contents {}
	.gFooter_contents_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-nav {}
	.gFooter_nav {}
	.gFooter_nav_cell {}
	.gFooter_link {}
	.gFooter_link > a {
		padding: 0px 13px 14px;
	}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_list_arrow {}
	.gFooter_col-txt {}
	.gFooter_logo {
		max-width: 270px;
	}
	.gFooter_logo > a {}
	.gFooter_logo > a > img {}
	.gFooter_addr {
		padding-left: 77px;
	}
	.gFooter_infoList {
		padding-left: 77px;
	}
	.gFooter_infoList > li {}
	.gFooter_infoList > li > a {}
	.gPageTop {}
	.gPageTop_button {}
	.gPageTop_button_tip {}
	.gPageTop_button_text {}
	.gFooter_copyright {}
	.gVisual-noMb {}
	.gBody_cols {}
	.gBody_col {}
	.gBody_col-nav {
		width: 145px;
	}
	.gSideNav {
		max-width: 120px;
	}
	.gSideNav_title {}
	.gSideNav_list {}
	.gSideNav_list > li {}
	.gSideNav_list > li > a {}
	.gSideNav_list > li > a[aria-current="page"] {}
	.gSideNav_list_arrow {}
	.gSideNav_list > li > a[aria-current="page"] .gSideNav_list_arrow {}
	.gSideNav_list_arrow > .icon {}
	.gBody_col-main {
		width: calc(100% - 170px);
	}
	.gBody-noPb {}
	.gNav_title {}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {
		height: 60px;
	}
	.gHeader {
		background-color: var(--color-white);
	}
	.gHeader_inner {
		padding-left: 11px;
		padding-right: 0;
	}
	.gHeader_cols {
		align-items: center;
	}
	.gHeader_col {}
	.gHeader_col-title {
		max-width: 205px;
		width: calc(100% - 149px);
	}
	.gNav_box {}
	.gHeader_title {
		position: relative;
		z-index: 1001;
	}
	.gHeader_title > a {
		display: flex;
		height: 60px;
		align-items: center;
		box-sizing: border-box;
		padding-top: 5px;
	}
	.gHeader_title_inner {
		background-color: rgba(255, 255, 255, 0);
		height: auto;
	}
	.gHeader_title_img {}
	.gHeader_col-contact {
		width: 87px;
	}
	.gHeader_link {
		position: relative;
		z-index: 1001;
	}
	.gHeader_link > a {
		font-size: 10px;
	}
	.gHeader_col-menu {
		width: 53px;
		margin-left: 0;
	}
	.gMenuBtn {
		background-color: rgba(255, 255, 255, 0);
		height: 60px;
		border-radius: 0;
	}
	.gMenuBtn[aria-expanded="true"] {
		background-color: rgba(255, 255, 255, 0);
	}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(6px) rotate(-35deg) scale(1.2, 1.5);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-6px) rotate(35deg) scale(1.2, 1.5);
	}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		width: 100%;
		border-bottom-left-radius: 0;
		height: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		overflow: auto;
		padding-top: 63px;
		position: fixed;
		padding-bottom: 0;
	}
	.gNav.isShow {}
	.gNav_inner {
		max-width: none;
		padding-bottom: 50px;
	}
	.gNav_search {
		margin-left: -8px;
		margin-right: -8px;
	}
	.gNav_search_input {}
	.gNav_search_input > input {
		padding: 7px 10px;
		padding-right: 40px;
	}
	.gNav_search_btn {}
	.gNav_search_btn > .icon {}
	.gNav_grid {
		display: block;
		max-width: none;
		margin-top: 47px;
	}
	.gNav_cell {}
	.gNav_link {
		display: none;
	}
	.gNav_link > a {}
	.gNav_list {
		font-size: 16px;
	}
	.gNav_list > li {}
	.gNav_list > li.-sp {
		display: block;
	}
	.gNav_list > li > a {
		padding-left: 36px;
	}
	.gNav_list_arrow {
		left: 14px;
	}
	.gBody {
		padding-bottom: 70px;
		overflow: hidden;
	}
	.gBody-hidden {}
	.gVisual {
		margin-bottom: 68px;
		min-height: 102px;
		padding-top: 41px;
		padding-bottom: 14px;
	}
	.gVisual_image {}
	.gVisual_image > img {}
	.gVisual_inner {}
	.gVisual_subTitle {
		font-size: 24px;
		margin-bottom: 6px;
	}
	.gVisual_title {
		font-size: 14px;
	}
	.gBody_inner {}
	.gFooter {
		padding-top: 31px;
		padding-bottom: 20px;
	}
	.gFooter_inner {}
	.gFooter_contents {
		padding-right: 0;
		position: static;
	}
	.gFooter_contents_inner {
		padding-bottom: 19px;
	}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {}
	.gFooter_col-nav {
		padding: 0;
	}
	.gFooter_nav {
		display: block;
	}
	.gFooter_nav_cell {
		margin-bottom: 25px;
	}
	.gFooter_link {
		font-size: 16px;
		margin-bottom: 11px;
	}
	.gFooter_link > a {}
	.gFooter_list {
		font-size: 14px;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {
		display: flex;
		min-height: 32px;
		align-items: center;
		font-weight: 500;
		padding-left: 32px;
	}
	.gFooter_list_arrow {
		top: 50%;
		left: 15px;
	}
	.gFooter_col-txt {
		margin-top: 31px;
	}
	.gFooter_logo {
		max-width: 299px;
	}
	.gFooter_logo > a {}
	.gFooter_logo > a > img {
		width: 100%;
	}
	.gFooter_addr {
		padding-left: 89px;
	}
	.gFooter_infoList {
		padding-left: 89px;
	}
	.gFooter_infoList > li {}
	.gFooter_infoList > li > a {}
	.gPageTop {
		display: none;
	}
	.gPageTop_button {}
	.gPageTop_button_tip {}
	.gPageTop_button_text {}
	.gFooter_copyright {
		margin-top: 15px;
	}
	.gVisual-noMb {}
	.gBody_cols {
		display: block;
	}
	.gBody_col {
		width: auto;
		max-width: none;
	}
	.gBody_col-nav {
		display: none;
	}
	.gSideNav {}
	.gSideNav_title {}
	.gSideNav_list {}
	.gSideNav_list > li {}
	.gSideNav_list > li > a {}
	.gSideNav_list > li > a[aria-current="page"] {}
	.gSideNav_list_arrow {}
	.gSideNav_list > li > a[aria-current="page"] .gSideNav_list_arrow {}
	.gSideNav_list_arrow > .icon {}
	.gBody_col-main {
		padding-top: 0;
		padding-bottom: 0;
	}
	.gBody-noPb {}
	.gNav_title {
		display: block;
		font-size: 16px;
		font-family: var(--font-udkakugo);
		color: var(--color-blue);
		font-weight: bold;
		border-bottom: 1px solid var(--color-line-gray);
		padding: 0 15px 14px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width:374px) {
	.gFooter_addr {
		padding-left: 50px;
		margin-top: 10px;
	}
	.gFooter_infoList {
		padding-left: 50px;
	}
}
