.slick-arrow {
  z-index: 1001;
}
/*画像を1枚表示するスライダー*/
.single {}
.single img {
  /* width: 100%;*/
}
.single .slick-next {
  right: 0px;
  z-index: 100;
  color: #666 !important;
}
.single .slick-prev {
  left: 0px;
  z-index: 100;
}
/*slick index-slick*/
/*複数枚の画像を表示するスライダー*/
.multiple {
  padding: 0;
}
.multiple img {
  /* width: 100%;*/
}
.multiple div {
  /*margin: 0;*/
}
.multiple .slick-next {
  right: 0px;
  z-index: 100;
  color: #666 !important;
}
.multiple .slick-prev {
  left: 0px;
  z-index: 100;
}
/*両サイドに画像を表示するスライダー*/
.center {
  margin: 0 0 50px;
}
.center img {
  width: 100%;
  height: auto;
}
.center .slick-next {
  right: 20px;
  z-index: 99;
}
.center .slick-prev {
  left: 15px;
  z-index: 100;
}
.slick-prev:before, .slick-next:before {
  color: #666 !important;
}
/*センターの画像サイズ*/
.center .slick-slide {
  transform: scale(.9);
}
.center .slick-current {
  transform: scale(1);
}
@media (max-width: 576px) {
  /*センターの画像サイズ*/
  .center .slick-slide {
    transform: scale(1);
  }
}
/*END slick index-slick*/
/*mainVisual*/
/*追記202210*/
.mainVisual a:hover {
  text-decoration: none !important;
}
.slider-imgbox {
  width: 100%;
  min-height: 410px;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.slider-imgbox:before {
  z-index: 2;
  content: “”;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.bk-transparent-b {
  width: 100%;
  min-height: 410px;
  z-index: 6;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 25px;
}
.slider-box {
  width: 100%;
  /*position: absolute;
    　top: 0;
    　left: 0;*/
  z-index: 10;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  color: #fff;
  border-left: 4px solid #fff;
  padding-left: 15px;
}
.slider-box h2 {
  color: #fff;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-weight: bold;
  margin-bottom: 5px !important;
}
/*追記202210*/
.slider-box p {
  /*min13 max15*/
  font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
  color: #fff;
  margin-bottom: 0 !important;
  line-height: 1.2;
}
.slider-box-r {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-right: 4px solid #fff;
  padding-right: 15px;
  text-align: right;
}
.slider-box-r h2 {
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 15px !important;
}
.slider-box-r p {
  color: #fff;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .mainVisual {
    margin-right: 0;
    margin-left: 0;
  }
  .slider-imgbox {
    min-height: 270px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .slider-box {
    min-height: 100px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .slider-box-r {
    min-height: 100px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 576px) {
  .slider-imgbox {
    min-height: 170px;
  }
  .bk-transparent-b {
    min-height: 170px;
    padding: 20px;
  }
}
/*2022.10.24以前*/
/*.mainVisual a:hover {
    text-decoration: none!important;
}
.slider-imgbox {
    width: 100%;
    min-height: 500px;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.slider-imgbox:before {
    　z-index: 2;
    　content: “”;
    　display: block;
    　position: absolute;
    　top: 0;
    　left: 0;
}
.bk-transparent-b {
    width: 100%;
    min-height: 500px;
    z-index: 6;
    　display: block;
    　position: absolute;
    　top: 0;
    　left: 0;
    background: rgba(0,0,0,0.2);
	padding: 25px 50px;
}
.slider-box {
    　width: 100%;
    　position: absolute;
    　top: 0;
    　left: 0;
    　z-index: 10;
    　display: flex;
    　justify-content: center;
    　align-items: center;
    　color: #fff;
    border-left: 4px solid #fff;
    padding-left: 15px;
}
.slider-box h2 {
    color: #fff;
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 15px!important;
}
.slider-box p {
    color: #fff;
    margin-bottom: 0!important;
}

.slider-box-r {
    　width: 100%;
    　position: absolute;
    　top: 0;
    　right: 0;
    　z-index: 10;
    　display: flex;
    　justify-content: center;
    　align-items: center;
    　color: #fff;
    border-right: 4px solid #fff;
    padding-right: 15px;
	text-align: right;
}
.slider-box-r h2 {
    color: #fff;
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 15px!important;
}
.slider-box-r p {
    color: #fff;
    margin-bottom: 0!important;
}

@media (max-width: 768px) {
.mainVisual {
    margin-right: 0;
    margin-left: 0;
}
.slider-imgbox {
    width: 100%;
    min-height: 280px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.slider-box {
    min-height: 100px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
	.slider-box-r {
    min-height: 100px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
}*/
/* カルーセルをカスタマイズ
-------------------------------------------------- */
/* カルーセルの基本クラス */
.carousel {
  margin-bottom: 4rem;
}
/* 画像を配置しているので、キャプションを手助けする必要がある */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
/* img要素の配置のために高さを宣言 */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}