/* ===== sdgs ===== */
.p-sdgs-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50vh;
  max-height: 540px;
  padding: 0;
}
.p-sdgs-hero h1 {
  font-size: clamp(32px, 6.4rem, 64px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
.p-sdgs-hero p {
  font-size: clamp(16px, 1.8rem, 18px);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1em;
}

.p-sdgs-declaration {
  padding-bottom: 5.55555556dvh;
  border-radius: 5em 5em 0 0;
  background: #EDEFF2;
}
@media (max-width: 780px) {
  .p-sdgs-declaration {
    border-radius: 3em 3em 0 0;
  }
}
.p-sdgs-declaration h2 {
  font-size: clamp(24px, 3.2rem, 32px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (max-width: 780px) {
  .p-sdgs-declaration h2 {
    padding-left: 1em;
  }
}
.p-sdgs-declaration hr {
  border: none;
  border-top: 2px solid #FF7B0F;
  margin-bottom: 3em;
}
.p-sdgs-declaration p {
  width: 70%;
  margin: 0 0 0 auto;
  font-size: clamp(16px, 1.8rem, 18px);
}
@media (max-width: 780px) {
  .p-sdgs-declaration p {
    width: 100%;
    padding: 0 1.5em;
  }
}
.p-sdgs-declaration__img {
  width: 75%;
  margin: 3em auto 0;
}
@media (max-width: 780px) {
  .p-sdgs-declaration__img {
    width: 90%;
  }
}
.p-sdgs-declaration__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1em;
}

.p-sdgs-section {
  padding: 11.11111112dvh 0 5.55555556dvh;
  background: #EDEFF2;
}
.p-sdgs-section h2 {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 0.25em;
  font-size: clamp(24px, 3.2rem, 32px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #FF7B0F;
}
.p-sdgs-section h2::after {
  position: absolute;
  bottom: -0.25em;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FF7B0F;
}
.p-sdgs-section__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
  width: 100%;
  padding: 1.5em;
  border-radius: 1.5em;
  background: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(34, 34, 34, 0.2);
          box-shadow: 3px 3px 6px rgba(34, 34, 34, 0.2);
}
@media (max-width: 1550px) {
  .p-sdgs-section__container {
    padding: 3em 1.5em;
  }
}
@media (max-width: 780px) {
  .p-sdgs-section__container {
    grid-template-columns: repeat(1, 1fr);
    padding: 1.5em;
    gap: 1.5em;
  }
}
.p-sdgs-section__item-container {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  padding: 1em 0;
}
.p-sdgs-section__item {
  width: 100%;
  padding: 1em;
}
.p-sdgs-section__item h3 {
  font-size: clamp(20px, 3.2rem, 32px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.p-sdgs-section__img-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
  padding: 1em 0.5em;
}
.p-sdgs-section__img-container .img-box {
  width: 100%;
}
.p-sdgs-section__img-container .img-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-sdgs-future {
  position: relative;
  z-index: 0;
}
.p-sdgs-future__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  -webkit-clip-path: polygon(40% 0, 100% 0, 60% 100%, 0 100%);
          clip-path: polygon(40% 0, 100% 0, 60% 100%, 0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(30%, #FF7B0F), color-stop(70%, #FF7B0F), to(#fafafa));
  background: linear-gradient(to bottom, #fafafa 0%, #FF7B0F 30%, #FF7B0F 70%, #fafafa 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.8;
}
@media (max-width: 780px) {
  .p-sdgs-future__bg {
    width: 80%;
    opacity: 0.6;
  }
}
@media (max-width: 450px) {
  .p-sdgs-future__bg {
    width: 90%;
  }
}
.p-sdgs-future h2 {
  margin-bottom: 1em;
}
@media (max-width: 780px) {
  .p-sdgs-future h2 {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 450px) {
  .p-sdgs-future h2 {
    padding-left: 0.5em;
  }
}
.p-sdgs-future__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
  width: 100%;
}
@media (max-width: 780px) {
  .p-sdgs-future__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5em;
  }
}
.p-sdgs-future__list {
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 450px) {
  .p-sdgs-future__list {
    padding: 0 1em;
  }
}
.p-sdgs-future__list li {
  margin-bottom: 5em;
}
@media (max-width: 780px) {
  .p-sdgs-future__list li {
    margin-bottom: 2.5em;
  }
}
.p-sdgs-future__list h3 {
  margin-bottom: 0.5em;
}
.p-sdgs-future__img-container {
  position: relative;
}
.p-sdgs-future__img-container > img {
  display: block;
  width: 90%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1em;
}
.p-sdgs-future__img-container > img:nth-last-child(1) {
  position: relative;
  top: -10%;
  left: 20%;
}
@media (max-width: 1550px) {
  .p-sdgs-future__img-container > img:nth-last-child(1) {
    left: 10%;
  }
}

.p-sdgs-links h2 {
  margin-bottom: 1em;
}
.p-sdgs-links ul li {
  margin-bottom: 1em;
}
.p-sdgs-links ul li a {
  font-size: clamp(16px, 1.8rem, 18px);
  color: #38B4CE;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-sdgs-links ul li a:hover {
  color: #207080;
}/*# sourceMappingURL=sdgs.css.map */