/* ------------------------------
 width: all
------------------------------ */
body {
  background-position: top 0 center;
  background-image: url(../../images/bg_pp.webp);
}

main section.ttlsection .wrapper {
  background-image: url(../../images/bg_ttl_pi.webp);
}

main section.s01 {
  padding: 100px 30px 0;
}

main section.s01 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

main section.s01 .wrapper .list01 {
  max-width: 1200px;
  margin: 0 auto;
}

main section.s01 .wrapper .list01 li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

main section.s01 .wrapper .list01 li+li {
  margin-top: 120px;
}

main section.s01 .wrapper .list01 li .photo {
  width: 100%;
  order: 3;
  margin-top: 65px;
}

main section.s01 .wrapper .list01 li .photo img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper .list01 li .t01 {
  width: 100%;
  order: 1;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #9e6bb2;
}

main section.s01 .wrapper .list01 li .t02 {
  width: 100%;
  order: 2;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 15px;
}

main section.s01 .wrapper .list01 li .btn01 {
  width: 320px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: #fff;
  font-size: 18px;
  padding: 13px 0 13px 20px;
}

main section.s01 .wrapper .list01 li .btn01::after {
  right: 15px;
  width: 15px;
  height: 12px;
}

main section.s01 .wrapper .btnlist02 {
  margin-top: 150px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  body {
    background-position: top 0 center;
    background-image: url(../../images/bg_pp_sp.webp);
  }

  main section.ttlsection .wrapper {
    background-image: url(../../images/bg_ttl_pi.webp);
  }

  main section.s01 {
    padding: 20px 32px;
  }

  main section.s01 .wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }

  main section.s01 .wrapper .list01 {
    max-width: 1200px;
    margin: 0 auto;
  }

  main section.s01 .wrapper .list01 li {
    display: block;
  }

  main section.s01 .wrapper .list01 li+li {
    margin-top: 60px;
  }

  main section.s01 .wrapper .list01 li .photo {
    width: 100%;
    order: 3;
    margin-top: 0;
  }

  main section.s01 .wrapper .list01 li .photo img {
    width: 100%;
    display: block;
  }

  main section.s01 .wrapper .list01 li .t01 {
    width: 100%;
    order: 1;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    color: #9e6bb2;
    margin-top: 12px;
  }

  main section.s01 .wrapper .list01 li .t02 {
    width: 100%;
    order: 2;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 8px;
  }

  main section.s01 .wrapper .list01 li .btn01 {
    width: 310px;
    background-color: transparent;
    font-size: 14px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 14px 0 14px 20px;
    margin: 12px auto 0;
  }

  main section.s01 .wrapper .list01 li .btn01::after {
    right: 12px;
    width: 15px;
    height: 10px;
  }

  main section.s01 .wrapper .btnlist02 {
    margin-top: 70px;
  }
}