@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');
@font-face {
	font-family: 'bayshore';
	src: url(../fonts/bayshore-webfont.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", "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: #888888;
	font-weight: 400;
	line-height: 1.75;
	background: #f5f8fb;
	font-feature-settings: "palt";
	letter-spacing: 2px;
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#888888;
}
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:1200px;
	margin:0 auto;
	position: relative;
	z-index: 2;
}
.in_in{
	width:800px;
	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.6rem;
}
.pc{
	display:none;
}
.sp{
	display:block;
}
.in,.in_in{
  width: 90%;
  margin: 0 auto;
}
.flex_w_sp{
	flex-wrap: wrap;
}
}


.section_w{
	padding: 150px 0 100px;
}
.section_w_b_n{
	padding: 150px 0 0;
}
.p70{
	padding: 70px 0;
}
.sec_ttl{
	text-align: center;
	margin-bottom: 40px;
}
.bebel{
	box-shadow: -7px -7px 7px 0px rgba(255, 255, 255, 1),5px 8px 8px 0px rgba(179, 204, 221, 0.3);
	border-radius: 30px;
}
.cor_blu{
	color: #6fb5d9;
}
.marker{
	background:linear-gradient(transparent 60%, #fcfbbe 60%);
}
.min{
	font-family: 'Noto Serif JP', serif;
}
.en{
	font-family: bayshore;
	font-weight: 300;
	font-style: normal;
}
.en_ttl_w {
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 60px;
}
.en_ttl_w .en_ttl {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 14rem;
		color: #dcf3ff;
		bottom:5px;
		line-height: 1;
}
.en_ttl_w h2{
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 2.6rem;
	line-height: 1.25;
}
.en_ttl_w h2 span{
	font-size: 3.2rem;
}
.en_ttl_w h2 span .b_font{
	font-size: 4.2rem;
}
.en_ttl_w h2:after{
	width: 80px;
	height: 2px;
	background: #6fb5d9;
	margin:20px auto 0;
	content: "";
	display: block;
}

.line_sub_ttl{
	border-top: 2px solid #6fb5d9;
	border-bottom: 2px solid #6fb5d9;
	padding: 5px 0;
	display: table;
	margin:0 auto 60px;
}
.line_sub_ttl_i{
	border-top: 1px solid #6fb5d9;
	border-bottom: 1px solid #6fb5d9;
	font-size: 2.5rem;
	line-height: 1.5;
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.section_w{
		padding: 80px 0;
	}
	.section_w_b_n{
		padding-top: 80px;
	}
	.sec_ttl{
		text-align: center;
		margin-bottom: 30px;
	}

	.en_ttl_w h2{
		font-size: 2.2rem;
	}
	.en_ttl_w h2 span{
		font-size: 2.8rem;
	}
	.en_ttl_w .en_ttl{
		font-size: 10rem;
	}
	.line_sub_ttl_i{
		font-size: 2.2rem;
	}
}

#header{
	position: fixed;
	width: 100%;
	padding:5px 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0);
	transition: 0.5s;
}
#header.sc{
	background: rgba(255, 255, 255, 0.8);
}
#header .flex{
	justify-content: space-between;
	align-items: center;
}
#header a{
	display: block;
	width: 300px;
	opacity: 0;
	transition: 0.5s;
}
#header.sc a{
	opacity: 1;
}

@media screen and (max-width: 750px) {
	#header{
		position: absolute;
	}
}

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

.cta {
	margin-top: 60px;
	margin-bottom: 60px;
}
.cta .cta_w{
	background-image: url(../images/cta_bg@x2.jpg);
	background-size: cover;
	background-position: center;
	padding: 40px;
	padding-top: 70px;
	box-sizing:border-box;
}
.cta_ttl{
	margin-bottom: 30px;
	position: relative;
}
.cta_ttl:before{
	content: "";
	width: 33%;
	height: 1px;
	background: #6fb5d9;
	position: absolute;
	top:50%;
	left: -40px;
}
.cta_ttl:after{
	content: "";
	width: 33%;
	height: 1px;
	background: #6fb5d9;
	position: absolute;
	top:50%;
	right: -40px;
}
.cta_ttl h2{
	font-size: 3.0rem;
	color: #6fb5d9;
	text-align: center;
	line-height: 1.25;
	position: relative;
}
.cta_ttl h2 span{
	display: flex;
	width: 70px;
	height: 70px;
	background: #f17777;
	border-radius: 100%;
	margin: auto;
	font-size: 2.6rem;
	position: absolute;
	color: #fff;
	align-items: center;
	justify-content: center;
	top: -75px;
	left: 50%;
	transform: translate(-50%, 0px);
}
.cta .price_w{
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
}
.cta .btn_w{

}
.cta .btn_w h3{
	color: #33c733;
	text-align: center;
}

