/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p__sdgs .c_ttl01 {
  text-align: center;
}
.p__sdgs .c_ttl01__en {
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  font-family: "Sorts Mill Goudy", serif;
  display: block;
  line-height: 1.2;
  padding-bottom: 7px;
}
.p__sdgs .c_ttl01__jp {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  display: block;
}
.p__sdgs01 {
  background: url(../../assets/images/sdgs/img_bg.png) no-repeat center;
  background-size: cover;
}
.p__sdgs01_content {
  padding: 40px 0;
}
.p__sdgs01_img {
  padding-bottom: 30px;
}
.p__sdgs01_desc .name {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4375;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 20px;
}
.p__sdgs01_desc .txt {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-bottom: 40px;
}
.p__sdgs01_desc .c_btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.p__sdgs01_desc .c_btn:hover .c_btn01_txt::before {
  width: 0;
}
.p__sdgs01_desc .c_btn__icon::before {
  mask-image: url(../images/common/icon_window.svg);
  -webkit-mask-image: url(../images/common/icon_window.svg);
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
}
.p__sdgs01_desc .c_btn__txt {
  display: flex;
  font-size: 1.125rem;
}
.p__sdgs01_desc .c_btn__txt::before {
  background-color: #707070;
}
.p__sdgs01_desc .c_btn__txt .icon_pdf {
  width: 20px;
  margin-left: 5px;
}
.p__sdgs02 {
  padding-top: 60px;
  position: relative;
  margin-bottom: 90px;
}
.p__sdgs02_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 40.5625%;
}
.p__sdgs02_content {
  margin-top: 40px;
}
.p__sdgs02_content .item {
  margin-bottom: 60px;
}
.p__sdgs02_content .item:last-child {
  margin-bottom: 0;
}
.p__sdgs02_content .item__ttl {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 38px;
}
.p__sdgs02_content .item__ttl .sub {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: block;
}
.p__sdgs02_content .item__ttl .topic {
  width: 100px;
  border-right: 1px solid #738196;
  color: #738196;
  font-family: "Noto Serif JP", serif;
  padding: 5px 0 12px 7px;
}
.p__sdgs02_content .item__ttl .topic_txt {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
.p__sdgs02_content .item__ttl .topic_number {
  font-size: 1.75rem;
  line-height: 0.9;
  padding-left: 6px;
}
.p__sdgs02_content .item__ttl .topic_number .number {
  letter-spacing: 0.1em;
  font-size: 1.875rem;
  padding-left: 6px;
}
.p__sdgs02_content .item__ttl .name {
  width: calc(100% - 100px);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  padding-left: 15px;
}
.p__sdgs02_content .item__txt {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}
.p__sdgs02_content .item__other_name {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  padding-left: 20px;
  margin-bottom: 7px;
  position: relative;
}
.p__sdgs02_content .item__other_name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #373e48;
  border-radius: 100%;
}
.p__sdgs02_content .item__other_content {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.p__sdgs02_content .item__other_img {
  width: 100%;
  max-width: 98px;
}
.p__sdgs02_content .img {
  position: relative;
}
.p__sdgs02_content .desc {
  padding-top: 44px;
}
.p__sdgs02_content .bg {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translate(40%, -30%);
  z-index: -1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .p__sdgs .c_ttl01__en {
    font-size: 3.75rem;
  }
  .p__sdgs .c_ttl01__jp {
    font-size: 1.75rem;
  }
  .p__sdgs01 {
    margin-top: 13px;
  }
  .p__sdgs01_content {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: clamp(3.75rem, 6.0096153846vw + 0.8653846154rem, 6.875rem) 0 clamp(3.75rem, 7.6923076923vw + 0.0576923077rem, 7.75rem);
    flex-direction: row-reverse;
  }
  .p__sdgs01_img {
    width: 48.275862069%;
    padding-bottom: 10px;
  }
  .p__sdgs01_desc {
    width: 48.275862069%;
  }
  .p__sdgs01_desc .name {
    padding-bottom: 38px;
    font-size: 2rem;
  }
  .p__sdgs01_desc .txt {
    padding-bottom: 56px;
    font-size: 1.125rem;
  }
  .p__sdgs01_desc .c_btn__icon::before {
    width: 19px;
    height: 19px;
  }
  .p__sdgs01_desc .c_btn__txt {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  .p__sdgs02 {
    margin-bottom: clamp(5.9625rem, 7.6442307692vw + 2.2932692308rem, 9.9375rem);
    padding-top: clamp(3.75rem, 8.0528846154vw + -0.1153846154rem, 7.9375rem);
  }
  .p__sdgs02_content {
    margin-top: clamp(3.75rem, 6.6105769231vw + 0.5769230769rem, 7.1875rem);
  }
  .p__sdgs02_content .item {
    display: flex;
    justify-content: space-between;
    gap: clamp(2.5rem, 4.8076923077vw + 0.1923076923rem, 5rem);
    margin-bottom: 120px;
  }
  .p__sdgs02_content .item:nth-child(even) {
    flex-direction: row;
  }
  .p__sdgs02_content .item {
    flex-direction: row-reverse;
  }
  .p__sdgs02_content .item__ttl .sub {
    font-size: clamp(1.125rem, 0.78125vw + 0.75rem, 1.25rem);
  }
  .p__sdgs02_content .item__ttl .topic {
    width: 109px;
  }
  .p__sdgs02_content .item__ttl .topic_txt {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
  .p__sdgs02_content .item__ttl .topic_number {
    font-size: 2.8125rem;
  }
  .p__sdgs02_content .item__ttl .topic_number .number {
    top: -60px;
    font-size: 3.75rem;
  }
  .p__sdgs02_content .item__ttl .name {
    width: calc(100% - 109px);
    padding-left: 25px;
    font-size: clamp(1.5rem, 3.125vw + 0rem, 2rem);
  }
  .p__sdgs02_content .item__txt {
    padding-bottom: 54px;
    font-size: 1.125rem;
  }
  .p__sdgs02_content .item__other_name {
    font-size: 1.125rem;
  }
  .p__sdgs02_content .img {
    width: 43.1034482759%;
  }
  .p__sdgs02_content .desc {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .p__sdgs01_content {
    align-items: flex-end;
  }
}
/*# sourceMappingURL=sdgs.css.map */
