/* line 17, ../sass/all/base.scss */
.mr-top-0 {
  margin-top: 0 !important;
}

/* line 21, ../sass/all/base.scss */
.mr-top-10 {
  margin-top: 10px !important;
}

/* line 25, ../sass/all/base.scss */
.mr-top-20 {
  margin-top: 20px !important;
}

/* line 29, ../sass/all/base.scss */
.mr-top-30 {
  margin-top: 30px !important;
}

/* line 33, ../sass/all/base.scss */
.mr-top-40 {
  margin-top: 40px !important;
}

/* line 37, ../sass/all/base.scss */
.mr-top-50 {
  margin-top: 50px !important;
}

/* line 41, ../sass/all/base.scss */
.mr-bot-0 {
  margin-bottom: 0 !important;
}

/* line 45, ../sass/all/base.scss */
.mr-bot-10 {
  margin-bottom: 10px !important;
}

/* line 49, ../sass/all/base.scss */
.mr-bot-20 {
  margin-bottom: 20px !important;
}

/* line 53, ../sass/all/base.scss */
.mr-bot-30 {
  margin-bottom: 30px !important;
}

/* line 57, ../sass/all/base.scss */
.mr-bot-40 {
  margin-bottom: 40px !important;
}

/* line 61, ../sass/all/base.scss */
.mr-bot-50 {
  margin-bottom: 50px !important;
}

/* line 68, ../sass/all/base.scss */
.pd-top-0 {
  padding-top: 0 !important;
}

/* line 72, ../sass/all/base.scss */
.pd-top-10 {
  padding-top: 10px !important;
}

/* line 76, ../sass/all/base.scss */
.pd-top-20 {
  padding-top: 20px !important;
}

/* line 80, ../sass/all/base.scss */
.pd-top-30 {
  padding-top: 30px !important;
}

/* line 84, ../sass/all/base.scss */
.pd-top-40 {
  padding-top: 40px !important;
}

/* line 88, ../sass/all/base.scss */
.pd-top-50 {
  padding-top: 50px !important;
}

/* line 92, ../sass/all/base.scss */
.pd-bot-0 {
  padding-bottom: 0 !important;
}

/* line 96, ../sass/all/base.scss */
.pd-bot-10 {
  padding-bottom: 10px !important;
}

/* line 100, ../sass/all/base.scss */
.pd-bot-20 {
  padding-bottom: 20px !important;
}

/* line 104, ../sass/all/base.scss */
.pd-bot-30 {
  padding-bottom: 30px !important;
}

/* line 108, ../sass/all/base.scss */
.pd-bot-40 {
  padding-bottom: 40px !important;
}

/* line 112, ../sass/all/base.scss */
.pd-bot-50 {
  padding-bottom: 50px !important;
}

/* line 118, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase;
}

/* line 122, ../sass/all/base.scss */
.tac {
  text-align: center;
}

/* line 126, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 130, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 135, ../sass/all/base.scss */
.anim {
  opacity: 0;
  animation: TextDownUp 0.5s 1 linear;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}
/* line 141, ../sass/all/base.scss */
.anim.dl2 {
  animation-delay: 0.6s;
}
/* line 145, ../sass/all/base.scss */
.anim.dl3 {
  animation-delay: 0.8s;
}
/* line 149, ../sass/all/base.scss */
.anim.dl4 {
  animation-delay: 1s;
}
/* line 153, ../sass/all/base.scss */
.anim.dl5 {
  animation-delay: 1.2s;
}
/* line 157, ../sass/all/base.scss */
.anim.dl6 {
  animation-delay: 1.4s;
}
/* line 161, ../sass/all/base.scss */
.anim.dl7 {
  animation-delay: 1.6s;
}
/* line 165, ../sass/all/base.scss */
.anim.dl8 {
  animation-delay: 1.8s;
}
/* line 169, ../sass/all/base.scss */
.anim.dl9 {
  animation-delay: 2s;
}
/* line 173, ../sass/all/base.scss */
.anim.dl10 {
  animation-delay: 2.2s;
}
/* line 177, ../sass/all/base.scss */
.anim.dl11 {
  animation-delay: 2.4s;
}
/* line 181, ../sass/all/base.scss */
.anim.dl12 {
  animation-delay: 2.6s;
}
/* line 185, ../sass/all/base.scss */
.anim.dl13 {
  animation-delay: 2.8s;
}

@-webkit-keyframes TextDownUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.5;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes TextDownUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.5;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* line 221, ../sass/all/base.scss */
.has-animation {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s linear,  transform .5s linear;
}
/* line 226, ../sass/all/base.scss */
.has-animation.animate-in {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity .5s linear,  transform .5s linear;
}

@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 267, ../sass/all/base.scss */
  .mr-top-10 {
    margin-top: 7px !important;
  }

  /* line 271, ../sass/all/base.scss */
  .mr-top-20 {
    margin-top: 10px !important;
  }

  /* line 275, ../sass/all/base.scss */
  .mr-top-30 {
    margin-top: 15px !important;
  }

  /* line 279, ../sass/all/base.scss */
  .mr-top-40 {
    margin-top: 20px !important;
  }

  /* line 283, ../sass/all/base.scss */
  .mr-top-50 {
    margin-top: 30px !important;
  }

  /* line 287, ../sass/all/base.scss */
  .mr-bot-10 {
    margin-bottom: 7px !important;
  }

  /* line 291, ../sass/all/base.scss */
  .mr-bot-20 {
    margin-bottom: 10px !important;
  }

  /* line 295, ../sass/all/base.scss */
  .mr-bot-30 {
    margin-bottom: 15px !important;
  }

  /* line 299, ../sass/all/base.scss */
  .mr-bot-40 {
    margin-bottom: 20px !important;
  }

  /* line 303, ../sass/all/base.scss */
  .mr-bot-50 {
    margin-bottom: 30px !important;
  }

  /* line 309, ../sass/all/base.scss */
  .pd-top-10 {
    padding-top: 7px !important;
  }

  /* line 313, ../sass/all/base.scss */
  .pd-top-20 {
    padding-top: 10px !important;
  }

  /* line 317, ../sass/all/base.scss */
  .pd-top-30 {
    padding-top: 15px !important;
  }

  /* line 321, ../sass/all/base.scss */
  .pd-top-40 {
    padding-top: 20px !important;
  }

  /* line 325, ../sass/all/base.scss */
  .pd-top-50 {
    padding-top: 30px !important;
  }

  /* line 330, ../sass/all/base.scss */
  .pd-bot-10 {
    padding-bottom: 7px !important;
  }

  /* line 334, ../sass/all/base.scss */
  .pd-bot-20 {
    padding-bottom: 10px !important;
  }

  /* line 338, ../sass/all/base.scss */
  .pd-bot-30 {
    padding-bottom: 15px !important;
  }

  /* line 342, ../sass/all/base.scss */
  .pd-bot-40 {
    padding-bottom: 20px !important;
  }

  /* line 346, ../sass/all/base.scss */
  .pd-bot-50 {
    padding-bottom: 30px !important;
  }
}
/* line 2, ../sass/index/index-top.scss */
.top {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
/* line 11, ../sass/index/index-top.scss */
.top .container {
  max-width: 1800px;
}

/* line 19, ../sass/index/index-top.scss */
.top-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}

