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

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

main section.s01 {
  padding-top: 100px;
}

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

main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #0071bc;
}

main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 30px;
}

main section.s01 .wrapper .t02 {
  margin-top: 150px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}

main section.s01 .wrapper ul {
  max-width: 1400px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

main section.s01 .wrapper ul li {
  width: 30%;
  background-color: #e4eff5;
  padding: 50px 40px;
}

main section.s01 .wrapper ul li dl dt {
  text-align: center;
  color: #0071bc;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.7;
}

main section.s01 .wrapper ul li dl dd {
  font-size: 22px;
  line-height: 1.65;
  font-weight: 500;
  margin-top: 40px;
}

main section.s02 {
  padding: 150px 40px 0;
}

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

main section.s02 .wrapper .list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 8.4%;
}

main section.s02 .wrapper .list01 li {
  width: 45.8%;
}

main section.s02 .wrapper .list01 li .t01 {
  text-align: center;
  font-weight: bold;
  color: #0071bc;
  font-size: 36px;
}

main section.s02 .wrapper .list01 li .photo {
  width: 100%;
  display: block;
  margin-top: 23px;
}

main section.s02 .wrapper .list01 li .t02 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 15px;
}

main section.s02 .wrapper .btn03 {
  margin: 130px auto 0;
}

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

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

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

  main section.s01 {
    padding-top: 10px;
  }

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

  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #0071bc;
  }

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

  main section.s01 .wrapper .t02 {
    margin-top: 35px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
  }

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

  main section.s01 .wrapper ul li {
    width: 100%;
    display: block;
    background-color: #e4eff5;
    padding: 15px 20px;
  }

  main section.s01 .wrapper ul li+li {
    margin-top: 15px;
  }

  main section.s01 .wrapper ul li dl dt {
    text-align: center;
    color: #0071bc;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.7;
  }

  main section.s01 .wrapper ul li dl dt br {
    display: none;
  }

  main section.s01 .wrapper ul li dl dd {
    font-size: 11px;
    line-height: 1.65;
    font-weight: 500;
    margin-top: 5px;
  }

  main section.s02 {
    padding: 40px 32px 0;
  }

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

  main section.s02 .wrapper .list01 {
    display: block;
  }

  main section.s02 .wrapper .list01 li {
    width: 100%;
  }

  main section.s02 .wrapper .list01 li+li {
    margin-top: 20px;
  }

  main section.s02 .wrapper .list01 li .t01 {
    text-align: left;
    font-weight: bold;
    color: #0071bc;
    font-size: 17px;
  }

  main section.s02 .wrapper .list01 li .photo {
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  main section.s02 .wrapper .list01 li .t02 {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.65;
    margin-top: 10px;
  }

  main section.s02 .wrapper .btn03 {
    margin: 60px auto 0;
  }

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