@charset "UTF-8";
.gHeaderWrap {
	height: 90px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
.gHeader_inner {
	max-width: 1400px;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gHeader_col {}
.gHeader_col-title {}
.gHeader_title {}
.gHeader_title_imgWrap {
	display: block;
	position: relative;
	padding-bottom: 25.3846%;
	z-index: 0;
}
.gHeader_title_img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gHeader_catch {
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
	margin-top: 5px;
	transition-duration: .3s;
	transition-property: margin-top;
}
.gHeader-scrolled .gHeader_catch {
	margin-top: 3px;
}
.gHeader_col-menu {
	width: calc(100% - 190px);
	margin-left: auto;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gMenuBtn_text {}
.gMenuBtn_text-open {}
.gMenuBtn_text-hidden {}
.gNav {
	max-width: 850px;
	margin-left: auto;
}
.gNav_inner {
	display: flex;
}
.gNav_list {
	list-style: none;
	display: flex;
	flex-grow: 1;
	margin-right: 20px;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	padding: 10px 5px;
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.p-faq .gNav_list > li > a.-faq,
.p-about .gNav_list > li > a.-about,
.p-reference .gNav_list > li > a.-reference,
.p-price .gNav_list > li > a.-price {
	color: #03aca0;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 70px;
	margin-right: -1px;
	transition-duration: .3s;
	transition-property: height;
}
.gHeader-scrolled .gNav_list > li > a::before {
	height: 55px;
}
.gNav_link {
	align-self: center;
	width: 120px;
}
.gNav_link-contact {
	width: 150px;
}
.gNav_link-signup {
	margin-left: 10px;
}
.gNav_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	padding: 5px 5px;
	align-items: center;
	position: relative;
	z-index: 0;
	color: #fff;
	font-weight: 500;
	justify-content: center;
	line-height: 1.2;
	border-radius: 5px;
	overflow: hidden;
}
.gNav_link-contact > a {
	background-color: #03aca0;
	border: 1px solid #03aca0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_link-signup > a {
	background-image: linear-gradient(to left, #005bbe, #05a9f4);
}
.gNav_link > a::before {
	display: block;
	content: "";
	width: 1px;
	height: 32px;
	margin-right: -1px;
}
.gNav_link-contact > a::before {
	height: 30px;
}
.gNav_link-signup > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, #005bbe, #05a9f4);
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_link > a > .icon {
	display: block;
	margin-right: 4px;
	font-size: 18px;
}
.gNav_list_text {
	display: flex;
	padding: 5px 0;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
.gNav_list_text > br {
	display: none;
}
.gNav_list_text::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #008bcf;
	opacity: 0;
}
.gNav_link_text {
	display: block;
	position: relative;
	z-index: 10;
}
.gHeader_titleWrap {}
.gHeader_titleWrap > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
	padding-top: 3px;
}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 120px;
}
.gVisual {
	background-color: #f8f7f6;
}
.gVisual_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.gVisual_inner::before {
	content: "";
	display: block;
	width: 1px;
	height: 160px;
	margin-right: -1px;
}
.gVisual_title {
	line-height: 1.4;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	font-size: 30px;
	margin-left: -10px;
	margin-right: -10px;
}
.gVisual_title::after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background-image: linear-gradient(to right, #005bbe, #05a9f4);
	border-radius: 2px;
	margin-top: 10px;
}
.gPankuzu {
	position: relative;
	z-index: 2;
	margin-top: -40px;
	margin-bottom: 80px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 12px;
	color: #999;
	white-space: nowrap;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid currentColor;
	box-sizing: border-box;
	transform: rotate(45deg);
	border-left: none;
	border-bottom: none;
	margin: 0 9px;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li:last-child {
	color: #333;
}
.gPankuzu_oList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	height: 40px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPankuzu_oList > li > a > .icon {
	display: block;
	margin-right: 3px;
	top: 1px;
}
.gBody_inner {}
.gNav_list_dot {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: currentColor;
	margin-right: 5px;
	position: relative;
	z-index: 1;
	top: 1px;
	background-color: #03aca0;
	transition-duration: .3s;
	transition-property: transform;
}
.gFooter {
	color: #fff;
	font-size: 14px;
	padding: 50px 0 30px;
	background-color: #444;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15));
	box-shadow: 0 100vh 0 100vh #393b3a;
}
.gFooter_inner {}
.gFooter_cols {
	display: flex;
	align-items: center;
}
.gFooter_col {}
.gFooter_col-logo {
	width: 200px;
	margin-right: 45px;
}
.gFooter_logo {
	position: relative;
	z-index: 1;
	top: 5px;
}
.gFooter_logo > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo_imgWrap {
	display: block;
	position: relative;
	padding-bottom: 25.3846%;
	z-index: 0;
}
.gFooter_logo_img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gFooter_col-addr {}
.gFooter_info {}
.gFooter_addr {}
.gFooter_col-sns {
	margin-left: auto;
}
.gFooter_list {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 0 10px;
}
.gFooter_list > li > a > .icon {
	display: block;
}
.gFooter_hr {
	display: block;
	margin: 50px 0;
	height: 1px;
	border: none;
	background-color: currentColor;
	opacity: .2;
}
.gFooter_copyright {
	text-align: center;
	margin-top: 50px;
	font-size: 12px;
}
.gFooter_copyright > small {
	display: block;
	font-size: inherit;
}
.gFooter_snsList {
	list-style: none;
	display: flex;
	align-items: center;
	margin-right: -10px;
}
.gFooter_snsList > li {}
.gFooter_snsList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 24px;
	padding: 10px 10px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_snsList > li > a > .icon {
	display: block;
}
.gFooter_list_text {}
.gFooter_subList {
	list-style: none;
	display: flex;
	justify-content: center;
}
.gFooter_subList > li {}
.gFooter_subList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 0 10px;
}
.gFooter_subList_text {
	padding: 2px 0;
}
.gPageTop {
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	pointer-events: none;
	transition-duration: .3s;
	transition-property: opacity;
}
.gPageTop-scrolled {
	opacity: 1;
	pointer-events: auto;
}
.gPageTop_button {
	display: block;
	width: 48px;
	height: 48px;
	color: #fff;
	background-color: rgba(68, 68, 68, 0.90);
	border-radius: 50%;
	font-size: 20px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background-clip: content-box;
	box-sizing: content-box;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
.gPageTop_button > .icon {
	display: block;
}
.gSignUp {
	padding: 100px 0 100px;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #d9eaf8, rgba(255, 255, 255, 0));
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.gSignUp::before {
	content: "";
	display: block;
	width: 320px;
	height: 320px;
	background-color: rgba(0, 97, 195, 0.40);
	border-radius: 50%;
	filter: blur(93px);
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	pointer-events: none;
	opacity: 0;
}
.gSignUp_inner {
	max-width: 920px;
}
.gSignUp_subTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 7px;
	line-height: 1.4;
	color: #555;
}
.gSignUp_title {
	text-align: center;
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 19px;
	margin-left: -10px;
	margin-right: -10px;
}
.gSignUp_image {}
.gSignUp_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gSignUp_text {
	text-align: center;
	font-size: 14px;
	margin-left: -10px;
	margin-right: -10px;
}
.gSignUp_link {
	max-width: 360px;
	margin: 30px auto 0;
}
.gSignUp_link > a {}
.gSignUp_link > a > .icon {}
.gSignUp_cols {}
.gSignUp_col {}
.gSignUp_col-img {
	width: 410px;
	float: left;
	padding-top: 10px;
}
.gSignUp_col-txt {
	width: calc(100% - 410px);
	float: right;
}
.gSignUp_title_em {
	color: #03aca0;
	font-size: 130%;
	font-weight: inherit;
}
.gSignUp_cols::after {
	content: "";
	display: block;
	clear: both;
}
.gFooter_subList > li > a > .icon {
	display: none;
}
.gMenuBtn_textWrap {}
.gNav_snsList {
	display: none;
	list-style: none;
}
.gNav_snsList > li {}
.gNav_snsList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_snsList > li > a > .icon {}
.gNav_subList {
	list-style: none;
	display: none;
}
.gNav_subList > li {}
.gNav_subList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_subList > li > a > .icon {}
.gSignUp_text_mark {}
.gNav_list_img {
	width: 30px;
	margin-right: 5px;
}
.gNav_list_img > img {
	width: 100%;
	height: auto;
}
.gNav_list_icon {
	display: block;
	margin-right: 4px;
	position: relative;
	z-index: 1;
	top: 1px;
}
.gNav_list_icon > .icon {
	display: block;
}
.gBody-sticky {
	overflow: visible;
}
.gNav_link-signin {
	margin-left: 10px;
}
.gNav_link-signin > a {
	background-image: linear-gradient(to left, #4f4cc7, #679bff);
}
.gNav_link-signin > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, #4f4cc7, #679bff);
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav-signin {
	max-width: 980px;
}
.gNav_list_text-signin {
	text-align: center;
}
@media screen and (max-width: 1199px) {
	.gNav_list_text-signin > br {
		display: inline;
	}
	.gNav-signin {
		max-width: 780px;
	}
}
@media screen and (max-width: 1099px) {
	.gNav_link-contact {
		width: 140px;
	}
	.gNav_link-signup {
		width: 110px;
	}
	.gNav_list {
		margin-right: 10px;
	}
}
@media screen and (min-width:1000px) {
	.gNav_link-signin > a:hover::after {
		opacity: 0;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		color: #03aca0;
	}
	.gNav_link-contact > a:hover {
		color: #03aca0;
		background-color: #fff;
	}
	.gNav_link-signup > a:hover::after {
		opacity: 0;
	}
	.gHeader_titleWrap > a:hover {
		opacity: .7;
	}
	.gPankuzu_oList > li > a:hover {
		color: #03aca0;
	}
	a:hover .gNav_list_dot {}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {}
	.gFooter_snsList > li > a:hover {
		opacity: .7;
	}
	.gFooter_subList > li > a:hover {}
	.gPageTop_button:hover {
		background-color: rgba(68, 68, 68, 0.95);
		border-color: rgba(255, 255, 255, 0.50);
	}
	.gSignUp_link > a:hover {}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {
		height: 75px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {}
	.gHeader_title_imgWrap {}
	.gHeader_title_img {}
	.gHeader_catch {
		font-size: 10px;
		margin-top: 3px;
	}
	.gHeader-scrolled .gHeader_catch {}
	.gHeader_col-menu {
		width: calc(100% - 155px);
	}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		max-width: 550px;
	}
	.gNav_inner {}
	.gNav_list {
		margin-right: 5px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.gNav_list > li > a::before {
		height: 55px;
	}
	.gHeader-scrolled .gNav_list > li > a::before {}
	.gNav_link {}
	.gNav_link-contact {
		width: 90px;
	}
	.gNav_link-signup {
		width: 67px;
		margin-left: 5px;
	}
	.gNav_link > a {
		flex-direction: column;
		height: 38px;
		font-size: 11px;
		border-radius: 4px;
	}
	.gNav_link-contact > a {}
	.gNav_link-signup > a {}
	.gNav_link > a::before {
		display: none;
	}
	.gNav_link-contact > a::before {}
	.gNav_link-signup > a::after {}
	.gNav_link > a > .icon {
		margin-right: 0;
		font-size: 16px;
		margin-bottom: 3px;
	}
	.gNav_list_text {
		letter-spacing: inherit;
	}
	.gNav_list_text::after {}
	.gNav_link_text {}
	.gHeader_titleWrap {}
	.gHeader_titleWrap > a {}
	.gBody {
		padding-bottom: 100px;
	}
	.gVisual {}
	.gVisual_inner {}
	.gVisual_inner::before {}
	.gVisual_title {
		font-size: 28px;
	}
	.gVisual_title::after {
		width: 50px;
		height: 3px;
	}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a > .icon {}
	.gBody_inner {}
	.gNav_list_dot {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-logo {
		width: 180px;
		margin-right: 35px;
	}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo_imgWrap {}
	.gFooter_logo_img {}
	.gFooter_col-addr {}
	.gFooter_info {}
	.gFooter_addr {}
	.gFooter_col-sns {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a > .icon {}
	.gFooter_hr {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gFooter_snsList {}
	.gFooter_snsList > li {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_list_text {}
	.gFooter_subList {}
	.gFooter_subList > li {}
	.gFooter_subList > li > a {}
	.gFooter_subList_text {}
	.gPageTop {}
	.gPageTop_button {}
	.gPageTop_button > .icon {}
	.gSignUp {
		padding: 60px 0;
	}
	.gSignUp::before {}
	.gSignUp_inner {
		max-width: 700px;
	}
	.gSignUp_subTitle {
		font-size: 14px;
	}
	.gSignUp_title {
		font-size: 22px;
		margin-bottom: 14px;
	}
	.gSignUp_image {}
	.gSignUp_image > img {}
	.gSignUp_text {
		font-size: 13px;
	}
	.gSignUp_link {
		max-width: 300px;
		margin-top: 20px;
	}
	.gSignUp_link > a {}
	.gSignUp_link > a > .icon {}
	.gSignUp_cols {}
	.gSignUp_col {}
	.gSignUp_col-img {
		width: 280px;
		padding-top: 40px;
	}
	.gSignUp_col-txt {
		width: calc(100% - 280px);
	}
	.gSignUp_title_em {}
	.gNav_list_text > br {
		display: inline;
	}
	.gFooter_subList > li > a > .icon {}
	.gMenuBtn_textWrap {}
	.gNav_snsList {}
	.gNav_snsList > li {}
	.gNav_snsList > li > a {}
	.gNav_snsList > li > a > .icon {}
	.gNav_subList {}
	.gNav_subList > li {}
	.gNav_subList > li > a {}
	.gNav_subList > li > a > .icon {}
	.gSignUp_text_mark {}
	.gNav_list_img {}
	.gNav_list_img > img {}
	.gNav_list_icon {}
	.gNav_list_icon > .icon {}
	.gNav_link-signin {
		width: 60px;
		margin-left: 5px;
	}
	.gNav-signin {
		max-width: 590px;
	}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {
		height: 60px;
	}
	.gHeader {}
	.gHeader_inner {
		padding-right: 60px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {
		width: 130px;
	}
	.gHeader_title_imgWrap {}
	.gHeader_title_img {}
	.gHeader_catch {
		margin-top: 0;
		margin-left: 10px;
		line-height: 1.1;
		position: relative;
		z-index: 1;
		top: -2px;
	}
	.gHeader-scrolled .gHeader_catch {
		margin-top: 0;
	}
	.gHeader_col-menu {}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1004;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		box-sizing: border-box;
		padding-top: 4px;
	}
	.gMenuBtn_barWrap {
		width: 24px;
		margin: 0 auto 4px;
		display: block;
		color: #0083cd;
	}
	.gMenuBtn_bar {
		height: 2px;
		display: block;
		background-color: currentColor;
		border-radius: 1px;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: transform, top, width;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 6px 0;
		width: 70%;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		top: 8px;
		transform: rotate(-45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		width: 100%;
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		top: -8px;
		transform: rotate(45deg);
	}
	.gMenuBtn_text {
		display: block;
		position: relative;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		transition-duration: .3s;
		transition-property: opacity, transform;
	}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {
		position: absolute;
		transform: translate3d(0, 50%, 0);
		opacity: 0;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-open {
		transform: translate3d(0, -50%, 0);
		opacity: 0;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_text-hidden {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	.gNav {
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		box-sizing: border-box;
		padding-top: 80px;
		padding-bottom: 50px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		max-width: none;
		background-image: linear-gradient(to top, #d9eaf8, rgba(255, 255, 255, 0) 100px);
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		display: block;
		padding: 0 20px;
	}
	.gNav_list {
		display: block;
		margin: 0 -20px 20px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list > li > a::before {
		height: 30px;
	}
	.gHeader-scrolled .gNav_list > li > a::before {
		height: 30px;
	}
	.gNav_link {
		width: auto;
		margin: 0;
	}
	.gNav_link-contact {
		margin-bottom: 10px;
	}
	.gNav_link-signup {}
	.gNav_link > a {
		flex-direction: row;
		font-size: 14px;
	}
	.gNav_link-contact > a {}
	.gNav_link-signup > a {}
	.gNav_link > a::before {}
	.gNav_link-contact > a::before {}
	.gNav_link-signup > a::after {}
	.gNav_link > a > .icon {
		margin-bottom: 0;
		margin-right: 7px;
	}
	.gNav_list_text {}
	.gNav_list_text::after {}
	.gNav_link_text {}
	.gHeader_titleWrap {
		position: relative;
		z-index: 1002;
	}
	.gHeader_titleWrap > a {
		padding: 0;
		display: flex;
		height: 60px;
		align-items: center;
	}
	.gBody {
		padding-bottom: 60px;
	}
	.gVisual {}
	.gVisual_inner {
		padding-bottom: 30px;
	}
	.gVisual_inner::before {
		height: 100px;
	}
	.gVisual_title {
		font-size: 24px;
	}
	.gVisual_title::after {
		width: 30px;
		margin-top: 7px;
	}
	.gPankuzu {
		margin-top: -30px;
		margin-bottom: 55px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 10px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {
		margin: 0 6px;
		width: 4px;
		height: 4px;
	}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li > a {
		height: 20px;
	}
	.gPankuzu_oList > li > a > .icon {
		top: 0;
	}
	.gBody_inner {}
	.gNav_list_dot {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		width: auto;
		margin: 0;
	}
	.gFooter_col-logo {
		max-width: 150px;
		margin: 0 auto 20px;
	}
	.gFooter_logo {
		top: 0;
	}
	.gFooter_logo > a {}
	.gFooter_logo_imgWrap {}
	.gFooter_logo_img {}
	.gFooter_col-addr {
		text-align: center;
	}
	.gFooter_info {}
	.gFooter_addr {}
	.gFooter_col-sns {
		margin-top: 15px;
	}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a > .icon {}
	.gFooter_hr {
		margin: 25px 0;
		display: none;
	}
	.gFooter_copyright {
		font-size: 10px;
	}
	.gFooter_copyright > small {}
	.gFooter_snsList {
		justify-content: center;
		margin: 0;
	}
	.gFooter_snsList > li {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_list_text {}
	.gFooter_subList {
		display: block;
		margin-left: -20px;
		margin-right: -20px;
		line-height: 1.2;
		border-top: 1px solid rgba(255, 255, 255, 0.20);
		margin-top: 25px;
	}
	.gFooter_subList > li {}
	.gFooter_subList > li > a {
		padding: 10px 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
		position: relative;
		z-index: 0;
	}
	.gFooter_subList > li > a::before {
		content: "";
		display: block;
		width: 1px;
		height: 30px;
		margin-right: -1px;
		pointer-events: none;
	}
	.gFooter_subList_text {
		background-image: none;
		display: block;
		pointer-events: none;
	}
	.gPageTop {}
	.gPageTop_button {}
	.gPageTop_button > .icon {}
	.gSignUp {
		padding: 45px 0;
	}
	.gSignUp::before {}
	.gSignUp_inner {}
	.gSignUp_subTitle {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.gSignUp_title {
		line-height: 34px;
		font-size: 21px;
	}
	.gSignUp_image {}
	.gSignUp_image > img {}
	.gSignUp_text {}
	.gSignUp_link {}
	.gSignUp_link > a {}
	.gSignUp_link > a > .icon {}
	.gSignUp_cols {}
	.gSignUp_col {
		float: none;
		width: auto;
	}
	.gSignUp_col-img {
		padding: 0;
		max-width: 300px;
		margin: 20px auto 26px;
	}
	.gSignUp_col-txt {}
	.gSignUp_title_em {}
	.gNav_list_text > br {
		display: none;
	}
	.gFooter_subList > li > a > .icon {
		display: block;
		font-size: 16px;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		pointer-events: none;
	}
	.gMenuBtn_textWrap {
		display: block;
		font-size: 10px;
		position: relative;
		z-index: 1;
		overflow: hidden;
		line-height: 1;
		transform: scale(0.8);
		font-weight: 699;
	}
	.gNav_snsList {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}
	.gNav_snsList > li {}
	.gNav_snsList > li > a {
		font-size: 24px;
		padding: 10px 10px;
		color: rgb(29, 155, 240);
	}
	.gNav_snsList > li > a[aria-label="facebook"] {
		color: #1876f1;
	}
	.gNav_snsList > li > a > .icon {
		display: block;
	}
	.gNav_subList {
		display: flex;
		font-size: 12px;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 10px;
	}
	.gNav_subList > li {}
	.gNav_subList > li > a {
		display: flex;
		align-items: center;
		padding: 4px 8px;
	}
	.gNav_subList > li > a > .icon {
		display: block;
		margin-left: 3px;
		color: #0083cd;
	}
	.gSignUp_text_mark {
		background-image: linear-gradient(to top, #ffde00 4px, rgba(255, 255, 255, 0) 4px);
	}
	.gNav_list_img {}
	.gNav_list_img > img {}
	.gNav_list_icon {}
	.gNav_list_icon > .icon {}
	.gNav_link-signin {
		margin-top: 10px;
	}
}
@media screen and (max-width:374px) {
	.gVisual_title {
		font-size: 22px;
	}
}