/* line 25, ../sass/index/index-top.scss */
.top-block-left {
  width: 66%;
}

/* line 29, ../sass/index/index-top.scss */
.top-block-text {
  color: #565555;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 1.5vw 0 1vw;
}

/* line 38, ../sass/index/index-top.scss */
.top-block-title {
  font-size: 4vw;
  color: #fff;
  text-transform: uppercase;
}
/* line 43, ../sass/index/index-top.scss */
.top-block-title i, .top-block-title b {
  display: flex;
  align-items: center;
  line-height: 1;
}
/* line 49, ../sass/index/index-top.scss */
.top-block-title b {
  font-family: 'Montserrat', sans-serif;
}
/* line 53, ../sass/index/index-top.scss */
.top-block-title i {
  color: #009698;
}
/* line 57, ../sass/index/index-top.scss */
.top-block-title img {
  display: block;
  width: 3vw;
  height: 4vw;
  margin-right: 5px;
}

/* line 66, ../sass/index/index-top.scss */
.top-block-right {
  width: 33%;
  margin-top: auto;
}
/* line 70, ../sass/index/index-top.scss */
.top-block-right p {
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
  max-width: 300px;
  line-height: 1.2;
  font-weight: 300;
  margin-left: auto;
}

/* line 81, ../sass/index/index-top.scss */
.top-block-img {
  display: block;
  width: 100%;
  height: 37vh;
  margin: 2vh 0;
  overflow: hidden;
  position: relative;
}
/* line 89, ../sass/index/index-top.scss */
.top-block-img .top-block-img-left, .top-block-img .top-block-img-right {
  position: absolute;
  top: 0;
  background-color: #212121;
  width: calc((100% - 1800px + 60px) / 2);
  height: 100%;
}
/* line 97, ../sass/index/index-top.scss */
.top-block-img .top-block-img-left {
  left: 0;
}
/* line 101, ../sass/index/index-top.scss */
.top-block-img .top-block-img-right {
  right: 0;
}
/* line 105, ../sass/index/index-top.scss */
.top-block-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 30px;
}

/* line 114, ../sass/index/index-top.scss */
.top-block-wr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  margin-bottom: 1vw;
}

