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: "M PLUS Rounded 1c",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #444444;
	font-weight: 400;
	line-height: 1.75;
	font-feature-settings: "palt";
	letter-spacing: 2px;
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#555;
}
a:hover{
	opacity:0.6;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.in{
	width:1200px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:1000px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.tab{
		display:none;
	}
	.in,.in_in{
	width: 90%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}


.sec_ttl_w{
	text-align: center;
	margin: 0 auto 70px;
	position: relative;
	display: table;
}
.sec_ttl_w .sub_txt{
	font-size: 1.8rem;
	font-weight: 400;
	position: relative;
	display: table;
	z-index: 2;
	margin: 0 auto 20px;
	padding: 5px 15px;
	border-radius: 100px;
}
.sec_ttl_w .sec_ttl{
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.25;
	position: relative;
	z-index: 2;
}
.sec_ttl_w .sec_ttl:after {
	content: "";
	display: block;
	width: 28px;
	height: 3px;
	background-image: url(../images/ttl_u_deco_b@x2.png);
	background-size: cover;
	margin: 20px auto 0;
}
.sec_ttl_w .sec_ttl.cor_white:after {
	content: "";
	display: block;
	width: 28px;
	height: 3px;
	background-image: url(../images/ttl_u_deco_w@x2.png);
	background-size: cover;
	margin: 20px auto 0;
}
.sec_ttl_w .sec_ttl .l_txt{
	font-size: 4.8rem;
}
.cor_blue{
	color: #0099fa;
}
.cor_blue_grd{
	color: #0099fa;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	background-image: -moz-linear-gradient(0deg, rgb(87, 201, 234) 0%, rgb(56, 166, 236) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(87, 201, 234) 0%, rgb(56, 166, 236) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(87, 201, 234) 0%, rgb(56, 166, 236) 100%);
}
.cor_pink {
	color: #ff7495;
}
.cor_yellow{
	color: #fff600;
}
.cor_white{
	color: #fff;
}
.cor_purple{
	color: #8a95fd;
}

.bg_white{
	background: #fff;
}
.bg_blue{
	background: #0099fa;
}
.bg_blue_grd {
	background-image: -moz-linear-gradient(0deg, rgb(87, 201, 234) 0%, rgb(56, 166, 236) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(87, 201, 234) 0%, rgb(56, 166, 236) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(87, 201, 234) 0%, rgb(56, 166, 236) 100%);
}
.bg_pink {
	background: #ff7495;
}
.bg_gray{
	background: #f0f0f0;
}
.bg_purple {
	background: #8a95fd;
}
@media screen and (max-width: 750px) {
	.sec_ttl_w{
		margin-bottom: 40px;
	}
	.sec_ttl_w .sub_txt{
		font-size: 1.6rem;
	}
	.sec_ttl_w .sec_ttl {
		font-size: 2.8rem;
		line-height: 1.25;
	}
	.sec_ttl_w .sec_ttl .l_txt{
		font-size: 3.4rem;
	}
	.sec_ttl_img {
		position: absolute;
		right: -50px;
		bottom: 30px;
		width: 100px;
	}
}

/*Animation*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(-30px);
}
.animation.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.animation02{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateX(-30px);
}
.animation02.active{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.animation03{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateX(30px);
}
.animation03.active{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.animation_ttl{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateX(-30px);
}
.animation_ttl.active{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.listfadein {
  opacity : 0;
  transition : all 1s;
}
.listfadein.active{
  opacity : 1;
}
.animation_txt_img{

}
.animation_txt_img .txtarea,
.animation_txt_img .imgarea{
	opacity : 0;
	transition: 0.75s;
}
.animation_txt_img .imgarea.active,
.animation_txt_img .txtarea.active{
	opacity : 1;
}
.w_bg_animation{

}
.w_bg_animation span{
	clip-path: inset(0 100% 0 0);
	transition: 0.5s;
	position: relative;
	overflow: hidden;
}
.w_bg_animation span::after{
	content: "";
    width: 102%;
    height: 102%;
    position: absolute;
    left: -1%;
    top: -1%;
    display: block;
	background-image: -moz-linear-gradient(0deg, rgb(87, 201, 234) 0%, rgb(56, 166, 236) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(87, 201, 234) 0%, rgb(56, 166, 236) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(87, 201, 234) 0%, rgb(56, 166, 236) 100%);
    transform: scale(1, 1);
    transform-origin: right;
	transition: transform 0.5s ease;
}
.w_bg_animation span.active::after{
	transform: scale(0, 1);
}
.w_bg_animation span.active{
	clip-path: inset(0);
}
.iconfadein_w{}
.iconfadein_w .iconfadein{}
.iconfadein_w .iconfadein .imgarea{
	position: relative;
}
.iconfadein_w .iconfadein .imgarea img{
	transform: scale(0);
	transform-origin: center;
}
/*
.iconfadein_w .iconfadein .imgarea:after{
	border: 2px solid #0099fa;
    filter: blur(3px);
    height: 200px;
    width: 200px;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    transform:scale(0) translate(-50%, -50%);
	transform-box: border-box;
	transform-origin: center center !important;
    border-radius: 100%;
	position: absolute;
	opacity: 0;
}
*/
.iconfadein_w .iconfadein.active .imgarea img{
	transform: scale(1);
	animation: IconAnimation 0.5s ease-in-out;
}
.iconfadein_w .iconfadein.active .imgarea:after {
	transform: scale(1.1) translate(-50%, -50%);
	animation: IconRipples 1s ease-in-out;
	opacity: 0;
}
.iconfadein_w .iconfadein .txtarea{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(-30px);
}
.iconfadein_w .iconfadein.active .txtarea {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
@keyframes IconAnimation {
	0% {
		transform: scale(0);
	}
	75% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes IconRipples {
	0% {
		transform: scale(0) translate(-50%, -50%);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.1) translate(-45%, -45%);
		opacity: 0;
	}
}
.img_animation{
	position: relative;
	overflow: hidden;
}
.img_animation:after{
	display: block;
	content: "";
	background-image: -moz-linear-gradient(0deg, rgb(87, 201, 234) 0%, rgb(56, 166, 236) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(87, 201, 234) 0%, rgb(56, 166, 236) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(87, 201, 234) 0%, rgb(56, 166, 236) 100%);
	width: 100%;
    height: 100%;
    clip-path: inset(0);
    z-index: 2;
    position: absolute;
    top: 0;
	transition: 0.5s;
}
.img_animation.active:after{
	clip-path: inset(0 0 0 100%);
}

#main_v{
	position: relative;
	height: 700px;
}
#main_v::after{
	content: "";
	display: block;
	background-image: url(../images/fv_bg@x2.png);
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}
#main_v .in{
	height: 100%;
}
#main_v .logo{
    width: 100px;
    position: absolute;
    top: 18px;
    left: 20px;
}
#main_v .txtarea{
	position: relative;
	z-index: 2;
	padding-top: 90px;
	margin-bottom: 55px;
}
#main_v .txtarea .zero{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(-30px);
}
#main_v .txtarea .zero.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#main_v .txtarea .catch{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(-30px);
}
#main_v .txtarea .catch.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#main_v .imgarea{
    position: absolute;
    top: 80px;
    right: -30px;
}
#main_v .imgarea.active{}
#main_v .imgarea .fv_img{
	position: absolute;
	opacity: 0;
	transition: 0.5s;
}
#main_v .imgarea .fv_img.active {
	transform: translate(0) !important;
	opacity: 1;
}
#main_v .imgarea .fv_img.fv_img_01{
	left: 120px;
    bottom: -85px;
    z-index: 5;
    transform: translate(0px, 0px) scale(0.9);
    width: 390px;
}
#main_v .imgarea .fv_img.fv_img_01.active{
	transform: translate(0px, 0px) scale(1) !important;
}
#main_v .imgarea .fv_img.fv_img_02 {
	right: -10px;
	bottom: 41px;
	z-index: 4;
	transform: translate(-50px, 0px);
}
#main_v .imgarea .fv_img.fv_img_03 {
	left: 10px;
	bottom: 41px;
	z-index: 3;
	transform: translate(50px, 0px);
}
#main_v .imgarea .fv_img.fv_img_04 {
	left: 110px;
	top: -70px;
	z-index: 2;
	transform: translate(50px,50px);
}
#main_v .imgarea .fv_img.fv_img_05 {
	right: 110px;
	top: -100px;
	z-index: 1;
	transform: translate(-50px,50px);
}

