@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : xx.css                                  */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.others {
  padding-bottom: 65px;
}

.others-list {
  max-width: 1000px;
  margin: 45px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px 0;
}

.others-item {
  width: 19.3%;
  padding: 7px 0 10px;
  background: #def1fb;
  border-radius: 10px;
}

.others-item_ttl {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.21;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.others-item_img {
  margin: -6px 0 5px;
  text-align: center;
}

.others-item_sdgs {
  margin: -21px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 2px;
}

.others-item_textarea {
  margin: -10px 8px 0;
  padding: 22px 13px 13px;
  background: #FFF;
}

.others-item_sttl {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.21;
}

.others-item_text {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 1.07;
}

.others_partner {
  max-width: 1000px;
  margin: 25px auto 0;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
@media screen and (max-width: 768px) {
  .others-item {
    width: 32.3%;
  }
}
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .others {
    padding-bottom: 35px;
  }
  .others-list {
    max-width: 100%;
    margin: 14px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
  .others-item {
    width: 100%;
    padding: 14px 0;
    border-radius: 8px;
  }
  .others-item_ttl {
    line-height: 1.21;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .others-item_img {
    margin-top: 18px;
  }
  .others-item_sdgs {
    margin: -28px 13px 0 0;
  }
  .others-item_textarea {
    margin: 10px 12px 0;
    padding: 16px 13px 20px;
  }
  .others-item_text {
    margin-top: 10px;
  }
  .others_partner {
    max-width: 100%;
    margin: 13px auto 0;
  }
  .others_partner img {
    width: 100%;
    height: auto;
  }
}
/* -------------------sp END------------------------------- */