.swiper {
  width: 100%;
  height: inherit;
}

.swiper:not(.swiper-initialized) {
  padding: 0;
  display: none;
  opacity: 0;
}

.swiper:not(.swiper-initialized) .swiper-ttl{
  opacity: 0;
  color: #fff;
}

.swiper:not(.swiper-initialized) .swiper-txt{
  opacity: 0;
  color: #fff;
}

.swiper:not(.swiper-initialized) .swiper-button-prev,
.swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
}

.swiper-ttl{
  width: fit-content;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000;
  z-index: 10;
}

.swiper-txt{
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size:16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000;
  margin-top:5px;
}

/* .swiper-txt{
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size:32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000;
  margin-top: 20px;
} */

.u-tabBr{
  display: none;
}


@media screen and (max-width: 1380px) {
  .swiper-ttl{
    font-size: 48px;
  }
  
}
@media screen and (max-width: 1170px) {
  .swiper-ttl{
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .swiper-ttl{
    font-size: 38px;
  }
  .u-tabBr{
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .swiper-ttl{
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-ttl{
    font-size: 4.8vw;
  }

  .swiper-txt{
    font-size: 12px;
  }

}


.slide1 {
  background-image: url(../../images/top/top_bk02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide2 {
  background-image: url(../../images/top/top_bg05.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3 {
  background-image: url(../../images/top/top_bk03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide4 {
  background-image: url(../../images/top/top_bg04.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide5 {
  background-image: url(../../images/top/top_bk01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px){
  .slide1 {
    background-image: url(../../images/top/top_bk_sp02.jpg);
  }
  
  .slide2 {
    background-image: url(../../images/top/top_bg_sp05.jpg);
  }
  
  .slide3 {
    background-image: url(../../images/top/top_bk_sp03.jpg);
  }
  
  .slide4 {
    background-image: url(../../images/top/top_bg_sp04.jpg);
  }
  
  .slide5 {
    background-image: url(../../images/top/top_bk_sp01.jpg);
  }
}

.swiper-button-prev::after, .swiper-button-next::after{
  font-size: 30px;
  color: #1C5AA5;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev::after, .swiper-button-next::after{
    font-size: 20px;
  }
}

.swiper-pagination{
  text-align: right;
  padding-right: 1rem;
}

.swiper-pagination-bullet {
  background-color: #1C5AA5;
  border-radius: 0;
  width: 14px;
  height: 14px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.slide_bginner{
  background-color: rgba(255,255,255,0.4);
  padding: 18rem 20px;
  width: 90%;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 1080px) {
  .slide_bginner{
    padding: 13vw 20px;
  }
}