#main_v .imgarea .fv_img_bg {
	opacity: 0;
	transform: scale(0.9);
	transition: 0.5s;
}
#main_v .imgarea .fv_img_bg.active{
	opacity: 1;
	transform: scale(1);
}
#main_v .fv_point{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(-30px);
	position: relative;
	z-index: 10;
}
#main_v .fv_point.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
@media screen and (max-width: 750px) {
	#main_v{
		background-size: cover;
		text-align: center;
		height: auto;
		padding-bottom: 30px;
		background-image: url(../images/fv_bg_sp.png);
		padding-top: 30px;
	}
	#main_v .logo {
		width: 70px;
		position: absolute;
		top: -15px;
		left: 7px;
	}
	#main_v .txtarea{
		margin-bottom: 20px;
		padding-top: 30px;
		z-index: 8;
	}
	#main_v .zero{
		width: 215px;
	}
	#main_v .catch{
		width: 240px;
	}
	#main_v .imgarea {
        width: 65%;
        position: absolute;
        top: 0px;
        right: -10%;
    }

	#main_v .imgarea .fv_img.fv_img_01{
		left: auto;
        width: 80%;
        right: 1%;
        bottom: -11%;
	}
	#main_v .imgarea .fv_img.fv_img_02 {
		right: auto;
		bottom: 5%;
		z-index: 4;
		width: 62%;
		left: 0px;
	}
	#main_v .imgarea .fv_img.fv_img_03 {
		left: 40%;
		bottom: 56%;
		z-index: 3;
		width: 51%;
	}
	#main_v .imgarea .fv_img.fv_img_04 {
		left: 5%;
		top: -10%;
		z-index: 2;
		width: 62%;
	}
	#main_v .imgarea .fv_img.fv_img_05 {
		right: -3%;
		top: 14%;
		z-index: 4;
		width: 52%;
	}
}

