@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');

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", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #555555;
	font-weight: 600;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	opacity:0.6;
}
#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;
	z-index: 2;
}
.in_in{
	width:900px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
body{
	font-size: 1.3rem;
}
.pc{
	display:none;
}
.sp{
	display:block;
}
.in,.in_in{
  width: 90%;
  margin: 0 auto;
}
.flex_w_sp{
	flex-wrap: wrap;
}
}


.section_w{
	padding: 80px 0;
}
.sec_ttl{
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
	.section_w{
		padding: 50px 0;
	}
}

#faq{
}
.faq_i{
	padding: 20px 10px;
	border-top: 1px solid #bcbcbc;
}
.faq_i .flex{
	align-items: center;
}
.faq_i dt{
	position: relative;
	cursor: pointer;
}
.faq_i dt:after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #00babc transparent transparent transparent;
	right: 0;
	top:50%;
	transform: translate(0,-50%);
}
.faq_i dt h3{
	font-size: 1.6rem;
	color: #00babc;
	font-weight: 900;
	letter-spacing: 2px;
}
.faq_i .ico{
	width: 35px;
	height: 35px;
	background: #00babc;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 10px;
	color: #fff;
	flex-shrink: 0;
}
.faq_i dd{
	display: none;
	margin-top: 15px;
}
@media screen and (max-width: 750px) {
	.faq_i{
		padding-right: 30px;
	}
	.faq_i dt:after{
		right: -20px;
	}
}

#header{
	position: fixed;
	width: 100%;
	transition: 0.5s;
	padding: 20px 5%;
	box-sizing: border-box;
	z-index: 9999;
	background: #fff;
}
.header_w{
	justify-content:space-between;
	align-items: center;
}
.header_w .h_btn{
	align-items: center;
}
.header_w .h_btn a{
	display: block;
	margin-left: 20px;
}
@media screen and (max-width: 750px) {
	#header{
		padding:5%;
		position: absolute;
	}
	.header_w {
    justify-content: center;
	}
	#header .logo{
		width: 120px;
	}
	.h_btn{
		display: none;
	}

}

#main_v{
	background: url(../images/main_bg@x2.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 120px 0 0px;
}
@media screen and (max-width: 750px) {
	#main_v{
		padding-top: 80px;
		padding-bottom: 40px;
	}
	#main_v .in{
		width: 100%;

	}
}

.cta{
	background: #00babc;
}
.cta .in{
	padding: 60px 0;
	background: url(../images/cta_bg_01@x2.png);
	background-size: cover;
	background-position: center;
}
.cta .imgarea{
	text-align: center;
	margin-bottom: 20px;
}
.cta_btns{
	justify-content: center;
	align-items: center;
}
.cta_btns a{
	display: inline-block;
	margin: 0 10px;
}
@media screen and (max-width: 750px) {
	.cta .in{
		width: 100%;
		padding: 40px 5%;
		background: url(../images/sp/cta_bg_01.png);
		background-size: cover;
		background-position: center;
		box-sizing: border-box;
	}
	.cta_btns a{
		display: inline-block;
		margin-bottom: 10px;
	}
}

#reason{

}
#reason .reason_w{
	justify-content: center;
}
#reason .reason_i{
	margin-right: 2%;
	width: 30%;
	border: 4px solid #00babc;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#reason .reason_i:nth-of-type(3n),
#reason .reason_i:nth-last-of-type(1){
	margin-right: 0;
}
#reason .reason_i:nth-last-of-type(1),
#reason .reason_i:nth-last-of-type(2){
	margin-bottom: 0;
}
#reason .reason_i .imgarea{
	margin-bottom: 20px;
}
#reason .reason_i .num{
	text-align: center;
	position: relative;
}
#reason .reason_i .num img{
	position: relative;
	z-index: 2;
}
#reason .reason_i .num::after{
	content: "";
	width: 100%;
	height: 4px;
	background: #00babc;
	position: absolute;
	top:50%;
	left: 0;
	transform: translate(0,-50%);
}
#reason .reason_i .txtarea{
	padding: 20px;
}
#reason .reason_i h3{
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}
#reason .reason_i h3 span{
	color: #ec7a3c;
}
#reason .reason_i .description{
	font-weight: 600;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	#reason .reason_i{
		width: 100%;
	}
	#reason .reason_i .imgarea{
		text-align: center;
	}
	#reason .reason_i:nth-last-of-type(2){
		margin-bottom: 30px;
		margin-right: 0;
	}
}


