/* ===============================================================
 sustainable page
===============================================================*/
.sdgs-box {
  margin-top: 6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .sdgs-box {
    padding-top: 5%;
  }
}

picture {
  display: block;
}

.sdgs-main__box {
  margin-top: 13rem;
  aspect-ratio: 1500/480;
}
@media screen and (max-width: 1100px) {
  .sdgs-main__box {
    margin-top: 5rem;
    aspect-ratio: 3/2;
  }
  .sdgs-main__box .sdgs-mv__img {
    object-fit: cover;
  }
}

.value-intro {
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .value-intro {
    padding-bottom: 9vw;
  }
}

.sus-hg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.2rem;
}
@media screen and (max-width: 834px) {
  .sus-hg {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .sus-hg {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.sus-hg__txt {
  padding: 1rem 2rem 0.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background-color: #0062a0;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .sus-hg__txt {
    padding: 1rem 1.5rem 0.8rem;
    font-size: 1.2rem;
  }
}
.sus-hg__ttl {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .sus-hg__ttl {
    font-size: 2rem;
  }
}

.sus-intro {
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .sus-intro {
    aspect-ratio: 3/2;
  }
}
.sus-intro img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .sus-intro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.sus-ttl01 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .sus-ttl01 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 1.9rem;
  }
}

.sus-flex {
  margin-top: 6rem;
  padding-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  border-top: 1px solid #e1e1e1;
}
@media screen and (max-width: 834px) {
  .sus-flex {
    margin-top: 4rem;
    padding-top: 3rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 835px) {
  .sus-flex__cont {
    max-width: 52rem;
  }
}
@media screen and (min-width: 835px) {
  .sus-flex__img {
    max-width: 32rem;
  }
}
@media screen and (max-width: 834px) {
  .sus-flex__img {
    display: none;
  }
}
.sus-flex__img img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}

.sus-ttl02 {
  margin-bottom: 2rem;
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .sus-ttl02 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}

.sus-fig {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .sus-fig img {
    min-width: 84rem;
  }
}

.sus-box {
  margin-top: 5rem;
  padding: 4% 5% 5%;
  background-color: #dfebf4;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .sus-box {
    padding: 8% 5% 5%;
  }
}
.sus-box__hg {
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .sus-box__hg {
    margin-bottom: 1.5rem;
  }
}
.sus-box__hg-txt {
  font-size: 1.6rem;
  color: #0062a0;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sus-box__hg-txt {
    font-size: 1.4rem;
  }
}
.sus-box__hg-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sus-box__hg-ttl {
    font-size: 1.9rem;
  }
}

.sus-dl {
  margin-top: 4rem;
}

.sus-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (min-width: 901px) {
  .sus-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .sus-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}

.sus-dt {
  padding: 2rem 1rem;
  min-height: 16.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  writing-mode: vertical-rl;
  background-color: #0062a0;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
@media screen and (max-width: 900px) {
  .sus-dt {
    min-height: auto;
  }
}
@media screen and (max-width: 834px) {
  .sus-dt {
    padding: 1rem 0.5rem;
    font-size: 1.5rem;
    writing-mode: horizontal-tb;
  }
}

@media screen and (min-width: 835px) {
  .sus-dd {
    max-width: 73rem;
  }
}
.sus-dd__item {
  min-width: 20rem;
}
.sus-dd .scroll-hint-icon {
  z-index: 2;
}
.sus-dd__txt {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sus-dd__txt {
    margin-top: 1.5rem;
  }
}

.sus-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .sus-list {
    gap: 1rem;
  }
}

.sus-item + .sus-item {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #fff;
}
.sus-item__fig {
  position: relative;
}
.sus-item__cap {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.7rem 1rem 0.5rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: #709cca;
}
@media screen and (max-width: 834px) {
  .sus-item__cap {
    font-size: 1.3rem;
  }
}