/* ----------------- case ------------------ */
#fv{
  background:url(../img/fv-quality.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 230px;
  text-align: center;
  position: relative;
  overflow: visible;
  margin-bottom: 100px;
  margin-top: 68px;
}
#fv::before{
  content: "";
  background: #e6e8ec url(../img/bg-tri1.svg) bottom right no-repeat;
  background-size: auto;
  position: absolute;
  width: 100%;
  height: 230px;
  top: 46px;
  left: 0;
  z-index: -1;
}
#fv::after{
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 0px solid transparent;
  border-left: 42px solid #fff;
  border-right: 0px solid transparent;
  border-bottom: 65px solid transparent;
}
#fv img{
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
#fv h1::before,
#fv h1::after{
  content: "";
  width: 1px;
  left: 50vw;
  position: absolute;
}
#fv h1::before{
  background: #fff;
  height: 150px;
  top: 150px;
}
#fv h1::after{
  background: #002a66;
  height: 70px;
  top: 230px;
}

h2{
  color: #002a66;
  text-align: center;
  font-size: 2.6rem;
  line-height: 4rem;
  font-family:  ten-mincho-text,serif;
  margin: 30px auto ;
}
h2 br{
  display: none;
}
.catch{
  text-align: center;
  display: block;
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto 70px;
}
#qgallery{
  background-image: url(../img/ph-quality1.png), url(../img/ph-quality2.png);
  background-size: contain;
  background-position: 0 center, 100% center;
  background-repeat: no-repeat;
  width: 100%;
  height: 25.1vw;
  margin: 40px auto 70px;
  position: relative;
}

.iso{
  text-align: center;
  margin-bottom: 100px;
}
.iso section{
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  max-width: 350px;
  text-align: left;
}
.iso section img{
  display: block;
  width: 40vw;
  margin-bottom: 10px;
  border: 1px solid #d6dce6;
}
.iso section p{
  line-height: 2.4rem;
  font-size: 1.5rem;
}
.iso h3{
  font-size: 2rem;
  margin-bottom: 5px;
}

/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px){
  #qgallery{
    background-image: url(../img/ph-quality1.png), url(../img/ph-quality2.png);
    background-size: contain;
    background-position: -15vw center, calc(100% + 15vw) center;
    background-repeat: no-repeat;
    width: 100%;
    height: 33vw;
  }
}
/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px){
  #fv{
    margin-top: 80px;
    margin-bottom: 140px;
  }
  .catch{
    text-align: left;
    font-size: 1.8rem;
    width: 94vw;
  }
  h2 br{
    display: block;
  }

  #list section{
    width: 46vw;
  }
  #list img{
    width: calc(46vw - 30px);
  }
  #list.nophoto section{
    width: calc(46vw - 15px);
  }
  .iso section{
    font-size: 1.8rem;
  }
}
/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 700px){
   #qgallery{
      margin: 30px auto;
    }
    .iso section{
      max-width: 90vw;
      margin-bottom: 30px;
    }
    .iso section img{
      width: 100vw;
    }
    .iso section p{
      font-size: 1.8rem;
    }

    
}