@charset "UTF-8";
.gHeaderWrap {
	height: 225px;
	letter-spacing: 0;
}
.gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_inner {
	max-width: 1800px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {}
.gHeader_title {
	padding-top: 50px;
	transition-duration: .3s;
	transition-property: padding-top;
}
.gHeader_title-scrolled {
	padding-top: 30px;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.04em;
	column-gap: 60px;
	transition-duration: .3s;
	transition-property: opacity;
	color: var(--color-white);
}
.gHeader_title_logo {
	width: 140px;
	transition-duration: .3s;
	transition-property: width;
}
.gHeader_title_logo-scrolled {
	width: 70px;
}
.gHeader_title_logo_inner {
	display: block;
	padding-bottom: 95.7143%;
	position: relative;
}
.gHeader_title_logo_img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	fill: currentColor;
}
.gHeader_title_text {
	display: block;
	padding-top: 16px;
	font-size: inherit;
	font-weight: inherit;
}
.gHeader_col-menu {
	flex-grow: 1;
	max-width: calc(100% - 370px);
	margin-left: auto;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav {
	max-width: 666px;
	margin-left: auto;
}
.gNav_inner {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.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;
	display: flex;
	height: 134px;
	align-items: center;
	padding: 0 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.04em;
	justify-content: center;
	transition-duration: .3s;
	transition-property: height;
	color: var(--color-white);
}
.gNav_list > li > a > .icon {
	display: none;
}
.gNav_list_text {
	display: block;
	position: relative;
}
.gNav_list_text::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 100%;
	margin-top: 8px;
	left: 50%;
	transform: translateX(-50%);
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_link {
	width: 151px;
}
.gNav_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 34px;
	align-items: center;
	justify-content: center;
	color: var(--color-text);
	background-color: var(--color-white);
	border-radius: 34px;
	border: 1px solid var(--color-white);
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-indent: 0.04em;
}
.gNav_info {
	display: none;
}
.gNav_telLink {}
.gNav_telLink > a {
	text-decoration: none;
	color: inherit;
}
.gNav_telLink_prefix {}
.gNav_telLink_num {}
.gNav_dList {
	list-style: none;
}
.gNav_dList > dt {}
.gNav_dList > dd {}
.gNav_subLink {}
.gNav_subLink > a {
	text-decoration: none;
	color: inherit;
}
.gNav_subLink > a > .icon {}
.gNav_btn {
	display: block;
}
.gNav_btn_icon {}
.gNav_list-scrolled > li > a {
	height: 114px;
}
.gContact {
	position: relative;
	background-color: #070707;
	padding: 100px 0 100px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}