.cta .btn_w h4{
	text-align: center;
	margin-bottom: 10px;
}
.cta .btn_w a{
	display: flex;
	justify-content: center;
}
.cta .btn_w .caution{
	width: 450px;
	margin: auto;
}
@media screen and (max-width: 750px) {
	.cta_ttl h2{
		font-size: 2.8rem;
		line-height: 1.25;
	}
	.cta_ttl:before,
	.cta_ttl:after{
		content: "";
		width: 20%;
	}
	.cta .cta_w{
		padding: 16.5% 5% 7.5%;
	}
	.cta .price_w{
		padding-bottom: 7.5%;
		margin-bottom: 7.5%;
	}
	.cta .btn_w .caution{
		width: 100%;
		margin: auto;
		font-size: 1.2rem;
	}
}

#step{
	padding: 100px 0 50px;
}
.flow_w{
	justify-content: space-between;
}
.flow_i{
	position: relative;
}
.flow_i::after{
	content: "";
	display: block;
	width: 50px;
	height: 14px;
	background: url(../images/flow_arrow.png);
	background-size: cover;
	position: absolute;
	top:125px;
	right: -90px;
}
.flow_i:nth-last-of-type(1):after{
	display: none;
}
.flow_i .num{
	font-size: 3.3rem;
	line-height: 1;
	text-align: center;
}
.flow_i .num span{
	font-size: 4.5rem;
}
.flow_i .imgarea{
	border-radius: 100%;
	width: 165px;
	margin:0 auto 20px;
}
.flow_i .txtarea{
	text-align: center;
}
.flow_i .txtarea h3{
	font-size: 2.0rem;
	line-height: 1.5;
	margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
	#step{
		padding: 40px 0;
	}
	.flow_i{
		width: 100%;
		margin-bottom: 80px;
	}
	.flow_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.flow_i::after {
    top: 115%;
    right: 50%;
    transform: translate(50%, 0px) rotate(90deg);
	}
	.flow_i_con{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.flow_i .imgarea{
		width: 120px;
		height: 120px;
		flex-shrink: 0;
		margin-right: 20px;
		margin-left: 0;
		margin-bottom: 0;
	}
	.flow_i .txtarea{
		text-align: left;
	}
}

#trouble{
	background-image: url(../images/trouble_bg@x2.jpg);
	background-size:cover;
	background-position: center;
	padding-top: 60px;
}
#trouble h2{
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
}
#trouble h2:after{
	content: "";
	height: 90px;
	width: 2px;
	background: #fff;
	display: block;
	margin: 30px auto 0;
}
#trouble .imgarea{
	position: absolute;
	left: -70px;
	bottom:-1px;
}
.solution_w{
	background: #f17777;
	padding: 20px;
	position: relative;
}
.solution_w:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #f17777 transparent transparent transparent;
}
.solution_w p{
	text-align: center;
	color: #fff;
	font-size: 3.4rem;
	line-height: 1;
}
.solution_w span{
	font-size: 6.0rem;
}
@media screen and (max-width: 750px) {
	#trouble .imgarea{
		position: static;
		width: 60%;
		margin: auto;
	}
	#trouble h2:after{
		display: none;
	}
}


#whats{
	padding-bottom: 150px;
}
.whats_con{
	margin-bottom: 80px;
}
.img_txt_w{
	justify-content: space-between;
	align-items: flex-start;
}

.img_txt_w .imgarea{
	flex-shrink: 0;
	border-radius: 100%;
	border: 6px solid #fff;
	margin-right: 30px;
	overflow: hidden;
}
.img_txt_w .txtarea p{
	margin-bottom: 20px;
	line-height: 2;
}

.img_txt_rvs{
	flex-direction: row-reverse;
}
.img_txt_rvs .imgarea{
	margin-right: 0;
	margin-left: 30px;
}

.img_txt_row .txtarea{
	margin-bottom: 60px;
}
.img_txt_row .imgarea{
	padding: 20px;
	background: #fff;
	text-align:center;
}
.img_txt_row .txtarea p{
	margin-bottom: 20px;
	line-height: 2;
}
@media screen and (max-width: 750px) {
	.img_txt_w .imgarea{
		width: 100%;
		width: 250px;
		margin: 0 auto 30px;
	}
}

