@charset "utf-8";
/* CSS Document */
body {
  font-family: "Noto Sans CJK JP", sans-serif;
}
img {
  vertical-align: top;
}
.flex {
  display: flex;
}

.jc_sb {
  justify-content: space-between;
}

.jc_sa {
  justify-content: space-around;
}

figure {
  margin: 0;
}

.mb040 {
  margin-bottom: 40px;
}

#main-inner {
  max-width: 759px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0 0 !important;
}

/* コンテンツ */

.sdgs_head {
  background-image: url(../images/sdgs/sdgs_head.png);
  height: 80px;
}

.sdgs_mv {
  margin-bottom: 70px;
}

.sdgs_mv>figure {
  margin-bottom: 60px;
  text-align: center;
}

.sdgs_mv_txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.03em;
}



.coffee {
  position: relative;
  margin-bottom: 200px;
}

.coffee_img01, 
.coffee_img02 {
  filter: drop-shadow(3px 3px 3px #888);
}

.coffee_img02 {
  position: absolute;
  left: 17%;
  top: 200px;
}

.coffee_txt {
  font-size: 15px;
  color: #fff;
  padding: 18px 5px 18px 20px;
  font-weight: bold;
  width: 445px;
  background-color: #2a2d4f;
  position: absolute;
  top: 60px;
  right: 0;
  line-height: 25px;
  letter-spacing: 0.03em;
}

/* 取り組み */
.sdgscontents {
  margin-bottom: 100px;
}
.sdgscontents:last-of-type {
  margin-bottom: 0;
}
.sdgscontents:last-of-type {
  padding-bottom: 30px;
}

.sdgscontents_ttl {
  font-size: 30px;
  color: #2a2d4f;
  line-height: 40px;
  letter-spacing: 0.03em;
}

.sdgscontents .label {
  color: #fff;
  background-color: #2a2d4f;
  padding: 5px 0;
  font-size: 18px;
  width: 150px;
  height: 18px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sdgscontents_iconbox {
  height: 120px;
  max-width: 400px;
  }
  
  .sdgscontents_ttlbox {
    width: 359px;
  }
.sdgscontents_icon {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
.sdgscontents_icon:last-of-type {
  margin-right: 0;
}
.sdgscontents_img {
  text-align: center;
}

.contents_txt {
  margin: 40px 0 60px;
  font-size: 14px;
  line-height: 22px;
}

.mainactive dt {
  color: #2a2d4f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}

.mainactive dt::before {
  content: "■";
}

.mainactive dd {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.img05 {
  margin-right: 135px;
}