@charset "UTF-8";
/* 設備紹介 css */
.sec01 {
  padding-top: 400px;
  padding-bottom: 140px;
  background-image: url(../images/machine/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 .item04 {
  border-radius: 0 10px 10px 0;
}
.sec01 .item02::before,
.sec01 .item03::before,
.sec01 .item04::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: 700px;
  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: 680px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .sec01 {
    padding-top: 28%;
    padding-bottom: 250px;
    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/machine/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: 9vw;
  }
}

/* sec02 粉砕機 */
.sec02,
.sec03,
.sec04,
.sec05 {
  padding-top: 45px;
  padding-bottom: 75px;
}
.sec02 .h-bg,
.sec03 .h-bg,
.sec04 .h-bg,
.sec05 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec02 .h-bg img {
  width: 33%;
  position: absolute;
  top: -31vw;
  right: 5%;
}
.sec02 h2,
.sec03 h2,
.sec04 h2,
.sec05 h2 {
  margin-bottom: 20px;
}
.sec02 .list,
.sec03 .list,
.sec04 .list,
.sec05 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 80px;
}
.sec02 .item,
.sec03 .item,
.sec05 .item {
  width: calc(50% - 40px);
}
.sec04 .item {
  width: calc(100% / 3 - 160px / 3);
}
.sec04 .item05 {
  width: calc(200% / 3 - 80px / 3);
}
.sec02 .item img,
.sec03 .item img,
.sec04 .item img,
.sec05 .item img {
  width: 100%;
}
.sec02 .row,
.sec03 .row,
.sec04 .row,
.sec05 .row {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  background-color: #f4ede7;
  margin-top: 15px;
  padding: 30px;
}
.sec02 .col,
.sec03 .col,
.sec04 .col,
.sec05 .col {
  width: calc(50% - 40px);
}
.sec02 .txt,
.sec03 .txt,
.sec04 .txt,
.sec05 .txt {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  overflow: hidden;
}
.sec02 .txt::before,
.sec03 .txt::before,
.sec04 .txt::before,
.sec05 .txt::before {
  content: "";
  display: block;
  width: 5px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  background-color: #69b800;
}
.sec02 .txt::after,
.sec03 .txt::after,
.sec04 .txt::after,
.sec05 .txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: radial-gradient(black 1px, transparent 1px);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center;
}
.sec02 .txt p,
.sec03 .txt p,
.sec04 .txt p,
.sec05 .txt p {
  position: relative;
  background-color: #f4ede7;
  padding: 0 8px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .sec02 .list,
  .sec03 .list,
  .sec04 .list,
  .sec05 .list {
    gap: 20px 40px;
  }
  .sec02 .item,
  .sec03 .item,
  .sec05 .item {
    width: calc(50% - 20px);
  }
  .sec04 .item {
    width: calc(100% / 3 - 80px / 3);
  }
  .sec04 .item05 {
    width: calc(200% / 3 - 40px / 3);
  }
}
@media screen and (max-width: 560px) {
  .sec02,
  .sec03,
  .sec04 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec05 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .sec02 .h-bg,
  .sec03 .h-bg,
  .sec04 .h-bg,
  .sec05 .h-bg {
    height: 35vw;
  }
  .sec02 .h-bg img {
    width: 48%;
    top: -30vw;
    right: 0%;
  }
  .sec02 h2 {
    margin-bottom: 15px;
  }
  .sec02 .list,
  .sec03 .list,
  .sec04 .list,
  .sec05 .list {
    gap: 15px;
  }
  .sec02 .item,
  .sec03 .item,
  .sec05 .item {
    width: 100%;
  }
  .sec04 .item {
    width: calc(50% - 7.5px);
  }
  .sec04 .item05 {
    width: 100%;
  }
  .sec02 .row,
  .sec03 .row,
  .sec04 .row,
  .sec05 .row {
    gap: 0px;
    padding: 15px;
  }
  .sec02 .col,
  .sec03 .col,
  .sec04 .col,
  .sec05 .col {
    width: 100%;
  }
  .sec02 .txt,
  .sec03 .txt,
  .sec04 .txt,
  .sec05 .txt {
    padding-left: 5px;
  }
  .sec02 .txt::before,
  .sec03 .txt::before,
  .sec04 .txt::before,
  .sec05 .txt::before {
    left: 0px;
  }
  .sec02 .txt::after,
  .sec03 .txt::after,
  .sec04 .txt::after,
  .sec05 .txt::after {
    background-size: 6px 6px;
  }
}

@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
}