#about{
	background-image: url(../images/about_bg@x2.jpg);
	background-size: cover;
	position: relative;
	padding: 80px 0;
	isolation: isolate;
}
#about .about_w{
	justify-content:space-between;
	align-items: center;
}
#about .about_w .imgarea{
	width: 50%;
	margin-right: 35px;
	flex-shrink: 0;
}
#about .about_w .txtarea{
	width: 100%;
}
#about .about_w .txtarea .sub_ttl{
	font-size: 2.6rem;
	font-weight: 400;
	margin-bottom: 30px;
}
#about .about_w .txtarea .sub_ttl span{
	display: inline-block;
	border-radius: 100px;
	padding: 0 15px;
}
#about .about_w .txtarea .txt_w{}
#about .about_w .txtarea .txt_w .txt{
	margin-bottom: 20px;
}
#about .about_w .txtarea .txt_w .txt:nth-last-of-type(1){
	margin-bottom: 0;
}
.soap_ww {
	mix-blend-mode: screen;
	height: 100%;
	width: 100%;
	top: 0;
	position: absolute;
	left: 0;
	z-index: 2;
}
.soap_w{
	height: 100%;
}
.soap{
	position: absolute;
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.soap::before{
	content: "";
	display: block;
	background-image: url(../images/soap@x2.png);
	background-size: cover;
	transform: scale(0);
}
.soap.active::before{
	transform: scale(1);
	animation: zoomIn 0.5s ease-in-out;
}
@keyframes floating-y {
	0% {
		transform: translateY(-7.5%);
	}

	100% {
		transform: translateY(3%);
	}
}
@keyframes zoomIn {
	0% {
		transform: scale(0);
	}
	75% {
		transform: scale(1.25);
	}
	100% {
		transform: scale(1);
	}
}

#about .soap_01{
	top: 75px;
}
#about .soap_01:before{
	width: 110px;
	height: 115px;
}
#about .soap_02{
	top: 140px;
	right: 180px;
}
#about .soap_02:before {
	width: 88px;
	height: 91px;
}
#about .soap_03{
	top: 270px;
	left: 520px;
}
#about .soap_03:before {
	width: 67px;
	height: 70px;
}
#about .soap_04{
	bottom: 30px;
	left: 0;
}
#about .soap_04:before {
	width: 110px;
	height: 115px;
}
#about .soap_05{
	bottom: 50px;
	right: 50px;
}
#about .soap_05:before {
	width: 81px;
	height: 84px;
}
@media screen and (max-width: 750px) {
	#about{
		padding: 50px 0 0;
		background-image: url(../images/about_bg_sp.jpg);
	}
	#about .in{
		width: 100%;
	}
	#about .about_w{
		flex-direction: column-reverse;
	}
	#about .about_w .txtarea{
		padding: 0 5%;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	#about .about_w .txtarea .sub_ttl{
		font-size: 2.0rem;
		margin-bottom: 20px;
	}
	#about .about_w .txtarea .sub_ttl span{
		margin-bottom: 1px;
	}
	#about .about_w .imgarea{
		width: 100%;
		margin-right: 0;
	}
	#about .soap_01 {
		top: auto;
        bottom: 260px;
        left: -20px;
	}
	#about .soap_01:before {
    	width: 90px;
    	height: 94px;
	}
	#about .soap_02 {
		top: 190px;
		right: -10px;
	}
	#about .soap_03 {
		top: auto;
		left: auto;
		right: 0;
		bottom: 300px;
	}
}

#features {
	padding: 80px 0;
	position: relative;
}
#features::after {
	content: "";
	display: block;
	background-image: url(../images/fv_bg@x2.png);
	background-size: cover;
	width: 100%;
	height: 350px;
	position: absolute;
	left: 0;
	top: 0;
}
#features .features_w{
	justify-content: space-between;
}
#features .features_i{
	width: 18.5%;
}
#features .features_i .imgarea{
	margin-bottom: 15px;
}
#features .features_i .txtarea{}
#features .features_i .txtarea .sub_ttl{
	font-weight: 400;
	font-size: 2.4rem;
	letter-spacing: 1;
	text-align: center;
	line-height: 1.25;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
#features .features_i .txtarea .txt{
	font-size: 1.4rem;
}
#features .sec_ttl_w .sec_ttl .cor_blue_grd{
		padding-top: 15px;
	}
	#features .sec_ttl_w .sec_ttl .l_txt {
    	font-size: 5.0rem;
        /* padding: 10px; */
        font-weight: 300;
    }
@media screen and (max-width: 750px) {
	#features{
		padding: 50px 0;
	}
	#features::after{
		height: 240px;
	}
	#features .features_i{
		width: 48%;
	}
	#features .features_i .imgarea{
		padding:  0 15px;
	}
	#features .features_i .txtarea .sub_ttl {
		font-size: 1.8rem;
		line-height: 1.25;
		min-height: 45px;
		margin-bottom: 15px;
	}
	#features .features_i .txtarea .txt{
		font-size: 1.2rem;
	}
	#features .sec_ttl_w .sec_ttl .cor_blue_grd{
		padding-top: 15px;
	}
	#features .sec_ttl_w .sec_ttl .l_txt {
    	font-size: 4.4rem;
        /* padding: 10px; */
        font-weight: 300;
    }
	#features .features_img{
		position: absolute;
		bottom: -10px;
		right: -40px;
		width: 64%;
	}
}

#result{
	padding-bottom: 80px;
	position: relative;
}
#result::before{
	content: "";
	display: block;
	width: calc(533 / 1400 * 100vw);
	height: calc(382 / 1400 * 100vw);
	background-image: url(../images/result_bg@x2.png);
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
}
#result .result_w{
	justify-content: space-between;
}
#result .result_i{
	width: 23%;
}
#result .result_i .imgarea{
	border-radius: 15px;
	overflow: hidden;
}
#result .result_i .imgarea img{
	width: 100%;
}
#result .result_i .name{
	margin: 20px 0;
	text-align: center;
	font-weight: 400;
    font-size: 2.0rem;
}
#result .result_i .txtarea{}
#result .result_i .txtarea .txt_w{
	border-top: 1px solid #e8e8e8;
	padding: 10px 0;
}
#result .result_i .txtarea .txt_w:nth-last-of-type(1){
	border-bottom: 1px solid #e8e8e8;
}
#result .result_i .txtarea .txt_w dt{
	width: 27.5%;
	flex-shrink: 0;
	line-height: 1.5;
	font-size: 1.5rem;
}
#result .result_i .txtarea .txt_w.com dt{
	margin-bottom: 10px;
}
#result .result_i .txtarea .txt_w dd{
	line-height: 1.5;
	font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
	#result{
		padding: 20px 0 50px;
	}
	#result .result_i{
		width: 100%;
		margin-bottom: 30px;
	}
	#result .result_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#result .result_i .name{
		font-size: 2.0rem;
	}
	#result .result_i .txtarea .txt_w dd{
		font-size: 1.4rem;
	}
}


