@charset "UTF-8";

.p-recruitBtnWrap {
  margin: 0 0 100px;
}
.p-recruitBtnWrap:last-of-type {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-recruitBtnWrap {
    margin: 0 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitBtn {
    margin: 0 0 20px;
  }
  .p-recruitBtn:last-of-type {
    margin: 0 auto;
  }
}

.p-recruitTable {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .p-recruitTable {
    margin: 0 0 50px;
  }
}

.p-recruitTxtCenter {
  text-align: center;
  font-size: 12px;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .p-recruitTxtCenter {
    margin: 0 0 50px;
  }
}

.p-recruitJobName {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .p-recruitJobName {
    margin: 0 0 10px;
  }
}

.p-recruitJobsec {
  margin: 0 0 100px;
}
.p-recruitJobsec:last-of-type {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-recruitJobsec {
    margin: 0 0 50px;
  }
}

.p-recruitTitle {
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .p-recruitTitle {
    margin: 0 0 30px;
  }
}

.p-recruitAnchorWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruitAnchorWrap {
    gap: 20px;
    margin: 40px 0 0;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-recruitAnchor {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (hover: hover) {
  .p-recruitAnchor .p-recruitAnchor_img {
    transition: scale 0.3s;
  }
  .p-recruitAnchor:hover .p-recruitAnchor_img {
    scale: 1.2;
  }
}
.p-recruitAnchor_img {
  aspect-ratio: 232/280;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruitAnchor_cont {
  position: absolute;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  left: 50%;
  bottom: 30px;
  translate: -50% 0;
}
.p-recruitAnchor_ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-recruitAnchor_ttl {
    font-size: 1.4rem;
  }
}
.p-recruitAnchor_arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 15px;
}
@media screen and (max-width: 767px) {
  .p-recruitAnchor_arrow {
    width: 1rem;
  }
}

.p-recruitSecWrap {
  padding: 0 0 170px;
}
@media screen and (max-width: 767px) {
  .p-recruitSecWrap {
    padding: 0 0 50px;
  }
}
.p-recruitSecWrap > :nth-child(2n) {
  left: unset;
  flex-direction: row-reverse;
}
.p-recruitSecWrap > * + * {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-recruitSecWrap > * + * {
    margin-top: 50px;
  }
}

.p-recruitSec {
  display: flex;
  position: relative;
  left: -20px;
  width: calc(100% + 20px);
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .p-recruitSec {
    display: block;
    left: 0;
    width: 100%;
  }
}
.p-recruitSec_intro {
  width: 44%;
  max-width: 500px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-recruitSec_intro {
    width: 100%;
    max-width: none;
  }
}
.p-recruitSec_title {
  margin: 0 0 20px;
}
.p-recruitSec_img {
  left: 0;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .p-recruitSec_img {
    width: 100%;
    margin: 0 0 20px;
  }
}
.p-recruitSec_btn {
  margin-top: auto;
  padding-top: 20px;
}
/*# sourceMappingURL=map/recruit.css.map */