@charset "UTF-8";
/* 成形事業css */
.sec01 {
  padding-top: 400px;
  padding-bottom: 140px;
  background-image: url(../images/molding/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: 800px;
  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/molding/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: 9.5vw;
  }
}

/* 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 .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.sec02 .row .image {
  width: 50%;
}
.sec02 .image img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .sec02 .h-bg {
    height: 270px;
  }
}
@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 .row {
    gap: 10px;
    margin-bottom: 0;
  }
  .sec02 .row ~ .row {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .sec02 .row .image {
    width: 100%;
  }
}

/* .sec03 買取り条件 */
.sec03 {
  padding-top: 45px;
  padding-bottom: 75px;
}
.sec03 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec03 h2 {
  margin-bottom: 20px;
}
.sec03 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 36px;
}
.sec03 .item {
  position: relative;
  width: calc(25% - 27px);
}
.sec03 .item ~ .item::before {
  content: "";
  display: block;
  width: 25px;
  height: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  background-color: #69b800;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.sec03 .item img {
  width: 100%;
}
.sec03 .txt {
  font-size: 22px;
  margin-top: 45px;
}
@media screen and (max-width: 960px) {
  .sec03 .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .sec03 {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .sec03 .h-bg {
    height: 50vw;
  }
  .sec03 .list {
    gap: 16px 0;
  }
  .sec03 .item {
    width: calc(50% - 22px);
  }
  .sec03 .item01,
  .sec03 .item02 {
    margin-right: 22px;
  }
  .sec03 .item03,
  .sec03 .item04 {
    margin-left: 22px;
  }
  .sec03 .item02::after {
    content: "";
    display: block;
    width: 15px;
    height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -19px;
    margin: auto;
    background-color: #69b800;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .sec03 .item ~ .item::before {
    width: 15px;
    height: 45px;
    left: -18px;
  }
  .sec03 .txt {
    font-size: 16px;
    margin-top: 25px;
  }
}

/* sec07 バナー4点 */
.sec07 {
  padding-bottom: 75px;
}
.sec07 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 36px;
}
.sec07 .item {
  width: calc(50% - 18px);
}
.sec07 .item img {
  width: 100%;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .sec07 {
    padding-bottom: 45px;
  }
  .sec07 .list {
    gap: 24px;
  }
  .sec07 .item {
    width: 100%;
  }
}
