<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.p-firststeplist__mv {
  --h: 420;
  position: relative;
  margin-top: calc(196em/16);
  height: calc(var(--h) * 1em/16);
  /* overflow: hidden; */
  &amp;::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    clip-path: polygon(0 0, 100% calc(50/420*100%), 100% 100%, 0 calc(370/420*100%));
  }
  &amp;::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(0 0 0/.1);
    clip-path: polygon(0 calc(50/420*100%), 100% 0, 100% calc(370/420*100%), 0 100%);
    translate: 0 calc(10em/16);
  }
  @media screen and (max-width: 1024px) {
    --h: 600;
  }
  @media screen and (max-width: 880px) {
    --h: 305;
    margin-top: calc(56em/16);
    &amp;::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: #000;
      clip-path: polygon(0 0, 100% calc(17/305*100%), 100% 100%, 0 calc(288/305*100%));
    }
    &amp;::after {
      clip-path: polygon(0 calc(17/305*100%), 100% 0, 100% calc(288/305*100%), 0 100%);
      translate: 0 calc(3em/16);
    }
  }
}
.p-firststeplist__mv-inner {
  background: #fff;
  clip-path: polygon(0 calc(50/420*100%), 100% 0, 100% calc(370/420*100%), 0 100%);
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  @media screen and (max-width: 880px) {
    clip-path: polygon(0 calc(17/305*100%), 100% 0, 100% calc(288/305*100%), 0 100%);
  }
}
.p-firststeplist__mvTxt {
  --pb: 88;
  position: relative;
  z-index: 1;
  padding-bottom: calc(var(--pb) * 1em/16);
  @media screen and (max-width: 1024px) {
    --pb: 220;
  }
  @media screen and (max-width: 880px) {
    --pb: 55;
  }
}
.p-firststeplist__mvTxtTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(46em/16);
  @media screen and (max-width: 880px) {
    margin-bottom: calc(24em/16);
  }
  &amp; .main {
    --mb: 18;
    --w: 518;
    margin-bottom: calc(var(--mb) * 1em/16);
    width: calc(var(--w) * 1em/16);
    @media screen and (max-width: 880px) {
      --mb: 16;
      --w: 340;
    }
  }
  &amp; .sub {
    --labeltitle-fs: 22;
    --labeltitle-ls: 0.05;
    --labeltitle-pt: 5;
    --labeltitle-pb: 7;
    --labeltitle-plr: 50;
    @media screen and (max-width: 880px) {
      --labeltitle-fs: 17;
      --labeltitle-plr: 12;
    }
  }
}
.p-firststeplist__mvChar {
  position: absolute;
  inset: 0;
  @media screen and (max-width: 1024px) {
    font-size: .9em;
  }
  @media screen and (max-width: 880px) {
    font-size: 1em;
  }
}
.p-firststeplist__mvCharList {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 100%;
  &amp; .item {
    --img-w: 1;
    --img-mb: 0;
    --fukidashi-w: 1;
    --fukidashi-mb: 0;
    display: flex;
    align-items: flex-end;
    &amp;.is-kokky {
      --img-w: 218;
      --img-mb: 8;
      --fukidashi-w: 311;
      --fukidashi-ml: -185;
      --fukidashi-mb: 172;
      flex-direction: row-reverse;
      margin-right: calc(-70em/16);
    }
    &amp;.is-hajime {
      --img-w: 148;
      --img-mb: -40;
      --fukidashi-w: 175;
      --fukidashi-mr: -66;
      --fukidashi-mb: 190;
    }
    @media screen and (max-width: 880px) {
      &amp;.is-kokky {
        --img-w: 98;
        --img-mb: -8;
        --fukidashi-w: 114;
        --fukidashi-ml: -96;
        --fukidashi-mb: 81;
        flex-direction: row-reverse;
        margin-right: calc(-39em/16);
      }
      &amp;.is-hajime {
        --img-w: 67;
        --img-mb: -25;
        --fukidashi-w: 86;
        --fukidashi-mr: -26;
        --fukidashi-mb: 95;
        margin-left: calc(-38em/16);
      }
    }
  }
  &amp; .item__fukidashi {
    margin-bottom: calc(var(--fukidashi-mb) * 1em/16);
    width: calc(var(--fukidashi-w) * 1em/16);
    .p-firststeplist__mvCharList .item.is-kokky &amp; {
      margin-left: calc(var(--fukidashi-ml) * 1em/16);
    }
    .p-firststeplist__mvCharList .item.is-hajime &amp; {
      margin-right: calc(var(--fukidashi-mr) * 1em/16);
    }
  }
  &amp; .item__img {
    margin-bottom: calc(var(--img-mb) * 1em/16);
    width: calc(var(--img-w) * 1em/16);
  }
}</pre></body></html>