.kv {
  position: relative;
  background: url("../images/kv-bg-xs.jpg") bottom center no-repeat ;
  background-size: cover;
  padding: 20vw 0 10vw;
}

.kv img {
  width: 100%;
}

.kv__box {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
}

.kv-title {
  padding-bottom: 60px;
}

.kv .title1 {
  -webkit-animation: 2s kvtitle infinite linear;
          animation: 2s kvtitle infinite linear;
}

.kv .title2 {
  width: 90%;
  margin: 0 auto;
  max-width: auto;
  padding-top: 15px;
}

@media (min-width: 996px) {
  .kv {
    padding: 8vw 0 3vw;
    background: url("../images/kv-bg.jpg") bottom center no-repeat ;
    background-size: cover;
  }
  .kv__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70%;
  }
  .kv-pd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .kv-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    padding-bottom: 0;
  }
  .kv .title2 {
    padding-top: 25px;
  }
}

@-webkit-keyframes kvtitle {
  0%, 100% {
    -webkit-filter: drop-shadow(rgba(255, 255, 255, 0.3) 0 0 0px);
            filter: drop-shadow(rgba(255, 255, 255, 0.3) 0 0 0px);
    opacity: .9;
  }
  50% {
    -webkit-filter: drop-shadow(rgba(255, 255, 255, 0.3) 0 0 30px);
            filter: drop-shadow(rgba(255, 255, 255, 0.3) 0 0 30px);
    opacity: .7;
  }
}

@keyframes kvtitle {
  0%, 100% {
    -webkit-filter: drop-shadow(rgba(255, 255, 255, 0.3) 0 0 0px);
            filter: drop-shadow(rgba(255, 255, 255, 0.3) 0 0 0px);
    opacity: .9;
  }
  50% {
    -webkit-filter: drop-shadow(rgba(255, 255, 255, 0.3) 0 0 30px);
            filter: drop-shadow(rgba(255, 255, 255, 0.3) 0 0 30px);
    opacity: .7;
  }
}

.intro {
  position: relative;
  text-align: center;
  padding: 45px 25px 0;
}

@media (min-width: 996px) {
  .intro {
    padding: 80px 25px 0;
  }
}

