@charset "UTF-8";

.lp_wrap article > .example {
  background-color: #fa5037;
  /*margin-top: -240%;*/
  position: relative;
}
.lp_wrap .example .head_area {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_wrap .example .head_area .head {
  width: max-content;
  text-align: center;
  position: relative;
}
.lp_wrap .example .head_area .head span:nth-of-type(1) {
  display: block;
  font-size: 2vw;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 4%;
}
.lp_wrap .example .head_area .head span:nth-of-type(2) {
  font-size: 4.9vw;
  letter-spacing: 0.1em;
}
.lp_wrap .example .head_area .head span:nth-of-type(2) br {
  display: none;
}
.lp_wrap .example .head_area .head .marker {
  position: absolute;
  top: 93%;
  left: 13%;
  z-index: -1;
  width: 81.364%;
}
.lp_wrap .example .head_area .head .marker svg mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 10px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1055 1055;
  stroke-dashoffset: 1055;
  transition: 0.8s;
}
.lp_wrap .example .head_area.move .head .marker svg mask path {
  stroke-dashoffset: 0;
}
.lp_wrap .example .industry {
  padding-bottom: 15%;
  perspective: 144.6vw;
  margin-top: -13%;
}
.lp_wrap .example .industry li {
  width: 89.604%;
  margin: auto;
  position: relative;
}

.lp_wrap .example .industry li:nth-child(n + 2) {
  margin-top: 5%;
}
.lp_wrap .example .industry li div {
  position: absolute;
  top: 2%;
  width: 29.5%;
  text-align: center;
  font-size: 2.2vw;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.lp_wrap .example .industry li div:nth-of-type(1) {
  left: 0%;
}
.lp_wrap .example .industry li div:nth-of-type(2) {
  left: 35.3%;
}
.lp_wrap .example .industry li div:nth-of-type(3) {
  left: 70.6%;
}
.lp_wrap .example .industry li div:nth-of-type(4) {
  display: none;
}
@media all and (max-width: 750px) {
  .lp_wrap article > .example {
    margin-top: -450vw;
  }
  .lp_wrap .example .head_area .head {
    width: 100%;
    text-align: left;
  }
  .lp_wrap .example .head_area .head span:nth-of-type(1) {
    padding-left: 7.2vw;
    font-size: 3.6vw;
  }
  .lp_wrap .example .head_area .head span:nth-of-type(2) {
    display: block;
    padding-left: 7.2vw;
    font-size: 8.8vw;
    line-height: 1.545em;
  }
  .lp_wrap .example .head_area .head span:nth-of-type(2) br {
    display: block;
  }
  .lp_wrap .example .head_area .head .marker {
    left: -4%;
    width: 82.667%;
  }
  .lp_wrap .example .industry {
    margin-top: -50%;
    padding-bottom: 10%;
    perspective: 144.6vw;
  }
  .lp_wrap .example .industry li {
    width: 89.604%;
    margin: auto;
  }
  .lp_wrap .example .industry li:nth-child(n + 2) {
    margin-top: 5%;
  }
  .lp_wrap .example .industry li div {
    top: 1%;
    width: 48%;
    font-size: 4vw;
  }
  .lp_wrap .example .industry li div:nth-of-type(1) {
    left: 0%;
  }
  .lp_wrap .example .industry li div:nth-of-type(2) {
    left: auto;
    right: 0%;
  }
  .lp_wrap .example .industry li div:nth-of-type(n + 3) {
    display: none;
  }
}
