.section01 {
  & .inner {
    height: 48.875rem;
  }
  & .c-text-middle {
    line-height: 1.5;
    width: 26.5625rem;
    padding-left: 1.875rem;
  }

  & .wrap01 {
    padding: 3.125rem 0 6.25rem;
  }

  & .wrap02 {
    gap: 0.9375rem;
    display: flex;
  }

  & .text01 {
    font-weight: 600;
  }

  & .swiper-slide {
    width: 14.0625rem !important;
    height: 11.25rem !important;
    overflow: hidden;
    border-radius: 0.625rem;
  }

  & .img01 {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width: 768px) {
  .section01 {
    & .inner {
      flex-direction: column;
      height: auto;
      padding-bottom: 10.24rem;
    }

    & .c-text-middle {
      width: 95.29%;
      margin: 0 auto;
      padding-left: 0;
    }

    & .wrap01 {
      padding: 3.84rem 0 5.12rem;
    }

    & .wrap02 {
      flex-direction: column;
      gap: 1.28rem;
    }

    & .swiper-slide {
      width: 20.736rem !important;
      height: 16.64rem !important;
      border-radius: 0.64rem;
    }

    & .swiper {
      width: 100vw;
      margin: 0 calc(50% - 50vw);
    }
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}


.section02 {
  & .list01 {
    gap: 2.5rem 1.5625rem;
    margin-bottom: 2.3125rem;
  }

  & .item01 {
    width: calc((100% - 1.5625rem * 2) / 3);
  }

  .c-text-middle {
    font-size: 1.25rem;
    text-align: center;
  }

  & .text02 {
    font-size: 1rem;
  }

  & .img01 {
    width: 100%;
    border-radius: 0.625rem;
    overflow: hidden;
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 768px) {
  .section02 {
    & .list01 {
      gap: 3.2rem 1.536rem;
      margin-bottom: 3.84rem;
    }

    & .item01 {
      width: calc((100% - 1.536rem) / 2);
    }

    .c-text-middle {
      font-size: 1.792rem;
    }

    & .text02 {
      font-size: 1.536rem;
    }

    & .img01 {
      border-radius: 0.64rem;
      margin-bottom: 1.28rem;
    }
  }
}

.section03 {
  & .list01 {
    gap: 1.875rem;
  }

  & .item01 {
    max-width: 27.5rem;
    gap: 1.25rem;
  }
  & .wrap02{
    width: 100%;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  & .text01 {
    font-size: 1.625rem;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0.3125rem;
  }

  & .img01 {
    width: 8.125rem;
  }
}

@media (max-width: 768px) {
  .section03 {
    & .list01 {
      gap: 3.84rem;
    }

    & .item01 {
      max-width: 100%;
      gap: 1.92rem;
    }

    & .text01 {
      font-size: 2.56rem;
      margin-bottom: 0.64rem;
    }

    & .img01 {
      width: 12.8rem;
    }
  }
}

.section04 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.125rem 0;

  & .wrap01 {
    max-width: 52.875rem;
    width: 100%;
    margin: 0 auto;
    padding: 1.875rem;
  }

  & .link01 {
    max-width: 18.75rem;
    width: 100%;
    margin: 1rem auto 0;
    padding: 0.9375rem 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.12em;
    position: relative;

    &::after {
      position: absolute;
      content: "";
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      right: 1.25rem;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      width: 0.625rem;
      height: 0.75rem;
    }
  }
  & .c-title {
    margin-bottom: 1.5rem;
  }
  & .c-heading01 {
    font-size: 3.25rem;
  }
  & .c-text01 {
    padding: 0;
    text-align: center;
    font-size: 1rem;
  }
  & .c-text-middle {
    font-size: 1rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .section04 {
    padding: 6.4rem 0;

    & .wrap01 {
      max-width: 108.288rem;
      padding: 3.84rem;
    }

    & .texts01 {
      width: 100%;
    }

    & .link01 {
      max-width: 100%;
      margin: 1rem auto 0;
      padding: 1.92rem;
      font-size: 2.048rem;

      &::after {
        right: 1.92rem;
        width: 1.28rem;
        height: 1.536rem;
      }
    }
    & .c-title {
      margin-bottom: 2rem;
    }
    & .c-heading01 {
      font-size: 4rem;
    }
    & .c-text01 {
      font-size: 2rem;
    }
    & .c-text-middle {
      font-size: 2rem;
    }
  }
}

.section04{
  background-image: url(../img/top/section04_background.png);
  & .wrap01{
    background: rgba(249, 249, 249, 0.95);
  }
  & .link01 {
    background: #C83337;
    &::after {
      background: #F9F9F9;
    }
  }
}
@media (max-width: 768px) {
  .section04{
    background-image: url(../img/top/section04_background-sp.png);
  }
}