@charset "UTF-8";

@media screen and (max-width: 900px) {
#top_concept + section .heading.block_header_1 p {
  font-size: 2.5rem !important;
}
}


.mv_nav {
  display: none;
}

#mv .mv_text {
  align-items: flex-end;
    padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
  #mv .mv_text {
    padding-bottom: 10px;
  }
}