.page-recruit .page-mv {
  margin: auto;
  background: url("../img/recruit/mv-recruit.webp") no-repeat center center/cover;
}

@media screen and (min-width: 961px) {
  .desired .inner {
    padding-top: 60px;
  }
}

.desired__title {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .desired__title {
    margin: 0 -100px;
  }
}

.desired__emphasis {
  margin-top: 60px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5625;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .desired__emphasis {
    margin-top: 35px;
    font-size: 24px;
    line-height: 1.6666666667;
  }
}

.desired__text {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .desired__text {
    padding-bottom: 120px;
    margin-top: 40px;
  }
}

.desired-illust01 {
  position: absolute;
  left: 2%;
  bottom: 70px;
}
@media screen and (max-width: 960px) {
  .desired-illust01 {
    left: 20px;
    bottom: 40px;
    max-width: 166px;
  }
}

.desired-illust02 {
  position: absolute;
  right: 2%;
  bottom: 70px;
}
@media screen and (max-width: 960px) {
  .desired-illust02 {
    right: 20px;
    bottom: 40px;
    max-width: 125px;
  }
}

.voice {
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .voice {
    margin-top: 40px;
  }
}
.voice::before {
  background: url("../img/recruit/voice-bg.webp") no-repeat center top/cover;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .voice::before {
    background: url("../img/recruit/voice-bg-sp.webp") no-repeat center top/100% 100%;
  }
}
.voice .inner {
  padding-block: 140px;
}
@media screen and (max-width: 960px) {
  .voice .inner {
    padding-block: 80px;
  }
}
.voice .section__title {
  margin: auto;
}

.voice__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 960px) {
  .voice__list {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
    place-items: center;
  }
}

.voice__item {
  position: relative;
  width: 250px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .voice__item {
    width: 100%;
    max-width: 333px;
    height: 100%;
    max-height: 333px;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 961px) {
  .voice__item:nth-child(2n) {
    margin-top: 100px;
  }
}
.voice__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.voice__item:nth-child(1)::before {
  background: url("../img/recruit/voice-item-bg01.webp") no-repeat center center/cover;
}
.voice__item:nth-child(2)::before {
  background: url("../img/recruit/voice-item-bg02.webp") no-repeat center center/cover;
}
.voice__item:nth-child(3)::before {
  background: url("../img/recruit/voice-item-bg03.webp") no-repeat center center/cover;
}
.voice__item:nth-child(4)::before {
  background: url("../img/recruit/voice-item-bg04.webp?20251103") no-repeat center center/cover;
}

.voice__text {
  max-width: 210px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .voice__text {
    max-width: 270px;
  }
}

.voice-illust01,
.voice-illust02,
.voice-illust03,
.voice-illust04 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .voice-illust01,
  .voice-illust02,
  .voice-illust03,
  .voice-illust04 {
    width: 100%;
  }
  .voice-illust01 img,
  .voice-illust02 img,
  .voice-illust03 img,
  .voice-illust04 img {
    width: 100%;
    max-width: 186px;
  }
}

.voice .btn-wrapper {
  margin: 120px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .voice .btn-wrapper {
    margin-top: 100px;
  }
}

.btn-entry {
  padding: 10px 20px 10px 40px;
  background: #FF424E;
  color: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 960px) {
  .btn-entry {
    gap: 40px;
  }
}
.btn-entry:hover svg {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.btn-entry:hover svg rect {
  fill: #fff;
}
.btn-entry:hover svg g line {
  stroke: #3b0f0f;
}
.btn-entry:hover svg g path {
  stroke: #3b0f0f;
}
.btn-entry:hover .contact-Illust02 img {
  -webkit-transform: translateX(-5px) translateY(-5px) rotate(-15deg);
          transform: translateX(-5px) translateY(-5px) rotate(-15deg);
}

.introduction {
  padding: 140px;
}
@media screen and (max-width: 960px) {
  .introduction {
    padding: 100px 20px 80px;
  }
}
.introduction .inner {
  padding-top: 140px;
  padding-bottom: 110px;
  border-radius: 40px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .introduction .inner {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
.introduction .section__title {
  margin: auto;
  position: relative;
  z-index: 1;
}

.introduction-table {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .introduction-table {
    margin-top: 40px;
  }
}

.introduction-table__content {
  width: 100%;
  border-collapse: collapse;
}

.introduction-table__content tr {
  padding: 30px;
  display: block;
  border-top: 1px solid #7E5656;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .introduction-table__content tr {
    padding: 30px 0;
  }
}
.introduction-table__content tr:last-child {
  border-bottom: 1px solid #7E5656;
}

.introduction-table__content th {
  min-width: 240px;
}
@media screen and (max-width: 960px) {
  .introduction-table__content th {
    min-width: initial;
    display: block;
    text-align: left;
  }
}

.introduction-table__content td {
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .introduction-table__content td {
    margin-top: 20px;
    display: block;
  }
}

.introduction-Illust01 {
  position: absolute;
  top: 180px;
  left: -140px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .introduction-Illust01 {
    top: -100px;
    left: 0;
  }
  .introduction-Illust01 img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.introduction-Illust02 {
  position: absolute;
  top: 180px;
  right: -140px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .introduction-Illust02 {
    top: -100px;
    right: 0;
  }
  .introduction-Illust02 img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.page-recruit .contact {
  padding-top: 0;
}