#guide-section01 {
  padding-top: 74px;
  padding-bottom: 104px;
  .main_ttl {
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    line-height: 1.6;
    margin-bottom: 65px;
    span {
      color: #333333;
    }
    .sp_none {
      display: none;
    }
    > span {
      font-size: 48px;
      position: relative;
      z-index: 3;
      &:after {
        z-index: -1;
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        left: -2px;
        right: -2px;
        bottom: 2px;
        height: 13px;
        background: #FDD000;
      }
      span {
        font-size: 40px;
      }
    }
  }
  .box {
    background: #f6f6f6;
    padding: 48px 72px 56px;
    border-radius: 16px;
    margin-bottom: 58px;
    
  }
  .ttl01 {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    &:after {
      content: "";
      display: block;
      width: 80px;
      height: 4px;
      margin: 24px auto 0;
      background: #000000;
    }
    .sp_none {
      display: none;
    }
  }
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    li {
      position: relative;
      background: #fff;
      border-radius: 8px;
      counter-increment: mycounter;
      padding: 24px 15px 32px;
      min-height: 180px;
      box-sizing: border-box;
      &:before {
        position: absolute;
        content: counter(mycounter, decimal-leading-zero);
        font-family: "Plus Jakarta Sans", sans-serif;
        color: #AAAAAA;
        font-weight: 700;
        font-size: 80px;
        opacity: 0.1;
        top: 10px;
        left: 12px;
        line-height: 1;
      }
      .tag {
        max-width: fit-content;
        margin: 0 auto 16px;
        background: #FDD000;
        /* color: #fff; */
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 16px;
        height: 37px;
        border-radius: 50px;
      }
      .text {
        font-weight: bold;
        line-height: 1.5;
        /* font-size: 24px; */
        font-size: 20px;
        text-align: center;
      }
      .single_line {
        padding-top: 15px;
      }
    }
  }
  .ttl02 {
    font-weight: bold;
    text-align: center;
    font-size: 48px;
    color: #333;
    padding-top: 1em;
    background: url(../images/common/arrow.svg) no-repeat center top / 56px auto;
    margin-bottom: 24px;
    line-height: 1.2;
    br {
      display: none;
    }
  }
  .text01,
  .text02,
  .text03 {
    text-align: center;
  }
  .text01,
  .text02 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4;
    br {
      display: none;
    }
  }
  .text02 {
    margin-bottom: 20px;
    span {
      position: relative;
      top: 2px;
      display: inline-block;
      line-height: 1;
      margin: 10px 2px 0;
      font-size: 40px;
      background: #FDD000;
      /* color: #fff; */
      border-radius: 4px;
      padding: 4px 4px 10px;
    }
  }
  .text03 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 104px;
  }
  #feature_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 82px 0;
    margin-bottom: 110px;
  }
  .feature {
    padding-right: 660px;
    display: flex;
    align-items: center;
    > div {
      width: 100%;
    }
    .label {
      /* font-family: "Plus Jakarta Sans", sans-serif; */
	    font-family: 'Oswald', sans-serif;
      color: #AAAAAA;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 24px;
      letter-spacing: 0.03em;
    }
    .tag {
      max-width: fit-content;
      background: #FDD000;
      /* color: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 16px;
      height: 37px;
      border-radius: 50px;
      margin-bottom: 8px;
    }
    h3 {
      font-weight: bold;
      font-size: 32px;
      line-height: 1.5;
      letter-spacing: 0.03em;
      margin-bottom: 16px;
    }
    .text {
      line-height: 1.6;
    }
  }
  .feature01 {
    background: url(../images/common/f01.png) no-repeat right center / 600px
      auto;
    min-height: 380px;
  }
  .feature02 {
    background: url(../images/common/f02.png) no-repeat right center / 600px
      auto;
    min-height: 380px;
  }
  .feature03 {
    background: url(../images/common/f03.png) no-repeat right center / 600px
      auto;
    min-height: 380px;
  }
  .feature04 {
    background: url(../images/common/f04.png) no-repeat right center / 600px
      auto;
    min-height: 380px;
  }
  #guide-cta {
    background: url(../images/common/cta_bg.jpg) no-repeat center / cover;
    border-radius: 8px;
    padding: 56px 15px 64px;
    width: 100%;
    box-sizing: border-box;
    .sp_block {
      display: none;
    }
    h2 {
      color: #333333;
      line-height: 1.5;
      text-align: center;
      font-size: 32px;
      margin-bottom: 32px;
    }
    ul {
      display: flex;
      justify-content: center;
      align-items: center;
      /* gap: 16px; */
    }
    .btn01,
    .btn02 {
      position: relative;
      display: block;
      width: 264px;
      height: 64px;
      border-radius: 50px;
      line-height: 1;
      font-weight: bold;
      padding-top: 14px;
      box-sizing: border-box;
      &:before {
        position: absolute;
        content: "";
        display: block;
      }
      span {
        display: block;
        &:first-child {
          font-size: 11px;
          margin-bottom: 6px;
        }
      }
    }
    .btn01 {
      background: #fff url(../images/common/ic_dl.svg) no-repeat center right
        20px / 10px auto;
      padding-left: 72px;
      &:before {
        width: 46px;
        height: auto;
        aspect-ratio: 101/84;
        background: url(../images/common/btn01.png) no-repeat center / cover;
        left: 16px;
        top: 50%;
        transform: translate(0, -50%);
      }
      span {
        &:first-child {
          color: #0b318f;
        }
        &:last-child {
          font-size: 15px;
          color: #0f58d5;
        }
      }
    }
    .btn02 {
      background: #ff4200
        url(https://deepeditor.jp/wp-content/themes/deepeditor_theme/assets/images/top/mv-icon5.svg)
        no-repeat center right 20px / 6px auto;
      padding-left: 84px;
      &:before {
        width: 60px;
        height: auto;
        aspect-ratio: 60/33;
        background: url(../images/common/btn02.png) no-repeat center / cover;
        left: 11px;
        top: 50%;
        transform: translate(0, -50%);
      }
      span {
        &:first-child {
          color: #feedd6;
        }
        &:last-child {
          color: #fff;
          font-size: 14px;
        }
      }
    }
  }
  .arrow01{
    width: 56px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 1023px) {
  #guide-section01 {
    .main_ttl {
      /* font-size: 24px; */
      font-size: 20px;
      > span {
        font-size: 28px;
        span {
          font-size: 24px;
        }
      }
    }
    .ttl01 {
      font-size: 24px;
    }
    .grid {
      grid-template-columns: 1fr;
      li {
        .tag {
          /* font-size: 14px; */
          font-size: 12px;
          letter-spacing: -0.02em;
        }
        .text {
          font-size: 20px;
        }
      }
    }
    .text01,
    .text02 {
      br {
        display: block;
      }
    }
    .ttl02 {
      font-size: 34px;
    }
    .text01,
    .text02 {
      font-size: 24px;
    }
    .text02 {
      span {
        font-size: 30px;
      }
    }
    .text03 {
      font-size: 16px;
    }
    .feature {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      padding-right: 0;
      background-position: center top;
      padding-top: 400px;
      min-height: 0;
      .tag {
        font-size: 14px;
      }
      h3 {
        font-size: 24px;
      }
    }
    #guide-cta {
      h2 {
        font-size: 24px;
      }
    }
        .arrow01{
    width: 32px;
  }
  }

}

