.p-sdgs-section {
  padding: 96px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-section {
    margin-top: 0;
    padding: 64px 0 0;
  }
}
.p-sdgs-box {
  background-color: #fff;
  padding: 88px 0 64px;
  border-radius: 40px 0 0 0;
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-box {
    padding: 60px 0;
    border-radius: 20px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-sdgs-box {
    margin-top: 40px;
    padding: 40px 0;
    border-radius: 8px 0 0 0;
  }
}
.p-sdgs-box--reverse {
  border-radius: 0 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-box--reverse {
    border-radius: 0 20px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-sdgs-box--reverse {
    border-radius: 0 8px 0 0;
  }
}
.p-sdgs-block {
  max-width: 91.25vw;
  margin-left: auto;
  position: relative;
  margin-left: calc((100vw - 1320px) / 2);
}
@media only screen and (max-width: 1440px) {
  .p-sdgs-block {
    margin-left: 30px;
    max-width: none;
  }
}
@media only screen and (max-width: 1271px) {
  .p-sdgs-block {
    margin-left: auto;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sdgs-block {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 400px) {
  .p-sdgs-block {
    padding: 0 16px;
  }
}
.p-sdgs-block--reverse {
  margin-left: auto;
  margin-right: calc((100vw - 1320px) / 2);
}
@media only screen and (max-width: 1440px) {
  .p-sdgs-block--reverse {
    margin-left: auto;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1271px) {
  .p-sdgs-block--reverse {
    margin-right: auto;
  }
}
.p-sdgs-block--reverse .p-sdgs-block__img-wrap {
  margin-left: 0;
}
@media only screen and (min-width: 1272px) {
  .p-sdgs-block--reverse .p-sdgs-block__img-wrap {
    border-radius: 0 40px 40px 0;
  }
}
.p-sdgs-block + .p-sdgs-block {
  margin-top: 96px;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-block + .p-sdgs-block {
    margin-top: 50px;
    margin-top: 40px;
  }
}
.p-sdgs-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1271px) {
  .p-sdgs-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-sdgs-block__content {
  max-width: 720px;
}
.p-sdgs-block__content--sustain {
  max-width: 712px;
  width: 100%;
  margin-left: 76px;
}
@media only screen and (max-width: 1271px) {
  .p-sdgs-block__content--sustain {
    margin-left: 0;
    margin-top: 40px;
  }
}
.p-sdgs-block__img-wrap {
  width: 100%;
  margin-left: 76px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (min-width: 1272px) {
  .p-sdgs-block__img-wrap {
    border-radius: 40px 0 0 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-sdgs-block__img-wrap {
    margin-left: 48px;
  }
}
@media only screen and (max-width: 1271px) {
  .p-sdgs-block__img-wrap {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sdgs-block__img-wrap {
    border-radius: 8px;
  }
}
.p-sdgs-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-sdgs-head__main {
  font-size: 28px;
  color: #00538f;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 400px) {
  .p-sdgs-head__main {
    font-size: 22px;
  }
}
.p-sdgs-head__sub {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #00538f;
  margin-top: 16px;
}
@media only screen and (max-width: 480px) {
  .p-sdgs-head__sub {
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.5;
  }
}
.p-sdgs-block__content-detail {
  padding-left: 52px;
  margin-top: 32px;
  border-left: solid 2px #8ad8ff;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-block__content-detail {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-sdgs-block__content-detail {
    padding-left: 15px;
  }
}
.p-sdgs-block__desc {
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-block__desc {
    font-size: 16px;
  }
}
.p-sdgs-block__desc-para {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-block__desc-para {
    font-size: 16px;
  }
}
.p-sdgs-block__desc-para + .p-sdgs-block__desc-para {
  margin-top: 32px;
}
.p-sdgs-block__img {
  width: 100%;
}
.p-sdgs-icon-img-wrap {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-icon-img-wrap {
    margin-top: 20px;
  }
}
.p-sdgs-initiatives {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-initiatives {
    margin-top: 20px;
  }
}
.p-sdgs-initiatives__head {
  display: inline-block;
  border: solid 2px #006ab7;
  padding: 6px 10px 5px;
  min-width: 180px;
  text-align: center;
}
.p-sdgs-initiatives__head-text {
  font-weight: bold;
  color: #00538f;
}
.p-sdgs-initiatives__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-initiatives__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }
}
.p-sdgs-initiatives__list {
  width: 100%;
}
.p-sdgs-initiatives__list--second {
  min-width: 284px;
  max-width: 284px;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-initiatives__list--second {
    margin-left: 0;
    min-width: auto;
    max-width: none;
  }
}
.p-sdgs-initiatives__item {
  position: relative;
  padding-left: 1em;
}
.p-sdgs-initiatives__item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0px;
  aspect-ratio: 1;
  width: 4px;
  height: auto;
  background-color: #282828;
  border-radius: 50%;
}
.p-sdgs-initiatives__item + .p-sdgs-initiatives__item {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-initiatives__item + .p-sdgs-initiatives__item {
    margin-top: 6px;
  }
}
.p-sdgs-about-wrap {
  margin-top: 72px;
}
.p-sdgs-about {
  background-color: #f3fbff;
  padding: 48px 48px 48px 64px;
}
@media only screen and (max-width: 1271px) {
  .p-sdgs-about {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .p-sdgs-about {
    padding: 30px 15px;
  }
}
.p-sdgs-logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-logo-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-sdgs-logo-block__content-wrap {
  width: 100%;
}
.p-sdgs-logo-block__head {
  font-size: 28px;
  color: #00538f;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 480px) {
  .p-sdgs-logo-block__head {
    font-size: 20px;
  }
}
.p-sdgs-logo-block__detail {
  margin-top: 32px;
}
.p-sdgs-logo-block__img-wrap {
  min-width: 436px;
  margin-left: 32px;
  mix-blend-mode: darken;
}
@media only screen and (max-width: 1271px) {
  .p-sdgs-logo-block__img-wrap {
    margin-left: 20px;
    min-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .p-sdgs-logo-block__img-wrap {
    min-width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-sdgs-logo-block__img-wrap {
    margin-top: 0;
  }
}
.p-sdgs-blocks {
  margin-top: 48px;
}
.p-sustain__desc {
  margin-top: 40px;
}
.p-sdgs-btn-wrap {
  margin: 96px auto 0;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-btn-wrap {
    margin-top: 64px;
  }
}
/*# sourceMappingURL=./2025_sdgs.css.map */