@charset "UTF-8";
/* CSS Document */
*{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	word-wrap:break-word;
    margin: 0;
    padding: 0;
}
html {height: 100%;}
body {

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	background: #fff;
	overflow-x: hidden;
    overscroll-behavior: none;
    -ms-overscroll-behavior: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/*----------------------------------------------------------------------------------------------------------------------------------
　 元のcss打ち消し用
----------------------------------------------------------------------------------------------------------------------------------*/
.main_outline{
    top:inherit;
    width: 100%;
	padding-top: 150px;
}
@media screen and (max-width:1330px){
.main_outline{padding-top: 140px;}
}
@media screen and (max-width:1000px){
.main_outline{padding-top: 60px;}
}


/*----------------------------------------------------------------------------------------------------------------------------------
　 add css関係
----------------------------------------------------------------------------------------------------------------------------------*/
.jsHide{
    opacity: 0!important;
    transition: opacity 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.jsHide.jsShow{opacity: 1!important;}


/*-----------------------------------------------
    fv animation
-----------------------------------------------*/
.fv_outline::after{opacity: 0;}
.fv_outline.op::after{
	content: "";
    position: absolute;
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 200vh;
    min-height: 1300px;
    background: url("../img/mainVisual_op.png") bottom center / 90% no-repeat;
	z-index: 2;
	animation: mvan_bg 4s ease forwards;
}

.fadein {
  opacity : 0;
  transition : all 1.5s;
}
  
.fadein.jsShow{
  opacity : 1;
}

  @keyframes mvan_bg {
    0% {opacity: 0;}
  
    100% {opacity: 1;}
  }
/*-----------------------------------------------
    index
-----------------------------------------------*/
.fv_outline{
	width: 100%;
	height: 100%;
	min-height: 100vh;
    position: relative;
    background: #fff;
    display: inline-block;
		text-align: center;
}
.fv_outline::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
	height: 100%;
    background: url(../img/mainVisual_road.jpg) bottom center / cover no-repeat;
	z-index: 1;
}
.fv_outline .fv_top_logo,
.fv_outline .fv_sec_text{position: relative;}
.fv_top_logo{
    width: 100%;
    height: calc(100vh - 150px);
    min-height: 70vw;
	/*//margin-bottom:calc((100vh - 150px)/7); */
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fv_outline .fv_sec_text{
    max-width: 950px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: inline-block;
    z-index: 10;
	padding-top: 0;
transition: all .3s;
}
.fv_outline .fv_sec_text #first{
	height:100vh;
    position: absolute;
    left: 0;
    bottom: 0;
}
.fv_outline .fv_sec_text {
    justify-content: flex-end;
    height: 100%!important;
}
.fv_img,
.fv_img img{
	width: 95%;
	height: auto;
    /*margin: 0 auto;以下に変更*/
    margin: 0 auto -400px;
}
@media screen and (max-width:767px){
	.fv_img,
.fv_img img{
	width: 100%;
    margin: 0 auto -2px;
}
}
.fv_img{position: relative;}
.fv_img_sec{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

.fv_circle{
  z-index: 10;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 250px;
  animation: header_in 4s ease forwards;
}
@media screen and (max-width:800px){
  .fv_circle{
    width: 180px;
  }
}
@media screen and (max-width:550px){
  .fv_circle{
    width: 90px;
  }
}


@media screen and (min-width:1020px){.fv_top_logo{min-height: 750px;}}
@media screen and (max-width:1330px){
	.fv_top_logo{
		height: calc(100vh - 140px);
	margin-bottom:calc((100vh - 140px)/7);}
}
@media screen and (max-width:1000px){
.fv_top_logo{
	height: calc(100vh - 60px);
	margin-bottom:calc((100vh - 60px)/7); 
	}
	
}
@media screen and (max-width:550px){
	.fv_top_logo{
		height: 80vw;
	margin-bottom:10vw; 
	}
	.fv_outline {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
}

#loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*----------------------------------------------------------------------------------------------------------------------------------
　 svg
----------------------------------------------------------------------------------------------------------------------------------*/
.fv_top_logo h1{
	max-width:1020px;
	width:70%;
	height:auto;
}
.fv_top_logo h1 svg{
	max-width: 100%;
	width:100%;
}
.sv5,.sv4,.sv3,.sv2,.sv1{
    fill:none;
    stroke:#FFFFFF;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-dasharray: 1500; 
    stroke-dashoffset:1500; 
}
.sv5,.sv4{stroke-miterlimit:5;}
.sv3,.sv2,.sv1{stroke-miterlimit:10;}

.sv1{stroke-width:60;}
.sv2{stroke-width:105;}
.sv3{stroke-width:25;}
.sv4{stroke-width:15;}
.sv5{stroke-width:75;}
/*----------------------------------------------------------------------------------------------------------------------------------
　 3step
----------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------
    step animation
-----------------------------------------------*/

.anm_step02,
.anm_step04,
.anm_step07,
.af,
.anm_step01,
.anm_step03,
.anm_step06,
.af_icon{opacity: 0;}


.bounceInDown{
  -webkit-animation: bounceInDown 1s;
  animation: bounceInDown 1s;
	opacity:1;
}
.bounceInUp {
  -webkit-animation: bounceInUp 1s;
  animation: bounceInUp 1s;
    opacity: 1;
}
.flipInX{
  -webkit-animation: flipInX 1s!important;
  animation: flipInX 1s!important;
    opacity: 1;
}
.flipInXIcon{
  -webkit-animation: flipInXIcon 1s!important;
  animation: flipInXIcon 1s!important;
    opacity: 1;
	
}


@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}



@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1!important;
  }
}

