.environment-main {
}

.environment-hero {
  position: relative;
  padding: 140px 60px 80px;
  margin: 80px auto 0;
  background: url(/assets/img/business/environment/bg_kv_environment.webp) no-repeat;
  background-size: 100%;
  background-size: cover;
  background-position: bottom;
  width: calc(100% - 40px);
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  @media screen and (max-width: 767px) {
    margin: 68px auto 0;
    padding: 40px 20px 30px;
  }
}
.environment-hero__message {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: var(--white);
  @media screen and (max-width: 767px) {
  }
}
.environment-hero__heading-xl {
  margin: 20px 0 40px;
  @media screen and (max-width: 767px) {
  }
}
.environment-hero__heading-xl-deco {
  font-size: 40px;
  line-height: 1.4em;
  font-weight: normal;
  background-color: var(--white);
  color: var(--orange);
  padding: 0 20px 6px;
  margin-top: 12px;
  display: table;
  @media screen and (max-width: 767px) {
    font-size: 28px;
    padding: 0 10px 6px;
  }
}

.common_heading-2 {
  color: var(--orange);
  font-size: 48px;
  font-weight: 500;
  margin: 120px 0;
  &:first-child {
    margin: 0 0 120px;
    @media screen and (max-width: 767px) {
      margin: 0 0 60px;
    }
  }
  @media screen and (max-width: 767px) {
    font-size: 32px;
    margin: 60px 0 60px;
  }
}
.common_heading-3 {
  font-size: 40px;
  position: relative;
  padding: 100px 0 40px 30px;
  margin: 40px 0;
  @media screen and (max-width: 767px) {
    font-size: 24px;
    padding: 50px 0 20px 20px;
    margin: 20px 0;
  }
  &::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 40px;
    background-color: var(--orange);
    left: 0;
    bottom: 32px;
    @media screen and (max-width: 767px) {
      height: 30px;
      bottom: 17px;
    }
  }
}
.common_heading-4 {
  font-size: 32px;
  margin: 60px 0;
  @media screen and (max-width: 767px) {
    font-size: 20px;
    margin: 30px 0;
  }
}
.common_heading-5 {
  font-size: 24px;
  margin: 40px 0;
  @media screen and (max-width: 767px) {
    font-size: 18px;
    margin: 20px 0;
  }
}

/* environment-article */

.environment-article {
  padding: 120px 0 70px;
  @media screen and (max-width: 767px) {
    padding: 60px 0 60px;
  }
}
.environment-article__inner {
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 20px;
  position: relative;
  width: inherit;
  @media screen and (max-width: 767px) {
  }
}

/* 教育・研修 */
.environment-training-list {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 24px;
  }
}
.environment-training-item {
  flex: 1 1 0;
  min-width: 0;
}
.environment-training-item__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 24px 0;
  color: #222;
  position: relative;
  &::after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    background: var(--blue);
    margin: 16px 0 0 0;
    @media screen and (max-width: 767px) {
      margin: 12px 0 0 0;
    }
  }
}
.environment-training-item__text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

/* 社内環境 サマリー統計 */
.environment-summary-section {
  margin: 60px 0;
  padding: 0 16px;
}
.environment-summary-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 0 0 60px 0;
}
.environment-summary-item {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}
.environment-summary-item__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 16px 0;
  color: var(--black);
}
.environment-summary-item__main {
  margin: 0 0 12px 0;
}
.environment-summary-item__number {
  font-size: 5.2rem;
  font-weight: bold;
  color: var(--orange);
  line-height: 1;
  letter-spacing: 0.05em;
}
.environment-summary-item__unit {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--black);
  margin-left: 4px;
}
.environment-summary-item__chart {
  margin: 0 auto 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.environment-annotation {
  font-size: 0.9rem;
  margin: 8px 0 0 0;
}
.environment-summary-item__main {
  .environment-summary-item__number {
    @media screen and (max-width: 767px) {
      font-size: 5.2rem;
    }
  }
}
.environment-summary-item__unit {
  @media screen and (max-width: 767px) {
    font-size: 1.6rem;
  }
}
.environment-summary-list {
  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 32px;
  }
}

/* 社内環境 */
.environment-welfare-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 40px;
  margin: 0 auto;
  list-style: none;
  @media (max-width: 767px) {
    grid-template-columns: 1fr;
    gap: 32px;

  }
}
.environment-welfare-item {
  border-radius: 8px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.environment-welfare-item__icon-text {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  @media screen and (max-width: 767px) {
    flex-direction: row;
    gap: 12px;
  }
}
.environment-welfare-item__icon {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 0;
  @media screen and (max-width: 767px) {
    width: 60px;
    height: 60px;
    
  }
}
.environment-welfare-item__title {
  font-size: 1.2rem;
  font-weight: bold;
}
.environment-welfare-item__desc {
  font-size: 1rem;
  line-height: 1.7;
  margin: 16px 0 0 0;
}

/* 休暇制度 */
.environment-holiday-section {
  margin: 48px 0;
  padding: 0 16px;
}
.environment-holiday-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0;
  list-style: none;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 20px;
  }
}
.environment-holiday-item {
  background: var(--light-orange);
  border-radius: 16px;
  padding: 32px 20px 24px 20px;
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media screen and (max-width: 767px) {
    padding: 24px 12px 18px 12px;
  }
}
.environment-holiday-item__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 18px 0;
  @media screen and (max-width: 767px) {
    margin: 0 0 12px 0;
  }
}
.environment-holiday-item__icon {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
  @media screen and (max-width: 767px) {
    width: 100px;
    height: 100px;
    margin: 0 auto 12px auto;
  }
}
.environment-holiday-item__icon img {
  width: 100px;
  height: 100px;
  display: block;
  @media screen and (max-width: 767px) {
    width: 100px;
    height: 100px;
  }
}
.environment-holiday-item__desc {
  font-size: 1rem;
  color: var(--black);
  margin: 0;
  text-align: left;
  line-height: 1.5;
}
.environment-holiday-item__note {
  display: block;
  font-size: 0.85em;
  margin: 10px 0 0 0;
}