.content01{
  padding: 1.875rem 0 5.625rem;
  border-bottom: 1px solid var(--shadowBlue);
  & .inner{
    gap: 2.8125rem;
  }
  & .left{
    width: 27rem;
    position: relative;
    & .wrap01{
      margin-bottom: 1rem;
    }
    & .item01 img{
      border-radius: 0.625rem;
      border: 1px solid var(--shadowBlue);
    }
    & .item02 img{
      border-radius: 0.1875rem;
      border: 1px solid var(--shadowBlue);
    }
    & .slider-thumbnail .swiper-slide {
      opacity: .5;
      transition: opacity .5s;
      width: calc((100% - 0.625rem * 4) / 5) !important;
      margin-right: 0.625rem;
    }
    & .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
      opacity: 1;
    }
    & .swiper-button-prev,
    & .swiper-button-next{
      width: 2.1875rem !important;
      height: 2.1875rem !important;
    }
    & .swiper-button-prev{
      top: auto !important;
      bottom: 5.625rem;
      left: 0.625rem !important;
    }
    & .swiper-button-next {
      top: auto !important;
      bottom: 5.625rem;
      right: 0.625rem !important;
    }
    & .swiper-button-next::after,
    & .swiper-button-prev::after {
      content: "" !important;
      background-image: url(../img/common/btn_icon01.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 2.1875rem !important;
      height: 2.1875rem !important;
    }
    & .swiper-button-prev::after{
      transform: rotate(180deg);
    }
    & .text01{
      font-size: 1rem;
      background: var(--mainBlue);
      color: white;
      position: absolute;
      right: 0.75rem;
      top: 0.75rem;
      padding: 0.3125rem 0.75rem;
      border-radius: 0.3125rem;
      z-index: 50;
    }
  }
  & .right{
    flex: 1;
    & .wrap01{
      gap: 1rem;
      margin-bottom: 2.1875rem;
    }
    & .texts01,
    & .texts02{
      border-radius: 0.625rem;
    }
    & .texts01{
      margin-bottom: 1rem;
      padding: 1.3rem 1.5rem;
    }
    & .texts02{
      width: calc((100% - 1rem) / 2);
      padding: 1.25rem 0 0.75rem;
    }
    & .title01{
      font-size: 1.875rem;
      letter-spacing: 0.12em;
      word-break: break-all;
      margin-bottom: 1.5625rem;
    }
    & .heading01{
      font-size: 1.25rem;
      margin-bottom: 0.3rem;
    }
    & .heading02{
      font-size: 1rem;
      letter-spacing: 0.1em;
      color: var(--mainBlack);
      text-align: center;
      font-weight: 500;
      margin-bottom: 0.6rem;
    }
    & .text01{
      color: var(--mainBlack);
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.5;
    }
    & .text02{
      font-size: 2.5rem;
      line-height: 0.9;
      letter-spacing: 0.03em;
      text-align: center;
      font-weight: 700;
      & .small{
        font-size: 1.25rem;
      }
    }
    & .text03{
      font-size: 1.25rem;
      letter-spacing: 0;
      text-align: center;
      margin-bottom: 0.3125rem;
    }
    & .c-btn{
      font-size: 1.25rem;
      text-align: center;
      padding: 1.09375rem 1.25rem;
    }
  }
}
.content02{
  padding: 3.75rem 0 9.375rem;
  & .title01{
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 2.375rem;
  }
}

@media screen and (max-width: 768px) {
  .content01 {
    padding: 3.2rem 0 9.6rem;
    border-bottom: 1px solid var(--shadowBlue);
    & .inner {
      flex-direction: column;
      gap: 2rem;
    }
    & .left {
      width: 100%;
      & .wrap01 {
        margin-bottom: 1.5rem;
      }
      & .item01 img {
        border-radius: 1.024rem;
        border: 1px solid var(--shadowBlue);
      }
      & .item02 img {
        border-radius: 0.384rem;
        border: 1px solid var(--shadowBlue);
      }
      & .slider-thumbnail .swiper-slide {
        width: calc((100% - 1rem * 4) / 5) !important;
        margin-right: 1rem;
      }
      & .swiper-button-next,
      & .swiper-button-prev {
        width: 4rem !important;
        height: 4rem !important;
      }
      & .swiper-button-prev {
        bottom: 8.96rem;
        left: 1.28rem !important;
      }
      & .swiper-button-next {
        bottom: 8.96rem;
        right: 1.28rem !important;
      }
      & .swiper-button-next::after,
      & .swiper-button-prev::after {
        width: 4rem !important;
        height: 4rem !important;
      }
      & .text01{
        font-size: 1.792rem;
        right: 1.35rem;
        top: 1.35rem;
        padding: 0.64rem 1.536rem;
        border-radius: 0.512rem;
      }
    }
    & .right {
      & .wrap01 {
        gap: 1rem;
        margin-bottom: 3rem;
      }
      & .texts01,
      & .texts02 {
        border-radius: 1.024rem;
      }
      & .texts01 {
        margin-bottom: 1rem;
        padding: 1.5rem 1.75rem;
      }
      & .texts02 {
        width: calc((100% - 1rem) / 2);
        padding: 1.65rem 0 1.2rem;
      }
      & .title01 {
        font-size: 2.816rem;
        margin-bottom: 2rem;
      }
      & .heading01 {
        font-size: 2.304rem;
        margin-bottom: 0.5rem;
      }
      & .heading02 {
        font-size: 1.792rem;
        margin-bottom: 1rem;
      }
      & .text01 {
        font-size: 1.792rem;
      }
      & .text02 {
        font-size: 3.584rem;
        letter-spacing: -0.0075em;
        & .small {
          font-size: 1.792rem;
        }
      }
      & .text03 {
        font-size: 2.048rem;
        margin-bottom: 0.64rem;
      }
      & .c-btn {
        font-size: 2.048rem;
        padding: 1.536rem 2.176rem;
      }
    }
  }
  .content02 {
    padding: 4.48rem 0 9.6rem;
    & .title01 {
      font-size: 2.56rem;
      margin-bottom: 2.5rem;
    }
  }
}

.swiper-slide-prev img,
.swiper-backface-hidden.swiper-slide img{
  aspect-ratio: 1.25 / 1 !important;
}