@keyframes flipInXIcon {
  0% { opacity: 0;}
  100% {opacity: 1;}
}

/*-----------------------------------------------
    step animation end
-----------------------------------------------*/
#step-overview{
	background: #fff;
	font-size: 16px;
}
.step_title{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.step_title picture{width: 84.5vw;}
.step_title img{width: 100%;}
.step_contents {
	width: 100%;
	margin-top: -0.7vw;
	background-image: url("../img/3step_back.svg");
    background-size: contain;
	background-repeat: no-repeat;
	padding: 40px 0;
}
.way_outline{
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.way_outline::before{
    content: "";
    width:1615px;
    height: 608px;
    background-image: url(../img/way.svg);
    background-size: contain;
    background-position: right center;
	background-repeat: no-repeat;
    position: absolute;
	bottom: 295px;
    left: calc((100vw - 1250px)/2 + 15px);
    z-index: 1;
}

.step_inner{
	width: 100%;
	max-width:1280px;
	position: relative;
	margin: 0 auto;
	z-index: 3;
}
.step_title_illust{
	position: absolute;
    left: 3%;
	top: 0;
}


@media screen and (max-width:1280px){
.way_outline::before{
	left: 0;
	bottom: 300px;
	}
}
@media screen and (max-width:999px){
.step_contents {
	margin-top: -3vw;
	background-image: url("../img/3step_back_sp.png");
}
.way_outline::before{
    content: "";
    width:100%;
    height: 90%;
    background-image: url(../img/way_sp.svg);
	background-repeat: repeat-y;
    background-position: center;
    bottom: inherit;
    top: 30vw;

}
.af picture,.af picture img,
.step_title picture{width: 100%;}
}
/*-----------------------
　　3stepレイアウト
------------------------*/
.step_list{
	width: 98%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 220px;
	padding-top: 50px;
}
.step{
	width: 30%;
	max-width: 380px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.step_img{order: 2;}
.step img{width: 100%;}
.step_text_box{width: 85%;}

.step_text_box{
	border-radius: 15px;
	background: rgba(255,255,255,.5);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,.16);
	padding: 15px 20px;
	text-align: left;
	color: #3C3C3C;
	order: 1;
	margin-bottom: 30px;
}
.s_text{font-size: 1.5rem;}
.s_text .s_title{
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 70px 0 15px;
	position: relative;
	margin-top: 15px;
}
.step2{
	position: relative;
	padding-bottom: 80px;
	margin-right: 5%;
}
.af_icon{
	width: 100%;
	max-width: 77px;
	padding-top: 7%;
	background: url(../img/afterfollow_circle.png)no-repeat center;
	background-size: contain;
    position: absolute;
    right: -28%;
    bottom: 304px;
    transform: rotateZ(-16deg);
}
.step3{padding-bottom: 260px;}
.af{
	position: absolute;
	bottom: 10px;
	right: 7%;
	width: 100%;
	max-width: 370px;
	display: flex;
	flex-direction: column;
}
.af .step_text_box{margin-bottom: 0;}

.icon1 .s_title{border-top:solid 1px #22AC38;}
.icon2 .s_title{border-top:solid 1px #EB6D8E;}
.icon3 .s_title{border-top:solid 1px #BA803A;}

.s_title::before{
	content:"";
	width: 50px;
	height: 70px;
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 38px;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.icon1 .s_title::before{background-image:url("../img/step1_icon.png");}
.icon2 .s_title::before{background-image:url("../img/step2_icon.png");}
.icon3 .s_title::before{background-image:url("../img/step3_icon.png");}

.red_text{color: #E60012;}



@media screen and (max-width:1280px){
.step_list{padding-bottom:255px;}
	
.step2{padding-bottom: 5vw;}
.af_icon{
	bottom: 23vw;
    right: -30%;
}
.step3{padding-bottom: 20vw;}
.af{
	right: 1%;
    width: 36%;
	}
}
@media screen and (max-width:999px){
.step_title_illust {
    position: relative;
	width: 80%;
	margin: 0 auto 30px;
	    left: 0;
	padding-top: 0;
	max-width: 500px;
}
.step_list {
    width: 85%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
	padding-top: 0;
}
	.s_text{font-size: 1.3rem;}
.s_text .s_title{
	font-size: 1.6rem;
	}
.af,
.step{
	width: 100%;
	max-width: 100%;
}
.step_img{
	order:1;
	margin-bottom: 20px;
	max-width: 600px;
	}
.step_text_box{
	width: 100%;
	max-width: 500px;
	order:2;
	background: #fff;
	margin: 0 auto 50px;
}
.af {
	position: relative;
	margin-bottom: 50px;}
	
.step2{
	padding-bottom: 30px;
    margin-right: 0;
	}
.af_icon {
    max-width: 91px;
    padding-top: 26px;
    transform: rotateZ(0deg);
	margin: 0 auto;
    display: inline-block;
    bottom: 0;
    right: 0;
    left: 0;
}
.step3 {padding-bottom: 0;}
.step3 .step_text_box{margin-bottom: 10px;}
}

