@charset "utf-8";

/* mv */
@media (min-width: 769px) {
  .underlayer_mv_img {
    background: url("../../images/life/index/mv.jpg") no-repeat 50% 50% / cover;
  }
}
@media (max-width: 768px) {
  .underlayer_mv_img {
    background: url("../../images/life/index/mv_sp.jpg") no-repeat 50% 50% /
      cover;
  }
}

/* life */
.life {
  margin-top: 100rem;
}
@media (min-width: 769px) {
  .border_flex_content {
    padding-top: 50rem;
  }
}
@media (max-width: 768px) {
  .border_flex
    .border_flex_inner:nth-child(1)
    .border_flex_content:nth-child(1) {
    padding-top: 40rem;
  }
}
