@charset "UTF-8";
/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
.p-swiper-container {
  position: relative;
}

.swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
  overflow: hidden;
}

.p-swiper__desc {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-swiper__heading {
  font-size: 40px;
  padding-bottom: 10px;
}

.p-swiper__text {
  font-size: 21px;
}

@media (max-width: 1023px) {
  /******************************************************************

  Stylesheet: 1023px以下（タブレット）で適用

  ******************************************************************/
}
@media (max-width: 639px) {
  /******************************************************************

  Stylesheet: 639px以下(スマホ)で適用

  ******************************************************************/
}/*# sourceMappingURL=style.css.map */