main {
  padding-bottom: 300px;
}
main .lead {
  font-size: 30px;
  line-height: 2.8333333333;
  margin-top: 124px;
}
main .lead + figure {
  margin-top: 145px;
}
main h3 {
  font-size: 30px;
  margin-top: 100px;
}
main .process_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .process_list li {
  width: 46.0952380952%;
  margin-top: 96px;
}
main .process_list li p {
  font-size: 22px;
  line-height: 2.2727272727;
  color: #4D4D4D;
  margin-top: 35px;
}
main .process_list li:first-of-type,
main .process_list li:nth-of-type(2) {
  margin: 0;
}
main .process_list01 li {
  position: relative;
}
main .process_list01 li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 38px solid #699b76;
  border-right: 0;
  position: absolute;
  top: 40%;
  left: 104%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .process_list01 li:nth-of-type(2)::before,
main .process_list01 li:nth-of-type(4)::before {
  content: none;
}
main .process_list02 {
  margin-top: 86px;
}
main .process_list02 .img_wrap {
  margin-top: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .process_list02 .img_wrap figure {
  width: 50%;
  margin: 0;
}
main .process_list02 figure {
  max-width: 700px;
  margin: 96px auto 0;
}
main .process_list02 p {
  font-size: 22px;
  line-height: 2.2727272727;
  color: #4D4D4D;
  margin-top: 35px;
}
main .summary {
  font-size: 22px;
  line-height: 2.7272727273;
  color: #4D4D4D;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 20vw;
  }
  main .main_heading {
    background: url("../img/applications/applications_mv-sp.png") center center/cover no-repeat;
  }
  main .main_heading h1, main .main_heading p {
    color: #fff;
  }
  main .lead {
    font-size: 3.8666666667vw;
    line-height: 2.4137931034;
    margin-top: 9.3333333333vw;
  }
  main .lead + figure {
    margin-top: 4.8vw;
  }
  main h3 {
    font-size: 4vw;
    margin-top: 16vw;
  }
  main .process_list {
    margin-top: 6.6666666667vw;
    display: block;
  }
  main .process_list li {
    width: 100%;
    margin-top: 12.8vw;
  }
  main .process_list li p {
    font-size: 3.4666666667vw;
    line-height: 2.3076923077;
    margin-top: 2vw;
  }
  main .process_list li:nth-of-type(2),
  main .process_list li + li {
    margin-top: 7.2vw;
  }
  main .process_list01 li::before,
  main .process_list01 li:nth-of-type(2)::before {
    content: "";
    width: 0;
    height: 0;
    border: none;
    border-style: solid;
    border-right: 2.8vw solid transparent;
    border-left: 2.8vw solid transparent;
    border-top: 5.0666666667vw solid #699b76;
    border-bottom: 0;
    position: absolute;
    top: calc(100% + 1.6vw);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  main .process_list02 {
    margin: 24.4vw auto 0;
    padding: 0 5.3333333333vw;
  }
  main .process_list02 .img_wrap {
    display: block;
  }
  main .process_list02 .img_wrap figure {
    width: 100%;
    margin: 0;
  }
  main .process_list02 p + .img_wrap {
    margin: 13.3333333333vw auto 0;
  }
  main .process_list02 figure {
    max-width: 100%;
    margin: 7.2vw auto 0;
  }
  main .process_list02 p {
    font-size: 3.4666666667vw;
    line-height: 2.3076923077;
    margin-top: 5.8666666667vw;
  }
  main .summary {
    font-size: 3.4666666667vw;
    line-height: 2.3076923077;
    margin-top: 6.6666666667vw;
  }
}