@charset "UTF-8";

/*スライダー範囲指定*/
.swiper {
  text-align: center;
  padding: 0;
	bottom:0;
 height: 88%;
}
/*画像の上に上下中央（Y）にコンテンツを配置左右（X）は個別に設定*/
.swiper-wrapper .swiper-slide {
	display:flex;
    justify-content: start;
    /*align-items: center;*/
    text-align: center;
}
/*画像範囲指定*/
/*#top .swiper-wrapper {
	width: 100vw;
  height: 40%;
}*/
.swiper .swiper-slide a {
/*	width: 80%;*/
margin: 0 auto;
}
/* 画像を背景にしていない場合これが動く */
 .swiper .swiper-slide img {
 /*width: 250px;*/
  height: auto;
	margin: 0 auto;
/* padding-top: 20%;*/
}
.slider {
	position: relative;
 height: 100%;
}
.swiper-button-prev, 
.swiper-button-next {
	 display: block;
	position: absolute;
}
.swiper-button-prev {
  left: 5px;
  right: auto;
	top: 40%;
 	position: absolute;
}
.swiper-button-prev::after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f053";
	color: #fff;
  }
.swiper-button-next {
  left: auto;
  right: 5px;
	top: 40%;
 	position: absolute;
}
.swiper-button-next::after {
	 font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f054";
	color: #fff;
}
.swiper-slide {
  cursor: pointer;
}
.swiper-pagination {
	text-align: center;
	position: relative;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .3;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
:root {
  --swiper-navigation-color: #D1D8DE;
  --swiper-pagination-color: #D1D8DE;
}
/*=====================================================================================================================
======================================================================================================================タブレット＆パソコン==768px以上*/
@media all and (min-width: 768px) {
.swiper {
    height: 100%; /*重要*/
    margin: 1rem 0;
  }	
.slider .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
		padding: 1rem 0;
  }
.slider .swiper-slide {
    width: 40%;
  }
.swiper .swiper-slide img {
 /* width: 100%;
  height: auto;*/
	margin: 0 1rem;
}
.slider .swiper-button-prev, .slider .swiper-button-next, .slider .swiper-pagination {
    display: none;
  }
/**/
}
/*=====================================================================================================================
======================================================================================================================パソコン==1920px以上*/

@media only screen and (min-width: 1360px) {

.swiper-slide .txt_area {
    top: 300px;
}		
	.slider .swiper-slide {
  width: 30%;
}
/**/
}
/*=====================================================================================================================
======================================================================================================================パソコン==1920px以上*/

@media only screen and (min-width: 1920px) {
.swiper {
    height: 100%; /*重要*/
    margin: 1rem 0;
  }	
.swiper-slide .txt_area h3 {
  font-size: 5vw;
}

/**/
}
