.home .mv__partner-logo {
  max-width: 150px;
}

.home .mv__bnr{
  position: fixed;
  z-index: 100;
  right: 40px;
  bottom: 0;
  width: 335px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); */
}
.home .mv__bnr img{
  width: 100%;
}
.home .mv__bnr-link {
  position: absolute;
  z-index: 1;
  width: 298px;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  cursor: pointer!important;
  transition: .3s;
}
.home .mv__bnr-link:hover {
  opacity: .8;
}

@media screen and (min-width: 768px) {
  .home .flow__figure {
    width: 150px;
  }

  .home .mv__partner-text {
    flex: 1;
  }
}

@media screen and (max-width:767px) {
  .home .mv__bnr{
    right: 20px;
    bottom: 0;
    max-width: 335px;
    width: 100%;
    z-index: 100;
  }

  .home .mv__bnr-link {
    width: calc((298/335) * 100%);
    bottom: 14px;
  }
}

@media screen and (max-width:374px) {
  .home .mv__bnr{
    max-width: 280px;
  }
}
