@charset "UTF-8";

.recruit .page-header {
    width: 100%;
    height: 200px;
    background: url(/images/common/titlebg-subpage.jpg) no-repeat center top/cover;
    margin: 85px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruit .page-header h1 {
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 200;
    font-size: 42px;
    line-height: 1.9;
    color: #fff;
    letter-spacing: 0.1em;
}

.recruit main section.mv {
   max-width: 1920px;
    margin: 0 auto;
}
.recruit main section.mv .wrap { 
    height: 765px;
   /* 
    height: 660px;
   */
}
.recruit main section.mv .wrap .inner.btn ul li {
    height: 80px;
   /* 
    height: 71px;
   */
}
.recruit main section.mv .wrap .inner.mv span.bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-position: 88% 40%;
    background-size: cover;
    max-width:1510px;
    padding-bottom: 34.3%;
}
.recruit main section.mv .wrap .inner.mv .recruit2025 {
    width: 235px;
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 10;
    letter-spacing: -0.01em;
}
  .recruit main section.mv .wrap .inner.mv .recruit2025 img {
     width: 100%;
  }
.recruit main section.mv .wrap .inner.mv .copyright {
    font-size: 15px;
    text-align: right;
    line-height: 1;
    color: #000;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    letter-spacing: -0.01em;
    padding: 0 30px 22px 20px;
    /* 
    text-shadow:1px 1px 0 #333, -1px -1px 0 #333,
              -1px 1px 0 #333, 1px -1px 0 #333,
              0px 1px 0 #333,  0-1px 0 #333,
              -1px 0 0 #333, 1px 0 0 #333;
   */
}

@media (max-width: 768px) {
    .recruit .page-header {
    height: 21.511vw;
    margin: 0 auto;
    background: url(/images/common/titlebg-subpage.jpg) no-repeat center top/cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .recruit main section.mv .wrap {
        height: 100%;
    }
    .recruit main section.mv .wrap .inner.mv {
    /* 2023
        height: 173.333vw;
   */
        height: 100vw;
    }
   .recruit main section.mv .wrap .inner.mv .copyright {
        font-size: 2.933vw;
        text-align: left;
        line-height: 1.2;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        letter-spacing: -0.03em;
        padding: 0 2.133vw 2.667vw;
    }
}
    /* 2024   */


.recruit main section.mv .wrap .inner.btn h2 {
  height:90px;
  padding: 32px 40px 20px 90px;
}
.recruit main section.mv .wrap .inner.mv span.bg {
    background-position: left top;
    background-size: cover;
}
@media (max-width: 768px) {
  .recruit main section.mv .wrap .inner.btn h2 { height:auto; font-size: 3.516vw; text-align: center; padding: 6.152vw 1.953vw 5.859vw 1.953vw; }
  .recruit main section.mv .wrap .inner.btn ul li { width: 100%; height: 11.719vw; }
  .recruit main section.mv .wrap .inner.mv .recruit2025 { display: none; }
    .recruit main section.mv .wrap .inner.mv .copyright { display: none; }

}

