@charset "UTF-8";
.gHeaderWrap {
	height: 100px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.gHeader_inner {
	max-width: none;
	padding-right: 0;
	padding-left: 99px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {
	width: 152px;
}
.gHeader_title {}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 100px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	height: var(--height-header);
}
.gHeader_title_img {
	display: block;
	width: 152px;
	height: 32px;
	fill: currentColor;
}
.gHeader_col-menu {
	width: calc(100% - 190px);
	margin-left: auto;
	max-width: 1538px;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav {
	height: 100%;
}
.gNav_inner {
	height: 100%;
}
.gNav_cols {
	display: flex;
	height: 100%;
}
.gNav_col {}
.gNav_col-nav {
	flex-grow: 1;
	max-width: 800px;
	margin-right: auto;
}
.gNav_list {
	list-style: none;
	display: flex;
	height: 100%;
	font-size: 18px;
}
.gNav_list > li {
	height: 100%;
	flex-grow: 1;
}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 100%;
	align-items: center;
	padding: 0 6px;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	letter-spacing: 0.03em;
	text-indent: 0.03em;
	line-height: 1.2;
	text-align: center;
}
.gNav_col-info {
	align-self: center;
	margin-left: 17px;
}
.gNav_telLink {
	margin-bottom: 4px;
}
.gNav_telLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 30px;
	font-weight: bold;
	align-items: center;
	line-height: 1;
	letter-spacing: 0.065em;
}
.gNav_telLink > a > .icon {
	color: var(--color-main);
	display: flex;
	margin-right: 2px;
	top: 2px;
	left: -4px;
	transform: scale(1.1);
	transform-origin: left center;
}
.gNav_table {
	font-size: 13px;
	line-height: 1.46;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}
.gNav_table > tbody {}
.gNav_table > tbody > tr {}
.gNav_table > tbody > tr > th {
	white-space: nowrap;
	text-align: left;
	font-weight: inherit;
	padding-right: 0.4em;
}
.gNav_table > tbody > tr > td {}
.gNav_col-link {
	width: 300px;
	margin-left: 42px;
}
.gNav_link {
	height: 100%;
}
.gNav_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	background-color: var(--color-main);
	color: #fff;
	height: 100%;
	align-items: center;
	font-size: 18px;
	padding: 0 10px;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	justify-content: center;
	letter-spacing: .05em;
}
.gNav_link > a > .icon {
	font-size: 150%;
	margin-right: 7px;
	letter-spacing: 0;
	display: block;
}
.gFooter {
	background-color: var(--color-main);
	color: #fff;
	line-height: 1.75;
	box-shadow: 0 100vh 0 100vh var(--color-main);
	padding-top: 43px;
	padding-bottom: 29px;
}
.gFooter_inner {
	max-width: 1722px;
}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-logo {}
.gFooter_logo {
	max-width: 152px;
	margin-bottom: 22px;
}
.gFooter_logo > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding-bottom: 21.053%;
	position: relative;
	z-index: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_title_img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	fill: currentColor;
}
.gFooter_dList {
	list-style: none;
	display: flex;
	padding-left: 3px;
}
.gFooter_dList > dt {
	white-space: nowrap;
}
.gFooter_dList > dd {}
.gFooter_col-nav {
	align-self: center;
	flex-grow: 1;
	max-width: 820px;
	position: relative;
	top: -6px;
	margin: 0 16px;
}
.gFooter_list {
	list-style: none;
	font-size: 18px;
	display: flex;
}
.gFooter_list > li {
	flex-grow: 1;
}
.gFooter_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	padding: 20px 5px;
	line-height: 1.2;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_col-btn {
	display: block;
	width: 278px;
	padding-top: 3px;
}
.gFooter_btnList {
	list-style: none;
}
.gFooter_btnList > li {
	margin-top: 22px;
}
.gFooter_btnList > li:first-child {
	margin-top: 0;
}
.gFooter_btnList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border: 1px solid #fff;
	border-radius: 40px;
	line-height: 1;
	padding: 5px 10px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_btnList > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	margin-right: -1px;
}
.gFooter_btnList_tel {
	display: block;
	font-size: 131.25%;
	letter-spacing: 0.1em;
}
.gFooter_btnList_icon {
	font-size: 36px;
	margin-right: 0.1em;
}
.gFooter_btnList_iconRight {
	display: block;
	font-size: 12px;
	margin-left: 1em;
}
.gPageTop {
	transform: translateY(0);
	z-index: 10;
	right: 10px;
	width: 103px;
	margin-left: auto;
	position: fixed;
	bottom: 40px;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.3s;
	transition-property: opacity, visibility;
}
.gPageTop-scrolled {
	visibility: visible;
	opacity: 1;
}
.gPageTop.isStick {
	transform: translateY(35px);
	position: relative;
	bottom: 0;
}
.gPageTop_button {
	line-height: 1;
	display: block;
	width: 103px;
	height: 103px;
	border: 2px solid #5ca97e;
	box-sizing: border-box;
	border-radius: 50%;
	color: var(--color-main);
	font-size: 22px;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}
