@charset "utf-8";

main{
}

header{

}

header .inner{
}

.box_header{
  line-height: 1;
}

.fv{

}

.fv_bottom{
  display: flex;
  flex-direction: column;
  gap:10px;
  width:100%;
  margin: auto;
  padding: 0 3% 25px;
  background: url(images/FV_bottom_sp.png) center top;
  background-size: cover;
}

.fv_bottom a{
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}

.fv_bottom .bnr{
  width: 100%;
}

.inner{
    margin: auto;
    max-width: 100%;
}


.content01 .inner{
  background: url(images/content01_bg_sp.png) center top;
  background-size: cover;
}

.content01 .box{
  margin: auto;
}

.content02{

}

.content02 .inner{
  background: url(images/content02_bg_sp.png) center top;
  background-size: cover;
  text-align: center;
}

.content02 .box{
  width: 80%;
  margin: auto;
}

.content03{

}

.content03 .inner{
  background: url(images/content03_bg_sp.png) center top;
  background-size: cover;
  text-align: center;
  padding: 0 3%;
}

.content03 .inner .box{
  margin-bottom: 30px;
}

.content03 .box:last-child{
  padding-bottom: 70px;
  margin-bottom: 0px;
}

.content04{

}

.content04 .inner{
  background: url(images/content04_bg_sp.png) center top;
  background-size: cover;
  text-align: center;
  padding: 0 3%;
}

.content04 .inner .box{
  padding-bottom: 50px;
}


.content05{

}

.content05 .inner{
  background: url(images/content05_bg_sp.png) center top;
  background-size: cover;
  text-align: center;
  padding-bottom: 30px;
}

.content05 .inner .box{
  padding-bottom: 3vw;
}

.content06{

}

.content06 .inner{
  background: url(images/content06_bg.jpg) center top;
  background-size: cover;
  text-align: center;
  padding: 30px 3%;
}

.content06 .inner .box{
  margin-bottom: 15px;
}

.content06 .inner .box:last-child{
  margin-bottom:0; 
}


.content07{

}

.content07 .inner{
  background: url(images/content07_bg.jpg) center top;
  background-size: cover;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}

.content07 .inner .box{

}

.content07 .btn{
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.content07 .btn a{
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}

footer{

}

footer .inner{
  background: #3d51a6;
  text-align: center;
  background: url(images/footer_bg_copy_sp.png) center bottom;
  background-size: cover;
}

footer .inner .box{
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 25px 5%;
  background-size: cover;
}

footer .inner .box a{
  display: block;
  line-height: 0;
  width: 40%;
}