@charset "UTF-8";
/****************************************************
 * Stylesheet ライブラリー
 ****************************************************/
.pagetitle {
  height: auto !important;
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .pagetitle {
    padding-bottom: 6.8rem;
    background-image: url("../images/sustainability/report/pagetitle_bg01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    padding-bottom: 3rem;
    background-image: url("../images/sustainability/report/pagetitle_bg01_sp.jpg");
  }
}
.p-sustainability__report__content01 {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__report__content01 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-sustainability__report__content01 .inner > section {
  margin-top: 8rem;
}
.p-sustainability__report__content01 .inner > section + section {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__report__content01 .inner > section + section {
    margin-top: 4rem;
  }
}
.p-sustainability__report__content01 p {
  margin-bottom: 1.8rem;
}
.p-sustainability__report__content01 p:last-child {
  margin-bottom: 0;
}
.p-sustainability__report__content01 .link__list {
  margin-bottom: 2em;
}
.p-sustainability__report__content01 .link__list li {
  margin-bottom: 0.5em;
}
.p-sustainability__report__content01 .link__list li:last-child {
  margin-bottom: 0;
}
.p-sustainability__report__content01 .link__list a {
  padding-left: 3rem;
  font-size: 1.5rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__report__content01 .link__list a {
    font-size: 1.4rem;
  }
}
.p-sustainability__report__content01 .link__list a:before {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 -3rem;
  content: "";
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
}

.section_box__bg--gray.-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  height: 13.5rem;
  margin-top: 12rem;
  padding-right: 3rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#F2F5F7), to(#F2F5F7));
  background-image: linear-gradient(to right, #F2F5F7 0%, #F2F5F7 100%);
  background-size: 100%;
  background-position: 6.7rem 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .section_box__bg--gray.-pdf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-top: 0;
    padding: 0 0 6rem;
    background-position: 0 8rem;
  }
}
.section_box__bg--gray.-pdf.-pdf {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  height: auto;
  margin-top: 8rem;
  margin-bottom: 6rem;
  padding: 3rem;
  background-position: 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.section_box__bg--gray.-pdf.-pdf p {
  font-size: 1.4rem;
  margin: 0;
}
.section_box__bg--gray.-pdf.-pdf img {
  width: 15.8rem;
}
@media only screen and (max-width: 767px) {
  .section_box__bg--gray.-pdf.-pdf {
    gap: 2rem;
    text-align: center;
  }
}