/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_sdgs__inner {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p_sdgs__inner {
    padding: 33px 0 250px;
  }
}
.p_sdgs__head {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_sdgs__head {
    margin-bottom: 78px;
  }
}
.p_sdgs__poster {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_sdgs__poster {
    margin-bottom: 80px;
  }
}
.p_sdgs__poster .c_ttl40 {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_sdgs__poster .c_ttl40 {
    margin-bottom: 40px;
  }
}
.p_sdgs__poster_img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_sdgs__poster_img {
    max-width: 800px;
    width: calc(100% - 80px);
  }
}
.p_sdgs__item {
  padding: 25px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .p_sdgs__item {
    display: flex;
    justify-content: space-between;
    gap: 57px;
    padding: 56px 0 57px;
  }
}
.p_sdgs__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p_sdgs__item__box {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_sdgs__item__box {
    max-width: 763px;
    margin-bottom: 0;
  }
}
.p_sdgs__item__imgs {
  flex-shrink: 0;
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p_sdgs__item__imgs {
    justify-content: flex-end;
    width: 205px;
    padding-top: 4px;
  }
}
.p_sdgs__item .c_ttl24 {
  margin-bottom: 15px;
  color: #74a9fb;
  line-height: 1.825;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_sdgs__item .c_ttl24 {
    margin-bottom: 30px;
  }
}
.p_sdgs__item__img {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .p_sdgs__item__img {
    width: 100px;
  }
}
.p_sdgs__item__pdf {
  display: inline-flex;
  align-items: flex-start;
  margin-top: 15px;
  color: #74a9fb;
  line-height: 2;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p_sdgs__item__pdf {
    margin-top: 25px;
    transition: all 0.5s;
  }
  .p_sdgs__item__pdf:hover {
    text-decoration: none;
  }
}
.p_sdgs__item__pdf::before {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  background: url(../images/sdgs/icon_pdf.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p_sdgs__item__pdf::before {
    top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p_sdgs__item.pdf .p_sdgs__item__box {
    max-width: 843px;
  }
  .p_sdgs__item.pdf .p_sdgs__item__imgs {
    width: clamp(
      12.8125rem,
      6.6105769231vw + 9.6394230769rem,
      16.25rem
  );
  }
}
.p_sdgs__item.pdf .p_sdgs__item__img {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .p_sdgs__item.pdf .p_sdgs__item__img {
    width: 100%;
  }
}
/*# sourceMappingURL=sdgs.css.map */
