@charset "UTF-8";
body {
  background-image: url("../img/bg.png");
}
.vliver {
  margin-top: 120px;
  padding: 0;
}
ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.vliver li{
  list-style: none;
  margin-top: 20vw;
  }
.vliver h1 {
  font-size: 0;
  line-height: 0;
}
.vliver h2 {
  margin: 60px;
}
.vliver-name img {
  width: 40vw;
}
.vliver-img img {
  width: 50vw;
}
.btn {
  margin-top: 0;
}
@media(min-width: 801px){
  .vliver {
    padding: 150px;
  }
  .vliver li{
    list-style: none;
    margin: 10vw 2vw;
    width: 21vw;
    }
    .vliver-img img {
      width: 100%;
    }
    .vliver-name img {
      width: 15vw;
    }
    .btn {
      display: flex;
      justify-content: center;
      margin-top: 0;
    }
    a.btn_04 {
      display: flex;
      justify-content: center;
      margin-top: 0;
    }
    
}

/*-----------------------contat-pc-----------------------------*/
@media (max-width: 650px){
  .contact {
    display: none;
  }
}
@media (min-width: 651px){
.contact {
  max-width: 960px;
  margin: 100px auto; 
  position: relative;
  padding: 100px 150px 120px;
}
.contact_contents {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contact h2 { 
  font-size: 2vw;
  line-height: 9rem;
}
.contact_contents_left {
  flex-basis: 30%
}
.contact_contents_left img{
  width: 12vw;
}
.contact_contents_right {
  flex-basis: 50%;
}
}