@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
  margin: 0;padding: 0;line-height:1;
}
#about .container__bg{
  background-color: inherit;
}
#about img{
  width: 100%;
}
/*追加*/.SP,.sp_none{
  display: none !important;
}
.wrap {
  overflow: hidden;
}
/* .container {
  width: 920px;
  padding: 0;
} */
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}
a img:hover {
  opacity: 0.8;
  transition-property: all;
  transition: 0.3s linear;
}
img{
  float:left;
}
.maincontents img{
  width: 100%;
}
.mv{
  background: url(/cms/img/usr/about/MV_bg.png) no-repeat;
  background-size: 100%;
  height: 326px;
  position: relative;
  padding-top: 142px;
  /* padding-left: 44px; */
  margin-bottom: 40px;
  box-sizing: border-box;
}
.mv ul{
  position: absolute;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.mv li{
  list-style: none;
  margin-right: 20px;
}
.mv li:last-child{
  margin-right: 0;
}
.mv li a img{
  max-width: 150px;
}
.box{
  margin-bottom: 40px;
  overflow: hidden;
}

/*@media screen and (min-width: 768px) {
  .SP,.sp_none{
    display: none !important;
  }
  .container {
    max-width: 1024px;
    width: 100%;
    padding: 0;
  }
  .mv li a img{
  width: 15vw;
  }
}*/
@media screen and (max-width: 1024px) {
    .SP,.sp_none{
    display: none !important;
  }
  .container {
    max-width: 1023px;
    width: 100%;
    padding: 0;
  }
  .mv{
    height:26vw;
    padding-top:11vw;
    padding-left: 6vw;
    margin-bottom: 4vw;
  }
  .mv li a img{
    width: 10vw;
  }

}
@media screen and (max-width: 767px) {
  .PC,.pc_none{
    display: none !important;
  }
  .SP,.sp_none{
    display: block!important;
  }
  .container {
    max-width: 767px;
    width: 100%;
    padding: 0;
  }
  .mv{
    background: url(/cms/img/usr/about/MV_bg_sp.png) no-repeat;
    background-size: 100%;
    height:85vw;
    padding-top: 24vw;
    padding-left: 0;
    margin-bottom: 0;
  }
  .mv ul{
    padding-inline-start: 0;
  }
  .mv li{
    margin-right: 2vw;
    width: 28%;
  }
  .mv li a img{
    width: 27vw;
  }

.banner_btn img{
    width: 88vw;
    /* margin: 0 3.5vw 8vw; */
  }
}