@media screen and (max-width: 767px) {
  #guide-section01 {
    padding-top: 60px;
    .main_ttl {
      &:first-line {
        font-size: 20px;
      }
      > span {
        /* font-size: 32px; */
        font-size: 24px;
        &:after {
          bottom: 0;
        }
        span {
          /* font-size: 32px; */
          font-size: 24px;
        }
      }
      .sp_none {
        display: block;
      }
    }
    .box {
      padding: 46px 24px 56px;
      margin-bottom: 48px;
      .ttl01 {
        font-size: 28px;
        &:after {
          width: 48px;
        }
      }
    }
    .grid {
      gap: 16px;
      li {
        min-height: 0;
        padding-bottom: 32px;
        &:before {
          right: 0;
          bottom: 0;
          top: revert;
          left: revert;
        }
        .tag {
          height: 30px;
        }
        .text {
          padding-inline: 13px;
          /* font-size: 18px; */
          font-size: 16px;
          letter-spacing: -0.02em;
          line-height: 1.5;

          .sp_none{
            display: none;
          }
        }
        .single_line {
          padding-top: 0;
        }
      }
    }
    .ttl01 {
      .sp_none {
        display: block;
      }
    }
    .ttl02 {
      font-size: 32px;
      background-size: 32px auto;
      padding-top: 70px;
      br {
        display: block;
      }
    }
    .text01,
    .text02 {
      font-size: 18px;
    }
    .text01 {
      letter-spacing: -0.02em;
    }
    .text02 {
      span {
        font-size: 22px;
        margin-top: 0;
        letter-spacing: -0.02em;
        padding-bottom: 8px;
      }
    }
    .text03 {
      font-size: 14px;
      text-align: left;
      margin-bottom: 64px;
      .sp_none {
        display: none;
      }
    }
    #feature_list {
      gap: 60px;
      margin-bottom: 60px;
    }
    .feature {
      .label {
        margin-bottom: 16px;
      }
      .tag {
        font-size: 12px;
        height: 30px;
      }
      h3 {
        font-size: 20px;
        margin-bottom: 12px;
      }
      .text {
        font-size: 14px;
        letter-spacing: -0.01em;
      }
    }
    .feature01 {
      background: url(../images/common/f01-sp.png) no-repeat center top / 100%
        auto;
      padding-top: calc(227 / 375 * 100vw);
      background-size: contain;
    }
    .feature02 {
      background: url(../images/common/f02-sp.png) no-repeat center top / 100%
        auto;
      background-size: contain;
      padding-top: calc(227 / 375 * 100vw);
    }
    .feature03 {
      background: url(../images/common/f03-sp.png) no-repeat center top / 100%
        auto;
      background-size: contain;
      padding-top: calc(227 / 375 * 100vw);
    }
    .feature04 {
      /* background: url(../images/common/f04_sp.png) no-repeat center top / 100%
        auto; */
      background-size: contain;
      padding-top: calc(227 / 375 * 100vw);
    }
    #guide-cta {
      background-image: url(../images/common/cta_bg_sp.jpg);
      .sp_block {
        display: block;
      }
      h2 {
        font-size: 20px;
      }
      ul {
        flex-wrap: wrap;
      }
    }
  }
}
