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

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

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

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

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

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

main section.s01 .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 90px 5%;
  margin-top: 50px;
}

main section.s01 .wrapper ul li {
  width: 30%;
}

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

main section.s01 .wrapper ul li .t02 {
  text-align: center;
  font-weight: bold;
  color: #00a99d;
  font-size: 32px;
  margin-top: 20px;
}

main section.s01 .wrapper ul li .t03 {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}

main section.s01 .wrapper ul li .t03 span {
  display: block;
  font-size: 80%;
}

main section.s01 .wrapper .btn03 {
  margin-top: 90px;
}

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

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

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

main section.s02 .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 5.6%;
  margin-top: 60px;
}

main section.s02 .wrapper ul li {
  width: 47.2%;
}

main section.s02 .wrapper ul li dl {
  display: flex;
  justify-content: space-between;
}

main section.s02 .wrapper ul li dl dt {
  width: 42.5%;
  max-width: 280.5px;
}

main section.s02 .wrapper ul li dl dt img {
  width: 100%;
  display: block;
}

main section.s02 .wrapper ul li dl dd {
  width: 53%;
}

main section.s02 .wrapper ul li dl dd .t01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

main section.s02 .wrapper ul li dl dd .t02 {
  text-align: right;
  margin-top: 10px;
  font-size: 21px;
  font-weight: 500;
  color: #666;
}

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

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

main section.s03 .wrapper h5 {
  text-align: center;
  font-weight: bold;
  color: #00a99d;
  font-size: 42px;
}

main section.s03 .wrapper .list01 {
  max-width: 990px;
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
}

main section.s03 .wrapper .list01 li {
  width: 421.5px;
}

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

main section.s03 .wrapper .list01 li .t01 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #00a99d;
  margin-top: 25px;
}

main section.s03 .wrapper .list01 li .t02 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
}

main section.s03 .wrapper .btnlist02 {
  margin-top: 180px;
}

main .modal_window .modal_wrapper .modal_box {
  width: min(100%, 1300px);
  position: relative;
}

main .modal_window .modal_wrapper .modal_box>img {
  width: 100%;
}

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

main section.s01 .wrapper ul li .t03,
main section.s02 .wrapper ul li dl dd .t01 {
  letter-spacing: 0.035em;
}

/* ------------------------------ */
@media screen and (max-width: 1440px) {

  main section.s01 .wrapper ul li .t03,
  main section.s02 .wrapper ul li dl dd .t01 {
    letter-spacing: 0.05em;
  }
}

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

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

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

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

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

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

  main section.s01 .wrapper ul {
    display: block;
    margin-top: 30px;
  }

  main section.s01 .wrapper ul li {
    width: 100%;
    position: relative;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  main section.s01 .wrapper ul li:nth-child(even) picture {
    order: 2;
  }

  main section.s01 .wrapper ul li:nth-child(even) .t03 {
    order: 1;
  }

  main section.s01 .wrapper ul li.has_caution {
    padding-bottom: 25px;
  }

  main section.s01 .wrapper ul li.has_caution .t03 span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }

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

  main section.s01 .wrapper ul li picture {
    width: 48.5%;
    display: block;
  }

  main section.s01 .wrapper ul li .t02 {
    text-align: center;
    font-weight: bold;
    color: #00a99d;
    font-size: 14px;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  main section.s01 .wrapper ul li .t03 {
    width: 48.5%;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.6;
    margin-top: 0;
  }

  main section.s01 .wrapper .btn03 {
    margin-top: 30px;
  }

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

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

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

  main section.s02 .wrapper ul {
    display: block;
    margin-top: 15px;
  }

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

  main section.s02 .wrapper ul li+li {
    margin-top: 30px;
  }

  main section.s02 .wrapper ul li:nth-child(even) dl dt {
    order: 2;
  }

  main section.s02 .wrapper ul li:nth-child(even) dl dd {
    order: 1;
  }

  main section.s02 .wrapper ul li dl {
    display: flex;
    justify-content: space-between;
  }

  main section.s02 .wrapper ul li dl dt {
    width: 42.5%;
    max-width: 280.5px;
  }

  main section.s02 .wrapper ul li dl dt img {
    width: 100%;
    display: block;
  }

  main section.s02 .wrapper ul li dl dt .t02 {
    text-align: left;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6;
    color: #666;
  }

  main section.s02 .wrapper ul li dl dd {
    width: 53%;
  }

  main section.s02 .wrapper ul li dl dd .t01 {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6;
  }

  main section.s02 .wrapper ul li dl dd .t02 {
    text-align: left;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6;
    color: #666;
  }

  main section.s03 {
    padding: 50px 32px 0;
  }

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

  main section.s03 .wrapper h5 {
    text-align: center;
    font-weight: bold;
    color: #00a99d;
    font-size: 17px;
  }

  main section.s03 .wrapper .list01 {
    max-width: 990px;
    margin: 45px auto 0;
    display: flex;
    justify-content: space-between;
  }

  main section.s03 .wrapper .list01 li {
    width: 48%;
  }

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

  main section.s03 .wrapper .list01 li .t01 {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #00a99d;
    margin-top: 15px;
  }

  main section.s03 .wrapper .list01 li .t02 {
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 10px;
  }

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

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

  main section.s01 .wrapper ul li .t03,
  main section.s02 .wrapper ul li dl dd .t01 {
    letter-spacing: 0.05em;
  }
}