/* ------------------------------------------
/* main visual
--------------------------------------------*/
.mv-wrapper{
  padding: 90px 0 30px;
}
.mv-copy{
  font-size: 62px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
.mv-text{
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.mv-img-wrapper{
  max-width: 1600px;
  margin: auto;
}

@media screen and (max-width:768px){
  .mv-copy{
    font-size: 36px;
  }
  .mv-text{
    font-size: 18px;
    text-align: left;
    max-width: 88%;
    margin: auto;
  }
}

/* ------------------------------------------
/* bgイメージエリア
--------------------------------------------*/
.top-bgi-area img{
  max-height: 320px;
  width: 100%;
  object-fit: cover;
}

/* ------------------------------------------
/* 商品案内
--------------------------------------------*/
.service-link-list{
  max-width: 760px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
}
.service-link-item{
  margin: 0 20px;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 0;
  width: 40%;
}
.service-link-item a{
  text-decoration: underline;
  color: #1a0dab;
}
.banner-list{
  display: flex;
  justify-content: center;
  max-width: 740px;
  margin: auto;
  
  flex-wrap: wrap;
  
}
.banner-item{
  width: 180px;
  margin: 0 12px 12px;
}

@media screen and (max-width:768px){
  .service-link-list{
    flex-direction: column;
  }  
  .service-link-item{
    width: 100%;
    margin: 0 auto 20px;
  }

}

