@charset "utf-8";

/* 20240530 追加 */
#footer .footer-bottom  .logo-box .logo-item .logo-img.n1 {
    background: #fff;
}
.sec1-logo-welfare {
    margin-top: 3.5em;
    justify-content: center;
    flex-direction: column;
}
.welfare-logo {
    max-width: 150px;
    margin-inline: auto;
    margin-bottom: 1.5em;
}
.welfare-logo-text p {
    text-align: center;
}

@media screen and (max-width: 991px) {
    .welfare-logo-text p {
        text-align: left;
    }
}
/* 20240530 ここまで */

/* 20251216 ADD */
.mv .mv-text-box {
  top: 27%;
}
.mv .mv-video-box {
  position: absolute;
  top: 45%;
  left: 5%;
  z-index: 1;
}
.mv .mv-video-box video {
  max-width: 700px;
  min-width: 450px;
  width: 36vw;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 767px) {
  .mv .mv-text-box {
    top: 32%;
  }
  .mv .mv-video-box video {
    max-width: 500px;
    min-width: initial;
    width: 85vw;
  }
}