/* ---------------------------------------
  headline
-----------------------------------------*/
.u-headline.sp-top:before {
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-headline-2 {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 150%;
  padding: 0.8rem 0;
  border-bottom: solid 1px #8D8B8B;
  color: #fff;
}

.u-headline-3 {
  margin-bototm: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  padding-left: 1.6rem;
  border-left: solid 5px #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .u-headline-3 {
    font-size: 1.8rem;
  }
}

.u-headline-4 {
  margin-bottom: 1.6rem;
  padding: 0.8rem 1.6rem;
  background-color: #3B393A;
  line-height: 150%;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .u-headline-4 {
    font-size: 1.4rem;
    padding: 0.8rem 1.2rem;
  }
}

/* ---------------------------------------
  compliance
-----------------------------------------*/
.p-compliance {
  color: #fff;
}

.p-compliance-01 .lead {
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-compliance-01 .lead {
    line-height: 170%;
  }
}
.p-compliance-01 .charter-box {
  margin-top: 4.8rem;
  padding: 5.6rem 8rem;
  background-color: #F4F2F1;
}
@media screen and (max-width: 767px) {
  .p-compliance-01 .charter-box {
    margin-top: 4rem;
    padding: 4rem 2.4rem;
  }
}
.p-compliance-01 .charter-box .ttl {
  color: #272526;
  background-color: #B6B4B4;
  padding: 0.8rem 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-compliance-01 .charter-box .ttl {
    font-size: 1.6rem;
    margin: 0;
  }
}
.p-compliance-01 .charter-box .list {
  color: #272526;
  counter-reset: listnum;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-compliance-01 .charter-box .list {
    margin-top: 2.4rem;
  }
}
.p-compliance-01 .charter-box .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-compliance-01 .charter-box .list li {
    font-size: 1.8rem;
  }
}
.p-compliance-01 .charter-box .list li::before {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero) ".";
  color: #E60012;
  margin-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-compliance-01 .charter-box .list li::before {
    margin-right: 0.8rem;
  }
}
.p-compliance-01 .charter-box .list li + li {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-compliance-01 .charter-box .list li + li {
    margin-top: 2.4rem;
  }
}

.p-compliance-02 {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-compliance-02 {
    margin-top: 11.1rem;
  }
}
.p-compliance-02 p {
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-compliance-02 p {
    line-height: 170%;
  }
}
.p-compliance-02 .clm {
  margin-top: 5.6rem;
}
.p-compliance-02 .clm-in {
  margin-top: 4.8rem;
}
.p-compliance-02 .in-box {
  margin-top: 1.6rem;
}
.p-compliance-02 .in-box + .in-box {
  margin-top: 4rem;
}

/* ---------------------------------------
  sdgs
-----------------------------------------*/
.p-sdgs {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs {
    margin-top: 4.8rem;
  }
}

.p-sdgs-01 .lead {
  line-height: 180%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .lead {
    line-height: 170%;
  }
}
.p-sdgs-01 .sdgs-box {
  margin-top: 4.8rem;
  padding: 6.4rem 8rem;
  background-color: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .sdgs-box {
    margin-top: 4rem;
    padding: 4rem 2.4rem;
  }
}
.p-sdgs-01 .img-main {
  width: 72.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .img-main {
    width: 100%;
  }
}
.p-sdgs-01 .list-sdgs {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .list-sdgs {
    margin-top: 2.4rem;
  }
}
.p-sdgs-01 .list-sdgs .clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.4rem 0;
  border-top: solid 1px #B6B4B4;
}
.p-sdgs-01 .list-sdgs .img-box {
  width: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .list-sdgs .img-box {
    width: 5.6rem;
  }
}
.p-sdgs-01 .list-sdgs .img-box img:not(:first-child) {
  margin-top: 1.2rem;
}
.p-sdgs-01 .list-sdgs .info-box {
  width: calc(100% - 9.6rem);
  padding-left: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .list-sdgs .info-box {
    width: calc(100% - 5.6rem);
    padding-left: 1.6rem;
  }
}
.p-sdgs-01 .list-sdgs .info-box .txt {
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .list-sdgs .info-box .txt {
    line-height: 170%;
  }
}
.p-sdgs-01 .list-sdgs .info-box .info-list {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .list-sdgs .info-box .info-list {
    width: 29.5rem;
    margin-left: -7.2rem;
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .list-sdgs .info-box .info-list.u-mt-5 {
    margin-top: 7rem;
  }
}
.p-sdgs-01 .list-sdgs .info-box .info-list figure {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .list-sdgs .info-box .info-list figure {
    width: 13.9rem;
    margin-right: 1.6rem;
  }
}
.p-sdgs-01 .list-sdgs .info-box .info-list figure figcaption {
  font-size: 1.4rem;
  line-height: 160%;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .list-sdgs .info-box .info-list figure figcaption {
    font-size: 1.2rem;
    line-height: 170%;
    margin-top: 0.2rem;
  }
}
.p-sdgs-01 .list-sdgs .info-box .info-list figure + figure {
  margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .list-sdgs .info-box .info-list figure + figure {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .list-sdgs .info-box .info-list figure:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-01 .list-sdgs .info-box .info-list figure:nth-of-type(n+3) {
    margin-top: 2.4rem;
  }
}

/* ---------------------------------------
  health
-----------------------------------------*/
.p-health {
  margin-top: 8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-health {
    margin-top: 4.8rem;
  }
}

.p-health-01 .lead {
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-health-01 .lead {
    line-height: 170%;
  }
}
.p-health-01 .declaration-box {
  padding: 5.6rem 8rem;
  background-color: #F4F2F1;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-health-01 .declaration-box {
    margin-top: 4rem;
    padding: 4rem 2.4rem;
  }
}
.p-health-01 .declaration-box .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  color: #272526;
}
@media screen and (max-width: 767px) {
  .p-health-01 .declaration-box .list li {
    font-size: 1.6rem;
  }
}
.p-health-01 .declaration-box .list li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #E60012;
  margin-right: 1.6rem;
  margin-top: 0.95rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  .p-health-01 .declaration-box .list li::before {
    margin-top: 0.8rem;
  }
}
.p-health-01 .declaration-box .list li + li {
  margin-top: 1.6rem;
}
.p-health-01 .link {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-health-01 .link {
    margin-top: 2.8rem;
  }
}

.p-health-02 {
  margin-top: 8rem;
}
.p-health-02 .lead {
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-health-02 .lead {
    line-height: 170%;
  }
}
.p-health-02 .link {
  margin-top: 2.4rem;
}

.p-health-03 {
  margin-top: 8rem;
}
.p-health-03 .lead {
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-health-03 .lead {
    line-height: 170%;
  }
}
.p-health-03 .chart-box {
  margin-top: 3.2rem;
  padding: 4.8rem 0;
  background-color: #3B393A;
}
@media screen and (max-width: 767px) {
  .p-health-03 .chart-box {
    margin-top: 4rem;
    padding: 3rem 0 3.6rem;
  }
}
.p-health-03 .chart-box picture {
  display: block;
  width: 93.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-health-03 .chart-box picture {
    width: 32rem;
  }
}