@charset "UTF-8";

/*会社概要の背景画像を明るく*/
#top_about_bg + div{
  background-color: rgba(255,255,255,0.1);
  background-blend-mode: lighten;
  position: relative;
}
#top_about_bg + div::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 0 30%, #FFF 70% 100%);
}
@media screen and (min-width: 1280px){
    #top_about_bg + div{
    background-size: 100% !important;
  }
}

/*お客様の声非表示*/
#top_content1+.block_images_7 .inner_item:nth-child(2) {
    display: none;
}
#top_content1+.block_images_7 .wrapper_item {
    justify-content: center;
}
@media screen and (max-width: 700px){
#top_content1+.block_images_7 .inner_item {
    width: 100% !important;
}
}