@charset "utf8";


/*---------------------------
staff
---------------------------*/
.staff-swiper-container {
  position: relative;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .staff-swiper-container {
    max-width: 1200px;
    width: 100%;
    border: 0px solid;
  }
}

.staff-wrapper {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .staff-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: calc(80vw / 19.2) 0px;
    width: 94%;
    margin-top: 0;
    padding-top: 0;
    border: 0px solid;
  }
}

.staff-slide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .staff-slide {
    position: relative;
    width: 48%;
    background-color: #ffffff;
    border: 0px solid;
  }
}

/*---------------------------
swiper カスタマイズ
---------------------------*/
.swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    width: 30px;
    height: 30px;
    background-image: url('../image/concept/left_arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-button-next::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    width: 30px;
    height: 30px;
    background-image: url('../image/concept/right_arrow.png');
    background-repeat: no-repeat;
    background-size: contain;  
  }
}

.swiper-wrapper .swiper-slide {
  height: unset;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-pagination-bullet {
  width: calc(14vw/19.2);
  height: calc(14vw/19.2);
  margin: 0 10px!important; 
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px!important; 
  }  
}
