body {
  background-color: #FBFCFE;
}

/* common
---------------------------------------------------------------------------- */
.m-ttl-speechBubble {
  font-family: "Zen Maru Gothic", serif;
  font-size: 4rem;
  line-height: 1.32;
  letter-spacing: 0.08em;
  font-weight: 900;
  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;
}

.m-ttl-speechBubble::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);
}

@media screen and (max-width: 767px) {
  .m-ttl-speechBubble {
    font-size: 6.6666666667vw;
  }
  .m-ttl-speechBubble::before {
    bottom: -8vw;
    width: 22.3rem;
  }
}
/* p-mv
---------------------------------------------------------------------------- */
.p-mv-txt {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-top: -0.7rem;
  width: 110rem;
}

@media screen and (max-width: 767px) {
  .p-mv-txt {
    font-size: 4vw;
    line-height: 1.8;
    margin-top: -2.1333333333vw;
    width: 100%;
  }
}
/* 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/culture/training/bg_bg_pc.png);
}

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

.p-sec01-img {
  display: block;
  width: 110rem;
  aspect-ratio: 1100/707;
}
.p-sec01-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-sec01-txt {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #0A3190;
  text-align: right;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-sec01 {
    padding-block: 9.3333333333vw 0;
  }
  .p-sec01-img-wrap {
    overflow: hidden;
  }
  .p-sec01-img {
    width: auto;
    width: 149.8666666667vw;
    aspect-ratio: 562/535;
  }
  .p-sec01-img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .p-sec01-txt {
    font-size: 2.9333333333vw;
    line-height: 2;
    margin-top: 2.6666666667vw;
  }
}
/* p-sec02
---------------------------------------------------------------------------- */
.p-sec02 {
  padding-block: 5rem 25.4rem;
}

.p-sec02-layout > :first-child {
  margin-bottom: 9.6rem;
}

.p-sec02-list > :not(:last-child) {
  margin-bottom: 5rem;
}

.p-sec02-item {
  display: grid;
  grid-template: "img . ." 3.7rem "img . ttl" auto "img . ." 2rem "img . txt" auto "img . ." 1fr/auto 3rem 1fr;
}

.p-sec02-item-ttl {
  grid-area: ttl;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 900;
  font-family: "Zen Maru Gothic";
  color: #0081D9;
}

.p-sec02-item-txt {
  grid-area: txt;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.p-sec02-item-img {
  grid-area: img;
  width: 38rem;
  aspect-ratio: 380/253;
  border-radius: 3rem;
  overflow: hidden;
}
.p-sec02-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-sec02 {
    padding-block: 14vw 38.1333333333vw;
  }
  .p-sec02-layout > :first-child {
    margin-bottom: 16.2666666667vw;
  }
  .p-sec02-list > :not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
  .p-sec02-item {
    grid-template: "img" auto "." 6.4vw "ttl" auto "." 2.6666666667vw "txt" auto/1fr;
    width: 78.6666666667vw;
    margin-inline: auto;
  }
  .p-sec02-item-ttl {
    font-size: 5.3333333333vw;
  }
  .p-sec02-item-txt {
    font-size: 4vw;
    line-height: 1.8;
  }
  .p-sec02-item-img {
    width: 100%;
    aspect-ratio: 295/195;
    border-radius: 5.3333333333vw;
  }
}