#whats{
	background: url(../images/bg@x2.jpg);
	background-size: cover;
	background-position: center;
}
.whats_w{
	background: #fff;
	padding: 50px;
	border-radius: 20px;
}
.whats_h{
	text-align: center;
	margin-bottom: 60px;
}
.whats_h .txtarea{
	margin-bottom: 30px;
}
.whats_h .txtarea h3{
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 30px;
}
.whats_h .txtarea h3 span{
	color: #ec7a3c;
}
.whats_i .baloon{
	margin-bottom: 20px;
	text-align: center;
}
.whats_ii .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
.whats_ii .txtarea h3{
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 10px;
}
.whats_ii .txtarea h3 span{
	color: #ec7a3c;
}
.whats_ii .txtarea p.l{
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 10px;
	color: #ec7a3c;
}
@media screen and (max-width: 750px) {
	.whats_w{
		padding: 7.5% 5%;
	}
	.whats_h .txtarea h3{
		font-size: 1.8rem;
	}
	.whats_h .txtarea p{
		text-align: left;
	}
	.whats_ii .imgarea{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.whats_ii{
		justify-content: center;
	}
}

#whats{
	background: url(../images/bg@x2.jpg);
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 750px) {

}

#recommend{
	background-image: -moz-linear-gradient( 135deg, rgb(0,186,188) 1%, rgb(75,213,214) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(0,186,188) 1%, rgb(75,213,214) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(0,186,188) 1%, rgb(75,213,214) 100%);
	background-size: cover;
	background-position: center;
}
.recommend_w{
	background: #fff;
	border: 4px solid #fff;
}
.recommend_w .flex{
	position: relative;
	padding: 35px 0;
	padding-left: 430px;
}
.recommend_w ul li{
	margin-bottom: 20px;
	font-size: 1.8rem;
	display: flex;
}
.recommend_w ul li:nth-last-of-type(1){
	margin-bottom: 0;
}
.recommend_w ul li:before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background:url(../images/check.png);
	background-size: cover;
	background-position: center;
	margin-right: 10px;
}
.recommend_w .imgarea{
	position: absolute;
	bottom:0;
	left: 80px;
}
.recommend_w .u_litxt_area{
	background: #33ccce;
	text-align: center;
	padding: 10px 0;
}
#recommend .u_txt_area{
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.recommend_w .flex{
		padding: 7.5% 5%;
		padding-left: 5%;
	}
	.recommend_w ul li{
		font-size: 1.4rem;
	}
	.recommend_w .u_litxt_area{
		padding: 7.5%;
	}
	.recommend_w .imgarea{
		display: none;
	}
}

#recommend_02{
	background: url(../images/bg@x2.jpg);
	background-size: cover;
	background-position: center;
}
#recommend_02 .recommend_02_w{
	justify-content: space-between;
}
.recommend_02_i{
	width: 30%;
	border: 4px solid #00babc;
	border-radius: 10px;
	padding:25px 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
	background: #fff;
}
.recommend_02_i .ico{
	height: 65px;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 4px solid #00babc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
.recommend_02_i h3{
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: center;
}
#recommend_02 .txtarea{
	text-align: center;
	margin-bottom: 60px;
}
#recommend_02 .txtarea p{
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	margin-bottom: 20px;
}
#recommend_02 .txtarea p.caution{
	color: #ec7a3c;
}
#recommend_02 .txtarea p span{
	color: #ec7a3c;
	font-size: 2.0rem;
}
@media screen and (max-width: 750px) {
	.recommend_02_i{
		width: 100%;
		display: flex;
		align-items: center;
		padding: 5%;
		margin-bottom: 10px;
	}
	.recommend_02_i h3{
		width: 100%;
	}
	.recommend_02_i .ico{
		margin-right: 10px;
    border-bottom: 0px;
    border-right: 4px solid #00babc;
    padding-bottom: 0;
    padding-right: 20px;
    margin-bottom: 0;
	}
}

#comparison{
	background: #f0f0f0;
}
@media screen and (max-width: 750px) {
}

#flow{

}
.flow_i{
	border-top: 2px solid #00babc;
	border-right: 2px solid #00babc;
	border-bottom: 2px solid #00babc;
	border-radius: 10px;
	position: relative;
	height: 115px;
	width: 95%;
	margin-left: auto;
	box-sizing: border-box;
	padding-left: 120px;
	align-items: center;
	margin-bottom: 80px;
	position: relative;
}
.flow_i:nth-last-child(1){
	margin-bottom: 0;
}
.flow_i::after{
	content: "";
	display: block;
	width: 16px;
	height: 45px;
	background: url(../images/flow_arrow@x2.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%,0px);
}
.flow_i:nth-last-child(1):after{
	display: none;
}
.flow_i > div{
	width: 100%;
}
.flow_i .ico{
	width: 120px;
	height: 120px;
	background:#00babc;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:50%;
	left: -40px;
	transform: translate(0,-50%);
}
.flow_ii{
	align-items: center;
}
.flow_ii .num{
	margin-right: 30px;
	flex-shrink: 0;
}
.flow_ii h3{
	width: 18%;
	flex-shrink: 0;
	font-size: 1.8rem;
	color: #00babc;
}
@media screen and (max-width: 750px) {
	.flow_i{
		width: 100%;
	}
	.flow_ii .num{
		width: 100%;
	}
	.flow_ii h3{
		width: 100%;
	}
	.flow_i {
    width: 100%;
    padding: 7.5% 5% 7.5% 30%;
    height: auto;
		border-left: 2px solid #00babc;
	}
	.flow_i .ico{
		width: 80px;
    height: 80px;
		top: 30px;
    left: 10px;
	}
}