.cta{
	background-image: url(../images/cta_bg@x2.jpg);
	background-size: cover;
	padding: 60px 0;
}
.cta .cta_w{
	padding: 40px 40px;
	border-radius: 15px;
	padding-right: 330px;
}
.cta .cta_w .txtarea{}
.cta .cta_w .txtarea .zero{
	justify-content: space-between;
	margin-bottom: 20px;
}
.cta .cta_w .txtarea .zero_i{
	width: 32%;
}
.cta .cta_w .txtarea .cta_list{
	margin-bottom: 25px;
}
.cta .cta_w .txtarea .cta_list .cta_list_i{
	border: 1px solid #e8e8e8;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	align-items: center;
	font-size: 1.8rem;
}
.cta .cta_w .txtarea .cta_list .cta_list_i:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #8a95fd;
	border-radius: 100px;
	flex-shrink: 0;
}
.cta .cta_w .txtarea .cta_list .cta_list_i .txt{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.cta .cta_w .txtarea .cta_list .cta_list_i .txt .cor_purple{
	font-size: 2.2rem;
}
.cta .cta_w .txtarea .cta_txt{
	display: table;
	margin: auto;
	font-size: 2.0rem;
	position: relative;
	margin-bottom: 25px;
	position: relative;
}
.cta .cta_w .txtarea .cta_txt::before {
	content: "";
	display: block;
	width: 1px;
	height: 33px;
	position: absolute;
	background: #444;
	left: -20px;
	bottom: 5px;
	transform: rotate(-35deg);
}
.cta .cta_w .txtarea .cta_txt::after {
	content: "";
	display: block;
	width: 1px;
	height: 33px;
	position: absolute;
	background: #444;
	right: -20px;
	bottom: 5px;
	transform: rotate(35deg);
}
.cta .cta_w .txtarea .cta_txt span.line_w{
	letter-spacing: 3px;
	position: relative;
	display: block;
}
.cta .cta_w .txtarea .cta_txt span.line_w:before{
	background: #fffac8;
	width: 100%;
	height: 30%;
	display: block;
	content: "";
	position: absolute;
	bottom: 5px;
	clip-path: inset(0 100% 0 0);
	transition: 1s;
}
.cta .cta_w .txtarea .cta_txt.active span.line_w:before {
	clip-path: inset(0);
}
.cta .cta_w .txtarea .cta_txt span.line_w span{
	position: relative;
	z-index: 2;
}
.cta .cta_w .txtarea .cta_txt span.line_w span.l_txt{
	font-size: 2.8rem;
}
.cta .cta_w .txtarea .btn_w{}
.cta .cta_w .txtarea .btn_w a{
	display: block;
	font-size: 2.6rem;
	font-weight: 400;
	text-align: center;
	border-radius: 100px;
	padding: 10px 0;
	box-shadow: 0px 5px 10px 0px rgba(22, 123, 16, 0.31);
	position: relative;
	background: #40c339;
}
.cta .cta_w .txtarea .btn_w a:after{
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	background-image: url(../images/cta_btn_arr@x2.png);
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
}
.cta .cta_w .imgarea {
	position: absolute;
	right: -50px;
	bottom: 0;
}
@media screen and (max-width: 750px) {
	.cta{
		background-image: url(../images/cta_bg_sp.jpg);
	}
	.cta .cta_w{
		padding: 30px 20px;
	}
	.cta .cta_w .txtarea .cta_list{
		position: relative;
		z-index: 2;
	}
	.cta .cta_w .txtarea .cta_list .cta_list_i{
		font-size: 1.4rem;
		width: 65%;
		background: #fff;
	}
	.cta .cta_w .txtarea .cta_list .cta_list_i .txt{
		line-height: 1.25;
		text-align: left;
	}
	.cta .cta_w .txtarea .cta_list .cta_list_i:before{
		margin-right: 10px;
	}
	.cta .cta_w .txtarea .cta_txt {
		display: table;
		margin: auto;
		font-size: 1.8rem;
		position: relative;
		margin-bottom: 25px;
		line-height: 1.25;
		text-align: center;
	}
	.cta .cta_w .imgarea{
		position: absolute;
		right: -35px;
		bottom: auto;
		width: 60%;
		top: 90px;
	}
	.cta .cta_w .txtarea .btn_w a{
		font-size: 2.0rem;
		padding: 15px 0;
	}
	.cta .cta_w .txtarea .btn_w a:after{
		width: 30px;
		height: 30px;
	}
	.cta .cta_w .txtarea .cta_list .cta_list_i .txt .cor_purple{
		font-size: 1.7rem;
	}
	.cta .cta_w .txtarea .cta_txt span.line_w span.l_txt{
		font-size: 2.2rem;
	}
}

#worrie{
	padding: 80px 0 100px;
	position: relative;
}
#worrie .worrie_w{}
#worrie .worrie_w .worrie_w_t{
	text-align: center;
}
#worrie .worrie_w .worrie_c{
	padding: 40px;
	border-radius: 15px;
}
#worrie .worrie_w .worrie_c .worrie_list{
	justify-content: space-between;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#worrie .worrie_w .worrie_c .worrie_list .worrie_list_i{
	width: 49.5%;
	margin-bottom: 1%;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 100px;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	align-items: center;
}
#worrie .worrie_w .worrie_c .worrie_list .worrie_list_i:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #0099fa;
	border-radius: 100px;
}
#worrie .worrie_w .worrie_c .worrie_list .worrie_list_i .txt {
	width: 100%;
	display: inline-block;
	text-align: center;
}
#worrie .worrie_w .worrie_c .u_txt{
	font-size: 2.4rem;
	text-align: center;
}
#worrie .worrie_w .worrie_c .imgarea{
    position: absolute;
    right: 50px;
    bottom: -70px;
}
@media screen and (max-width: 750px) {
	#worrie{
		padding: 50px 0;
	}
	#worrie .worrie_w .worrie_w_t{
		padding: 0 10px;
	}
	#worrie .worrie_w .worrie_c{
		padding: 30px 20px;
	}
	#worrie .worrie_w .worrie_c .worrie_list .worrie_list_i{
		width: 100%;
		margin-bottom: 15px;
	}
	#worrie .worrie_w .worrie_c .u_txt{
		font-size: 2.0rem;
		text-align: left;
		line-height: 1.5;
	}
	#worrie .worrie_w .worrie_c .imgarea {
		position: absolute;
		right: 20px;
		bottom: -20px;
		width: 30%;
	}
}

