@-webkit-keyframes clipPathSlideIn {
  0% {
    -webkit-clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
            clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
}
@keyframes clipPathSlideIn {
  0% {
    -webkit-clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
            clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
}
@-webkit-keyframes clipPathSlideInTab {
  0% {
    -webkit-clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
            clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  }
}
@keyframes clipPathSlideInTab {
  0% {
    -webkit-clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
            clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  }
}
@-webkit-keyframes clipPathSlideInSp {
  0% {
    -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
            clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipPathSlideInSp {
  0% {
    -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
            clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes loadingFadeOutBg {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes loadingFadeOutBg {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes loadingFadeOutLogo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  80% {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 65%;
  }
}
@keyframes loadingFadeOutLogo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  80% {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 65%;
  }
}
@-webkit-keyframes solutionTextAnimaiton {
  0% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@keyframes solutionTextAnimaiton {
  0% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@-webkit-keyframes solutionTextBorderAnimaiton {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes solutionTextBorderAnimaiton {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes front-pageLoadingAnimation {
  0% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes front-pageLoadingAnimation {
  0% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.p-page-hero {
  background-image: url(../../../../themes/ALIVE2023/assets/images/recruit/hero-pc.jpg);
}

@media screen and (max-width: 600px) {
  .p-page-hero {
    background-image: url(../../../../themes/ALIVE2023/assets/images/recruit/hero-sp.jpg);
  }
}
.p-page-lead {
  padding: 80px 0;
}
.p-page-lead__title {
  font-size: 3.5rem;
  text-align: center;
}
.p-page-lead__title span {
  display: block;
}
.p-page-lead__text {
  font-size: 1.8rem;
  max-width: 1000px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .p-page-lead {
    padding: 50px 0 0;
  }
  .p-page-lead__title {
    font-size: 2.8rem;
  }
  .p-page-lead__text {
    font-size: 1.6rem;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-page-lead__title {
    font-size: 2.3rem;
  }
}
.p-requirements {
  font-size: 1.8rem;
  padding-top: 100px;
}
.p-requirements__title {
  font-size: 3.5rem;
  text-align: center;
}
.p-requirements table {
  margin-top: 30px;
  border-collapse: collapse;
  border: 1px solid #D9D9D9;
  width: 100%;
}
.p-requirements table th, .p-requirements table td {
  padding: 20px 10px;
  font-weight: 400;
  border: 1px solid #D9D9D9;
}
.p-requirements table th {
  background-color: #2C2C2C;
  color: #fff;
  width: 250px;
  text-align: left;
}
.p-requirements table td {
  padding-left: 4rem;
  padding-right: 4rem;
}
.p-requirements table td ul {
  margin: 0;
  padding-left: 1.5em;
}
.p-requirements table .gmap {
  width: 100%;
  margin-top: 20px;
  max-height: 290px;
}
.p-requirements__btn {
  margin-top: 50px;
}

@media screen and (max-width: 1440px) {
  .p-requirements {
    font-size: 1.6rem;
  }
  .p-requirements table th, .p-requirements table td {
    padding: 15px 10px;
    font-weight: 400;
    border: 1px solid #D9D9D9;
  }
  .p-requirements table th {
    width: 200px;
  }
  .p-requirements table td {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-requirements {
    font-size: 1.5rem;
  }
  .p-requirements__title {
    font-size: 2.8rem;
  }
  .p-requirements table th, .p-requirements table td {
    padding: 10px;
  }
  .p-requirements table th {
    width: 150px;
  }
  .p-requirements table td {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-requirements table .gmap {
    width: 100%;
    margin-top: 20px;
    max-height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .p-requirements {
    padding-top: 70px;
  }
  .p-requirements table {
    margin-top: 10px;
  }
  .p-requirements table th, .p-requirements table td {
    display: block;
    width: 100%;
  }
  .p-requirements table td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}