/* ================================
Main Visual
================================ */
.p-topA-mv {
  min-height: 45.3rem;
}
.p-topA-mv__inner {
  position: relative;
  z-index: 0;
}
.p-topA-mv__img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -4.7rem;
  width: 62.5%;
  aspect-ratio: 750/632;
}
.p-topA-mv__catch {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0 2rem;
}
.p-topA-mv__catch::before {
  content: "";
  position: absolute;
  bottom: -2.7rem;
  right: -1.7rem;
  display: block;
  width: 6.1rem;
  aspect-ratio: 91/116;
  background: url(../img/employers/mv_illust02.png) no-repeat center center/contain;
}
.p-topA-mv__catch .-shougai {
  color: #98c940;
}
.p-topA-mv__catch .-art {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f39a00;
}
.p-topA-mv__catch .-art::after {
  content: "";
  display: inline-block;
  width: 2.7rem;
  aspect-ratio: 40/56;
  background: url(../img/employers/art_illust.png) no-repeat center center/contain;
}
.p-topA-mv__catch .-zaitaku {
  color: #fac12c;
  padding: 1.3rem 2rem 0;
  background: url(../img/employers/house_illust.png) no-repeat center bottom/contain;
}
.p-topA-mv__catch .-clear {
  color: #ed6f0f;
  font-size: 4rem;
}
.p-topA-mv__desc {
  line-height: 2.2;
  margin: 0 0 2.7rem;
}
@media screen and (max-width: 834px) {
  .p-topA-mv {
    min-height: initial;
    padding: 1.2rem 0 0;
  }
  .p-topA-mv__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: 1.2rem 0;
  }
  .p-topA-mv__img {
    position: initial;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .p-topA-mv__catch {
    font-size: 2.1rem;
    white-space: nowrap;
    margin: 0 auto 1.2rem;
  }
  .p-topA-mv__catch::before {
    content: none;
  }
  .p-topA-mv__catch .-art::after {
    width: 1.5rem;
  }
  .p-topA-mv__catch .-zaitaku {
    padding: 0.7rem 1rem 0;
  }
  .p-topA-mv__catch .-clear {
    font-size: 2.3rem;
  }
  .p-topA-mv__desc {
    line-height: 2;
    margin: 0 1.2rem 1.5rem;
  }
}

.p-topA-mv-cta {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border: 2px solid #ed6f0f;
  border-radius: 0.3rem;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 0.3rem 0.3rem 0 0 #ed6f0f;
          box-shadow: 0.3rem 0.3rem 0 0 #ed6f0f;
}
.p-topA-mv-cta::before {
  content: "";
  position: absolute;
  bottom: -1.3rem;
  left: -4.7rem;
  display: block;
  width: 6.7rem;
  aspect-ratio: 100/217;
  background: url(../img/employers/mv_illust01.png) no-repeat center center/contain;
}
.p-topA-mv-cta__heading {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 0.7rem;
}
@media screen and (max-width: 834px) {
  .p-topA-mv-cta {
    border-width: 0.1rem;
    border-radius: 0.4rem;
    padding: 1rem 1.2rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0 0 #ed6f0f;
            box-shadow: 0.2rem 0.2rem 0 0 #ed6f0f;
  }
  .p-topA-mv-cta::before {
    content: none;
  }
  .p-topA-mv-cta__heading {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 0.8rem;
  }
}

.p-topB-mv {
  min-height: 45.3rem;
}
.p-topB-mv__inner {
  position: relative;
  z-index: 0;
}
.p-topB-mv__img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -4.7rem;
  width: 62.5%;
  aspect-ratio: 750/632;
}
.p-topB-mv__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 0 0;
}
.p-topB-mv__catch {
  position: relative;
  font-size: 4.1rem;
  font-weight: 700;
  padding: 0 4.3rem 0 0;
  margin: 0 0 1rem;
}
.p-topB-mv__catch::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 8.3rem;
  aspect-ratio: 125/120;
  background: url(../img/jobseekers/mv_illust.png) no-repeat center center/contain;
}
.p-topB-mv__catch .-jitaku {
  color: #98c940;
  padding: 1.3rem 2rem 0;
  background: url(../img/employers/house_illust.png) no-repeat center bottom/contain;
}
.p-topB-mv__catch .-art {
  color: #ed6f0f;
}
.p-topB-mv__desc {
  line-height: 2.2;
  margin: 0 0 2rem;
}
.p-topB-mv__btn-wrap {
  position: relative;
  z-index: 0;
}
.p-topB-mv__btn-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -2rem;
  top: -2rem;
  display: block;
  width: 6.7rem;
  aspect-ratio: 100/143;
  background: url(../img/cmn/ctaB_illust01.png) no-repeat center center/contain;
}
.p-topB-mv__btn {
  width: 34.9rem;
}
@media screen and (max-width: 834px) {
  .p-topB-mv {
    min-height: initial;
    padding: 0 0 2.3rem;
  }
  .p-topB-mv__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: 1.2rem 0;
  }
  .p-topB-mv__img {
    position: initial;
    width: 100vw;
    aspect-ratio: 750/632;
    margin: 0 calc(50% - 50vw);
  }
  .p-topB-mv__catch {
    font-size: 2.3rem;
    white-space: nowrap;
    margin: 0 auto 1.2rem;
  }
  .p-topB-mv__catch::before {
    width: 5.5rem;
  }
  .p-topB-mv__catch .-jitaku {
    padding: 0.7rem 1rem 0;
  }
  .p-topB-mv__desc {
    line-height: 2;
    margin: 0 0 1.5rem;
  }
  .p-topB-mv__btn-wrap::before {
    top: 1.3rem;
    left: -0.8rem;
    width: 3.8rem;
  }
  .p-topB-mv__btn {
    width: 100%;
  }
}