#reality {
	background-image: url(../images/reality_bg@x2.jpg);
	background-size: cover;
	position: relative;
	padding: 80px 0 0;
}
#reality .reality_works_w{
	justify-content: space-between;
}
#reality .reality_works_i{
	width: 30%;
}
#reality .reality_works_i .ttl_img{
	margin-bottom: 25px;
	border-radius: 15px;
	overflow: hidden;
}
#reality .reality_works_i .ttl_img .sub_ttl{
	font-size: 2.4rem;
	font-weight: 400;
	text-align: center;
	padding: 10px;
}
#reality .reality_works_i .ttl_img .imgarea img{
	width: 100%;
}
#reality .reality_works_i .txt{
	line-height: 1.5;
}
#reality .reality_u_area{
	position: relative;
	top: 60px;
}
#reality .reality_u_area .reality_u_area_ttl{
	border-bottom: #0099fa solid 1px;
	display: table;
	margin:0 auto 40px;
	font-size: 2.2rem;
	line-height: 1.75;
	font-weight: 400;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
}
#reality .reality_u_area .reality_u_area_ttl:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 0 20px;
	border-color: #0099fa transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0px);
}
#reality .reality_u_area .reality_u_area_ttl .l_txt{
	font-size: 2.8rem;
}
#reality .reality_u_area .reality_u_area_txtimg{
	justify-content: center;
	align-items: flex-start;
}
#reality .reality_u_area .reality_u_area_txtimg .txtarea{
	width: 580px;
	height: 280px;
	align-items: center;
	justify-content: center;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 2.2;
	margin-right: 60px;
	margin-top: 40px;
	border-radius: 30px;
	position: relative;
}
#reality .reality_u_area .reality_u_area_txtimg .txtarea:after{
	content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #38a6ec transparent transparent transparent;
    border-width: 15px 40px 0px 0px;
    right: -30px;
    top: 80px;
}
#reality .soap_01 {
	bottom: 345px;
	left: 60px;
}
#reality .soap_01:before{
	width: 123px;
	height: 128px;
}
#reality .soap_02 {
	bottom: 370px;
	right: 140px;
}
#reality .soap_02:before {
	width: 66px;
	height: 68px;
}
#reality .soap_03 {
	bottom: 60px;
	left: 40px;
}
#reality .soap_03:before {
	width: 72px;
	height: 74px;
}
#reality .soap_04 {
	bottom: 50px;
	right: 0;
}
#reality .soap_04:before {
	width: 98px;
	height: 101px;
}
@media screen and (max-width: 750px) {
	#reality{
		padding: 50px 0;
		background-image: url(../images/reality_bg_sp.jpg);
	}
	#reality .reality_works_i {
		width: 100%;
		margin-bottom: 30px;
	}
	#reality .reality_works_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#reality .reality_works_i .ttl_img .sub_ttl{
		font-size: 2.2rem;
	}
	#reality .reality_u_area .reality_u_area_ttl{
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#reality .reality_u_area .reality_u_area_ttl .l_txt {
		font-size: 2.4rem;
	}
	#reality .reality_u_area .reality_u_area_txtimg .txtarea{
		width: 100%;
		height: auto;
		align-items: center;
		justify-content: center;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.75;
		margin-right: 0;
		margin-top: 0;
		border-radius: 30px;
		position: relative;
		padding: 20px;
	}
	#reality .reality_u_area .reality_u_area_txtimg .imgarea{
		position: relative;
		top: -30px;
		padding: 0 80px;
	}
	#reality .reality_u_area .reality_u_area_txtimg .txtarea:after {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #4abaeb transparent transparent transparent;
		border-width: 15px 40px 0px 0px;
		right: auto;
		top: 100%;
		left: 90px;
		transform: rotate(66deg);
	}
	#reality .reality_works_i .txt{
		letter-spacing: 0px;
    	line-height: 1.75;
	}
}

#fit {
	background-image: url(../images/fit_bg@x2.jpg);
	background-size: cover;
	position: relative;
	padding: 80px 0;
}
#fit .fit_w{
	justify-content: space-between;
	margin-bottom: 60px;
}
#fit .fit_w .fit_i{
	width: 48%;
}
#fit .fit_w .fit_i .imgarea{
	text-align: center;
}
#fit .fit_w .fit_i .fit_list{
	padding: 25px;
	border-radius: 20px;
}
#fit .fit_w .fit_i .fit_list .fit_list_i{
	box-sizing: border-box;
	padding: 10px 15px;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
}
#fit .fit_w .fit_i .fit_list .fit_list_i:nth-last-of-type(1){
	border-bottom: 0px solid #e8e8e8;
}
#fit .fit_w .fit_i .fit_list .fit_list_i:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #0099fa;
	border-radius: 100px;
	margin-right: 15px;
	flex-shrink: 0;
}
#fit .fit_w .fit_i .fit_list .fit_list_i .txt {
	width: 100%;
	display: inline-block;
}
#fit .fit_w .fit_i .fit_list .fit_list_i .txt .cor_blue{
	font-size: 2.0rem;
}
#fit .fit_u_area{
	margin-left: 100px;
	margin-right: 60px;
	align-items: center;
}
#fit .fit_u_area .imgarea{
	width: 50%;
	margin-left: 35px;
	flex-shrink: 0;
}
#fit .fit_u_area .txtarea{
	width: 100%;
}
#fit .fit_u_area .txtarea .sub_ttl{
	font-size: 2.6rem;
	font-weight: 400;
	margin-bottom: 30px;
}
#fit .fit_u_area .txtarea .sub_ttl span{
	display: inline-block;
	border-radius: 100px;
	padding: 0 15px;
}
#fit .fit_u_area .txtarea .txt_w{}
#fit .fit_u_area .txtarea .txt_w .txt{
	margin-bottom: 20px;
}
#fit .fit_u_area .txtarea .txt_w .txt:nth-last-of-type(1){
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	#fit{
		padding: 50px 0 0;
	}
	#fit .fit_w .fit_i{
		width: 100%;
		margin-bottom: 30px;
	}
	#fit .fit_w .fit_i .imgarea{
		padding: 0 80px;
	}
	#fit .fit_w .fit_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#fit .fit_w .fit_i .fit_list .fit_list_i{
		font-size: 1.4rem;
		padding: 10px 0px;
	}
	#fit .fit_w .fit_i .fit_list .fit_list_i .txt .cor_blue{
		font-size: 1.8rem;
	}
	#fit .fit_w .fit_i .fit_list {
		padding: 25px 20px;
		border-radius: 20px;
	}
	.fit_u_area_w{
		width: 100%;
	}
	#fit .fit_u_area{
		margin: 0;
	}
	#fit .fit_u_area .txtarea{
		padding:  0 5%;
	}
	#fit .fit_u_area .txtarea .sub_ttl{
		font-size: 2.2rem;
        margin-bottom: 10px;
	}
	#fit .fit_u_area .imgarea {
    width: 100%;
    margin-left: 0;
    flex-shrink: 0;
    margin-top: 30px;
	}
}

