<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__step01BodyCase01 {
  &amp; .body__list {
    margin: calc(84em/16) calc(-90/900*100%) 0;
    @media screen and (max-width: 880px) {
      margin: calc(36em/16) calc(-20/320*100%) 0;
    }
  }
  &amp; .body__listBlock {
    --graylist-pt: 64;
    --graylist-pb: 64;
    &amp; + &amp; {
      margin-top: calc(20em/16);
    }
    &amp;:where(:nth-child(1)) {
      --graylist-title-mbmax: 72;
      --graylist-title-mbmin: 30;
      --graylist-borderimg-mt: 56;
      --graylist-borderimg-mb: 72;
    }
    &amp;:where(:nth-child(2)) {
      --graylist-title-mbmax: 60;
      --graylist-title-mbmin: 25;
    }
    @media screen and (max-width: 880px) {
      --graylist-pt: 35;
      --graylist-pb: 30;
      &amp;:where(:nth-child(1)) {
        --graylist-borderimg-mt: 25;
        --graylist-borderimg-mb: 30;
      }
      /* &amp;:where(:nth-child(2)) {
        --graylist-borderimg-mt: 40;
        --graylist-borderimg-mb: 40;
      } */
    }
  }
  &amp; .body__listBlockTxt {
    --sentence-letter-spacing: .06;
    :where(.p-trademethod__step01BodyCase01 .body__listBlock:nth-child(2)) &amp; {
      text-align: center;
      @media screen and (max-width: 1024px) {
        text-align: justify;
      }
    }
  }
  &amp; .body__listBlockOrder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(56em/16);
    @media screen and (max-width: 1280px) {
      font-size: calc(16/1280*90vw);
    }
    @media screen and (max-width: 1024px) {
      flex-wrap: wrap;
      justify-content: center;
      gap: calc(24em/16);
      font-size: 1em;
    }
    @media screen and (max-width: 880px) {
      margin-bottom: calc(36em/16*2);
      gap: calc(22em/16);
      font-size: .5em;
    }
  }
  &amp; .body__listBlockOrderItem {
    &amp;:where(:not(:last-child)) {
      position: relative;
      display: flex;
      align-items: center;
      gap: calc(12em/16);
      &amp;::after {
        content: '';
        display: block;
        width: calc(23em/16);
        height: calc(20em/16);
        background-image: url('/image/feature/fx/beginner/common/arrow-pixel-right-2x.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
      }
    }
    @media screen and (max-width: 1024px) {
      font-size: min(1em, calc(16/950*100vw));
      &amp;:where(:nth-child(2n+1)) {
        gap: calc(24em/16);
        &amp;::after {
          width: calc(34em/16);
          height: calc(29em/16);
        }
      }
      &amp;:where(:nth-child(2n)) {
        gap: 0;
        &amp;::after {
          content: none;
        }
      }
      &amp;:where(:nth-child(n+3)) {
        margin-top: calc(40em/16);
      }
    }
    @media screen and (max-width: 880px) {
      gap: calc(22em/16);
      font-size: 1em;
    }
  }
  &amp; .body__listBlockOrderItem-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(190em/16);
    height: calc(120em/16);
    background-color: #fff;
    border-radius: calc(10em/16);
    overflow: hidden;
    @media screen and (max-width: 1024px) {
      width: calc(280em/16);
      height: calc(190em/16);
    }
  }
  &amp; .body__listBlockOrderItemNum {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: calc(6em/22);
    width: calc(45em/22);
    height: calc(45em/22);
    font-size: calc(22em/16);
    letter-spacing: 0.06em;
    color: var(--yellow-color02);
    background-color: var(--main-color);
    border-radius: calc(10em/22) 0 calc(30em/22) 0;
    overflow: hidden;
    @media screen and (max-width: 1024px) {
      font-size: calc(22em/16*1.6);
    }
  }
  &amp; .body__listBlockOrderItemTxt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(6em/16);
  }
  &amp; .body__listBlockOrderItemTxtLine {
    text-align: center;
    line-height: 1.4;
    padding: 0 .5em;
    font-size: calc(18em/16);
    letter-spacing: 0.06em;
    word-break: keep-all;
    &amp;.is-small {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      line-height: 1.2;
      font-size: calc(14em/16);
      &amp;::before,
      &amp;::after {
        position: absolute;
        font-size: calc(30em/14);
        font-weight: 300;
        color: #cbcbcb;
      }
      &amp;::before {
        content: '（';
        left: calc(-18em/30);
      }
      &amp;::after {
        content: '）';
        right: calc(-18em/30);
      }
    }
    &amp;.is-nospace {
      letter-spacing: 0;
    }
    @media screen and (max-width: 1024px) {
      font-size: calc(32em/16);
      &amp;.is-small {
        font-size: calc(22em/16);
      }
    }
  }
  &amp; .body__listBlockImg {
    --borderimg-mt: 56;
    --borderimg-mb: 72;
    @media screen and (max-width: 880px) {
      --borderimg-mt: 30;
      --borderimg-mb: 30;
    }
  }
  &amp; .body__listBlockLink {
    &amp; .c-btn {
      --btn-w: 434;
      --btn-h: 94;
      --btn-gap: 12;
      --btn-fs-max: 24;
      --btn-fs-min: 18;
      --btn-ls: 0.03;
      --btn-outer-border-w: 2;
      margin: 0 auto;
      @media screen and (max-width: 880px) {
        --btn-w: 300;
        --btn-h: 70;
        --btn-gap: 8;
        --btn-outer-border-color: #000;
      }
    }
  }
  &amp; .body__listBlockBox {
    position: relative;
    z-index: 1;
    margin-top: calc(50em/16);
    border: calc(2em/16) solid;
    border-radius: calc(10em/16);
    overflow: hidden;
    filter: drop-shadow(0 calc(6em/16) 0 rgb(0 0 0 /.2));
    @media screen and (max-width: 880px) {
      margin-top: calc(25em/16);
      border: calc(1em/16) solid;
      border-radius: calc(5em/16);
      filter: drop-shadow(0 calc(3em/16) 0 rgb(0 0 0 /.2));
    }
    &amp; + &amp; {
      margin-top: calc(40em/16);
    }
  }
  &amp; .body__listBlockBoxTitle {
    padding: calc(12em/16) 1em;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.06em;
    background-color: var(--yellow-color02);
    border-bottom: calc(2em/16) solid;
    @media screen and (max-width: 880px) {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: calc(12em/13) 1em;
      font-size: calc(13em/16);
      border-bottom: calc(1em/16) solid;
    }
  }
  &amp; .body__listBlockBoxBody {
    padding: calc(40em/16) 0;
    background-color: #fff;
    @media screen and (max-width: 880px) {
      :where(.p-trademethod__step01BodyCase01 .body__listBlock:nth-child(1)) &amp; {
        padding: calc(20em/16) 0 calc(30em/16);
      }
      :where(.p-trademethod__step01BodyCase01 .body__listBlock:nth-child(2)) &amp; {
        padding: calc(25em/16) 0 calc(36em/16);
      }
    }
  }
  &amp; .body__listBlockBoxBody-inner {
    margin-inline: auto;
    width: calc(800/900*100%);
    @media screen and (max-width: 880px) {
      width: calc(231/320*100%);
    }
  }
  &amp; .body__listBlockBoxBodyTxt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(36em/16);
    @media screen and (max-width: 1280px) {
      gap: calc(24em/16);
    }
    @media screen and (max-width: 1024px) {
      flex-direction: column;
    }
    @media screen and (max-width: 880px) {
      gap: calc(12em/13);
      font-size: calc(13em/16);
    }
  }
  &amp; .body__listBlockBoxBodyTxtLine {
    letter-spacing: 0.06em;
    &amp;:nth-child(1),
    &amp;:nth-child(3) {
      padding: calc(12em/16) calc(40em/16);
      background-color: #e7e7e7;
      border-radius: 100vmax;
      @media screen and (max-width: 880px) {
        padding: calc(8em/13) calc(25em/13);
      }
    }
  }
  &amp; .body__listBlockBoxBodyOrder {
    display: flex;
    justify-content: center;
    gap: calc(16em/16);
    @media screen and (max-width: 1280px) {
      gap: calc(8em/16);
      font-size: min(1em, calc(16/1150*90vw));
    }
    @media screen and (max-width: 1024px) {
      flex-direction: column;
      align-items: center;
      gap: calc(24em/16);
      font-size: 1em;
    }
    @media screen and (max-width: 880px) {
      gap: calc(12em/16);
    }
  }
  &amp; .body__listBlockBoxBodyOrderItem {
    flex-shrink: 0;
    height: auto;
    @media screen and (max-width: 880px) {
      width: 100%;
    }
    &amp;:where(:not(:last-child)) {
      position: relative;
      display: flex;
      align-items: center;
      gap: calc(16em/16);
      &amp;::after {
        content: '';
        display: block;
        width: calc(23em/16);
        height: calc(20em/16);
        background-image: url('/image/feature/fx/beginner/common/arrow-pixel-right-2x.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
      }
      @media screen and (max-width: 1280px) {
        gap: calc(8em/16);
      }
      @media screen and (max-width: 1024px) {
        flex-direction: column;
        align-items: center;
        gap: calc(24em/16);
        &amp;::after {
          width: calc(34em/16);
          height: calc(29em/16);
          rotate: 90deg;
        }
      }
      @media screen and (max-width: 880px) {
        gap: calc(12em/16);
        &amp;::after {
          width: calc(34em/16*.5);
          height: calc(29em/16*.5);
          rotate: 90deg;
        }
      }
    }
  }
  &amp; .body__listBlockBoxBodyOrderItem-inner {
    flex-shrink: 0;
    position: relative;
    padding: calc(36em/16) calc(25em/16);
    width: calc(230em/16);
    height: 100%;
    background-color: #efefef;
    border-radius: calc(10em/16);
    overflow: hidden;
    @media screen and (max-width: 1024px) {
      padding: calc(48em/16) calc(42/462*100%) calc(36em/16);
      width: calc(462em/16);
    }
    @media screen and (max-width: 880px) {
      padding: calc(24em/16) calc(21/231*100%) calc(18em/16);
      width: 100%;
      border-radius: calc(5em/16);
    }
  }
  &amp; .body__listBlockBoxBodyOrderItemNum {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: calc(4em/22);
    width: calc(48em/22);
    height: calc(48em/22);
    font-size: calc(22em/16);
    letter-spacing: 0.06em;
    color: var(--yellow-color02);
    background-color: var(--main-color);
    border-radius: 0 0 calc(30em/22) 0;
    @media screen and (max-width: 880px) {
      padding-right: calc(2em/18);
      width: calc(36em/18);
      height: calc(36em/18);
      font-size: calc(18em/16);
      border-radius: 0 0 calc(15em/18) 0;
    }
  }
  &amp; .body__listBlockBoxBodyOrderItemTitle {
    text-align: center;
    letter-spacing: 0.06em;
    @media screen and (max-width: 880px) {
      font-size: calc(13em/16);
    }
  }
  &amp; .body__listBlockBoxBodyOrderItemImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 180/100;
    @media screen and (max-width: 1024px) {
      aspect-ratio: 378/100;
    }
    &amp; img {
      --w: 1;
      width: calc(var(--w)/180*100%);
      :where(.p-trademethod__step01BodyCase01 .body__listBlockBoxBodyOrderItem:nth-child(1)) &amp; {
        --w: 59;
      }
      :where(.p-trademethod__step01BodyCase01 .body__listBlockBoxBodyOrderItem:nth-child(2)) &amp; {
        --w: 82;
        margin-left: calc(8/180*100%);
      }
      :where(.p-trademethod__step01BodyCase01 .body__listBlockBoxBodyOrderItem:nth-child(3)) &amp; {
        --w: 82;
        margin-left: calc(30/180*100%);
      }
      @media screen and (max-width: 1024px) {
        width: calc(var(--w)/378*100%);
        :where(.p-trademethod__step01BodyCase01 .body__listBlockBoxBodyOrderItem:nth-child(2)) &amp; {
          --w: 82;
          margin-left: 0;
        }
        :where(.p-trademethod__step01BodyCase01 .body__listBlockBoxBodyOrderItem:nth-child(3)) &amp; {
          --w: 82;
          margin-left: calc(12/378*100%);
        }
      }
    }
  }
  &amp; .body__listBlockBoxBodyOrderItemTxt {
    text-align: justify;
    line-height: 1.5;
    font-size: calc(14em/16);
    letter-spacing: 0.06em;
    @media screen and (max-width: 1024px) {
      margin: 0 auto;
      width: fit-content;
    }
    @media screen and (max-width: 880px) {
      font-size: calc(12em/16);
    }
  }
}
.p-trademethod__step01BodyCase02 {
  &amp; .order {
    display: flex;
    justify-content: center;
    gap: calc(18em/16);
    margin-top: calc(48em/16);
    @media screen and (max-width: 1280px) {
      gap: calc(8em/16);
      font-size: min(1em, calc(16/1200*90vw));
    }
    @media screen and (max-width: 1024px) {
      flex-direction: column;
      align-items: center;
      gap: calc(24em/16);
      font-size: 1em;
    }
    @media screen and (max-width: 880px) {
      align-items: center;
      gap: calc(12em/16);
      margin: calc(28em/16) auto 0;
      width: calc(231/360*100%);
    }
  }
  &amp; .order__item {
    flex-shrink: 0;
    height: auto;
    @media screen and (max-width: 880px) {
      width: 100%;
    }
    &amp;:where(:not(:last-child)) {
      position: relative;
      display: flex;
      align-items: center;
      gap: calc(18em/16);
      &amp;::after {
        content: '';
        display: block;
        width: calc(23em/16);
        height: calc(20em/16);
        background-image: url('/image/feature/fx/beginner/common/arrow-pixel-right-2x.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
      }
      @media screen and (max-width: 1280px) {
        gap: calc(8em/16);
      }
      @media screen and (max-width: 1024px) {
        flex-direction: column;
        align-items: center;
        gap: calc(24em/16);
        &amp;::after {
          width: calc(34em/16);
          height: calc(29em/16);
          rotate: 90deg;
        }
      }
      @media screen and (max-width: 880px) {
        gap: calc(12em/16);
        &amp;::after {
          width: calc(34em/16*.5);
          height: calc(29em/16*.5);
          rotate: 90deg;
        }
      }
    }
  }
  &amp; .order__item-inner {
    flex-shrink: 0;
    position: relative;
    padding: calc(48em/16) 0;
    width: calc(260em/16);
    height: 100%;
    background-color: #efefef;
    border-radius: calc(10em/16);
    overflow: hidden;
    @media screen and (max-width: 1024px) {
      width: calc(462em/16);
    }
    @media screen and (max-width: 880px) {
      padding: calc(24em/16) calc(21/231*100%) calc(18em/16);
      width: 100%;
      border-radius: calc(5em/16);
    }
  }
  &amp; .order__itemNum {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: calc(4em/22);
    width: calc(45em/22);
    height: calc(45em/22);
    font-size: calc(22em/16);
    letter-spacing: 0.06em;
    color: var(--yellow-color02);
    background-color: var(--main-color);
    border-radius: 0 0 calc(30em/22) 0;
    @media screen and (max-width: 880px) {
      padding-right: calc(2em/18);
      width: calc(36em/18);
      height: calc(36em/18);
      font-size: calc(18em/16);
      border-radius: 0 0 calc(15em/18) 0;
    }
  }
  &amp; .order__itemTxt {
    text-align: center;
    font-size: calc(18em/16);
    letter-spacing: 0.06em;
    @media screen and (max-width: 880px) {
      font-size: calc(13em/16);
    }
  }
  &amp; .link {
    margin-top: calc(40em/16);
    @media screen and (max-width: 880px) {
      margin-top: calc(35em/16);
    }
    &amp; .c-btn {
      --btn-w: 434;
      --btn-h: 94;
      --btn-gap: 12;
      --btn-fs-max: 24;
      --btn-fs-min: 18;
      --btn-outer-border-w: 2;
      --btn-ls: 0.03;
      margin: 0 auto;
      @media screen and (max-width: 880px) {
        --btn-w: 300;
        --btn-h: 70;
        --btn-gap: 8;
        --btn-outer-border-color: #000;
      }
    }
  }
}
.p-trademethod__step01OutroTitle {
  --outrotitle-w: 491;
}
.p-trademethod__step01OutroTxt {
  margin: 0 auto;
  width: min(calc(900/var(--section-width)*100%), calc(900em/18));
  text-align: justify;
  line-height: 1.8;
  font-size: calc(18em/16);
  letter-spacing: 0.06em;
  @media screen and (max-width: 880px) {
    width: 100%;
    line-height: 1.6;
    font-size: calc(16em/16);
  }
}
.p-trademethod__step01OutroCta {
  --cta-pt: 45;
  --cta-pb: 58;
  margin: calc(76em/16) auto 0;
  width: calc(var(--cta-width)/var(--section-width)*100%);
  @media screen and (max-width: 880px) {
    --cta-pt: 50;
    --cta-pb: 36;
    margin: calc(30em/16) auto 0;
    width: calc(330/360*100%);
  }
  &amp; .block__btn {
    &amp; .c-btn {
      --btn-outer-border-w: 2;
      @media screen and (max-width: 880px) {
        --btn-outer-border-w: 2.5;
      }
    }
  }
}</pre></body></html>