@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');
@font-face {
	font-family: 'futura';
	src: url(../fonts/futura-book.ttf);
}

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}



body{
	font-family: "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.4rem;
	color: #555;
	font-weight: 500;
	line-height: 1.5;
	font-feature-settings: "palt";
}
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#717070;
}
a:hover{
	opacity:0.6;
}
.en{
	font-family: futura;
	font-weight: 300;
	font-style: normal;
}
#wrap{
	overflow:hidden;
	width: 100vw;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:1100px;
	margin:0 auto;
	position: relative;
}
.in_in{
	width:1000px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}

.ttl_w{
	margin-bottom: 60px;
	text-align: center;
}
.ttl_w .ico{
	text-align: center;
	margin-bottom: 10px;
}
.ttl_w h2{
	font-weight: 900;
	font-size: 3.0rem;
	position: relative;
	letter-spacing: 5px;
}
.ttl_w h2 span{
	font-size: 3.5rem;
	color: #1bb8ce;
}

.ttl_w.gr h2 span{
	color: #555;
}

.ttl_w.whi h2{
	color: #fff;
}
.ttl_w.whi h2 span{
	color: #e2e507;
}

@media screen and (max-width: 750px) {

.pc{
	display:none;
}

.sp{
	display:block;
}
.in,.in_in{
  width: 90%;
  margin: 0 auto;
}
.flex_w_sp{
	flex-wrap: wrap;
}

.ttl_w{
	margin-bottom: 40px;
}
.ttl_w h2{
	font-weight: 900;
	font-size: 2.2rem;
	position: relative;
	letter-spacing: 5px;
}
.ttl_w h2 span{
	font-size: 2.5rem;
	color: #1bb8ce;
}
.ttl_w .ico img{
	width: 40px;
}


}

#header{
	position: fixed;
	z-index: 999;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	background: rgba(255,255,255,0);
	transition: 0.5s;
}
.header_w{
	justify-content: space-between;
	align-items: center;
}
.h_btns{
	align-items: center;
}
.h_btns a{
	display: block;
	margin-left: 15px;
}

@media screen and (max-width: 750px) {
	#header{
		padding: 10px;
		position:static;
		background: #fff;
	}
	.logo{
		width: 100%;
		text-align: center;
	}
	.logo img{
		width: 50%;
	}
	.h_btn{
		display: none;
	}

	.h_btns a.h_tel{
		display: none;
	}
	.h_btns a.h_btn{
		display: none;
	}
}

.main_w{

}

#main{
	background: url(../images/main_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0 0;
	text-align: center;
}
@media screen and (max-width: 750px) {
	#main{
		background: none;
		padding:0;
	}
}

.cta{
	padding: 60px 0;
	background: #1bb8ce;
}
.cta h2{
	display: table;
	margin:0 auto 30px;
	background: #fff;
	color: #1bb8ce;
	font-weight: 900;
	letter-spacing: 5px;
	font-size: 2.2rem;
	padding: 5px 100px;
	border-radius: 5px;
	position: relative;
}
.cta h2::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top:100%;
	left: 50%;
	transform: translate(-50%,0);
}
.cta p{
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 5px;
}
.cta p span{
	font-size: 2.8rem;
	color: #e2e507;
}
.cta_btns{
	justify-content:center;
}
.cta_btns a{
	margin: 0 10px;
}
@media screen and (max-width: 750px) {
	.cta{
		padding: 40px 0;
	}
	.cta h2 {
    margin: 0 auto 10px;
    letter-spacing: 3px;
    font-size: 1.6rem;
    padding: 10px 10px;
	}
	.cta h2::after {
    top: 90%;
	}
	.cta p {
    font-size: 2.0rem;
	}
	.cta a{
		margin-bottom: 10px;
	}
}

