@charset "utf-8";

@font-face {
  font-family: 'Optima';
  src: url('../../fonts/Optima.eot');
  src: url('../../fonts/Optima.eot?#iefix') format('embedded-opentype'),
      url('../../fonts/Optima.woff2') format('woff2'),
      url('../../fonts/Optima.woff') format('woff'),
      url('../../fonts/Optima.ttf') format('truetype'),
      url('../../fonts/Optima.svg#Optima') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.optima {
  font-family: Optima;
}

.areaSlideWrapper,
.areaSlideWrapper .swiper {
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  margin: 100px auto;
  display: block;
}

.areaTitle {
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  color: #2e4353;
  margin-bottom: 18px;
}
@media screen and (min-width:1920px){
  .areaTitle {
    margin:70px auto;
  }
}

.areaTitle .subTitle {
  display: block;
  text-align: center;
  font-size: 19px;
  line-height: 1;
  margin-top: 20px;
}

.areaTitle .subTitle2 {
  display: block;
  text-align: center;
  font-size: 19px;
  line-height: 1;
  margin-top: 25px;
}

.areaTitle.areaTitleBorder {
  border-bottom: 12px solid #DED846;
  padding-bottom: 37px;
}

.areaSerSup .areaTitle.areaTitleBorder {
  border-color: #4D88AD;
}

.areaReview .areaTitleBorder {
  border-bottom: 12px solid #3B6710;
}

.areaFeature .areaTitleBorder {
  border-bottom: 12px solid #D68F3E;
}

@media (max-width: 768px) {

  .areaTitle {
    font-size: 23px;
    margin-bottom: 13px;
  }

  .areaTitle.areaTitleBorder {
    padding-bottom: 20px;
    margin-bottom: 18px;
  }

  .areaTitle .subTitle,
  .areaTitle .subTitle2 {
    font-size: 11px;
    margin-top: 10px;
  }
}

 .secDescription {
  font-size: 20px;
  color: #717171;
  line-height: 1.7;

  text-align: center;
}

@media screen and (min-width:1920px) and (max-width:2559px){
  .secDescription{
    text-align: center;
  }
}

@media screen and (min-width:2560px){
  .secDescription{
    text-align: center;
  }
}

@media (max-width: 768px) {
   .secDescription {
    padding: 0 6px;
    font-size: 13px;
  }
}

.swiper-pagination {
  position: static !important;
}

.swiper-wrapper .swiper-slide {
  border-radius: 3px;
  /*overflow: hidden;*/
  padding-bottom: 15px;
  box-shadow: 0px 1px 4px rgba(119, 92, 23, 0.15);

  ;
}

.swiper-wrapper .swiper-slide .slideContent {
  background: #fff;
  padding: 10px 27px 17px;
}

.swiper-wrapper .swiper-slide .slideContent .title {
  font-size: 21px;
}

.swiper-wrapper .swiper-slide .slideContent .text {
  font-size: 18px;
  display: block;
}

.swiper-wrapper .swiper-slide .slideContent .note {
  font-size: 18px;
}

 .swiper-pagination {
  margin-top: 22px;
}

 .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #EDE7DC;
  margin: 0 9px;
}

 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DED846;
}

/* レスポンシブ・モバイル用 */
@media (max-width: 768px) {
  .swiper-wrapper .swiper-slide {
    width: 84vw;
    position: relative;
    display: block;
  }
  .swiper-wrapper .swiper-slide .slideContent .title {
    font-size: 14px;
    position: relative;
    z-index: 2;
    padding: 10px 27px 13px;
  }
  .swiper-wrapper .swiper-slide .slideContent .title:after {
    content: "";
    position: absolute;
    -webkit-backdrop-filter: blur(28px);
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .swiper-wrapper .swiper-slide .slideContent {
    background: none;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .swiper-pagination {
    margin-top: 14px;
  }
.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}

/* 画像サイズ調整 */
.swiper-wrapper .swiper-slide .photo img {
  height: 300px;
  object-fit: cover;
}

.listLink {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.listLink a {
  font-size: 20px;
  color: #343434;
  font-weight: bold;
}

@media (max-width: 768px) {
  .listLink {
    margin-top: -50px;
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 30px;
  }
}

.areaSlideWrapper .listLink a {
  color: #717171;
}

.listLink {
  display: block;
}