@charset "UTF-8";
.sdgs-intr__cont {
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
  margin-bottom: 30px;
}
.sdgs-intr__cont .img {
  width: 22%;
}
.sdgs-intr__cont .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sdgs-intr__cont .cont {
  width: 74%;
}

.sdgs__ttl-middle {
  font-size: 21px;
  color: #444444;
  font-weight: 500;
  line-height: 1.6;
  font-family: "A1 Mincho Std", "A1明朝 Std", serif;
}

.sdgs-intr__about {
  background: #f8f6ef;
  padding: 30px 40px;
}
.sdgs-intr__about .img {
  width: 100%;
  margin-top: 30px;
}
.sdgs-intr__about .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sdgs-intr__about-ttl {
  font-size: 21px;
  color: #444444;
  font-weight: 500;
  line-height: 1.6;
  font-family: "A1 Mincho Std", "A1明朝 Std", serif;
  text-align: center;
  margin: 0;
}

.sdgs-goal__flex {
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.sdgs-goal__flex .img {
  width: 20%;
}
.sdgs-goal__flex .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sdgs-goal__flex .cont {
  width: 76%;
}

.sdgs__ttl-small {
  font-size: 16px;
  color: #83630e;
  font-family: "A1 Mincho Std", "A1明朝 Std", serif;
  font-weight: 500;
  padding-left: 90px;
  position: relative;
  margin: 15px 0 20px;
}
.sdgs__ttl-small::before {
  content: "";
  display: block;
  width: 80px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #d4be84;
  position: absolute;
}

.sdgs-do__flex {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  margin-top: 30px;
}
.sdgs-do__flex .img {
  width: 49%;
}
.sdgs-do__flex .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sdgs-goal .sdgs__ttl-middle {
  margin: 20px 0 13px;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sdgs-intr__cont {
    flex-direction: column;
    row-gap: 25px;
  }
  .sdgs-intr__cont .img {
    width: 160px;
    max-width: 80%;
    margin: 0 auto;
  }
  .sdgs-intr__cont .cont {
    width: 100%;
  }
  .sdgs__ttl-middle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sdgs-intr__cont .sdgs__ttl-middle {
    font-size: 20px;
  }
  .sdgs-intr__about-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sdgs-intr__about {
    padding: 25px;
  }
  .sdgs-intr__about .img {
    margin-top: 20px;
  }
  .sdgs-goal__flex .cont {
    width: calc(96% - 100px);
  }
  .sdgs-goal__flex .img {
    width: 100px;
  }
  .sdgs__ttl-small::before {
    width: 40px;
  }
  .sdgs__ttl-small {
    padding-left: 50px;
  }
  .sdgs__ttl-small {
    margin: 22px 0 14px;
  }
  .sdgs-do__flex {
    margin-top: 20px;
  }
  .sdgs-goal h4 {
    margin: 40px 0 25px 0;
  }
  .sp {
    display: inline-block;
  }
}/*# sourceMappingURL=uniq.css.map */