#sustainability_title {
  margin: -50px 0 50px;
  padding: .6em 0;
  height: 90px;
  font-size: 30px;
  color: #fff;
  background-color: #0e2a7f;
}

@media screen and (max-width: 767px) {
  #sustainability_title {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    height: auto;
    font-size: 18px;
  }
}

#sustainability_title h1 {
  display: block;
  margin: 0 auto;
  width: 980px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 2px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #sustainability_title h1 {
    width: auto;
    line-height: 1.2;
    background-size: contain;
  }
}

/* サスティナトップ */
.sustinaLink-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sustinaLink-flex {
    display: block;
  }
}

.sustinaLink {
  list-style: none;
  width: 348px;
  display: block;
}

@media screen and (max-width: 767px) {
  .sustinaLink {
    width: 100%;
  }
}

.sustinaLink li {
  width: 100%;
  margin-bottom: 8px;
  font-size: 12px;
  display: block;

}

.sustinaLink li a {
  display: block;
  border-radius: 4px;
  padding: 1em 1em 1em 1.5em;
  background: #f3f4f8 url("/img/common/ico_arrow_r_9x15_01.png") no-repeat 95% center;
  font-weight: bold;
  text-decoration: none;
}

.sdgs-ico {
  width: 170px;
}

.sdgs-ico img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sdgs-ico {
    margin: auto;
  }
}


/*  */
.sustina-flex {
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sustina-flex {
    display: block;
  }
}

.sustina-flex-fig3 {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .sustina-flex-fig3 {
    margin-bottom: 10px;
  }
}

.sustina-fig1 {
  width: 650px;
  margin: 30px auto;
}

.sustina-fig2 {
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .sustina-fig2 {
    max-width: 100%;
  }
}

.sustina-fig3 {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .sustina-fig3 {
    width: 48%;
  }

}

.sustina-flex-fig3>.sustina-fig3>figcaption {
  text-align: center;
  color: #0e2a7f;
  font-weight: bold;
}



.sustina-caption__right {
  text-align: right;
}

.sustina-flex__text {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .sustina-flex__text {
    padding: 20px 0;
  }
}

/* movie */
.sustina_movie-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .sustina_movie-flex {
    display: block;
  }
}

.sustina_movie-flex>figure {
  max-width: 330px;
  width: 44%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sustina_movie-flex>figure {
    max-width: 100%;
    width: auto;
  }
}

.sustina_movie-flex>figure>figcaption {
  font-size: 12px;
  padding-top: 2px;

}

.sustina_movie-flex__text {
  max-width: 380px;
  width: 55%;
}

@media screen and (max-width: 767px) {
  .sustina_movie-flex__text {
    max-width: 100%;
    width: auto;
  }
}

.sustina_movie-flex__text>h3 {
  padding-bottom: 2px;
  border-bottom: solid 2px #0e2a7f;
}

.sustina-sdgslog__top {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.sustina-sdgslog {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px;
}


.sdgs-logo {
  width: 100px;
  color: #0e2a7f;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .sustina-sdgslog__top {
    gap: 8px;

  }

  .sustina-sdgslog {
    flex-wrap: wrap;
    gap: 8px;
    padding: 0px;
  }

  .sdgs-logo {
    max-width: 100px;
    width: 33%;
    color: #0e2a7f;
    line-height: 1.4;
  }
}

.sustina-btn {
  max-width: 50%;
  margin: 8px auto;
  background-color: #f3f4f8;
  border-radius: 4px;
}

.sustina-btn a {
  align-items: center;
  display: block;
  padding: 1em 2em 1em 2em;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background: url("/img/common/ico_arrow_r_12x20_01.png") no-repeat 95% center;
}

.sustina-btn a:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .sustina-btn {
    max-width: 100%;
  }
}

.sustainability ul.module_serviceList01 li a {
  padding: 10px 50px 10px 20px;

}