@charset "UTF-8";
.imgcenter {
  text-align: center;
}

/***************************************************************
          トップページ
***************************************************************/
#lower .top-sdgs img {
  height: auto;
  max-width: 100%;
}
#lower .top-sdgs .midashi h2 {
  margin: 100px 0 20px 0;
  padding: 0;
  background: initial;
  color: #442600;
  font-size: 30px;
  letter-spacing: 6px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1200px) {
  #lower .top-sdgs .midashi h2 {
    padding: 0 5px;
  }
}
@media (max-width: 736px) {
  #lower .top-sdgs .midashi h2 {
    font-size: 20px;
    margin: 50px 0 10px 0;
  }
}

.top-sdgs__ttl {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 736px) {
  .top-sdgs__ttl {
    padding: 0 10px;
  }
}
.top-sdgs__ttl img {
  width: 400px;
}

.top-sdgs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.top-sdgs__list li {
  width: 23%;
}
@media (min-width: 737px) {
  .top-sdgs__list li:nth-child(n+5) {
    margin-top: 15px;
  }
}
@media (max-width: 736px) {
  .top-sdgs__list li {
    width: 48%;
  }
  .top-sdgs__list li:nth-child(n+3) {
    margin-top: 15px;
  }
}

/***************************************************************
          ブログ
***************************************************************/
/* リンク
--------------------------------------------------------------*/
#lower #main #blog .news article .text a {
  color: blue;
  text-decoration: underline;
}
#lower #main #blog .news article .text a:hover {
  text-decoration: none;
}

/***************************************************************
          SDGs
***************************************************************/
.sdgs-ttl__goal {
  color: #442600;
  font-size: 12px;
  letter-spacing: 1px;
}

.sdgs-ttl__inner {
  display: flex;
  align-items: center;
}

.sdgs-ttl__img {
  margin-right: 15px;
}
.sdgs-ttl__img img {
  width: 35px;
}

@media (min-width: 1201px) {
  #lower #main #system .beginning.sdgs .content {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1201px) {
  #lower #main #system .beginning.sdgs .content .image {
    width: 20%;
  }
  #lower #main #system .beginning.sdgs .content .text {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  #lower #main #system .beginning.sdgs .content .image {
    text-align: center;
  }
  #lower #main #system .beginning.sdgs .content .image img {
    width: 300px;
    max-width: 100%;
  }
}
#lower #main #system .beginning.sdgs .content.-noimg p {
  color: #222222;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 30px;
}

.sdgs-container__img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.sdgs-point .midashi h3 {
  margin: 80px 0 20px 0;
  padding: 0 20px;
  color: #442600;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}
@media (max-width: 1200px) {
  .sdgs-point .midashi h3 {
    padding: 0 5px;
  }
}
.sdgs-point .midashi img {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}

.sdgs-point__list dt {
  margin: 40px 0 0 0;
  color: #f19149;
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: bold;
}
@media (max-width: 736px) {
  .sdgs-point__list dt {
    font-size: 16px;
  }
}
.sdgs-point__list dd {
  font-size: 16px;
  margin: 20px 0 0 1em;
}
@media (max-width: 736px) {
  .sdgs-point__list dd {
    font-size: 14px;
    line-height: 1.5;
  }
}