#wrapper {
  overflow: visible;
}

.mvArea {
  position: relative;
}
.mvArea h2 {
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 5;
}
@media (max-width: 1440px) {
  .mvArea h2 {
    width: 41.6428571429%;
  }
}
@media (max-width: 767px) {
  .mvArea h2 {
    top: 25%;
    width: 80%;
  }
}
.mvArea h2 span {
  display: block;
  color: #fff;
  font-size: 37px;
  line-height: 1;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .mvArea h2 span {
    font-size: 2.6vw;
  }
}
@media (max-width: 767px) {
  .mvArea h2 span {
    font-size: 5vw;
  }
}
.mvArea figure {
  position: relative;
}

.cc01 {
  text-align: center;
  color: #10b7d7;
  line-height: 1.5em;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cc01 {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .cc01 {
    font-size: 5vw;
    margin-bottom: 30px;
  }
}

.introArea {
  padding: 100px 0;
  background: #10b7d7;
}
@media (max-width: 767px) {
  .introArea {
    padding: 60px 0;
  }
}
.introArea .cc01 {
  color: #fff;
}
.introArea .cc01 strong {
  font-size: 150%;
  color: #000;
}

.txt01 {
  font-size: 25px;
  text-align: center;
  line-height: 2em;
}
@media (max-width: 1440px) {
  .txt01 {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .txt01 {
    font-size: 4vw;
  }
}

.mainContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainContents .sideMenuWrap {
  width: 240px;
}
@media (max-width: 991px) {
  .mainContents .sideMenuWrap {
    display: none;
  }
}
.mainContents .sideMenuWrap nav {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 40px 20px;
}
.mainContents .sideMenuWrap nav .slideMenu li a {
  display: block;
  font-size: 16px;
  color: #999;
  padding-left: 20px;
  position: relative;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  padding-right: 10px;
}
.mainContents .sideMenuWrap nav .slideMenu li a::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}
.mainContents .sideMenuWrap nav .slideMenu li a:hover {
  opacity: 0.7;
}
.mainContents .sideMenuWrap nav .slideMenu li.current a {
  color: #fff;
  background: #10b7d7;
}
.mainContents .sideMenuWrap nav .slideMenu li.current a::before {
  background: #fff;
}
.mainContents .contentsWrap {
  width: calc(100% - 280px);
}
@media (max-width: 991px) {
  .mainContents .contentsWrap {
    width: 100%;
  }
}

section.equContents {
  width: 95%;
  max-width: 1440px;
  margin-top: 150px;
}
@media (max-width: 991px) {
  section.equContents {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  section.equContents {
    margin-top: 60px;
  }
}
section.equContents h3 {
  border-top: solid 3px #10b7d7;
  text-align: center;
  font-size: 26px;
  background: rgba(16, 183, 215, 0.1);
  font-weight: bold;
  line-height: 1;
  padding: 20px 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section.equContents h3 {
    font-size: 23px;
  }
}
section.equContents h3 span {
  color: #10b7d7;
  font-size: 120%;
  font-weight: normal;
}
section.equContents .equList01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 25px;
}
section.equContents .equList01 .equListCon {
  width: calc((100% - 75px) / 4);
}
@media (max-width: 1440px) {
  section.equContents .equList01 .equListCon {
    width: calc((100% - 50px) / 3);
  }
}
@media (max-width: 1280px) {
  section.equContents .equList01 .equListCon {
    width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 767px) {
  section.equContents .equList01 .equListCon {
    width: 100%;
  }
}
section.equContents .equList01 .equListCon.col2 {
  width: calc((100% - 25px) / 2);
}
@media (max-width: 1280px) {
  section.equContents .equList01 .equListCon.col2 {
    width: calc(100% - 25px - (100% - 50px) / 3);
  }
}
@media (max-width: 767px) {
  section.equContents .equList01 .equListCon.col2 {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  section.equContents .equList01 .equListCon.end .imgEmpty {
    display: none;
  }
}
@media (max-width: 1280px) {
  section.equContents .equList01 .equListCon.end .imgEmpty {
    display: block;
  }
}
@media (max-width: 767px) {
  section.equContents .equList01 .equListCon.end .imgEmpty {
    display: none;
  }
}
section.equContents .equList01 .equListCon figure {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.equContents .equList01 .equListCon figure {
    margin-bottom: 10px;
  }
}
section.equContents .equList01 .equListCon figure figcaption.col2 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: 0;
}
section.equContents .equList01 .equListCon figure figcaption.col2 span {
  width: 49%;
}
section.equContents .equList01 .equListCon figure figcaption.col2 span:first-child {
  padding-left: 5px;
  text-align: left;
}
section.equContents .equList01 .equListCon figure figcaption.col2 span:last-child {
  padding-right: 5px;
  text-align: right;
}
section.equContents .equList01 .equListCon .imgEmpty {
  width: 100%;
  padding-top: 75.3623188406%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.equContents .equList01 .equListCon .imgEmpty {
    display: none;
  }
}
section.equContents .equList01 .equListCon .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.equContents .equList01 .equListCon .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
section.equContents .equList01 .equListCon .txt {
  font-size: 16px;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  section.equContents .equList01 .equListCon .txt {
    font-size: 13px;
  }
}
section.equContents .equList01 .equListCon .note {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  section.equContents .equList01 .equListCon .note {
    font-size: 10px;
  }
}