.intro-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 996px) {
  .intro-bg {
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}

.intro__text {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

.intro__mark {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 0 20px;
}

.intro__mark a {
  width: 30%;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.intro__mark a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (min-width: 996px) {
  .intro__mark a {
    width: 25%;
  }
}

.intro__statute {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  gap: 20px;
  font-size: 6vw;
}

.intro__statute a {
  color: #a0703d;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.intro__statute a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (min-width: 996px) {
  .intro__statute {
    font-size: 36px;
    gap: 80px;
  }
}

.bike {
  position: relative;
  z-index: 2;
  margin-top: 25px;
}

@media (min-width: 996px) {
  .bike {
    margin-top: -10vh;
  }
}

.bike img {
  width: 100%;
}

.bike__box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 2400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bike-man {
  width: 40%;
}

@media (min-width: 996px) {
  .bike-man {
    width: 25%;
  }
}

.bike-man .tire {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 24%;
}

.bike-man .tire-1 {
  right: 0%;
}

@media (min-width: 996px) {
  .bike-man .tire-1 {
    -webkit-animation: 2s tire infinite linear;
            animation: 2s tire infinite linear;
  }
}

.bike-man .tire-2 {
  right: 40%;
}

@media (min-width: 996px) {
  .bike-man .tire-2 {
    -webkit-animation: 3s tire infinite linear;
            animation: 3s tire infinite linear;
  }
}

.bike-man .tree {
  display: none;
}

@media (min-width: 996px) {
  .bike-man .tree {
    display: block;
    position: absolute;
    width: 45%;
    left: 100%;
    bottom: 0;
  }
}

.bike-women {
  width: 50%;
}

@media (min-width: 996px) {
  .bike-women {
    width: 28%;
  }
}

.bike-women .tire {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 18%;
}

.bike-women .tire-1 {
  left: 1%;
}

@media (min-width: 996px) {
  .bike-women .tire-1 {
    animation: 2s tire infinite linear reverse;
  }
}

.bike-women .tire-2 {
  left: 31%;
}

@media (min-width: 996px) {
  .bike-women .tire-2 {
    animation: 3s tire infinite linear reverse;
  }
}

.bike .peo {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes tire {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes tire {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.journey {
  padding: 50px 25px;
}

@media (min-width: 996px) {
  .journey {
    padding: 100px 25px;
  }
}

.journey__item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #444;
  --dateBg: linear-gradient(to right, #6ea5e8, #3079b8);
  --col: #3079b8;
}

.journey__item .date {
  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;
  background: var(--dateBg);
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 5px;
}

.journey__item .arrow {
  position: relative;
}

.journey__item .arrow::after {
  content: "";
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 15px;
  height: 15px;
  background: var(--col);
  position: absolute;
  top: 50%;
}

.journey__item .list {
  padding: 20px 0 20px 20px;
}

.journey__item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.journey__item li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--col);
  margin-right: 4px;
  margin-top: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
}

.journey__item-2 {
  --dateBg: linear-gradient(to right, #12b1db, #56d9fc);
  --col: #56d9fc;
}

.journey__item-3 {
  --dateBg: linear-gradient(to right, #72d79d, #41af86);
  --col: #41af86;
}

.journey__item-4 {
  --dateBg: linear-gradient(to right, #9fdf47, #84bb3b);
  --col: #84bb3b;
}

.journey__item-5 {
  --dateBg: linear-gradient(to right, #a6e94a, #8bc43e);
  --col: #8bc43e;
}

@media (min-width: 768px) {
  .journey__box {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25vw 0;
  }
  .journey__item {
    position: relative;
    height: 50px;
    font-size: 24px;
  }
  .journey__item .date {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 100%;
  }
  .journey__item .arrow {
    position: absolute;
    z-index: 2;
  }
  .journey__item .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    width: 200%;
    font-size: 12px;
  }
  .journey__item .list::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #ccc;
  }
  .journey__item-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .journey__item-1 .arrow {
    top: 100%;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
  .journey__item-1 .list {
    top: 100%;
    left: 35%;
    width: 200%;
  }
  .journey__item-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .journey__item-2 .arrow {
    top: 0px;
    left: calc(50% - 7px);
    -webkit-transform: rotate(-90deg) translateX(-50%);
            transform: rotate(-90deg) translateX(-50%);
  }
  .journey__item-2 .list {
    bottom: 100%;
    left: calc(50% - 20px);
  }
  .journey__item-2 .list::before {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .journey__item-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .journey__item-3 .arrow {
    top: 100%;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
  .journey__item-3 .list {
    top: 100%;
    left: 35%;
    width: 200%;
  }
  .journey__item-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    --col: #a6e94a;
  }
  .journey__item-4 .arrow {
    top: 0px;
    left: 10%;
    -webkit-transform: rotate(-90deg) translateX(-50%);
            transform: rotate(-90deg) translateX(-50%);
  }
  .journey__item-4 .list {
    bottom: 100%;
    left: calc( 10% - 15px);
    width: 170%;
  }
  .journey__item-4 .list::before {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .journey__item-4 .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .journey__item-4 .list ul li {
    vertical-align: top;
    width: calc(50% - 20px);
  }
  .journey__item-4 .list ul li:nth-child(odd) {
    margin-right: 20px;
  }
  .journey__item-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

@media (min-width: 996px) {
  .journey__box {
    padding: 350px 0 200px;
  }
}

.feature {
  text-align: center;
  padding: 0 25px 50px;
  --color1: #b1af9a;
  --color2: #d0cdb9;
}

.feature__box {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.feature .planet {
  position: relative;
  z-index: 1;
}

.feature .boximg {
  display: none;
}

.feature .icon {
  background: linear-gradient(45deg, var(--color1), var(--color2));
  border-radius: 20px;
  padding: 5px;
  width: 80px;
  margin: 0 auto 10px;
}

.feature .item {
  padding-top: 25px;
}

.feature .item a {
  color: #222;
}

.feature .item-2 {
  --color1: #bf9c5f;
  --color2: #cea967;
}

.feature .item-3 {
  --color1: #9ea64e;
  --color2: #a7b252;
}

.feature .item-4 {
  --color1: #55a883;
  --color2: #59b38d;
}

.feature .item-5 {
  --color1: #4e8a9f;
  --color2: #5ca1ba;
}

@media (min-width: 996px) {
  .feature {
    padding: 50px 0 100px;
  }
  .feature .hover-scale {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  .feature .hover-scale a {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .feature .boximg {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  .feature .boximg img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .feature .icon {
    background: none;
    padding: 0;
    width: 60px;
    margin: 0 0 0 15%;
  }
  .feature .item {
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: left;
    width: 20%;
    font-size: 12px;
    -webkit-transition: -webkit-transform 0.3s ease .5s;
    transition: -webkit-transform 0.3s ease .5s;
    transition: transform 0.3s ease .5s;
    transition: transform 0.3s ease .5s, -webkit-transform 0.3s ease .5s;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .feature .item a {
    color: #fff;
    display: block;
  }
  .feature .item h3 {
    font-size: 20px;
  }
  .feature .item p {
    line-height: 1.3;
  }
  .feature .item-1 {
    top: 32%;
    left: 5%;
  }
  .feature .item-1.hover-scale {
    top: 32%;
    left: 4%;
  }
  .feature .item-2 {
    top: 56%;
    left: 18%;
  }
  .feature .item-2 .icon {
    margin-left: 30%;
  }
  .feature .item-2.hover-scale {
    top: 57%;
    left: 17%;
  }
  .feature .item-3 {
    top: 68%;
    left: 42%;
  }
  .feature .item-3 .icon {
    margin-left: 22%;
  }
  .feature .item-4 {
    top: 58%;
    left: 65%;
  }
  .feature .item-4 .icon {
    margin-left: 2%;
  }
  .feature .item-4.hover-scale {
    top: 59%;
    left: 66%;
  }
  .feature .item-5 {
    top: 30%;
    left: 78%;
  }
  .feature .item-5 .icon {
    margin-left: 22%;
    -webkit-transform: scale(1.08) translateY(10px);
            transform: scale(1.08) translateY(10px);
  }
  .feature .item-5.hover-scale {
    top: 30%;
    left: 79%;
  }
}

.project {
  background: #eee;
  font-size: 17px;
  line-height: 1.5;
  color: #222;
}

@media (min-width: 996px) {
  .project {
    font-size: 20px;
    line-height: 1.8;
  }
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project picture {
  display: block;
}

.project .common-title {
  color: #8da57c;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  letter-spacing: 2px;
  line-height: 1.2;
}

@media (min-width: 996px) {
  .project .common-title {
    font-size: 48px;
  }
}

.project .banner img {
  width: 100%;
  vertical-align: bottom;
}
/*# sourceMappingURL=main.css.map */