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

main section.ttlsection .wrapper {
  background-image: url(../../../images/bg_ttl_et.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 .careerbox {
  position: relative;
  margin-top: 100px;
}

main section.s01 .wrapper .careerbox .graph {
  width: 100%;
  display: block;
}

main section.s01 .wrapper .careerbox .careerlist01 {
  width: 87.4%;
  height: 66.5%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

main section.s01 .wrapper .careerbox .careerlist01 li {
  width: 20%;
  height: 100%;
  cursor: pointer;
}

main section.s01 .wrapper .careerbox .careerlist01 li.btn_career01 {
  height: 46%;
}

main section.s01 .wrapper .careerbox .careerlist01 li.btn_career02 {
  height: 55.5%;
}

main section.s01 .wrapper .careerbox .careerlist01 li.btn_career03 {
  height: 66%;
}

main section.s01 .wrapper .careerbox .careerlist01 li.btn_career04 {
  height: 83%;
}

main section.s01 .wrapper .careerbox .careerlist01 li.btn_career05 {
  height: 100%;
}

main section.s01 .wrapper .careerbox .careerlist02 {
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
}

main section.s01 .wrapper .careerbox .careerlist02 li {
  display: none;
}

main section.s01 .wrapper .careerbox .careerlist02 li:last-child {
  display: block;
}

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

main section.s01 .wrapper .btn03 {
  max-width: 640px;
  margin-top: 80px;
}

main section.s02 {
  padding: 200px 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 .t01 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 2;
  margin-top: 45px;
}

main section.s02 .wrapper .list01 {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

main section.s02 .wrapper .list01 li {
  width: 30%;
  padding-top: 50px;
  position: relative;
}

main section.s02 .wrapper .list01 li.li01 .photobox img {
  width: 137px;
}

main section.s02 .wrapper .list01 li.li02 .photobox img {
  width: 99px;
}

main section.s02 .wrapper .list01 li.li03 .photobox img {
  width: 116px;
}

main section.s02 .wrapper .list01 li .photobox {
  width: 100%;
  height: 152px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

main section.s02 .wrapper .list01 li .photobox img {
  display: block;
  margin: 0 auto;
}

main section.s02 .wrapper .list01 li .txtbox .t02 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #00a99d;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

main section.s02 .wrapper .list01 li .txtbox .t03 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 50px;
}

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

main section.s02 .wrapper .t05 {
  margin-top: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 2.2;
}

main section.s02 .wrapper .t06 {
  margin-top: 130px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #00a99d;
}

main section.s02 .wrapper .list02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 15px;
}

main section.s02 .wrapper .list02 li {
  width: calc((100% - 45px) / 4);
  background-color: #d7f2f0;
  text-align: center;
  font-size: min(24px, 1.8vw);
  line-height: 1;
  padding: 15px 0;
}

main section.s02 .wrapper .list02 li.other {
  text-align: left;
  background-color: #fff;
}

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

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;
}

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

  main section.ttlsection .wrapper {
    background-image: url(../../../images/bg_ttl_et.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 .careerbox {
    position: relative;
    margin-top: 30px;
    padding-top: 35%;
  }

  main section.s01 .wrapper .careerbox .graph {
    width: 100%;
    display: block;
  }

  main section.s01 .wrapper .careerbox .careerlist01 {
    width: 87.4%;
    height: 49%;
    position: absolute;
    top: 27%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  main section.s01 .wrapper .careerbox .careerlist01 li {
    width: 20%;
    height: 100%;
    cursor: pointer;
  }

  main section.s01 .wrapper .careerbox .careerlist01 li.btn_career01 {
    height: 46%;
  }

  main section.s01 .wrapper .careerbox .careerlist01 li.btn_career02 {
    height: 55.5%;
  }

  main section.s01 .wrapper .careerbox .careerlist01 li.btn_career03 {
    height: 66%;
  }

  main section.s01 .wrapper .careerbox .careerlist01 li.btn_career04 {
    height: 83%;
  }

  main section.s01 .wrapper .careerbox .careerlist01 li.btn_career05 {
    height: 100%;
  }

  main section.s01 .wrapper .careerbox .careerlist02 {
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  main section.s01 .wrapper .careerbox .careerlist02 li {
    display: none;
  }

  main section.s01 .wrapper .careerbox .careerlist02 li:last-child {
    display: block;
  }

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

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

  main section.s02 {
    padding: 80px 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 .t01 {
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 8px;
  }

  main section.s02 .wrapper .list01 {
    display: block;
    margin-top: 40px;
  }

  main section.s02 .wrapper .list01 li {
    width: 100%;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

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

  main section.s02 .wrapper .list01 li.li01 .photobox img {
    width: 69px;
  }

  main section.s02 .wrapper .list01 li.li02 .photobox img {
    width: 50px;
  }

  main section.s02 .wrapper .list01 li.li03 .photobox img {
    width: 58px;
  }

  main section.s02 .wrapper .list01 li .photobox {
    width: 65px;
    height: 84px;
    display: flex;
    align-items: center;
    margin-top: 0;
  }

  main section.s02 .wrapper .list01 li .photobox img {
    display: block;
    margin: 0 auto;
  }

  main section.s02 .wrapper .list01 li .txtbox {
    width: calc(100% - 65px);
    padding-left: 20px;
  }

  main section.s02 .wrapper .list01 li .txtbox .t02 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #00a99d;
    position: static;
  }

  main section.s02 .wrapper .list01 li .txtbox .t03 {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 5px;
  }

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

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

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

  main section.s02 .wrapper .list02 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 10px;
  }

  main section.s02 .wrapper .list02 li {
    width: calc((100% - 10px) / 2);
    background-color: #d7f2f0;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    padding: 10px 0;
  }

  main section.s02 .wrapper .list02 li.other {
    text-align: left;
    background-color: #fff;
  }

  main section.s02 .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;
  }
}