@charset "UTF-8";
.gHeaderWrap {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}
.gHeader {
	position: relative;
	z-index: 1;
}
.gHeader::after {
	content: "";
	background-image: linear-gradient(180deg, #43bbe3 0%, #41b0e0 100%);
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.95;
}
.gHeader_inner {}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-no1 {}
.gHeader_title {
	height: 100%;
}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 100%;
	align-items: center;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
}
.gHeader_col-no2 {}
.gNav {}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: flex;
}
.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: flex;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	height: 89px;
	padding: 0 20px;
	position: relative;
	z-index: 1;
	line-height: 1;
	box-sizing: border-box;
}
.gNav_list > li > a.-request {
	width: 184px;
	font-size: 16px;
}
.gNav_list > li > a.-request > b {
	font-weight:600;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0, 1);
	transform: translate(-50%, -50%) scale(0, 1);
	top: 50%;
	height: 1px;
	background-color: #fff;
	margin-top: 18px;
	transition-duration: .3s;
	transition-property: -webkit-transform, transform;
	width: calc(100% - 50px);
}
.p-contact .gNav_list > li > a.-contact::before,
.p-faq .gNav_list > li > a.-faq::before,
.p-support .gNav_list > li > a.-support::before,
.p-request .gNav_list > li > a.-estimate::before,
.p-plan .gNav_list > li > a.-plan::before {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_list > li > a.-request::after {
	display: block;
	position: absolute;
	z-index: 0;
	top: 50%;
/*
	left: 0;
	width: 100%;
*/
	width: 90%;
	height: 45px;
	background-image: linear-gradient(90deg, #ff991d 0%, #ff6d1d 100%);
	border-radius: 30px;
	transform: translateY(-50%);
}
.gNav_list > li > a.-request::before {
	transition-duration: .3s;
	transition-property: opacity, box-shadow;
	left: 0;
	width: 100%;
	height: 45px;
	background-color: #ff991d;
	border-radius: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	margin: 0;
}
.gNav_list > li > a > b {
	display: block;
	font-weight: normal;
	position: relative;
	z-index: 2;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 87px;
}
.gBody-noMb {
	padding-bottom: 0;
}
.gBody-gray {
	background-color: #f3f4f9;
}
.gVisual {
	background-image: linear-gradient(180deg, #43bbe3 0%, #3e91da 100%);
	margin-bottom: 72px;
	position: relative;
	z-index: 1;
}
.gVisual-noMb {
	margin-bottom: 0;
}
.gVisual_inner {
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 58px;
}
.gVisual_title {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
}
.gBody_inner {}
.gContact {
	position: relative;
	z-index: 1;
}
.gContact::before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background-image: linear-gradient(90deg, #43bbe3 0%, #3e91da 100%);
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}
.gContact::after {
	content: "";
}
.gContact_inner {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.gContact_cols {
	display: flex;
	height: 350px;
}
.gContact_col {
	width: 50%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
	box-sizing: border-box;
}
.gContact_col-no1 {
	color: #fff;
}
.gContact_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .05em;
}
.gContact_telLink {
	margin: 21px 0 10px;
	letter-spacing: .13em;
}
.gContact_telLink > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
}
.gContact_telLink > a::before {
	content: "";
}
.gContact_telLink > a::after {
	content: "";
}
.gContact_telList {
	list-style: none;
	display: flex;
	align-items: center;
	line-height: 1.2;
}
.gContact_telList > dt {
	font-size: 17px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	padding-right: 12px;
	margin-right: 12px;
}
.gContact_telList > dt::after {
	content: "";
	display: block;
	width: 2px;
	height: 19px;
	background-color: #fff;
	opacity: .3;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}
.gContact_telList > dd {
	letter-spacing: 0.1em;
}
.gContact_telList > dd > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 27px;
	font-weight: bold;
}
.gContact_telList > dd > a::before {
	content: "";
}
.gContact_telList > dd > a::after {
	content: "";
}
.gContact_open {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	margin-top: 19px;
	letter-spacing: .05em;
}
.gContact_open > dt {}
.gContact_open > dt::after {
	content: "：";
}
.gContact_open > dd {}
.gContact_col-no2 {}
.gContact_link {
	width: 100%;
	max-width: 427px;
	margin-left: auto;
	margin-right: auto;
}
.gContact_link > a {
	font-size: 22px;
	margin-bottom: 10px;
}
.gContact_link > a::before {
	content: "";
}
.gContact_link > a::after {
	content: "";
}
.gContact_link > a > .icon {
	font-size: 28px;
	display: block;
	margin-right: 10px;
}
.gSupport {
//	background-image: url(/assets/img/common/bg-support.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.gSupport_inner {
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.gSupport_title {
	font-size: 32px;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 40px;
}
.gSupport_link {
	width: 100%;
	max-width: 450px;
}
.gSupport_link > a {
	font-size: 27px;
}
.gSupport_link > a::before {
	content: "";
}
.gSupport_link > a::after {
	content: "";
}
.gSupport_link > a > .icon {
	display: block;
	font-size: 36px;
	margin-right: 6px;
}
.gFooter {}
.gFooter_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gFooter_list {
	list-style: none;
	display: flex;
}
.gFooter_list > li {}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
	display: flex;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #848484;
	height: 94px;
	align-items: center;
	padding: 0 20px;
}
.gFooter_list > li:first-child > a {
	padding-left: 0;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_copyright {}
.gFooter_copyright > small {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #848484;
}
.gContact_headline {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
	background-image: linear-gradient(90deg, #43bbe3 0%, #3e91da 100%);
	-webkit-background-clip: text;
	color: transparent;
}
.isIE11 .gContact_headline {
	background-image: none;
	color: #0878d5;
}
.gBody_box {}
.gNav_subList {
	display: none;
	list-style: none;
}
.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 {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_subList > li > a::before {
	content: "";
}
.gNav_subList > li > a::after {
	content: "";
}
.p-home .gNav_list > li > a.-home,
.p-plan .gNav_list > li > a.-plan,
.p-support .gNav_list > li > a.-support,
.p-contact .gNav_list > li > a.-contact,
.p-request .gNav_list > li > a.-request,
.p-request .gNav_list > li > a.-estimate,
.p-faq .gNav_list > li > a.-faq,
.p-terms .gNav_list > li > a.-terms {}
.gContact_areaText {}
@media screen and (min-width:1000px) {
	.gNav_subList > li > a:hover {}
	.gHeader_title > a:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.gNav_list > li > a:hover {}
	.gNav_list > li > a:hover::before {
		width: calc(100% - 50px);
		-webkit-transform: translate(-50%, -50%) scale(1, 1);
		transform: translate(-50%, -50%) scale(1, 1);
	}
	.gMenuBtn:hover {}
	.gContact_telLink > a:hover {}
	.gContact_telList > dd > a:hover {}
	.gContact_link > a:hover {}
	.gSupport_link > a:hover {}
	.gFooter_list > li > a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader::after {
		background-image: linear-gradient(180deg, #43bbe3 0%, #41acdf 100%);
	}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {
		width: 180px;
	}
	.gHeader_title > a {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_col-no2 {}
	.gNav {}
	.gNav_inner {}
	.gNav_list {}
	.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 {
		font-size: 14px;
		padding: 0 12px;
		height: 70px;
	}
	.gNav_list > li > a.-request {
		font-size: 14px;
		width: 160px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a.-request::after {}
	.gNav_list > li > a.-request::before {}
	.gNav_list > li > a > b {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gBody {
		padding-bottom: 75px;
	}
	.gBody-noMb {
		padding-bottom: 0;
	}
	.gBody-gray {}
	.gVisual {
		margin-bottom: 45px;
	}
	.gVisual-noMb {
		margin-bottom: 0;
	}
	.gVisual_inner {
		height: 300px;
	}
	.gVisual_title {
		font-size: 32px;
	}
	.gBody_inner {}
	.gContact {}
	.gContact::before {}
	.gContact::after {}
	.gContact_inner {}
	.gContact_cols {
		height: 300px;
	}
	.gContact_col {}
	.gContact_col-no1 {
		align-items: center;
	}
	.gContact_title {
		font-size: 20px;
	}
	.gContact_telLink {}
	.gContact_telLink > a {}
	.gContact_telLink > a::before {}
	.gContact_telLink > a::after {}
	.gContact_telList {}
	.gContact_telList > dt {}
	.gContact_telList > dt::after {}
	.gContact_telList > dd {}
	.gContact_telList > dd > a {}
	.gContact_telList > dd > a::before {}
	.gContact_telList > dd > a::after {}
	.gContact_open {
		letter-spacing: 0;
	}
	.gContact_open > dt {}
	.gContact_open > dt::after {}
	.gContact_open > dd {}
	.gContact_col-no2 {}
	.gContact_link {
		max-width: 320px;
	}
	.gContact_link > a {
		font-size: 18px;
	}
	.gContact_link > a::before {}
	.gContact_link > a::after {}
	.gContact_link > a > .icon {}
	.gSupport {}
	.gSupport_inner {
		height: 300px;
	}
	.gSupport_title {
		font-size: 24px;
		margin-bottom: 25px;
	}
	.gSupport_link {
		max-width: 320px;
	}
	.gSupport_link > a {
		font-size: 18px;
	}
	.gSupport_link > a::before {}
	.gSupport_link > a::after {}
	.gSupport_link > a > .icon {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {
		height: 70px;
	}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gContact_headline {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.gBody_box {}
	.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 {}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a::after {}
	.gContact_areaText {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader::after {}
	.gHeader_inner {
		padding: 0;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {
		width: auto;
	}
	.gHeader_col-no1 {
		padding-left: 15px;
	}
	.gHeader_title {
		width: 160px;
		display: flex;
		position: relative;
		z-index: 10;
	}
	.gHeader_title > a {
		height: 60px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_col-no2 {}
	.gNav {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 60px;
		background-image: linear-gradient(90deg, #43bbe3 0%, #3e91da 100%);
		height: 100vh;
		box-sizing: border-box;
		-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;
		overflow: auto;
		padding-bottom: 25px;
	}
	.gNav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gNav_inner {}
	.gNav_list {
		display: block;
	}
	.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 {
		font-size: 17px;
		height: 60px;
	}
	.gNav_list > li > a.-request {
		width: auto;
		font-size: 16px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a.-request::after {
		height: 55px;
		width: 250px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		box-shadow: 2px 2px 5px rgba(7, 38, 99, 0.16);
	}
	.gNav_list > li > a.-request::before {}
	.gNav_list > li > a > b {
		font-weight: bold;
	}
	.gMenuBtn {
		display: block;
		position: absolute;
		z-index: 10;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background-color: #fff;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		height: 4px;
		width: 30px;
		background-color: #0f84e5;
		border-radius: 3px;
		margin: 0 auto;
		display: block;
		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-top: 11px;
	}
	.isShow .gMenuBtn_bar-no1 {
		top: 7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		top: -8px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.gMenuBtn_bar-no3 {}
	.gBody {
		padding-bottom: 50px;
	}
	.gBody-noMb {
		padding-bottom: 0;
	}
	.gBody-gray {}
	.gVisual {
		margin-bottom: 25px;
	}
	.gVisual-noMb {
		margin-bottom: 0;
	}
	.gVisual_inner {
		height: 175px;
		padding-top: 45px;
		box-sizing: border-box;
	}
	.gVisual_title {
		font-size: 24px;
	}
	.gBody_inner {}
	.gContact {}
	.gContact::before {
		display: none;
	}
	.gContact::after {}
	.gContact_inner {
		padding: 0;
	}
	.gContact_cols {
		display: block;
		height: auto;
	}
	.gContact_col {
		width: auto;
		padding: 20px 15px;
	}
	.gContact_col-no1 {
		background-image: linear-gradient(90deg, #43bbe3 0%, #3e91da 100%);
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.gContact_title {}
	.gContact_telLink {
		margin-top: 10px;
		margin-bottom: 8px;
	}
	.gContact_telLink > a {
		font-size: 26px;
	}
	.gContact_telLink > a::before {}
	.gContact_telLink > a::after {}
	.gContact_telList {
		justify-content: center;
	}
	.gContact_telList > dt {
		font-size: 13px;
	}
	.gContact_telList > dt::after {}
	.gContact_telList > dd {}
	.gContact_telList > dd > a {
		font-size: 17px;
	}
	.gContact_telList > dd > a::before {}
	.gContact_telList > dd > a::after {}
	.gContact_open {
		font-size: 13px;
		margin-top: 12px;
	}
	.gContact_open > dt {}
	.gContact_open > dt::after {}
	.gContact_open > dd {}
	.gContact_col-no2 {}
	.gContact_link {
		max-width: 250px;
	}
	.gContact_link > a {
		font-size: 16px;
	}
	.gContact_link > a::before {}
	.gContact_link > a::after {}
	.gContact_link > a > .icon {
		font-size: 25px;
	}
	.gSupport {}
	.gSupport_inner {
		height: 220px;
	}
	.gSupport_title {
		font-size: 20px;
	}
	.gSupport_link {
		max-width: 250px;
	}
	.gSupport_link > a {
		font-size: 16px;
	}
	.gSupport_link > a::before {}
	.gSupport_link > a::after {}
	.gSupport_link > a > .icon {
		font-size: 22px;
	}
	.gFooter {}
	.gFooter_inner {
		display: block;
	}
	.gFooter_list {
		display: none;
	}
	.gFooter_list > li {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_copyright {
		display: flex;
		height: 50px;
		align-items: center;
		justify-content: center;
	}
	.gFooter_copyright > small {
		font-size: 10px;
	}
	.gContact_headline {
		font-size: 27px;
		margin-bottom: 10px;
	}
	.gBody_box {}
	.gNav_subList {
		display: block;
		margin-top: 17px;
	}
	.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 {
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 500;
		color: #fff;
		font-size: 12px;
		height: 40px;
	}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a::after {}
	.gContact_areaText {
		text-align: center;
	}
}