#merit {
	background-image: url(../images/merit_bg@x2.jpg);
	background-size: cover;
	position: relative;
	padding: 80px 0;
}
#merit .merit_w{
	margin-bottom: 70px;
}
#merit .merit_w .merit_i{
	margin-bottom: 60px;
}
#merit .merit_w .merit_i .merit_i_h{
	margin-bottom: 50px;
}
#merit .merit_w .merit_i .merit_i_h .num{
	display: table;
	margin:0 auto 20px;
	padding: 10px 20px;
	font-size: 1.8rem;
	border-radius: 100px;
}
#merit .merit_w .merit_i .merit_i_h .sub_ttl_w{
	font-size: 3.0rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}
#merit .merit_w .merit_i .merit_i_h .sub_ttl_w span {
	background: linear-gradient(transparent 60%, #fffac8 50%);
}
#merit .merit_w .merit_i .merit_i_h .lead_txt{
	text-align: center;
}
#merit .merit_w .merit_i .merit_i_list{
	justify-content: space-between;
}
#merit .merit_w .merit_i .merit_i_list .imgarea{
	margin-bottom: 10px;
}
#merit .merit_w .merit_i .merit_i_list .txt{
	text-align: center;
	line-height: 1.5;
	font-size: 1.8rem;
}
#merit .merit_u_area{
	padding: 40px 30px;
	padding-left: 260px;
	position: relative;
	border-radius: 20px;
}
#merit .merit_u_area .imgarea{
	position: absolute;
	left: -40px;
	bottom: 0;
}
#merit .merit_u_area .txtarea{
	position: relative;
	z-index: 2;
}
#merit .merit_u_area .txtarea .sub_ttl{
	font-size: 2.4rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.5;
}
#merit .merit_u_area .txtarea .sub_ttl .l_txt{
	font-size: 3.0rem;
}
#merit .merit_u_area .merit_u_area_list{
	justify-content: space-between;
}
#merit .merit_u_area .merit_u_area_list .merit_u_area_list_i{
	width: 49.5%;
	margin-bottom: 1%;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 100px;
	border-radius: 100px;
	align-items: center;
	font-size: 1.5rem;
}
#merit .merit_u_area .merit_u_area_list .merit_u_area_list_i:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #0099fa;
	border-radius: 100px;
}
#merit .merit_u_area .merit_u_area_list .merit_u_area_list_i .txt {
	width: 100%;
	display: inline-block;
	text-align: center;
}
#merit .merit_u_area .merit_u_area_list .merit_u_area_list_i .txt .cor_blue{
	font-size: 1.8rem;
}
#loopslider {
	z-index: 1;
	height: 202px;
	width: 100%;
	position: relative;
	margin-top: 60px;
}
#loopslider #loopslider_wrap{
	top:50% !important;
	transform: translate(0,-50%);
}
#loopslider ul {
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul li {
	float: left;
	margin-left: 50px;
	height: 202px;
	overflow: hidden;
	border-radius: 15px;
    overflow: hidden;
}
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	#merit{
		padding: 50px 0;
	}
	#merit .merit_w .merit_i{
		margin-bottom: 20px;
	}
	#merit .merit_w .merit_i .merit_i_h .num {
		display: table;
		margin: 0 auto 10px;
		padding: 10px 20px;
		font-size: 1.6rem;
		line-height: 1;
	}
	#merit .merit_w .merit_i .merit_i_h .sub_ttl_w{
		font-size: 2.2rem;
		margin-bottom: 15px;
	}
	#merit .merit_w .merit_i .merit_i_h {
		margin-bottom: 25px;
	}
	#merit .merit_w .merit_i .merit_i_list .merit_i_list_i{
		width: 48%;
		margin-bottom: 20px;
	}
	#merit .merit_w .merit_i .merit_i_list .imgarea{
		padding:  0 25px;
	}
	#merit .merit_w .merit_i .merit_i_list .txt{
		font-size: 1.6rem;
	}
	#merit .merit_u_area{
		padding: 30px 20px 0;
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	#merit .merit_u_area .txtarea .sub_ttl{
		font-size: 2.0rem;
		line-height: 1.25;
	}
	#merit .merit_u_area .txtarea .sub_ttl .l_txt{
		font-size: 2.6rem;
	}
	#merit .merit_u_area .merit_u_area_list .merit_u_area_list_i{
		font-size: 1.4rem;
		margin-bottom: 5px;
		width: 100%;
	}
	#merit .merit_u_area .imgarea {
		position: relative;
		left: 0px;
		bottom: 0;
		width: 100%;
		z-index: 3;
				margin-top: -10px;
	}
	#loopslider{
		height: 128px;
		margin-top: 30px;
		margin-bottom: 60px;
	}
	#loopslider ul li{
		width: 200px;
		height: 128px;
		margin-left: 20px;
	}
	#merit .merit_u_area .merit_u_area_list .merit_u_area_list_i .txt .cor_blue{
		font-size: 1.8rem;
	}
}

