.l-main {
  overflow-x: hidden;
  padding-top: 0;
}

.l-main .section-tit {
  margin-bottom: 12.5vw;
  text-align: center;
}

.l-main .section-tit .desc {
  margin-bottom: 3.90625vw;
  font-size: 3.75vw;
  font-weight: 300;
}

.l-main .section-tit .tit {
  font-family: 'scdream';
  font-size: 7.8125vw;
  font-weight: 600;
}

.l-main .section-01 {
  position: relative;
}

.l-main .section-01 .swiper-container.main-swiper {
  width: 100vw;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 187.5vw;
}

@-webkit-keyframes scaleImg {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleImg {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes txtIn {
  from {
    opacity: 0;
    bottom: -1.5625vw;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes txtIn {
  from {
    opacity: 0;
    bottom: -1.5625vw;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .bg img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide-active .bg img {
  -webkit-transition: all 5s;
  transition: all 5s;
  -webkit-animation: scaleImg 5s forwards;
          animation: scaleImg 5s forwards;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide-active .txt-wrap .desc {
  -webkit-animation: txtIn .7s forwards;
          animation: txtIn .7s forwards;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide-active .txt-wrap .tit {
  -webkit-animation: txtIn .5s forwards;
          animation: txtIn .5s forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide-active .txt-wrap .grandopen {
  -webkit-animation: txtIn .5s forwards;
          animation: txtIn .5s forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide-active .txt-wrap .tel {
  -webkit-animation: txtIn .5s forwards;
          animation: txtIn .5s forwards;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide-active .box .category {
  -webkit-animation: txtIn .5s forwards;
          animation: txtIn .5s forwards;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide-active .box .tit-desc {
  -webkit-animation: txtIn .5s forwards;
          animation: txtIn .5s forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide-active .box .tit-strong {
  -webkit-animation: txtIn .5s forwards;
          animation: txtIn .5s forwards;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide-active .box .desc {
  -webkit-animation: txtIn .5s forwards;
          animation: txtIn .5s forwards;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .txt-wrap {
  position: absolute;
  left: 12.5vw;
  top: 46.09375vw;
  width: 100%;
  text-align: left;
  color: #2a4559;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .txt-wrap .desc {
  line-height: 4.6875vw;
  padding-bottom: 3.125vw;
  position: relative;
  bottom: -1.5625vw;
  font-size: 3.75vw;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .txt-wrap .desc strong {
  font-weight: bold;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .txt-wrap .tit {
  margin-bottom: 5.46875vw;
  opacity: 0;
  font-weight: bold;
  font-size: 7.96875vw;
  position: relative;
  bottom: -1.5625vw;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .txt-wrap .grandopen {
  display: inline-block;
  margin-bottom: 4.6875vw;
  opacity: 0;
  font-family: 'Montserrat';
  font-size: 3.90625vw;
  font-weight: 600;
  position: relative;
  bottom: -1.5625vw;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .txt-wrap .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32.8125vw;
  height: 6.71875vw;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  border-radius: 3.35938vw;
  background: #024f4e;
  font-family: 'notoserif';
  font-size: 3.90625vw;
  font-weight: 600;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .txt-wrap .tel .icon-tel {
  width: 3.04688vw;
  height: 3.20312vw;
  margin-right: 1.5625vw;
  background-image: url(../../images/main/icon-tel.png);
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .box {
  width: 100%;
  position: absolute;
  left: 15.625vw;
  top: 42.1875vw;
  text-align: left;
  color: #fff;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .box p {
  position: relative;
  opacity: 0;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .box .category {
  display: inline-block;
  margin-bottom: 7.03125vw;
  width: 35.54688vw;
  height: 8.28125vw;
  line-height: 8.28125vw;
  font-size: 3.125vw;
  font-family: "Montserrat";
  font-weight: 500;
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .box .category::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.15625vw;
  bottom: 0;
  left: 0;
  background: #fff;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .box .category::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.15625vw;
  top: 0;
  left: 0;
  background: #fff;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .box .tit-desc {
  margin-bottom: 3.90625vw;
  font-size: 3.90625vw;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .box .tit-strong {
  margin-bottom: 6.64062vw;
  font-size: 6.5625vw;
  line-height: 8.28125vw;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .box .tit-strong span {
  font-weight: 400;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .box .tit-strong span strong {
  font-size: 8.4375vw;
  display: block;
  font-weight: 600;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .box .desc {
  font-size: 3.59375vw;
  line-height: 4.53125vw;
  position: relative;
  padding-left: 2.34375vw;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .box .desc::before {
  content: "";
  width: 0.54688vw;
  height: 0.54688vw;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 1.95312vw;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide .box .desc .min {
  font-size: 2.96875vw;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide:nth-child(2) .box .tit-strong img {
  width: 6.64062vw;
  height: 6.25vw;
  margin-right: 2.34375vw;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide:nth-child(3) .box .tit-strong img {
  width: 5.54688vw;
  height: 7.10938vw;
  margin-right: 2.34375vw;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide:nth-child(4) .box .tit-strong img {
  width: 7.42188vw;
  height: 5.46875vw;
  margin-right: 2.34375vw;
}

.l-main .section-01 .swiper-container.main-swiper .swiper-wrapper .swiper-slide:nth-child(5) .box .tit-strong img {
  width: 9.375vw;
  height: 7.8125vw;
  margin-right: 2.34375vw;
}

.l-main .section-01 .swiper-container.swiper-thumbs {
  border-radius: 90px;
  position: absolute;
  bottom: 2.34375vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide {
  width: 15.625vw;
  height: 11.71875vw;
  background: #fff;
  background: rgba(0, 81, 81, 0.7);
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide .icon-prugio {
  width: 3.90625vw;
  height: 4.60938vw;
  background-image: url(../../images/main/icon-prugio.png);
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide .icon-traffic {
  width: 4.92188vw;
  height: 4.53125vw;
  background-image: url(../../images/main/icon-traffic.png);
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide .icon-value {
  width: 3.82812vw;
  height: 5.07812vw;
  background-image: url(../../images/main/icon-value.png);
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide .icon-life {
  width: 5.70312vw;
  height: 4.375vw;
  background-image: url(../../images/main/icon-life.png);
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide .icon-edu {
  width: 6.64062vw;
  height: 5.46875vw;
  background-image: url(../../images/main/icon-edu.png);
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  width: 0;
  height: 0.78125vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: width 5s;
  transition: width 5s;
  opacity: 0;
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active::before {
  width: 15.625vw;
  opacity: 1;
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active .icon-prugio {
  width: 3.90625vw;
  height: 4.60938vw;
  background-image: url(../../images/main/icon-prugio_on.png);
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active .icon-traffic {
  width: 4.92188vw;
  height: 4.53125vw;
  background-image: url(../../images/main/icon-traffic_on.png);
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active .icon-value {
  width: 3.82812vw;
  height: 5.07812vw;
  background-image: url(../../images/main/icon-value_on.png);
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active .icon-edu {
  width: 6.64062vw;
  height: 5.46875vw;
  background-image: url(../../images/main/icon-edu_on%EF%B9%96v=1.png);
}

.l-main .section-01 .swiper-container.swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active .icon-life {
  width: 5.70312vw;
  height: 4.375vw;
  background-image: url(../../images/main/icon-life_on%EF%B9%96v=1.png);
}

.l-main .section-02 {
  width: 100%;
  background: #6c7a83;
  position: relative;
}

.l-main .section-02::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 108.59375vw;
  width: 82.26562vw;
  height: 13.125vw;
  background: url(../../images/main/section-logo.png) 0 0 no-repeat;
  background-size: cover;
}

.l-main .section-02 .wrap-map .txt-box {
  padding: 16.79688vw 6.25vw;
  position: relative;
  color: #fff;
}

.l-main .section-02 .wrap-map .txt-box .location {
  margin-bottom: 11.32812vw;
  font-family: 'Montserrat';
  font-size: 4.0625vw;
  font-weight: 600;
}

.l-main .section-02 .wrap-map .txt-box .tit {
  margin-bottom: 3.125vw;
  font-size: 4.53125vw;
  line-height: 5.46875vw;
  font-weight: 300;
}

.l-main .section-02 .wrap-map .txt-box .tit strong {
  font-weight: bold;
}

.l-main .section-02 .wrap-map .txt-box .desc {
  margin-bottom: 6.25vw;
  font-size: 7.73438vw;
  font-weight: 300;
}

.l-main .section-02 .wrap-map .txt-box .desc strong {
  font-weight: bold;
}

.l-main .section-02 .wrap-map .txt-box .info-list {
  padding: 0 3.125vw;
  background: #fff;
  margin-bottom: 4.6875vw;
}

.l-main .section-02 .wrap-map .txt-box .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.90625vw 3.125vw;
  font-size: 3.28125vw;
  line-height: 4.53125vw;
  border-bottom: 1px solid rgba(139, 128, 117, 0.2);
}

.l-main .section-02 .wrap-map .txt-box .info-list li strong {
  font-weight: 600;
  color: #fff;
}

.l-main .section-02 .wrap-map .txt-box .info-list li em {
  color: #8b8075;
  font-size: 3.125vw;
  display: inline-block;
  padding: 0 0.78125vw;
}

.l-main .section-02 .wrap-map .txt-box .info-list li span {
  color: #333333;
  font-size: 3.75vw;
}

.l-main .section-02 .wrap-map .txt-box .info-list li span a {
  font-weight: 400;
}

.l-main .section-02 .wrap-map .txt-box .info-list li a {
  color: #333;
  font-weight: 500;
}

.l-main .section-02 .wrap-map .txt-box .info-list li a.num {
  font-family: 'Montserrat';
}

.l-main .section-02 .wrap-map .txt-box .info-list .icon {
  margin-right: 2.73438vw;
}

.l-main .section-02 .wrap-map .txt-box .info-list .icon-location {
  background-image: url(../../images/main/icon-location.png);
  width: 3.98438vw;
  height: 5vw;
}

.l-main .section-02 .wrap-map .txt-box .info-list .icon-tel {
  background-image: url(../../images/main/icon-tell.png);
  width: 3.75vw;
  height: 3.98438vw;
}

.l-main .section-02 .wrap-map .txt-box .more-btn {
  display: block;
  text-align: left;
}

.l-main .section-02 .wrap-map .txt-box .more-btn img {
  width: 31.25vw;
  height: 10.9375vw;
}

.l-main .section-02 .wrap-map .main-map {
  margin: 0 auto;
  width: 100%;
  height: 117.1875vw;
}

.l-main .section-03 .wrap-banner {
  display: block;
}

.l-main .section-interior {
  padding: 23.4375vw 0;
  background-image: url(../../images/main/interior-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.l-main .section-interior .inner {
  position: relative;
  z-index: 1;
}

.l-main .section-interior .inner .section-tit {
  color: #fff;
}

.l-main .section-interior .inner .interior-box {
  display: block;
  padding: 10.15625vw 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.l-main .section-interior .inner .interior-box .num {
  margin-bottom: 3.90625vw;
  font-family: 'scdream';
  font-size: 7.8125vw;
  color: #d6bda3;
  font-weight: 600;
}

.l-main .section-interior .inner .interior-box .desc {
  margin-bottom: 7.8125vw;
  font-weight: 300;
  font-size: 3.125vw;
  line-height: 5.15625vw;
  color: #fff;
}

.l-main .section-interior .inner .interior-box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.4375vw;
  color: #d6bda3;
}

.l-main .section-interior .inner .interior-box .link .icon-arrow {
  width: 6.17188vw;
  height: 0.9375vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  background-image: url(../../images/main/icon-arrow-long-beige.png);
}

.l-main .section-interior .inner .interior-box.active {
  background: rgba(39, 59, 60, 0.8);
}

.l-main .section-interior .inner .interior-box.active .link .icon-arrow {
  opacity: 1;
  margin-left: 2.96875vw;
}

.l-main .section-interior-office {
  background-image: url(../../images/main/interior-bg-office%EF%B9%96v=1.jpg);
}

.l-main .section-unit {
  padding: 23.4375vw 0;
  background: url(../../images/main/unit-bg.jpg) no-repeat center center;
  background-size: cover;
}

.l-main .section-unit .inner {
  width: 100vw;
  position: relative;
}

.l-main .section-unit .inner .section-tit .desc {
  color: #333;
}

.l-main .section-unit .inner .section-tit .tit {
  color: #165151;
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt {
  height: 57.03125vw;
  padding: 11.71875vw 7.8125vw 0;
  background: url(../../images/main/unit-box.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt .tit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5.85938vw;
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt .tit-area .tit {
  display: block;
  margin-right: 3.90625vw;
  font-family: "scdream";
  color: #d6bda3;
  font-weight: 600;
  font-size: 7.8125vw;
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt .tit-area .desc {
  font-size: 3.4375vw;
  line-height: 4.21875vw;
  font-weight: 500;
  color: #fff;
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.4375vw;
  color: #d6bda3;
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt .link .icon-arrow {
  width: 6.17188vw;
  height: 0.9375vw;
  margin-left: 3.125vw;
  background-image: url(../../images/main/icon-arrow-long-beige.png);
}

.l-main .section-unit .inner .unit-swiper .swiper-slide-active .wrap-txt .loading-bar {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-main .section-unit .inner .unit-swiper .swiper-slide:last-of-type .wrap-txt .loading-bar {
  left: 45.3125vw;
}

.l-main .section-unit .inner .swiper-unit-thumbs {
  width: 87.5vw;
  padding-left: 7.8125vw;
  position: absolute;
  left: 6.25vw;
  top: 66.40625vw;
  z-index: 1;
}

.l-main .section-unit .inner .swiper-unit-thumbs .swiper-wrapper .swiper-slide {
  width: 21.48438vw;
  height: 6.25vw;
  margin-right: 0.78125vw;
  border-bottom: 0.46875vw solid #506061;
}

.l-main .section-unit .inner .swiper-unit-thumbs .swiper-wrapper .swiper-slide .loading-bar {
  font-size: 4.375vw;
  font-weight: 500;
  color: #506061;
}

.l-main .section-unit .inner .swiper-unit-thumbs .swiper-wrapper .swiper-slide::after {
  content: "";
  display: block;
  width: 0;
  opacity: 0;
  height: 0.46875vw;
  position: absolute;
  left: 0;
  bottom: -0.46875vw;
  -webkit-transition: width 3.5s;
  transition: width 3.5s;
  background: #d6bda3;
}

.l-main .section-unit .inner .swiper-unit-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .loading-bar {
  color: #d6bda3;
}

.l-main .section-unit .inner .swiper-unit-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
  width: 100%;
  opacity: 1;
}
