#sec1 {
  padding: 15vw 0;
}
#sec1 h2 {
  text-align: center;
  margin-bottom: 8vw;
}
#sec1 .desc {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
#sec1 .txt {
  padding: 0 5%;
  margin-bottom: 50px;
}
#sec1 .sec1-slide1 {
  position: relative;
  height: 70vw;
}
#sec1 .sec1-slide1::before {
  content: "";
  width: 1000%;
  height: 70vw;
  background: url(../img/about/sec1_slide1.jpg) repeat-x;
  background-size: 300vw;
  position: absolute;
  top: 0;
  animation: slidein 200s linear infinite;
  z-index: -1;
}
#sec1 .sec1-slide1 .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
#sec1 .sec1-slide2 {
  position: relative;
  height: 70vw;
}
#sec1 .sec1-slide2::before {
  content: "";
  width: 1000%;
  height: 70vw;
  background: url(../img/about/sec1_slide2.jpg) repeat-x;
  background-size: 250vw;
  position: absolute;
  top: 0;
  animation: slidein1 220s linear infinite;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 260px 0 100px;
  }
  #sec1 h2 {
    margin-bottom: 80px;
    letter-spacing: 4px;
  }
  #sec1 .desc {
    font-size: 26px;
    line-height: 52px;
    margin-bottom: 60px;
    letter-spacing: 2px;
  }
  #sec1 .txt {
    padding: 0;
    margin-bottom: 200px;
    text-align: center;
  }
  #sec1 .sec1-slide1 {
    height: 500px;
    margin-bottom: 10px;
  }
  #sec1 .sec1-slide1::before {
    width: 1000%;
    height: 500px;
    background-size: 2200px;
    animation: slidein 400s linear infinite;
  }
  #sec1 .sec1-slide2 {
    height: 500px;
  }
  #sec1 .sec1-slide2::before {
    height: 500px;
    background-size: 1820px;
    animation: slidein1 520s linear infinite;
  }
}
#sec2 {
  padding: 10vw 0 0;
}
#sec2 .ttl {
  padding: 0 5%;
  margin-bottom: 5vw;
}
#sec2 .ttl h2 {
  text-transform: uppercase;
  font-size: 12vw;
  letter-spacing: 0.05em;
  margin-bottom: 5vw;
  position: relative;
}
#sec2 .ttl h2::before {
  content: "";
  background: #000;
  width: 5vw;
  height: 3px;
  left: 0.5vw;
  top: -3vw;
  position: absolute;
}
#sec2 .box {
  position: relative;
}
#sec2 .box .photo-bg {
  height: 500px;
}
#sec2 .box .photo-bg img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% 50%;
     object-position: 65% 50%;
}
#sec2 .box .txt {
  position: absolute;
  left: 5%;
  top: 5%;
  background: rgba(0, 0, 0, 0.6);
  width: 70%;
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 225px 0 0;
  }
  #sec2 .ttl {
    padding: 0;
    margin-bottom: 0;
    max-width: 880px;
    margin-left: 20px;
  }
  #sec2 .ttl h2 {
    font-size: 172px;
    letter-spacing: 5px;
    margin-bottom: 0;
    line-height: 150px;
  }
  #sec2 .ttl h2::before {
    width: 60px;
    height: 10px;
    left: 10px;
    top: -10px;
  }
  #sec2 .ttl .desc {
    font-size: 26px;
    line-height: 52px;
  }
  #sec2 .box {
    height: 800px;
  }
  #sec2 .box .photo-bg {
    height: 800px;
  }
  #sec2 .box .photo-bg img {
    height: 800px;
    width: 100%;
  }
  #sec2 .box .txt {
    left: 20px;
    top: 20px;
    width: 480px;
    padding: 30px;
  }
}
#sec3 {
  padding: 10vw 0;
}
#sec3 .row .content h2 {
  font-size: 10vw;
  margin-bottom: 5vw;
}
#sec3 .row .content h2 span {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1em;
  width: -moz-max-content;
  width: max-content;
}
#sec3 .row .content h2 span:last-child {
  margin-left: 10vw;
  position: relative;
}
#sec3 .row .content h2 span:last-child::after {
  content: "";
  background: #000;
  height: 3px;
  width: 5vw;
  right: 1vw;
  top: -2vw;
  position: absolute;
}
#sec3 .row .content .desc {
  font-size: 18px;
  margin-bottom: 30px;
}
#sec3 .row .content .txt {
  margin-bottom: 30px;
}
#sec3 .row .photo-1 {
  margin: 0 -5.5% 10px;
}
#sec3 .sec3-slide {
  position: relative;
  height: 40vw;
}
#sec3 .sec3-slide::before {
  content: "";
  width: 1000%;
  height: 40vw;
  background: url(../img/about/sec3_slide.jpg) repeat-x;
  background-size: 250vw;
  position: absolute;
  top: 0;
  animation: slidein1 220s linear infinite;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 405px 0 100px;
  }
  #sec3 .wrap {
    max-width: 1500px;
  }
  #sec3 .row {
    max-width: 1400px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  #sec3 .row .content {
    height: 630px;
    display: flex;
    align-items: flex-end;
  }
  #sec3 .row .content .ttl {
    position: absolute;
    right: 95px;
    top: -145px;
  }
  #sec3 .row .content h2 {
    font-size: 132px;
    margin-bottom: 15px;
  }
  #sec3 .row .content h2 span {
    letter-spacing: 7px;
    line-height: 1em;
  }
  #sec3 .row .content h2 span:last-child {
    margin-left: 130px;
  }
  #sec3 .row .content h2 span:last-child::after {
    height: 10px;
    width: 60px;
    right: 10px;
    top: -30px;
  }
  #sec3 .row .content .desc {
    font-size: 26px;
    margin-bottom: 30px;
    margin-left: 150px;
    letter-spacing: 3px;
  }
  #sec3 .row .content .txt {
    margin-bottom: 20px;
  }
  #sec3 .row .photo-1 {
    margin: 0;
    height: 630px;
    position: absolute;
    left: 0;
    right: 470px;
    top: 0;
  }
  #sec3 .sec3-slide {
    height: 250px;
  }
  #sec3 .sec3-slide::before {
    height: 250px;
    background-size: 1650px;
    animation: slidein1 420s linear infinite;
  }
}
#sec4 {
  padding: 15vw 0;
}
#sec4 h2 {
  margin-bottom: 5vw;
}
#sec4 .desc {
  text-align: center;
  margin-bottom: 50px;
}
#sec4 .row {
  padding: 0 5%;
}
#sec4 .row .col {
  margin-bottom: 50px;
}
#sec4 .row .col .col-img {
  margin-bottom: 20px;
}
#sec4 .row .col h3 {
  margin-bottom: 20px;
}
#sec4 .row .col h3 span:first-child {
  font-size: 20px;
  padding-right: 10px;
}
#sec4 .txt {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.4;
}
#sec4 .deco {
  width: 40%;
  z-index: 1;
