@charset "UTF-8";
/* =========================
PC
========================= */
/* =========================
PC（最大値、最小値なし）
========================= */
/* =========================
SP
========================= */
/* =========================
SP（359px以下想定）
========================= */
/* --- media query -------------------------------- */
/* --- font size + line-height -------------------------------- */
/* --- inner -------------------------------- */
/* ---  arrow link btn  -------------------------------- */
.is-sustainability section:not(:first-of-type) {
  margin-bottom: clamp(0px, 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .is-sustainability section:not(:first-of-type) {
    margin-bottom: clamp(0px, 10.6666666667vw, 80px);
  }
}
.is-sustainability section:last-of-type {
  margin-bottom: clamp(0px, 12.8571428571vw, 180px);
}
@media screen and (max-width: 767px) {
  .is-sustainability section:last-of-type {
    margin-bottom: clamp(0px, 26.6666666667vw, 200px);
  }
}

.sust-ttl {
  margin-bottom: clamp(0px, 8.5714285714vw, 120px) !important;
}
@media screen and (max-width: 767px) {
  .sust-ttl {
    margin-bottom: clamp(0px, 16vw, 120px);
  }
}
.sust-ttl__txt h2 {
  color: #011976;
  font-size: clamp(22.4px, 2.2857142857vw, 32px);
  line-height: 1.6875;
  margin-bottom: clamp(0px, 1.7857142857vw, 25px);
}
@media screen and (max-width: 767px) {
  .sust-ttl__txt h2 {
    text-align: center;
    font-size: clamp(0px, 4.2666666667vw, 32px);
    line-height: 2;
    margin-bottom: clamp(0px, 5.3333333333vw, 40px);
  }
}

.sust-box h2 {
  color: #011976;
  line-height: 1.4;
  margin-bottom: clamp(0px, 2.8571428571vw, 40px);
  border-left: clamp(0px, 0.2142857143vw, 3px) solid #011976;
  padding-left: clamp(0px, 1.4285714286vw, 20px);
}
.sust-box h2 span {
  font-size: clamp(16.8px, 1.7142857143vw, 24px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sust-box h2 {
    margin-bottom: clamp(0px, 3.3333333333vw, 25px);
    border-left-width: clamp(0px, 0.4vw, 3px);
    padding-left: clamp(0px, 3.3333333333vw, 25px);
  }
  .sust-box h2 span {
    font-size: clamp(0px, 3.4666666667vw, 26px);
    line-height: 1;
  }
}
.sust-box ul {
  margin-top: clamp(0px, 2.8571428571vw, 40px);
  background-color: #F1F3FF;
  padding: clamp(0px, 2.8571428571vw, 40px);
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sust-box ul {
    margin-top: clamp(0px, 4vw, 30px);
    width: 100%;
    padding: clamp(0px, 5.3333333333vw, 40px);
  }
}
.sust-box ul li {
  position: relative;
  font-weight: 700;
  line-height: 1;
  padding-left: clamp(0px, 1.7857142857vw, 25px);
}
@media screen and (max-width: 767px) {
  .sust-box ul li {
    padding-left: clamp(0px, 4vw, 30px);
  }
}
.sust-box ul li:not(:last-of-type) {
  margin-bottom: clamp(0px, 1.0714285714vw, 15px);
}
@media screen and (max-width: 767px) {
  .sust-box ul li:not(:last-of-type) {
    margin-bottom: clamp(0px, 2.6666666667vw, 20px);
  }
}
.sust-box ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background-color: #1D4D9C;
}
