@charset "UTF-8";
/* 買取の流れcss */
.sec01 {
  padding-top: 400px;
  padding-bottom: 140px;
  background-image: url(../images/flow/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;
}
.sec01 .item01 {
  border-radius: 10px 0 0 10px;
}
.sec01 .item02 {
  border-radius: 0 10px 10px 0;
}
.sec01 .item02::before {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.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/flow/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: 20px;
}
.sec02 .list {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.sec02 .list ~ .list {
  margin-top: 20px;
}
.sec02 .list02 {
  margin-left: auto;
}
.sec02 .item {
  position: relative;
  width: calc(100% / 3 - 100px / 3);
  padding: 20px;
  background-color: #fffcdb;
  border-radius: 0 0 15px 0;
  border: 1px solid #a8a8a8;
}
.sec02 .line {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #b4da6d;
}
.sec02 .list01 .item::before,
.sec02 .list02 .item::before {
  content: "";
  display: block;
  width: 25px;
  height: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #69b800;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.sec02 .list01 .item::before {
  right: -36px;
}
.sec02 .list02 .item::before {
  left: -40px;
}
.sec02 .item .txt01 {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Sen", sans-serif;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  padding: 5px;
  border-radius: 0 0 15px 0;
  z-index: 2;
}
.sec02 .item .txt01 .en {
  font-size: 12px;
}
.sec02 .item .txt01 .num {
  font-size: 24px;
  margin-top: 5px;
}
.sec02 .list .font01 {
  font-size: 22px;
  font-weight: 700;
}
.sec02 .list .font02 {
  margin-top: 15px;
}

.sec02 .item .image {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
}
.sec02 .item01 .image {
  background-image: url(../images/flow/sec02_01.png);
}
.sec02 .item02 .image {
  background-image: url(../images/flow/sec02_02.png);
}
.sec02 .item03 .image {
  background-image: url(../images/flow/sec02_03.png);
}
.sec02 .item04 .image {
  background-image: url(../images/flow/sec02_04.png);
}
.sec02 .item05 .image {
  background-image: url(../images/flow/sec02_05.png);
}
.sec02 .item06 .image {
  background-image: url(../images/flow/sec02_06.png);
}
@media screen and (max-width: 960px) {
  .sec02 .list {
    width: calc(100% - 50px);
  }
}
@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: 15px;
  }
  .sec02 .list {
    width: 100%;
    gap: 55px;
  }
  .sec02 .list ~ .list {
    margin-top: 55px;
  }
  .sec02 .item {
    width: 100%;
  }
  .sec02 .list .item::before {
    width: 75px;
    height: 25px;
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .sec02 .list .item06::before {
    content: none;
  }
  .sec02 .list .font01 {
    font-size: 22px;
  }
  .sec02 .list .font02 {
    font-size: 16px;
    min-height: 75px;
  }
}

/* .sec03 リサイクルフロー */
.sec03 {
  padding-top: 45px;
  padding-bottom: 75px;
}
.sec03 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec03 h2 {
  margin-bottom: 80px;
}
.sec03 .image {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .sec03 {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .sec03 .h-bg {
    height: 33vw;
  }
  .sec03 h2 {
    margin-bottom: 50px;
  }
  .sec03 .image {
    margin-top: 20px;
  }
}
