/*============================
=            grey            =
============================*/
/*=====  End of grey  ======*/
/*============================
=            blue            =
============================*/
/*=====  End of blue  ======*/
/*=============================
=            green            =
=============================*/
/*=====  End of green  ======*/
.footer.p_404 {
  display: none;
}

.p404 {
  overflow: hidden;
}

.sides_wrap {
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
}
.sides_wrap .left {
  width: 65%;
  height: 100%;
  position: relative;
}
.sides_wrap .left .bcg {
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sides_wrap .left .bcg::before {
  width: 707px;
  height: 613px;
  position: absolute;
  content: "";
  right: -23%;
  top: -105px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/map_pl.svg");
  filter: invert(100%);
  opacity: 0.03;
  z-index: 0;
}
.sides_wrap .left .desc {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #1e273d;
}
.sides_wrap .left .container {
  position: relative;
}
.sides_wrap .left .btn_wrap {
  padding-top: 72px;
  display: block;
}
.sides_wrap .left .btn_wrap .text {
  font-size: 3rem;
  color: #06832F;
  display: inline-block;
  font-weight: 900;
  position: relative;
  z-index: 1;
  top: -4px;
}
.sides_wrap .left .btn_wrap .btn {
  font-weight: 600;
  width: 210px;
  border-radius: 50px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #1e273d;
  box-shadow: 0 8px 11px -4px #686e6c;
  background-color: #EBEBEB;
  display: inline-block;
  position: relative;
  left: -50px;
}
.sides_wrap .left .btn_wrap .arrow {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 5px;
  fill: #1e273d;
}
.sides_wrap .title_2line {
  padding-top: 20.7vh;
  padding-bottom: 6vh;
  font-size: 4.625rem;
  line-height: 1.027027027;
}
.sides_wrap .title_2line .t1 {
  font-weight: 400;
}
.sides_wrap .title_2line .t2 {
  font-weight: 700;
}
.sides_wrap .right {
  width: 45%;
  position: relative;
  background-color: #06832f;
}
.sides_wrap .right .bcg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.sides_wrap .right .slup {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/slup.jpg");
}
.sides_wrap .right .sign_wrap {
  position: relative;
  z-index: 2;
  color: #434343;
  border-right: none;
  height: 226px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  overflow: hidden;
  position: absolute;
  right: calc(50% + 40px);
  bottom: 10.5vh;
}
.sides_wrap .right .sign {
  background-color: #fff;
  border: 3px solid #777777;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  letter-spacing: 0.05em;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 499px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.sides_wrap .right .sign .title {
  font-size: 10.6875rem;
  font-weight: 500;
}
.sides_wrap .right .sign .desc {
  padding-left: 52px;
  font-size: 2.25rem;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}
.sides_wrap .right .sign_wrap_inner {
  width: 650px;
}
.sides_wrap .right .arrow {
  width: 182px;
  height: 182px;
  position: absolute;
  right: 74px;
  top: 23px;
  background-color: #fff;
  border: 3px solid #777777;
  transform: rotate(45deg);
  overflow: hidden;
}
.sides_wrap .right .arrow::before {
  content: "";
  left: 0;
  left: 33px;
  bottom: 82px;
  background-color: #06832F;
  width: 100%;
  height: 82px;
  margin: auto 0;
  position: absolute;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1919px) {
  .sides_wrap .title_2line {
    padding-top: 14.7vh;
  }
  .sides_wrap .right .sign_wrap_inner {
    width: 635px;
  }
  .sides_wrap .right .sign_wrap {
    height: 176px;
    right: calc(50% - 10px);
    bottom: 4.5vh;
  }
  .sides_wrap .right .arrow {
    width: 128px;
    height: 128px;
  }
  .sides_wrap .right .arrow::before {
    left: 39px;
    bottom: 69px;
    height: 59px;
  }
}
@media screen and (max-width: 1440px) {
  .sides_wrap .title_2line {
    padding-top: 9.7vh;
    padding-bottom: 5vh;
    font-size: 3.125rem;
    line-height: 1.027027027;
  }
  .sides_wrap .right .sign_wrap {
    bottom: 6.5vh;
    height: 146px;
    right: calc(50% - 10px);
  }
  .sides_wrap .right .sign_wrap_inner {
    width: 476px;
  }
  .sides_wrap .right .arrow {
    width: 106px;
    height: 106px;
    position: absolute;
    right: 46px;
    top: 20px;
  }
  .sides_wrap .right .arrow::before {
    height: 40px;
    bottom: 63px;
  }
  .sides_wrap .right .sign {
    width: 379px;
  }
  .sides_wrap .right .sign .desc {
    font-size: 1.5625rem;
  }
  .sides_wrap .right .sign .title {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .sides_wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
    height: auto !important;
  }
  .sides_wrap .left {
    padding-bottom: 176px;
    width: 100%;
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    height: calc(100% - 202px);
  }
  .sides_wrap .left .bcg::before {
    width: 607px;
    height: 613px;
    right: -18%;
    bottom: -93%;
    top: auto;
  }
  .sides_wrap .left .desc {
    text-align: center;
    font-size: 1rem;
    max-width: 540px;
    margin: auto;
  }
  .sides_wrap .left .btn_wrap {
    max-width: 540px;
    margin: auto;
    padding-top: 42px;
  }
  .sides_wrap .left .btn_wrap .btn::before {
    width: 13px;
  }
  .sides_wrap .right {
    width: 100%;
    height: 202px;
  }
  .sides_wrap .right .sign_wrap {
    margin: auto 0;
    right: unset;
    bottom: 0 !important;
    left: 101px;
    height: 110px;
    transform: translateX(-50px);
    top: 0;
  }
  .sides_wrap .right .sign_wrap .sign_wrap_inner {
    width: 310px;
  }
  .sides_wrap .right .sign {
    width: 256px;
  }
  .sides_wrap .right .sign .title {
    font-size: 5.125rem;
  }
  .sides_wrap .right .sign .desc {
    font-size: 1.0625rem;
  }
  .sides_wrap .right .arrow {
    width: 77px;
    height: 79px;
    right: 17px;
    top: 17px;
  }
  .sides_wrap .right .arrow::before {
    height: 32px;
    bottom: 45px;
    left: 24px;
  }
  .sides_wrap .right .slup {
    left: 195px;
    height: 202px !important;
    width: 29px;
  }
  .sides_wrap .title_2line {
    font-size: 2.25rem;
    padding-top: 8.8vh;
  }
  .footer.p_404 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sides_wrap .left {
    padding-bottom: 122px;
    height: calc(100% - 161px);
  }
  .sides_wrap .left .bcg::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 80%;
  }
  .sides_wrap .left .desc {
    font-size: 0.875rem;
  }
  .sides_wrap .left .btn_wrap {
    padding-top: 33px;
  }
  .sides_wrap .left .btn_wrap .text {
    font-size: 2.5rem;
    text-align: center;
    width: 100%;
    padding-bottom: 14px;
  }
  .sides_wrap .left .btn_wrap .btn {
    width: 178px;
    margin: auto;
    left: 0;
    display: block;
  }
  .sides_wrap .right {
    height: 161px;
  }
  .sides_wrap .right .sign_wrap {
    height: 85px;
    transform: translateX(20px);
    right: unset;
    left: 0;
  }
  .sides_wrap .right .sign {
    width: 187px;
  }
  .sides_wrap .right .sign .title {
    font-size: 4rem;
  }
  .sides_wrap .right .sign .desc {
    padding-left: 25px;
    font-size: 0.8125rem;
  }
  .sides_wrap .right .arrow {
    width: 62px;
    height: 62px;
    right: 92px;
    top: 13px;
  }
  .sides_wrap .right .arrow::before {
    height: 26px;
    bottom: 31px;
    left: 17px;
  }
  .sides_wrap .right .slup {
    left: 160px;
    height: 161px !important;
    width: 22px;
  }
  .sides_wrap .title_2line {
    font-size: 1.625rem;
    padding-top: 5.3vh;
  }
  .footer.p_404 {
    display: block;
  }
}/*# sourceMappingURL=p404.css.map */