@charset "UTF-8";
.gContact {
	background-color: var(--color-light-gray);
	padding-top: 30px;
	padding-bottom: 39px;
}
.gContact_inner {
	max-width: 1142px;
}
.gContact_cols {
	display: flex;
	justify-content: space-between;
	max-width: 1122px;
	align-items: center;
	column-gap: 15px;
}
.gContact_col {}
.gContact_col-ttl {}
.gContact_title {
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.03em;
	margin-bottom: 7px;
}
.gContact_text {
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
}
.gContact_col-link {
	width: 295px;
	position: relative;
}
.gContact_link {}
.gContact_link > a {
	text-decoration: none;
	min-height: 69px;
	background-color: var(--color-text);
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 69px;
	font-size: 19px;
	font-weight: bold;
	border: 1px solid var(--color-text);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gContact_col-line {}
.gContact_line {
	color: var(--color-line);
}
.gContact_line > a {
	text-decoration: none;
	color: inherit;
}
.gContact_line_item {
	display: flex;
	align-items: center;
	font-feature-settings: 'halt' on;
	column-gap: 20px;
	line-height: 1.27;
	font-weight: bold;
	font-size: 16px;
}
.gContact_line_img {}
.gContact_line_img > img {
	display: block;
}
.gContact_line_txt {
	display: block;
}
.gFooter {
	margin-top: 44px;
	padding-bottom: 20px;
}
.gFooter_inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 1223px;
}
.gFooter_info {
	display: flex;
	align-items: flex-end;
	column-gap: 17px;
	padding-bottom: 14px;
}
.gFooter_dList {
	list-style: none;
	font-size: 18px;
	display: grid;
	grid-template-columns: repeat(2, auto);
	column-gap: 1em;
	line-height: 1.2;
	row-gap: 4px;
	font-weight: 500;
}
.gFooter_dList > dt {
	font-size: 27px;
	grid-column: span 2;
	letter-spacing: 0.15em;
}
.gFooter_dList > dd {
	letter-spacing: 0.15em;
}
.gFooter_link {
	position: relative;
	top: 6px;
}
.gFooter_link > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_link > a > img {
	display: block;
}
.gFooter_copyright {
	font-size: 13px;
	font-family: var(--font-mincho);
	font-weight: 600;
}
.gHeader {
	padding-top: 34px;
	position: relative;
	margin-bottom: 115px;
}
.gHeader_inner {
	max-width: 1201px;
	padding-left: 50px;
	padding-right: 50px;
}
.gHeader_contents {}
.gHeader_contents > a {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
	text-decoration: none;
}
.gHeader_logo {}
.gHeader_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_logo_head {
	display: block;
}
.gHeader_logo_head > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gHeader_logo_name {
	display: block;
	max-width: 609px;
	margin: 0 auto;
	width: 53.5%;
}
.gHeader_logo_name_inner {
	display: block;
	position: relative;
	padding-bottom: 24.4664%;
}
.gHeader_logo_name_svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gHeader_number {
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 17px;
	text-indent: 0.1em;
	padding-right: 3.7em;
}
.gHeader_image {
	position: absolute;
	bottom: -6px;
	right: 0;
	width: 329px;
	pointer-events: none;
}
.gHeader_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gHeader_logo_foot {
	display: block;
	margin-top: 52px;
	padding-right: 5.2%;
}
.gBody {
	padding-bottom: 175px;
	overflow: hidden;
}
.gMenuBtn {
	display: block;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background-color: var(--color-text);
	color: var(--color-white);
}
.gMenuBtn_barWrap {
	display: block;
	margin: 0 auto;
	width: 22px;
}
.gMenuBtn_bar {
	display: block;
	height: 3px;
	background-color: currentColor;
	transition-duration: .3s;
	transition-property: transform;
}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {
	margin: 6px 0;
}
.gMenuBtn_bar-no3 {}
.gNav {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-text);
	color: var(--color-white);
	padding: 138px 20px 50px;
	box-sizing: border-box;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	box-shadow: 0 100vh 0 100vh var(--color-text);
}
.gNav.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gNav_inner {
	max-width: 965px;
	margin: 0 auto;
}
.gNav_list {
	list-style: none;
	font-size: 37px;
	font-weight: bold;
	line-height: 1.6;
}
.gNav_list-child {
	padding-left: 21px;
}
.gNav_list > li {}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
	padding: 10px 0;
	padding-left: 21px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(0.8em + 10px);
	left: 0;
	width: 9px;
	height: 9px;
	background-color: currentColor;
	border-radius: 50%;
	transform: translateY(-50%);
}
.gNav_list-child > li > a {
	padding-left: 26px;
}
.gNav_list-child > li > a::before {
	border-radius: 0;
	width: 12px;
	height: 4px;
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
	transform: translateY(9px) rotate(-35deg);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
	transform: scale(0, 1);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
	transform: translateY(-9px) rotate(35deg);
}
.gHeader-top {
	margin-bottom: 13px;
}
@media screen and (max-width:1241px) {
	.gHeader_image {
		width: 26.511%;
	}
	.gHeader_number {
		font-size: 1.128vw;
		margin-top: 1.36vw;
	}
	.gHeader_logo_foot {
		margin-top: 4.190vw;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		opacity: .7;
	}
	.gContact_link > a:hover {
		background-color: var(--color-white);
		color: var(--color-text);
	}
	.gContact_line > a:hover {}
	.gFooter_link > a:hover {
		opacity: .7;
	}
	.gHeader_logo > a:hover {
		opacity: 0.7;
	}
	.gHeader_contents > a:hover {
		opacity: .9;
	}
}
@media screen and (max-width:999px) {
	.gContact {}
	.gContact_inner {
		max-width: 750px;
	}
	.gContact_cols {}
	.gContact_col {}
	.gContact_col-ttl {}
	.gContact_title {
		font-size: 40px;
	}
	.gContact_text {
		font-size: 14px;
	}
	.gContact_col-link {
		width: 210px;
	}
	.gContact_link {}
	.gContact_link > a {
		font-size: 16px;
		min-height: 60px;
	}
	.gContact_col-line {}
	.gContact_line {}
	.gContact_line > a {}
	.gContact_line_item {
		font-size: 14px;
		column-gap: 11px;
	}
	.gContact_line_img {
		width: 70px;
	}
	.gContact_line_img > img {}
	.gContact_line_txt {}
	.gFooter {
		margin-top: 30px;
	}
	.gFooter_inner {
		max-width: 760px;
	}
	.gFooter_info {}
	.gFooter_dList {
		font-size: 16px;
	}
	.gFooter_dList > dt {
		font-size: 25px;
	}
	.gFooter_dList > dd {}
	.gFooter_link {
		width: 55px;
	}
	.gFooter_link > a {}
	.gFooter_link > a > img {}
	.gFooter_copyright {}
	.gHeader {
		padding-top: 24px;
		margin-bottom: 90px;
	}
	.gHeader_inner {}
	.gHeader_contents {}
	.gHeader_logo {}
	.gHeader_logo > a {}
	.gHeader_logo_head {}
	.gHeader_logo_head > img {}
	.gHeader_logo_name {}
	.gHeader_logo_name_inner {}
	.gHeader_logo_name_svg {}
	.gHeader_number {
		font-size: 11px;
	}
	.gHeader_image {}
	.gHeader_image > img {}
	.gHeader_logo_foot {}
	.gBody {
		padding-bottom: 125px;
	}
	.gMenuBtn {
		width: 50px;
		height: 50px;
	}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gNav {
		padding-top: 90px;
	}
	.gNav.isShow {}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list-child {}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list > li > a::before {}
	.gNav_list-child > li > a {}
	.gNav_list-child > li > a::before {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {}
	.gHeader-top {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.gContact {
		padding-top: 54px;
	}
	.gContact_inner {
		display: flex;
		justify-content: center;
	}
	.gContact_cols {
		display: block;
	}
	.gContact_col {
		width: auto;
		max-width: none;
	}
	.gContact_col-ttl {
		margin-bottom: 34px;
	}
	.gContact_title {
		font-size: 30px;
		margin-bottom: 17px;
	}
	.gContact_text {
		font-size: 16px;
		line-height: 1.4;
	}
	.gContact_col-link {
		width: 253px;
		margin-bottom: 17px;
	}
	.gContact_link {}
	.gContact_link > a {
		min-height: 59px;
		font-size: 17px;
	}
	.gContact_col-line {}
	.gContact_line {}
	.gContact_line > a {}
	.gContact_line_item {}
	.gContact_line_img {
		width: 63px;
	}
	.gContact_line_img > img {}
	.gContact_line_txt {}
	.gFooter {
		margin-top: 10px;
	}
	.gFooter_inner {
		display: block;
	}
	.gFooter_info {
		column-gap: 0;
		justify-content: space-between;
		padding-bottom: 0;
		margin-bottom: 15px;
	}
	.gFooter_dList {
		font-size: 12px;
		display: flex;
		flex-wrap: wrap;
		width: calc(100% - 50px);
	}
	.gFooter_dList > dt {
		font-size: 18px;
		width: 100%;
	}
	.gFooter_dList > dd {
		letter-spacing: 0.1em;
	}
	.gFooter_link {
		width: 44px;
		top: 1px;
	}
	.gFooter_link > a {}
	.gFooter_link > a > img {}
	.gFooter_copyright {
		font-size: 10px;
	}
	.gHeader {
		padding-top: 50px;
		margin-bottom: 65px;
	}
	.gHeader_inner {
		padding-left: 11px;
		padding-right: 11px;
	}
	.gHeader_contents {}
	.gHeader_logo {}
	.gHeader_logo > a {}
	.gHeader_logo_head {
		max-width: 353px;
		margin-left: auto;
		margin-right: auto;
	}
	.gHeader_logo_head > img {}
	.gHeader_logo_name {
		max-width: 238px;
		width: 68%;
	}
	.gHeader_logo_name_inner {}
	.gHeader_logo_name_svg {}
	.gHeader_number {
		font-size: 10px;
		line-height: 1.2;
		margin-top: 7px;
		padding-right: 0;
	}
	.gHeader_image {
		bottom: auto;
		top: 94px;
		width: 26%;
		max-width: 95px;
	}
	.gHeader_image > img {}
	.gHeader_logo_foot {
		margin-top: 60px;
		padding-right: 0;
	}
	.gBody {
		padding-bottom: 65px;
	}
	.gMenuBtn {
		width: 45px;
		height: 45px;
	}
	.gMenuBtn_barWrap {
		width: 18px;
	}
	.gMenuBtn_bar {
		height: 2px;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 4px 0;
	}
	.gMenuBtn_bar-no3 {}
	.gNav {
		padding-top: 50px;
	}
	.gNav.isShow {}
	.gNav_inner {}
	.gNav_list {
		font-size: 20px;
	}
	.gNav_list-child {}
	.gNav_list > li {}
	.gNav_list > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 18px;
	}
	.gNav_list > li > a::before {
		top: calc(0.8em + 5px);
		width: 6px;
		height: 6px;
	}
	.gNav_list-child > li > a {}
	.gNav_list-child > li > a::before {
		width: 10px;
		height: 2px;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(6px) rotate(-35deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: none;
		transform: translateY(-6px) rotate(35deg);
	}
	.gHeader-top {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:374px) {
	.gHeader_image {
		top: 99px;
	}
}
