@charset "UTF-8";
.top {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.top .top-wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.top .iScrollVerticalScrollbar {
  display: none !important;
}
@media (max-width: 1200px) {
  .top .top-wrap {
    padding: 0 15px;
  }
}
.top .section {
  height: 100vh;
  position: relative;
}
.top .sec-link-all {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top .mv {
  background: url(../img/top/mv_2.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
.top .mv-bg {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
.top .mv-bg .mv-bg-text {
  position: absolute;
  max-width: 160px;
  width: 100%;
  top: 0;
  z-index: 1;
}
.top .mv-bg .mv-bg-text.first {
  left: 0;
}
.top .mv-bg .mv-bg-text.second {
  right: 0;
}
.top .mv-bg .mv-bg-img {
  position: absolute;
  max-width: 510px;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.top .mv-bg .mv-bg-img.first {
  left: 0;
}
.top .mv-bg .mv-bg-img.second {
  right: 50px;
}
@media (max-width: 1050px) {
  .top .mv-bg .mv-bg-text {
    display: none;
  }
  .top .mv-bg .mv-bg-img.first {
    left: -90px;
  }
  .top .mv-bg .mv-bg-img.second {
    right: 0;
  }
}
@media (max-width: 767px) {
  .top .mv-bg .mv-bg-text {
    display: block;
    max-width: 72px;
    top: 60px;
  }
  .top .mv-bg .mv-bg-img {
    max-width: 200px;
    bottom: 50px;
  }
  .top .mv-bg .mv-bg-img.first {
    left: -198px;
    right: 0;
    margin: auto;
  }
  .top .mv-bg .mv-bg-img.second {
    left: 0;
    right: -200px;
    margin: auto;
  }
}
.top .mv-content {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 40px 0 30px 0;
  z-index: 3;
}
.top .mv-logo {
  display: block;
  max-width: 356px;
  width: 100%;
  margin: 0 auto 60px auto;
}
.top .mv-ttl {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.top .mv-entry-btn {
  display: block;
  max-width: 303px;
  width: 100%;
  margin: 0 auto 120px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: #000 1px 1px, #000 2px 2px, #000 3px 3px, #000 4px 4px, #000 5px 5px, #000 6px 6px, #000 7px 7px, #000 8px 8px, #000 9px 9px;
          box-shadow: #000 1px 1px, #000 2px 2px, #000 3px 3px, #000 4px 4px, #000 5px 5px, #000 6px 6px, #000 7px 7px, #000 8px 8px, #000 9px 9px;
}
.top .mv-btm {
  max-width: 758px;
  width: 100%;
}
.top .mv-news {
  text-align: right;
}
.top .mv-news-area {
  background-color: #000;
  -webkit-box-shadow: 3px 3px 3px rgb(0, 0, 0);
          box-shadow: 3px 3px 3px rgb(0, 0, 0);
  color: #fff;
  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;
  gap: 30px;
  padding: 15px 45px 15px 40px;
  border-radius: 50px;
  text-align: left;
  margin-bottom: 12px;
}
.top .mv-news-ttl {
  font-family: "Open Sans", serif;
  font-size: 17px;
  font-weight: 800;
}
.top .mv-news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  overflow: hidden;
}
.top .mv-news-day {
  font-size: 17px;
  font-weight: 800;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top .mv-news-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top .mv-news-other {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top .mv-news-other::after {
  content: "";
  display: block;
  background: url(../img/top/arrow_w.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .top .mv-entry-btn:hover {
    -webkit-box-shadow: 0 0 0 #000;
            box-shadow: 0 0 0 #000;
    -webkit-transform: translate(9px, 9px);
            transform: translate(9px, 9px);
  }
  .top .mv-news-link:hover .mv-news-day {
    color: #22ac38;
  }
  .top .mv-news-link:hover .mv-news-text {
    color: #22ac38;
  }
  .top .mv-news-other:hover {
    opacity: 0.7;
  }
  .top .mv-news-other:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-height: 800px) {
  .top .mv-entry-btn {
    margin: 0 auto 60px auto;
  }
}
@media (max-width: 767px) {
  .top .mv {
    background: linear-gradient(-84deg, #8dc33e 0%, #8dc33e 50%, #22ac38 50%, #22ac38 100%);
  }
  .top .mv-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 15px;
  }
  .top .mv-top {
    width: 100%;
    margin-top: 55px;
  }
  .top .mv-logo {
    max-width: 249px;
    position: fixed;
    top: 20px;
    left: 15px;
    margin: 0;
  }
  .top .mv-ttl {
    max-width: 66px;
    margin: 0 auto;
  }
  .top .mv-entry-btn {
    max-width: 197px;
    margin: 0 auto 30px auto;
  }
  .top .mv-news-area {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
    padding: 15px 15px;
    gap: 20px;
  }
  .top .mv-news-link {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .top .mv-news-day {
    font-size: 13px;
  }
  .top .mv-news-text {
    font-size: 13px;
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .top .mv-news-other {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .top .mv-news-other::after {
    background: url(../img/top/arrow_w_sp.png) no-repeat;
    background-size: cover;
    width: 14px;
    height: 8px;
  }
}
.top .about {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.top .about .fp-tableCell {
  border: 11px solid #22ac38;
}
.top .about .top-wrap {
  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;
  gap: 60px;
}
.top .about-ttl {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 12.5px 30.5px;
  margin-bottom: 50px;
}
.top .about-ttl-img {
  max-width: 560px;
  width: 100%;
  margin-bottom: 35px;
}
.top .about-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 2.1386666667;
  font-weight: 500;
}
.top .about-img {
  max-width: 530px;
  width: 100%;
}
@media (max-width: 1200px) {
  .top .about .top-wrap {
    gap: 30px;
  }
  .top .about-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .top .about-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .top .about-ttl {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .top .about .fp-tableCell {
    border: 5px solid #22ac38;
  }
  .top .about .top-wrap {
    display: block;
  }
  .top .about-ttl {
    font-size: 30px;
    padding: 12.5px 12px;
    margin-bottom: 25px;
  }
  .top .about-ttl-img {
    max-width: 300px;
    margin: 0 auto 15px auto;
  }
  .top .about-text-area {
    margin-right: 25px;
  }
  .top .about-text {
    font-size: 13px;
    line-height: 1.75;
  }
  .top .about-img {
    max-width: 210px;
    margin: -10px 25px 0 auto;
  }
}
.top .company {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/top/company.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.top .company .fp-tableCell {
  border: 11px solid #22ac38;
}
.top .sec-ttl {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 12px 20px 13px 20px;
  margin-bottom: 40px;
}
.top .sec-text {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 2.1386666667;
  font-weight: 500;
}
.top .sec-text-area {
  margin-bottom: 20px;
}
.top .sec-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.top .sec-tag-item {
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 3;
}
.top .sec-tag-item a {
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 13px 14.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top .sec-link {
  display: block;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  max-width: 220px;
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-shadow: #000 1px 1px, #000 2px 2px, #000 3px 3px, #000 4px 4px, #000 5px 5px, #000 6px 6px;
          box-shadow: #000 1px 1px, #000 2px 2px, #000 3px 3px, #000 4px 4px, #000 5px 5px, #000 6px 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 3;
}
.top .sec-link::after {
  content: "";
  position: absolute;
  background: url(../img/top/arrow_b.png) no-repeat;
  background-size: cover;
  width: 14px;
  height: 8px;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (hover: hover) {
  .top .sec-tag-item a:hover {
    color: #22ac38;
  }
  .top .sec-link:hover {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    -webkit-transform: translate(6px, 6px);
            transform: translate(6px, 6px);
    color: #22ac38;
  }
}
@media (max-width: 767px) {
  .top .company {
    background: url(../img/top/company_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top .company .fp-tableCell {
    border: 5px solid #22ac38;
  }
  .top .company .top-wrap {
    height: 100%;
  }
  .top .sec-content {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .top .sec-content {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .top .sec-ttl {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .top .sec-text-area {
    margin-right: 15px;
  }
  .top .sec-text {
    font-size: 13px;
    line-height: 1.75;
  }
  .top .sec-tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 10px;
    margin-bottom: 0;
  }
  .top .sec-tag::after {
    content: "";
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .top .sec-tag-item a {
    font-size: 10px;
    padding: 11px 15px;
  }
  .top .sec-tag-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top .sec-tag-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top .sec-tag-item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .top .sec-tag-item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .top .sec-link {
    margin: 0 auto;
  }
  .top .sec-link {
    position: absolute;
    max-width: 168px;
    padding: 12px 0;
    line-height: 1;
    font-size: 12px;
    left: 0;
    right: 0;
    bottom: 50px;
    -webkit-box-shadow: #000 1px 1px, #000 2px 2px, #000 3px 3px, #000 4px 4px;
            box-shadow: #000 1px 1px, #000 2px 2px, #000 3px 3px, #000 4px 4px;
  }
  .top .sec-link::after {
    width: 12px;
    height: 6px;
    right: 8px;
  }
}
.top .work {
  position: relative;
}
.top .work .sec-link {
  max-width: 260px;
}
.top .work-bg {
  background: -webkit-gradient(linear, right top, left top, from(#8dc33e), color-stop(50%, #8dc33e), color-stop(50%, #22ac38), to(#22ac38));
  background: linear-gradient(-90deg, #8dc33e 0%, #8dc33e 50%, #22ac38 50%, #22ac38 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.top .work-bg-text {
  position: absolute;
  max-width: 156px;
  width: 100%;
  z-index: 1;
  top: 0;
}
.top .work-bg-text.first {
  left: 0;
}
.top .work-bg-text.second {
  right: 0;
}
.top .work-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.93;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 70px;
}
.top .work-text.first {
  left: 20%;
}
.top .work-text.second {
  right: 20%;
}
.top .work-bg-img {
  position: absolute;
  max-width: 680px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.top .work-bg-img.first {
  left: -620px;
}
.top .work-bg-img.second {
  right: -620px;
}
@media (max-height: 700px) {
  .top .work-bg-img {
    bottom: -100px;
  }
}
@media (max-width: 1000px) {
  .top .work-bg-img {
    max-width: 500px;
  }
  .top .work-bg-img.first {
    left: -500px;
  }
  .top .work-bg-img.second {
    right: -500px;
  }
}
@media (max-width: 767px) {
  .top .work-bg-text {
    max-width: 375px;
    top: 0;
  }
  .top .work-bg-text.first {
    left: 0;
  }
  .top .work-bg-text.second {
    top: 50%;
    right: 0;
  }
  .top .work-text {
    font-size: 13px;
    line-height: 2.1730769231;
    top: 70px;
  }
  .top .work-text.first {
    top: 125px;
    left: 25px;
  }
  .top .work-text.second {
    right: unset;
    top: calc(50% + 125px);
    left: 25px;
  }
  .top .work-bg-img {
    max-width: 230px;
  }
  .top .work-bg-img.first {
    left: unset;
    bottom: 50%;
  }
  .top .work-bg-img.second {
    right: 0;
    left: unset;
    bottom: 0;
  }
}
.top .work-content {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 150px 0 75px 0;
}
.top .work-area {
  max-width: 260px;
  width: 100%;
}
.top .work-pop {
  max-width: 128px;
  width: 100%;
  margin: 0 auto 12px auto;
}
@media (max-height: 800px) {
  .top .work-content {
    padding: 100px 0 75px 0;
  }
}
@media (max-width: 767px) {
  .top .work {
    background: -webkit-gradient(linear, left bottom, left top, from(#8dc33e), color-stop(50%, #8dc33e), color-stop(50%, #22ac38), to(#22ac38));
    background: linear-gradient(0deg, #8dc33e 0%, #8dc33e 50%, #22ac38 50%, #22ac38 100%);
  }
  .top .work .sec-link {
    max-width: 165px;
  }
  .top .work-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top .system {
  background: url(../img/top/system.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.top .system .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top .system .sec-text {
  color: #000;
}
.top .system .sec-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56.35%;
          flex: 0 0 56.35%;
}
.top .system-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.27%;
          flex: 0 0 31.27%;
}
.top .system-point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.top .system-point-icon {
  max-width: 86px;
  width: 100%;
}
.top .system-point-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .top .system-point-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top .system-point {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .top .system {
    background: url(../img/top/system_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top .system .sec-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .top .system .top-wrap {
    height: 100%;
  }
  .top .system-point-img {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }
  .top .system-point {
    display: none;
  }
}
.top .employee {
  background: url(../img/top/employee.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top .employee .fp-tableCell {
  border: 11px solid #22ac38;
}
.top .employee .sec-ttl {
  background-color: #22ac38;
}
@media (max-width: 767px) {
  .top .employee {
    background: url(../img/top/employee_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top .employee .fp-tableCell {
    border: 5px solid #22ac38;
  }
  .top .employee .top-wrap {
    height: 100%;
  }
  .top .employee .sec-text {
    width: 62%;
    text-align: justify;
  }
}
.top .info {
  background: url(../img/top/info.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top .info .fp-tableCell {
  border: 11px solid #22ac38;
}
.top .info .sec-ttl {
  background-color: #22ac38;
}
@media (max-width: 767px) {
  .top .info {
    background: url(../img/top/info_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top .info .fp-tableCell {
    border: 5px solid #22ac38;
  }
  .top .info .top-wrap {
    height: 100%;
  }
  .top .info .sec-text {
    width: 62%;
    text-align: justify;
  }
}
.top .link-btn {
  position: fixed;
  display: block;
  z-index: 1000;
  right: 25px;
  bottom: 25px;
  max-width: 126px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media (hover: hover) {
  .top .link-btn:hover {
    opacity: 0.7;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@media (max-width: 767px) {
  .top .link-btn {
    max-width: 64px;
    right: 12px;
    bottom: 12px;
  }
}
.top .scroll_up {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.top .scroll_up.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top .geen {
  opacity: 0;
}
.top .geen.on {
  -webkit-animation: geen 0.8s forwards;
          animation: geen 0.8s forwards;
}
@-webkit-keyframes geen {
  0% {
    -webkit-transform: scale(1.75, 1.5);
            transform: scale(1.75, 1.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.3, 0.8);
            transform: scale(0.3, 0.8);
  }
  80% {
    -webkit-transform: scale(1.15, 1.05);
            transform: scale(1.15, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes geen {
  0% {
    -webkit-transform: scale(1.75, 1.5);
            transform: scale(1.75, 1.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.3, 0.8);
            transform: scale(0.3, 0.8);
  }
  80% {
    -webkit-transform: scale(1.15, 1.05);
            transform: scale(1.15, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
.top .pop {
  opacity: 0;
}
.top .pop.on {
  -webkit-animation: pop 0.8s forwards;
          animation: pop 0.8s forwards;
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1.15, 1.15) translateY(-30px);
            transform: scale(1.15, 1.15) translateY(-30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0px);
            transform: scale(1, 1) translateY(0px);
    opacity: 1;
  }
}
@keyframes pop {
  0% {
    -webkit-transform: scale(1.15, 1.15) translateY(-30px);
            transform: scale(1.15, 1.15) translateY(-30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0px);
            transform: scale(1, 1) translateY(0px);
    opacity: 1;
  }
}

.fp-viewing-0 #fp-nav,
.fp-viewing-7 #fp-nav {
  display: none;
}
.fp-viewing-0 .link-btn,
.fp-viewing-7 .link-btn {
  display: none;
}

.fp-viewing-1 #fp-nav ul li a span {
  background-color: #000000 !important;
}

.fp-viewing-3 #fp-nav ul li a span {
  background-color: #000000 !important;
}
.fp-viewing-3 #fp-nav ul li a.active span {
  background-color: #fff !important;
}

#fp-nav {
  display: block;
}
#fp-nav.right {
  right: 30px !important;
}
#fp-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 86px;
}
#fp-nav ul li {
  width: 100% !important;
  height: 100% !important;
  margin: 3px !important;
}
#fp-nav ul li:last-child {
  display: none;
}
#fp-nav ul li a span {
  background-color: #fff !important;
  width: 5px !important;
  height: 5px !important;
}
#fp-nav ul li a.active span {
  height: 26px !important;
  border-radius: 50px !important;
  background-color: #8dc33e !important;
  width: 5px !important;
  margin: -2px 0 0 -2px !important;
  position: relative;
  display: block;
  top: 2px;
}

@media (max-width: 767px) {
  #fp-nav.right {
    right: 15px !important;
  }
}