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

.sdgs-concern {
  padding: 83px 0 80px;
  background: #e5f8ff;
}
.sdgs-concern__wrap {
  position: relative;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.06);
  padding: 0 50px 53px;
}
.sdgs-concern__wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(../img/common/wave.png) center/cover no-repeat;
  border-radius: 10px 10px 0 0;
}
.sdgs-concern__ttl {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #004490;
  text-align: center;
  padding-top: 42px;
}
.sdgs-concern__ttl::before {
  position: absolute;
  content: "";
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 91px;
  height: 65px;
  background: url(../img/sdgs/turtle.svg) center/cover no-repeat;
}
.sdgs-concern__caution {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #555555;
  text-align: center;
  margin-top: 6px;
}
.sdgs-concern__text {
  position: relative;
  z-index: 1;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 26px;
}

.sdgs-concern-list {
  display: flex;
  flex-flow: column;
  gap: 38px;
  margin-top: 40px;
}

.sdgs-concern-item {
  display: flex;
  gap: 3.3636363636%;
}
.sdgs-concern-item__img {
  width: 36.3636363636%;
  margin-top: 2px;
}
.sdgs-concern-item__img img {
  width: 100%;
}
.sdgs-concern-item__text {
  width: 60.2727272727%;
}
.sdgs-concern-item__en {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #009de0;
}
.sdgs-concern-item__ttl {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #004490;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5f5f5;
}
.sdgs-concern-item__list {
  display: flex;
  flex-flow: column;
  gap: 6px;
  margin-top: 20px;
}
.sdgs-concern-item__item {
  position: relative;
  font-size: 17px;
  line-height: 1.6470588235;
  letter-spacing: 0.08em;
  padding-left: 19px;
}
.sdgs-concern-item__item::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 13px;
  height: 18px;
  background: url(../img/sdgs/tear.svg) center/cover no-repeat;
}
.sdgs-concern-item__item a {
  position: relative;
  display: inline-block;
  color: #009de0;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding-right: 21px;
  transition: 0.2s;
}
.sdgs-concern-item__item a::after {
  position: absolute;
  content: "";
  top: 4px;
  right: 0;
  width: 19px;
  height: 19px;
  background: url(../img/common/circle-arrow_lb.svg) center/cover no-repeat;
}
.sdgs-concern-item__item a:hover {
  text-decoration-color: transparent;
}

.sdgs-support {
  position: relative;
  background: url(../img/common/pattern04.jpg) 5px 0/40px 40px repeat;
  padding: 80px 0;
}
.sdgs-support .c-ttl02 {
  letter-spacing: 0.04em;
  color: #fff;
  padding-top: 100px;
}
.sdgs-support .c-ttl02::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 79px;
  height: 96px;
  background: url(../img/common/kujira01.png) center/cover no-repeat;
}
.sdgs-support .c-ttl02::after {
  background: #fff;
}

.sdgs-support-list {
  display: flex;
  flex-flow: column;
  gap: 64px;
  margin-top: 40px;
}

.sdgs-support-item__wrap {
  width: 100%;
  min-height: 447px;
  position: relative;
  display: flex;
  gap: 3.8333333333%;
  padding-bottom: 52px;
  z-index: 1;
}
.sdgs-support-item__wrap::before {
  position: absolute;
  content: "";
  top: 46px;
  left: 60px;
  width: calc(100% - 60px);
  height: calc(100% - 46px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.06);
  z-index: -1;
}
.sdgs-support-item__img {
  width: 46.1666666667%;
}
.sdgs-support-item__img img {
  border-radius: 10px;
  outline: 4px solid #f5f5f5;
  outline-offset: -4px;
}
.sdgs-support-item__text {
  width: 50%;
  margin-top: 90px;
}
.sdgs-support-item__ttl {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5714285714;
  letter-spacing: 0.06em;
  color: #004490;
}
.sdgs-support-item__ttl span {
  display: inline-block;
}
.sdgs-support-item__desc {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  margin-top: 25px;
}
.sdgs-support-item__link {
  margin-top: 11px;
}
.sdgs-support-item__link a {
  display: inline-block;
  position: relative;
  letter-spacing: 0.08em;
  color: #009de0;
  text-decoration: underline;
  text-underline-offset: 6px;
  transition: 0.2s;
}
.sdgs-support-item__link a::after {
  content: "";
  display: inline-block;
  margin: 0 0 -4px 3px;
  width: 19px;
  height: 19px;
  background: url(../img/common/circle-arrow_lb.svg) center/cover no-repeat;
}
.sdgs-support-item__link a:hover {
  text-decoration-color: transparent;
}
.sdgs-support-item:nth-child(2n-1) .sdgs-support-item__text {
  padding-right: 4.1666666667%;
}
.sdgs-support-item:nth-child(2n) .sdgs-support-item__wrap::before {
  left: 0;
}
.sdgs-support-item:nth-child(2n) .sdgs-support-item__img {
  order: 1;
}
.sdgs-support-item:nth-child(2n) .sdgs-support-item__text {
  padding-left: 4.25%;
}