.gPageTop_button > .icon {
	display: block;
	font-size: 80%;
}
.gPageTop_text {
	display: block;
	margin-top: 3px;
}
.gBody {
	padding-bottom: 85px;
	padding-top: 74px;
}
.gFixNav {
	display: none;
}
.gFixNav_list {
	list-style: none;
}
.gFixNav_list > li {}
.gFixNav_btn {
	display: block;
}
.gFixNav_btn-tel {}
.gFixNav_btn > .icon {}
.gFixNav_btn-tel > .icon {}
.gFixNav_tel {}
.gFixNav_btn-contact {}
.gFixNav_btn-contact > .icon {}
.gBody_inner {}
.gBody-noPb {
	padding-bottom: 0;
}
.gBody-noPt {
	padding-top: 0;
}
.gHead {
	background-color: var(--color-beige);
	margin-bottom: 80px;
}
.gHead_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.gHead_inner::before {
	content: "";
	display: block;
	width: 1px;
	height: 174px;
	margin-right: -1px;
}
.gHead_title {
	margin-bottom: 0;
	white-space: nowrap;
}
.gHead_title > .icon {}
.gFixMail {
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 120px;
}
.gFixMail_link {}
.gFixMail_link > a {
	display: flex;
	text-decoration: none;
	flex-direction: column;
	height: 120px;
	background-color: var(--color-orange);
	color: #fff;
	text-align: center;
	justify-content: center;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	font-weight: bold;
	line-height: 1;
	box-shadow: -2px 2px 5px rgba(185, 146, 133, 0.45);
	border: 1px solid var(--color-orange);
	transition-duration: .3s;
	transition-property: background-color, color;
	border-right: none;
}
.gFixMail_link > a > .icon {
	font-size: 44px;
}
.gFixMail_link_text {
	display: block;
	position: relative;
	z-index: 1;
	top: -2px;
}
@media screen and (max-width:1919px) {
	.gHeader_inner {
		padding-left: calc(100% - 1821px);
	}
}
@media screen and (max-width:1839px) {
	.gHeader_inner {
		padding-left: 20px;
	}
}
@media screen and (max-width:1599px) {
	.gNav_col-link {
		width: 210px;
		margin-left: 30px;
	}
}
@media screen and (max-width:1449px) {
	.gNav_list {
		font-size: 16px;
	}
	.gNav_telLink > a {
		font-size: 27px;
	}
	.gNav_table {
		font-size: 11px;
	}
	.gHeader_col-menu {
		max-width: 1150px;
	}
	.gHeader_title > a {}
	.gHeaderWrap {
		height: 90px;
	}
	.gFooter_list {
		font-size: 16px;
	}
	.gFooter_dList {
		font-size: 14px;
	}
}
@media screen and (max-width:1299px) {
	.gHeader_title > a {}
	.gHeaderWrap {
		height: 80px;
	}
	.gNav_table {
		font-size: 10px;
	}
	.gNav_telLink > a {
		font-size: 23px;
	}
	.gNav_col-link {
		width: 170px;
		margin-left: 15px;
	}
	.gNav_link > a {
		font-size: 16px;
	}
	.gHeader_title_img {
		width: 140px;
		height: 30px;
	}
	.gHeader_col-title {
		width: 140px;
	}
	.gHeader_col-menu {
		width: calc(100% - 170px);
		max-width: 1020px;
	}
	.gNav_link > a > .icon {
		margin-right: 3px;
	}
	.gFooter_col-btn {
		width: 250px;
	}
	.gFooter_btnList_iconRight {
		margin-left: 0.5em;
	}
	.gFooter_logo {
		width: 140px;
	}
}
@media screen and (max-width:1199px) {
	.gNav_list {
		font-size: 15px;
	}
	.gNav_link > a {
		font-size: 15px;
	}
	.gNav_col-link {
		width: 150px;
	}
	.gNav_telLink > a {
		font-size: 21px;
	}
	.gHeader_title_img {
		width: 123px;
		height: 26px;
	}
	.gHeader_col-title {
		width: 120px;
	}
	.gHeader_col-menu {
		width: calc(100% - 140px);
		max-width: 870px;
	}
	.gFooter_list {
		font-size: 15px;
	}
	.gFooter {
		font-size: 15px;
	}
	.gFooter_logo {
		width: 123px;
	}
	.gFooter_dList {
		font-size: 13px;
	}
	.gFooter_col-btn {
		width: 230px;
	}
}
@media screen and (max-width:1099px) {
	.gNav_list > li > a {
		letter-spacing: 0;
		text-indent: 0;
	}
}
@media screen and (min-width:1000px) {
	.gFixMail_link > a:hover {
		color: var(--color-orange);
		background-color: #fff;
	}
	.gFixNav_btn:hover {}
	.gPageTop_button:hover {
		border-color: #3eb370;
		background-color: #3eb370;
		color: #fff;
	}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {
		opacity: .7;
	}
	.gFooter_btnList > li > a:hover {
		background-color: #fff;
		color: var(--color-main);
	}
	.gHeader_title > a:hover {
		color: var(--color-text-gray);
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		color: var(--color-text-gray);
	}
	.gNav_telLink > a:hover {}
	.gNav_link > a:hover {
		background-color: var(--color-main-light);
	}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gHeader_col-menu {
		max-width: 610px;
	}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gNav {}
	.gNav_inner {}
	.gNav_cols {}
	.gNav_col {}
	.gNav_col-nav {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {
		transition: none;
	}
	.gNav_col-info {
		display: none;
	}
	.gNav_telLink {}
	.gNav_telLink > a {}
	.gNav_telLink > a > .icon {}
	.gNav_table {}
	.gNav_table > tbody {}
	.gNav_table > tbody > tr {}
	.gNav_table > tbody > tr > th {}
	.gNav_table > tbody > tr > td {}
	.gNav_col-link {}
	.gNav_link {}
	.gNav_link > a {
		transition: none;
	}
	.gNav_link > a > .icon {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		width: auto;
	}
	.gFooter_col-logo {}
	.gFooter_logo {
		margin: 0 auto 10px;
	}
	.gFooter_logo > a {}
	.gFooter_title_img {}
	.gFooter_dList {
		justify-content: center;
	}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_col-nav {
		max-width: 530px;
		margin: 0 auto 0;
		top: 0;
	}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {
		padding: 20px 5px;
	}
	.gFooter_col-btn {
		padding: 0;
	}
	.gFooter_btnList {
		display: flex;
		justify-content: center;
	}
	.gFooter_btnList > li {
		margin-top: 0;
		margin-left: 14px;
		width: 250px;
	}
	.gFooter_btnList > li:first-child {
		margin-left: 0;
	}
	.gFooter_btnList > li > a {}
	.gFooter_btnList > li > a::before {}
	.gFooter_btnList_tel {}
	.gFooter_btnList_icon {}
	.gFooter_btnList_iconRight {}
	.gPageTop {}
	.gPageTop-scrolled {}
	.gPageTop.isStick {}
	.gPageTop_button {
		width: 80px;
		height: 80px;
		font-size: 18px;
	}
	.gPageTop_button > .icon {}
	.gPageTop_text {}
	.gBody {}
	.gFixNav {}
	.gFixNav_list {}
	.gFixNav_list > li {}
	.gFixNav_btn {}
	.gFixNav_btn-tel {}
	.gFixNav_btn > .icon {}
	.gFixNav_btn-tel > .icon {}
	.gFixNav_tel {}
	.gFixNav_btn-contact {}
	.gFixNav_btn-contact > .icon {}
	.gBody_inner {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody-noPt {
		padding-top: 0;
	}
	.gHead {}
	.gHead_inner {}
	.gHead_inner::before {}
	.gHead_title {}
	.gHead_title > .icon {}
	.gFixMail {
		width: 95px;
	}
	.gFixMail_link {}
	.gFixMail_link > a {
		height: 95px;
		font-size: 12px;
	}
	.gFixMail_link > a > .icon {
		font-size: 35px;
	}
	.gFixMail_link_text {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {
		height: 50px;
	}
	.gHeader {}
	.gHeader_inner {
		padding-left: 17px;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gHeader_col-menu {}
	.gMenuBtn {
		display: block;
		width: 68px;
		height: 50px;
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 0;
		color: #67574b;
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 26px;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		display: block;
		height: 2px;
		border-radius: 1px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 8px auto;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translate3d(0, 10px, 0) rotate(45deg) scale(1.4, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translate3d(0, -10px, 0) rotate(-45deg) scale(1.4, 1);
	}
	.gNav {
		height: auto;
		position: fixed;
		z-index: 1000;
		top: 50px;
		left: 0;
		width: 100%;
		height: calc(100% - 50px);
		background-color: var(--color-main);
		color: #fff;
		box-sizing: border-box;
		padding-top: 38px;
		padding-bottom: 50px;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		height: auto;
		display: flex;
		justify-content: center;
	}
	.gNav_cols {
		height: auto;
		display: block;
	}
	.gNav_col {
		width: auto;
		margin: 0;
	}
	.gNav_col-nav {}
	.gNav_list {
		display: block;
		font-size: 22px;
		font-weight: bold;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		padding: 0;
		justify-content: flex-start;
		height: 74px;
		letter-spacing: .1em;
	}
	.gNav_list > li > a > br {
		display: none;
	}
	.gNav_col-info {}
	.gNav_telLink {}
	.gNav_telLink > a {}
	.gNav_telLink > a > .icon {}
	.gNav_table {}
	.gNav_table > tbody {}
	.gNav_table > tbody > tr {}
	.gNav_table > tbody > tr > th {}
	.gNav_table > tbody > tr > td {}
	.gNav_col-link {}
	.gNav_link {
		height: auto;
		position: relative;
		z-index: 1;
		left: -7px;
	}
	.gNav_link > a {
		height: 74px;
		background-color: rgba(255, 255, 255, 0);
		color: inherit;
		padding: 0;
		font-size: 22px;
		font-weight: bold;
		justify-content: flex-start;
		letter-spacing: 0.1em;
	}
	.gNav_link > a > .icon {
		font-size: 161%;
	}
	.gFooter {
		padding-top: 80px;
		padding-bottom: 0;
	}
	.gFooter_inner {
		display: none;
	}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-logo {}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_title_img {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_col-nav {}
	.gFooter_list {
		font-size: 14px;
		flex-wrap: wrap;
		justify-content: center;
		margin: 16px 0;
	}
	.gFooter_list > li {
		flex-grow: 0;
	}
	.gFooter_list > li > a {
		padding: 4px 4px;
	}
	.gFooter_list > li > a > br {
		display: none;
	}
	.gFooter_col-btn {
		max-width: 280px;
		margin: 0px auto 0;
	}
	.gFooter_btnList {
		display: block;
	}
	.gFooter_btnList > li {
		margin-left: 0;
		width: auto;
		margin-top: 10px;
	}
	.gFooter_btnList > li:first-child {
		margin-top: 0;
	}
	.gFooter_btnList > li > a {}
	.gFooter_btnList > li > a::before {}
	.gFooter_btnList_tel {}
	.gFooter_btnList_icon {}
	.gFooter_btnList_iconRight {}
	.gPageTop {
		bottom: 100px;
	}
	.gPageTop-scrolled {}
	.gPageTop.isStick {}
	.gPageTop_button {
		border-color: var(--color-main);
		width: 60px;
		height: 60px;
		font-size: 13px;
	}
	.gPageTop_button > .icon {}
	.gPageTop_text {}
	.gBody {
		padding-top: 44px;
	}
	.gFixNav {
		display: block;
		position: fixed;
		z-index: 100;
		bottom: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		transition-duration: .3s;
		transition-property: opacity, visibility;
	}
	.gFixNav.isShow {
		opacity: 1;
		visibility: visible;
	}
	.gFixNav_list {
		display: flex;
	}
	.gFixNav_list > li {
		width: 50%;
	}
	.gFixNav_btn {
		height: 50%;
		background-color: var(--color-main);
		color: #fff;
		text-decoration: none;
		display: flex;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
		padding: 10px 5px;
		font-weight: bold;
		flex-direction: column;
		justify-content: center;
		font-size: 16px;
		line-height: 1;
		height: 80px;
		white-space: nowrap;
		overflow: hidden;
	}
	.gFixNav_btn-tel {}
	.gFixNav_btn > .icon {
		display: block;
		font-size: 31px;
	}
	.gFixNav_btn-tel > .icon {}
	.gFixNav_tel {
		display: block;
		font-size: 21px;
	}
	.gFixNav_btn-contact {
		background-color: var(--color-orange);
	}
	.gFixNav_btn-contact > .icon {}
	.gBody_inner {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody-noPt {
		padding-top: 0;
	}
	.gHead {
		margin-bottom: 27px;
	}
	.gHead_inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.gHead_inner::before {
		height: 150px;
	}
	.gHead_title {}
	.gHead_title > .icon {}
	.gFixMail {
		display: none;
	}
	.gFixMail_link {}
	.gFixMail_link > a {}
	.gFixMail_link > a > .icon {}
	.gFixMail_link_text {}
}
@media screen and (max-width:374px) {
	.gFixNav_btn {
		font-size: 14px;
	}
	.gFixNav_tel {
		font-size: 19px;
	}
	.gNav_list > li > a {
		height: 66px;
	}
	.gNav_link > a {
		height: 66px;
	}
}
