/* ------------------------------------- */
/* lower-mv
/* ------------------------------------- */
.lower-mv-technology {
  background: url(/img/technology/bg-technology.jpg) no-repeat center center/cover;
}

/* ------------------------------------- */
/* technology
/* ------------------------------------- */
.technology#technology2 {
  margin-top: 160px;
  padding-bottom: 160px;
  background-color: #e8eced;
}
.technology#technology4 {
  margin-top: 190px;
  padding-bottom: 190px;
  background-color: #e8eced;
}
.technology#technology6 {
  margin-top: 160px;
  padding-bottom: 190px;
  background-color: #e8eced;
}
.technology-inner {
  max-width: 1000px;
}
.technology-wrapper {
  display: flex;
  justify-content: space-between;
}
.technology-wrapper > figure,
.technology-wrapper .container {
  width: 27%;
  position: relative;
}
.technology-wrapper .container {
  margin: 0;
  padding-bottom: 40px;
}
.technology-wrapper .container .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: solid 1px #dfe0e0;
  background-color: #fff;
  opacity: 1;
}
.technology-wrapper .container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #969899;
}
/* ここで飛ばしてます */
.swiper-button-prev {
  left: -100%;
}
.swiper-button-next {
  right: -100%;
}
/* 新たなボタンを設置 */
.swiper-button-prev-a {
  background-image: url(/img/common/swiper-pre-btn.svg);
  position: absolute;
  top: calc(50% - 50px);
  transform:translateY(-50%);
  right: auto;
  left: -30px;
  width: 25px;
  height: 25px;
}
.swiper-button-next-a {
  background-image: url(/img/common/swiper-next-btn.svg);
  position: absolute;
  top: calc(50% - 50px);
  transform: translateY(-50%);
  left: auto;
  right: -30px;
  width: 25px;
  height: 25px;
}
.swiper-button-prev-a,
.swiper-button-next-a {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.technology-wrapper .container figure figcaption {
  margin-top: 20px;
  text-align: center;
}
.technology-info {
  width: 58%;
}
.technology-title {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.9;
  word-break: break-all;
}
.technology-title span.original {
  display: block;
  margin-bottom: 27px;
  font-size: 1rem;
  font-family: trajan-pro-3, serif;
}
.technology-title span.small {
  font-size: 1.8rem;
}
.technology-text {
  margin-top: 66px;
  font-size: 1.6rem;
  line-height: 2;
}
.technology-list {
  margin-top: 135px;
}
.technology-item {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-top: solid 1px #fff;
}
.technology-item:last-child {
  border-bottom: solid 1px #fff;
}
.technology-item-info {
  width: 58%;
  padding-left: 20px;
}
.technology-item-title {
  font-size: 2.4rem;
}
.technology-item-title span.original {
  display: block;
  margin-bottom: 21px;
  font-size: 1rem;
}
.technology-item-title span.small {
  font-size: 1.4rem;
}
.technology-item-text {
  margin-top: 40px;
  line-height: 2;
}
.technology-item figure {
  width: 32%;
}

@media screen and (max-width: 600px) {
  .technology {
    padding-top: 120px;
  }
  .technology#technology2, .technology#technology4, .technology#technology6 {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .technology-inner {
    max-width: 100%;
    padding:0 8%;
  }
  .technology-wrapper {
    display: block;
  }
  .technology-wrapper > figure,
.technology-wrapper .container {
    width: 100%;
    margin-top: 50px;
  }
  .technology-info {
    width: 100%;
  }
  .technology-title {
    font-size: 3rem;
    line-height: normal;
  }
  .technology-title span.original {
    margin-bottom: 27px;
  }
  .technology-text {
    margin-top: 30px;
  }
  .technology-list {
    margin-top: 50px;
  }
  .technology-item {
    display: block;
  }
  .technology-item-info {
    width: 100%;
    padding-left: 0;
  }
  .technology-item figure {
    width: 100%;
    margin-top: 40px;
  }
}