.sdgs-contribution {
  color: #fff;
  text-align: center;
  background: url(../img/sdgs/contribution-bg.jpg) center/cover no-repeat;
  padding: 91px 0 217px;
}
.sdgs-contribution__text {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
}
.sdgs-contribution__ttl {
  margin-top: 42px;
}
.sdgs-contribution__ttl img {
  max-width: 850px;
  width: 100%;
}
.sdgs-contribution__desc {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 25px;
}

.sdgs-jean {
  background: #e5f8ff;
  padding: 100px 0 80px;
}
.sdgs-jean__wrap {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.06);
  padding: 0 50px 59px;
}
.sdgs-jean__ttl {
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #004490;
  transform: translateY(-30px);
}
.sdgs-jean__img {
  margin-top: 10px;
}
.sdgs-jean__img img {
  width: 400px;
}
.sdgs-jean__text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 22px;
}
.sdgs-jean__link {
  margin-top: 8px;
}
.sdgs-jean__link a {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #009de0;
  text-decoration: underline;
  text-underline-offset: 8px;
  transition: 0.2s;
}
.sdgs-jean__link a:hover {
  text-decoration-color: transparent;
}

.sdgs-jean-about {
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
  margin-top: 54px;
  padding: 27px 40px 34px;
}
.sdgs-jean-about__ttl {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #004490;
}
.sdgs-jean-about__text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  text-align: left;
}

.sdgs-recycle {
  text-align: center;
  padding: 61px 0 80px;
}
.sdgs-recycle__ttl {
  padding-top: 66px;
  letter-spacing: 0.04em;
}
.sdgs-recycle__ttl::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  height: 55px;
  background: url(../img/sdgs/leaf.svg) center/cover no-repeat;
}
.sdgs-recycle__img {
  margin: 40px 0 36px;
}
.sdgs-recycle__img img {
  width: 100%;
}
.sdgs-recycle__subttl {
  display: inline;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #004490;
  background: linear-gradient(to bottom, transparent 60%, #fff000 60%, #fff000 82%, transparent 82%);
}
.sdgs-recycle__text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  margin-top: 24px;
}

.sdgs-recycle-example {
  background: #f5f5f5;
  margin: 33px auto 0;
  padding: 50px 50px 35px;
  max-width: 1100px;
}
.sdgs-recycle-example__img img {
  width: 100%;
}
.sdgs-recycle-example__text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  margin-top: 23px;
}

.sdgs-choice {
  background: url(../img/common/pattern04.jpg) 5px 0/40px 40px repeat;
  padding: 80px 0 46px;
}
.sdgs-choice__ttl {
  padding-top: 82px;
  letter-spacing: 0.04em;
  color: #fff;
}
.sdgs-choice__ttl::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 71px;
  background: url(../img/sdgs/hands-heart.svg) center/cover no-repeat;
}
.sdgs-choice__ttl::after {
  background: #fff;
}
.sdgs-choice__text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin-top: 21px;
}

