@charset "UTF-8";
body {
  background-color: #FBFCFE;
}

/* 共通パーツ調整
---------------------------------------------------------------------------- */
/*------------- .m-recruit-ttl02 -------------*/
@media screen and (max-width: 767px) {
  .m-recruit-ttl02 {
    padding-top: 8vw;
  }
  .m-recruit-ttl02-jp {
    line-height: 1.2;
    margin-block: calc((1em - 1lh) / 2);
  }
}
/* p-mv
---------------------------------------------------------------------------- */
.p-mv-txt {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-top: -6.8rem;
}

@media screen and (max-width: 767px) {
  .p-mv-txt {
    font-size: 4vw;
    line-height: 1.8;
    margin-top: -3.4666666667vw;
  }
}
/* p-bg
---------------------------------------------------------------------------- */
.p-bg {
  position: relative;
}

.p-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-position: top 5% center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../../../images/recruit/culture/number/bg_bg_pc.png);
}

@media screen and (max-width: 767px) {
  .p-bg::after {
    content: none;
  }
}
/* p-data
---------------------------------------------------------------------------- */
.p-data {
  padding-block: 13rem 25.5rem;
}

.p-data-txt {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-align: right;
  margin-bottom: 2rem;
}

.p-data-block:not(:last-of-type) {
  margin-bottom: 3rem;
}

.p-data-block:nth-of-type(1) {
  display: grid;
  grid-template: "img01 img01 img02" auto "img03 img04 img02" auto "img03 img04 img05" auto/auto auto auto;
  gap: 3rem;
}
.p-data-block:nth-of-type(1) > :nth-child(1) {
  grid-area: img01;
}
.p-data-block:nth-of-type(1) > :nth-child(2) {
  grid-area: img02;
}
.p-data-block:nth-of-type(1) > :nth-child(3) {
  grid-area: img03;
}
.p-data-block:nth-of-type(1) > :nth-child(4) {
  grid-area: img04;
}
.p-data-block:nth-of-type(1) > :nth-child(5) {
  grid-area: img05;
}

.p-data-block:nth-of-type(2) {
  display: grid;
  grid-template: "img06 img07 img08" auto/auto auto auto;
  gap: 3rem;
}
.p-data-block:nth-of-type(2) > :nth-child(1) {
  grid-area: img06;
}
.p-data-block:nth-of-type(2) > :nth-child(2) {
  grid-area: img07;
}
.p-data-block:nth-of-type(2) > :nth-child(3) {
  grid-area: img08;
}

.p-data-block:nth-of-type(3) {
  display: grid;
  grid-template: "img09 img09 img09" auto "img10 img11 img11" auto "img12 img12 img12" auto/auto auto auto;
  gap: 3rem;
}
.p-data-block:nth-of-type(3) > :nth-child(1) {
  grid-area: img09;
}
.p-data-block:nth-of-type(3) > :nth-child(2) {
  grid-area: img10;
}
.p-data-block:nth-of-type(3) > :nth-child(3) {
  grid-area: img11;
}
.p-data-block:nth-of-type(3) > :nth-child(4) {
  grid-area: img12;
}

.p-data-block-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-data {
    padding-block: 13.3333333333vw 38.4vw;
  }
  .p-data-txt {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    margin-bottom: 2.6666666667vw;
  }
  .p-data-block:not(:last-of-type) {
    margin-bottom: 2.6666666667vw;
  }
  .p-data-block:nth-of-type(1) {
    grid-template: "img01 img02" auto "img03 img04" auto "img05 img08" auto "img06 img07" auto/auto auto;
    gap: 2.6666666667vw;
  }
  .p-data-block:nth-of-type(1) > :nth-child(6) {
    grid-area: img06;
  }
  .p-data-block:nth-of-type(1) > :nth-child(7) {
    grid-area: img07;
  }
  .p-data-block:nth-of-type(1) > :nth-child(8) {
    grid-area: img08;
  }
  .p-data-block:nth-of-type(2) {
    display: none;
  }
  .p-data-block:nth-of-type(3) {
    grid-template: "img09 img09" auto "img10 img11" auto "img12 img12" auto/auto;
    gap: 2.6666666667vw;
  }
}
