/* ------------------------------
 width: all
------------------------------ */
body {
  background-image: url(../../images/bg_wo.webp);
}

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

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

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

main section.s01 .wrapper .picbox {
  position: relative;
  max-width: 1302px;
  width: 100%;
  margin: 100px auto 0;
}

main section.s01 .wrapper .picbox picture img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper .picbox ul {
  width: 85.23%;
  height: 93.84%;
  margin: auto 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

main section.s01 .wrapper .picbox ul li {
  border-radius: 100px;
  position: absolute;
  height: 7.2859%;
  transition-duration: 0.3s;
  cursor: pointer;
}

main section.s01 .wrapper .picbox ul li:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

main section.s01 .wrapper .picbox ul li.btn_pic01 {
  width: 30%;
  left: 0;
  bottom: 90.7%;
}

main section.s01 .wrapper .picbox ul li.btn_pic02 {
  width: 40%;
  right: 0;
  bottom: 90.7%;
}

main section.s01 .wrapper .picbox ul li.btn_pic03 {
  width: 27.51%;
  right: 0;
  bottom: 79.1%;
}

main section.s01 .wrapper .picbox ul li.btn_pic04 {
  width: 40%;
  left: 0;
  bottom: 67.4%;
}

main section.s01 .wrapper .picbox ul li.btn_pic05 {
  width: 19.96%;
  right: 60.1%;
  bottom: 55.73%;
}

main section.s01 .wrapper .picbox ul li.btn_pic06 {
  width: 19.96%;
  right: 0;
  bottom: 55.73%;
}

main section.s01 .wrapper .picbox ul li.btn_pic07 {
  width: 30%;
  right: 40%;
  bottom: 44.1%;
}

main section.s01 .wrapper .picbox ul li.btn_pic08 {
  width: 19.96%;
  right: 40%;
  bottom: 32.4%;
}

main section.s01 .wrapper .picbox ul li.btn_pic09 {
  width: 35.05%;
  right: 30%;
  bottom: 20.8%;
}

main section.s01 .wrapper .picbox ul li.btn_pic10 {
  width: 100%;
  right: 0;
  bottom: 9.1%;
}

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

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

main section.s02 .wrapper h4 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #3d9947;
}

main section.s02 .wrapper picture img {
  width: 100%;
  display: block;
  margin-top: 100px;
}

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

main .modal_window .modal_wrapper .modal_box {
  width: 750px;
  background-color: #eef2f4;
}

