@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:900&display=swap");

.bg-body-sustainability {
  background: url("/wp/wp-content/themes/goodlife/resources/img/sustainability/bg_sustainability.png") 100% 0 no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

@media screen and (max-width: 767px) {
  .bg-body-sustainability {
    background: url("/wp/wp-content/themes/goodlife/resources/img/sustainability/bg_sustainability_sp.png") 100% 0 no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
  }
}

.bg-sustainability {
  position: absolute;
  right: 0;
  background: url("/wp/wp-content/themes/goodlife/resources/img/sustainability/bg_mv.png") 100% 0 no-repeat;
  width: 61.1805555556vw;
  height: 40.9722222222vw;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bg-sustainability {
    background: url("/wp/wp-content/themes/goodlife/resources/img/sustainability/bg_mv_sp.png") 100% 0 no-repeat;
    width: 91.3333333333vw;
    height: 44.2666666667vw;
    background-size: cover;
  }
}


.lead-text {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2;
}

.action {
  margin-bottom: 10rem;
}


.action-block__item {
  background-color: #fff;
  padding: 5rem;
  display: grid;
  grid-template-columns: 65% auto;
  column-gap: 5rem;
}

.action-block__item--left {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.action-block__item--right {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.action-block__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00a0c4;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.action-block__title .number {
  font-size: 5rem;
  font-weight: bold;
  color: #7fcfe1;
}

.action-block__logo {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.action-block__logo img {
  width: 10rem;
  height: auto;
}


@media screen and (max-width: 767px) {
  .lead-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .action {
    margin-bottom: 6rem;
  }

  .action-block__item {
    grid-template-columns: 100%;
    row-gap: 3rem;
    padding: 6.4vw;
  }

  .action-block__item--left {
    row-gap: 3rem;
  }

  .action-block__title {
    flex-direction: column;
    row-gap: 0.5rem;
  }

  .action-block__title .number {
    font-size: 4rem;
  }

  .action-block__logo {
    justify-content: center;
  }

  .action-block__logo img {
    width: 6.5rem;
  }
}