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/careers/guideline/bg_bg_pc.png);
}

@media screen and (max-width: 767px) {
  .p-bg::after {
    content: none;
  }
}
/* p-guidelines
---------------------------------------------------------------------------- */
.p-guidelines {
  padding-block: 6rem 10rem;
}
.p-guidelines._career {
  margin-bottom: 16rem;
}

.p-guidelines-block {
  padding-block: 7.4rem;
  padding-inline: 7.4rem 12.4rem;
  background-color: #fff;
  border: 0.6rem solid #C6E9FE;
  border-radius: 3rem;
}
.p-guidelines-block._career {
  padding-inline: 10rem;
}

.p-guidelines-block-ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 4.2rem;
  line-height: 1.4523809524;
  font-weight: 700;
  letter-spacing: normal;
  padding-left: 3.7rem;
  position: relative;
}

.p-guidelines-block-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.7rem;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../../../images/recruit/careers/guideline/icn_two_circle.svg);
}

.p-guidelines-block-txt {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 700;
  color: #0081D9;
  font-family: "Zen Maru Gothic";
  text-align: center;
}

.p-guidelines-items {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  padding-left: 5rem;
  margin-top: 6rem;
}

.p-guidelines-item {
  display: grid;
  grid-template-columns: 15.4rem 1fr;
  gap: 0 5.1rem;
}

.p-guidelines-item:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 1px solid #B2B2B2;
}

.p-guidelines-item-ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #0081D9;
}

.p-guidelines-item-txt01 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.p-guidelines-block-btn-wrap {
  margin-top: 4.3rem;
  margin-inline: auto;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .p-guidelines {
    padding-block: 0 8vw;
  }
  .p-guidelines._career {
    margin-bottom: 31.2vw;
  }
  .p-guidelines-block {
    padding-block: 8.5333333333vw 11.4666666667vw;
    padding-inline: 4vw;
    border-width: 1.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-guidelines-block._career {
    padding-inline: 4vw;
  }
  .p-guidelines-block-ttl {
    font-size: 8vw;
    line-height: 1.4666666667;
    padding-left: 0;
    text-align: center;
  }
  .p-guidelines-block-ttl::before {
    width: 5.3333333333vw;
    left: 19.7333333333vw;
  }
  .p-guidelines-block-txt {
    font-size: 4.8vw;
    line-height: 1.8333333333;
  }
  .p-guidelines-items {
    gap: 6.4vw;
    padding-left: initial;
    margin-top: 5.3333333333vw;
    width: 73.3333333333vw;
    margin-inline: auto;
  }
  .p-guidelines-item {
    grid-template-columns: 1fr;
    gap: 2.1333333333vw;
  }
  .p-guidelines-item:not(:last-child) {
    padding-bottom: initial;
    border-bottom: none;
  }
  .p-guidelines-item-ttl {
    font-size: 4.8vw;
    padding-bottom: 1.6vw;
    border-bottom: 1px solid #B2B2B2;
  }
  .p-guidelines-item-txt01 {
    font-size: 4vw;
    line-height: 1.8;
  }
  .p-guidelines-block-btn-wrap {
    margin-top: 8vw;
  }
}
/* p-entry
---------------------------------------------------------------------------- */
.p-entry {
  padding-block: 8.7rem 25.8rem;
  position: relative;
}
.p-entry::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./../../../../images/recruit/careers/guideline/bg_entry_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-entry-box {
  padding-block: 6rem;
  padding-inline: 5rem;
  border-radius: 3rem;
  margin-top: 5.2rem;
}

.p-entry-box.box--01 {
  background-color: #E2F6FF;
}

.p-entry-box-ttl {
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: 0.02em;
  font-weight: 900;
  text-align: center;
  font-family: "Zen Maru Gothic";
}

.p-entry-box-ttl.ttl--01 {
  color: #279EEF;
}

.p-entry-box-items {
  display: flex;
  justify-content: center;
  gap: 0 2.2%;
  margin-top: 4rem;
}

.p-entry-box-item {
  width: 31.8666333333%;
}

.p-entry-box-item-link {
  width: 100%;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #07479F;
  position: relative;
}

.p-entry-box-item-link::before {
  content: "";
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  width: 4.4rem;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../../../images/recruit/careers/guideline/icn_target_blank_bg.png);
}

.p-entry-box-item-link-img.img--01 {
  width: 16.8rem;
  aspect-ratio: 168/45;
}

.p-entry-box-item-link-img.img--02 {
  width: 24rem;
  aspect-ratio: 240/50;
}

.p-entry-box-item-link-img.img--03 {
  width: 23.7rem;
  aspect-ratio: 237/72;
}

.p-entry-box-item-link-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-entry {
    padding-block: 7.4666666667vw 38.9333333333vw;
  }
  .p-entry::before {
    content: none;
  }
  .p-entry-box {
    padding-block: 7.2vw 8vw;
    padding-inline: 5.3333333333vw;
    border-radius: 8vw;
    margin-top: 8.8vw;
  }
  .p-entry-box-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
  .p-entry-box-items {
    flex-direction: column;
    gap: 3.4666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-entry-box-item {
    width: 100%;
  }
  .p-entry-box-item-link {
    height: 19.7333333333vw;
  }
  .p-entry-box-item-link::before {
    bottom: 1.6vw;
    right: 1.6vw;
    width: 7.2vw;
  }
  .p-entry-box-item-link-img.img--01 {
    width: 27.4666666667vw;
    aspect-ratio: 103/28;
  }
  .p-entry-box-item-link-img.img--02 {
    width: 50.1333333333vw;
    aspect-ratio: 188/40;
  }
  .p-entry-box-item-link-img.img--03 {
    width: 43.4666666667vw;
    aspect-ratio: 163/50;
  }
}
