.section__content-page .wrap__work-environment-content.wrap__work-environment-benefits {
  position: relative;
  padding-top: 13.1rem;
  margin-top: 6.6rem;
}

.wrap__work-environment-benefits .wrap__head-title {
  margin-bottom: 5rem;
}

.wrap__work-environment-benefits .wrap__work-environment>div {
  position: relative;
}

.wrap__work-environment-benefits .wrap__work-environment .circle-yellow {
  position: absolute;
  top: 23.7rem;
  left: -62.3444%;
  width: 118.1535%;
  z-index: 0;
  pointer-events: none;
}

.wrap__work-environment-benefits .circle-yellow img {
  width: 100%;
  height: auto;
  animation: pulse 4s infinite;
}

.list__benefits {
  padding-top: 3.8rem;
  border-top: 1px solid var(--color-light-gray);
}

.list__benefits .item-benefit {
  display: flex;
  gap: 6.9rem;
  padding-bottom: 3.4rem;
  border-bottom: 1px solid var(--color-light-gray);
  margin-bottom: 3.4rem;
}

.list__benefits .item-benefit:last-child {
  margin-bottom: 0;
}

.list__benefits .item-benefit .thumb {
  flex: 0 0 37.3444%;
  max-width: 37.3444%;
}

.list__benefits .item-benefit .content {
  flex: 1;
  padding-top: 4.2rem;
}

.list__benefits .item-benefit .content h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 3.6rem;
}

.list__benefits .item-benefit .content p {
  font-size: 1.4rem;
  line-height: 3.4rem;
}

.grid__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem;
  margin-top: 7.2rem;
}

.grid__benefits .item-benefit {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.grid__benefits .item-benefit h3 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0.135em;
  margin-bottom: 2.6rem;
}

@media screen and (min-width: 1024px) {
  .grid__benefits .item-benefit h3 br {
    display: none;
  }
}

.grid__benefits .item-benefit .icon-benefit {
  width: 33.33%;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .list__benefits .item-benefit .content {
    padding-top: 0;
    margin-top: -.3rem;
  }

  .list__benefits .item-benefit .content h3 {
    margin-bottom: 3.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .section__content-page .wrap__work-environment-content.wrap__work-environment-benefits {
    padding-top: 9.5rem;
    margin-top: 0;
  }

  .wrap__work-environment-benefits .wrap__head-title {
    margin-bottom: 4rem;
  }

  .wrap__work-environment-benefits .wrap__work-environment .circle-yellow {
    top: 25.6942dvh;
    left: 40%;
  }

  .wrap__work-environment-benefits .circle-yellow img {
    width: 100%;
    height: auto;
  }

  .list__benefits {
    padding-top: 0;
    border-top: 0;
  }

  .list__benefits .item-benefit .content {
    padding-top: 0;
  }

  .grid__benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.7rem;
    margin-top: 5.5rem;
  }

  .grid__benefits .item-benefit {
    padding-top: 0.9rem;
    padding-bottom: 1.6rem;
  }

  .grid__benefits .item-benefit h3 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.135em;
    margin-bottom: 1.4rem;
    padding-left: .2rem;
  }

  .grid__benefits .item-benefit h3:has(br) {
    line-height: 1.6rem;
    margin-top: -.2rem;
  }

  .grid__benefits .item-benefit .icon-benefit {
    width: 33.33%;
    margin-inline: auto;
  }

  .grid__benefits .item-benefit:has(h3 br) .icon-benefit {
    margin-top: -1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .wrap__work-environment-benefits .wrap__work-environment .circle-yellow {
    top: 11.6942dvh;
    left: -56.6838%;
    width: 346.6586%;
  }

  .list__benefits .item-benefit {
    flex-direction: column;
    gap: .9rem;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 4.6rem;
  }

  .list__benefits .item-benefit .thumb {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .list__benefits .item-benefit .thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 331 / 227;
    object-fit: cover;
    object-position: center;
  }

  .list__benefits .item-benefit .content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .list__benefits .item-benefit .content h3 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: 0.04em;
    margin-bottom: 1.8rem;
  }

  .list__benefits .item-benefit .content p {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
}