@charset "UTF-8";
/* ============================================
  協力会社（取引先ロゴ）スライダー ※zipway.jp より移植
=============================================== */
.sup__contents {
  width: 100%;
  height: 100px;
  background-color: #fff;
}
.sup .swiper {
  width: 100%;
  height: 100%;
}
.sup .swiper-wrapper {
  height: 100%;
  transition-timing-function: linear;
}
.sup .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sup .swiper-slide img {
  display: block;
  max-height: 70px;
  width: auto;
}
@media screen and (max-width: 1199px) {
  .sup__contents {
    height: 80px;
  }
  .sup .swiper-slide img {
    max-height: 55px;
  }
}

/* ============================================
  ZIPWAY広島のコンサルタント：単一アイテム表示（swiper撤去）
=============================================== */
.consul .consul__contents .items {
  display: flex;
  justify-content: center;
}
.consul .consul__contents .item {
  width: 100%;
  max-width: 560px;
}
.consul .consul__contents .item__head {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .consul .consul__contents .item {
    max-width: 100%;
  }
  .consul .consul__contents .item__head {
    width: 60%;
  }
}
