.p-mv__wrap {
  background: linear-gradient(to bottom, #dbdbdb 85%, var(--color-light-gray));
}

@media only screen and (max-width: 768px) {
  .p-mv {
    background: url("../img/img-main_sp.jpg") no-repeat center top/100% auto;
    height: 150.2666666667vw;
    margin-bottom: 24vw;
    padding-top: 36vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv {
    background: url("../img/img-main.png") no-repeat center bottom/auto 100%;
    margin-bottom: 100px;
    padding-top: 160px;
    height: 811px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv .c-ttl__main {
    margin-bottom: 520px;
  }
}
.p-mv .c-ttl__main h1, .p-mv .c-ttl__main p {
  color: #000;
}
.p-mv .c-breadcrumb {
  padding-top: 0;
}

.p-section {
  --color-sub-text: #fff;
}

.p-section__inner {
  margin: 0 auto;
  max-width: 1060px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-section__inner {
    padding: 0 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-section__inner {
    padding: 0 20px;
  }
}
.p-section__inner::before {
  color: var(--color-sub-text);
  content: attr(data-text);
  display: inline-block;
  letter-spacing: 0.075em;
  position: absolute;
  top: 0;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .p-section__inner::before {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .p-section__inner::before {
    font-size: 12px;
    font-size: 1.2rem;
    left: -70px;
  }
}

.p-message {
  --color-sub-text: #000;
}
@media only screen and (max-width: 768px) {
  .p-message {
    margin-bottom: 25.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-message {
    margin-bottom: 130px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-message .p-section__inner::before {
    top: 11px;
  }
}
.p-message h2 {
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-message h2 {
    font-size: 6.6666666667vw;
    line-height: 1.4;
    margin-bottom: 7.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-message h2 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.p-message .p-message__text {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-message .p-message__text {
    font-size: 4.2666666667vw;
    line-height: 1.875;
    margin-bottom: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-message .p-message__text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.1666;
    margin-bottom: 85px;
  }
}

@media only screen and (max-width: 768px) {
  .p-section__mv {
    margin: 0 -5.3333333333vw 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-section__mv {
    margin-bottom: 32px;
  }
}
.p-section__mv img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-section__mv img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-section__mv img {
    max-width: 100%;
  }
}

.p-section__lead {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-section__lead {
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 8.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-section__lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}

.p-section__buttons {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-section__buttons {
    align-items: center;
    flex-direction: column;
    gap: 7.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-section__buttons {
    justify-content: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-section__buttons li {
    width: 66.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-section__buttons li {
    width: 320px;
  }
}
.p-section__buttons a {
  background-image: url("/_assets/recruit/img/icon-arrow.svg");
  font-weight: bold;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-section__buttons a {
    height: 12.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-section__buttons a {
    font-size: 16px;
    font-size: 1.6rem;
    height: 64px;
  }
}

@media only screen and (max-width: 768px) {
  .p-interview {
    margin-bottom: 21.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-interview {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .p-voice {
    margin-bottom: 32vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-voice {
    margin-bottom: 190px;
  }
}
@media only screen and (max-width: 768px) {
  .p-voice .p-section__buttons li {
    width: 56vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-voice .p-section__buttons li {
    width: 240px;
  }
}