/* ================================
Main Visual
================================ */
.home .l-content-container {
  padding-top: 0;
}

.p-top-mv {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100svh;
}
.p-top-mv__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-mv__bg img,
.p-top-mv__bg source {
  -o-object-position: bottom left;
     object-position: bottom left;
}
.p-top-mv__img {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 103vh;
  aspect-ratio: 986/883;
}
.p-top-mv__img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top right;
     object-position: top right;
}
.p-top-mv__content {
  position: relative;
  z-index: 1;
  width: calc(100% - 5rem);
  max-width: 1200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 0 5.3rem;
  margin: 0 auto;
}
.p-top-mv__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.p-top-mv__catch::after {
  content: attr(data-en);
  color: #B1CDFF;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 0.5em 0 0;
}
.p-top-mv__recruit {
  position: fixed;
  bottom: 3.1rem;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.3rem 0 0 1.3rem;
  overflow: hidden;
  -webkit-box-shadow: 0.3rem 0.3rem 0.9rem 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0.3rem 0.3rem 0.9rem 0 rgba(0, 0, 0, 0.17);
}
.p-top-mv__recruit:hover {
  opacity: 1;
}
.p-top-mv__recruit:hover .p-top-btn {
  opacity: 0.7;
}
.p-top-mv__recruit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem 0;
  border-left: 1rem solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#000099), to(#6199ff)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #000099, #6199ff) border-box;
  padding: 1.9rem 1.5rem 1.9rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    height: 100vh;
  }
  .p-top-mv__bg {
    height: 100%;
  }
  .p-top-mv__bg img,
  .p-top-mv__bg source {
    -o-object-position: top center;
       object-position: top center;
  }
  .p-top-mv__img {
    display: none;
  }
  .p-top-mv__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 2.5rem);
    padding: 0;
  }
  .p-top-mv__catch {
    font-size: 2.7rem;
  }
  .p-top-mv__catch::after {
    font-size: 1.7rem;
  }
  .p-top-mv__recruit {
    position: absolute;
    bottom: -1.3rem;
    border-radius: 0.8rem 0 0 0.8rem;
  }
  .p-top-mv__recruit .p-top-btn {
    min-width: initial;
    width: 100%;
  }
  .p-top-mv__recruit-inner {
    padding: 0.8rem 0.8rem 0.8rem 1.6rem;
    border-left-width: 0.6rem;
  }
}