.p-page-mv {
  position: relative;
  z-index: 0;
  height: 13.3rem;
  background-color: rgba(207, 210, 0, 0.15);
  overflow: hidden;
}
.p-page-mv::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 3.3rem;
  height: 10rem;
  aspect-ratio: 185/150;
  background: url(../img/cmn/page-mv_img01.png) no-repeat center center/contain;
}
.p-page-mv::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 1rem;
  right: 3.3rem;
  width: 11.7rem;
  aspect-ratio: 173/152;
  background: url(../img/cmn/page-mv_object01.png) no-repeat center center/contain;
}
.p-page-mv__content {
  position: relative;
  z-index: 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-page-mv__title {
  width: 100%;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-page-mv__title::before {
  content: attr(data-en);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  font-size: 7rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1;
}
.p-page-mv.-typeB::before, .p-page-mv.-typeC::before {
  background: url(../img/cmn/page-mv_img02.png) no-repeat center center/contain;
}
.p-page-mv.-typeB::after, .p-page-mv.-typeC::after {
  bottom: 0;
  right: calc(50% - 8rem);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 53rem;
  aspect-ratio: 795/200;
  background: url(../img/cmn/page-mv_object02.png) no-repeat center center/contain;
}
.p-page-mv.-typeB {
  background-color: rgba(255, 240, 56, 0.2);
}
.p-page-mv.-typeC {
  background-color: rgba(152, 201, 64, 0.15);
}
.p-page-mv.-company::before {
  background: url(../img/company/page-mv_img.png) no-repeat center center/contain;
}
.p-page-mv.-artist-employment::before {
  background: url(../img/artist-employment/page-mv_img.png) no-repeat center center/contain;
}
.p-page-mv.-employers-contact::before {
  background: url(../img/employers-contact/page-mv_img.png) no-repeat center center/contain;
}
.p-page-mv.-employers-privacy::before {
  background: url(../img/employers-privacy/page-mv_img.png) no-repeat center center/contain;
}
.p-page-mv.-column {
  background-color: rgba(255, 240, 56, 0.2);
}
.p-page-mv.-column::before {
  background: url(../img/cmn/page-mv_img02.png) no-repeat center center/contain;
}
.p-page-mv.-jobseekers-contact {
  background-color: rgba(250, 193, 44, 0.15);
}
.p-page-mv.-jobseekers-contact::before {
  background: url(../img/jobseekers-contact/page-mv_img.png?250904v2) no-repeat center center/contain;
}
.p-page-mv.-jobseekers-privacy {
  background-color: rgba(250, 193, 44, 0.15);
}
.p-page-mv.-jobseekers-privacy::before {
  background: url(../img/jobseekers-privacy/page-mv_img.png?250904) no-repeat center center/contain;
}
.p-page-mv.-jobs::before {
  background: url(../img/jobs/page-mv_img.png) no-repeat center center/contain;
}
.p-page-mv.-employment::before {
  background: url(../img/employment/page-mv_img.png) no-repeat center center/contain;
}
@media screen and (max-width: 834px) {
  .p-page-mv {
    height: 7.7rem;
  }
  .p-page-mv::before {
    top: -1.3rem;
    left: -1.7rem;
    height: 6rem;
  }
  .p-page-mv::after {
    bottom: -0.5rem;
    right: -0.4rem;
    width: 7.7rem;
  }
  .p-page-mv__title {
    font-size: 1.5rem;
  }
  .p-page-mv__title::before {
    font-size: 3rem;
    white-space: initial;
    word-break: normal;
  }
  .p-page-mv.-typeB::after, .p-page-mv.-typeC::after {
    right: 0;
    -webkit-transform: none;
            transform: none;
    width: 13.3rem;
    aspect-ratio: 345/200;
    background: url(../img/cmn/page-mv_object02_sp.png) no-repeat center center/contain;
  }
}