.base_bg01 {
  background-image: url(../images/sdgs/bg01.png);
  background-size: 9px auto;
  background-position: center center;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .base_bg01 {
    background-size: 0.8vw auto;
  }
}
@media screen and (max-width: 768px) {
  .base_bg01 {
    background-size: 1.2vw auto;
  }
}

.image_txt {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.2em 1em 0.3em;
  font-size: 12px;
  line-height: 1.2em;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .image_txt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .image_txt {
    font-size: 1.6vw;
  }
}

.wrap01 {
  max-width: 1100px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .wrap01 {
    max-width: none;
    width: 91.7%;
    padding-top: 4.6vw;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    width: 88%;
    padding-top: 7.3vw;
    padding-bottom: 8vw;
  }
}

#mv {
  position: relative;
}

.head_contents {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .head_contents {
    padding-top: 5vw;
    padding-bottom: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .head_contents {
    padding-top: 6.7vw;
    padding-bottom: 11.3vw;
  }
}
.head_contents .h_txt01 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6em;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .head_contents .h_txt01 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .head_contents .h_txt01 {
    font-size: 3.5vw;
  }
}
.head_contents .txt_box01 {
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .head_contents .txt_box01 {
    max-width: none;
    width: 70.8vw;
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  .head_contents .txt_box01 {
    width: 90.9%;
    margin-top: 8.7vw;
  }
}
.head_contents .txt_box01 .img01 {
  width: 21.2%;
}
@media screen and (max-width: 768px) {
  .head_contents .txt_box01 .img01 {
    width: 28%;
  }
}
.head_contents .txt_box01 .h_txt02 {
  width: 73.8%;
  font-size: 20px;
  line-height: 2.3em;
}
@media screen and (max-width: 1200px) {
  .head_contents .txt_box01 .h_txt02 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .head_contents .txt_box01 .h_txt02 {
    width: 68%;
    font-size: 2.5vw;
  }
}
.head_contents .img02 {
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 375px;
}
@media screen and (max-width: 1200px) {
  .head_contents .img02 {
    bottom: -2.9vw;
    width: 31.3vw;
  }
}
@media screen and (max-width: 768px) {
  .head_contents .img02 {
    bottom: -4.7vw;
    width: 50vw;
  }
}

#attempt {
  background-color: #e8f3fc;
  padding-top: 35px;
  padding-bottom: 60px;
  margin-top: 35px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #attempt {
    padding-top: 2.9vw;
    padding-bottom: 5vw;
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #attempt {
    padding-top: 4.7vw;
    padding-bottom: 12.7vw;
    margin-top: 4.7vw;
  }
}
#attempt .a_content {
  width: 95.5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #attempt .a_content {
    width: 92.4%;
  }
}
#attempt .a_content h2 {
  font-size: 20px;
  font-weight: 500;
  background-color: #fde292;
  padding: 0.3em 0 0.4em;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 33px;
}
@media screen and (max-width: 1200px) {
  #attempt .a_content h2 {
    font-size: 1.7vw;
    margin-bottom: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #attempt .a_content h2 {
    font-size: 2.7vw;
    margin-bottom: 4vw;
  }
}
#attempt .a_content .a_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#attempt .a_content .a_box .a_block {
  width: 31.2%;
}
@media screen and (max-width: 768px) {
  #attempt .a_content .a_box .a_block {
    width: 47.5%;
  }
  #attempt .a_content .a_box .a_block:nth-child(n+3) {
    margin-top: 4vw;
  }
}
#attempt .a_content .a_box .a_block:nth-child(n+4) {
  margin-top: 35px;
}
@media screen and (max-width: 1200px) {
  #attempt .a_content .a_box .a_block:nth-child(n+4) {
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #attempt .a_content .a_box .a_block:nth-child(n+4) {
    margin-top: 4vw;
  }
}
#attempt .a_content .a_box .a_block .a_img_box {
  padding-top: 3px;
  padding-left: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #attempt .a_content .a_box .a_block .a_img_box {
    padding-top: 0.4vw;
    padding-left: 0.4vw;
  }
}
#attempt .a_content .a_box .a_block .a_img_box .image_txt {
  left: auto;
  right: 0;
}
#attempt .a_content .a_box .a_block .a_img_box .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #attempt .a_content .a_box .a_block .a_img_box .icon {
    width: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  #attempt .a_content .a_box .a_block .a_img_box .icon {
    width: 12vw;
  }
}
#attempt .a_content .a_box .a_block .a_txt01 {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #attempt .a_content .a_box .a_block .a_txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #attempt .a_content .a_box .a_block .a_txt01 {
    font-size: 2.1vw;
    letter-spacing: 0;
    width: 116%;
    margin-left: -8%;
    margin-right: -8%;
  }
}
#attempt .img02 {
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 660px;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  #attempt .img02 {
    bottom: -3vw;
    width: 55vw;
  }
}
@media screen and (max-width: 768px) {
  #attempt .img02 {
    bottom: -4.7vw;
    width: 100%;
  }
}

.note {
  font-size: 12px;
  margin-top: 90px;
}
@media screen and (max-width: 1200px) {
  .note {
    margin-top: 7.5vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .note {
    margin-top: 12.7vw;
    font-size: 2vw;
  }
}/*# sourceMappingURL=style_sdgs.css.map */