﻿:root {
  --scroll-x: 0px;
  --scroll-y: 0px;
  --vh: 1vh;
  --vw: 1vw;
}
.kv_container.swiper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kv_container.swiper {
    aspect-ratio: 2;
    min-height: 800px;
    max-height: 800px;
  }
}
@media screen and (max-width: 767px) {
  .kv_container.swiper {
    aspect-ratio: 0.461822660098522;
  }
}
.kv_container .swiper-slide {
  width: 100%;
}
.kv_container .swiper-slide img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .kv_container .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
}
.kv_container .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .kv_container .pagination {
    padding-top: 20px;
  }
}
.kv_container .swiper-button-next,
.kv_container .swiper-button-prev {
  margin: 0;
  display: block;
}
.kv_container .swiper-button-prev {
  background: none;
  position: static;
  left: auto;
  border-radius: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #00A1DF;
  border-left: 0;
  border-radius: 0;
}
.kv_container .swiper-button-prev:after {
  content: none;
}
.kv_container .swiper-button-next {
  background: none;
  position: static;
  left: 12px;
  border-radius: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #00A1DF;
  border-right: 0;
}
.kv_container .swiper-button-next:after {
  content: none;
}
.kv_container .swiper-pagination {
  position: static;
  font-family: "Oswald";
  margin: 0 5px;
  color: #00A1DF;
  font-weight: bold;
  font-size: 14px;
}
.kv_container .swiper-pagination-current {
  display: inline-block;
  margin-right: -5px;
}
.kv_container .swiper-pagination-total {
  display: inline-block;
  margin-left: -5px;
}
.kv_container .swiper_btn {
  cursor: pointer;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv_container .swiper_btn.is-active .swiper__play {
  display: none;
}
.kv_container .swiper_btn.is-active .swiper__pause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kv_container .swiper__play {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #00A1DF;
  border-right: 0;
}
.kv_container .swiper__pause {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
.kv_container .swiper__pause:before,
.kv_container .swiper__pause:after {
  content: "";
  display: inline-block;
  min-width: 2px;
  width: 2px;
  height: 9px;
  background: #00A1DF;
}
.kv_main_logo {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .kv_main_logo {
    width: 323px;
  }
}
.kv_main_txt {
  display: inline-block;
  background: #231f20;
  font-size: 32px;
  font-weight: 700;
  border-radius: 6px;
  border: solid 2px #00A1DF;
  padding: 15px 30px 20px;
}
@media screen and (max-width: 767px) {
  .kv_main_txt {
    word-break: auto-phrase;
    font-size: 22px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    letter-spacing: 0;
    padding: 8px 15px 10px 20px;
    margin-left: -20px;
  }
}
.kv_main_inner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .kv_main_inner {
    height: 100%;
    aspect-ratio: 2;
    min-height: 800px;
    max-height: 800px;
  }
}
@media screen and (max-width: 767px) {
  .kv_main_inner {
    aspect-ratio: 0.461822660098522;
  }
}
.kv_main_inner .scroll {
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  padding-bottom: 56px;
  padding-left: 5px;
  border-left: solid 1px #00A1DF;
  margin-left: 4px;
}
.kv_main_inner .scroll:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: #00A1DF;
  border-radius: 50%;
  left: -4px;
  bottom: 31px;
}
.kv_main_inner .kv_silide_botom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  font-family: "Oswald";
  color: #00A1DF;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .kv_main_inner .kv_silide_botom {
    gap: 30px;
  }
}
.kv_main {
  height: 100%;
  padding: 0 calc((80 / 1600) * 100%) 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 77px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .kv_main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 60px;
    padding: 150px 20px 0;
  }
}
.kv_main .btn_unit {
  margin: 0;
  padding: 0;
}
.kv_main .btn_unit a.btn {
  color: #fff;
  border: 1px solid #fff;
}
.top_container.bgblk {
  color: #fff;
  background: #231f20;
  margin: 75px 0 0;
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  .top_container.bgblk {
    padding: 60px 0;
    margin: 60px 0 0;
  }
}
.top_container.bgblk + .top_container {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .top_container.bgblk + .top_container {
    margin-top: 60px;
  }
}
.top_container:last-of-type {
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .top_container:last-of-type {
    padding-bottom: 60px;
  }
}
#news .inr {
  padding-top: 120px;
}
#event .date {
  color: #00A1DF;
}
#event .title {
  font-weight: bold;
  margin-bottom: 15px;
}
.case_list .name {
  font-weight: bold;
  margin: 20px 0 15px;
}
#solution .txt {
  margin: 30px 0;
}
#feature .grid_wrap {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #feature .btn_unit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #feature .btn_unit {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature_detail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature_detail h3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  #feature .feature_img h3 {
    display: none;
  }
}
.issues_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .issues_list {
    row-gap: 54px;
  }
}
.issues_list.assignment {
  position: relative;
  margin-top: 114px;
}
.issues_list.assignment:after {
  position: absolute;
  content: "";
  bottom: -44px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 14px solid #c7c7c5;
  border-bottom: 0;
}
.issues_list.assignment li {
  border-color: #B4A4FF;
}
.issues_list.assignment li:before {
  background-image: url("/cms/cvent/img/icon/assignment.png");
}
.issues_list.assignment .ttl {
  color: #B4A4FF;
}
.issues_list.solution {
  margin-top: 100px;
}
.issues_list.solution li {
  border-color: #00A1DF;
}
.issues_list.solution li:before {
  background-image: url("/cms/cvent/img/icon/solution.png");
}
.issues_list.solution .ttl {
  color: #00A1DF;
}
.issues_item {
  position: relative;
  width: 380px;
  text-align: center;
  background: #fff;
  font-weight: 700;
  padding: 37px 20px 30px;
  border-radius: 6px;
  border: solid 1px;
}
.issues_item:before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  background-size: contain;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .issues_item {
    max-width: calc(50% - 15px);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .issues_item {
    max-width: 100%;
    width: 100%;
  }
}
.issues_item .ttl {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.issues_item .ttl:after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: "Oswald";
  font-size: 48px;
  letter-spacing: 0;
}

.case_item .img,
.case_item .company {
  font-weight: bold;
  margin-bottom: .5rem;
}
