@charset "UTF-8";
/* ------------------------------------- */
/* lower-mv
/* ------------------------------------- */
.lower-mv-bg.manufacturing {
  background: url(/img/manufacturing/bg-manufacturing.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 600px) {
  .lower-mv-bg.manufacturing {
    background: url(/img/manufacturing/sp/bg-manufacturing_sp.jpg) no-repeat center center/cover;
  }
}
/* ------------------------------------- */
/* intro
/* ------------------------------------- */
.intro {
  padding-top: 150px;
}
.intro .section-bg::before {
  top: initial;
  bottom: 170px;
  height: 466px;
}
.intro-inner {
  max-width: 1000px;
}
.intro-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro-wrapper figure {
  width: 41%;
}
.intro-info {
  width: 49%;
}
.intro-title {
  font-size: 4rem;
  line-height: 1.9;
}
.intro-text {
  margin-top: 35px;
  font-size: 1.6rem;
  line-height: 2;
}
.intro-bg {
  width: 100%;
  height: 385px;
  margin-top: 116px;
  background: url(/img/manufacturing/img-manufacturing02.jpg) no-repeat center center/cover;
}
.intro .original {
  margin-top: 72px;
  padding: 55px 40px 45px;
  background-color: #fff;
}
.intro .original-contents {
  position: relative;
  padding: 64px 60px 64px 70px;
  border: solid 1px rgba(51, 51, 51, 0.1);
}
.intro .original-title {
  position: absolute;
  top: -15px;
  left: 50%;
  padding: 0 27px;
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 3.6rem;
  font-family: trajan-pro-3, serif;
}
.intro .original-text {
  line-height: 2;
}

@media screen and (max-width: 600px) {
  .intro {
    padding-top: 125px;
  }
  .intro-inner {
    max-width: 100%;
  }
  .intro-wrapper {
    flex-direction: column-reverse;
  }
  .intro-wrapper figure {
    width: 100%;
    margin-top: 56px;
  }
  .intro-info {
    width: 100%;
  }
  .intro-title {
    font-size: 3rem;
  }
  .intro-text {
    margin-top: 40px;
  }
  .intro-bg {
    margin-top: 70px;
    background: url(/img/manufacturing/sp/img-manufacturing02_sp.jpg) no-repeat center center/cover;
  }
  .intro .original {
    width: 100vw;
    margin: 100px calc(50% - 50vw);
    margin-top: 100px;
    padding: 60px 20px 37px;
  }
  .intro .original-contents {
    padding: 55px 20px 42px;
  }
  .intro .original-title {
    padding: 0 20px;
    font-size: 2.4rem;
    white-space: nowrap;
  }
}
/* ------------------------------------- */
/* workflow
/* ------------------------------------- */
.workflow-inner {
  max-width: 1000px;
}
.workflow-text {
  margin-top: 78px;
  padding-left: 77px;
  line-height: 2;
  font-size: 1.6rem;
}
.workflow-wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 160px;
}
.workflow-wrapper .contents {
  width: 43vw;
  padding-left: calc((100% - 1000px) / 2);
}
.workflow-wrapper .contents .phase {
  padding-top: 325px;
}
.workflow-wrapper .contents .phase#phase4 {
  padding-bottom: 325px;
}
.workflow-wrapper .contents .phase .scroll-box:not(:first-child) {
  padding-top: 115px;
}
.workflow-wrapper .contents .phase .scroll-box-title {
  font-size: 2.4rem;
}
.workflow-wrapper .contents .phase .scroll-box-title span {
  font-size: 1.4rem;
}
.workflow-wrapper .contents .phase .scroll-box-text {
  margin: 40px 0 80px;
  line-height: 2;
}
.workflow-wrapper .contents .phase .scroll-box figure figcaption {
  margin-top: 20px;
  text-align: center;
}
.workflow-wrapper .contents .phase .scroll-box .container{
  position: relative;
}
.swiper-button-next, .swiper-button-prev{
  transform: translateY(-50%);
}
/* ここで飛ばしてます */
.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% - 25px);
    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% - 25px);
    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;
  }
.workflow-wrapper .contents .phase .scroll-box .swiper {
  padding-bottom: 40px;
}
.workflow-wrapper .contents .phase .scroll-box .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: solid 1px #dfe0e0;
  background-color: #fff;
  opacity: 1;
}
.workflow-wrapper .contents .phase .scroll-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #969899;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 2.5rem;
  color: #333;
}
.workflow-wrapper .images {
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  align-items: center;
  width: 50vw;
  height: 100vh;
}
.workflow-wrapper .images p {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  margin: auto;
  /* 画像が透過pngの時は背景色が必要です */
  background: #fff;
  opacity: 0;
  /* フェード速度 */
  transition: 0.8s;
}
.workflow-wrapper .images p:first-child, .workflow-wrapper .images p.active {
  visibility: visible;
  opacity: 1;
}
.workflow-wrapper .images p img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .workflow-inner {
    max-width: 100%;
  }
  .workflow-text {
    margin-top: 50px;
    padding-left: 0;
  }
  .workflow-wrapper {
    display: block;
    margin-top: 100px;
  }
  .workflow-wrapper .contents {
    width: 100%;
    padding-left: 0;
  }
  .workflow-wrapper .contents .phase {
    padding-top: 0;
  }
  .workflow-wrapper .contents .phase#phase4 {
    padding-bottom: 0;
  }
  .workflow-wrapper .contents .phase:not(:first-of-type) {
    padding-top: 100px;
  }
  .workflow-wrapper .contents .phase .scroll-box {
    padding: 0 8%;
  }
  .workflow-wrapper .contents .phase .scroll-box:not(:first-child) {
    padding-top: 100px;
  }
  .workflow-wrapper .contents .phase .scroll-box-text {
    margin: 40px 0;
  }
  .swiper-button-prev-a {
    left: -25px;
  }
  .swiper-button-next-a {
    right: -25px;
  }
}