@charset "utf-8";
@import "./fonts.css";
@import "./reset.css";
@import "./loader.css";
@import "./icon.css";
@import "./parts.css";
@import "./menu_trigger.css";
@import "./fadein.css";
/* CSS Document */
/* =Layout
-------------------------------------------------------------- */
.sp {
	display: none !important;
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}
.inside {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.inside::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
/*============================
#header
============================*/
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#header .inside {
	padding: 28px 32px;
	overflow: hidden;
	transition: ease-in 0.2s;
	height: auto;
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: none;
}
#header .inside::after {
	display: none;
}
#header h1 {
	width: auto;
	transition: ease-in 0.2s;
	transform: translate(0%, 0%);
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
	text-align: left;
	color: #00d89d;
	flex: 1;
}
#header h1 a {
	display: block;
	color: #00d89d;
}
#header .inside .shoulder {
	width: auto;
	transition: ease-in 0.2s;
	display: flex;
	align-items: center;
}
#header .inside .shoulder .bt {
	margin: 0 43px 0 0;
}
#header .inside .shoulder .bt a {
	margin: 0;
	width: 248px;
	height: 56px;
	font-size: 24px;
}
#header .inside .shoulder .tel {
	text-align: center;
	color: #444;
	line-height: 1;
}
#header .inside .shoulder .tel a {
	font-weight: bold;
	font-size: 32px;
	color: #000;
}
#header .inside .shoulder .tel .text {
	font-weight: normal;
	font-size: 24px;
	margin: 0.3em 0 0;
}
/*============================
#menu_bt
============================*/
#menu_bt {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 9999;
	display: none;
}
/*============================
#main
============================*/
#main {
	padding: 120px 0 293px;
}
/*============================
#footer
============================*/
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	color: #004d5a;
	background: #00d89d;
	z-index: 10;
}
#footer .inside {
	overflow: visible;
	position: relative;
	display: table;
	margin: 0 auto;
}
#footer .inside::before {
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	width: 100%;
	min-width: 1920px;
}
#footer .inside::before {
	background: url(../img/bg_07.svg) center top / cover no-repeat;
	top: 0;
	height: 140px;
	transform: translate(-50%, -99%);
}
#footer .inside .sns {
	display: flex;
	justify-content: center;
	margin: 0 0 30px;
}
#footer .inside .sns li {
	margin: 0 18px;
}
#footer .inside .sns li a {
	font-size: 34px;
	color: #000;
}
#footer .inside .sns li a .icon-line {}
#footer .inside .sns li a .icon-yt {}
#footer .inside address {
	font-weight: 500;
	font-size: 20px;
	line-height: 2;
	font-style: normal;
	text-align: left;
	margin: 0 0 60px;
}
#footer .inside address a {
	color: #004d5a;
}
#footer .inside .copyright {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
#to_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#to_top a {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 40px;
	border-radius: 50%;
}
#drawer {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 0vh;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	text-align: center;
	z-index: 998;
	transition: ease-in 0.5s;
	overflow: hidden;
}
.active #drawer {
	height: 100vh;
}
#menu_bt {
	display: none;
}
section .inside h2 {
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	margin: 0 auto 24px;
	display: table;
	position: relative;
}
section .inside h2 span {
	position: relative;
	z-index: 10;
}
section .inside h2::before {
	content: "";
	border-bottom: 10px solid #6ad1e3;
	position: absolute;
	border-radius: 999px;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	transform: translate(0, 50%);
}
/*============================
#visual
============================*/
#visual {
	background: url(../img/fv.svg) 52.1875vw 3.203125vw / 40.264063vw auto no-repeat;
	height: 50vw;
}
#visual .inside {
	width: auto;
	padding: 7.3958333333333vw 0 0 7.2395833333333vw;
	max-width: none;
}
#visual .inside h1 {
	width: 42.7671875vw;
	height: auto;
}
#visual .inside h1 img {
	width: 100%;
	height: auto;
	display: block;
}
#visual .inside .bt {
	width: 42.7671875vw;
	margin: 2.9791666666667vw 0 0;
}
#visual .inside .bt a {
	background: #ff6f61;
	margin: 0 auto;
	width: 33.333333333333vw;
	height: 6.6666666666667vw;
	font-size: 2.5vw;
}
/*============================
#about
============================*/
#about {
	padding: 24px 0 48px;
	margin: 0px 0 140px;
	position: relative;
	background: #00d89d;
	overflow: visible;
}
#about::before, #about::after {
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	min-width: 1920px;
}
#about::before {
	background: url(../img/bg_01.svg) center top / cover no-repeat;
	top: 0;
	height: 180px;
	transform: translate(-50%, -99%);
}
#about::after {
	background: url(../img/bg_02.svg) center top / cover no-repeat;
	bottom: 0;
	height: 140px;
	transform: translate(-50%, 99%);
}
#about .inside {
	text-align: center;
	color: #004d5a;
}
#about .inside h2 {}
#about .inside h2::before {}
#about .inside p {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
}
/*============================
#how
============================*/
#how {
	padding: 16px 0 40px;
}
#how .inside {}
#how .inside h3 {
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
	color: #004d5a;
	margin: 0 0 24px;
}
#how .inside p {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #004d5a;
	margin: 0 0 47px;
}
#how .inside ol {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -32px;
}
#how .inside ol li {
	margin: 0 32px 64px;
	max-width: calc(50% - 64px);
	width: 100%;
}
#how .inside ol li .info {
	display: flex;
	align-items: center;
}
#how .inside ol li .info .no {
	font-family: "Rounded Mplus 1c";
	font-weight: 900;
	font-size: 72px;
	text-align: left;
	color: #ff6f61;
}
#how .inside ol li .info h4 {
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	text-align: left;
	color: #004d5a;
	white-space: nowrap;
}
#how .inside ol li .img {
	width: 100%;
	margin: 0 auto;
}
#how .inside ol li .img img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
#how .inside ol li.list_04 {
	padding: 57px 0 0;
}
#how .inside ol li.list_04 .img img {
	max-width: 500px;
}
#how .inside ol li h5 {
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #004d5a;
	width: 100%;
	margin: 18px 0;
}
#how .inside ol li .link {
	width: 100%;
	text-align: center;
}
#how .inside ol li .link a {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #004d5a;
}
#how .inside ol li .link a::after {
	content: "\e900";
	font-family: 'icomoon';
	margin: 0 0 0 0.5em;
	display: inline-block;
	transform: rotate(90deg);
	transform-origin: center;
	font-size: 28px;
}
/*============================
#check
============================*/
#check {
	background: #e8f5f8;
	padding: 6px 0 56px;
	margin: 140px 0;
	overflow: visible;
}
#check::before, #check::after {
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	min-width: 1920px;
}
#check::before {
	background: url(../img/bg_03.svg) center top / cover no-repeat;
	top: 0;
	height: 140px;
	transform: translate(-50%, -99%);
}
#check::after {
	background: url(../img/bg_04.svg) center top / cover no-repeat;
	bottom: 0;
	height: 140px;
	transform: translate(-50%, 99%);
}
#check .inside {}
#check .inside h3 {
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #004d5a;
	position: relative;
	margin: 0 auto 24px;
	display: table;
}
#check .inside h3::before, #check .inside h3::after {
	width: 0px;
	height: 72px;
	border-left: 4px solid #004d5a;
	content: "";
	position: absolute;
	top: 10px;
	left: -45px;
	display: block;
	transform: rotate(-40deg);
}
#check .inside h3::after {
	right: -45px;
	left: auto;
	transform: rotate(40deg);
}
#check .inside h3 .arrows {
	display: block;
	margin: 24px 0 0;
}
#check .inside .banner {
	text-align: center;
}
#check .inside .banner a {
	display: table;
	margin: 0 auto;
}
#check .inside .banner a img {
	width: 636px;
	height: auto;
}
/*============================
#flow
============================*/
#flow {}
#flow .inside {}
#flow .inside h3 {
	margin: 0 0 24px;
}
#flow .inside p {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #004d5a;
	margin: 0 0 64px;
}
#flow .inside ol {}
#flow .inside ol li {
	margin: 0 0 64px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#flow .inside ol li::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 59px);
	content: "\e901";
	font-family: 'icomoon';
	font-size: 32px;
	color: #004D5A;
}
#flow .inside ol li:last-child::after {
	display: none;
}
#flow .inside ol li .img {
	margin: 0 24px 0 0;
}
#flow .inside ol li .img img {
	width: 200px;
	height: auto;
}
#flow .inside ol li .info {
	background: #fafafa;
	padding: 20px;
	flex: 1;
	text-align: left;
}
#flow .inside ol li .info h4 {
	font-weight: bold;
	font-size: 32px;
	text-align: left;
	color: #004d5a;
	margin: 0 0 10px;
}
#flow .inside ol li .info p {
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	color: #004d5a;
	margin: 0;
}
/*============================
#faq
============================*/
#faq {
	background: #fafafa;
	padding: 16px;
	margin: 140px 0;
	position: relative;
	overflow: visible;
	z-index: 10;
}
#faq::before, #faq::after {
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	min-width: 1920px;
}
#faq::before {
	background: url(../img/bg_05.svg) center top / cover no-repeat;
	top: 0;
	height: 140px;
	transform: translate(-50%, -99%);
}
#faq::after {
	background: url(../img/bg_06.svg) center top / cover no-repeat;
	bottom: 0;
	height: 140px;
	transform: translate(-50%, 99%);
}
#faq .inside {}
#faq .inside h2 {
	margin: 0 auto 42px;
}
#faq .inside .accordion {
	margin: 0 0 16px;
	overflow: hidden;
}
#faq .inside .accordion:last-child {
	margin: 0;
}
#faq .inside .accordion dt {
	background: #e6e6e6;
	padding: 24px 72px 24px 24px;
	font-weight: bold;
	font-size: 32px;
	text-align: left;
	color: #004d5a;
	cursor: pointer;
	position: relative;
}
#faq .inside .accordion dt:hover {
	opacity: 0.8;
}
#faq .inside .accordion dt::before {
	color: #004d5a;
	content: "\e900";
	font-family: 'icomoon';
	position: absolute;
	top: 12px;
	right: 24px;
	transform: rotate(180deg);
	transition: ease-in 0.2s;
	font-size: 48px;
	transform-origin: center;
}
#faq .inside .accordion.open > dt::before {
	transform: rotate(0deg);
}
#faq .inside .accordion dd {
	display: none;
}
#faq .inside .accordion dd .accordion {
	margin: 16px;
	border-radius: 16px;
	overflow: hidden;
}
#faq .inside .accordion dd .accordion dt {
	background: #fff7d6;
	padding: 24px 56px 24px 24px;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #004d5a;
	display: flex;
	align-items: center;
}
#faq .inside .accordion dd .accordion > dt::before {
	font-size: 32px;
	transform: translate(0, -50%)rotate(180deg);
	top: 50%;
}
#faq .inside .accordion dd .accordion.open > dt::before {
	transform: translate(0, -50%) rotate(0deg);
}
#faq .inside .accordion dd .accordion dd {
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	color: #004d5a;
	padding: 24px;
	background: #fff;
}
/*============================
#support
============================*/
#support {
	background: #e9fff9;
	padding: 156px 0;
	margin: -140px 0 0;
	text-align: center;
}
#support .inside {}
#support .inside h5 {
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #004d5a;
	margin: 0 0 32px;
}
#support .inside p {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #004d5a;
	margin: 0 0 40px;
}
#support .inside p a {
	color: #00DBFF;
}
#support .inside .bt {
	margin: 40px 0;
}
#support .inside .bt a {
	margin: 0 auto;
}
#support .inside .support {}
#support .inside .support h6 {
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	color: #004d5a;
	margin: 0 0 10px;
}
#support .inside .support .tel {
	margin: 0 0 24px;
}
#support .inside .support .tel a {
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
	color: #004d5a;
}
#support .inside .support .text {
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	color: #004d5a;
	line-height: 56px;
}
/*============================
#float_banner
============================*/
#float_banner {
	height: 0;
	overflow: hidden;
}
@media screen and (max-width: 800px) {
	body {
		font-size: 3.25vw;
		line-height: 1.8;
	}
	.sp {
		display: block !important;
	}
	br.sp {
		display: inline !important;
	}
	.pc {
		display: none !important;
	}
	img {
		max-width: 100%;
	}
	a:active, a:hover {
		text-decoration: none;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	.inside {
		margin: 0 4vw;
	}
	.inside::after {
		height: 0;
	}
	/*============================
#header
============================*/
	#header {
		left: 0;
		top: 0;
	}
	#header .inside {
		padding: 4vw;
		margin: 0;
	}
	#header .inside::after {
		display: none;
	}
	#header h1 {
		transform: translate(0%, 0%);
		font-size: 3.5vw;
	}
	#header h1 a {}
	#header .inside .shoulder {
		display: none;
	}
	#header .inside .shoulder .bt {
		margin: 0 5.375vw 0 0;
	}
	#header .inside .shoulder .bt a {
		width: 31vw;
		height: 7vw;
		font-size: 3vw;
	}
	#header .inside .shoulder .tel {}
	#header .inside .shoulder .tel a {
		font-size: 4vw;
	}
	#header .inside .shoulder .tel .text {
		font-size: 3vw;
		margin: 0.3em 0 0;
	}
	/*============================
#menu_bt
============================*/
	#menu_bt {
		right: 2.5vw;
		top: 2.5vw;
		display: none;
	}
	/*============================
#main
============================*/
	#main {
		padding: 0vw 0;
	}
	/*============================
#footer
============================*/
	#footer {
		bottom: auto;
		left: auto;
		position: relative;
		height: auto;
		padding: 4.75vw 0 30vw;
	}
	#footer .inside {
		margin: 0 4vw;
		display: block;
	}
	#footer .inside::before {
		display: none;
	}
	#footer .inside .sns {
		margin: 0 0 2.5vw;
	}
	#footer .inside .sns li {
		margin: 0 4.25vw;
		line-height: 1;
	}
	#footer .inside .sns li a {
		font-size: 8vw;
	}
	#footer .inside .sns li a .icon-line {}
	#footer .inside .sns li a .icon-yt {}
	#footer .inside address {
		font-size: 4vw;
		margin: 0 0 6vw;
		line-height: 1.7;
	}
	#footer .inside address a {}
	#footer .inside .copyright {
		font-size: 3vw;
		line-height: 1.4;
		margin: 0;
	}
	#to_top {
		right: 2.5vw;
		bottom: 2.5vw;
	}
	#to_top a {
		width: 7.5vw;
		height: 7.5vw;
		line-height: 7.5vw;
		font-size: 5vw;
	}
	/*============================
#drawer
============================*/
	#drawer {
		top: 0;
		left: 0;
		height: 0vh;
		background: #00d89d;
	}
	.active #drawer {
		height: 100vh;
	}
	#drawer .drawer_inside {
		padding: 100px 0;
		overflow-y: scroll;
	}
	#drawer .drawer_inside nav {}
	#drawer .drawer_inside nav ul {}
	#drawer .drawer_inside nav ul li {
		border-bottom: 2px solid #fff;
		text-align: left;
	}
	#drawer .drawer_inside nav ul li a {
		padding: 16px;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		display: block;
	}
	#menu_bt {
		display: block;
		right: 3.75vw;
		top: 3.75vw;
	}
	section .inside h2 {
		font-size: 7vw;
		line-height: 1.1;
		margin: 0 auto 3vw;
		display: table;
	}
	section .inside h2 span {}
	section .inside h2::before {
		display: none;
	}
	/*============================
#visual
============================*/
	#visual {
		background: none;
		height: auto;
		padding: 19vw 0 9vw;
	}
	#visual .inside {
		padding: 0;
	}
	#visual .inside h1 {
		width: 81.75vw;
		margin: 0 auto;
	}
	#visual .inside h1 img {}
	#visual .inside .img img {
		width: 83.5vw;
		margin: 0 auto;
		display: block;
	}
	#visual .inside .bt {
		width: auto;
		margin: -8.75vw 0 0;
	}
	#visual .inside .bt a {
		width: 100%;
		height: 20vw;
		font-size: 8vw;
	}
	/*============================
#about
============================*/
	#about {
		padding: 4vw 0;
		margin: 0;
	}
	#about::before, #about::after {
		display: none;
	}
	#about .inside {}
	#about .inside h2 {}
	#about .inside h2::before {}
	#about .inside p {
		font-size: 4vw;
		line-height: 1.5;
	}
	/*============================
#how
============================*/
	#how {
		padding: 4vw 0;
	}
	#how .inside {}
	#how .inside h3 {
		font-size: 7vw;
		line-height: 1.1;
		margin: 0 0 4vw;
	}
	#how .inside p {
		font-size: 4vw;
		line-height: 1.5;
		margin: 0 0 8.25vw;
	}
	#how .inside ol {
		display: block;
		margin: 0;
	}
	#how .inside ol li {
		margin: 5.25vw 0;
		max-width: none;
	}
	#how .inside ol li .info {
		margin: 0 0 3.5vw;
	}
	#how .inside ol li .info .no {
		font-size: 18vw;
		line-height: 1;
		margin: 0 2.5vw 0 0;
	}
	#how .inside ol li .info h4 {
		font-size: 4vw;
		line-height: 1.5;
	}
	#how .inside ol li .img {}
	#how .inside ol li .img img {
		width: 100%;
	}
	#how .inside ol li.list_04 {
		padding: 5.25vw 0;
		border-top: 0.5vw solid #6ad1e3;
		border-bottom: 0.5vw solid #6ad1e3;
		margin-bottom: 0;
	}
	#how .inside ol li.list_04 .img img {
		max-width: 100%;
		width: 100%;
	}
	#how .inside ol li h5 {
		font-size: 7vw;
		line-height: 1.5;
		margin: 3.5vw 0;
	}
	#how .inside ol li .link {}
	#how .inside ol li .link a {
		font-size: 3.5vw;
		line-height: 1.1;
	}
	#how .inside ol li .link a::after {
		font-size: 3.5vw;
	}
	/*============================
#check
============================*/
	#check {
		padding: 4vw 0;
		margin: 0;
	}
	#check::before, #check::after {
		display: none;
	}
	#check .inside {}
	#check .inside h3 {
		font-size: 4vw;
		line-height: 5vw;
		margin: 0 auto 3vw;
		display: table;
	}
	#check .inside h3::before, #check .inside h3::after {
		width: 0vw;
		height: 9vw;
		border-left: 1vw solid #004d5a;
		top: 1.25vw;
		left: -5.625vw;
		transform: rotate(-40deg);
	}
	#check .inside h3::after {
		right: -5.625vw;
		left: auto;
		transform: rotate(40deg);
	}
	#check .inside h3 .arrows {
		margin: 3vw 0 0;
	}
	#check .inside .banner {}
	#check .inside .banner a {
		display: table;
	}
	#check .inside .banner a img {
		width: 100%;
	}
	/*============================
#flow
============================*/
	#flow {
		padding: 4vw 0 6vw;
	}
	#flow .inside {}
	#flow .inside h3 {
		margin: 0 0 3vw;
	}
	#flow .inside p {
		font-size: 4vw;
		line-height: 1.5;
		text-align: left;
		margin: 0 0 8vw;
	}
	#flow .inside ol {
		margin: 6vw 0 0;
	}
	#flow .inside ol li {
		margin: 0 0 9vw;
		display: block;
	}
	#flow .inside ol li::after {
		transform: translate(-50%, 11vw);
		font-size: 6vw;
	}
	#flow .inside ol li:last-child::after {
		display: none;
	}
	#flow .inside ol li:last-child {
		margin: 0;
	}
	#flow .inside ol li .img {
		margin: 0 0 2vw;
	}
	#flow .inside ol li .img img {
		width: 50vw;
		display: block;
		margin: 0 auto;
	}
	#flow .inside ol li .info {
		padding: 4vw;
	}
	#flow .inside ol li .info h4 {
		font-size: 7vw;
		margin: 0 0 2vw;
	}
	#flow .inside ol li .info p {
		font-size: 4vw;
		line-height: 1.5;
		display: block;
	}
	/*============================
#faq
============================*/
	#faq {
		padding: 4vw 0;
		margin: 0;
	}
	#faq::before, #faq::after {
		display: none;
	}
	#faq .inside {}
	#faq .inside h2 {
		margin: 0 auto 5.25vw;
	}
	#faq .inside .accordion {
		margin: 0 0 2vw;
	}
	#faq .inside .accordion:last-child {}
	#faq .inside .accordion dt {
		padding: 4vw 18.25vw 4vw 4vw;
		font-size: 4vw;
		min-height: 14.375vw;
	}
	#faq .inside .accordion dt:hover {}
	#faq .inside .accordion dt::before {
		top: 0.375vw;
		right: 4vw;
		font-size: 12vw;
		transform: rotate(180deg);
	}
	#faq .inside .accordion.open > dt::before {
		transform: rotate(0deg);
	}
	#faq .inside .accordion dd {
		display: none;
	}
	#faq .inside .accordion dd .accordion {
		margin: 2vw;
		border-radius: 2vw;
	}
	#faq .inside .accordion dd .accordion dt {
		padding: 4vw 14vw 4vw 4vw;
		font-size: 4vw;
		line-height: 1.5;
	}
	#faq .inside .accordion dd .accordion > dt::before {
		font-size: 8vw;
	}
	#faq .inside .accordion dd .accordion.open > dt::before {
		transform: translate(0, -50%) rotate(0deg);
	}
	#faq .inside .accordion dd .accordion dd {
		font-size: 4vw;
		line-height: 1.5;
		padding: 4vw 14vw 4vw 4vw;
	}
	/*============================
#support
============================*/
	#support {
		padding: 6vw 0;
		margin: 0;
	}
	#support .inside {}
	#support .inside h5 {
		font-size: 4.5vw;
		line-height: 1.5;
		margin: 0 0 4vw;
	}
	#support .inside p {
		font-size: 4vw;
		line-height: 1.5;
		margin: 0 0 6vw;
		font-weight: 600;
	}
	#support .inside p a {}
	#support .inside .bt {
		margin: 5vw 0;
	}
	#support .inside .bt a {
		width: 100%;
		height: 20vw;
		font-size: 8vw;
	}
	#support .inside .support {}
	#support .inside .support h6 {
		font-size: 7vw;
		margin: 0;
		line-height: 1.1;
	}
	#support .inside .support .tel {
		margin: 0 0 3vw;
	}
	#support .inside .support .tel a {
		font-size: 8vw;
		line-height: 1.3;
	}
	#support .inside .support .text {
		font-size: 6vw;
		line-height: 1.5;
		margin: 0;
	}
	/*============================
#float_banner
============================*/
	#float_banner {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9999;
		height: auto;
		display: none;
	}
	#float_banner a {
		display: block;
	}
	#float_banner a img {
		display: block;
		width: 100%;
		height: auto;
	}
}