.sdgs-choice-list {
  max-width: 950px;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  margin: 40px auto 0;
  padding: 29px 30px 35px;
}
.sdgs-choice-list__wrap {
  display: flex;
  flex-flow: column;
  gap: 7px;
}

.sdgs-choice-item {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 0 10px 0 8px;
}
.sdgs-choice-item::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #009de0;
}

.sdgs-with-us__img img {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .sdgs-concern__wrap {
    padding: 0 30px 35px;
  }
  .sdgs-concern-item__ttl {
    font-size: 30px;
  }
  .sdgs-contribution__text {
    font-size: 22px;
  }
  .sdgs-contribution__desc {
    font-size: 36px;
  }
  .sdgs-recycle__subttl {
    font-size: 26px;
  }
  .sdgs-recycle-example {
    padding: 40px 40px 30px;
  }
  .sdgs-choice-list {
    padding: 25px 20px 30px;
  }
}

@media screen and (max-width: 750px) {
  .sdgs-concern {
    padding: 29px 0 40px;
  }
  .sdgs-concern__wrap {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
    padding: 0 20px 27px;
  }
  .sdgs-concern__wrap::before {
    height: 110px;
    background-image: url(../img/common/wave_sp.png);
  }
  .sdgs-concern__ttl {
    font-size: 20px;
    padding-top: 19px;
  }
  .sdgs-concern__ttl::before {
    top: -10px;
    width: 46px;
    height: 32px;
  }
  .sdgs-concern__caution {
    font-size: 10px;
    margin-top: 1px;
  }
  .sdgs-concern__text {
    font-size: 15px;
    line-height: 1.7666666667;
    margin-top: 14px;
  }
  .sdgs-concern-list {
    gap: 30px;
    margin-top: 24px;
  }
  .sdgs-concern-item {
    flex-flow: column;
    gap: 0;
  }
  .sdgs-concern-item__img {
    width: 100%;
    margin-top: 0;
    display: contents;
  }
  .sdgs-concern-item__img img {
    margin-top: 17px;
    order: 2;
  }
  .sdgs-concern-item__text {
    width: 100%;
    display: contents;
  }
  .sdgs-concern-item__en {
    font-size: 13px;
    order: 0;
  }
  .sdgs-concern-item__ttl {
    font-size: 18px;
    padding-bottom: 6px;
    border-width: 1px;
    order: 1;
  }
  .sdgs-concern-item__list {
    gap: 9px;
    margin-top: 18px;
    order: 3;
  }
  .sdgs-concern-item__item {
    position: relative;
    font-size: 14px;
    line-height: 1.4285714286;
    padding-left: 16px;
  }
  .sdgs-concern-item__item::before {
    top: 3px;
    width: 11px;
    height: 15px;
  }
  .sdgs-concern-item__item a {
    text-underline-offset: 2px;
    padding-right: 16px;
  }
  .sdgs-concern-item__item a::after {
    top: 3px;
    width: 15px;
    height: 15px;
  }
  .sdgs-support {
    background-size: 20px 20px;
    background-position: 0 0;
    padding: 30px 0 40px;
  }
  .sdgs-support .c-ttl02 {
    line-height: 1.2916666667;
    padding: 50px 0 22px;
    margin: 0 -2.5px;
  }
  .sdgs-support .c-ttl02::before {
    width: 40px;
    height: 49px;
  }
  .sdgs-support-list {
    gap: 25px;
    margin-top: 24px;
  }
  .sdgs-support-item__wrap {
    min-height: auto;
    flex-flow: column;
    gap: 12px;
    padding: 0 20px 30px;
  }
  .sdgs-support-item__wrap::before {
    top: 26.4vw;
    left: 0;
    width: 100%;
    height: calc(100% - 26.4vw);
    border-radius: 5px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
  }
  .sdgs-support-item__img {
    width: 100%;
    text-align: center;
  }
  .sdgs-support-item__img img {
    width: 100%;
    border-radius: 5px;
    outline: 2px solid #f5f5f5;
    outline-offset: -2px;
  }
  .sdgs-support-item__img-text {
    font-size: 10px;
    line-height: 2;
    margin: 0;
    text-align: left;
  }
  .sdgs-support-item__text {
    width: 100%;
    margin-top: 0;
  }
  .sdgs-support-item__ttl {
    font-size: 16px;
    line-height: 1.5;
  }
  .sdgs-support-item__desc {
    font-size: 14px;
    line-height: 1.7857142857;
    margin-top: 7px;
  }
  .sdgs-support-item__link {
    margin-top: 7px;
  }
  .sdgs-support-item__link a {
    font-size: 13px;
    line-height: 1.5384615385;
    text-underline-offset: 3px;
  }
  .sdgs-support-item__link a::after {
    margin: 0 0 -2px 1px;
    width: 12px;
    height: 12px;
  }
  .sdgs-support-item:nth-child(2n-1) .sdgs-support-item__text {
    padding-right: 0;
  }
  .sdgs-support-item:nth-child(2n) .sdgs-support-item__img {
    order: 0;
  }
  .sdgs-support-item:nth-child(2n) .sdgs-support-item__text {
    padding-left: 0;
  }
  .sdgs-contribution {
    background-image: url(../img/sdgs/contribution-bg_sp.jpg);
    padding: 45px 0 97px;
  }
  .sdgs-contribution__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .sdgs-contribution__ttl {
    margin-top: 25px;
  }
  .sdgs-contribution__ttl img {
    max-width: auto;
    width: 334px;
  }
  .sdgs-contribution__desc {
    font-size: 20px;
    margin-top: 17px;
  }
  .sdgs-jean {
    padding: 50px 0 40px;
  }
  .sdgs-jean__wrap {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.06);
    padding: 0 20px 25px;
  }
  .sdgs-jean__ttl {
    font-size: 20px;
    transform: translateY(-15px);
  }
  .sdgs-jean__img {
    margin-top: 5px;
  }
  .sdgs-jean__img img {
    width: 200px;
    height: 125px;
  }
  .sdgs-jean__text {
    font-size: 16px;
    margin-top: 10px;
  }
  .sdgs-jean__link {
    margin-top: 4px;
  }
  .sdgs-jean__link a {
    font-size: 16px;
    text-underline-offset: 4px;
  }
  .sdgs-jean-about {
    margin-top: 25px;
    padding: 14px 20px 17px;
  }
  .sdgs-jean-about__ttl {
    top: -14px;
    font-size: 18px;
  }
  .sdgs-jean-about__text {
    font-size: 14px;
    line-height: 1.7857142857;
  }
  .sdgs-recycle {
    padding: 30px 0 40px;
  }
  .sdgs-recycle__ttl {
    padding-top: 33px;
  }
  .sdgs-recycle__ttl::before {
    width: 42px;
    height: 28px;
  }
  .sdgs-recycle__img {
    margin: 20px 0 18px;
  }
  .sdgs-recycle__subttl {
    font-size: 20px;
    line-height: 1.2;
  }
  .sdgs-recycle__text {
    font-size: 14px;
    line-height: 1.7857142857;
    margin-top: 12px;
    text-align: left;
  }
  .sdgs-recycle-example {
    margin-top: 15px;
    padding: 20px 20px 15px;
  }
  .sdgs-recycle-example__text {
    font-size: 14px;
    line-height: 1.7857142857;
    margin-top: 10px;
    text-align: left;
  }
  .sdgs-choice {
    background-size: 20px 20px;
    background-position: 0 0;
    padding: 40px 0 23px;
  }
  .sdgs-choice__ttl {
    padding-top: 41px;
  }
  .sdgs-choice__ttl::before {
    width: 42px;
    height: 36px;
  }
  .sdgs-choice__text {
    font-size: 14px;
    line-height: 1.7857142857;
    text-align: left;
    margin-top: 10px;
  }
  .sdgs-choice-list {
    margin-top: 20px;
    padding: 15px 20px;
  }
  .sdgs-choice-list__wrap {
    gap: 4px;
  }
  .sdgs-choice-item {
    font-size: 14px;
    padding: 0 0 0 10px;
  }
  .sdgs-choice-item::before {
    top: 10px;
  }
}
