/*MERGER20241001-4 介求・ナース　サイトロゴ・メインビジュアルの変更*/
@media screen and (min-width: 768px) {
    .uni-kv_inner {
        background-position: center bottom;
        background-size: 100% !important;
        margin: 0 auto;
        padding: 45px 50px 80px;
        width: 100%;
        padding-top: 16px;
    }

}
@media screen and (max-width: 900px) and (min-width: 800px) { 
    .uni-kv_inner {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% !important;
        margin-top: -2.7%;
        padding-top: 0px;
    }
}
@media screen and (max-width: 800px) and (min-width: 768px) { 
    .uni-kv_inner {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% !important;
        margin-top: -3.7%;
        padding-top: 0px;
    }
}
@media screen and (max-width: 950px) and (min-width: 900px) {
    .uni-kv_inner {
        background-size: 100% !important;
        padding-top: 1.1% !important;
        margin-top: -3%;
    }
}
@media screen and (max-width: 1000px) and (min-width: 950px) {
    .uni-kv_inner {
        background-size: 100% !important;
        padding-top: 1.1% !important;
    }
}
@media screen and (min-width: 768px) {
    .uni-kv_inner::before {
        background: none !important;
        background: initial !important;
    }
}
@media screen and (max-width: 510px) and (min-width: 460px) {
  .uni-kv {
    background-position: center bottom;
    padding-top:3%;
  }
}

@media screen and (max-width: 590px) and (min-width: 510px) {
  .uni-kv {
    background-position: center bottom;
    padding-top:8%;
  }
}
@media screen and (max-width: 650px) and (min-width: 590px) {
  .uni-kv {
    background-position: center bottom;
    padding-top:13%;
  }

}
@media screen and (max-width: 767px) and (min-width: 650px) {
  .uni-kv {
    background-position: center bottom;
    padding-top:17%;
  }

}
.uni-kv_inner {
  background-image: url("/assets/images/kv_pc_2.jpg"); 
}

@media screen and (max-width: 767px) {
  .uni-kv {
    background-image: url("/assets/images/kv_sp_2.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 180px;
  }
  .uni-kv_inner {
    padding: 132px 0 5px;
    background: none;
  }
  .uni-kv_inner .uni-kv_desc .uni-kv_btn-wrap {
    padding: 0px 20px 20px;
  }
  .uni-kv_inner .uni-kv_desc .uni-kv_ttl {
    display: none;
  }
}
/*MERGER20241001-4 介求・ナース　サイトロゴ・メインビジュアルの変更*/