#price {
	background-image: url(../images/price_bg@x2.jpg);
	background-size: cover;
	position: relative;
	padding: 80px 0;
}
#price .price_w{
	justify-content: space-between;
}
#price .price_w .price_i{
	padding: 30px;
	border-radius: 15px;
	width: 48%;
	box-sizing: border-box;
}
#price .price_w .price_i .sub_ttl{
	text-align: center;
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 30px;
}
#price .price_w .price_i .sub_ttl span{
	display: inline-block;
	border-bottom: 2px solid #0099fa;
	padding-bottom: 5px;
}
#price .price_w .price_i .price_ii_w{}
#price .price_w .price_i .price_ii_w .price_ii{
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
}
#price .price_w .price_i .price_ii_w .price_ii:nth-last-of-type(1){
	margin-bottom: 0;
}
#price .price_w .price_i .price_ii_w .price_ii .num{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	border-radius: 100px;
	flex-shrink: 0;
}
#price .price_w .price_i .price_ii_w .price_ii .num.num_01{
	background: #d7be33;
}
#price .price_w .price_i .price_ii_w .price_ii .num.num_02 {
	background: #a2a2a2;
}
#price .price_w .price_i .price_ii_w .price_ii .num.num_03 {
	background: #a97129;
}
#price .price_w .price_i .price_ii_w .price_ii .bor{
	width: 100%;
	height: 1px;
	background: #c0c0c0;
	margin: 0 20px;
}
#price .price_w .price_i .price_ii_w .price_ii .price_num{
	font-size: 2.8rem;
	font-weight: 400;
	flex-shrink: 0;
}
#price .price_w .price_i .price_ii_w .price_ii .price_num .s_txt{
	font-size: 2.2rem;
}
#price .price_u_area{
	position: relative;
	margin-top: 80px;
}
#price .price_u_area .chara{
	position: absolute;
}
#price .price_u_area .chara.chara_01 {
	bottom: -30px;
    left: -90px;
}
#price .price_u_area .chara.chara_02{
    bottom: -40px;
    right: -60px;
}
#price .price_u_area .txt{
	font-size: 1.8rem;
	text-align: center;
}
#price .price_u_area .txt span{
	font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
	#price{
		padding: 50px 0;
	}
	#price .price_w .price_i{
		margin-bottom: 20px;
		width: 100%;
	}
	#price .price_w .price_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#price .price_w .price_i .sub_ttl{
		font-size: 2.0rem;
	}
	#price .price_u_area{
		margin-top: 150px;
	}
	#price .price_u_area .txt{
		font-size: 1.8rem;
	}
	#price .price_u_area .chara.chara_01 {
        bottom: auto;
        left: -10px;
        width: 130px;
        top: -170px;
    }
	#price .price_u_area .chara.chara_02 {
		bottom: auto;
		right: -10px;
		width: 110px;
		top: -180px;
	}
}

#point{
	padding: 80px 0;
	background-image: url(../images/point_bg@x2.jpg);
	background-size: cover;
}
#point .point_w{}
#point .point_i{
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
#point .point_i:nth-of-type(2n){
	flex-direction: row-reverse;
}
#point .point_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#point .point_i .imgarea{
	flex-shrink: 0;
	margin-right: 50px;
}
#point .point_i:nth-of-type(2n) .imgarea {
	margin-right: 0;
	margin-left: 50px;
}
#point .point_i .imgarea img{
	filter: drop-shadow(1px 3px 5px rgba(56, 166, 236, 0.2));
}
#point .point_i .txtarea{}
#point .point_i .txtarea .num{
	display: table;
	font-size: 2.0rem;
	padding: 5px 20px;
	border-radius: 100px;
	margin-bottom: 20px;
}
#point .point_i .txtarea .sub_ttl{
	font-size: 3.0rem;
	font-weight: 400;
	margin-bottom: 15px;
}
#point .point_i .txtarea .txt span{
	font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
	#point{
		padding: 50px 0;
	}
	#point .point_i .imgarea{
		flex-shrink: 0;
		margin-right: 0;
       width: 100%;
	}
	#point .point_i .txtarea .num{
		margin: -20px auto 20px;
		position: relative;
		z-index: 2;
	}
	#point .point_i .txtarea .sub_ttl{
		font-size: 2.6rem;
		text-align: center;
	}
	#point .point_i .txtarea .txt span{
		font-size: 1.6rem;
	}
}

#interview {
	padding: 80px 0 0;
	background-image: url(../images/interview_bg@x2.jpg);
	background-size: cover;
}
#interview .interview_h_lis{
	justify-content: space-between;
	margin-bottom: 50px;
}
#interview .interview_h_lis .interview_h_lis_i{
	width: 15%;
	border-radius: 100px;
	padding: 5px 15px;
	box-sizing: border-box;
	border: 1px solid #0099fa;
	text-align: center;
}
#interview .interview_w{
	justify-content: space-between;
}
#interview .interview_i{
	position: relative;
}
#interview .interview_i .txt{
	width: 90%;
	font-size: 1.4rem;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 25px;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	#interview{
		padding: 50px 0 0;
	}
	#interview .interview_h_lis .interview_h_lis_i{
		width: 49%;
		margin-bottom: 10px;
	}
	#interview .interview_h_lis .interview_h_lis_i:nth-last-of-type(1),
	#interview .interview_h_lis .interview_h_lis_i:nth-last-of-type(2){
		margin-bottom: 0;
	}
	#interview .interview_ww{
		overflow: scroll;
		width: 100vw;
		
	}
	#interview .interview_w{
		width: 420%;
		margin-right: 50px;
		flex-wrap: nowrap;
	}
	#interview .interview_i{
		width: 31%;
		margin-right: 5px;
	}
	#interview .interview_i .txt {
        width: 92%;
        font-size: 1.2rem;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 12px;
        line-height: 1.25;
    }
}