margin: 0 30% 50px;
}

@media screen and (min-width: 768px) {
  #sec4 .deco {
  position: absolute;
  width: 100%;
  z-index: 1;
  margin: -24% 0 0 77%;
}

  #sec4 {
    padding: 160px 0;
  }
  #sec4 h2 {
    margin-bottom: 60px;
  }
  #sec4 .desc {
    margin-bottom: 130px;
    font-size: 26px;
  }
  #sec4 .row {
    padding: 0 20px;
    flex-wrap: wrap;
  }
  #sec4 .row .col {
    margin-bottom: 70px;
    width: calc(33.33% - 35px);
  }
  #sec4 .row .col .col-img {
    margin-bottom: 45px;
  }
  #sec4 .row .col .col-img img {
    width: 100%;
  }
  #sec4 .row .col h3 {
    margin-bottom: 20px;
  }
  #sec4 .row .col h3 span:first-child {
    font-size: 20px;
    padding-right: 10px;
  }
}
#sec5 {
  padding: 25vw 0;
  border-top: 1px solid #000;
}
#sec5 h2 {
  margin-bottom: 10vw;
}
#sec5 h2 span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  letter-spacing: 0.05em;
  position: relative;
}
#sec5 h2 span:first-child {
  margin-bottom: 5vw;
}
#sec5 h2 span:first-child::before {
  content: "Let's";
  position: absolute;
  font-size: 5vw;
  left: -7vw;
  top: -8vw;
  rotate: -20deg;
}
#sec5 h2 span:last-child {
  width: 48vw;
}
#sec5 h2 span:last-child::after {
  content: "";
  background: url(../img/about/sec5_logo.png) no-repeat 0 0/100%;
  width: 30%;
  height: 14vw;
  right: -15vw;
  top: -2vw;
  position: absolute;
}
#sec5 .row {
  padding: 0 5%;
}
#sec5 .row .bnr {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 245px 0 195px;
  }
  #sec5 h2 {
    margin-bottom: 110px;
  }
  #sec5 h2 span:first-child {
    margin-bottom: 45px;
    letter-spacing: 5px;
  }
  #sec5 h2 span:first-child::before {
    font-size: 30px;
    left: -45px;
    top: -45px;
  }
  #sec5 h2 span:last-child {
    letter-spacing: 4px;
    width: -moz-max-content;
    width: max-content;
  }
  #sec5 h2 span:last-child::after {
    width: 116px;
    height: 108px;
    right: -140px;
    top: -30px;
  }
  #sec5 .row {
    padding: 0;
  }
  #sec5 .row .bnr {
    margin-bottom: 30px;
  }
}
#sec6 {
  color: #fff;
  border-top: 20px solid #000;
}
#sec6 .box {
  position: relative;
}
#sec6 .box .photo-bg {
  height: 800px;
}
#sec6 .box .photo-bg img {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec6 .box .content-1 {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
}
#sec6 .box .content-1 h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
#sec6 .box .content-2 {
  position: absolute;
  bottom: 5%;
  background: #000;
  padding: 20px;
  left: 5%;
  width: 90%;
  box-sizing: border-box;
}
#sec6 .box .content-2 h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
#sec6 .box .content-2 .list-1 {
  font-size: 14px;
  margin-bottom: 10px;
}
#sec6 .box .content-2 .list-2 {
  font-size: 12px;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  #sec6 {
    border-top: 45px solid #000;
  }
  #sec6 .box .photo-bg {
    height: 750px;
  }
  #sec6 .box .photo-bg img {
    height: 750px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec6 .box .content-1 {
    left: auto;
    top: 190px;
    width: 470px;
    right: calc(50% + 25px);
  }
  #sec6 .box .content-1 h3 {
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 50px;
  }
  #sec6 .box .content-1 .txt {
    letter-spacing: 1.3px;
  }
  #sec6 .box .content-2 {
    bottom: 50px;
    padding: 35px 0 50px 35px;
    left: calc(50% + 105px);
    max-width: 645px;
    right: 0;
    width: 40%;
    z-index: 0;
  }
  #sec6 .box .content-2::before {
    content: "";
    background: #000;
    right: calc(50% - 50vw);
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  #sec6 .box .content-2 h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #sec6 .box .content-2 .list-1 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  #sec6 .box .content-2 .list-2 {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  #sec6 .box .content-2 {
    padding-right: 40px;
    left: auto;
    right: 0;
    width: 46%;
  }
}/*# sourceMappingURL=about.css.map */