main .modal_window .modal_wrapper .modal_box .modal_ttl {
  background: -webkit-gradient(linear, left top, right top, from(#3c9848), to(#89c543));
  background: linear-gradient(90deg, #3c9848 0%, #89c543 100%);
  position: relative;
  height: 80px;
  text-align: center;
  padding-top: 22px;
}

main .modal_window .modal_wrapper .modal_box .modal_ttl .btn_modal_close {
  width: 41px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -20.5px;
  cursor: pointer;
  transition-duration: 0.3s;
}

main .modal_window .modal_wrapper .modal_box .modal_ttl .btn_modal_close:hover {
  opacity: 0.6;
}

main .modal_window .modal_wrapper .modal_box .modal_ttl p {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 0 65px;
  position: relative;
}

main .modal_window .modal_wrapper .modal_box .modal_ttl p .icon {
  width: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
}

main .modal_window .modal_wrapper .modal_box .modal_t01 {
  height: 138px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

main .modal_window .modal_wrapper .modal_box .modal_t01 span {
  width: 100%;
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  color: #3d9947;
  text-align: center;
}

main .modal_window .modal_wrapper .modal_box .modal_contents {
  padding: 0 90px 60px;
}

main .modal_window .modal_wrapper .modal_box .modal_contents .photo {
  width: 100%;
  display: block;
}

main .modal_window .modal_wrapper .modal_box .modal_contents .t02 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 30px;
}

main .modal_window .modal_wrapper .modal_box .modal_contents dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

main .modal_window .modal_wrapper .modal_box .modal_contents dl dt {
  width: calc(100% - 350px);
  font-size: 16px;
  font-weight: bold;
  color: #3d9947;
}

main .modal_window .modal_wrapper .modal_box .modal_contents dl dd {
  width: 350px;
}

main .modal_window .modal_wrapper .modal_box .modal_contents dl dd ul {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
}

main .modal_window .modal_wrapper .modal_box .modal_contents dl dd ul li {
  width: 70px;
}

main .modal_window .modal_wrapper .modal_box .modal_contents dl dd ul li a {
  width: 100%;
  display: block;
}

main .modal_window .modal_wrapper .modal_box .modal_contents dl dd ul li a img {
  width: 100%;
  display: block;
}

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

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

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

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

  main section.s01 .wrapper .caution {
    font-size: 11px;
    font-weight: bold;
    color: #3d9947;
    text-align: center;
    margin-top: 5px;
  }

  main section.s01 .wrapper .scrollbox {
    overflow-x: auto;
  }

  main section.s01 .wrapper .picbox {
    position: relative;
    width: 700px;
    max-width: 700px;
    margin: 40px auto 0;
  }

  main section.s02 {
    padding: 55px 20px 0;
  }

  main section.s02 .wrapper h4 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #3d9947;
  }

  main section.s02 .wrapper picture img {
    width: 100%;
    display: block;
    margin-top: 20px;
  }

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

  main .modal_window .modal_wrapper .modal_box {
    max-width: 100%;
    background-color: #eef2f4;
  }

  main .modal_window .modal_wrapper .modal_box .modal_ttl {
    background: -webkit-gradient(linear, left top, right top, from(#3c9848), to(#89c543));
    background: linear-gradient(90deg, #3c9848 0%, #89c543 100%);
    position: relative;
    height: 40px;
    text-align: center;
    padding-top: 11px;
  }

  main .modal_window .modal_wrapper .modal_box .modal_ttl .btn_modal_close {
    width: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    cursor: pointer;
    transition-duration: 0.3s;
  }

  main .modal_window .modal_wrapper .modal_box .modal_ttl .btn_modal_close:hover {
    opacity: 0.6;
  }

  main .modal_window .modal_wrapper .modal_box .modal_ttl p {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding: 0 35px;
    position: relative;
    vertical-align: top;
  }

  main .modal_window .modal_wrapper .modal_box .modal_ttl p .icon {
    width: 25px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12.5px;
  }

  main .modal_window .modal_wrapper .modal_box .modal_t01 {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }

  main .modal_window .modal_wrapper .modal_box .modal_t01 span {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #3d9947;
    text-align: center;
  }

  main .modal_window .modal_wrapper .modal_box .modal_contents {
    padding: 0 15px 25px;
  }

  main .modal_window .modal_wrapper .modal_box .modal_contents .photo {
    width: 100%;
    display: block;
  }

  main .modal_window .modal_wrapper .modal_box .modal_contents .t02 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.9;
    margin-top: 15px;
  }

  main .modal_window .modal_wrapper .modal_box .modal_contents dl {
    display: block;
    margin-top: 25px;
  }

  main .modal_window .modal_wrapper .modal_box .modal_contents dl dt {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #3d9947;
  }

  main .modal_window .modal_wrapper .modal_box .modal_contents dl dd {
    width: 100%;
    margin-top: 10px;
  }

  main .modal_window .modal_wrapper .modal_box .modal_contents dl dd ul {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  main .modal_window .modal_wrapper .modal_box .modal_contents dl dd ul li {
    width: 35px;
  }

  main .modal_window .modal_wrapper .modal_box .modal_contents dl dd ul li a {
    width: 100%;
    display: block;
  }

  main .modal_window .modal_wrapper .modal_box .modal_contents dl dd ul li a img {
    width: 100%;
    display: block;
  }
}