body {
  background-color: #FBFCFE;
}

/* p-bg
---------------------------------------------------------------------------- */
.p-bg {
  position: relative;
}

.p-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../../../images/recruit/work/job/bg_bg_pc.png);
}

@media screen and (max-width: 767px) {
  .p-bg::after {
    content: none;
  }
}
/* p-sec-pageLink
---------------------------------------------------------------------------- */
.p-sec-pageLink-lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 1.2rem;
}

.p-sec-pageLink-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  position: relative;
}

.p-sec-pageLink-list-link::before,
.p-sec-pageLink-list-link::after {
  content: "";
  position: absolute;
  border-radius: 0.8rem;
}

.p-sec-pageLink-list-link::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  background-color: #fff;
}

.p-sec-pageLink-list-link::after {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #0064D6 0, #2CD2E5 100%);
  background-repeat: no-repeat;
}

.p-sec-pageLink-list-link span {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-image: linear-gradient(135deg, #0064D6 0, #2CD2E5 100%);
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .p-sec-pageLink {
    margin-top: 8.8vw;
  }
  .p-sec-pageLink-lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw 2.6666666667vw;
  }
  .p-sec-pageLink-list-link {
    height: 16vw;
  }
  .p-sec-pageLink-list-link::before,
  .p-sec-pageLink-list-link::after {
    border-radius: 2.1333333333vw;
  }
  .p-sec-pageLink-list-link::before {
    width: calc(100% - 1.0666666667vw);
    height: calc(100% - 1.0666666667vw);
  }
  .p-sec-pageLink-list-link span {
    font-size: 4.2666666667vw;
  }
}
/* p-block
---------------------------------------------------------------------------- */
.p-block-img {
  width: 100rem;
  aspect-ratio: 1000/240;
  margin-inline: auto;
  margin-bottom: -12rem;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.p-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-block-container {
  padding-block: 7.2rem 11rem;
  padding-inline: 13rem 12rem;
  position: relative;
}

.p-block-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 3rem;
  border: 0.6rem solid #C6E9FE;
  box-sizing: border-box;
}

.p-block-ttl {
  font-size: 3.5rem;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  font-weight: 900;
  line-height: 1.5;
  font-family: "Zen Maru Gothic";
  margin-block: calc((1em - 1lh) / 2);
  text-align: center;
  position: relative;
}

.p-block-ttl::after {
  content: "";
  position: absolute;
  bottom: -3.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 25.5rem;
  aspect-ratio: 247/24;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../../../images/recruit/icn_speech_bubble.svg);
}

.p-block-ttl.ttl--01 {
  color: #446AB0;
}

.p-block-ttl.ttl--02 {
  color: #F1A162;
}

.p-block-ttl.ttl--03 {
  color: #1D8CCB;
}

.p-block-ttl.ttl--04 {
  color: #43C2D0;
}

.p-block-ttl.ttl--05 {
  color: #0A3190;
}

.p-block-items {
  display: flex;
  flex-direction: column;
  gap: 8.6rem;
  margin-top: 10.3rem;
}

.p-block-item-ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 4.2rem;
  line-height: 1.4523809524;
  font-weight: 700;
  letter-spacing: normal;
  padding-left: 0.7rem;
  position: relative;
  margin-bottom: 5.4rem;
}

.p-block-item-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.7rem;
  z-index: -1;
  width: 18.8rem;
  height: 2.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../../../images/recruit/work/job/icn_marker_188.png);
}

.p-block-item-ttl._marker-228::before {
  width: 22.8rem;
  background-image: url(./../../../../images/recruit/work/job/icn_marker_228.png);
}

.p-block-item-ttl._marker-288::before {
  width: 28.8rem;
  background-image: url(./../../../../images/recruit/work/job/icn_marker_288.png);
}

.p-block-item-box {
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
}

.p-block-item-box-read {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: start;
  column-gap: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.08em;
  font-weight: 900;
}
.p-block-item-box-read::before {
  content: "";
  width: 0.6rem;
  background-color: currentColor;
}

.p-block-item-box-read.read--01 {
  color: #446AB0;
}

.p-block-item-box-read.read--02 {
  color: #F1A162;
}

.p-block-item-box-read.read--03 {
  color: #1D8CCB;
}

.p-block-item-box-read.read--04 {
  color: #43C2D0;
}

.p-block-item-box-read.read--05 {
  color: #0A3190;
}

.p-block-item-box-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-block: calc((1em - 1lh) / 2);
}

@media screen and (max-width: 767px) {
  .p-block-img {
    width: 78.6666666667vw;
    aspect-ratio: 295/120;
    margin-bottom: -16vw;
    border-radius: 2.6666666667vw;
  }
  .p-block-container {
    padding-block: 11.4666666667vw 10.6666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .p-block-container::after {
    border-radius: 2.6666666667vw;
    border-width: 1.6vw;
  }
  .p-block-ttl {
    font-size: 6.6666666667vw;
  }
  .p-block-ttl::after {
    bottom: -5.3333333333vw;
    width: 50.6666666667vw;
    aspect-ratio: 185/18;
  }
  .p-block-items {
    gap: 12.5333333333vw;
    margin-top: 16.5333333333vw;
  }
  .p-block-item-ttl {
    font-size: 6.1333333333vw;
    line-height: 1.4666666667;
    padding-left: 1.8666666667vw;
    margin-bottom: 6.9333333333vw;
  }
  .p-block-item-ttl::before {
    bottom: -1.0666666667vw;
    width: 35.7333333333vw;
  }
  .p-block-item-ttl._marker-228::before {
    width: 43.2vw;
  }
  .p-block-item-ttl._marker-288::before {
    width: 54.6666666667vw;
  }
  .p-block-item-box {
    max-width: initial;
    gap: 5.3333333333vw;
  }
  .p-block-item-box-read {
    column-gap: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .p-block-item-box-read::before {
    width: 1.6vw;
  }
  .p-block-item-box-txt {
    font-size: 4vw;
    line-height: 1.8;
  }
}
/* p-sec01
---------------------------------------------------------------------------- */
.p-sec01 {
  margin-top: 8.5rem;
}

@media screen and (max-width: 767px) {
  .p-sec01 {
    margin-top: 10.1333333333vw;
  }
}
/* p-sec02
---------------------------------------------------------------------------- */
.p-sec02 {
  margin-top: 13rem;
}

@media screen and (max-width: 767px) {
  .p-sec02 {
    margin-top: 15.2vw;
  }
}
/* p-sec03
---------------------------------------------------------------------------- */
.p-sec03 {
  margin-top: 13rem;
}

@media screen and (max-width: 767px) {
  .p-sec03 {
    margin-top: 14.6666666667vw;
  }
}
/* p-sec04
---------------------------------------------------------------------------- */
.p-sec04 {
  margin-top: 13rem;
}

@media screen and (max-width: 767px) {
  .p-sec04 {
    margin-top: 14.6666666667vw;
  }
}
/* p-sec05
---------------------------------------------------------------------------- */
.p-sec05 {
  margin-top: 13rem;
  padding-bottom: 25.5rem;
}

@media screen and (max-width: 767px) {
  .p-sec05 {
    margin-top: 14.6666666667vw;
    padding-bottom: 52.2666666667vw;
  }
}
