.p-page_mv.--sdgs {
  background-image: url(../img/sdgs-mv.png);
}

.p_sdgs__intro {
  text-align: center;
  font-weight: 700;
}
.p_sdgs__intro span {
  color: #006837;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .p_sdgs__intro span {
    padding-bottom: 1em;
  }
}

.p-idx_sdgs {
  background: #f5f4f1;
  padding-bottom: 0;
}
.p-idx_sdgs .p-idx_sdgs__inner {
  max-width: 1150px;
}
@media screen and (max-width: 550px) {
  .p-idx_sdgs .p-idx_sdgs__inner {
    width: 100%;
    padding-left: 1.8181818182vw;
    padding-right: 1.8181818182vw;
  }
}
@media screen and (max-width: 550px) {
  .p-idx_sdgs .c-inner {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .p-idx_sdgs .c-bc {
    width: 100%;
    padding-left: 1.8181818182vw;
    padding-right: 1.8181818182vw;
  }
}

.p-idx_sdgs__cont {
  display: flex;
  gap: 36px;
  margin: 0;
  width: 100%;
}

.p-idx_sdgs__cont-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 36px) / 2);
}
@media screen and (max-width: 550px) {
  .p-idx_sdgs__cont-item {
    width: 100%;
  }
}

.p-idx_sdgs__cont-ttl {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 550px) {
  .p-idx_sdgs__cont-ttl {
    font-size: 5.8181818182vw;
  }
}

.p-idx_sdgs__cont-txt {
  font-size: 18px;
  margin-bottom: 1em;
}
@media screen and (max-width: 550px) {
  .p-idx_sdgs__cont-txt {
    font-size: 3.2727272727vw;
  }
}
.p-idx_sdgs__cont-txt span {
  position: relative;
  line-height: 1;
  font-weight: bold;
  background: linear-gradient(#bcd2c4 0 100%);
  background-repeat: no-repeat;
  background-size: 100% 1.2em;
  background-position: 0 0.6em;
  height: 1.5em;
  display: inline-block;
}

.p-idx_sdgs__box_head {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}
.p-idx_sdgs__box_head h3 {
  text-align: left;
  margin-right: auto;
}
@media screen and (max-width: 550px) {
  .p-idx_sdgs__box_head h3 {
    font-size: 10.9090909091vw;
  }
}
.p-idx_sdgs__box_head h3 span {
  font-weight: bold;
  padding-top: 0.5em;
  color: #006837;
}
.p-idx_sdgs__box_head .p-idx_sdgs-copy {
  font-weight: bold;
  color: #006837;
  line-height: 1;
}
.p-idx_sdgs__box_head .p-idx_sdgs-copy img {
  width: 154px;
}
@media screen and (max-width: 550px) {
  .p-idx_sdgs__box_head .p-idx_sdgs-copy img {
    width: 22.7272727273vw;
  }
}

.env-sdgs-icons {
  flex-wrap: wrap;
}

.p-idx_sdgs__box_body {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}
.p-idx_sdgs__box_body ul {
  flex-direction: column;
  margin-bottom: 4em;
}
.p-idx_sdgs__box_body ul .p-idx_sdgs__cont-item {
  width: 100%;
}
.p-idx_sdgs__box_body ul .p-idx_sdgs__cont-item h4 span {
  font-size: 36px;
  color: #006837;
  padding-right: 0.5em;
}
@media screen and (max-width: 550px) {
  .p-idx_sdgs__box_body ul .p-idx_sdgs__cont-item h4 span {
    font-size: 6.5454545455vw;
  }
}
.p-idx_sdgs__box_body .env-sdgs-icons img {
  max-width: 180px;
  width: calc((100% - 2em) / 3);
}

.hov_none:hover {
  background: transparent !important;
}/*# sourceMappingURL=sdgs.css.map */