@charset "UTF-8";

.p-recruit {
  position: relative;
  margin-bottom: clamp(120px, 13.17715959vw, 180px);
}

.p-recruit__top {
  margin-top: clamp(80px, 10.2489019034vw, 140px);
  margin-bottom: clamp(86px, 10.7613469985vw, 147px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 999px;
  gap: 40px;
}
@media screen and (min-width:1024px) {
  .p-recruit__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
  }
}

.p-recruit__text-content {
  max-width: 442px;
}
@media screen and (min-width:1024px) {
  .p-recruit__text-content {
    margin-top: 43px;
  }
}

.p-recruit__title-en {
  font-family: "Lato", serif;
  font-size: clamp(40px, 4.9166666667vw, 59px);
  line-height: 1.2033898305;
  letter-spacing: 5.9px;
  font-weight: 700;
}

.p-recruit__title-ja {
  margin-top: 13px;
  margin-bottom: 33px;
  font-size: clamp(18px, 1.8333333333vw, 22px);
  line-height: 1.4090909091;
  letter-spacing: 2.2px;
  font-weight: 600;
}

.p-recruit__top-texts {
  padding-top: 39px;
  border-top: 1px solid #a7a7a7;
}

.p-recruit__top-text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.p-recruit__top-text + .p-recruit__top-text {
  margin-top: 32px;
}

.p-recruit__img-content {
  max-width: 400px;
  height: 100%;
  aspect-ratio: 480/600;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-recruit__img-content {
    margin-inline: 0;
    max-width: 480px;
  }
}
.p-recruit__img-content img {
  border-radius: 5px;
}
.p-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1300px) {
  .p-work {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .p-work__head {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-left: 25px;
  }
}
.p-work__title-ja {
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.5;
  letter-spacing: 1.28px;
  font-weight: 700;
}

@media screen and (min-width: 1300px) {
  .p-work__title-ja {
    font-size: 16px;
  }
}

.p-work__title-en {
  margin-top: 12px;
  font-family: "Lato", serif;
  color: #0C8AC8;
  font-size: clamp(30px, 3.513909224vw, 48px);
  line-height: 1;
  font-weight: 500;
}

@media screen and (min-width: 1300px) {
  .p-work__title-en {
    font-size: 30px;
    margin-top: 0;
    margin-right: 16px;
    text-orientation: upright;
    letter-spacing: -6px;
  }
}

.p-work__body {
  background: #ffffff;
  padding-block: 10px 28px;
  padding-inline: clamp(20px, 4.39238653vw, 60px);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  max-width: 968px;
  margin-inline: auto;
}

@media screen and (min-width: 1300px) {
  .p-work__body {
    margin-left: 0;
    margin-right: 61px;
  }
}

.p-work__content {
  padding-block: 60px 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width:1200px) {
  .p-work__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(60px, 5.5636896047vw, 76px);
  }
}
.p-work__content + .p-work__content {
  border-top: 1px solid #a7a7a7;
}

.p-work__content-title {
  font-size: 22px;
  line-height: 1.6363636364;
  letter-spacing: 2.2px;
  font-weight: 600;
}
@media screen and (min-width:1200px) {
  .p-work__content-title {
    margin-left: 17px;
  }
}

.p-work__content-text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.8px;
  font-weight: 500;
  max-width: 559px;
}

.p-per {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: clamp(80px, 7.3206442167vw, 100px);
  position: relative;
}
.p-per .p-work__title-en {
  color: #76b691;
}