#buy{
	padding: 80px 0;
	background-image: url(../images/buy_bg.jpg);
	background-size: cover;
}
#buy .buy_w{
	justify-content: space-between;
}
#buy .buy_i{
	margin-bottom: 40px;
	background: #fff;
	border: 1px solid #1bb8ce;
	padding: 10px;
	box-sizing: border-box;
	width: 30%;
	box-shadow:5px 5px 0px #1bb8ce;
}
#buy .buy_i .num{
	font-size: 2.2rem;
	text-align: center;
	color: #1bb8ce;
	font-weight: 900;
	border-bottom: 1px solid #1bb8ce;
	margin-bottom: 10px;
}
#buy .buy_i .imgarea{
	margin-bottom: 10px;
}
#buy .buy_i .imgarea img{
	width: 100%;
}
#buy .buy_i p{
	text-align: center;
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: 3px;
}
@media screen and (max-width: 750px) {
	#buy{
		padding: 60px 0;
	}
	#buy .buy_i{
		width: 48%;
		margin-bottom: 20px
	}
	#buy .buy_i .num{
		font-size: 1.8rem;
	}
	#buy .buy_i p{
		font-size: 1.4rem;
	}
}

#trouble{
	padding: 80px 0;
	background:#f0f0f0;
	background-size: cover;
}
#trouble .ttl_w{
	margin-bottom: 120px;
}
.trouble_w{
	margin-bottom: 40px;
	background: #fff;
	border: 1px solid #555;
	padding: 10px;
	box-sizing: border-box;
	box-shadow:5px 5px 0px #555;
	position: relative;
	padding: 40px 40px 40px 500px;
}
.trouble_w .imgarea{
	position: absolute;
	left: 90px;
	bottom: -12px;
}
.trouble_w ul li{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
	display: flex;
}
.trouble_w ul li:before{
	content: "";
	width: 27px;
	height: 27px;
	display: block;
	background-image: url(../images/check@x2.png);
	background-size: cover;
	margin-right: 10px;
	flex-shrink: 0;
}
@media screen and (max-width: 750px) {
	#trouble{
		padding: 60px 0;
	}
	#trouble .ttl_w{
		margin-bottom: 40px;
	}
	.trouble_w{
		margin-bottom: 40px;
		background: #fff;
		border: 1px solid #555;
		padding: 10px;
		box-sizing: border-box;
		box-shadow:5px 5px 0px #555;
		position: relative;
		padding: 30px;
	}
	.trouble_w .imgarea{
		display: none;
	}
}

#solution{
	background-image: url(../images/solution_bg.jpg);
	background-size: cover;
	background-position: center;
	height: 495px;
	position: relative;
}
#solution .imgarea{
	position: absolute;
    top: -60px;
}
@media screen and (max-width: 750px) {
	#solution{
		height: auto;
		padding: 20px 0 0;
	}
	#solution .imgarea{
		position:static;
	    top: -60px;
	}
}


#points{
	padding: 80px 0;
	background:#1bb8ce;
	background-size: cover;
}
.poinrs_i{
	align-items: center;
	margin-bottom: 40px;
}
.poinrs_i:nth-of-type(2n){
	flex-direction: row-reverse;
}
.poinrs_i:nth-last-of-type(1){
	margin-bottom: 0;
}
.poinrs_i .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
.poinrs_i:nth-of-type(2n) .imgarea{
	margin-left: 30px;
	margin-right: 0px;
}
.poinrs_i .txtarea h3{
	color: #fff;
	font-size: 2.4rem;
	margin-bottom: 35px;
	font-weight: 900;
	letter-spacing: 4px;
}
.poinrs_i .txtarea h3 span{
	color: #e2e507;
}
.poinrs_i .txtarea p{
	line-height: 2.2;
	color: #fff;
}
.poinrs_i .txtarea p span{
	color: #e2e507;
}
@media screen and (max-width: 750px) {
	#points{
		padding: 60px 0;
	}
	.poinrs_i .imgarea {
    width: 100%;
		margin-bottom: 30px;
	}
	.poinrs_i .txtarea h3{
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 15px;
	}
	.poinrs_i .txtarea p{
		line-height: 1.75
	}
}

#whats{
	padding: 80px 0;
}
.whats_w{
	justify-content:space-between;
}
.whats_u_area{
	margin-top: 60px;
}
@media screen and (max-width: 750px) {
	.whats_i{
		margin-bottom: 20px;
	}
	.whats_u_area {
    margin-top: 10px;
	}
}


