@charset "UTF-8";

.lp_wrap .easy {
    padding: 5% 0%;
}
.lp_wrap .easy .easy_area {
  width: 200%;
  display: flex;
  align-items: center;
}
.lp_wrap .easy .easy_area .head1 {
  width: 100%;
  position: relative;
}
.lp_wrap .easy .easy_area .head1 > span {
  margin-left: 10%;
  font-size: 41.8vw;
  letter-spacing: 0.025em;
  color: #dbd9c5;
}
.lp_wrap .easy .easy_area .head1 .head2 {
  position: absolute;
  top: 30%;
  left: 50%;
  font-size: 2.2vw;
}
.lp_wrap .easy .easy_area .head1 .head2 span {
  font-size: 3.6vw;
  letter-spacing: 0.1em;
  line-height: 1.75em;
}
.lp_wrap .easy .easy_area .head1 .head2 > picture {
  position: relative;
  z-index: 1;
}
.lp_wrap .easy .easy_area .head1 .head2 .marker1 {
  position: absolute;
  top: 43%;
  left: 22%;
  z-index: -1;
  width: 55.288%;
}
.lp_wrap .easy .easy_area .head1 .head2 .marker1 svg mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 552 552;
  stroke-dashoffset: 552;
  stroke-miterlimit: 10;
  transition: 0.8s;
}
.lp_wrap .easy .easy_area .head1 .head2.move .marker1 svg mask path  {
  stroke-dashoffset: 0;
}
.lp_wrap .easy .easy_area .step {
  width: 100%;
  position: relative;
}
.lp_wrap .easy .easy_area .step > picture {
  display: block;
  width: 87.847%;
  margin: auto;
}
.lp_wrap .easy .easy_area .step h3 {
  position: absolute;
  top: 2.7%;
  left: 7%;
  font-size: 2.2vw;
  letter-spacing: 0.1em;
}
.lp_wrap .easy .easy_area .step dl dt {
  position: absolute;
  top: 16.7%;
  font-size: 2.2vw;
  letter-spacing: 0.1em;
}
.lp_wrap .easy .easy_area .step dl dt:nth-of-type(1) {
  left: 8%;
}
.lp_wrap .easy .easy_area .step dl dt:nth-of-type(2) {
  left: 52%;
}
.lp_wrap .easy .easy_area .step dl dt span {
  font-size: 3.5vw;
  color: #fa5037;
}
.lp_wrap .easy .easy_area .step dl dd {
  position: absolute;
  top: 87%;
  font-size: 1.4vw;
  letter-spacing: 0.05em;
  background-color: #fa5037;
  padding: 1.2%;
  border-radius: 25vw 100vw 100vw 100vw;
}
.lp_wrap .easy .easy_area .step dl dd:nth-of-type(1) {
  left: 12.6%;
}
.lp_wrap .easy .easy_area .step dl dd:nth-of-type(2) {
  left: 48.9%;
}
.lp_wrap .easy .easy_area .step dl dd:nth-of-type(3) {
  top: 18.1%;
  left: 90.3%;
  writing-mode: vertical-rl;
  height: 57%;
  line-height: 2em;
  text-align: center;
}
.lp_wrap .easy .easy_area .step .marker2 {
  position: absolute;
  top: 53%;
  left: 27.5%;
  width: 16.691%;
}
.lp_wrap .easy .easy_area .step .marker2 svg mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 10px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 552 552;
  stroke-dashoffset: 552;
  stroke-miterlimit: 10;
  transition: 0.8s;
}
.lp_wrap .easy .easy_area .step.move .marker2 svg mask path  {
  stroke-dashoffset: 0;
}
@media all and (max-width: 750px) {
  .lp_wrap .easy {
      padding: 10% 0%;
  }
  .lp_wrap .easy .easy_area {
    width: 100%;
    display: block;
  }
  .lp_wrap .easy .easy_area .head1 {
    width: 70%;
    padding: 26% 0% 0% 30%;
    position: relative;
  }
  .lp_wrap .easy .easy_area .head1 > span {
    position: absolute;
    top: -15%;
    left: 2%;
    margin-left: 0%;
    writing-mode: vertical-rl;
    font-size: 63.6vw;
  }
  .lp_wrap .easy .easy_area .head1 .head2 {
    position: relative;
    top: auto;
    left: auto;
    font-size: 3.9vw;
    transition: 0.6s;
    transform: translateX(30%);
    opacity: 0;
  }
  .lp_wrap .easy .easy_area .head1 .head2.move {
    transform: translateX(0%);
    opacity: 1;
  }
  .lp_wrap .easy .easy_area .head1 .head2 span {
    font-size: 6.4vw;
  }
  .lp_wrap .easy .easy_area .head1 .head2 .marker1 {
    top: 38%;
    left: 14%;
    width: 55.421%;
  }
  .lp_wrap .easy .easy_area .step {
    width: 100%;
    position: relative;
    transition: 0.6s;
    transform: translateY(10%);
    opacity: 0;
  }
  .lp_wrap .easy .easy_area .step.move {
    transform: translateY(0%);
    opacity: 1;
  }
  .lp_wrap .easy .easy_area .step > picture {
    width: 92%;
    margin: 10% 0% 0% auto;
  }
  .lp_wrap .easy .easy_area .step h3 {
    top: 0%;
    left: 30.7%;
    font-size: 4vw;
  }
  .lp_wrap .easy .easy_area .step dl dt {
    font-size: 4vw;
  }
  .lp_wrap .easy .easy_area .step dl dt:nth-of-type(1) {
    top: 6%;
    left: 36.5%;
  }
  .lp_wrap .easy .easy_area .step dl dt:nth-of-type(2) {
    top: 52.7%;
    left: 11.7%;
  }
  .lp_wrap .easy .easy_area .step dl dt span {
    font-size: 6.4vw;
  }
  .lp_wrap .easy .easy_area .step dl dd {
    font-size: 3.2vw;
    padding: 2.4% 3.1%;
    border-radius: 25vw 100vw 100vw 100vw;
  }
  .lp_wrap .easy .easy_area .step dl dd:nth-of-type(1) {
    top: 38.7%;
    left: 39.6%;
  }
  .lp_wrap .easy .easy_area .step dl dd:nth-of-type(2) {
    left: 21%;
    top: 85%;
  }
  .lp_wrap .easy .easy_area .step dl dd:nth-of-type(3) {
    top: 63.7%;
    left: 84%;
    height: 36%;
    line-height: 2.5em;
    padding: 0%;
  }
  .lp_wrap .easy .easy_area .step .marker2 {
    top: 47%;
    left: 29.5%;
    width: 12.267%;
  }
  .lp_wrap .easy .easy_area .step .marker2 svg mask path {
    stroke-dasharray: 545 545;
    stroke-dashoffset: 545;
  }
}