vision02@charset "UTF-8";
/* CSS Document */
#vision {
  overflow: hidden;
}
dl {
  margin-bottom: 0px;
}
dt {
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.7;
  padding: 5px 0px 15px;
  font-weight: 600;
}
dd {
  padding: 15px 5px 5px;
}
.bg-grey .container {
  padding-bottom: 40px;
  margin-bottom: 0;
  overflow: hidden;
}
.bg-grey .container.vision {
  padding-top: 10px;
}
.headline-container h3 {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
}
.article_text_dec05 {
  background-color: #fff;
  padding: 1.8rem;
  margin-bottom: 30px;
}
.article_text_dec05 img {
  max-width: 100%;
}
.vision_aspect {
  margin-bottom: 50px;
}
.vision {
  padding-bottom: 10px;
}
.vision02 {
  padding-bottom: 50px;
}
.slider-contents {
  max-width: 500px;
  margin: 0 auto;
}
.swiper-slide_inner {
  margin: 0 auto;
  background-color: #fff;
  transform: translateX(-1.8px);
  max-width: 450px;
  min-height: 450px;
}
.slide-caption p {
  margin-bottom: 15px;
  text-align: left;
}
.swiper-button-next {
  right: -15px;
  background-image: url(../img/rightbutton.svg);
}
.swiper-button-prev {
  left: -15px;
  background-image: url(../img/leftbutton.svg);
}
@media (min-width: 450px) {
  .swiper-slide_inner {
    min-height: 520px;
  }
}
@media (min-width: 768px) {
  #vision dt, #vision dd {
    font-size: 18px;
    padding: 30px 0;
    line-height: 2;
  }
  .swiper-slide_inner {
    transform: translateX(0px);
  }
  .vision_aspect:nth-child(odd) .headline-container {
    flex-direction: row-reverse;
  }
  .vision_aspect:nth-child(odd) .headline-container img {
    margin: 0 0 0 20px;
  }
  .vision_aspect:nth-child(odd) .headline-container h3 {
    text-align: right;
  }
  .article_text_dec05 {
    margin-bottom: 60px;
    padding: 30px 60px;
  }
  .img-responsive {
    width: 100%;
  }
}