#solution{
}
.ico_ttl_w{
	background: #f17777;
	padding: 20px;
	position: relative;
	font-size: 3.2rem;
	text-align: center;
	color: #fff;
	margin-bottom: 80px;
}
.ico_ttl_w:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #f17777 transparent transparent transparent;
}
.ico_ttl_w .ico {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #f17777;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0px);
}
.ico_ttl_w .ico img{
	margin-right: 5px;
}
.ico_ttl_w h2{
	position: relative;
	z-index: 2;
}
.ico_ttl_w span{
	font-size: 4.0rem;
}
.sub_ttl{
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 40px;
}
.important_con{
	margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
	.ico_ttl_w{
		font-size: 2.8rem;
		line-height: 1.25;
		padding-top: 30px;
	}
	.ico_ttl_w span{
		font-size: 3.6rem;
	}
}

#amelioration{
	background-image: url(../images/amelioration_bg@x2.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 100px;
	position: relative;
}
#amelioration .ico {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #e4f2ff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -30px;
	left: 50%;
	transform: translate(-50%, 0px);
}
#amelioration .ico img{
	margin-right: 5px;
}
#amelioration .en_ttl_w .en_ttl{
	color: #8bc6e4;
	opacity: 0.2;
	bottom: -25px;
}
.amelioration_w{
	position: relative;
}
.amelioration_w:after {
    content: "";
    height: 90px;
    width: 2px;
    background: #6FB5D4;
    display: block;
    margin: 30px auto 0;
}
#amelioration p.description {
	font-size: 2.2rem;
	text-align: center;
}
#amelioration .imgarea {
	position: absolute;
	left: -160px;
	bottom: 0px;
}
@media screen and (max-width: 750px) {
}


.products_i_w{
	margin-bottom: 50px;
}
.products_i_w:nth-last-of-type(1){
	margin-bottom: 0;
}
.products_i_w .description{
	margin-bottom: 10px;
	text-align: center;
	font-size: 2.0rem;
}
.products_i{
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
}
.products_i:nth-last-of-type(1){
	margin-bottom: 0;
}
.products_i .imgarea{
	width: 250px;
	background: #f5f8fb;
	padding: 15px;
	box-sizing: border-box;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	border-radius: 10px;
}
.products_i .txtarea h3{
	margin-bottom: 10px;
	font-size: 2.0rem;
}
.products_i .txtarea .set_price{
	margin-bottom: 10px;
	font-size: 2.0rem;
}
.products_i .txtarea .set_price span{
	font-size: 1.6rem;
}
.products_i .txtarea .detail h4{
	display: table;
	font-size: 1.4rem;
	color: #fff;
	padding: 0px 10px;
	border-radius: 100px;
	background: #6fb5d9;
	margin-bottom: 10px;
}
.products_i .txtarea .detail li{
	font-size: 1.4rem;
	margin-right: 10px;
	margin-bottom: 0px;
}
@media screen and (max-width: 750px) {
	.products_i_w .description span{
		display: none;
	}
	.products_i .imgarea{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

#about{

}
#about .imgarea{
	border-radius: 10px;
	border: 4px solid #fff;
}
#about .txtarea h3{
	font-size: 2.2rem;
}
#about .txtarea .name{
	font-size: 1.8rem;
}
#about .txtarea p{
	font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
	#about .imgarea{
		width: 100%;
	}
	#about .whats_con{
		margin-bottom: 0;
	}
}

#voice{

}
.voice_w{
	justify-content: space-between;
}
.voice_i{
	width: 31%;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}
.voice_i .imgarea img{
	width: 100%;
}
.voice_i h3{
	font-size: 1.8rem;
	margin: 15px 0;
	line-height: 1;
}
.voice_i p{
	font-size: 1.4rem;
	letter-spacing: 1px;
}
@media screen and (max-width: 750px) {
	.voice_i{
		width: 100%;
		margin-bottom: 20px;
	}
}


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


footer{
	padding-top: 100px;
}
.fnav{
	justify-content: center;
}
.fnav a{
	display: block;
	margin: 0 10px;
}
.copy{
	text-align: center;
	padding: 20px;
}
@media screen and (max-width: 750px) {
	footer{
		padding: 70px 0 150px;
	}
}

.fixed_area_sp{
	position: fixed;
	bottom:0;
	z-index: 999;
	display: none;
	width:100%;
	box-sizing: border-box;
	padding: 10px;
}





















