/* Scss Document */
@media only screen and (max-width: 768px) {
  .topView {
    margin-top: 75px;
  }
}

.topView-slider {
  width: 100%;
  margin: 0 auto;
}

.topView-slider .slick-slide {
  max-width: 100%;
  max-height: 100%;
}

.topView_inner {
  /*background: url(../img/mainvisual.jpg) no-repeat;*/
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  padding-top: 47%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .topView_inner {
    margin: 0 auto;
  }
}

.topView_inner h2 {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 55%;
  left: 30%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.topView_inner h2 span {
  background: #fff;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 5px auto;
  padding: 0px 8px;
  font-weight: bold;
}

.topView_inner h3 {
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-weight: bold;
}

.topconcept {
  margin: 100px auto 100px;
}

@media only screen and (max-width: 480px) {
  .topconcept {
    margin: 50px auto 50px;
  }
}

.topconcept_inner-Box {
  margin: 50px auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.topconcept_inner-Box-Txt {
  width: 100%;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 979px) {
  .topconcept_inner-Box-Txt {
    width: 100%;
  }
}

.topconcept_inner-Box .modBtn01 {
  width: 100%;
}

@media only screen and (max-width: 979px) {
  .topconcept_inner-Box .modBtn01 {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */