.mv {
  position: relative;
  margin: 70px auto 0;
}
.mv::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  content: '';
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1)100%);
  mix-blend-mode: multiply;
}
.mv img {
  height: 200px;
  object-fit: cover;
}
.mv h2 {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.mv h2 span {
  display: block;
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  color: #00964B;
  font-size: 3.5rem;
  line-height: 1.1;
  margin: 0 auto 0.2em;
}
.link_bg {
  padding: 4em 0 3em;
}
.link_bg > p {
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}
.link {
  width: 85%;
  margin: auto;
}
.link li {
  margin: 1em auto 0;
}
.link li img {
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}
.link li a {
  position: relative;
  display: block;
  transition: all .3s;
}
.link li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #00964B;
  opacity: 0.8;
  border-radius: 10px;
  z-index: 1;
  transition: all .3s;
}
.link li a:hover::before {
  opacity: 0.5;
}
.link li a::after {
  position: absolute;
  z-index: 3;
  content: '';
  bottom: 15px;
  right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/img/about/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}
.link li a:hover::after {
  right: 10px;
}
.link li a p {
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 2px;
  z-index: 3;
}
.link li a p span {
  display: block;
  font-weight: 300;
  font-size: 1.1rem;
}
/* about  */
.about_bg {
  padding: 3em 0;
  background: linear-gradient(180deg, rgba(0, 150, 75, 1) 0%, rgba(0, 196, 98, 1)100%);
  border-radius: 0 0 0 20px;
  text-align: left;
  color: #fff;
}
.about {}
.about_txt {
  width: 85%;
  margin: auto;
}
.about_txt div {
  font-weight: 500;
  margin: 0 auto 1em;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.about_txt img {
  border-radius: 10px;
}
.about_txt p {
  margin: 1em auto 0;
}
.about > img {
  display: none;
}
.about_map {
  margin: 1em auto 0;
}
.about_map img {
  height: 150px;
  object-fit: cover;
}
.about_slider_wrap {
  position: relative;
}
.about_slider_ap {
  position: absolute;
  top: -130px;
  right: 10px;
  width: 180px;
  z-index: 3;
}
.about_slider_in {
  width: 93%;
  margin: 0 0 0 7%;
}
.about_slider {
  overflow: hidden;
  white-space: nowrap;
}
.scroll-track {
  display: inline-block;
  animation: scrollLeft 30s linear infinite;
}
.scroll-track img {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  border-radius: 10px;
}
@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.about02 {
  width: 85%;
  margin: 2em auto 0;
}
.about02 div {
  font-weight: 500;
  margin: 0 auto 0.5em;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
/* trouble  */
.trouble_bg {
  padding: 3em 0 0;
}
.trouble_bg h2 {
  font-weight: 500;
  color: #00964B;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.trouble_bg > img {
  width: 10px;
}
.trouble {
  width: 85%;
  margin: 1em auto 2em;
  text-align: left;
}
.trouble li {
  padding: 12px 0 12px 25px;
  border-bottom: 1px solid #00964B;
  position: relative;
  line-height: 1.5;
}
.trouble li::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/img/machine/check.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.trouble li div {
  color: #00964B;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0 auto 0.3em;
}
.trouble li div br {
  display: none;
}
/* difference  */
.difference_bg {
  padding: 2em 0 0;
}
.feature_bg .difference_ttl {
  text-align: left;
}
.difference_ttl {}
.difference_ttl h2 {
  color: #00964B;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 3px;
}
.difference_ttl h2 span {
  display: block;
  color: #000;
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.7rem;
}
.difference_ttl p {
  display: inline-block;
  border-top: 1px solid #00964B;
  border-bottom: 1px solid #00964B;
  padding: 3px 0;
  margin: 0.7em auto 0;
}
.difference {
  width: 85%;
  margin: auto;
}
.difference li {
  margin: 1.5em auto 0;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(-25deg, rgba(237, 245, 238, 1) 0%, rgba(237, 245, 238, 1) 50%, rgba(209, 244, 214, 1)100%);
}
.difference li div {
  font-weight: 500;
  color: #00964B;
  line-height: 1.4;
  margin: 0 auto 1em;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.difference li div span {
  display: block;
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.7rem;
  color: #000;
  line-height: 1.3;
}
.difference li img {
  border-radius: 10px;
}
.difference li p {
  text-align: left;
  margin: 0.3em auto 0;
}
.difference li p span {
  position: relative;
  text-align: center;
  display: block;
  font-weight: 500;
  margin: 0 auto 0.5em;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 0 0 10px;
}
.difference li p span::before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  content: '';
  background: #00964B;
}
.difference li h3 {
  color: #00964B;
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0.5em auto 0;
  letter-spacing: 2px;
}
/* feature  */
.feature_bg {
  padding: 3em 0;
  width: 85%;
  margin: auto;
}
.feature {}
.feature li {
  position: relative;
  text-align: left;
  margin: 2em auto 0;
  padding: 0 0 25px;
  counter-increment: mycounter;
}
.feature li::before {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  border-radius: 5px 30px 5px 5px;
  content: '';
  background: linear-gradient(25deg, rgba(237, 245, 238, 1) 0%, rgba(237, 245, 238, 1) 50%, rgba(209, 244, 214, 1)100%);
}
.feature li:nth-of-type(even)::before {
  border-radius: 30px 5px 5px 5px;
  background: linear-gradient(-25deg, rgba(237, 245, 238, 1) 0%, rgba(237, 245, 238, 1) 50%, rgba(209, 244, 214, 1)100%);
}
.feature li::after {
  position: absolute;
  top: -5px;
  right: -17px;
  font-family: 'Helvetica', sans-serif;
  font-size: 3rem;
  color: #00964B;
  content: counter(mycounter, decimal-leading-zero);
}
.feature li:nth-of-type(even)::after {
  right: auto;
  left: -17px;
}
.feature li img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  width: 95%;
  margin: 0 0 0 -5%;
}
.feature li:nth-of-type(even) img {
  text-align: right;
  margin: 0 0 0 8%;
}
.feature_txt {
  position: relative;
  z-index: 1;
  width: 85%;
  margin: 1.5em auto 0;
}
.feature_txt div {
  font-weight: 500;
  padding: 0 0 13px;
  margin: 0 auto 10px;
  position: relative;
  color: #00964B;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
.feature_txt div::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 40px;
  height: 1px;
  content: '';
  background: #00964B;
}
.feature_txt div span {
  display: block;
  font-size: 1.4rem;
  color: #000;
  margin: 0.3em auto 0;
}
/* flow  */
.flow_bg {
  padding: 3em 0;
  background: #F4F4F4;
}
.flow {
  width: 90%;
  margin: 1em auto 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.flow li {
  margin: 1em 10px 0em;
  width: calc(100% / 2 - 20px);
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
}
.flow li:first-child, .flow li:last-child {
  background: #00964B;
  color: #fff;
}
.flow li:first-child div, .flow li:last-child div {
  color: #fff;
}
.flow li::before {
  position: absolute;
  content: '';
  top: 50%;
  right: -18px;
  transform: translate(0%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("/img/machine/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.flow li:last-child::before {
  display: none;
}
.flow li div {
  font-family: 'Helvetica', sans-serif;
  color: #00964B;
}
.flow li p {
  display: grid;
  place-items: center;
  place-content: center;
  height: 50px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.4rem;
}
.flow li p span {
  display: inline-block;
}
.flow_bg > p {
  text-align: left;
  margin: 1em auto 0;
  width: 85%;
}
/* ------------------------------------ */
/* PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv::before {
    width: 50%;
  }
  .mv img {
    height: 400px;
  }
  .mv h2 {
    letter-spacing: 4px;
    width: 90%;
    font-size: 1.8rem;
  }
  .mv h2 span {
    font-size: 6rem;
  }
  .link_bg {
    padding: 5em 0 5em;
  }
  .link_bg > p {
    letter-spacing: 2px;
    font-size: 2.5rem;
  }
  .link {
    width: 90%;
    max-width: 1120px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 1em auto 0em;
    justify-content: space-between;
  }
  .link li {
    margin: 0 10px 0em;
    width: calc(100% / 3 - 20px);
  }
  .link li img {
    height: auto;
    border-radius: 20px;
  }
  .link li a::before {
    border-radius: 20px;
  }
  .link li a::after {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .link li a:hover::after {
    right: 15px;
  }
  .link li a p {
    bottom: 20px;
    left: 20px;
    font-size: 2rem;
  }
  .link li a p span {
    font-size: 1.5rem;
  }
  /* about  */
  .about_bg {
    padding: 5em 0;
    border-radius: 0 0 0 40px;
  }
  .about {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: center;
  }
  .about_txt {
    width: 38%;
    margin: 0 80px 0 0;
  }
  .about_txt div {
    font-weight: 500;
    margin: 0 auto 1em;
    font-size: 2.8rem;
    letter-spacing: 4px;
  }
  .about_txt img {
    display: none;
  }
  .about_txt p {
    margin: 1em auto 0;
    line-height: 2;
  }
  .about > img {
    display: block;
    width: 35%;
    border-radius: 20px;
  }
  .about_map {
    margin: 0;
    position: absolute;
    bottom: -120px;
    right: 45%;
    width: 60%;
  }
  .about_map img {
    height: auto;
  }
  .about_slider_wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 3em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .about_slider_ap {
    position: relative;
    top: auto;
    right: auto;
    width: 270px;
    z-index: 3;
    padding: 0 30px 0 80px;
  }
  .about_slider_in {
    width: calc(100% - 380px);
    margin: 0;
  }
  .scroll-track img {
    width: 280px;
    margin-right: 15px;
    border-radius: 20px;
  }
  .about02 {
    width: 100%;
    margin: 2em auto 0;
    box-sizing: border-box;
    padding: 0 100px 0 380px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: space-between;
  }
  .about02 div {
    width: 350px;
    margin: 0;
    font-size: 2.3rem;
    line-height: 2;
  }
  .about02 p {
    width: calc(100% - 380px);
  }
  /* trouble  */
  .trouble_bg {
    padding: 5em 0 0;
  }
  .trouble_bg h2 {
    font-size: 2.7rem;
    letter-spacing: 4px;
  }
  .trouble_bg > img {
    width: 15px;
  }
  .trouble {
    width: 90%;
    max-width: 1200px;
    margin: 1em auto 2em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .trouble li {
    box-sizing: border-box;
    padding: 15px 0 15px 35px;
    margin: 0 15px 0em;
    width: calc(100% / 2 - 30px);
  }
  .trouble li::before {
    top: 35px;
    width: 20px;
    height: 20px;
  }
  .trouble li div {
    font-size: 1.8rem;
    display: grid;
    place-items: center start; /* 上下は中央、左右は左 */
    height: 50px;
  }
  .trouble li div br {
    display: block;
  }
  /* difference  */
  .difference_bg {
    padding: 2em 0 0;
  }
  .difference_ttl {}
  .difference_ttl h2 {
    font-size: 3rem;
    letter-spacing: 6px;
  }
  .difference_ttl h2 span {
    letter-spacing: 2px;
    font-size: 2.5rem;
  }
  .difference_ttl p {
    letter-spacing: 2px;
    font-size: 1.8rem;
    padding: 5px 0 7px;
    margin: 1em auto 0;
  }
  .difference {
    width: 90%;
    max-width: 1200px;
    margin: 2em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .difference li {
    margin: 0 12px 0em;
    width: calc(100% / 3 - 24px);
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .difference li div {
    line-height: 1.4;
    margin: 0 auto 1em;
    font-size: 1.7rem;
  }
  .difference li div span {
    font-size: 2.3rem;
  }
  .difference li img {
    border-radius: 20px;
  }
  .difference li p {
    margin: 0.3em auto 0;
  }
  .difference li p span {
    margin: 0 auto 0.5em;
    font-size: 1.9rem;
  }
  .difference li h3 {
    font-size: 2.5rem;
    margin: 0.5em auto 0;
    letter-spacing: 3px;
  }
  /* feature  */
  .feature_bg {
    padding: 5em 0 8em;
    width: 90%;
    max-width: 1200px;
  }
  .feature li {
    margin: 6em auto 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .feature li:first-child {
    margin: 2em auto 0;
  }
  .feature li:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .feature li::before {
    top: 40px;
    left: 20%;
    width: calc(80% - 85px);
    height: calc(100% - 0px);
    border-radius: 10px 40px 10px 10px;
  }
  .feature li:nth-of-type(even)::before {
    border-radius: 40px 1px 1px 1px;
    left: auto;
    right: 20%;
  }
  .feature li::after {
    top: 20px;
    right: 0px;
    font-size: 5rem;
  }
  .feature li:nth-of-type(even)::after {
    right: auto;
    left: 0px;
  }
  .feature li img {
    border-radius: 20px;
    width: 42%;
    margin: 0;
  }
  .feature li:nth-of-type(even) img {
    margin: 0;
  }
  .feature_txt {
    padding: 80px 120px 0 0;
    width: 54%;
    margin: 0;
    box-sizing: border-box;
  }
  .feature li:nth-of-type(even) .feature_txt {
    padding: 80px 0 0 140px;
  }
  .feature_txt div {
    padding: 0 0 15px;
    margin: 0 auto 15px;
    font-size: 3rem;
    letter-spacing: 4px;
  }
  .feature_txt div::before {
    width: 60px;
  }
  .feature_txt p {
    line-height: 2;
    font-size: 1.6rem;
  }
  .feature_txt div span {
    font-size: 2rem;
    margin: 0.3em auto 0;
  }
  /* flow  */
  .flow_bg {
    padding: 4em 0;
  }
  .flow {
    max-width: 1200px;
    margin: 1em auto 0;
  }
  .flow li {
    margin: 1.5em 20px 0em;
    width: calc(100% / 4 - 40px);
    border-radius: 8px;
    padding: 20px 0;
  }
  .flow li::before {
    right: -30px;
    width: 15px;
    height: 15px;
  }
  .flow li p {
    height: 70px;
    font-size: 2rem;
  }
  .flow_bg > p {
    margin: 1em auto 0;
    max-width: 900px;
    letter-spacing: 2px;
    line-height: 1.8;
  }
}