<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-trademethod__mv {
  --h: 422;
  height: calc(var(--h) * 1em/16);
  position: relative;
  overflow: hidden;
  &amp;::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    clip-path: polygon(0 0, 100% calc(48/422*100%), 100% 100%, 0 calc(374/422*100%));
  }
  @media screen and (max-width: 1024px) {
    --h: 380;
  }
  @media screen and (max-width: 880px) {
    --h: 320;
    &amp;::before {
      clip-path: polygon(0 0, 100% calc(15/320*100%), 100% 100%, 0 calc(305/320*100%));
    }
  }
}
.p-trademethod__mv-inner {
  background-color: var(--yellow-color);
  clip-path: polygon(0 calc(48/422*100%), 100% 0, 100% calc(374/422*100%), 0 100%);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  @media screen and (max-width: 880px) {
    clip-path: polygon(0 calc(24/320*100%), 100%  calc(10/320*100%), 100% calc(296/320*100%), 0 calc(310/320*100%));
  }
}
.p-trademethod__mvTxt {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: calc(25/var(--section-width)*100%);
  @media screen and (max-width: 880px) {
    padding: 0 0 calc(40/400*100%);
  }
}
.p-trademethod__mvTxtTitle {
  width: calc(456em/16);
  @media screen and (max-width: 880px) {
    width: calc(295em/16);
  }
}
.p-trademethod__mvTxtCrumb {
  margin-top: calc(30em/16);
  @media screen and (max-width: 880px) {
    margin-top: calc(15em/16);
  }
}
.p-trademethod__mvImg {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  gap: calc(954em/16);
  @media screen and (max-width: 1280px) {
    gap: min(calc(954em/16), calc(954/1280*90vw));
    font-size: max(.9em, calc(16/1280*90vw));
  }
  @media screen and (max-width: 1024px) {
    gap: min(calc(912em/16), calc(912/1280*90vw));
    font-size: calc(16/1024*75vw);
  }
  @media screen and (max-width: 880px) {
    justify-content: space-between;
    gap: 0;
    font-size: 1em;
  }
}
.p-trademethod__mvImgRight {
  position: relative;
  margin-right: calc(-21/var(--section-width)*100%);
  margin-bottom: calc(-28em/16);
  @media screen and (max-width: 1024px) {
    margin-right: calc(20/var(--section-width)*100%);
  }
  @media screen and (max-width: 880px) {
    margin-bottom: calc(-15em/16);
    margin-right: calc(8/360*100%);
  }
  &amp; .fukidashi {
    position: absolute;
    top: calc(-206em/16);
    left: calc(-112em/16);
    width: calc(218em/16);
    @media screen and (max-width: 1024px) {
      top: calc(-276em/16);
      left: calc(68em/16);
    }
    @media screen and (max-width: 880px) {
      top: calc(-112em/16);
      left: auto;
      right: calc(-40em/16);
      width: calc(108em/16);
    }
  }
  &amp; .hajime {
    position: absolute;
    bottom: calc(168em/16);
    left: calc(64em/16);
    width: calc(115em/16);
    @media screen and (max-width: 880px) {
      bottom: calc(168em/16*.5);
      left: calc(64em/16*.5);
      width: calc(115em/16*.5);
    }
  }
  &amp; .table {
    position: relative;
    z-index: 1;
    width: calc(244em/16);
    @media screen and (max-width: 880px) {
      width: calc(244em/16*.5);
    }
  }
}
.p-trademethod__mvImgLeft {
  position: relative;
  margin-bottom: calc(-22em/16);
  margin-left: calc(-132/var(--section-width)*100%);
  @media screen and (max-width: 880px) {
    margin-bottom: calc(-2em/16);
    margin-left: calc(-35/360*100%);
  }
  &amp; .person {
    --mb: 0;
    --mr: 0;
    --w: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto calc(var(--mr)/153*100%) calc(var(--mb)/153*100%) auto;
    width: calc(var(--w) * 1em/16);
    &amp;.is-d {
      --w: 153;
      position: relative;
      z-index: 3;
      margin: 0;
    }
    &amp;.is-c {
      --mb: -2;
      --mr: -107;
      --w: 140;
      z-index: 2;
    }
    &amp;.is-a {
      --mb: -5;
      --mr: -200;
      --w: 153;
      z-index: 1;
    }
    &amp;.is-b {
      --mb: -2;
      --mr: -329;
      --w: 174;
    }
    @media screen and (max-width: 880px) {
      margin: auto calc(var(--mr)/153*100%) calc(var(--mb)/153*100%) auto;
      width: calc(var(--w) * .49em/16);
    }
  }
  &amp; .txt {
    position: absolute;
    z-index: 2;
    animation-play-state: paused;
    .p-trademethod__mv.is-finished &amp; {
      animation-play-state: running;
    }
    @media (scripting: none) {
      animation-play-state: running;
    }
    &amp;:nth-of-type(1) {
      top: calc(-59em/22);
      right: calc(-80em/22);
      font-size: calc(22em/16);
      @media screen and (max-width: 880px) {
        top: calc(-28em/11);
        right: calc(-5em/11);
        font-size: calc(22em/16*.5);
      }
    }
    &amp;:nth-of-type(2) {
      top: calc(-28em/18);
      right: calc(-200em/18);
      font-size: calc(18em/16);
      animation-delay: 1s;
      @media screen and (max-width: 880px) {
        top: calc(-13em/9);
        right: calc(-42em/9);
        font-size: calc(18em/16*.5);
      }
    }
  }
}</pre></body></html>