/* default settings */
@media (min-width: 769px) {
  .inner {
    width: 100%;
    max-width: 63.125rem;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .inner {
    padding-inline: 2.5rem;
  }
}

.--page-mt {
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .--page-mt {
    padding-top: 2.5rem;
  }
}

.about .__title {
  font-size: 1.625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #161f20;
  position: relative;
  display: inline-block;
  padding-bottom: 0.9375rem;
  font-weight: 300;
  margin: 0 0 3.5rem;
}
@media (max-width: 768px) {
  .about .__title {
    font-size: 1.25rem;
    letter-spacing: 0.01em;
    padding-bottom: 0.3125rem;
    margin-bottom: 3rem;
  }
}
.about .__title::before, .about .__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.about .__title::before {
  width: 100vw;
  height: 1px;
  background-color: #707070;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.about .__title::after {
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.about .inner {
  position: relative;
}
@media (max-width: 768px) {
  .about .__title {
    line-height: 1.7;
  }
}
@media (min-width: 769px) {
  .about__content {
    width: 31.5625rem;
  }
}
.about__content .text {
  font-size: 1rem;
  line-height: 2.1875;
}
@media (max-width: 768px) {
  .about__content .text {
    line-height: 2;
  }
}
.about__content .text p {
  margin: 0;
}
.about__content .note {
  margin-top: 2.0625rem;
  font-size: 0.75rem;
  line-height: 2;
}
@media (min-width: 769px) {
  .about__content .note {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .about__content .note {
    margin-top: 0.75rem;
  }
}
.about__img {
  height: 31.25rem;
}
@media (min-width: 769px) {
  .about__img {
    width: 25rem;
    position: absolute;
    top: 3.125rem;
    right: 0;
  }
}
@media (max-width: 768px) {
  .about__img {
    height: 11.4375rem;
    margin-top: 2.5625rem;
    margin-inline: -2.5rem;
  }
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__box {
  background-color: #F6F6F6;
  padding: 1.8125rem 1.5rem 1.875rem 2.5rem;
  margin-top: 9.1875rem;
}
@media (max-width: 768px) {
  .about__box {
    margin-top: 5rem;
    padding: 2.5rem 1.5rem 1.875rem;
  }
}
@media (min-width: 769px) {
  .about__box .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about__box .intro:not(:last-child) {
  margin-bottom: 2.1875rem;
}
@media (max-width: 768px) {
  .about__box .intro:not(:last-child) {
    margin-bottom: 3.8125rem;
  }
}
.about__box .intro__img {
  width: 5rem;
}
@media (min-width: 769px) {
  .about__box .intro__img {
    margin-top: 0.1875rem;
  }
}
@media (max-width: 768px) {
  .about__box .intro__img {
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .about__box .intro__infor {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 3.625rem;
  }
}
@media (max-width: 768px) {
  .about__box .intro__infor {
    margin-top: 1.1875rem;
  }
}
.about__box .intro__infor .title {
  margin: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .about__box .intro__infor .title {
    line-height: 1.875;
    letter-spacing: 0;
  }
}
.about__box .intro__infor .desc {
  margin-top: 0.375rem;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 768px) {
  .about__box .intro__infor .desc {
    margin-top: 0.5625rem;
  }
}
.about__box .intro__infor .note {
  margin-top: 0.125rem;
  font-size: 0.75rem;
  line-height: 2;
}
.about__box .intro__infor .link {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .about__box .intro__infor .link {
    margin-top: 1.5625rem;
  }
}
.about__box .intro__infor .link sup {
  top: -0.4em;
}
@media (max-width: 768px) {
  .about__box .intro__infor .link sup {
    top: -0.3em;
  }
}
.about__box .intro__infor .link li:not(:last-child) {
  margin-bottom: 0.375rem;
}
@media (max-width: 768px) {
  .about__box .intro__infor .link li:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
.about__box .intro__infor .link a {
  color: #161F20;
  text-decoration: none;
  font-size: 1rem;
  line-height: 2;
  border-bottom: 1px solid #707070;
  padding-bottom: 0.25rem;
}
.about__box .intro__infor .link a.--blank {
  position: relative;
  padding-right: 2.1875rem;
}
.about__box .intro__infor .link a.--blank:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: url("/assets/img/page-sustainability-environment-greenaid/ico-link.png") no-repeat center/contain;
  right: 0;
  top: 0.125rem;
}