@charset "utf-8";
/**********************************************
 * 
 * SUSTAINABILITY
 *
***********************************************/
.sustainability h4 {
  margin-bottom: 70px;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}

.sustainability .text {
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 2;
}

.sustainability-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 100px;
}

.sustainability-box > .item {
  width: 50%;
}

.sustainability-box > .item:last-child {
  display: flex;
  justify-content: center;
}

.sustainability-box > .item:last-child figure {
  width: 23%;
  height: auto;
}

.sustainability-box > .item:last-child figure img {
  width: 100%;
  height: auto;
}

.sustainability-box > .item:last-child figure figcaption {
  font-size: 1.4rem;
}

.sustainability-box > .item p {
  font-size: 2rem;
  margin-bottom: 40px;
}

.sustainability-box > .item p a {
  color: #35a0dd;
  text-decoration: underline;
}

a[href$=".pdf"]:after {
  position: absolute;
  color: #ff0000;
  font-size: 2rem;
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  content: '\f1c1';
  font-weight: 400;
}

.sdgs-img {
  margin: 60px 0;
}

.sdgs-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .sustainability-box {
    flex-direction: column;
  }

  .sustainability-box > .item {
    width: 100%;
  }

  .sustainability-box > .item + .item {
    margin-top: 30px;
  }

}

.circle > li + li {
  margin-top: 30px;
}