.gContact_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gContact_bg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gContact_inner {
	position: relative;
	z-index: 1;
}
.gContact_title {
	font-size: 90px;
	line-height: 1;
	font-weight: normal;
	font-family: var(--font-roboto);
	text-align: center;
	color: var(--color-white);
	margin-bottom: 15px;
}
.gContact_msg {
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.04em;
	color: var(--color-sub-text);
}
.gContact_grid {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 60px;
	margin-top: 46px;
}
.gContact_cell {}
.gContact_cell-tel {}
.gContact_telLink {
	font-family: var(--font-roboto);
	font-size: 32px;
	color: var(--color-white);
	line-height: 1;
}
.gContact_telLink > a {
	text-decoration: none;
	color: inherit;
}
.gContact_telLink_prefix {
	position: relative;
	top: -0.04em;
}
.gContact_telLink_text {
	font-size: 48px;
	display: inline-block;
	position: relative;
	top: -0.1em;
}
.gContact_dList {
	list-style: none;
	display: flex;
	letter-spacing: 0.04em;
	flex-wrap: wrap;
}
.gContact_dList > dt {}
.gContact_dList > dd {}
.gContact_cell-link {
	width: 468px;
}
.gContact_link {}
.gContact_link > a {}
.gFooter {
	background-color: var(--color-footer-bg);
	font-size: 16px;
	line-height: 1.8;
	padding-top: 80px;
	padding-bottom: 80px;
	letter-spacing: 0;
}
.gFooter_inner {
	max-width: 1700px;
}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 74px;
}
.gFooter_col {}
.gFooter_col-logo {
	width: 150px;
}
.gFooter_logo {}
.gFooter_logo > a {
	text-decoration: none;
	color: var(--color-white);
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo_inner {
	display: block;
	padding-bottom: 95.7143%;
	position: relative;
}
.gFooter_logo_img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	fill: currentColor;
}
.gFooter_col-message {}
.gFooter_message {
	font-weight: bold;
	font-size: 46px;
	line-height: 1.46;
	text-align: right;
	letter-spacing: 0.04em;
}
.gFooter_grid {
	display: flex;
	column-gap: 151px;
}
.gFooter_cell {}
.gFooter_cell-title {}
.gFooter_title {
	font-size: 18px;
	letter-spacing: 0.04em;
}
.gFooter_title > a {
	text-decoration: none;
	color: var(--color-white);
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_cell-info {
	padding-top: 5px;
}
.gFooter_table {
	line-height: 2;
}
.gFooter_table > tbody {}
.gFooter_table > tbody > tr {}
.gFooter_table > tbody > tr > th {
	text-align: left;
	font-weight: inherit;
	width: 168px;
}
.gFooter_table > tbody > tr > td {
	letter-spacing: 0.03em;
}
.gFooter_link {}
.gFooter_link > a {
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 74px;
}
.gFooter_list {
	list-style: none;
	font-size: 15px;
	display: flex;
	margin-left: -18px;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	text-decoration: none;
	color: var(--color-white);
	display: flex;
	line-height: 30px;
	padding: 0 16px;
	transition-duration: .3s;
	transition-property: background-color, color;
	letter-spacing: 0.04em;
}
.gFooter_copyright {
	font-family: var(--font-roboto);
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.01em;
	font-feature-settings: 'pwid' on;
	color: var(--color-accent-1);
}
.gPageTop {
	position: fixed;
	z-index: 100;
	bottom: 0;
	right: 0;
	transition-duration: .3s;
	transition-property: opacity, visibility;
	visibility: hidden;
	opacity: 0;
}
.gPageTop-scrolled {
	visibility: visible;
	opacity: 1;
}
.gPageTop_button {
	display: flex;
	width: 70px;
	height: 70px;
	background-color: var(--color-botton-hover);
	align-items: center;
	justify-content: center;
	opacity: .95;
	font-size: 21px;
	transition-duration: .3s;
	transition-property: background-color, color;
	color: var(--color-white);
}
.gPageTop_button_icon {
	display: block;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
}
.gBody {
	position: relative;
	padding-top: 19px;
	padding-bottom: 111px;
}
.gPankuzu {
	margin-bottom: 12px;
	letter-spacing: 0;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	align-items: center;
	color: var(--color-accent-1);
	font-size: 15px;
	letter-spacing: 0.04em;
	overflow: auto;
	white-space: nowrap;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "-";
	display: block;
	margin: 0 7px;
}
.gPankuzu_oList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	height: 40px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHead {
	margin-bottom: 112px;
	letter-spacing: 0;
}
.gHead_inner {}
.gHead_areaTitle {
	display: flex;
	align-items: center;
	column-gap: 31px;
	line-height: 1.4;
}
.gHead_title {
	font-size: 72px;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: var(--color-white);
}
.gHead_subTitle {
	color: var(--color-accent-1);
	font-size: 24px;
	font-family: var(--font-roboto);
	font-weight: 600;
	letter-spacing: -0.01em;
}
.gBody_inner {}
.gHead_list {
	list-style: none;
	display: flex;
	column-gap: 2.2em;
	margin-top: 45px;
	flex-wrap: wrap;
	font-size: 15px;
}
.gHead_list > li {}
.gHead_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	display: flex;
	min-height: 40px;
	align-items: center;
	column-gap: 8px;
	letter-spacing: 0.04em;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHead_list > li > a > .icon {
	font-size: 12px;
}
.gHead_image {
	padding-bottom: 580px;
	position: relative;
	margin-top: 65px;
}
.gHead_image-mtL {
	margin-top: 150px;
}
.gHead_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gHead_text {
	margin-top: 56px;
	letter-spacing: 0.04em;
}
.gHeaderWrap-top {
	height: auto;
}
.gBody-top {
	padding-top: 0;
	padding-bottom: 92px;
}
.gHeader-scrolled {
	background-color: var(--color-base-bg);
}
@media screen and (max-width:1099px) {
	.gHead_title {
		font-size: 64px;
	}
	.gHeader_title > a {
		column-gap: 40px;
	}
	.gFooter_list {
		margin-left: -10px;
	}
	.gFooter_message {
		font-size: 40px;
	}
	.gFooter_list > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gHead_list > li > a:hover {
		color: var(--color-sub-text);
	}
	.gHeader_title > a:hover {
		opacity: .8;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {}
	a:hover .gNav_list_text::after {
		opacity: 1;
	}
	.gNav_link > a:hover {
		color: var(--color-white);
		background-color: rgba(255, 255, 255, 0);
	}
	.gNav_telLink > a:hover {}
	.gNav_subLink > a:hover {}
	.gNav_btn:hover {}
	.gContact_telLink > a:hover {}
	.gContact_link > a:hover {}
	.gFooter_logo > a:hover {
		opacity: .8;
	}
	.gFooter_title > a:hover {
		opacity: .8;
	}
	.gFooter_link > a:hover {
		color: var(--color-sub-text);
	}
	.gFooter_list > li > a:hover {
		color: var(--color-sub-text);
	}
	.gPageTop_button:hover {
		background-color: var(--color-line);
	}
	.gPankuzu_oList > li > a:hover {
		color: var(--color-white);
	}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {
		height: 66px;
	}
	.gHeader {
		background-color: rgba(255, 255, 255, 0);
		transition-duration: .3s;
		transition-property: background-color;
	}
	.gHeader-scrolled {
		background-color: var(--color-base-bg);
	}
	.isMenuOpen .gHeader {
		background-color: var(--color-base-bg);
	}
	.gHeader_inner {
		padding-right: 0;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {
		padding-top: 0;
		transition: none;
		height: 100%;
	}
	.gHeader_title-scrolled {}
	.gHeader_title > a {
		font-size: 16px;
		column-gap: 24px;
		height: 100%;
		align-items: center;
		letter-spacing: 0;
	}
	.gHeader_title_logo {
		width: 42px;
		transition: none;
	}
	.gHeader_title_logo-scrolled {}
	.gHeader_title_logo_inner {}
	.gHeader_title_logo_img {}
	.gHeader_title_text {
		padding-top: 0;
	}
	.gHeader_col-menu {
		width: 60px;
		max-width: none;
		flex-grow: 0;
	}
	.gMenuBtn {
		width: 100%;
		display: block;
		height: 66px;
		background-color: var(--color-botton-hover);
		color: var(--color-white);
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 24px;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		display: block;
		height: 1px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 5px 0;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(6px) rotate(-40deg) scale(1.2, 2);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-6px) rotate(40deg) scale(1.2, 2);
	}
	.gNav {
		position: fixed;
		top: 66px;
		right: 0;
		width: 100%;
		height: calc(100% - 66px);
		max-width: 375px;
		background-color: var(--color-botton-hover);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		padding-bottom: 32px;
		overflow: auto;
		box-sizing: border-box;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		display: block;
	}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		height: 64px;
		transition: none;
		border-bottom: 1px solid var(--color-botton);
		box-sizing: border-box;
		justify-content: flex-start;
		font-size: 16px;
		padding: 10px 20px;
		position: relative;
		padding-right: 50px;
	}
	.gNav_list > li > a > .icon {
		display: block;
		position: absolute;
		font-size: 10px;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}
	.gNav_list_text {}
	.gNav_list_text::after {}
	.gNav_link {
		width: 280px;
		margin: 32px auto 0;
	}
	.gNav_link > a {
		height: 60px;
		font-size: 16px;
	}
	.gNav_info {
		display: block;
		text-align: center;
		margin-top: 32px;
	}
	.gNav_telLink {
		font-size: 20px;
		font-family: var(--font-roboto);
		color: var(--color-white);
		margin-bottom: 15px;
	}
	.gNav_telLink > a {
		display: block;
		line-height: 1;
	}
	.gNav_telLink_prefix {
		display: inline-block;
		position: relative;
		top: 0.05em;
	}
	.gNav_telLink_num {
		font-size: 32px;
	}
	.gNav_dList {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		font-size: 14px;
		letter-spacing: 0.04em;
		margin-bottom: 25px;
	}
	.gNav_dList > dt {}
	.gNav_dList > dd {}
	.gNav_subLink {}
	.gNav_subLink > a {
		display: flex;
		font-size: 16px;
		justify-content: center;
		align-items: center;
		column-gap: 8px;
		letter-spacing: 0.04em;
		text-indent: 0.04em;
	}
	.gNav_subLink > a > .icon {
		font-size: 10px;
		color: var(--color-sub-text);
	}
	.gNav_btn {
		width: 128px;
		height: 48px;
		background-color: var(--color-botton);
		align-items: center;
		justify-content: center;
		display: flex;
		border-radius: 48px;
		margin: 51px auto 0;
		font-size: 16px;
		column-gap: 6px;
	}
	.gNav_btn_icon {
		display: block;
		width: 12px;
		height: 12px;
		position: relative;
	}
	.gNav_btn_icon::before {
		content: "";
		display: block;
		width: 141%;
		height: 2px;
		border-radius: 1px;
		background-color: currentColor;
		transform: translate(-50%, -50%) rotate(45deg);
		top: 50%;
		left: 50%;
		position: absolute;
	}
	.gNav_btn_icon::after {
		content: "";
		display: block;
		width: 141%;
		height: 2px;
		border-radius: 1px;
		background-color: currentColor;
		transform: translate(-50%, -50%) rotate(-45deg);
		top: 50%;
		left: 50%;
		position: absolute;
	}
	.gNav_list-scrolled > li > a {}
	.gContact {
		padding: 80px 0;
	}
	.gContact_bg {}
	.gContact_bg > img {}
	.gContact_inner {}
	.gContact_title {
		font-size: 72px;
	}
	.gContact_msg {}
	.gContact_grid {
		column-gap: 40px;
	}
	.gContact_cell {}
	.gContact_cell-tel {}
	.gContact_telLink {
		font-size: 26px;
	}
	.gContact_telLink > a {}
	.gContact_telLink_prefix {
		top: 0;
	}
	.gContact_telLink_text {
		font-size: 41px;
		top: 0;
	}
	.gContact_dList {}
	.gContact_dList > dt {}
	.gContact_dList > dd {}
	.gContact_cell-link {
		width: 330px;
	}
	.gContact_link {}
	.gContact_link > a {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_cols {
		margin-bottom: 50px;
	}
	.gFooter_col {}
	.gFooter_col-logo {
		width: 120px;
	}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_logo_img {}
	.gFooter_col-message {}
	.gFooter_message {
		font-size: 30px;
	}
	.gFooter_grid {
		column-gap: 50px;
	}
	.gFooter_cell {}
	.gFooter_cell-title {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_cell-info {}
	.gFooter_table {}
	.gFooter_table > tbody {}
	.gFooter_table > tbody > tr {}
	.gFooter_table > tbody > tr > th {
		width: auto;
		padding-right: 1em;
	}
	.gFooter_table > tbody > tr > td {}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_info {
		display: block;
		margin-top: 35px;
	}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_copyright {
		margin-top: 30px;
		text-align: right;
	}
	.gPageTop {}
	.gPageTop-scrolled {}
	.gPageTop_button {
		width: 50px;
		height: 50px;
	}
	.gPageTop_button_icon {
		width: 14px;
		height: 14px;
	}
	.gBody {}
	.gPankuzu {
		margin-bottom: 6px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {}
	.gHead {
		margin-bottom: 80px;
	}
	.gHead_inner {}
	.gHead_areaTitle {
		column-gap: 22px;
	}
	.gHead_title {
		font-size: 48px;
	}
	.gHead_subTitle {
		font-size: 20px;
	}
	.gBody_inner {}
	.gHead_list {
		margin-top: 35px;
	}
	.gHead_list > li {}
	.gHead_list > li > a {}
	.gHead_list > li > a > .icon {}
	.gHead_image {
		padding-bottom: 360px;
		margin-top: 40px;
	}
	.gHead_image > img {}
	.gHead_image-mtL {
		margin-top: 75px;
	}
	.gHead_text {
		margin-top: 45px;
	}
	.gHeaderWrap-top {
		height: auto;
	}
	.gBody-top {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {}
	.gHeader_title-scrolled {}
	.gHeader_title > a {}
	.gHeader_title_logo {}
	.gHeader_title_logo-scrolled {}
	.gHeader_title_logo_inner {}
	.gHeader_title_logo_img {}
	.gHeader_title_text {}
	.gHeader_col-menu {}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gNav {
		max-width: none;
	}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list > li > a > .icon {}
	.gNav_list_text {}
	.gNav_list_text::after {}
	.gNav_link {}
	.gNav_link > a {}
	.gNav_info {}
	.gNav_telLink {}
	.gNav_telLink > a {}
	.gNav_telLink_prefix {}
	.gNav_telLink_num {}
	.gNav_dList {}
	.gNav_dList > dt {}
	.gNav_dList > dd {}
	.gNav_subLink {}
	.gNav_subLink > a {}
	.gNav_subLink > a > .icon {}
	.gNav_btn {}
	.gNav_btn_icon {}
	.gNav_list-scrolled > li > a {}
	.gContact {
		padding-top: 57px;
		font-size: 14px;
		padding-bottom: 60px;
	}
	.gContact_bg {}
	.gContact_bg > img {}
	.gContact_inner {}
	.gContact_title {
		font-size: 32px;
	}
	.gContact_msg {
		font-size: 14px;
	}
	.gContact_grid {
		display: block;
		text-align: center;
		margin-top: 31px;
	}
	.gContact_cell {}
	.gContact_cell-tel {}
	.gContact_telLink {
		font-size: 20px;
		margin-bottom: 11px;
	}
	.gContact_telLink > a {}
	.gContact_telLink_prefix {
		top: 0.1em;
	}
	.gContact_telLink_text {
		font-size: 32px;
	}
	.gContact_dList {
		justify-content: center;
		margin-bottom: 32px;
	}
	.gContact_dList > dt {}
	.gContact_dList > dd {}
	.gContact_cell-link {
		max-width: 260px;
		width: auto;
		margin: 0 auto 0;
	}
	.gContact_link {}
	.gContact_link > a {}
	.gFooter {
		font-size: 14px;
		line-height: 1.9;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.gFooter_inner {}
	.gFooter_cols {
		margin-bottom: 26px;
	}
	.gFooter_col {}
	.gFooter_col-logo {
		width: 54px;
	}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_logo_img {}
	.gFooter_col-message {}
	.gFooter_message {
		font-size: 15px;
	}
	.gFooter_grid {
		display: block;
	}
	.gFooter_cell {}
	.gFooter_cell-title {
		margin-bottom: 14px;
	}
	.gFooter_title {
		font-size: 15px;
	}
	.gFooter_title > a {}
	.gFooter_cell-info {
		padding-top: 0;
	}
	.gFooter_table {
		display: block;
	}
	.gFooter_table > tbody {
		display: block;
	}
	.gFooter_table > tbody > tr {
		display: flex;
		flex-wrap: wrap;
	}
	.gFooter_table > tbody > tr > th {
		display: block;
		margin-right: 1em;
		padding-right: 0;
	}
	.gFooter_table > tbody > tr > td {}
	.gFooter_table > tbody > tr:first-child > td {
		width: 100%;
	}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_info {
		margin-top: 29px;
	}
	.gFooter_list {
		display: grid;
		grid-template-columns: repeat(2, auto);
		font-size: 13px;
		border-bottom: 1px solid var(--color-line);
		border-top: 1px solid var(--color-line);
		margin-left: 0;
		padding: 19px 0 24px;
		row-gap: 4px;
		column-gap: 10px;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {
		padding: 0;
	}
	.gFooter_copyright {
		font-size: 13px;
		text-align: left;
		margin-top: 15px;
	}
	.gPageTop {}
	.gPageTop-scrolled {}
	.gPageTop_button {}
	.gPageTop_button_icon {}
	.gBody {
		padding-bottom: 60px;
		padding-top: 0;
	}
	.gPankuzu {
		margin-bottom: 13px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {}
	.gHead {
		margin-bottom: 47px;
	}
	.gHead_inner {}
	.gHead_areaTitle {
		display: block;
	}
	.gHead_title {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.gHead_subTitle {
		font-size: 18px;
	}
	.gBody_inner {}
	.gHead_list {
		font-size: 13px;
		margin-top: 21px;
		column-gap: 1.6em;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.gHead_list > li {}
	.gHead_list > li > a {
		min-height: 30px;
	}
	.gHead_list > li > a > .icon {}
	.gHead_image {
		padding-bottom: 140px;
		margin-top: 33px;
	}
	.gHead_image > img {}
	.gHead_text {
		margin-top: 27px;
	}
	.gHeaderWrap-top {}
	.gBody-top {}
}
@media screen and (max-width:374px) {}
