#concept .sec1 {
  text-align: center;
  background: #fff;
}
#concept .sec1 .sec_inner {
  padding-top: 100px;
  padding-bottom: 70px;
  max-width: 1000px;
}
@media (max-width: 700px) {
  #concept .sec1 .sec_inner {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
#concept .sec1 .ttl {
  font-size: 80px;
}
@media (max-width: 700px) {
  #concept .sec1 .ttl {
    font-size: 43px;
    line-height: 1.3;
  }
}
#concept .sec1 .copy {
  font-size: 40px;
  margin-top: 35px;
}
@media (max-width: 700px) {
  #concept .sec1 .copy {
    font-size: 24px;
    margin-top: 30px;
    line-height: 1.66;
  }
}
#concept .sec1 .txt {
  font-size: 16px;
  line-height: 3.75;
  margin-top: 100px;
}
@media (max-width: 700px) {
  #concept .sec1 .txt {
    font-size: 14px;
    line-height: 2.7;
    margin-top: 50px;
  }
}
#concept .sec1 .img {
  width: 100%;
}
#concept .sec1 .img img {
  width: 100%;
}
#concept .sec2 {
  background: #fff;
}
#concept .sec2 .sec_inner {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1000px;
}
@media (max-width: 700px) {
  #concept .sec2 .sec_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#concept .sec2 .txt {
  text-align: left;
  font-size: 16px;
  line-height: 3.75;
}
@media (max-width: 700px) {
  #concept .sec2 .txt {
    font-size: 14px;
    line-height: 2.7;
  }
}
#concept .sec2 .concept_swiper {
  overflow: hidden;
}
#concept .sec2 .concept_swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#concept .sec2 .concept_swiper .swiper-slide img {
  height: auto;
  width: 100%;
}

/*# sourceMappingURL=concept.css.map */
