.l-mv {
  width: 100%;
  background: url("../img/p-mv.jpg") no-repeat center/cover;
  text-align: center;
  height: 61.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-mv h1 {
  font-weight: 500;
  font-size: 3rem;
}
.l-mv h1 span {
  margin-top: 2rem;
  color: #fff;
  display: block;
}

@media (max-width: 768px) {
  .l-mv {
    background: url("../img/p-mv-sp.jpg") no-repeat center/cover;
    height: 40rem;
  }
  .l-mv h1 img {
    width: 27rem;
  }
}
.p-slide {
  text-align: center;
  padding-bottom: 13rem;
}
.p-slide h2 {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: -0.12em;
  margin-bottom: 3rem;
}
.p-slide h2 + p {
  margin-bottom: 14rem;
}
.p-slide .p-slide-img img {
  height: auto;
  transform: scale(0.8);
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
}
.p-slide .slick-center img {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 768px) {
  .p-slide {
    padding-bottom: 11.6rem;
  }
  .p-slide h2 {
    line-height: 1.4;
    margin-bottom: 5rem;
  }
}
.p-job {
  padding-top: 0;
}
.p-job h2 {
  font-weight: 500;
  padding-left: 2rem;
  border-left: 0.5rem solid #000;
  margin-bottom: 8rem;
}
.p-job h2 span {
  display: block;
}
.p-job h2 .en {
  font-size: 3rem;
  margin-bottom: 0.4rem;
}
.p-job h2 .ja {
  font-size: 1.8rem;
}
.p-job-table {
  padding-left: 9.2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 8rem;
}
.p-job th {
  width: 16.4rem;
  background: #d2d2d2;
  vertical-align: middle;
}
.p-job table {
  border-spacing: 0.4rem;
  border-collapse: separate;
}
.p-job th,
.p-job td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p-job td {
  padding-left: 4.8rem;
}
.p-job .bg-black {
  background: #000;
  color: #fff;
}
.p-job .c-btn {
  width: 28.7rem;
  height: 6.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  border: 0.1rem solid #000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
}
.p-job .c-btn::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%) rotate(45deg);
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .p-job h2 {
    border-left: 0.6rem solid #000;
    margin-bottom: 8.4rem;
  }
  .p-job h2 .en {
    font-size: 5rem;
    margin-bottom: 1rem;
  }
  .p-job h2 .ja {
    font-size: 3rem;
  }
  .p-job-table {
    padding-left: 0;
    font-size: 3rem;
    line-height: 1.3333333333;
    margin-bottom: 13rem;
  }
  .p-job table {
    border-spacing: 2rem;
    border-collapse: separate;
  }
  .p-job th {
    width: 21.4rem;
  }
  .p-job th,
  .p-job td {
    border: 0.2rem solid #fff;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .p-job td {
    padding-left: 4.2rem;
  }
  .p-job .c-btn {
    width: 47rem;
    height: 10.6rem;
    font-size: 3rem;
    border: 0.1rem solid #000;
  }
  .p-job .c-btn::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 2rem;
    border-right-width: 2px;
    border-top-width: 2px;
  }
}
a.c-btn {
  margin: 13.5rem auto 0;
  text-decoration: none;
}

a.c-btn:hover {
  border-radius: 20px;
  transition: 2s;
  opacity: unset;
}

@media (max-width: 768px) {
  a.c-btn {
    margin: 9.5rem auto 0;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */