@charset "UTF-8";
.swiper {
  height: 600px;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  color: #0599D9;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #0599D9;
}

.swiper-slide {
  position: relative;
}
.swiper-slide-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.swiper-slide-content__inner {
  display: flex;
  justify-content: center;
  padding: 0 1.5em;
}
.swiper-slide__figure {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide__figure img, .swiper-slide__figure source {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide-01__shoulder {
  display: block;
  padding: 0.5em 1.25em;
  background-color: #0599D9;
  border-radius: 2em;
  text-align: center;
  color: #FFF;
}
.swiper-slide-01__shoulder--span {
  display: inline-block;
}
.swiper-slide-01__title {
  margin: 0.5em 0 1em 0;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.83);
  font-size: 2em;
  font-weight: 700;
}
.swiper-slide-02__title {
  margin: 0.5em 0 1em 0;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.83);
  font-size: 2em;
  font-weight: 700;
}
.swiper-slide-03__title {
  margin: 0.5em 0 1em 0;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.83);
  font-size: 2em;
  font-weight: 700;
}

.swiper-slide-content .emphasize span {
  position: relative;
  /* 文字版
  &::before {
    content:'・';
    position:absolute; top:-1.1em; left:calc(50% - .5em);
    display:inline-block;
    color:variable.$colorBrand;
    }
   */
}
.swiper-slide-content .emphasize span::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: -10px;
  left: calc(50% - 3px);
  display: block;
  border-radius: 50%;
  background-color: #0599D9;
}
.swiper-slide-content .emphasize span.emphasize__se::before {
  left: auto;
  right: 0.7em;
}
.swiper-slide-content .emphasize span.emphasize__wa::before {
  left: 0.7em;
}
.swiper-slide-content__title--line1_8x {
  line-height: 1.8;
}