@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: -0.7rem;
}

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

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

.p-sec01-inner {
  max-width: min(87.5vw, 1260px);
  margin-inline: auto;
}

.p-sec01-ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 4rem;
  line-height: 1.32;
  letter-spacing: 0.08em;
  font-weight: 900;
  margin-block: calc((1em - 1lh) / 2);
  background-image: linear-gradient(135deg, #2AA6F5 0, #002C98 100%);
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}

.p-sec01-ttl::before {
  content: "";
  position: absolute;
  bottom: -3.7rem;
  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-sec01-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2rem;
  margin-top: 8.5rem;
}

.p-sec01-item {
  width: 100%;
}

.p-sec01-item-img {
  width: 100%;
  aspect-ratio: 300/310;
}

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

.p-sec01-button {
  width: fit-content;
  margin-inline: auto;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .p-sec01 {
    padding-block: 9.6vw 8vw;
  }
  .p-sec01-inner {
    max-width: 100%;
    padding-inline: 5.3333333333vw;
  }
  .p-sec01-ttl {
    font-size: 6.6666666667vw;
    line-height: 2.44;
  }
  .p-sec01-ttl::before {
    bottom: -4vw;
    width: 58.6666666667vw;
    aspect-ratio: 185/18;
  }
  .p-sec01-items {
    grid-template-columns: 1fr 1fr;
    gap: 2.6666666667vw 2.6666666667vw;
    margin-top: 17.0666666667vw;
  }
  .p-sec01-button {
    margin-top: 8vw;
  }
}
/* p-sec02
---------------------------------------------------------------------------- */
.p-sec02 {
  padding-block: 2rem 25.5rem;
}

.p-sec02-wrapper {
  display: flex;
  align-items: center;
  gap: 0 8rem;
}

.p-sec02-wrapper-img {
  width: 52rem;
  aspect-ratio: 520/348;
  border-radius: 3rem;
  overflow: hidden;
}

.p-sec02-wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-sec02-wrap {
  flex: 1;
  padding-top: 4.2rem;
}

.p-sec02-wrap-txt {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 400;
  margin-top: 3.2rem;
}

.p-sec02-wrap-button {
  width: fit-content;
  margin-left: auto;
  margin-top: 5.5rem;
}

@media screen and (max-width: 767px) {
  .p-sec02 {
    padding-block: 6.9333333333vw 40vw;
  }
  .p-sec02-wrapper {
    flex-direction: column;
    gap: 7.2vw;
  }
  .p-sec02-wrapper-img {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
  .p-sec02-wrap {
    padding-top: initial;
  }
  .p-sec02-wrap-txt {
    font-size: 4vw;
    line-height: 1.8;
    margin-top: 3.7333333333vw;
  }
  .p-sec02-wrap-button {
    margin-left: initial;
    margin-right: auto;
    margin-top: 6.6666666667vw;
  }
}
