<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
#sec1 {
  position: relative;
  color: #fff;
}
#sec1 .bgsec-parallax {
  height: 100vw;
}
#sec1 .sec1-ttl, #sec1 .txt {
  box-sizing: border-box;
}
#sec1 h2 {
  margin: 0px 30%;
}
#sec1 .txt {
  margin: 0px 4%;
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding-bottom: 10vw;
  }
  #sec1:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .bgsec-parallax {
    height: 750px;
    position: absolute;
  }
  #sec1 .para1 {
    top: 0px;
    left: 0px;
    right: 0px;
  }
  #sec1 .para2 {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  #sec1 .sec1-ttl {
    padding: 96px 0px 123px 11px;
    max-width: 1200px;
    margin: 0px auto;
  }
  #sec1 h2 {
    margin: 0px;
  }
  #sec1 .txt {
    width: 1200px;
    margin: 0px auto;
    padding: 299px 0px 136px;
  }
  #sec1 .txt .txt-inner {
    width: 416px;
    margin-left: auto;
  }
}

#sec2 {
  margin-top: 30vw;
}
#sec2 h2 {
  margin: 0px 25%;
  position: relative;
}
#sec2 h2:before {
  content: "";
  position: absolute;
  top: -22vw;
  left: -20vw;
  background-image: url(../img/scene/sec2_line.png);
  width: 36vw;
  height: 36vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sec2 .sec2-map {
  margin: 10vw 4% 0px;
}
#sec2 .txt {
  margin-top: 8vw;
  font-size: 18px;
  line-height: 1.75;
}
#sec2 .txt li {
  position: relative;
  display: flex;
}
#sec2 .txt li:before {
  content: "・";
  position: relative;
}
#sec2 .txt li + li {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #sec2 {
    margin-top: 303px;
  }
  #sec2 h2 {
    margin: 0px 0px 0px -73px;
  }
  #sec2 h2:before {
    top: -169px;
    left: -135px;
    width: 270px;
    height: 270px;
  }
  #sec2 .sec2-map {
    position: absolute;
    top: -147px;
    right: -100px;
    margin: 0px;
  }
  #sec2 .txt {
    margin: 62px 0px 0px -68px;
    font-size: 20px;
  }
}

#sec3 {
  margin-top: 16vw;
  position: relative;
}
#sec3 .wrap {
  padding-bottom: 10vw;
}
#sec3 .wrap:before {
  content: "";
  position: absolute;
  left: 25%;
  right: -100%;
  bottom: 0px;
  background-image: url(../img/shared/bg_par1.jpg);
  background-position: center top;
  background-repeat: repeat;
  height: 140vw;
}
#sec3 h2 {
  margin: 0px 44%;
}
#sec3 .sec3-group-img {
  position: relative;
}
#sec3 h3 {
  position: absolute;
  z-index: 1;
  width: 15%;
}
#sec3 .inner1 h3 {
  left: 4%;
  bottom: 4vw;
}
#sec3 .inner1 .sec3-group-img {
  margin-top: 8vw;
}
#sec3 .inner2 {
  margin-top: 8vw;
  align-items: flex-start;
}
#sec3 .inner2 h3 {
  left: 4%;
  bottom: 4vw;
}
#sec3 .sec3-img2 {
  margin: 0px 10%;
}
#sec3 .sec3-img3 {
  margin: 8vw 0px 0px;
}
@media screen and (min-width: 768px) {
  #sec3 {
    margin-top: 195px;
  }
  #sec3 .wrap {
    padding-bottom: 62px;
  }
  #sec3 .wrap:before {
    left: calc(50% - 139px);
    height: 632px;
  }
  #sec3 h3 {
    width: auto;
  }
  #sec3 .inner1 {
    flex-direction: row-reverse;
  }
  #sec3 .inner1 h3 {
    left: 36px;
    bottom: 26px;
  }
  #sec3 .inner1 .sec3-group-img {
    margin: 0px 0px 0px -156px;
  }
  #sec3 h2 {
    margin: 68px -126px 0px 0px;
  }
  #sec3 .inner2 {
    margin-top: 19px;
  }
  #sec3 .inner2 h3 {
    left: 50px;
    bottom: 37px;
  }
  #sec3 .sec3-img2 {
    margin: 0px 0px 0px -158px;
  }
  #sec3 .sec3-img3 {
    margin: 52px -187px 0px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec3 h2 {
    margin-right: -70px;
  }
}

#sec4 {
  position: relative;
  margin-top: 12vw;
  padding-bottom: 16vw;
  background-image: url(../img/shared/deco_bottom.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 35% auto;
}
#sec4 h2 {
  margin: 0px 25%;
}
#sec4 .sec4-img1 {
  margin-top: 8vw;
}
#sec4 .sec4-img2 {
  margin: 8vw 10% 0px;
}
@media screen and (min-width: 768px) {
  #sec4 {
    background-size: auto;
    margin-top: 80px;
    padding-bottom: 121px;
  }
  #sec4 .wrap {
    padding-top: 118px;
  }
  #sec4 h2 {
    margin: 0px 0px 0px -101px;
  }
  #sec4 .sec4-img1 {
    position: absolute;
    top: 0px;
    right: -198px;
    margin: 0px;
  }
  #sec4 .sec4-img2 {
    margin: 84px 0px 0px -201px;
  }
}

@media screen and (min-width: 768px) {
  #sec5 .inner {
    padding-top: 204px;
  }
}</pre></body></html>