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

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

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

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

main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 2.4;
}

main section.s01 .wrapper .list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 150px calc(100% - 920px);
  margin-top: 150px;
}

main section.s01 .wrapper .list01 li {
  width: 460px;
}

main section.s01 .wrapper .list01 li a {
  text-decoration: none;
  display: block;
  position: relative;
}

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

main section.s01 .wrapper .list01 li .t02 {
  font-size: 36px;
  line-height: 90px;
  font-weight: bold;
  color: #fff;
  background: #9b4ec0;
  width: 310px;
  padding-left: 25px;
  position: absolute;
  margin-top: -45px;
}

main section.s01 .wrapper .list01 li .t03 {
  font-size: 26px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  margin-top: calc(45px + 20px);
}

/*
main section.s01 .wrapper .list01 li .btn01 {
  width: 320px;
  max-width: 100%;
  padding: 14px 0 14px 20px;
  font-size: 18px;
  margin: 40px auto 0;
  background-color: #fff;
}

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

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

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

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

  main section.s01 {
    padding: 15px 32px 0;
  }

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

  main section.s01 .wrapper .t01 {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
  }

  main section.s01 .wrapper .list01 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-top: 40px;
  }

  main section.s01 .wrapper .list01 li {
    width: calc(50% - 10px);
  }

  main section.s01 .wrapper .list01 li .t02 {
    font-size: clamp(12px, 2.4vw, 26px);
    line-height: 2.8em;
    width: min(80%, 220px);
    padding-left: 12px;
    margin-top: -1.4em;
  }

  main section.s01 .wrapper .list01 li .t03 {
    font-size: clamp(11px, 1.8vw, 18px);
    line-height: 1.6;
    margin-top: 2.5em;
  }

  /*
  main section.s01 .wrapper .list01 li .btn01 {
    width: 160px;
    max-width: 100%;
    padding: 10px 0 10px 13px;
    font-size: 12px;
    margin: 15px auto 0;
    background-color: #fff;
  }

  main section.s01 .wrapper .list01 li .btn01::after {
    right: 5px;
    width: 10px;
    height: 7px;
  }
  */

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