@charset "UTF-8";
.gHeader {
	line-height: 1.8;
}
.gHeader_areaTitle {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
}
.gHeader_areaTitle_inner {
	max-width: none;
	padding-left: 40px;
	padding-right: 40px;
}
.gHeader_title {
	width: 118px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	background-color: var(--color-white);
	align-items: center;
	justify-content: center;
	height: 357px;
}
.gHeader_title_img {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gMenuBtn {
	display: block;
	background-color: var(--color-coffee-gray);
	width: 77px;
	height: 77px;
	position: fixed;
	top: 30px;
	right: 40px;
	border-radius: 14px;
	color: var(--color-light-greige);
	z-index: 1000;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMenuBtn_barWrap {
	display: block;
	width: 44px;
	margin: 0 auto;
}
.gMenuBtn_bar {
	display: block;
	height: 3px;
	background-color: currentColor;
	border-radius: 2px;
	transition-duration: .3s;
	transition-property: transform, width;
	margin: 0 auto;
	width: 100%;
}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {
	margin: 12px auto;
}
.gMenuBtn_bar-no3 {}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
	transform: translateY(15px) rotate(45deg);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
	transform: scale(0, 1);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
	transform: translateY(-15px) rotate(-45deg);
}
.gNav {
	position: fixed;
	z-index: 999;
	top: 15px;
	right: 20px;
	width: 544px;
	background-color: var(--color-white);
	padding-top: 120px;
	padding-bottom: 60px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	line-height: 1.8;
	max-height: calc(100vh - 30px);
	overflow: auto;
	box-sizing: border-box;
}
.gNav.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gNav_inner {
	max-width: 363px;
	margin: 0 auto;
}
.gNav_list {
	list-style: none;
	font-size: 26px;
	font-weight: 600;
}
.gNav_list > li {}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 60px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_childList {
	list-style: none;
	font-size: 22px;
}
.gNav_childList > li {}
.gNav_childList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 60px;
	align-items: center;
	position: relative;
	padding-left: 18px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_childList > li > a::before {
	content: "";
	display: block;
	width: 8px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.gNav_telLink {
	font-size: 30px;
	font-weight: 600;
	white-space: nowrap;
	text-align: center;
	margin-top: 54px;
	margin-left: -20px;
	margin-right: -20px;
}
.gNav_telLink > a {
	text-decoration: none;
	color: inherit;
}
.gNav_telLink_num {
	border-bottom: 1px solid currentColor;
}
.gNav_snsList {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 51px;
	column-gap: 30px;
}
.gNav_snsList > li {
	width: 50px;
}
.gNav_snsList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_snsList > li > a > img {
	display: block;
	width: 100%;
	height: auto;
}
.gHead {
	padding-top: 205px;
	margin-bottom: 210px;
}
.gHead_inner {}
.gHead_subTitle {
	font-size: 49px;
	line-height: 1;
	text-align: center;
}
.gHead_subTitle::after {
	content: "";
	display: block;
	width: 256px;
	height: 1px;
	background-color: currentColor;
	margin: 8px auto 0;
}
.gHead_title {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	margin-top: 6px;
}
.gFooter {
	padding-bottom: 50px;
	line-height: 1.8;
}
.gFooter_inner {}
.gFooter_telLink {
	font-size: 42px;
	text-align: center;
}
.gFooter_telLink > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_telLink_num {
	border-bottom: 1px solid currentColor;
}
.gFooter_snsList {
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 28px;
	margin-top: 58px;
}
.gFooter_snsList > li {
	width: 55px;
}
.gFooter_snsList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_snsList > li > a > img {
	display: block;
	width: 100%;
	height: auto;
}
.gFooter_copyright {
	font-size: 14px;
	text-align: center;
	margin-top: 39px;
}
.gContact {
	margin-bottom: 40px;
}
.gContact_inner {}
.gContact_title {
	font-size: 43px;
	text-align: center;
	line-height: 1.4;
	font-weight: inherit;
}
.gContact_title::after {
	content: "";
	display: block;
	width: 222px;
	height: 1px;
	background-color: currentColor;
	margin: 0 auto 0;
}
.gContact_link {
	max-width: 374px;
	margin: 29px auto 0;
}
.gContact_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	background-color: var(--color-dark-brown);
	color: var(--color-white);
	border-radius: 12px;
	align-items: center;
	justify-content: center;
	height: 72px;
	font-size: 32px;
	border: 1px solid var(--color-dark-brown);
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gBody {
	overflow: hidden;
	padding-bottom: 140px;
}
.gHeader_areaTitle_contents {
	position: relative;
}
.gNav_info {}
.gNav_title {
	display: none;
}
.gNav_title > a {}
.gNav_title_img {}
.gVis {
	position: relative;
	margin-bottom: 65px;
}
.gVis_bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.gVis_bg > video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gVis_inner {
	min-height: 497px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
}
.gVis_cat {
	font-size: 30px;
	line-height: 1.23;
	color: var(--color-white);
}
@media screen and (min-width:1000px) and (max-height:899px) {
	.gNav_telLink {
		font-size: 28px;
		margin-top: 21px;
	}
	.gMenuBtn {
		width: 60px;
		height: 60px;
		border-radius: 10px;
	}
	.gMenuBtn_barWrap {
		width: 36px;
	}
	.gMenuBtn_bar-no2 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(13px) rotate(45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-13px) rotate(-45deg);
	}
	.gNav {
		width: 430px;
		padding-top: 70px;
	}
	.gNav_list {
		font-size: 28px;
	}
	.gNav_list > li > a {
		height: 50px;
	}
	.gNav_childList {
		font-size: 22px;
	}
	.gNav_inner {
		max-width: 300px;
	}
	.gNav_childList > li > a {
		height: 50px;
	}
	.gNav_snsList {
		margin-top: 26px;
	}
	.gNav_snsList > li {
		width: 40px;
	}
	.gNav_snsList > li > a > img {}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gContact_link > a:hover {
		background-color: rgba(255, 255, 255, 0);
		color: var(--color-dark-brown);
	}
	.gHeader_title > a:hover {}
	a:hover .gHeader_title_img {
		opacity: .7;
	}
	.gMenuBtn:hover {
		background-color: var(--color-dark-brown);
	}
	.gMenuBtn:hover .gMenuBtn_bar {}
	.gNav_list > li > a:hover {
		color: var(--color-coffee-gray);
	}
	.gNav_childList > li > a:hover {
		color: var(--color-coffee-gray);
	}
	.gNav_telLink > a:hover {}
	.gNav_snsList > li > a:hover {
		opacity: .7;
	}
	.gFooter_telLink > a:hover {}
	.gFooter_snsList > li > a:hover {
		opacity: .7;
	}
}
@media screen and (max-width:999px) {
	.gHeader {}
	.gHeader_areaTitle {
		top: 20px;
	}
	.gHeader_areaTitle_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gHeader_title {
		width: 90px;
	}
	.gHeader_title > a {
		height: 270px;
	}
	.gHeader_title_img {
		width: 50px;
	}
	.gMenuBtn {
		width: 60px;
		height: 60px;
		border-radius: 10px;
		top: 20px;
		right: 20px;
	}
	.gMenuBtn_barWrap {
		width: 36px;
	}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 10px auto;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(13px) rotate(45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-13px) rotate(-45deg);
	}
	.gNav {
		width: 430px;
		padding-top: 70px;
		padding-bottom: 40px;
		top: 0;
		right: 0;
		height: 100%;
		max-height: none;
	}
	.gNav.isShow {}
	.gNav_inner {
		max-width: 300px;
	}
	.gNav_list {
		font-size: 28px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		height: 50px;
	}
	.gNav_childList {
		font-size: 22px;
	}
	.gNav_childList > li {}
	.gNav_childList > li > a {
		height: 50px;
	}
	.gNav_childList > li > a::before {}
	.gNav_telLink {
		font-size: 28px;
		margin-top: 21px;
	}
	.gNav_telLink > a {}
	.gNav_telLink_num {}
	.gNav_snsList {
		margin-top: 26px;
		column-gap: 20px;
	}
	.gNav_snsList > li {
		width: 40px;
	}
	.gNav_snsList > li > a {}
	.gNav_snsList > li > a > img {}
	.gHead {
		padding-top: 120px;
		margin-bottom: 150px;
	}
	.gHead_inner {}
	.gHead_subTitle {
		font-size: 40px;
	}
	.gHead_subTitle::after {
		width: 200px;
	}
	.gHead_title {
		font-size: 20px;
	}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_telLink {
		font-size: 32px;
	}
	.gFooter_telLink > a {}
	.gFooter_telLink_num {}
	.gFooter_snsList {
		column-gap: 25px;
		margin-top: 45px;
	}
	.gFooter_snsList > li {
		width: 50px;
	}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a > img {}
	.gFooter_copyright {}
	.gContact {}
	.gContact_inner {}
	.gContact_title {
		font-size: 36px;
	}
	.gContact_title::after {}
	.gContact_link {
		max-width: 310px;
	}
	.gContact_link > a {
		font-size: 26px;
		height: 60px;
	}
	.gBody {}
	.gHeader_areaTitle_contents {}
	.gNav_info {}
	.gNav_title {}
	.gNav_title > a {}
	.gNav_title_img {}
	.gVis {}
	.gVis_bg {}
	.gVis_bg > video {}
	.gVis_inner {
		min-height: 400px;
	}
	.gVis_cat {
		font-size: 24px;
	}
}
@media screen and (max-width:767px) {
	.gHeader {}
	.gHeader_areaTitle {
		top: 27px;
	}
	.gHeader_areaTitle_inner {}
	.gHeader_title {
		width: 59px;
	}
	.gHeader_title > a {
		height: 179px;
	}
	.gHeader_title_img {
		width: 36px;
	}
	.gMenuBtn {
		width: 38px;
		height: 38px;
		border-radius: 7px;
	}
	.gMenuBtn_barWrap {
		width: 22px;
	}
	.gMenuBtn_bar {
		height: 2px;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 6px auto;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(8px) rotate(45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-8px) rotate(-45deg);
	}
	.gNav {
		width: 100%;
		padding-top: 170px;
	}
	.gNav.isShow {}
	.gNav_inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
		justify-content: flex-start;
		max-width: none;
		padding-left: 15px;
		padding-right: 15px;
	}
	.gNav_list {
		font-size: 19px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		height: 40px;
	}
	.gNav_childList {
		font-size: 16px;
	}
	.gNav_childList > li {}
	.gNav_childList > li > a {
		height: 40px;
		padding-left: 10px;
	}
	.gNav_childList > li > a::before {
		width: 4px;
		height: 1px;
	}
	.gNav_telLink {
		font-size: 21px;
		margin: 0;
	}
	.gNav_telLink > a {}
	.gNav_telLink_num {}
	.gNav_snsList {
		margin: 0;
		column-gap: 7px;
	}
	.gNav_snsList > li {
		width: 38px;
	}
	.gNav_snsList > li > a {}
	.gNav_snsList > li > a > img {}
	.gHead {
		padding-top: 102px;
		margin-bottom: 134px;
	}
	.gHead_inner {}
	.gHead_subTitle {
		font-size: 25px;
	}
	.gHead_subTitle::after {
		width: 128px;
		margin-top: 4px;
	}
	.gHead_title {
		font-size: 12px;
		margin-top: 4px;
	}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_telLink {
		font-size: 21px;
	}
	.gFooter_telLink > a {}
	.gFooter_telLink_num {}
	.gFooter_snsList {
		column-gap: 20px;
		margin-top: 40px;
	}
	.gFooter_snsList > li {
		width: 38px;
	}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a > img {}
	.gFooter_copyright {
		font-size: 11px;
		margin-top: 28px;
	}
	.gContact {}
	.gContact_inner {}
	.gContact_title {
		font-size: 21px;
	}
	.gContact_title::after {
		width: 111px;
	}
	.gContact_link {
		max-width: 219px;
		margin-top: 11px;
	}
	.gContact_link > a {
		font-size: 17px;
		height: 42px;
		border-radius: 6px;
	}
	.gBody {
		padding-bottom: 60px;
	}
	.gHeader_areaTitle_contents {}
	.gNav_info {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 100px;
		max-width: 300px;
	}
	.gNav_title {
		position: absolute;
		top: 15px;
		left: 20px;
		display: block;
		width: 46px;
	}
	.gNav_title > a {
		display: block;
	}
	.gNav_title_img {}
	.gVis {
		margin-bottom: 31px;
	}
	.gVis_bg {}
	.gVis_bg > video {}
	.gVis_inner {
		min-height: 250px;
	}
	.gVis_cat {
		font-size: 15px;
	}
}
@media screen and (max-width:374px) {
	.gHead_subTitle {
		font-size: 22px;
	}
	.gHeader_title {
		width: 44px;
	}
	.gHeader_title > a {
		height: 140px;
	}
	.gHeader_title_img {
		width: 27px;
	}
	.gHead {
		margin-bottom: 70px;
		padding-top: 90px;
	}
	.gNav_title {
		width: 40px;
	}
	.gNav_info {
		margin-top: 30px;
		max-width: 270px;
	}
	.gNav_telLink {
		font-size: 18px;
	}
}
