/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  overflow: hidden;
}
main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s01 .wrapper .t01 {
  font-size: 16px;
  line-height: 190%;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
main section.s01 .wrapper h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 45px;
}
main section.s01 .wrapper .t02 {
  font-size: 16px;
  line-height: 175%;
  margin-top: 10px;
}
main section.s01 .wrapper .pointlist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
main section.s01 .wrapper .pointlist li {
  width: calc((100% - 80px) / 3);
  height: 360px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 0 0;
}
main section.s01 .wrapper .pointlist li.point01 img {
  width: 293px;
}
main section.s01 .wrapper .pointlist li.point02 img {
  width: 210px;
}
main section.s01 .wrapper .pointlist li.point03 img {
  width: 205px;
}
main section.s01 .wrapper .pointlist li img {
  display: block;
  margin: 0 auto;
}
main section.s01 .wrapper .list02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 70px;
  margin-top: 85px;
}
main section.s01 .wrapper .list02 li {
  width: calc(50% - 35px);
  border-top: 1px solid #000;
  padding: 30px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .list02 li .num {
  width: 50px;
  font-size: 24px;
  font-weight: 900;
  color: #ffe100;
}
main section.s01 .wrapper .list02 li .txtbox {
  width: calc(100% - 50px);
}
main section.s01 .wrapper .list02 li .txtbox .t03 {
  font-size: 18px;
  font-weight: bold;
}
main section.s01 .wrapper .list02 li .txtbox .t04 {
  font-size: 16px;
  line-height: 175%;
  margin-top: 10px;
}
main section.s02 {
  margin-top: 100px;
}
main section.s02 .wrapper .photobox {
  height: 500px;
}
main section.s02 .wrapper .photobox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s03 .wrapper {
  width: 1200px;
  margin: 85px auto 0;
  border-top: 1px solid #000;
  padding-top: 40px;
}
main section.s03 .wrapper .t03 {
  font-size: 20px;
  font-weight: bold;
}
main section.s03 .wrapper .t04 {
  font-size: 16px;
  line-height: 175%;
  margin-top: 15px;
}
main section.s03 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
main section.s03 .wrapper ul li {
  width: calc(50% - 20px);
}
main section.s03 .wrapper ul li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s03 .wrapper ul li dl dt {
  width: 200px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
main section.s03 .wrapper ul li dl dd {
  width: calc(100% - 200px);
  border-left: 1px solid #23af53;
  padding: 40px 0 40px 40px;
}
main section.s03 .wrapper ul li dl dd .t05 {
  font-size: 16px;
}
main section.s03 .wrapper ul li dl dd .t06 {
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  margin-top: 10px;
}
main section.s03 .wrapper ul li dl dd .t06 .price {
  font-size: 36px;
  font-weight: 500;
}
main section.s03 .wrapper ul li dl dd .t06 .month {
  font-size: 16px;
}
main section.s03 .wrapper .btn01 {
  width: 380px;
  margin: 80px auto 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    overflow: hidden;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 14px;
    line-height: 190%;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
  }
  main section.s01 .wrapper h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
  }
  main section.s01 .wrapper .t02 {
    font-size: 14px;
    line-height: 175%;
    margin-top: 10px;
  }
  main section.s01 .wrapper .pointlist {
    display: block;
    margin-top: 30px;
  }
  main section.s01 .wrapper .pointlist li {
    width: 100%;
    height: 360px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px;
    padding: 40px 0 0;
    margin-top: 25px;
  }
  main section.s01 .wrapper .pointlist li.point01 img {
    width: 293px;
  }
  main section.s01 .wrapper .pointlist li.point02 img {
    width: 210px;
  }
  main section.s01 .wrapper .pointlist li.point03 img {
    width: 205px;
  }
  main section.s01 .wrapper .pointlist li img {
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper .list02 {
    display: block;
    margin-top: 50px;
  }
  main section.s01 .wrapper .list02 li {
    width: 100%;
    border-top: 1px solid #000;
    padding: 15px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section.s01 .wrapper .list02 li .num {
    width: 40px;
    font-size: 22px;
    font-weight: 900;
    color: #ffe100;
  }
  main section.s01 .wrapper .list02 li .txtbox {
    width: calc(100% - 40px);
  }
  main section.s01 .wrapper .list02 li .txtbox .t03 {
    font-size: 18px;
    font-weight: bold;
  }
  main section.s01 .wrapper .list02 li .txtbox .t04 {
    font-size: 14px;
    line-height: 175%;
    margin-top: 5px;
  }
  main section.s02 {
    margin-top: 35px;
  }
  main section.s02 .wrapper .photobox {
    height: 200px;
  }
  main section.s02 .wrapper .photobox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s03 {
    padding: 0 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 50px auto 0;
    border-top: 1px solid #000;
    padding-top: 40px;
  }
  main section.s03 .wrapper .t03 {
    font-size: 20px;
    font-weight: bold;
  }
  main section.s03 .wrapper .t04 {
    font-size: 16px;
    line-height: 175%;
    margin-top: 10px;
  }
  main section.s03 .wrapper ul {
    display: block;
    margin-top: 50px;
  }
  main section.s03 .wrapper ul li {
    width: 100%;
    margin-top: 25px;
  }
  main section.s03 .wrapper ul li dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s03 .wrapper ul li dl dt {
    width: 120px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  main section.s03 .wrapper ul li dl dd {
    width: calc(100% - 120px);
    border-left: 1px solid #23af53;
    padding: 20px 0 20px 20px;
  }
  main section.s03 .wrapper ul li dl dd .t05 {
    font-size: 14px;
  }
  main section.s03 .wrapper ul li dl dd .t06 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    margin-top: 10px;
  }
  main section.s03 .wrapper ul li dl dd .t06 .price {
    font-size: 32px;
    font-weight: 500;
  }
  main section.s03 .wrapper ul li dl dd .t06 .month {
    font-size: 14px;
  }
  main section.s03 .wrapper .btn01 {
    width: 300px;
    margin: 40px auto 0;
  }
}