@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*grid settings*/
/* media query */
#sdgs main {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #sdgs main {
    padding-top: 0;
  }
}

.p-cont-bg {
  background-color: #fff;
}

.p-sdgs {
  text-align: center;
  padding: 1px 0 5rem;
}
@media only screen and (max-width: 768px) {
  .p-sdgs {
    padding: 1px 0 2.5rem;
  }
}
.p-sdgs__ttl {
  padding: 0;
  margin: 10rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-sdgs__ttl {
    margin: 7rem auto 0;
  }
}
.p-sdgs__mainttl {
  margin-top: 2rem;
  font-size: 40px;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .p-sdgs__mainttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-sdgs__mainttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sdgs__mainttl {
    margin-top: 8rem;
  }
}
.p-sdgs__txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin: 5rem auto 8rem;
}
@media (max-width: 768px) {
  .p-sdgs__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-sdgs__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sdgs__txt {
    margin: 2rem auto 3.5rem;
  }
}
.p-sdgs-det {
  background-color: #f4f4f4;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .p-sdgs-det {
    padding: 7rem 0;
  }
}
.p-sdgs-det__inner {
  background-color: #fff;
  max-width: 1000px;
  margin: 8rem auto;
  padding: 8rem 6rem;
  gap: 10rem;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .p-sdgs-det__inner {
    padding: 3rem 1.5rem;
    margin: 3.5rem auto;
    gap: 5rem;
  }
}
.p-sdgs-det__inf {
  position: relative;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-sdgs-det__inf {
    gap: 1.5rem;
  }
}
.p-sdgs-det__inf__desc {
  gap: 3rem;
}
@media only screen and (max-width: 1080px) {
  .p-sdgs-det__inf__desc {
    gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sdgs-det__inf__desc {
    gap: 1.5rem;
  }
}
.p-sdgs-det__inf__ttl {
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  border-left: 8px solid #6E356B;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .p-sdgs-det__inf__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-sdgs-det__inf__ttl {
    font-size: 1.6rem;
  }
}
.p-sdgs-det__inf__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-sdgs-det__inf__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-sdgs-det__inf__txt {
    font-size: 1.3rem;
  }
}
.p-sdgs-det__inf__img {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, min-content);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-sdgs-det__inf__img {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-sdgs-det__about {
  max-width: 1000px;
  background-color: #0B3067;
  margin: 0 auto;
  color: #fff;
  padding: 5rem 6rem;
}
@media only screen and (max-width: 768px) {
  .p-sdgs-det__about {
    padding: 3rem 1.5rem;
  }
}
.p-sdgs-det__about .u-flex {
  align-items: center;
  justify-content: center;
  justify-items: center;
  align-content: center;
  gap: 4rem;
  max-width: 800px;
  margin: 0 auto;
}
.p-sdgs-det__about__ttl {
  background-color: #fff;
  width: 440px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #0B3067;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 1rem 1.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-sdgs-det__about__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-sdgs-det__about__ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sdgs-det__about__ttl {
    width: unset;
  }
}
.p-sdgs-det__about__ttl::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1.75rem solid #fff;
}
.p-sdgs-det__about__subttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .p-sdgs-det__about__subttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-sdgs-det__about__subttl {
    font-size: 1.6rem;
  }
}
.p-sdgs-det__about__txt {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-sdgs-det__about__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-sdgs-det__about__txt {
    font-size: 1.3rem;
  }
}
.p-sdgs-det__about__txt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: -2rem;
  left: 0;
  background-color: #fff;
}/*# sourceMappingURL=sdgs.css.map */