#name{
	padding: 80px 0;
	background: #d5f8fd;
}
#name .bal{
	text-align: center;
	margin-bottom: 30px;
}
.name_img_w{
	background: #fff;
	border: 1px solid #1bb8ce;
	box-sizing: border-box;
	box-shadow: 5px 5px 0px #1bb8ce;
}
.name_img_w .imgarea{
	text-align: center;
	padding: 40px 0;
}
.name_img_w .txtarea{
	text-align: center;
	background: #d5f8fd;
	font-size: 2.8rem;
	letter-spacing: 5px;
	font-weight: 900;
	padding: 30px 0 30px;
	position: relative;
	border-top: 1px solid #1bb8ce;
}
.name_img_w .txtarea span{
	font-size: 3.2rem;
	color:#1bb8ce;
}
.name_img_w .txtarea:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #1bb8ce transparent transparent transparent;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0);
}
.name_i{
	align-items: center;
	margin-bottom: 40px;
	margin-top: 60px;
}
.name_i .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
.name_i .txtarea h3{
	font-size: 2.4rem;
	margin-bottom: 35px;
	font-weight: 900;
	letter-spacing: 4px;
}
.name_i .txtarea h3 span{
	color: #1bb8ce;
}
.name_i .txtarea p{
	line-height: 2.2;
}
.name_i .txtarea p span{
	color: #1bb8ce;
}
@media screen and (max-width: 750px) {
	#name{
		padding: 60px 0;
	}
	.name_img_w .imgarea{
		padding: 30px;
	}
	.name_img_w .txtarea{
		    font-size: 1.8rem;
	}
	.name_img_w .txtarea span {
    font-size: 2.2rem;
    color: #1bb8ce;
	}

	.name_i .imgarea {
    width: 100%;
		margin-bottom: 30px;
	}
	.name_i .txtarea h3{
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 15px;
	}
	.name_i .txtarea p{
		line-height: 1.75
	}
}

#result{
	padding: 80px 0;
	background: #1bb8ce;
}
.result_i{
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
}
.result_i .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
.result_table_row{
	background: #d5f8fd;
	margin-bottom: 10px;
	padding: 10px;
	align-items: center;
}
.result_table_row:nth-last-of-type(1){
	margin-bottom: 0;
}
.result_table_row dt{
	font-size: 1.8rem;
	color: #1bb8ce;
	font-weight: 900;
	margin-right: 10px;
	width: 33%;
}
.result_table_row.comment dt{
	width: 100%;
	margin-bottom: 10px;
}
.result_table_row dd{
font-weight: bold;
}
.result_table_row dd.red{
	color: #df5151;
	font-weight: 900;
	font-size: 1.8rem;
}
.result_table_row dd.red span{
	font-size: 1.4rem;
}
.result_table_row.comment dd{
	font-weight: normal;
}
@media screen and (max-width: 750px) {
	#result{
		padding: 60px 0;
	}
	.result_i .imgarea{
		width: 100%;
		margin-bottom: 20px;
	}
	.result_table_row{
		flex-wrap: wrap;
	}
	.result_table_row dt{
		width: 100%;
		margin-bottom: 5px;
	}
}

#flow{
	padding: 80px 0;
	background: #d5f8fd;
}
.flow_w{
	justify-content: space-between;
}
.flow_i{
	padding:40px 30px 30px;
	box-sizing: border-box;
	    border: 1px solid #1bb8ce;
	background: #fff;
	width: 24%;
	position: relative;
}
.flow_i::before{
	width: 50px;
	height: 2px;
	background: #1bb8ce;
	content: "";
	display: block;
	position: absolute;
	right: -30px;
	z-index: 3;
}
.flow_i:nth-last-child(1)::before{
	display: none;
}
.flow_i .num{
	background: #1bb8ce;
	position: absolute;
	color: #fff;
	padding: 5px 10px;
	top:-15px;
	left: 50%;
	transform: translate(-50%,0);
	border-radius: 100px;
}
.flow_i .imgarea{
	text-align: center;
	margin-bottom: 20px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow_i .txtarea{
	text-align: center;
}
.flow_i .txtarea h3{
	margin-bottom: 10px;
	text-align: center;
	color: #1bb8ce;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 3px;
}
@media screen and (max-width: 750px) {
	#flow{
		padding: 60px 0;
	}
	.flow_i{
		width: 100%;
		margin-bottom: 40px;
	}
	.flow_i::before{
		display: none;
	}
}