#voice{
	background: url(../images/bg@x2.jpg);
	background-size: cover;
	background-position: center;
}
#voice .sec_ttl{
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
.vocie_num{
	margin-top: -30px;
}
.voice_w{
	padding: 0 100px;
}
.voice_i{
	align-items: center;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}
.voice_i:nth-last-of-type(1){
	margin-bottom: 0;
}
.voice_i .txtarea{
	padding-left: 20px;
	margin-right: 30px;
}
.voice_i .txtarea h3{
	font-size: 1.8rem;
  color: #00babc;
	margin-bottom: 20px;
}
.voice_i .txtarea p{
	font-size: 1.4rem;
}
.voice_i .imgarea{
	flex-shrink: 0;
}
@media screen and (max-width: 750px) {
	.voice_w{
		padding: 0;
	}
	.voice_i{
    padding: 7.5%;
	}
	.voice_i .txtarea{
		padding: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

#form{
	background-image: -moz-linear-gradient( 135deg, rgb(0,186,188) 1%, rgb(75,213,214) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(0,186,188) 1%, rgb(75,213,214) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(0,186,188) 1%, rgb(75,213,214) 100%);
	background-size: cover;
	background-position: center;
}
#form .in_in{
	width: 800px;
}
#form p{
	color: #fff;
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.form_w{
	border-radius:10px;
	background: #fff;
	width: 800px;
	padding: 40px;
	box-sizing: border-box;
}
.form_w table{
	width: 100%;
}
.form_w th{
	font-weight: 400;
	width: 100%;
	text-align: left;
	vertical-align: top;
	font-weight: 600;
	font-weight: 900;
	font-size: 1.6rem;
	display: block;
}
.form_w th span{
	color:#e63333;
	margin-left: 10px;
}
.form_w td{
	padding: 10px;
	vertical-align: top;
	display: block;
	margin-bottom: 20px;
	padding-left: 0;
}
.form_w td label{
	margin-right: 20px;
}
.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-image: -moz-linear-gradient( 90deg, rgb(236,122,60) 0%, rgb(237,165,125) 100%, rgba(237,165,125,0.99608) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(236,122,60) 0%, rgb(237,165,125) 100%, rgba(237,165,125,0.99608) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(236,122,60) 0%, rgb(237,165,125) 100%, rgba(237,165,125,0.99608) 100%);
		font-weight: 600;
		color: #fff;
    padding: 15px 50px 15px 30px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
		font-weight: 900;
		font-size: 1.8rem;
		border: 4px solid #ec7a3c;
}
@media screen and (max-width: 750px) {
	#form .in_in{
		width: 90%;
	}
	.form_w{
		width: 100%;
	}
	#form h2 img{
		width: 320px;
	}
	.form_w{
		padding: 5%;
	}
	.form_w.in_in{
		width: 90%;
	}
	.form_w td,.form_w th{
		display: block;
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
	}
	.form_w input[type=submit]{
		width: 100%;
		border: none;
	}
	.form_w td{
		margin-bottom: 0;
	}
	.form_w td label{
		width: 50%;
	}
}


.fixed_foot{
	background: #fff;
	padding: 3%;
	position: fixed;
	width: 100%;
	bottom:0;
	z-index: 999;
	box-sizing: border-box;
}
.fixed_foot .flex{
	justify-content: space-between;
}
.fixed_foot a{
	display: block;
	width: 48%;
}


footer{
	padding: 30px 0;
	background: #fff;
	text-align: center;
}
@media screen and (max-width: 750px) {
	footer{
		padding: 5%;
		padding-bottom: 120px;
	}
}


.thanks #main_v{
	height: 800px;
}
.thanks #main_v .in{
	height: 100%;
}
.thanks #main_v .flex{
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}
.thx_w{
	background: #fff;
	border-radius: 10px;
	padding: 50px;
}
.thanks #main_v h1{
	font-size: 2.8rem;
	font-weight: 900;
	color: #00babc;
}
@media screen and (max-width: 750px) {
	.thanks #main_v{
		height: 400px;
	}
	.thanks #main_v .in{
		height: 100%;
		box-sizing: border-box;
	}
	.thx_w{
		background: #fff;
		border-radius: 10px;
		padding: 7.5%;
	}
	.thanks #main_v h1{
		font-size: 2.0rem;
		font-weight: 900;
	}
	.thanks #main_v:after{
		display: none;
	}
}



#comp_info h2{
	font-size: 3.0rem;
	color: #00babc;
	font-weight: 900;
	margin-bottom: 40px;
	text-align: center;
}
#comp_info .in{
	width: 500px;
}
#comp_info table{
	width: 100%;
}
#comp_info th{
	width: 30%;
	border-bottom: 1px solid #000;
	padding: 20px;
}
#comp_info td{
	border-bottom: 1px solid #000;
	padding: 20px;
}
@media screen and (max-width: 750px) {
	#comp_info .in{
		width: 100%;
	}
}




