@charset "UTF-8";
/* ガラスびんができるまで */
.flow {
  position: relative;
  overflow: hidden;
  padding: 0 0 60px;
}
.flow__mv {
  margin: 0 0 27px;
  padding: 8px;
  background: #ecf2fb;
  border: 2px solid #2f6b98;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow__mv__photo {
  width: 100%;
  height: auto;
  border: 2px solid #2f6b98;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow .swiper-button-prev,
.flow .swiper-button-next {
  width: 54px;
  height: 54px;
  top: 160px;
  background: url(../img/common/arrow01.png) no-repeat center center;
  background-size: contain;
  text-indent: -999px;
  text-align: left;
}
.flow .swiper-button-prev {
  left: 0;
}
.flow .swiper-button-next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.flow__inner {
  width: 853px;
  margin: 0 auto 30px;
}
.flow__lead {
  margin: 0 0 50px;
  background: #dad6fb;
  border-radius: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 124px;
}
.flow__img {
  background: url(../img/business/flow/flow_img.png) no-repeat center top;
}
.flow__list {
  margin: 0 0 0.3em 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.flow__ttl {
  position: relative;
  margin: 0 0 40px;
  background: #dad6fb;
  border-radius: 15px;
  font-size: 30px;
  line-height: 55px;
}
.flow__ttl .illust {
  position: relative;
}
.flow__ttl .illust:before {
  content: "";
  position: absolute;
  display: block;
  left: -60px;
  bottom: -3px;
  width: 50px;
  height: 64px;
  background: url(../img/business/flow/title_illust.png) no-repeat center center;
  background-size: contain;
}
.flow__ttl .decimal {
  position: absolute;
  left: 0.3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 38px;
  line-height: 1em;
}
.flow__point {
  padding: 0.7em 1.2em;
  background: #f7eddf;
  border-radius: 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.flow__point__ttl {
  font-weight: bold;
}
.flow__step {
  padding: 0 0 0.5em;
  font-size: 16px;
  line-height: 1em;
}

.bbpb {
  padding: 35px 72px 20px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}
.bbpb__ttl {
  font-weight: bold;
}
.bbpb__ttl:before {
  content: "○";
  margin-right: 0.5em;
  font-weight: normal;
}
.bbpb__txt {
  padding: 0 0 0.5em 1.5em;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  .flow__mv {
    margin: 0;
    padding: 1vw;
    border: 0.4vw solid #2f6b98;
    border-radius: 2vw;
  }
  .flow__mv__photo {
    border: 0.4vw solid #2f6b98;
    border-radius: 2vw;
  }
  .flow .swiper-button-prev,
.flow .swiper-button-next {
    width: 10vw;
    height: 10vw;
    top: 17vw;
  }
  .flow__inner {
    width: auto;
    margin: 0 auto 5vw;
  }
  .flow__lead {
    margin: 3vw 0 0;
    padding: 1em 0;
    border-radius: 2vw;
    font-size: 4vw;
    line-height: 1.8em;
  }
  .flow__img {
    background-size: 100% auto;
  }
  .flow__list {
    font-size: 4vw;
    line-height: 1.6em;
  }
  .flow__ttl {
    margin: 3vw 0 1em;
    border-radius: 2vw;
    font-size: 4.5vw;
    line-height: 8vw;
  }
  .flow__ttl .illust:before {
    left: -15vw;
    bottom: -0.3vw;
    width: 10vw;
    height: 12.8vw;
  }
  .flow__ttl .decimal {
    font-size: 5vw;
  }
  .flow__point {
    border-radius: 2vw;
    font-size: 4vw;
    line-height: 1.6em;
  }
  .flow__step {
    font-size: 4.2vw;
  }
}