#faq{
	background: #fafafa;
	padding: 100px 0 100px;
}
.faq_i{
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.faq_i .flex{
	align-items: center;
}
.faq_i .ico{
	font-size: 3.6rem;
	color: #1bb8ce;
	margin-right: 20px;
	flex-shrink: 0;
}
.faq_i dt,.faq_i dd{
	padding: 10px;
	position: relative;
}
.faq_i dt::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #1bb8ce;
	border-bottom: 1px solid #1bb8ce;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%) rotate(-45deg);
}
.faq_i dd{
	border-top: 1px solid #1bb8ce;
	display: none;
}
.faq_i h3{
	font-size: 1.6rem;
	color: #1bb8ce;
}
@media screen and (max-width: 750px) {
	#faq{
		padding: 60px 0;
	}
	.faq_i{
		padding: 10px 20px 10px 10px;
	}
	.faq_i dt::after{
		right: 0;
	}
	.faq_i .ico{
		font-size: 2.8rem;
	}
	.faq_i h3{
		font-size: 1.6rem;
	}
}

#company{
	padding: 80px 0;
}
.info_i{
	padding: 20px 10px;
	border-top: 1px solid #bcbcbc;
}
.info_i:nth-last-of-type(1){
	border-bottom: 1px solid #bcbcbc;
}
.info_i .flex{
	align-items: center;
}
.info_i dt{
	width: 15%;
}
#info .imgarea{
	margin-top: 30px;
}
@media screen and (max-width: 750px) {
	.info_i .flex{
		flex-wrap: wrap;
	}
	.info_i dt{
		width: 100%;
	}
}

#form{
	padding: 80px 0 80px;
	position: relative;
	background: #1bb8ce;
    padding: 80px 0;
}
.form_w{
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	position: relative;
}
.form_w table{
	width: 100%;
}
.form_w th{
	font-weight: 400;
	width: 30%;
	text-align: left;
	vertical-align: top;
}
.form_w th span{
	color:#1bb8ce;
	margin-left: 10px;
}
.form_w td{
	padding: 10px;
	vertical-align: top;
}
.form_w td input[type=text],
.form_w td input[type=tel],
.form_w td input[type=email]{
	width: 100%;
	border: 1px solid #888;
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
}
.form_w td textarea{
	width: 100%;
	border: 1px solid #888;
	height: 100px;
	padding: 5px;
}
.with-validate {
	display : block;
	position : relative;
}
.with-validate label.error {
	display : inline-block;
	position : absolute;
	z-index : 5;
	left : -5px;
	bottom : 100%;
	margin-bottom : 10px;
	background : #c3272a;
	color : #fff;
	padding : 5px 10px;
	font-size : 12px;
	border-radius : 4px;
}
.with-validate label.error::before {
	content : '';
	background-color : transparent;
	position : absolute;
	top : 100%;
	margin : 0;
	left : 20px;
	width : 0;
	height : 0;
	border-width : 10px;
	border-style : solid;
	border-color : #c3272a transparent transparent;
}
.form_w .btn-area{
	text-align: center;
	margin-top: 30px;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }
.form_w input[type=submit]{
	width: 50%;
	border: none;
}
input[type="submit"]:hover{
	opacity: 0.6;
}
.form_w input[type=radio]{
	margin: 0;
    vertical-align: middle;
}
.form_w td,.form_w th{
	vertical-align:middle;
}
.form_w input[type=submit] {
	background: #d0912f;
		color: #fff;
    padding: 15px 50px 15px 30px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	.form_w{
		padding: 5%;
	}
	.form_w.in_in{
		width: 100%;
	}
	.form_w td,.form_w th{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.form_w input[type=submit]{
		width: 100%;
		border: none;
	}
}

.copy{
	text-align: center;
	padding: 20px 0px;
}

@media screen and (max-width: 900px) {
	.fixed_foot{
		padding: 0px;
		position: fixed;
		width: 100%;
		background: #fff;
		bottom:0;
		box-sizing: border-box;
		z-index: 999;
	}
	.fixed_foot .flex{
		justify-content:space-between;
	}
	.fixed_foot a{
		display:block;
		padding: 1px;
	}
}



.thanks{

}
.thanks #main .flex{
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 100px 0;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	text-align: center;
}
.thanks #main h1{
	font-size: 3.6rem;
	margin-bottom: 20px;
}

