#contentsWrap {
  padding-top: 134px;
}

@media (max-width: 800px) {
  #contentsWrap {
    padding-top: 80px;
  }
}

.mainVisual {
  height: 650px;
  background-color: #fff;
  width: 95%;
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
}

.mainVisual img {
  position: absolute;
  right: 60px;
  bottom: 150px;
}

.mainVisual .txt {
  position: absolute;
  z-index: 10;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mainVisual .txt p.stit {
  margin-bottom: 65px;
  letter-spacing: 10px;
}

.mainVisual .txt h2 {
  font-size: 1.625rem;
  margin-bottom: 65px;
  line-height: 50px;
  font-weight: normal;
}

.mainVisual .txt h2 b {
  font-weight: bold;
}

@media (max-width: 768px) {
  .mainVisual {
    height: 400px;
    background-color: #fff;
    width: 100%;
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .mainVisual img {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
  }
  .mainVisual .txt {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    color: #232323;
    text-align: center;
    width: 100%;
  }
  .mainVisual .txt p.stit {
    margin-bottom: 25px;
  }
  .mainVisual .txt h2 {
    font-size: 1.125rem;
    margin-bottom: 25px;
    line-height: 25px;
    font-weight: normal;
  }
  .mainVisual .txt h2 b {
    font-weight: bold;
  }
}
/*# sourceMappingURL=style.css.map */