@-webkit-keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@media all and (max-width: 750px) {
  #mv .page_title .en {
    font-size: 24px;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #mv .page_title .en {
    font-size: 34px;
  }
}
#mv .page_title .jp {
  font-size: 13px;
}
@media all and (min-width: 751px) {
  #mv .page_title .jp {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #mv .page_title .jp {
    font-size: 16px;
  }
}

section {
  padding: 38px 0 50px;
}
@media all and (min-width: 751px) {
  section {
    padding: 100px 0 120px;
  }
}
section .inner {
  --sp_padding: 23px;
  --pc_padding: 250px;
}
section .image {
  margin-top: 18px;
}
@media all and (min-width: 751px) {
  section .image {
    margin-top: 40px;
  }
}
section ul {
  counter-reset: number 0;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  section ul {
    margin-top: 40px;
  }
}
section ul > li {
  counter-increment: number 1;
  padding: 14px 8.7% 30px;
}
@media all and (min-width: 751px) {
  section ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 160px;
    padding: 28px 5.5% 28px 1%;
  }
}
section ul > li:not(:last-child) {
  margin-bottom: 15px;
}
@media all and (min-width: 751px) {
  section ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
section ul > li:first-child .head_wrap .hash::after {
  letter-spacing: 0.1em;
}
section ul > li .head_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1em;
}
@media all and (min-width: 751px) {
  section ul > li .head_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 230px;
    padding: unset;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  section ul > li .head_wrap {
    width: 200px;
  }
}
section ul > li .head_wrap .hash {
  position: relative;
  color: #80bbbe;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  margin-right: 0.5em;
}
@media all and (min-width: 751px) {
  section ul > li .head_wrap .hash {
    font-size: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  section ul > li .head_wrap .hash {
    font-size: 24px;
  }
}
section ul > li .head_wrap .hash::after {
  content: counter(number, decimal-leading-zero);
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-left: 0.1em;
}
section ul > li .head_wrap .head {
  text-align: center;
  color: #00787e;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 15px;
}
@media all and (min-width: 751px) {
  section ul > li .head_wrap .head {
    letter-spacing: 0.1em;
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  section ul > li .head_wrap .head {
    font-size: 18px;
  }
}
@media all and (max-width: 750px) {
  section ul > li .content {
    border-top: 1px solid #d3e8e9;
    padding-top: 1.4em;
  }
}
@media all and (min-width: 751px) {
  section ul > li .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 1px solid #d3e8e9;
    padding-left: 6%;
  }
}
section ul > li .content p {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.66;
}
@media all and (min-width: 751px) {
  section ul > li .content p {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  section ul > li .content p {
    font-size: 14px;
  }
}
section:nth-child(even) {
  background-color: #f7f7f7;
}
section:nth-child(even) ul > li {
  background-color: #fff;
}
section:nth-child(odd) ul > li {
  background-color: #f7f7f7;
}