#flow {
	padding: 80px 0;
	background-image: url(../images/flow_bg@x2.jpg);
	background-size: cover;
}
#flow .flow_w{
	justify-content: center;
}
#flow .flow_i{
	margin: 0 60px;
	position: relative;
}
#flow .flow_i:nth-of-type(1)::after{
	content: "";
    display: block;
    width: 74px;
    height: 11px;
    background-image: url(../images/step_arr_01@x2.png);
    background-size: cover;
    position: absolute;
    right: -96px;
    top: 50%;
    transform: translate(0, -50%);
}
#flow .flow_i:nth-of-type(2)::after {
	content: "";
	display: block;
	width: 74px;
	height: 11px;
	background-image: url(../images/step_arr_02@x2.png);
	background-size: cover;
	position: absolute;
	right: -96px;
	top: 50%;
	transform: translate(0, -50%);
}
#flow .flow_i .num.pc{
	display: table;
	margin: 0 auto 20px;
	padding: 5px 20px;
	text-align: center;
	border-radius: 100px;
}
#flow .flow_i .txtarea{}
#flow .flow_i .txtarea .txt{
	text-align: center;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	#flow{
		padding: 50px 0;
	}
	#flow .flow_i{
		margin: 0;
		display: flex;
		margin-bottom: 50px;
		width: 100%;
	}
	#flow .flow_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#flow .flow_i:nth-of-type(1)::after {
		content: "";
		display: block;
		width: 30px;
		height: 12px;
		background-image: url(../images/step_arr_01@x2.png);
		background-size: cover;
		position: absolute;
		right: 50%;
		top: 100%;
		transform: translate(0, 50%) rotate(90deg);
	}
	#flow .flow_i:nth-of-type(2)::after {
		content: "";
		display: block;
		width: 30px;
		height: 12px;
		background-image: url(../images/step_arr_02@x2.png);
		background-size: cover;
		position: absolute;
		right: 50%;
		top: 100%;
		transform: translate(0, 50%) rotate(90deg);
	}
	#flow .flow_i .imgarea{
		width: 33%;
		flex-shrink: 0;
	}
	#flow .flow_i .txtarea{
		width: 100%;
		margin-left: 30px;
	}
	#flow .flow_i .txtarea .txt{
		text-align: left;
		font-size: 1.6rem;
	}
	#flow .flow_i .num.pc{
		display: none;
	}
	#flow .flow_i .num.sp{
		display: table;
		margin: 0 auto 20px 0;
		padding: 5px 20px;
		text-align: center;
		border-radius: 100px;
	}
}

#reward {
	padding: 80px 0 40px;
}
#reward .reward_w{
	justify-content: space-between;
}
#reward .reward_i_w{
	width: 48%;
	margin-bottom: 40px;
}
#reward .reward_i_w dt{
	font-size: 2.2rem;
	border-left: 2px solid #0099fa;
	border-bottom: 1px solid #0099fa;
	padding: 10px 15px;
	line-height: 1;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	#reword{
		padding: 50px 0;
	}
	#reward .reward_i_w{
		width: 100%;
	}
}

#faq {
	padding: 80px 0;
	background-image: url(../images/faq_bg@x2.jpg);
	background-size: cover;
	background-position: top;
}
.faq_i {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 30px;
	margin-bottom: 30px;
	transition: 0.5s;
	background: #fff;
}
.faq_i.open {
	border-radius: 30px;
}
.faq_i .ico {
	color: #fff;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 20px;
	font-weight: 600;
	flex-shrink: 0;
}
.faq_i h3 {
	color: #0099fa;
	font-size: 1.6rem;
	margin-top: 5px;
	font-weight: 400;
}
.faq_i p {
	margin-top: 5px;
}
.faq_i .q {
	position: relative;
	cursor: pointer;
}
.faq_i .q:after {
	content: "×";
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(45deg) translate(-10px, -50%);
	color: #333;
	transition: 0.5s;
}
.faq_i.open .q:after {
	top: 50%;
	right: 0px;
	transform: rotate(0) translate(0, -50%);
}
.faq_i .a {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	display: none;
}
.faq_i .a a{
	color: #0099fa;
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	#faq {
		padding: 40px 0 40px;
		position: relative;
	}
	.faq_i {
		border-radius: 30px;
		padding: 7.5% 5%;
	}
	.faq_i .q .flex {
		padding-right: 30px;
	}
	.faq_i h3 {
		margin-top: 0;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.faq_i .ico {
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
}

footer{
	background: #fff;
	font-size: 1.2rem;
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	footer{
		padding-bottom: 130px;
	}
}

@media screen and (max-width: 750px) {
	.fixed_foot {
		padding: 10px;
		position: fixed;
		width: 100%;
		background: #fff;
		bottom: 0;
		box-sizing: border-box;
		z-index: 99999;
		padding-top: 30px;
	}
	.fixed_foot .fixed_foot_txt {
        position: absolute;
        width: 80%;
        top: -20px;
        left: 50%;
		animation: floating-f 1s ease-in-out infinite alternate-reverse;
    }
	.fixed_foot a{
		display: block;
		font-size: 2.0rem;
		font-weight: 400;
		text-align: center;
		border-radius: 100px;
		padding: 10px 0;
		box-shadow: 0px 5px 10px 0px rgba(22, 123, 16, 0.31);
		position: relative;
		background: #40c339;
	}
	.fixed_foot a:after{
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background-image: url(../images/cta_btn_arr@x2.png);
		background-size: cover;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translate(0,-50%);
	}
	@keyframes floating-f {
		0% {
        	transform: translate(-50%, -7.5%);
		}

		100% {
			transform: translate(-50%, 3%);
		}
	}
}