@charset "UTF-8";
#speech_slide_02 {
  width: 100%;
  padding: 10px 0;
}

#speech_slide_02 .swiper.speech_swiper_02 {
  user-select: none;
  width: 100%;
  height: 700px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#speech_slide_02 .swiper.speech_swiper_02 .swiper-slide {
  width: 100%;
  height: 80%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 150px;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

#speech_slide_02 .swiper.speech_swiper_02 .swiper-slide img {
  margin: 0 auto;
}

#speech_slide_02 .swiper-pagination {
  display: none;
}

#speech_slide_02 .mobile_view {
  display: none;
}

@media screen and (max-width: 1023px) {
  #speech_slide_02 {
    width: 100%;
    position: absolute;
    top: 28%;
  }

  #speech_slide_02 .swiper.speech_swiper_02 {
    width: 85%;
    height: 90vw;
  }

  #speech_slide_02 .swiper.speech_swiper_02 .swiper-slide {
    width: 80%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    overflow: visible;
  }

  #speech_slide_02 .pc_view {
    display: none;
  }

  #speech_slide_02 .mobile_view {
    display: block;
    width: 100%;
    height: auto;
  }
}
