/* .swell-block-fullWide__inner{
  height:326px;
} */

/* my-swiper1416-01---------------------------- */
.my-swiper1416-01{
  overflow: hidden;
}
/* imgのスタイル */
.my-swiper1416-01 img{
  display: block;
  width: 100%;
}
/* 矢印カスタマイズ */
.my-swiper1416-01 .swiper-button-prev:after,
.my-swiper1416-01 .swiper-button-next:after {
  content: ""; /*デフォルトの矢印を上書き*/
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 3px #164f6c;
  border-right: solid 3px #164f6c;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.my-swiper1416-01 .swiper-button-prev,
.my-swiper1416-01 .swiper-button-next{
  background: transparent;
}
/* 前への矢印カスタマイズ */
.my-swiper1416-01 .swiper-button-prev:after {
  transform: rotate(-135deg);
}
/* 次への矢印カスタマイズ */
.my-swiper1416-01 .swiper-button-next:after {
  transform: rotate(45deg);
}
/* ページネーションカスタマイズ */
.my-swiper1416-01 div.swiper-pagination{
  bottom: 0;
}
.my-swiper1416-01 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0px 10px;
  background-color: transparent;
  border: solid 2px #164f6c;
  cursor: pointer;
  opacity: 1;
}
/*ページネーションがactiveなときのスタイル*/
.my-swiper1416-01 .swiper-pagination-bullet-active {
  border-radius: 50%;
  background: #164f6c;
}
/* my-swiper1416-01----------------------------end */


/* my-swiper1416-02---------------------------- */
.my-swiper1416-02{
  overflow: hidden;
}
/* imgのスタイル */
.my-swiper1416-02 img{
  display: block;
  width: 100%;
}
/* 矢印カスタマイズ */
.my-swiper1416-02 .swiper-button-prev:after,
.my-swiper1416-02 .swiper-button-next:after {
  content: ""; /*デフォルトの矢印を上書き*/
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 3px #164f6c;
  border-right: solid 3px #164f6c;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.my-swiper1416-02 .swiper-button-prev,
.my-swiper1416-02 .swiper-button-next{
  background: transparent;
}
/* 前への矢印カスタマイズ */
.my-swiper1416-02 .swiper-button-prev:after {
  transform: rotate(-135deg);
}
/* 次への矢印カスタマイズ */
.my-swiper1416-02 .swiper-button-next:after {
  transform: rotate(45deg);
}
/* ページネーションカスタマイズ */
.my-swiper1416-02 div.swiper-pagination{
  bottom: -50px;
}
.my-swiper1416-02 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0px 10px;
  background-color: transparent;
  border: solid 2px #164f6c;
  cursor: pointer;
  opacity: 1;
}
/*ページネーションがactiveなときのスタイル*/
.my-swiper1416-02 .swiper-pagination-bullet-active {
  border-radius: 50%;
  background: #164f6c;
}
/* my-swiper1416-02----------------------------end */