.mv-img {
  background-image: url(../img/efforts/recycling-law/mv.png.webp);
}

.system-box {
  display: grid;
  margin-top: 50px;
}
@media print, screen and (min-width: 769px) {
  .system-box {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px;
    margin-top: 85px;
  }
}
@media print, screen and (max-width: 1024px) {
  .system-box {
    gap: 60px;
  }
}
@media print, screen and (max-width: 768px) {
  .system-box {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 50px;
    margin: 50px auto 0;
    max-width: 400px;
    width: 100%;
  }
}
.system-box + .number-list {
  font-size: 16px;
  margin-top: 60px;
}
@media print, screen and (max-width: 768px) {
  .system-box + .number-list {
    margin-top: 40px;
  }
}
.system-box + .number-list li {
  margin-top: 15px;
  letter-spacing: 0;
  line-height: 1.8;
  white-space: pre-line;
}
.system-list {
  background-color: #fff;
  border: 2px solid #1454a7;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  text-align: center;
}
.system-list::after {
  content: "";
  display: block;
  background-image: url(../img/efforts/recycling-law/arrow.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 43px;
  position: absolute;
  width: 43px;
}
@media print, screen and (min-width: 769px) {
  .system-list::after {
    top: 50%;
    right: -75px;
  }
}
@media print, screen and (max-width: 1024px) {
  .system-list::after {
    height: 30px;
    right: -48px;
    width: 30px;
  }
}
@media print, screen and (max-width: 768px) {
  .system-list::after {
    margin-right: -15px;
    bottom: -42px;
    right: 50%;
    transform: rotate(90deg);
  }
}
.system-list:nth-of-type(3)::after {
  display: none;
}
.system-list-img {
  display: block;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 768px) {
  .system-list-img {
    margin-bottom: 30px;
  }
}
.system-list-img img {
  border-radius: 6px;
}
.system-list-ttl01 {
  font-size: 24px;
  margin-bottom: 20px;
}
.system-list-ttl01 small {
  display: block;
  font-size: 16px;
}
.system-list-ttl02 {
  background-color: #1454a7;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.system-list-ttl02.light {
  background-color: #d9e5f3;
  color: #1454a7;
  margin-top: 60px;
}
@media print, screen and (max-width: 768px) {
  .system-list-ttl02.light {
    margin-top: 30px;
  }
}
.system-list-txt {
  color: #1454a7;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  font-weight: 700;
  white-space: pre-line;
}

.reproducts-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.25rem, -0.179rem + 7.14vw, 6.25rem);
  margin-top: 80px;
}
@media print, screen and (max-width: 768px) {
  .reproducts-list {
    margin-top: 30px;
  }
}
.reproducts-list-item {
  width: 23.4%;
}
@media print, screen and (max-width: 768px) {
  .reproducts-list-item {
    width: 45%;
  }
}
.reproducts-list-item-ttl {
  color: #1454a7;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .reproducts-list-item-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.reproducts-list-item-img {
  color: #1454a7;
}
.reproducts-list-item-img img {
  border-radius: 999px;
}
.reproducts-list-item-percent {
  color: #1454a7;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .reproducts-list-item-percent {
    font-size: 20px;
  }
}
.reproducts-list-item-percent strong span {
  font-family: "Amiko", sans-serif;
  font-size: 225%;
  letter-spacing: -0.05em;
  margin-right: 3px;
  vertical-align: -2px;
}

.company-list {
  font-size: 22px;
  line-height: 2;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 80px;
}
@media print, screen and (max-width: 768px) {
  .company-list {
    font-size: 16px;
  }
}
.company-list dt {
  width: 140px;
}
@media print, screen and (max-width: 768px) {
  .company-list dt {
    width: 100px;
  }
}
.company-list dd {
  width: calc(100% - 140px);
}
@media print, screen and (max-width: 768px) {
  .company-list dd {
    width: calc(100% - 100px);
  }
}

.no-webp .mv-img {
  background-image: url(../img/efforts/recycling-law/mv.png);
}
.no-webp .system-list::after {
  background-image: url(../img/efforts/recycling-law/arrow.png);
}
/*# sourceMappingURL=recycle-recycling-law.css.map */