/* line 122, ../sass/index/index-top.scss */
.top-block-btn {
  display: flex;
  align-items: center;
  font-size: 1.5vw;
  color: #fff;
  border: 2px solid #565555;
  border-radius: 1vw;
  padding: 0.5vw 1vw;
  padding-right: 6vw;
  background-image: url(../img/1814085_arrow_forward_next_right_icon.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 3vw;
  cursor: pointer;
  width: calc(95% / 3);
}
/* line 138, ../sass/index/index-top.scss */
.top-block-btn:hover {
  background-color: #565555;
}

/* line 143, ../sass/index/index-top.scss */
.run-text {
  position: relative;
  margin-bottom: 6vh;
}
/* line 147, ../sass/index/index-top.scss */
.run-text .container {
  max-width: 1800px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 156, ../sass/index/index-top.scss */
.run-text-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  width: 100%;
  font-size: 1.7vw;
  border-radius: 1vw;
  background-color: #565555;
}
/* line 170, ../sass/index/index-top.scss */
.run-text-inner span {
  margin: 0 10px;
}
/* line 173, ../sass/index/index-top.scss */
.run-text-inner span img {
  display: inline-block;
  height: 2vw;
  width: auto;
  margin: 0 0vw 0 1vw;
  position: relative;
  top: 0.4vw;
}
/* line 185, ../sass/index/index-top.scss */
.run-text-inner .simplemarquee-wrapper span {
  font-size: 1.7vw;
}

/* line 191, ../sass/index/index-top.scss */
.run-text-inner-left {
  border: 2px solid #565555;
  border-radius: 1vw;
  padding: 0.5vw 1vw;
  background-color: #212121;
  height: 3.75vw;
}
/* line 198, ../sass/index/index-top.scss */
.run-text-inner-left span {
  display: block;
  white-space: pre;
  margin: 0;
}

/* line 205, ../sass/index/index-top.scss */
.run-text-inner-right {
  border: 2px solid #565555;
  border-radius: 1vw;
  padding: 0.5vw 1vw;
  background-color: #212121;
  height: 3.75vw;
}

/* line 213, ../sass/index/index-top.scss */
.run-text-link {
  width: 46%;
  font-size: 1.7vw;
  color: #fff;
}
/* line 218, ../sass/index/index-top.scss */
.run-text-link a {
  transition: opacity .4s linear;
}
/* line 221, ../sass/index/index-top.scss */
.run-text-link a.op {
  opacity: 0.2;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 232, ../sass/index/index-top.scss */
  .top-block-img .top-block-img-left, .top-block-img .top-block-img-right {
    width: calc((100% - 1220px + 60px) / 2);
  }

  /* line 237, ../sass/index/index-top.scss */
  .top-block-text {
    font-size: 14px;
  }

  /* line 243, ../sass/index/index-top.scss */
  .top-block-right p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 253, ../sass/index/index-top.scss */
  .top-block-img .top-block-img-left, .top-block-img .top-block-img-right {
    width: calc((100% - 980px + 60px) / 2);
  }

  /* line 258, ../sass/index/index-top.scss */
  .top-block-text {
    font-size: 14px;
  }

  /* line 264, ../sass/index/index-top.scss */
  .top-block-right p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 273, ../sass/index/index-top.scss */
  .top-block-img .top-block-img-left, .top-block-img .top-block-img-right {
    width: 4%;
  }

  /* line 278, ../sass/index/index-top.scss */
  .top-block-text {
    font-size: 12px;
  }

  /* line 282, ../sass/index/index-top.scss */
  .top-block-title {
    font-size: 5vw;
  }

  /* line 288, ../sass/index/index-top.scss */
  .top-block-right p {
    font-size: 15px;
  }

  /* line 293, ../sass/index/index-top.scss */
  .run-text-inner {
    font-size: 2.2vw;
  }
  /* line 298, ../sass/index/index-top.scss */
  .run-text-inner .simplemarquee-wrapper span {
    font-size: 2.2vw;
  }

  /* line 304, ../sass/index/index-top.scss */
  .run-text-inner-left {
    height: 5vw;
  }

  /* line 308, ../sass/index/index-top.scss */
  .run-text-inner-right {
    height: 5vw;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 317, ../sass/index/index-top.scss */
  .top-block-img .top-block-img-left, .top-block-img .top-block-img-right {
    width: 4%;
  }

  /* line 322, ../sass/index/index-top.scss */
  .top-block-left {
    width: 100%;
  }

  /* line 326, ../sass/index/index-top.scss */
  .top-block-text {
    font-size: 10px;
  }

  /* line 330, ../sass/index/index-top.scss */
  .top-block-title {
    font-size: 32px;
    margin-top: 25px;
  }
  /* line 334, ../sass/index/index-top.scss */
  .top-block-title img {
    width: 37px;
    height: 37px;
  }

  /* line 340, ../sass/index/index-top.scss */
  .top-block-right {
    width: 100%;
  }
  /* line 343, ../sass/index/index-top.scss */
  .top-block-right p {
    font-size: 15px;
    margin-left: 0;
    margin-top: 25px;
  }

  /* line 350, ../sass/index/index-top.scss */
  .top-block-wr {
    flex-wrap: wrap;
  }

  /* line 354, ../sass/index/index-top.scss */
  .top-block-btn {
    font-size: 15px;
    padding: 5px 40px 5px 10px;
    background-size: 25px;
    border-radius: 8px;
    width: 100% !important;
    margin-bottom: 10px;
  }

  /* line 363, ../sass/index/index-top.scss */
  .run-text {
    margin-bottom: 0;
  }

  /* line 367, ../sass/index/index-top.scss */
  .run-text-inner {
    font-size: 15px;
    border-radius: 8px;
    width: 100% !important;
    margin-bottom: 10px;
  }
  /* line 376, ../sass/index/index-top.scss */
  .run-text-inner .simplemarquee-wrapper span {
    font-size: 15px;
  }
  /* line 379, ../sass/index/index-top.scss */
  .run-text-inner .simplemarquee-wrapper span img {
    height: 16px;
    margin: 0 0 0 20px;
    top: 3px;
  }

  /* line 388, ../sass/index/index-top.scss */
  .run-text-inner-left {
    border-radius: 8px;
    padding: 5px 10px 5px 10px;
    height: 36px;
  }

  /* line 394, ../sass/index/index-top.scss */
  .run-text-inner-right {
    border-radius: 8px;
    padding: 5px 10px 5px 10px;
    height: 36px;
  }
}
/* line 3, ../sass/index/index-news.scss */
.i-news {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 0;
  padding-top: 7vmin;
  margin-top: 18vmin;
}

/* line 22, ../sass/index/index-news.scss */
.i-news-bg-img {
  position: absolute;
  left: -12.6vw;
  bottom: 0;
  height: 48.77vw;
  z-index: -1;
}
/* line 29, ../sass/index/index-news.scss */
.i-news-bg-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 5;
}

/* line 41, ../sass/index/index-news.scss */
.i-news-year {
  position: relative;
  width: 10%;
}
/* line 45, ../sass/index/index-news.scss */
.i-news-year span {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  position: relative;
  letter-spacing: 2px;
}
/* line 54, ../sass/index/index-news.scss */
.i-news-year span:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-radius: 0;
  background: 0 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #fff;
  margin-right: 7px;
  margin-top: 6px;
}

/* line 70, ../sass/index/index-news.scss */
.i-news-desc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-self: flex-start;
  align-self: flex-start;
  position: relative;
  width: 40%;
}

/* line 87, ../sass/index/index-news.scss */
.i-news-desc-title {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  line-height: 1;
  font-size: 60px;
  margin-bottom: 115px;
}

/* line 96, ../sass/index/index-news.scss */
.i-news-desc-name {
  display: block;
  width: 40%;
  font-size: 16px;
}

/* line 102, ../sass/index/index-news.scss */
.i-news-desc-text {
  position: relative;
  width: 47%;
  margin-left: 13%;
  font-weight: 600;
  font-size: 16px;
}

