@charset "UTF-8";
/* ================================
メインビジュアル
================================ */
.home .l-content-container {
  margin-top: 0;
}

.p-top-mv {
  position: relative;
  z-index: 0;
}
.p-top-mv__video {
  position: sticky;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
}
.p-top-mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__content {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3rem 0;
  height: 100lvh;
  margin: -100lvh 0 0;
}
.p-top-mv__catch01 {
  width: auto;
  height: 56.8vh;
  aspect-ratio: 380/460;
}
.p-top-mv__catch01 img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-mv__catch02 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-mv__catch01 {
    height: 39vh;
  }
  .p-top-mv__catch02 {
    font-size: 1.4rem;
  }
}

.p-page-mv {
  padding: 0 0 1.3rem;
}
.p-page-mv__main-title {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 3.1rem;
}
.p-page-mv__img {
  aspect-ratio: 1280/385;
}
.p-page-mv__img img {
  border-radius: 9999px;
}
.p-page-mv__sub-title {
  display: block;
  color: #dddddd;
  font-family: "Oswald", sans-serif;
  font-size: 6.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  mix-blend-mode: difference;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-transform: capitalize;
  white-space: nowrap;
  margin: -0.5em 0 0;
}
@media screen and (max-width: 768px) {
  .p-page-mv {
    padding: 1.9rem 0 1.3rem;
  }
  .p-page-mv__main-title {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .p-page-mv__img {
    width: calc(100% + 0.9rem);
    aspect-ratio: 350/200;
    margin: 0 -0.9rem 0 0;
  }
  .p-page-mv__img img {
    border-radius: 9999px 0 0 9999px;
  }
  .p-page-mv__sub-title {
    font-size: 2.5rem;
  }
}

.p-recruit-mv {
  position: relative;
  z-index: 2;
  min-height: 39.4rem;
  margin: -1.3rem 0 3.1rem;
}
.p-recruit-mv__catch {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-recruit-mv__catch .-gd {
  display: inline-block;
  background: linear-gradient(15deg, #eca900, #d9c07d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-recruit-mv__img-wrap {
  position: relative;
  background-color: #fff;
  padding: 0 0 2.9rem 4rem;
}
.p-recruit-mv__img-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 27.6rem;
  aspect-ratio: 730/410;
  background: url(../img/recruit/joinus_typo.png) no-repeat center center/contain;
  mix-blend-mode: difference;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.p-recruit-mv__img {
  max-width: 872px;
  width: 60.6vw;
  height: 36.3rem;
  border-radius: 9999px 0 0 9999px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-recruit-mv__img-wrap {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-mv {
    min-height: initial;
    background-color: transparent;
    padding: 1.5rem 0 0;
    margin: 0;
  }
  .p-recruit-mv__img-wrap {
    padding: 0 0 2.9rem;
  }
  .p-recruit-mv__img-wrap::before {
    left: 0;
    bottom: 1rem;
    width: 14.5rem;
  }
  .p-recruit-mv__img {
    width: 100%;
    height: 15.6rem;
  }
  .p-recruit-mv__catch {
    font-size: 2rem;
  }
}

.p-interview-mv {
  position: relative;
  z-index: 0;
  min-height: 32.5rem;
  margin: 0 0 11.3rem;
}
.p-interview-mv__sub-heading {
  display: block;
  aspect-ratio: 566/150;
  height: 9.4rem;
  margin: 0 0 1.5rem;
}
.p-interview-mv__main-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
}
.p-interview-mv__main-heading::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1px;
  background-color: #222;
}
.p-interview-mv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.5rem auto 0;
}
.p-interview-mv__catch {
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}
.p-interview-mv__catch img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-interview-mv__meta {
  font-size: 1.3rem;
  font-weight: 700;
}
.p-interview-mv__thumb {
  max-width: 900px;
  width: 62.5vw;
  height: 32.5rem;
  border-radius: 9999px 0 0 9999px;
  overflow: hidden;
}
.p-interview-mv__salary {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  color: #fff;
  background-color: #333;
  border: 1ox solid #fff;
  border-radius: 9999px;
  padding: 1.3rem;
  margin: 0 0 1rem;
}
.p-interview-mv__salary::before {
  content: "";
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(../img/interview/salary_chevron.png) no-repeat center center/contain;
}
.p-interview-mv__salary-label {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  font-size: 1.3rem;
  font-weight: 700;
}
.p-interview-mv__salary-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(15deg, #eca900, #d9c07d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: -0.5rem 0 0;
}
.p-interview-mv__salary-text .-num {
  font-size: 2.4rem;
}
.p-interview-mv__salary-text .-change {
  font-size: 1.9rem;
}
@media screen and (min-width: 769px) {
  .p-interview-mv__thumb {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-interview-mv {
    min-height: initial;
    margin: 0 0 4rem;
  }
  .p-interview-mv__sub-heading {
    height: 5.6rem;
    margin: 0 0 0.8rem;
  }
  .p-interview-mv__thumb {
    width: calc(100% - 1rem);
    height: 12.5rem;
    margin: 4rem 0 0 auto;
  }
  .p-interview-mv__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.8rem 0;
    margin: -1.3rem auto 0;
  }
  .p-interview-mv__catch {
    font-size: 1.3rem;
  }
  .p-interview-mv__catch br {
    display: none;
  }
  .p-interview-mv__salary {
    padding: 0.8rem;
  }
  .p-interview-mv__salary::before {
    width: 1rem;
  }
  .p-interview-mv__salary-label {
    font-size: 0.9rem;
  }
  .p-interview-mv__salary-text {
    font-size: 0.8rem;
  }
  .p-interview-mv__salary-text .-num {
    font-size: 1.5rem;
  }
  .p-interview-mv__salary-text .-change {
    font-size: 1.3rem;
  }
  .p-interview-mv__meta {
    font-size: 1rem;
  }
}