@charset "UTF-8";
.gHeaderWrap {
	height: 110px;
	line-height: 2.8;
}
.gHeader {
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}
.gHeader_inner {
	position: static;
}
.gHeader_cols {
	display: flex;
	align-items: center;
}
.gHeader_contents {}
.gHeader_col {}
.gHeader_col-no1 {}
.gHeader_title {}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: #000;
	align-items: center;
	font-size: 28px;
	font-weight: bold;
	height: 110px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_title > a > b {
	display: block;
	font-weight: 900;
	white-space: nowrap;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
	width: 180px;
	fill: currentColor;
	margin-right: 16px;
	height: 50px;
}
.gHeader_col-no2 {
	margin-left: auto;
	margin-right: 15px;
}
.gHeader_col-no3 {
	width: 220px;
}
.gHeader_col-no4 {
	width: 100px;
	margin-left: 20px;
}
.gHeader_telLink {
	white-space: nowrap;
}
.gHeader_telLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	justify-content: flex-end;
	padding-right: 15px;
}
.gHeader_telLink > a::before {
	content: "";
}
.gHeader_telLink > a::after {
	content: "";
}
.gHeader_telLink > a > .icon {
	display: block;
	font-size: 77.8%;
	margin-right: 7px;
	top: 0.1em;
}
.gHeader_open {
	font-size: 15px;
	line-height: 1;
	margin-top: 12px;
	text-align: right;
}
.gHeader_link {}
.gHeader_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	background-color: #d09ab5;
	height: 70px;
	color: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	font-size: 18px;
	line-height: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_link > a::before {
	content: "";
}
.gHeader_link > a::after {
	content: "";
}
.gMenuBtn {
	display: block;
	position: relative;
	z-index: 1002;
	top: 0;
	right: 0;
	width: 100px;
	height: 110px;
	background-color: #333;
	color: #fff;
	padding-top: 18px;
	box-sizing: border-box;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn > b {
	display: block;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	margin-top: 16px;
}
.gMenuBtn.isShow > b {
	display: none;
}
.gMenuBtn > b:last-child {
	display: none;
}
.gMenuBtn.isShow > b:last-child {
	display: block;
}
.gMenuBtn_barWrap {
	display: block;
	width: 51px;
	margin: 0 auto;
}
.gMenuBtn_bar {
	display: block;
	height: 3px;
	background-color: currentColor;
	position: relative;
	z-index: 1;
	top: 0;
	transition-duration: .3s;
	transition-property: top, -webkit-transform;
	transition-property: transform, top;
	transition-property: transform, top, -webkit-transform;
}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {
	margin: 10px auto;
}
.gMenuBtn_bar-no3 {}
.isShow .gMenuBtn_bar-no1 {
	top: 13px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.isShow .gMenuBtn_bar-no2 {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.isShow .gMenuBtn_bar-no3 {
	top: -13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gNav {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #d09ab5;
	color: #fff;
	box-sizing: border-box;
	padding-top: 168px;
	padding-bottom: 50px;
	overflow: auto;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
	pointer-events: none;
}
.gNav.isShow {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
	pointer-events: auto;
}
.gNav_inner {}
.gNav_cols {
	display: flex;
	justify-content: space-between;
}
.gNav_col {
	width: 48.5%;
}
.gNav_col-no1 {
	padding-top: 10px;
}
.gNav_title {
	font-size: 60px;
	line-height: 1;
	font-weight: normal;
	letter-spacing: .05em;
}
.gNav_col-no2 {}
.gNav_list {
	list-style: none;
	font-size: 24px;
	font-weight: 900;
}
.gNav_list > li {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	line-height: 1;
	padding: 18px 0px;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
	z-index: 1;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_subList {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.gNav_subList > li {
	width: 48.5%;
}
.gNav_subList > li:first-child {}
.gNav_subList > li:last-child {}
.gNav_subList > li:nth-child(2n+1) {}
.gNav_subList > li:nth-child(n+3) {}
.gNav_subList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	border: 1px solid currentColor;
	border-radius: 10px;
	height: 100px;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 900;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_subList > li > a[href^="tel:"] {
	font-size: 36px;
	font-weight: bold;
}
.gNav_subList > li > a::before {
	content: "";
}
.gNav_subList > li > a::after {
	content: "";
}
.gNav_subList > li > a > .icon {
	display: block;
	font-size: 116.7%;
	margin-right: 0.3em;
	top: .1em;
}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.gVisual {
	background-color: #f1f1f1;
	margin-bottom: 60px;
}
.gVisual_inner {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gVisual_inner::before {
	content: "";
	display: block;
	height: 200px;
	width: 1px;
}
.gVisual_title {
	top: -0.2em;
	margin-bottom: 0;
}
.gVisual_title > small {}
.gVisual_title > b {}
.gBody_inner {}
.gArea {
	background-color: #f1f1f1;
	padding: 80px 0 80px;
}
.gArea_inner {
	max-width: 800px;
}
.gArea_box {
	background-color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 33px 20px;
}
.gArea_box::before {
	content: "";
	display: block;
	width: calc(100% - 12px);
	left: 6px;
	background-color: currentColor;
	position: absolute;
	z-index: 1;
	top: 0;
	height: 2px;
}
.gArea_box::after {
	content: "";
	display: block;
	width: calc(100% - 12px);
	left: 6px;
	background-color: currentColor;
	position: absolute;
	z-index: 1;
	bottom: 0;
	height: 2px;
}
.gArea_box_inner {}
.gArea_box_inner::before {
	content: "";
	display: block;
	width: 2px;
	height: calc(100% - 12px);
	background-color: currentColor;
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 0;
}
.gArea_box_inner::after {
	content: "";
	display: block;
	width: 2px;
	height: calc(100% - 12px);
	background-color: currentColor;
	position: absolute;
	z-index: 1;
	top: 6px;
	right: 0;
}
.gArea_title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 9px;
}
.gArea_text {
	font-size: 24px;
	font-weight: 900;
}
.gContact {
	background-image: url(/assets/img/common/bg-contact@2x.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #848385;
	color: #fff;
}
.gContact_inner {}
.gContact_inner_contents {
	position: relative;
	z-index: 1;
	padding-bottom: 59px;
	padding-top: 59px;
}
.gContact_title {
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
}
.gContact_title > small {
	display: block;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: .05em;
	text-indent: .05em;
}
.gContact_title > small::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: currentColor;
	margin: 10px auto 28px;
}
.gContact_title > b {
	font-size: 36px;
	font-weight: 900;
}
.gContact_text {
	font-size: 20px;
	text-align: center;
}
.gContact_link {
	max-width: 800px;
	margin: 34px auto 30px;
}
.gContact_link > a {
	text-decoration: none;
	color: inherit;
	background-color: #d09ab5;
	border-radius: 4px;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gContact_link > a::before {
	content: "";
	display: block;
	height: 100px;
	width: 1px;
}
.gContact_link > a::after {
	content: "";
}
.gContact_link_cols {
	display: flex;
	align-items: center;
	justify-content: center;
}
.gContact_link_col {
	display: block;
}
.gContact_link_col-no1 {
	width: 220px;
	margin-right: 24px;
}
.gContact_link_catch {
	font-weight: 900;
	font-size: 20px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 8px 5px;
}
.gContact_link_catch::before {
	content: "";
	display: block;
	width: calc(100% - 8px);
	left: 4px;
	top: 0;
	background-color: currentColor;
	height: 2px;
	position: absolute;
	z-index: 1;
}
.gContact_link_catch::after {
	content: "";
	display: block;
	width: calc(100% - 8px);
	left: 4px;
	bottom: 0;
	background-color: currentColor;
	height: 2px;
	position: absolute;
	z-index: 1;
}
.gContact_link_catch_inner {
	display: block;
}
.gContact_link_catch_inner::before {
	content: "";
	display: block;
	height: calc(100% - 8px);
	left: 0;
	top: 4px;
	background-color: currentColor;
	width: 2px;
	position: absolute;
	z-index: 1;
}
.gContact_link_catch_inner::after {
	content: "";
	display: block;
	height: calc(100% - 8px);
	right: 0;
	top: 4px;
	background-color: currentColor;
	width: 2px;
	position: absolute;
	z-index: 1;
}
.gContact_link_col-no2 {}
.gContact_link_text {
	display: flex;
	font-size: 30px;
	font-weight: 900;
	align-items: center;
}
.gContact_link_text > svg {
	display: block;
	width: 81px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
	margin-left: 18px;
}
.gContact_msg {
	text-align: center;
	font-size: 16px;
}
.gContact_image {
	width: 127px;
	position: absolute;
	z-index: 1;
	bottom: 0;
}
.gContact_image-no1 {
	left: 0;
}
.gContact_image-no1 > img {}
.gContact_image-no2 {
	right: 0;
}
.gContact_image-no2 > img {}
.gFooter {
	line-height: 1.8;
	margin-top: 50px;
	padding-bottom: 70px;
}
.gFooter_inner {}
.gFooter_dList {
	list-style: none;
}
.gFooter_dList > dt {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
}
.gFooter_dList > dd {
	text-align: center;
	font-size: 18px;
	margin-top: 14px;
	margin-bottom: 25px;
}
.gFooter_dList > dd:last-child {
	margin-bottom: 0;
}
.gFooter_dList > dd > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 50px;
	align-items: center;
	justify-content: center;
	line-height: 1;
	letter-spacing: .01em;
	text-indent: .01em;
}
.gFooter_dList > dd > a::before {
	content: "";
}
.gFooter_dList > dd > a::after {
	content: "";
}
.gFooter_dList > dd > a > .icon {
	display: block;
	font-size: 38px;
	margin-right: 0.2em;
	top: .1em;
}
.gFooter_dCorpList {
	list-style: none;
	font-size: 16px;
	text-align: center;
	margin: 54px 0 58px;
}
.gFooter_dCorpList > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
}
.gFooter_dCorpList > dt > a {
	display: flex;
	text-decoration: none;
	color: #000;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_dCorpList > dt > a > b {
	display: block;
	font-size: 28px;
	font-weight: 900;
	margin-left: 14px;
}
.gFooter_dCorpList > dt > a::before {
	content: "";
}
.gFooter_dCorpList > dt > a::after {
	content: "";
}
.gFooter_dCorpList > dt > a > svg {
	display: block;
	width: 180px;
	height: 50px;
	fill: currentColor;
}
.gFooter_dCorpList > dd {}
.gFooter_copyright {}
.gFooter_copyright > small {
	display: block;
	text-align: center;
	font-size: 12px;
}
.gPankuzu {
	margin-top: 50px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	align-items: center;
	font-weight: normal;
	font-size: 14px;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: ">";
	display: block;
	margin: 0 9px;
	color: #b3b3b3;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
	display: flex;
	text-decoration: none;
	color: #bd7b9a;
	height: 70px;
	align-items: center;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gNav_btn {
	display: none;
}
.gNav_btn > .icon {}
.gPager {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 55px;
}
.gPager > a,
.gPager > span {
	color: inherit;
	min-width: 50px;
	height: 50px;
	background-color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
	border: 1px solid #333;
	box-sizing: border-box;
	font-size: 24px;
	transition-duration: .3s;
	transition-property: color, background-color;
	padding: 0 10px;
}
.gPager > .previouspostslink {}
.gPager > .current {
	background-color: #333;
	color: #fff;
}
.gPager > .extend {
	border: none;
}
.gPager > .nextpostslink {}
.gVisual_headline {
	font-size: 40px;
	line-height: 1.904;
	font-weight: 900;
}
.gVisual_spot {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}
.gVisual_headlineWrap {}
@media screen and (max-width:1199px) {
	.gHeader_inner {
		padding-right: 0;
	}
	.gHeader_col-no3 {
		width: 200px;
	}
	.gHeader_open {
		font-size: 13px;
	}
	.gHeader_telLink > a {
		font-size: 32px;
	}
	.gHeader_title > a {
		font-size: 26px;
	}
}
@media screen and (max-width:1099px) {
	.gHeader_inner {}
	.gHeader_col-no3 {
		width: 180px;
	}
	.gHeader_link > a {
		font-size: 16px;
	}
	.gHeader_open {
		font-size: 12px;
	}
	.gHeader_telLink > a {
		font-size: 29px;
	}
	.gHeader_title > a {
		font-size: 23px;
	}
	.gHeader_title_img {
		width: 150px;
		height: 42px;
	}
}
@media screen and (min-width:1000px) {
	.gPager > a:hover {
		color: #bd7b9a;
	}
	.gHeader_title > a:hover {
		color: #bd7b9a;
	}
	.gHeader_telLink > a:hover {}
	.gHeader_link > a:hover {
		background-color: #bd7b9a;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		color: #fff1be;
	}
	.gNav_subList > li > a:hover {
		color: #fff1be;
	}
	.gContact_link > a:hover {
		background-color: #bd7b9a;
	}
	.gFooter_dList > dd > a:hover {}
	.gFooter_dCorpList > dt > a:hover {
		color: #bd7b9a;
	}
	.gPankuzu_oList > li > a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {
		height: 90px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_contents {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {}
	.gHeader_title > a {
		height: 90px;
	}
	.gHeader_title > a > b {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_col-no2 {}
	.gHeader_col-no3 {
		display: none;
	}
	.gHeader_col-no4 {
		margin-left: 0;
		width: 80px;
	}
	.gHeader_telLink {}
	.gHeader_telLink > a {}
	.gHeader_telLink > a::before {}
	.gHeader_telLink > a::after {}
	.gHeader_telLink > a > .icon {}
	.gHeader_open {}
	.gHeader_link {}
	.gHeader_link > a {}
	.gHeader_link > a::before {}
	.gHeader_link > a::after {}
	.gMenuBtn {
		width: 100%;
		height: 90px;
		padding-top: 9px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn > b {
		font-size: 20px;
		margin-top: 7px;
	}
	.gMenuBtn.isShow > b {}
	.gMenuBtn > b:last-child {}
	.gMenuBtn.isShow > b:last-child {}
	.gMenuBtn_barWrap {
		width: 40px;
	}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {}
	.gNav {}
	.gNav.isShow {}
	.gNav_inner {}
	.gNav_cols {}
	.gNav_col {}
	.gNav_col-no1 {}
	.gNav_title {}
	.gNav_col-no2 {}
	.gNav_list {
		font-size: 20px;
	}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		padding: 14px 0;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_subList {}
	.gNav_subList > li {}
	.gNav_subList > li:first-child {}
	.gNav_subList > li:last-child {}
	.gNav_subList > li:nth-child(2n+1) {}
	.gNav_subList > li:nth-child(n+3) {}
	.gNav_subList > li > a {
		height: 80px;
		font-size: 20px;
	}
	.gNav_subList > li > a[href^="tel:"] {}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a::after {}
	.gNav_subList > li > a > .icon {}
	.gBody {}
	.gVisual {}
	.gVisual_inner {}
	.gVisual_inner::before {}
	.gVisual_title {}
	.gVisual_title > small {}
	.gVisual_title > b {}
	.gBody_inner {}
	.gArea {
		padding: 60px 0;
	}
	.gArea_inner {}
	.gArea_box {}
	.gArea_box::before {}
	.gArea_box::after {}
	.gArea_box_inner {}
	.gArea_box_inner::before {}
	.gArea_box_inner::after {}
	.gArea_title {}
	.gArea_text {}
	.gContact {}
	.gContact_inner {}
	.gContact_inner_contents {
		padding-bottom: 100px;
	}
	.gContact_title {}
	.gContact_title > small {}
	.gContact_title > small::after {}
	.gContact_title > b {}
	.gContact_text {
		font-size: 17px;
	}
	.gContact_link {}
	.gContact_link > a {}
	.gContact_link > a::before {}
	.gContact_link > a::after {}
	.gContact_link_cols {}
	.gContact_link_col {}
	.gContact_link_col-no1 {}
	.gContact_link_catch {}
	.gContact_link_catch::before {}
	.gContact_link_catch::after {}
	.gContact_link_catch_inner {}
	.gContact_link_catch_inner::before {}
	.gContact_link_catch_inner::after {}
	.gContact_link_col-no2 {}
	.gContact_link_text {}
	.gContact_link_text > svg {}
	.gContact_msg {}
	.gContact_image {}
	.gContact_image-no1 {}
	.gContact_image-no1 > img {}
	.gContact_image-no2 {}
	.gContact_image-no2 > img {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd:last-child {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_dList > dd > a > .icon {}
	.gFooter_dCorpList {}
	.gFooter_dCorpList > dt {}
	.gFooter_dCorpList > dt > a {}
	.gFooter_dCorpList > dt > a > b {}
	.gFooter_dCorpList > dt > a::before {}
	.gFooter_dCorpList > dt > a::after {}
	.gFooter_dCorpList > dt > a > svg {}
	.gFooter_dCorpList > dd {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gNav_btn {}
	.gNav_btn > .icon {}
	.gPager {}
	.gPager > a,
	.gPager > span {}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gVisual_headline {
		font-size: 32px;
	}
	.gVisual_spot {}
	.gVisual_headlineWrap {}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {
		height: 50px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_contents {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {}
	.gHeader_title > a {
		font-size: 16px;
		height: 50px;
	}
	.gHeader_title > a > b {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 101px;
		height: 28px;
	}
	.gHeader_col-no2 {
		display: none;
	}
	.gHeader_col-no3 {}
	.gHeader_col-no4 {
		width: 46px;
		margin-left: auto;
	}
	.gHeader_telLink {}
	.gHeader_telLink > a {}
	.gHeader_telLink > a::before {}
	.gHeader_telLink > a::after {}
	.gHeader_telLink > a > .icon {}
	.gHeader_open {}
	.gHeader_link {}
	.gHeader_link > a {}
	.gHeader_link > a::before {}
	.gHeader_link > a::after {}
	.gMenuBtn {
		height: 50px;
		padding: 0;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn > b {
		font-size: 12px;
		margin-top: 6px;
	}
	.gMenuBtn.isShow > b {}
	.gMenuBtn > b:last-child {}
	.gMenuBtn.isShow > b:last-child {}
	.gMenuBtn_barWrap {
		width: 24px;
	}
	.gMenuBtn_bar {
		height: 2px;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 4px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 6px;
	}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {
		top: -6px;
	}
	.gNav {
		padding-top: 80px;
	}
	.gNav.isShow {}
	.gNav_inner {
		padding: 0;
	}
	.gNav_cols {
		display: block;
	}
	.gNav_col {
		width: auto;
		padding: 0;
	}
	.gNav_col-no1 {
		display: none;
	}
	.gNav_title {}
	.gNav_col-no2 {}
	.gNav_list {
		font-size: 16px;
	}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		padding: 22px 30px;
	}
	.gNav_list > li > a::before {
		display: block;
		width: calc(100% - 60px);
		position: absolute;
		z-index: 1;
		height: 1px;
		background-color: currentColor;
		bottom: 0;
		left: 30px;
	}
	.gNav_list > li > a::after {}
	.gNav_list > li:first-child > a::after {
		display: block;
		width: calc(100% - 60px);
		position: absolute;
		z-index: 1;
		height: 1px;
		background-color: currentColor;
		top: 0;
		left: 30px;
	}
	.gNav_subList {
		display: block;
		max-width: 260px;
		margin: 27px auto 0;
	}
	.gNav_subList > li {
		width: auto;
		margin-top: 10px;
	}
	.gNav_subList > li:first-child {
		margin-top: 0;
	}
	.gNav_subList > li:last-child {}
	.gNav_subList > li:nth-child(2n+1) {}
	.gNav_subList > li:nth-child(n+3) {}
	.gNav_subList > li > a {
		height: 50px;
		font-size: 16px;
		border-radius: 5px;
	}
	.gNav_subList > li > a[href^="tel:"] {
		font-size: 22px;
	}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a::after {}
	.gNav_subList > li > a > .icon {
		font-size: 100%;
	}
	.gBody {}
	.gVisual {
		margin-bottom: 20px;
	}
	.gVisual_inner {}
	.gVisual_inner::before {
		height: 74px;
	}
	.gVisual_title {}
	.gVisual_title > small {}
	.gVisual_title > b {
		font-size: 24px;
		margin-top: 8px;
	}
	.gBody_inner {}
	.gArea {
		padding: 40px 0;
	}
	.gArea_inner {}
	.gArea_box {
		padding: 20px 20px;
	}
	.gArea_box::before {
		width: calc(100% - 8px);
		left: 4px;
	}
	.gArea_box::after {
		width: calc(100% - 8px);
		left: 4px;
	}
	.gArea_box_inner {}
	.gArea_box_inner::before {}
	.gArea_box_inner::after {}
	.gArea_title {
		font-size: 15px;
		margin-bottom: 11px;
		line-height: 1;
	}
	.gArea_text {
		font-size: 18px;
		line-height: 1;
	}
	.gContact {
		background-image: url(/assets/img/common/bg-contact_sp@2x.jpg);
		background-position: center top;
	}
	.gContact_inner {}
	.gContact_inner_contents {
		padding: 36px 0 88px;
	}
	.gContact_title {
		margin-bottom: 23px;
	}
	.gContact_title > small {
		font-size: 24px;
	}
	.gContact_title > small::after {
		width: 25px;
		margin: 8px auto 16px;
	}
	.gContact_title > b {
		font-size: 22px;
	}
	.gContact_text {
		font-size: 15px;
		text-align: left;
		line-height: 1.5;
	}
	.gContact_link {
		margin: 21px 0 10px;
	}
	.gContact_link > a {
		padding: 21px 10px 22px;
	}
	.gContact_link > a::before {
		display: none;
	}
	.gContact_link > a::after {}
	.gContact_link_cols {
		display: block;
	}
	.gContact_link_col {}
	.gContact_link_col-no1 {
		width: 177px;
		margin: 0 auto 19px;
	}
	.gContact_link_catch {
		font-size: 16px;
		padding: 5px 5px;
	}
	.gContact_link_catch::before {}
	.gContact_link_catch::after {}
	.gContact_link_catch_inner {}
	.gContact_link_catch_inner::before {}
	.gContact_link_catch_inner::after {}
	.gContact_link_col-no2 {}
	.gContact_link_text {
		font-size: 20px;
		line-height: 1;
	}
	.gContact_link_text > svg {
		margin-left: 10px;
		width: 40px;
		height: 7px;
		stroke-width: 4px;
	}
	.gContact_msg {
		text-align: left;
		line-height: 1.6;
	}
	.gContact_image {
		width: 67px;
	}
	.gContact_image-no1 {}
	.gContact_image-no1 > img {}
	.gContact_image-no2 {}
	.gContact_image-no2 > img {}
	.gFooter {
		margin-top: 33px;
		padding-bottom: 35px;
	}
	.gFooter_inner {}
	.gFooter_dList {}
	.gFooter_dList > dt {
		font-size: 16px;
	}
	.gFooter_dList > dd {
		font-size: 15px;
		margin: 10px 0 13px;
	}
	.gFooter_dList > dd:last-child {}
	.gFooter_dList > dd > a {
		font-size: 35px;
	}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_dList > dd > a > .icon {
		font-size: 28px;
	}
	.gFooter_dCorpList {
		font-size: 15px;
		margin: 25px 0 18px;
	}
	.gFooter_dCorpList > dt {
		margin-bottom: 13px;
	}
	.gFooter_dCorpList > dt > a {}
	.gFooter_dCorpList > dt > a > b {
		font-size: 16px;
		margin-left: 11px;
	}
	.gFooter_dCorpList > dt > a::before {}
	.gFooter_dCorpList > dt > a::after {}
	.gFooter_dCorpList > dt > a > svg {
		width: 101px;
		height: 28px;
	}
	.gFooter_dCorpList > dd {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gPankuzu {
		margin-top: 6px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gNav_btn {
		display: block;
		width: 150px;
		height: 50px;
		border: 1px solid currentColor;
		color: #fff;
		border-radius: 5px;
		margin: 20px auto 0;
	}
	.gNav_btn > .icon {
		margin-left: 9px;
	}
	.gPager {
		margin-top: 15px;
	}
	.gPager > a,
	.gPager > span {}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gVisual_headline {
		font-size: 24px;
		line-height: 1.45;
	}
	.gVisual_spot {
		font-size: 15px;
		line-height: 1.45;
	}
	.gVisual_headlineWrap {}
}
@media screen and (max-width:374px) {
	.gHeader_title > a {
		font-size: 15px;
	}
	.gHeader_title_img {
		width: 80px;
		height: 23px;
		margin-right: 10px;
	}
	.gContact_link_text {
		font-size: 17px;
	}
}
