@charset "UTF-8";
.p-sdgs {
  letter-spacing: 0.06em;
}
.p-sdgs .sdgs-head {
  text-align: center;
  font-weight: 600;
  margin: 50px auto;
}
.p-sdgs .sdgs-head h3 {
  font-size: 48px;
}
.p-sdgs .sdgs-head .jp-ttl {
  font-size: 24px;
  line-height: 1;
}
.p-sdgs .sdgs-head .bar {
  width: 28px;
  height: 3.5px;
  background-color: #cd1d3c;
  margin: 10px auto;
}
.p-sdgs .lead-txt {
  font-size: 32px;
  color: #cd1d3c;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W5", "Hiragino Mincho ProN W5", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W5", "Hiragino Mincho Pro W5", serif;
}
.p-sdgs .txt {
  font-size: 16px;
  line-height: 2;
}
.p-sdgs img {
  width: 100%;
}
.p-sdgs.csr-lead {
  text-align: center;
}
.p-sdgs.csr-lead .txt-wrap {
  text-align: center;
}
.p-sdgs.csr-lead .txt-wrap .txt {
  margin-top: 40px;
}
.p-sdgs.csr-lead .img-wrap {
  margin-top: 50px;
}
.p-sdgs.sdgs {
  padding: 30px 0;
}
.p-sdgs.sdgs .txt-wrap .txt {
  margin-top: 15px;
}
.p-sdgs.attempt {
  padding: 30px 0;
}
.p-sdgs.attempt .attempt-list li {
  margin-bottom: 30px;
}
.p-sdgs.attempt .attempt-list .inner-wrap.flex {
  display: flex;
  justify-content: space-between;
}
.p-sdgs.attempt .attempt-list .inner-wrap.flex .ttl-wrap {
  width: 33%;
}
.p-sdgs.attempt .attempt-list .inner-wrap.flex .ttl-wrap h4 {
  font-size: 24px;
  color: #223d63;
  margin-bottom: 10px;
}
.p-sdgs.attempt .attempt-list .inner-wrap.flex .ttl-wrap .sdgs-logo-wrap {
  display: flex;
  gap: 10px;
}
.p-sdgs.attempt .attempt-list .inner-wrap.flex .ttl-wrap .sdgs-logo-wrap img {
  width: 60px;
}
.p-sdgs.attempt .attempt-list .inner-wrap.flex .separator .bar {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #223d63;
  margin-left: 0px;
}
.p-sdgs.attempt .attempt-list .inner-wrap.flex .sdgs-content {
  width: 63%;
  padding-bottom: 30px;
}
.p-sdgs.attempt .attempt-list .inner-wrap.flex .sdgs-content h5 {
  font-size: 19px;
  color: #cd1d3c;
}
.p-sdgs.attempt .attempt-list .inner-wrap.flex .sdgs-content .txt {
  margin-top: 10px;
}
.p-sdgs.attempt .attempt-list .inner-wrap.flex .sdgs-content .img-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.p-sdgs.attempt .attempt-list .inner-wrap.flex .sdgs-content .img-wrap img {
  width: 40%;
  max-width: 212px;
}
.p-sdgs.attempt2 {
  padding-bottom: 130px;
}
.p-sdgs.attempt2 .att2-list-wrap ul {
  display: flex;
  justify-content: space-between;
}
.p-sdgs.attempt2 .att2-list-wrap ul li {
  width: 32%;
}
.p-sdgs.attempt2 .att2-list-wrap ul li img {
  border: 1px solid #223d63;
}
.p-sdgs.attempt2 .att2-list-wrap ul li .txt {
  color: #cd1d3c;
  font-size: 19px;
  margin-top: 15px;
  font-weight: 600;
}

main.page_sub .p-sdgs .hd_comp1 .tit:before {
  background-color: #cd1d3c;
}

.sp {
  display: none !important;
}

@media (max-width: 1024px) {
  .p-sdgs .txt {
    font-size: max(3.28125vw, 14px);
  }
  .p-sdgs .sdgs-head h3 {
    font-size: max(4.6875vw, 35px);
  }
  .p-sdgs .sdgs-head .jp-ttl {
    font-size: max(2.34375vw, 20px);
    line-height: 1;
  }
  .p-sdgs .lead-txt {
    font-size: max(3.125vw, 25px);
  }
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .p-sdgs .txt {
    font-size: max(3.28125vw, 14px);
    line-height: 1.6;
  }
  .p-sdgs .sdgs-head h3 {
    font-size: max(7.5vw, 27px);
  }
  .p-sdgs .sdgs-head .jp-ttl {
    font-size: max(3.28125vw, 16px);
    line-height: 1;
  }
  .p-sdgs .lead-txt {
    font-size: max(5vw, 22px);
  }
  .p-sdgs.sdgs .txt-wrap {
    text-align: center;
  }
  .p-sdgs.attempt .attempt-list li {
    margin-bottom: 0;
  }
  .p-sdgs.attempt .attempt-list .inner-wrap.flex {
    flex-direction: column;
    border-top: 1px solid #223d63;
    padding-top: 30px;
  }
  .p-sdgs.attempt .attempt-list .inner-wrap.flex .ttl-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-sdgs.attempt .attempt-list .inner-wrap.flex .ttl-wrap h4 {
    font-size: max(4.375vw, 20px);
    order: 2;
    margin-top: 15px;
  }
  .p-sdgs.attempt .attempt-list .inner-wrap.flex .sdgs-content {
    width: 100%;
    text-align: center;
  }
  .p-sdgs.attempt .attempt-list .inner-wrap.flex .sdgs-content h5 {
    font-size: max(3.75vw, 17px);
  }
  .p-sdgs.attempt .attempt-list .inner-wrap.flex .sdgs-content .img-wrap img {
    width: 100%;
    max-width: unset;
    margin-top: 10px;
  }
  .p-sdgs.attempt2 .att2-list-wrap {
    max-width: 500px;
    margin: auto;
  }
  .p-sdgs.attempt2 .att2-list-wrap ul {
    flex-direction: column;
  }
  .p-sdgs.attempt2 .att2-list-wrap ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-sdgs.attempt2 .att2-list-wrap ul li .txt {
    font-size: max(3.75vw, 17px);
  }
}/*# sourceMappingURL=sdgs.css.map */