@charset "UTF-8";
/* 再生原料製品 css */
.sec01 {
  padding-top: 400px;
  padding-bottom: 140px;
  background-image: url(../images/materials/bg-sec01.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.sec01 .txt01 {
  padding-right: 20px;
  border-right: 5px solid #69b800;
}
.sec01 h1 {
  text-align: right;
}
.sec01 h1 + .en {
  text-align: right;
}
.sec01 .list {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.sec01 .item {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  padding-left: 12px;
  padding-right: 30px;
  background-color: #efefef;
  border-radius: 10px;
}
.sec01 .item::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-bottom: 2px solid #69b800;
  border-left: 2px solid #69b800;
  transform: rotate(-45deg);
}
.sec01 .font01 {
  max-width: 900px;
  margin-bottom: 20px;
}
.sec01 .font01 span {
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  padding-left: 8px;
  padding-right: 10px;
  border-radius: 0 0 15px;
  background-color: #d5f69f;
}
.sec01 .font01 span ~ span {
  margin-top: 10px;
}
.sec01 .font02 {
  max-width: 670px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .sec01 {
    padding-top: 28%;
    padding-bottom: 220px;
    background-size: 150%;
  }
  .sec01 h1 {
    font-size: 35px;
  }
  .sec01 .font01 {
    max-width: 700px;
  }
}
@media screen and (max-width: 560px) {
  main {
    padding-top: 70px;
  }
  .sec01 {
    padding-top: 43%;
    padding-bottom: 140px;
    background-image: url(../images/materials/bg-sec01SP.png);
    background-size: contain;
  }
  .sec01 .txt01 {
    margin-right: -12px;
  }
  .sec01 h1 {
    font-size: 8.4vw;
    line-height: 1;
  }
  .sec01 .item {
    font-size: 3.3vw;
  }
  .sec01 .txt02 {
    margin-top: 45px;
  }
  .sec01 .font01 span {
    font-size: 8.8vw;
  }
}

/* sec02 買取り取扱品目 */
.sec02 {
  padding-top: 45px;
  padding-bottom: 75px;
}
.sec02 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec02 .h-bg img {
  width: 33%;
  position: absolute;
  top: -31vw;
  right: 5%;
}
.sec02 h2 {
  margin-bottom: 80px;
}
.sec02 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
  margin-top: 30px;
  padding-left: 20px;
}
.sec02 .item {
  position: relative;
  width: calc(25% - 90px / 4);
  padding: 12px;
  background-color: #ccd7f3;
  border-radius: 0 0 15px 0;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}
.sec02 .list .font01 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  padding-top: 8px;
}
.sec02 .list .font02 {
  min-width: 100px;
  position: absolute;
  top: -10px;
  left: -6px;
  font-size: 18px;
  font-family: "Sen", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #26499d;
  border: 2px solid #fff;
  border-radius: 0 0 15px 0;
  padding: 0 10px;
}
.sec02 .item img {
  width: 100%;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .sec02 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .sec02 .h-bg {
    height: 50vw;
  }
  .sec02 .h-bg img {
    width: 48%;
    top: -30vw;
    right: 0%;
  }
  .sec02 h2 {
    margin-bottom: 60px;
  }
  .sec02 .list {
    width: 100%;
    gap: 20px;
    padding-left: 4px;
  }
  .sec02 .item {
    width: calc(50% - 12px);
    padding: 8px;
  }
  .sec02 .list .font01 {
    font-size: 2.7vw;
    height: 40px;
    padding-top: 4px;
  }
  .sec02 .list .font02 {
    min-width: 60px;
    font-size: 14px;
    line-height: 25px;
  }
}