@media screen and (min-width: 1300px) {
  .p-per {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
.p-per .p-work__title-en {
  color: #76b691;
}

.p-per__items {
  grid-template-columns: 1fr;
  display: grid;
  gap: 20px;
}
@media screen and (min-width:1024px) {
  .p-per__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1300px) {
  .p-per__items {
    margin-right: 61px;
  }
}

.p-per__item {
  padding: 40px 20px 45px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background: #ffffff;
  max-width: 474px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (min-width:1024px) {
  .p-per__item {
    gap: 30px;
    padding: 40px 32px 45px 33px;
  }
}
.p-per__item:nth-of-type(1) .p-per__item-icon {
  width: 72px;
  aspect-ratio: 72/89;
}
.p-per__item:nth-of-type(2) .p-per__item-icon {
  width: 89px;
  aspect-ratio: 89/73;
}
.p-per__item:nth-of-type(3) .p-per__item-icon {
  width: 75px;
  aspect-ratio: 75/83;
}
.p-per__item:nth-of-type(4) .p-per__item-icon {
  width: 72px;
  aspect-ratio: 72/89;
}
.p-per__item:nth-of-type(5) .p-per__item-icon {
  width: 89px;
  aspect-ratio: 89/73;
}

.p-per__item:nth-of-type(2n) {
  margin-left: auto;
}
@media screen and (min-width:1024px) {
  .p-per__item:nth-of-type(2n) {
    margin-left: 0;
  }
}

.p-per__item-icon {
  -ms-flex-item-align: center;
      align-self: center;
}

.p-per__item-title {
  font-size: clamp(16px, 1.8333333333vw, 22px);
  line-height: 1.4545454545;
  letter-spacing: 2.2px;
  font-weight: 600;
}

.p-per__item-text {
  margin-top: 23px;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: 0.8px;
  font-weight: 500;
  max-width: 289px;
}

.p-recruit__table-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: clamp(80px, 7.3206442167vw, 100px);
}

@media screen and (min-width: 1300px) {
  .p-recruit__table-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}

.p-recruit__table-container {
  padding-block: 60px;
  padding-inline: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background: #ffffff;
}
@media screen and (min-width:768px) {
  .p-recruit__table-container {
    padding-block: 80px 78px;
  }
}
@media screen and (min-width:1200px) {
  .p-recruit__table-container {
    padding-inline: 68px;
  }
}
@media screen and (min-width: 1300px) {
  .p-recruit__table-container {
    margin-right: 61px;
  }
}

.p-recruit__table-wrap {
  max-width: 968px;
  overflow-x: auto;
}
@media screen and (min-width:768px) {
  .p-recruit__table-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1300px) {
  .p-recruit__table-wrap {
    margin-inline: 0;
  }
}

.p-recruit__table {
  width: 560px;
  border-top: 1px solid #a7a7a7;
}
@media screen and (min-width:1024px) {
  .p-recruit__table {
    width: 832px;
  }
}

.p-recruit__table-row {
  display: grid;
  grid-template-columns: 105px 1fr;
  border-bottom: 1px solid #a7a7a7;
}
@media screen and (min-width:1024px) {
  .p-recruit__table-row {
    grid-template-columns: 180px 1fr;
  }
}

.p-recruit__table-title {
  padding-block: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 700;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
}
.p-recruit__table-title::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 2px;
  height: calc(100% - 20px);
  background: url("../images/company-table-line.svg") center/contain repeat;
}

.p-recruit__table-text {
  padding-block: 25px;
  padding-left: 51px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-recruit__logo-top {
  position: absolute;
  top: -26.6471449488vw;
  left: -30.3074670571vw;
  width: clamp(20px, 74.5241581259vw, 1018px);
  aspect-ratio: 679/664;
  background: url(../images/logo-bg.png) center/cover no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width:1367px) {
  .p-recruit__logo-top {
    top: -364px;
    left: calc(-414px + (100vw - 1366px) / 2);
  }
}

.p-recruit__logo-bottom {
  position: absolute;
  top: max(2400px, 175.6954612006vw);
  left: 33.7481698389vw;
  width: clamp(20px, 74.5241581259vw, 1018px);
  aspect-ratio: 679/664;
  background: url(../images/logo-bg.png) center/cover no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width:1200px) {
  .p-recruit__logo-bottom {
    top: min(2000px, 153.8461538462vw);
  }
}
@media screen and (min-width:1367px) {
  .p-recruit__logo-bottom {
    top: 1600px;
    left: calc(461px + (100vw - 1366px) / 2);
  }
}
