.c-title-main span {
  font-size: clamp(40px, 10.77vw, 120px);
}

.c-block .c-text {
  color: #272727;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 37px;
}

.c-img {
  background-color: #fff;
  margin-block: 12px 55px;
  padding-block: 20px;
}

.c-img img {
  margin: 0 auto;
  max-width: 100%;
}

.c-block.attempt-area {
  margin-top: 35px;
}

.attempt-link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 15px;
}

.attempt-link-list li {
  min-width: 0;
  width: 100%;
}

.attempt-link-list a {
  text-decoration: none;
}

.attempt-link-box {
  background-color: #fff;
  border: #f1f1f1 solid 1px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.attempt-link-box dt img {
  height: auto;
  width: 100%;
}

.c-block p.attempt-link-title {
  line-height: 100%;
  letter-spacing: -1%;
  margin-top: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #272727;
}

.attempt-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fd0200;
  border-radius: 999px;
  height: 36px;
  width: 84px;
  line-height: 36px;
  margin-top: 18px;
  margin-left: auto;
}

.sustainability-lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.s .c-title-sub {
  margin-top: 23px;
}

.s .c-block:first-child {
  margin-top: 59px;
}

.s .c-cover-img-sp {
  padding-top: 24px;
}

.s .c-block .c-text {
  font-size: 14px;
  margin-top: 24px;
}
.s .c-img {
  margin-block: 28px 58px;
  padding-block: 0;
}
.s .c-img img {
  width: 100%;
}

.s .c-block.attempt-area {
  margin-top: 33px;
}
.s .c-block-title {
  padding-bottom: 25px;
}
.s .attempt-link-list {
  display: block;
}
.s .attempt-link-list li {
  margin-bottom: 17px;
}

.s .attempt-link-box {
  max-width: 69.23076923076923vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.s .attempt-link-box dt img {
  max-width: 100%;
}

.s .c-block p.attempt-link-title {
  font-size: 18px;
  margin-top: 16px;
}
