.lowVisual .photo {
  background: #000;
}

.lowVisual .photo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: url(../../imgs/img-slide-01.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.5;
}

.lineSection {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .lineSection {
    padding-top: 21.3333333333vw;
  }
}
.lineSection__block {
  width: 30%;
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lineSection__block {
    width: 100%;
  }
}
.lineSection__box {
  margin-top: 80px;
  padding: 40px;
  border: solid 5px #532b07;
}
.lineSection__box .txt {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .lineSection__box .txt {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.lineSection__row {
  margin-top: 40px;
}
.lineSection__item--txt {
  width: 71%;
}
@media only screen and (max-width: 768px) {
  .lineSection__item--txt {
    width: 100%;
  }
}
.lineSection__item--qr {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lineSection__item--qr {
    display: none;
    margin-top: 10.6666666667vw;
  }
}
.lineSection__item--flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .lineSection__item--flow {
    margin-top: 8vw;
  }
}
.lineSection .arrow {
  width: 5%;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (max-width: 768px) {
  .lineSection .arrow {
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*# sourceMappingURL=style.css.map */