/* p-company-greeting
---------------------------------------------------------------------------- */
.p-company-greeting {
  margin-top: 5.7291666667vw;
}

.p-company-greeting-ttl {
  width: 25.4557291667vw;
  aspect-ratio: 488.75/57.75;
}
.p-company-greeting-ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-company-greeting-imgBox {
  position: relative;
  margin-block: 2.7083333333vw 4.0104166667vw;
}

.p-company-greeting-img {
  width: 62.5vw;
  aspect-ratio: 1200/400;
}
.p-company-greeting-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-company-greeting-imgBox-box {
  position: absolute;
  top: 10.6770833333vw;
  right: 15.3645833333vw;
  display: flex;
  flex-direction: column;
  gap: 0.5208333333vw;
}

.p-company-greeting-imgBox-box-txt {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  font-size: 0.78125vw;
  color: #fff;
}

.p-company-greeting-imgBox-box-txtImg {
  width: 8.828125vw;
  aspect-ratio: 169.5/37;
}
.p-company-greeting-imgBox-box-txtImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-company-greeting-wrap {
  display: flex;
  align-items: center;
  gap: 0 2.0833333333vw;
}

.p-company-greeting-wrap-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.9375vw;
}

.p-company-greeting-wrap-box-txt {
  font-size: 1.8rem;
  line-height: 2.1111111111;
  font-weight: 500;
  font-size: 0.9375vw;
}

.p-company-greeting-wrap-box-txtRight {
  font-size: 1.9rem;
  line-height: 1.9473684211;
  font-weight: 500;
  font-size: 0.9895833333vw;
  text-align: right;
}

.p-company-greeting-wrap-img {
  width: 25.46875vw;
  aspect-ratio: 489/285;
  margin-bottom: 2.0833333333vw;
}
.p-company-greeting-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-company-greeting {
    margin-top: 42.6666666667vw;
  }
  .p-company-greeting-ttl {
    width: 55.4666666667vw;
    aspect-ratio: 208/87.5;
  }
  .p-company-greeting-imgBox {
    margin-block: 6vw 12vw;
  }
  .p-company-greeting-img {
    width: 86.6666666667vw;
    aspect-ratio: 325/160;
  }
  .p-company-greeting-imgBox-box {
    top: 21.3333333333vw;
    right: 10.6666666667vw;
    gap: 1.8666666667vw;
  }
  .p-company-greeting-imgBox-box-txt {
    font-size: 2.9333333333vw;
  }
  .p-company-greeting-imgBox-box-txtImg {
    width: 25.3333333333vw;
  }
  .p-company-greeting-wrap {
    flex-direction: column;
    align-items: initial;
    gap: 11.4666666667vw;
  }
  .p-company-greeting-wrap-box {
    gap: 3.2vw;
  }
  .p-company-greeting-wrap-box-txt {
    font-size: 4vw;
    line-height: 2;
  }
  .p-company-greeting-wrap-box-txtRight {
    font-size: 4vw;
    line-height: 2;
  }
  .p-company-greeting-wrap-img {
    width: 100%;
    margin-bottom: initial;
  }
}
/* p-company-about
---------------------------------------------------------------------------- */
.p-company-about {
  margin-block: 9.7395833333vw 6.25vw;
}

.p-company-about-container {
  padding-block: 2.96875vw 4.1666666667vw;
  padding-inline: 10.9375vw;
  border-radius: 10.4166666667vw 0 10.4166666667vw 0;
  background-color: #F2ECE7;
  position: relative;
}

.p-company-about-container::before {
  content: "";
  position: absolute;
  top: -1.5625vw;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 15.625vw;
  aspect-ratio: 300/81;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../../images/recruit/company/img_company_about_speech_pc.svg);
}

.p-company-about-ttl {
  width: 34.8307291667vw;
  aspect-ratio: 668.75/50.5;
  margin-inline: auto;
}
.p-company-about-ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-company-about-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4479166667vw 2.6041666667vw;
  margin-top: 2.96875vw;
  counter-reset: num;
}

.p-company-about-item {
  position: relative;
  counter-increment: num;
}

.p-company-about-item::before {
  content: counter(num);
  position: absolute;
  top: -1.5625vw;
  left: -1.5625vw;
  z-index: 1;
  width: 3.125vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  border: 0.2083333333vw solid currentColor;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  font-size: 1.8229166667vw;
  color: #E85400;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 0.15625vw;
}

.p-company-about-item-box {
  display: flex;
  border: 0.15625vw solid #E85400;
  background-color: #E85400;
}

.p-company-about-item-box-img {
  width: 4.375vw;
  aspect-ratio: 1;
}
.p-company-about-item-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-company-about-item-box-ttl {
  flex: 1;
  padding-block: 0.5208333333vw;
  padding-inline: 1.0416666667vw;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 700;
  font-size: 1.1458333333vw;
  color: #E85400;
  align-content: center;
  background-color: #fff;
  border-left: 0.15625vw solid currentColor;
}

.p-company-about-item-txt {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  font-size: 0.9375vw;
  margin-top: 0.625vw;
}

.p-company-about-item-lists {
  margin-top: 0.625vw;
}

.p-company-about-item-list {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  font-size: 0.9375vw;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@media screen and (max-width: 767px) {
  .p-company-about {
    margin-block: 36vw 40vw;
  }
  .p-company-about-container {
    padding-block: 16vw 12vw;
    padding-inline: 2.6666666667vw;
    border-radius: 13.3333333333vw 0 13.3333333333vw 0;
  }
  .p-company-about-container::before {
    top: -6.9333333333vw;
    width: 66.6666666667vw;
    aspect-ratio: 250/81;
    background-image: url(./../../../images/recruit/company/img_company_about_speech_sp.svg);
  }
  .p-company-about-ttl {
    width: 70.9333333333vw;
    aspect-ratio: 266/77.8;
  }
  .p-company-about-items {
    grid-template-columns: 1fr;
    gap: 11.7333333333vw;
    margin-top: 12vw;
  }
  .p-company-about-item::before {
    top: -5.3333333333vw;
    left: -5.3333333333vw;
    width: 10.6666666667vw;
    border-width: 0.8vw;
    font-size: 6.6666666667vw;
    padding-bottom: 0.5333333333vw;
  }
  .p-company-about-item-box {
    border-width: 0.8vw;
  }
  .p-company-about-item-box-img {
    width: 11.7333333333vw;
  }
  .p-company-about-item-box-ttl {
    padding-block: initial;
    padding-inline: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.1875;
    border-width: 0.8vw;
  }
  .p-company-about-item-txt {
    font-size: 4vw;
    line-height: 2;
    margin-top: 3.2vw;
  }
  .p-company-about-item-lists {
    margin-top: 3.2vw;
  }
  .p-company-about-item-list {
    font-size: 4vw;
    line-height: 2;
  }
}