/* line 110, ../sass/index/index-news.scss */
.i-news-img {
  position: relative;
  width: 40%;
  margin-left: 10%;
}
/* line 115, ../sass/index/index-news.scss */
.i-news-img img {
  display: block;
  width: 100%;
}
/* line 120, ../sass/index/index-news.scss */
.i-news-img.egg {
  overflow: hidden;
  border-radius: 20rem;
  width: 30%;
  margin-left: 20%;
}
/* line 126, ../sass/index/index-news.scss */
.i-news-img.egg img {
  display: block;
  /* width: 100%; */
  height: 700px;
  width: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 138, ../sass/index/index-news.scss */
  .i-news-desc-title {
    font-size: 54px;
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 145, ../sass/index/index-news.scss */
  .i-news-desc-title {
    font-size: 54px;
    margin-bottom: 60px;
    order: -2;
  }

  /* line 151, ../sass/index/index-news.scss */
  .i-news-desc-name {
    width: 100%;
  }

  /* line 155, ../sass/index/index-news.scss */
  .i-news-desc-text {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    order: -1;
  }

  /* line 166, ../sass/index/index-news.scss */
  .i-news-img.egg img {
    height: 500px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 176, ../sass/index/index-news.scss */
  .i-news {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 5vmin;
    margin-top: 12vmin;
  }

  /* line 183, ../sass/index/index-news.scss */
  .i-news-year {
    width: 100%;
    margin-bottom: 10px;
  }

  /* line 188, ../sass/index/index-news.scss */
  .i-news-desc {
    width: 50%;
  }

  /* line 192, ../sass/index/index-news.scss */
  .i-news-desc-title {
    font-size: 40px;
    margin-bottom: 40px;
    order: -2;
  }

  /* line 198, ../sass/index/index-news.scss */
  .i-news-desc-name {
    width: 100%;
    font-size: 12px;
  }

  /* line 203, ../sass/index/index-news.scss */
  .i-news-desc-text {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 13px;
    order: -1;
  }

  /* line 213, ../sass/index/index-news.scss */
  .i-news-img.egg {
    width: 36%;
    margin-left: 14%;
  }
  /* line 217, ../sass/index/index-news.scss */
  .i-news-img.egg img {
    height: 400px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 227, ../sass/index/index-news.scss */
  .i-news {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 5vmin;
    margin-top: 12vmin;
  }

  /* line 234, ../sass/index/index-news.scss */
  .i-news-year {
    width: 100%;
    margin-bottom: 10px;
    order: 1;
  }

  /* line 240, ../sass/index/index-news.scss */
  .i-news-desc {
    width: 100%;
    order: 3;
    margin-top: 20px;
  }

  /* line 246, ../sass/index/index-news.scss */
  .i-news-desc-title {
    font-size: 30px;
    margin-bottom: 25px;
    order: -2;
  }

  /* line 252, ../sass/index/index-news.scss */
  .i-news-desc-name {
    width: 100%;
    font-size: 12px;
  }

  /* line 257, ../sass/index/index-news.scss */
  .i-news-desc-text {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 13px;
    order: -1;
  }

  /* line 265, ../sass/index/index-news.scss */
  .i-news-img {
    position: relative;
    width: 100%;
    margin-left: 0;
    order: 2;
  }
  /* line 271, ../sass/index/index-news.scss */
  .i-news-img.egg {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 276, ../sass/index/index-news.scss */
  .i-news-img.egg img {
    height: 40vw;
  }
}
/* line 2, ../sass/index/index-collective.scss */
.collective {
  position: relative;
  max-width: 1460px;
  padding: 10vmin 0;
  color: #fff;
}

/* line 9, ../sass/index/index-collective.scss */
.collective-bg-img {
  position: absolute;
  right: -12.6vw;
  bottom: -11vw;
  height: 45.77vw;
  z-index: -1;
  transform: scale(-1);
}
/* line 17, ../sass/index/index-collective.scss */
.collective-bg-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 5;
}

/* line 29, ../sass/index/index-collective.scss */
.collective-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* line 36, ../sass/index/index-collective.scss */
.collective-title span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
/* line 48, ../sass/index/index-collective.scss */
.collective-title span:nth-child(1) i {
  width: 280px;
}
/* line 55, ../sass/index/index-collective.scss */
.collective-title span:nth-child(2) i {
  width: 444px;
}
/* line 62, ../sass/index/index-collective.scss */
.collective-title span:nth-child(3) i {
  width: 350px;
}
/* line 69, ../sass/index/index-collective.scss */
.collective-title span:last-child i {
  width: 600px;
}
/* line 75, ../sass/index/index-collective.scss */
.collective-title b {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-size: 110px;
  width: max-content;
  max-width: -webkit-fill-available;
  width: auto;
  max-width: auto;
}
/* line 86, ../sass/index/index-collective.scss */
.collective-title i {
  max-width: -webkit-fill-available;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 41px;
  height: 76px;
  transform: translateY(5px);
  margin: auto;
  max-width: initial;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 41px;
  height: 76px;
  transform: translateY(5px);
  margin: auto 10px;
  width: 380px;
}
/* line 106, ../sass/index/index-collective.scss */
.collective-title i img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

/* line 117, ../sass/index/index-collective.scss */
.collective-info {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-left: 50%;
  border-top: 1px solid #fff;
  margin-top: 6vmin;
  padding-top: 6vmin;
}
/* line 130, ../sass/index/index-collective.scss */
.collective-info .title {
  position: relative;
  width: 45%;
  font-size: 14px;
}
/* line 136, ../sass/index/index-collective.scss */
.collective-info .text {
  position: relative;
  width: 49%;
  padding-right: 10%;
  font-weight: 600;
  line-height: 1.6;
  font-size: 14px;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 147, ../sass/index/index-collective.scss */
  .collective {
    max-width: 1220px;
  }

  /* line 153, ../sass/index/index-collective.scss */
  .collective-title b {
    font-size: 80px;
  }
  /* line 157, ../sass/index/index-collective.scss */
  .collective-title i {
    height: 68px;
  }

  /* line 162, ../sass/index/index-collective.scss */
  .collective-info {
    margin-left: 45%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 169, ../sass/index/index-collective.scss */
  .collective {
    max-width: 980px;
  }

  /* line 175, ../sass/index/index-collective.scss */
  .collective-title b {
    font-size: 64px;
    line-height: 1.3;
  }
  /* line 180, ../sass/index/index-collective.scss */
  .collective-title i {
    height: 60px;
  }

  /* line 185, ../sass/index/index-collective.scss */
  .collective-info {
    margin-left: 45%;
    margin-top: 5vmin;
    padding-top: 5vmin;
  }
  /* line 190, ../sass/index/index-collective.scss */
  .collective-info .text {
    padding-right: 0;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 198, ../sass/index/index-collective.scss */
  .collective {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  /* line 206, ../sass/index/index-collective.scss */
  .collective-title b {
    font-size: 5.3vw;
    line-height: 1.3;
  }
  /* line 211, ../sass/index/index-collective.scss */
  .collective-title i {
    height: 6vw;
  }

  /* line 216, ../sass/index/index-collective.scss */
  .collective-info {
    margin-left: 20%;
    margin-top: 5vmin;
    padding-top: 5vmin;
  }
  /* line 221, ../sass/index/index-collective.scss */
  .collective-info .title {
    font-size: 11px;
  }
  /* line 225, ../sass/index/index-collective.scss */
  .collective-info .text {
    padding-right: 0;
    font-size: 13px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 234, ../sass/index/index-collective.scss */
  .collective {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  /* line 240, ../sass/index/index-collective.scss */
  .collective-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 245, ../sass/index/index-collective.scss */
  .collective-title b {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  /* line 250, ../sass/index/index-collective.scss */
  .collective-title i {
    height: 4.5vw;
    transform: translateY(2px);
    margin: 0 2vw;
    max-width: 21vw;
  }

  /* line 258, ../sass/index/index-collective.scss */
  .collective-info {
    margin-left: 0;
    margin-top: 5vmin;
    padding-top: 5vmin;
  }
  /* line 263, ../sass/index/index-collective.scss */
  .collective-info .title {
    font-size: 11px;
  }
  /* line 267, ../sass/index/index-collective.scss */
  .collective-info .text {
    padding-right: 0;
    font-size: 13px;
  }
}
/* line 1, ../sass/news/news-tpl.scss */
.news-tpl {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
/* line 7, ../sass/news/news-tpl.scss */
.news-tpl .section-title {
  color: #000;
  margin-bottom: 0;
}
/* line 11, ../sass/news/news-tpl.scss */
.news-tpl .section-title img {
  display: inline-block;
  height: 50px;
}

/* line 18, ../sass/news/news-tpl.scss */
.news-tpl-wr {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 80px);
  margin: 0 -40px;
}

/* line 25, ../sass/news/news-tpl.scss */
.news-tpl-box {
  width: calc(100% / 3 - 80px);
  margin: 70px 40px;
}
/* line 29, ../sass/news/news-tpl.scss */
.news-tpl-box b {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #8e8e95;
  font-size: 14px;
}
/* line 37, ../sass/news/news-tpl.scss */
.news-tpl-box span {
  text-align: center;
  display: block;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  transition: color .4s linear;
}
/* line 48, ../sass/news/news-tpl.scss */
.news-tpl-box:hover img {
  transform: scale(1.1);
}
/* line 52, ../sass/news/news-tpl.scss */
.news-tpl-box:hover span {
  color: #009698;
}

/* line 58, ../sass/news/news-tpl.scss */
.news-tpl-box-img {
  height: 20vw;
  margin-bottom: 27px;
  overflow: hidden;
}
/* line 63, ../sass/news/news-tpl.scss */
.news-tpl-box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .4s linear;
  object-fit: cover;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 73, ../sass/news/news-tpl.scss */
  .news-tpl {
    padding: 50px 0;
  }

  /* line 79, ../sass/news/news-tpl.scss */
  .news-tpl-box b {
    font-size: 12px;
  }
  /* line 83, ../sass/news/news-tpl.scss */
  .news-tpl-box span {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 90, ../sass/news/news-tpl.scss */
  .news-tpl {
    padding: 50px 0;
  }

  /* line 94, ../sass/news/news-tpl.scss */
  .news-tpl-wr {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  /* line 99, ../sass/news/news-tpl.scss */
  .news-tpl-box {
    width: calc(100% / 3 - 40px);
    margin: 40px 20px;
  }
  /* line 103, ../sass/news/news-tpl.scss */
  .news-tpl-box b {
    font-size: 12px;
  }
  /* line 107, ../sass/news/news-tpl.scss */
  .news-tpl-box span {
    font-size: 30px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 114, ../sass/news/news-tpl.scss */
  .news-tpl {
    padding: 50px 0;
  }

  /* line 118, ../sass/news/news-tpl.scss */
  .news-tpl-wr {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  /* line 123, ../sass/news/news-tpl.scss */
  .news-tpl-box {
    width: calc(100% / 3 - 40px);
    margin: 40px 20px;
  }
  /* line 127, ../sass/news/news-tpl.scss */
  .news-tpl-box b {
    font-size: 10px;
  }
  /* line 131, ../sass/news/news-tpl.scss */
  .news-tpl-box span {
    font-size: 24px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 138, ../sass/news/news-tpl.scss */
  .news-tpl {
    padding: 40px 0;
  }

  /* line 142, ../sass/news/news-tpl.scss */
  .news-tpl-wr {
    width: 100%;
    margin: 0;
  }

  /* line 147, ../sass/news/news-tpl.scss */
  .news-tpl-box-img {
    height: 45vw;
    margin-bottom: 20px;
  }

  /* line 152, ../sass/news/news-tpl.scss */
  .news-tpl-box {
    width: 100%;
    margin: 25px 0;
  }
  /* line 156, ../sass/news/news-tpl.scss */
  .news-tpl-box:last-child {
    margin-bottom: 0;
  }
  /* line 160, ../sass/news/news-tpl.scss */
  .news-tpl-box b {
    font-size: 10px;
  }
  /* line 164, ../sass/news/news-tpl.scss */
  .news-tpl-box span {
    font-size: 24px;
  }
}
/* line 1, ../sass/index/index-knop.scss */
.i-knop {
  padding: 40px 0;
}

/* line 5, ../sass/index/index-knop.scss */
.i-knop-wr {
  max-width: 880px;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  margin-top: 50px;
  margin-bottom: 27px;
  background: #eaeaea;
  border-radius: 60px;
  padding: 0 3px;
}
/* line 24, ../sass/index/index-knop.scss */
.i-knop-wr a {
  width: 100%;
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
}
/* line 31, ../sass/index/index-knop.scss */
.i-knop-wr a.active, .i-knop-wr a:hover {
  background: #009698;
  border-radius: 40px;
  color: #fff;
}

/* line 1, ../sass/index/index-form.scss */
.i-form {
  position: relative;
  padding: 70px 0;
}

/* line 6, ../sass/index/index-form.scss */
.i-form-title {
  font-size: 56px;
  color: #fff;
  text-indent: 400px;
  max-width: 800px;
  line-height: 1;
  margin-bottom: 40px;
}

/* line 15, ../sass/index/index-form.scss */
.i-form-block {
  border-style: solid;
  border: 2px solid #686868;
  height: 20px;
  width: 100%;
}
/* line 21, ../sass/index/index-form.scss */
.i-form-block.bot {
  border-bottom: 0;
}
/* line 25, ../sass/index/index-form.scss */
.i-form-block.tops {
  border-top: 0;
}

/* line 30, ../sass/index/index-form.scss */
.i-form-wr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
}
/* line 35, ../sass/index/index-form.scss */
.i-form-wr .col {
  position: relative;
}
/* line 38, ../sass/index/index-form.scss */
.i-form-wr .col:nth-child(1) {
  width: 43%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* line 45, ../sass/index/index-form.scss */
.i-form-wr .col:nth-child(2) {
  width: 57%;
}
/* line 49, ../sass/index/index-form.scss */
.i-form-wr .col .img {
  width: 100px;
}
/* line 52, ../sass/index/index-form.scss */
.i-form-wr .col .img img {
  display: block;
  max-width: 100%;
}

/* line 60, ../sass/index/index-form.scss */
.i-form-list {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

/* line 66, ../sass/index/index-form.scss */
.i-form-right {
  padding: 20px;
  padding-left: 30px;
  width: 50%;
}
/* line 73, ../sass/index/index-form.scss */
.i-form-right form label {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
/* line 78, ../sass/index/index-form.scss */
.i-form-right form label > input {
  border-bottom: 2px solid #363636 !important;
  color: #f7f7f7;
  font-weight: 400;
  height: 50px;
  width: 100%;
  font-size: 16px;
  padding: 0;
}
/* line 87, ../sass/index/index-form.scss */
.i-form-right form label > input::placeholder {
  font-size: 16px;
}
/* line 93, ../sass/index/index-form.scss */
.i-form-right form .btn {
  text-transform: initial;
  padding: 0 60px;
  margin-top: 26px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 15px;
  transition: 0.2s ease-in-out;
}
/* line 102, ../sass/index/index-form.scss */
.i-form-right form .btn:hover {
  border-radius: 0px;
  border-color: #fff !important;
}
/* line 109, ../sass/index/index-form.scss */
.i-form-right .i-soc-form {
  display: flex;
  flex-wrap: wrap;
}
/* line 113, ../sass/index/index-form.scss */
.i-form-right .i-soc-form i {
  font-size: 16px;
  color: #b8b8b8;
  width: 100%;
  display: block;
}
/* line 120, ../sass/index/index-form.scss */
.i-form-right .i-soc-form .check {
  display: flex;
  align-items: center;
  margin: 10px 20px 5px 0;
  cursor: pointer;
  width: auto;
}
/* line 127, ../sass/index/index-form.scss */
.i-form-right .i-soc-form .check input {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  border: 1px solid #009698 !important;
}
/* line 141, ../sass/index/index-form.scss */
.i-form-right .i-soc-form .check input:checked {
  background-color: #009698;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzYgMzYiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzYgMzYiPjxnIGlkPSJpY29ucyI+PHBhdGggZD0ibTEyLjggMjguNy05LjUtOS41Yy0uNC0uNC0uNC0xLjEgMC0xLjZsMS41LTEuNWMuNC0uNCAxLjEtLjQgMS42IDBsNy4yIDcuMiAxNi0xNmMuNC0uNCAxLjEtLjQgMS42IDBsMS41IDEuNWMuNC40LjQgMS4xIDAgMS42TDE0LjQgMjguN2MtLjUuNC0xLjIuNC0xLjYgMHoiIGlkPSJjaGVja194NUZfbWFya18xXyIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMjIyYTMwIj48L3BhdGg+PC9nPjwvc3ZnPg==);
}
/* line 147, ../sass/index/index-form.scss */
.i-form-right .i-soc-form .check b {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
/* line 156, ../sass/index/index-form.scss */
.i-form-right small {
  color: #686868;
  font-size: 16px;
  line-height: 1.19;
  font-weight: 400;
  display: block;
  margin-top: 90px;
}
/* line 164, ../sass/index/index-form.scss */
.i-form-right small a {
  color: #686868;
  border-bottom: 1px solid #686868;
  box-shadow: none;
  text-decoration: none;
}
/* line 170, ../sass/index/index-form.scss */
.i-form-right small a:hover {
  color: #009698;
  border-color: #009698;
}

@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  /* line 179, ../sass/index/index-form.scss */
  .i-form-title {
    font-size: 48px;
    text-indent: 325px;
  }

  /* line 184, ../sass/index/index-form.scss */
  .i-form-wr {
    margin-top: 50px;
  }

  /* line 190, ../sass/index/index-form.scss */
  .i-form-right small {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 197, ../sass/index/index-form.scss */
  .i-form-title {
    font-size: 42px;
    text-indent: 250px;
    margin-bottom: 30px;
    max-width: 690px;
  }

  /* line 204, ../sass/index/index-form.scss */
  .i-form-wr {
    margin-top: 35px;
  }
  /* line 209, ../sass/index/index-form.scss */
  .i-form-wr .col .img {
    width: 80px;
  }

  /* line 215, ../sass/index/index-form.scss */
  .i-form-list {
    font-size: 16px;
  }

  /* line 219, ../sass/index/index-form.scss */
  .i-form-right {
    width: 60%;
  }
  /* line 222, ../sass/index/index-form.scss */
  .i-form-right small {
    margin-top: 55px;
    font-size: 14px;
  }
  /* line 231, ../sass/index/index-form.scss */
  .i-form-right form label input {
    height: 45px;
    width: 100%;
    font-size: 14px;
  }
  /* line 236, ../sass/index/index-form.scss */
  .i-form-right form label input::placeholder {
    font-size: 14px;
  }
  /* line 244, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form i {
    font-size: 14px;
  }
  /* line 250, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form .check b {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 261, ../sass/index/index-form.scss */
  .i-form {
    padding: 50px 0;
  }

  /* line 265, ../sass/index/index-form.scss */
  .i-form-title {
    font-size: 32px;
    text-indent: 160px;
    margin-bottom: 25px;
    max-width: 540px;
  }

  /* line 272, ../sass/index/index-form.scss */
  .i-form-wr {
    margin-top: 35px;
  }
  /* line 277, ../sass/index/index-form.scss */
  .i-form-wr .col .img {
    width: 70px;
  }

  /* line 283, ../sass/index/index-form.scss */
  .i-form-list {
    font-size: 14px;
  }

  /* line 287, ../sass/index/index-form.scss */
  .i-form-right {
    width: 80%;
  }
  /* line 290, ../sass/index/index-form.scss */
  .i-form-right small {
    margin-top: 40px;
    font-size: 14px;
  }
  /* line 299, ../sass/index/index-form.scss */
  .i-form-right form label input {
    height: 45px;
    width: 100%;
    font-size: 14px;
  }
  /* line 304, ../sass/index/index-form.scss */
  .i-form-right form label input::placeholder {
    font-size: 14px;
  }
  /* line 313, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form i {
    font-size: 14px;
  }
  /* line 319, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form .check b {
    font-size: 14px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 332, ../sass/index/index-form.scss */
  .i-form {
    padding: 50px 0;
  }

  /* line 336, ../sass/index/index-form.scss */
  .i-form-title {
    font-size: 32px;
    text-indent: 160px;
    margin-bottom: 25px;
    max-width: 540px;
  }

  /* line 343, ../sass/index/index-form.scss */
  .i-form-wr {
    margin-top: 0;
    flex-wrap: wrap;
  }
  /* line 347, ../sass/index/index-form.scss */
  .i-form-wr .col {
    width: 100% !important;
  }
  /* line 350, ../sass/index/index-form.scss */
  .i-form-wr .col:nth-child(1) {
    order: 1;
    margin-top: 30px;
  }
  /* line 355, ../sass/index/index-form.scss */
  .i-form-wr .col .img {
    width: 70px;
  }

  /* line 361, ../sass/index/index-form.scss */
  .i-form-list {
    font-size: 14px;
  }

  /* line 365, ../sass/index/index-form.scss */
  .i-form-right {
    width: 80%;
  }
  /* line 368, ../sass/index/index-form.scss */
  .i-form-right small {
    margin-top: 40px;
    font-size: 14px;
  }
  /* line 377, ../sass/index/index-form.scss */
  .i-form-right form label input {
    height: 45px;
    width: 100%;
    font-size: 14px;
  }
  /* line 382, ../sass/index/index-form.scss */
  .i-form-right form label input::placeholder {
    font-size: 14px;
  }
  /* line 391, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form i {
    font-size: 14px;
  }
  /* line 397, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form .check b {
    font-size: 14px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 409, ../sass/index/index-form.scss */
  .i-form {
    padding: 40px 0;
  }

  /* line 413, ../sass/index/index-form.scss */
  .i-form-title {
    font-size: 26px;
    text-indent: 44px;
    margin-bottom: 25px;
    max-width: 540px;
  }

  /* line 420, ../sass/index/index-form.scss */
  .i-form-wr {
    margin-top: 0;
    flex-wrap: wrap;
  }
  /* line 424, ../sass/index/index-form.scss */
  .i-form-wr .col {
    width: 100% !important;
  }
  /* line 427, ../sass/index/index-form.scss */
  .i-form-wr .col:nth-child(1) {
    order: 1;
    margin-top: 30px;
  }
  /* line 432, ../sass/index/index-form.scss */
  .i-form-wr .col .img {
    width: 70px;
  }

  /* line 438, ../sass/index/index-form.scss */
  .i-form-list {
    font-size: 14px;
  }

  /* line 442, ../sass/index/index-form.scss */
  .i-form-right {
    width: 100%;
    padding: 5px 25px;
  }
  /* line 446, ../sass/index/index-form.scss */
  .i-form-right small {
    margin-top: 30px;
    font-size: 11px;
  }
  /* line 453, ../sass/index/index-form.scss */
  .i-form-right form label {
    margin-bottom: 10px;
  }
  /* line 456, ../sass/index/index-form.scss */
  .i-form-right form label input {
    height: 45px;
    width: 100%;
    font-size: 13px;
  }
  /* line 461, ../sass/index/index-form.scss */
  .i-form-right form label input::placeholder {
    font-size: 13px;
  }
  /* line 470, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form i {
    font-size: 13px;
  }
  /* line 476, ../sass/index/index-form.scss */
  .i-form-right form .i-soc-form .check b {
    font-size: 13px;
  }
}
/* line 1, ../sass/index/index-pdf.scss */
.pdf-btn-wr {
  position: relative;
  margin: 50px 0;
}
/* line 5, ../sass/index/index-pdf.scss */
.pdf-btn-wr .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/* line 12, ../sass/index/index-pdf.scss */
.pdf-btn {
  display: flex;
  align-items: center;
  font-size: 1.5vw;
  color: #fff;
  border: 2px solid #565555;
  border-radius: 1vw;
  padding: 0.5vw 1vw;
  padding-right: 6vw;
  background-image: url(../img/1814085_arrow_forward_next_right_icon-down.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 3vw;
  width: calc(95% / 2);
}
/* line 29, ../sass/index/index-pdf.scss */
.pdf-btn span:before {
  content: '';
  position: relative;
  width: 1vw;
  height: 1vw;
  background-image: url(../img/2133056_document_eps_file_format_pdf_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  margin-right: 1vw;
}
/* line 43, ../sass/index/index-pdf.scss */
.pdf-btn:hover {
  background-color: #565555;
}
/* line 47, ../sass/index/index-pdf.scss */
.pdf-btn i {
  display: block;
  font-size: .5em;
  opacity: 0.5;
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 56, ../sass/index/index-pdf.scss */
  .pdf-btn-wr {
    margin: 30px 0;
  }

  /* line 60, ../sass/index/index-pdf.scss */
  .pdf-btn {
    font-size: 15px;
    padding: 5px 40px 5px 10px;
    background-size: 25px;
    border-radius: 8px;
    width: 100% !important;
    margin-bottom: 10px;
  }
  /* line 70, ../sass/index/index-pdf.scss */
  .pdf-btn span::before {
    margin-right: 2vw;
    width: 3vw;
    height: 3vw;
  }
}
/* line 1, ../sass/index/index-service.scss */
.i-serv {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

/* line 7, ../sass/index/index-service.scss */
.i-serv-wr {
  display: flex;
  flex-wrap: wrap;
}

/* line 12, ../sass/index/index-service.scss */
.i-serv-tab {
  width: 30%;
}
/* line 15, ../sass/index/index-service.scss */
.i-serv-tab .tab {
  font-size: 20px;
  transition: .3s ease-in-out;
  cursor: pointer;
}
/* line 20, ../sass/index/index-service.scss */
.i-serv-tab .tab p {
  transition: .3s ease-in-out;
}
/* line 26, ../sass/index/index-service.scss */
.i-serv-tab .tab.active p {
  color: #009698;
}
/* line 33, ../sass/index/index-service.scss */
.i-serv-tab .tab:hover p {
  color: #009698;
}

/* line 40, ../sass/index/index-service.scss */
.i-serv-body {
  position: relative;
  width: 70%;
}

/* line 45, ../sass/index/index-service.scss */
.i-serv-body-box {
  position: relative;
  display: none;
  width: 60%;
}
/* line 50, ../sass/index/index-service.scss */
.i-serv-body-box.active {
  display: block;
  animation-name: box-sh;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

@keyframes box-sh {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 72, ../sass/index/index-service.scss */
  .i-serv {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 80, ../sass/index/index-service.scss */
  .i-serv {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* line 85, ../sass/index/index-service.scss */
  .i-serv-body-box {
    width: 100%;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 92, ../sass/index/index-service.scss */
  .i-serv {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* line 97, ../sass/index/index-service.scss */
  .i-serv-body-box {
    width: 100%;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 104, ../sass/index/index-service.scss */
  .i-serv {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* line 109, ../sass/index/index-service.scss */
  .i-serv-tab {
    width: calc(100% + 10px);
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 115, ../sass/index/index-service.scss */
  .i-serv-tab .tab {
    padding: 3px;
    margin: 5px;
    margin-top: 0;
    border-radius: 4px;
  }
  /* line 121, ../sass/index/index-service.scss */
  .i-serv-tab .tab.active {
    background-color: #009698;
  }
  /* line 124, ../sass/index/index-service.scss */
  .i-serv-tab .tab.active p {
    color: #fff;
  }
  /* line 129, ../sass/index/index-service.scss */
  .i-serv-tab .tab:hover {
    background-color: #009698;
  }
  /* line 132, ../sass/index/index-service.scss */
  .i-serv-tab .tab:hover p {
    color: #fff;
  }

  /* line 139, ../sass/index/index-service.scss */
  .i-serv-body {
    width: 100%;
    margin-top: 20px;
  }

  /* line 144, ../sass/index/index-service.scss */
  .i-serv-body-box {
    width: 100%;
  }
}
/* line 1, ../sass/index/index-serv.scss */
.serv-btn-wr {
  position: relative;
  margin: 50px 0;
}
/* line 5, ../sass/index/index-serv.scss */
.serv-btn-wr .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/* line 12, ../sass/index/index-serv.scss */
.serv-btn {
  border: 2px solid #565555;
  width: calc(95% / 2);
  border-radius: 1vw;
  overflow: hidden;
  height: 100%;
  margin-bottom: 20px;
}
/* line 20, ../sass/index/index-serv.scss */
.serv-btn > span {
  display: flex;
  align-items: center;
  font-size: 1.5vw;
  color: #fff;
  padding: 0.5vw 1vw;
  padding-right: 6vw;
  background-image: url(../img/1814085_arrow_forward_next_right_icon-down.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 3vw;
  width: 100%;
  cursor: pointer;
}
/* line 34, ../sass/index/index-serv.scss */
.serv-btn > span.active {
  background-image: url(../img/1814085_arrow_forward_next_right_icon-down2.svg);
}
/* line 41, ../sass/index/index-serv.scss */
.serv-btn:hover > span {
  background-color: #565555;
}
/* line 46, ../sass/index/index-serv.scss */
.serv-btn .serv-btn-drop {
  display: none;
}
/* line 49, ../sass/index/index-serv.scss */
.serv-btn .serv-btn-drop .text {
  padding: 0.5vw 1vw;
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 57, ../sass/index/index-serv.scss */
  .serv-btn-wr {
    margin: 30px 0;
  }

  /* line 61, ../sass/index/index-serv.scss */
  .serv-btn {
    border-radius: 8px;
    width: 100% !important;
    margin-bottom: 10px;
  }
  /* line 67, ../sass/index/index-serv.scss */
  .serv-btn > span {
    font-size: 15px;
    padding: 5px 40px 5px 10px;
    background-size: 25px;
  }
  /* line 75, ../sass/index/index-serv.scss */
  .serv-btn .serv-btn-drop .text {
    padding: 10px;
  }
}
/* line 1, ../sass/index/index-po.scss */
.i-po-box {
  width: 50%;
  height: 100vh;
  position: relative;
  margin-left: auto;
  overflow-y: scroll;
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  z-index: 800;
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
  transform: translateX(140%);
  transition: transform 0.8s cubic-bezier(1, 0, 0.25, 0.995);
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
/* line 20, ../sass/index/index-po.scss */
.i-po-box.active {
  transform: translateY(0);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 25, ../sass/index/index-po.scss */
.i-po-box::-webkit-scrollbar {
  width: 2px;
  background-color: #212121;
}
/* line 30, ../sass/index/index-po.scss */
.i-po-box::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #009698;
}
/* line 35, ../sass/index/index-po.scss */
.i-po-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: #212121;
}
/* line 41, ../sass/index/index-po.scss */
.i-po-box .text {
  padding: 3vw;
}
/* line 44, ../sass/index/index-po.scss */
.i-po-box .text p, .i-po-box .text span, .i-po-box .text li {
  color: #000;
}
/* line 49, ../sass/index/index-po.scss */
.i-po-box img {
  display: block;
  width: 100%;
  height: 24vh;
  object-fit: cover;
}

/* line 57, ../sass/index/index-po.scss */
.i-po-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 801;
}
/* line 71, ../sass/index/index-po.scss */
.i-po-close svg {
  fill: #000d10;
  stroke: #000d10;
  width: 1.5em;
  height: 1.5em;
}
/* line 77, ../sass/index/index-po.scss */
.i-po-close svg line {
  fill: #000d10;
  stroke: #000d10;
}
/* line 83, ../sass/index/index-po.scss */
.i-po-close:hover {
  background-color: #009698;
}
/* line 86, ../sass/index/index-po.scss */
.i-po-close:hover svg {
  fill: #fff;
  stroke: #fff;
}
/* line 90, ../sass/index/index-po.scss */
.i-po-close:hover svg line {
  fill: #fff;
  stroke: #fff;
}
/* line 97, ../sass/index/index-po.scss */
.i-po-close.active {
  display: flex;
}

/* line 102, ../sass/index/index-po.scss */
.i-po-box-over {
  display: none;
}

@media only screen and (max-width: 1240px) and (min-width: 1000px) {
  /* line 108, ../sass/index/index-po.scss */
  .i-po-close {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 115, ../sass/index/index-po.scss */
  .i-po-box {
    width: 100%;
    border-radius: 0px !important;
  }

  /* line 120, ../sass/index/index-po.scss */
  .i-po-close {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 128, ../sass/index/index-po.scss */
  .i-po-box-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff80;
    backdrop-filter: blur(5px);
    pointer-events: none;
    opacity: 0;
    z-index: 799;
    display: block;
    transition: opacity 0.6s cubic-bezier(1, 0, 0.25, 0.995);
  }
  /* line 142, ../sass/index/index-po.scss */
  .i-po-box-over.active {
    opacity: 1;
    pointer-events: all;
  }

  /* line 148, ../sass/index/index-po.scss */
  .i-po-box {
    width: 100%;
    border-radius: 0px !important;
    height: auto;
    max-height: 100vh;
    top: initial;
    bottom: 0;
    transform: translateY(140%);
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  /* line 160, ../sass/index/index-po.scss */
  .i-po-box.active {
    transform: translateY(0);
  }

  /* line 165, ../sass/index/index-po.scss */
  .i-po-close {
    width: 45px;
    height: 45px;
  }
}
