#wrapper {
  position: relative;
}

h2 {
  font-weight: bold;
}

.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e4e8ee;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border-color: #005096;
  background-color: #005096;
  color: #fff;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
  display: none;
}

.module__block {
  margin: 50px 0 90px;
}

.custom-anchors {
  position: relative;
}

.custom-anchors::after,
.custom-anchors::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #001428;
}

.custom-anchors::before {
  left: -100%;
}

.custom-anchors::after {
  right: -100%;
}

.cardlist.layout-1 li {
  width: 100%;
}

.media__list .yt-frame iframe {
  width: 100%;
}

hr {
  border: none;
  border-top: 1px solid #e4e8ee;
}

.toppages {
  margin-bottom: 40px;
}

.ez-custom-css .ez-toc-list {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.ez-custom-css .ez-toc-list li:nth-child(n + 6) {
  display: none;
}

#ez-toc-container:not(.ez-custom-css) {
  display: none;
}

.wpcf7 .checkbox span {
  padding-left: unset;
  display: unset;
  position: unset;
}

.wpcf7 .listItemCheckBox .wpcf7-list-item {
  display: block;
}

.wpcf7 .listItemCheckBox .wpcf7-list-item:not(:last-child) {
  margin-bottom: 5px;
}

.checkbox.listItemCheckBox strong,
.checkbox.listItemInline strong {
  display: block;
  margin-bottom: 10px;
}

.checkbox.listItemCheckBox:not(:last-child),
.checkbox.listItemInline:not(:last-child) {
  margin-bottom: 20px;
}

.form textarea {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  box-shadow: 1px 1px 2px rgba(0, 20, 40, 0.1);
  padding: 15px;
  width: 100%;
  outline: none;
}

.wpcf7 .checkbox span:not(.wpcf7-list-item-label)::before {
  display: none;
}

.wpcf7 .checkbox span.wpcf7-list-item-label {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}

.wpcf7 .checkbox span.wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #e4e8ee;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.1em;
  box-shadow: 1px 1px 2px rgba(0, 20, 40, 0.1);
}

.contact-form-tryout-cls-confirm .form__button > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}

#contact-form-tryout .wpcf7-spinner {
  margin: 15px 0;
  left: 50%;
  transform: translateX(-50%);
}

.text2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.visual__cate span:not(:first-child) {
  margin-left: 10px;
}

.is-cases__detail__nothumb {
  background: #c8d0d8;
}

.is-cases__detail__nothumb,
.is-cases__detail__nothumb a {
  color: #001432;
}

.is-cases__detail__nothumb .visual__cate span {
  border-color: #001432;
}

.header__search form,
.icon__search form {
  position: relative;
}

.header__search::after,
.icon__search::after {
  display: none;
}

.header__search form #submitBtn,
.icon__search form #submitBtn {
  border: none;
  background: none;
  position: absolute;
  position: absolute;
  width: 55px;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__search form #submitBtn:hover,
.icon__search form #submitBtn:hover {
  cursor: pointer;
}

.ico_search {
  position: relative;
  width: 20px;
  height: 20px;
}

.ico_search::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/common/icon_search.png") no-repeat 0 0 / cover;
}

.form__product_list li {
  display: none;
}

#errorProductsList {
  display: none;
}

ul.megamenu__list li.menu-item-has-children {
  display: block;
  width: 100%;
}

ul.megamenu__list.megamenu__list-products li.menu-item-has-children:not(:last-child) {
  margin-bottom: 20px;
}

ul.megamenu__list li.menu-item-has-children > a {
  border-bottom: 1px solid;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0 0 15px;
  padding: 0 0 10px 35px;
  position: relative;
}

ul.megamenu__list.megamenu__list-products li.menu-item-has-children > a::before {
  background: url("../images/common/arrow03-par.png") no-repeat 0 0 / 100% 100%;
}

ul.megamenu__list > li.menu-item-has-children > a::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #005096;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.megamenu__list .sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 10px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.footer__link_group > li {
  font-size: 14px;
  margin: 0 0 5px;
}

.footer__link_group > li:not(:last-child) {
  margin-bottom: 30px;
}

.fixed__btn li:nth-child(2) {
  margin-bottom: 3px;
}

.fixed__btn li:nth-last-child(3) {
  margin-top: 8px;
}

.l-estimate input[type="text"] {
  height: 45px;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  box-shadow: 1px 1px 2px rgba(0, 20, 40, 0.1);
  padding: 0 15px;
}

.checkbox input {
  position: unset;
  opacity: unset;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.note {
  margin-top: 5px;
  font-size: 14px;
}

.note .noteRed {
  color: red;
}

.l-page table {
  min-width: unset;
}

.form__privacy_title {
  color: #fff !important;
  font-weight: 700 !important;
  padding: 10px 10px 14px !important;
}

/* .custom-anchors {
  margin-top: -30px;
} */

.cardlist .thumbnail a {
  transition: 0.2s all;
  opacity: 1;
}

.cardlist .thumbnail a:hover {
  opacity: 0.8;
}

.h3-center {
  font-size: 28px !important;
}

.notSlide .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.custom-anchors {
  display: none;
}

#anchors .custom-anchors {
  display: block;
}

.visual__sub.visual--recruit {
  background: url(../images/kv_recruit.jpg) no-repeat right top / cover;
}

.visual__sub.is--recruit-team {
  background: url(../images/KV_team.jpg) no-repeat center / cover;
}

@media (max-width: 990px) {
  ul.megamenu__list li.menu-item-has-children > a {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  ul.megamenu__list li.menu-item-has-children > a::before {
    display: none;
  }
  .megamenu__list .sub-menu {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .media__list_custom.layout-1 .yt-frame iframe {
    height: 670px;
  }

  .anchors .ez-custom-css a {
    padding: 0 30px;
    height: 100%;
  }

  .wpcf7 .form__button_back {
    width: calc(100% - 370px);
  }

  .newsList.newsList.hasScroll {
    max-height: 440px;
    overflow-y: scroll;
  }

  /* .custom-anchors {
    margin-top: -80px;
  } */
}

@media screen and (max-width: 767px) {
  /* .visual__sub {
    height: auto;
  } */

  .visual__slider .slideCustom {
    height: 332px;
  }

  .visual__slider .slideCustom .visual__image {
    position: absolute;
    height: 100%;
  }

  .visual__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ez-custom-css .ez-toc-list {
    justify-content: space-between;
  }

  .ez-custom-css .ez-toc-list li {
    width: calc(49% - 2.5px);
  }

  .footer__link_group > li:not(:last-child) {
    margin-bottom: 20px;
  }

  .h3-center {
    margin: 40px 0 10px !important;
  }

  .notSlide .row .swiper-slide {
    width: 100%;
  }

  .notSlide .c-btn {
    position: unset;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}

.post-type-archive-products .visual__sub {
  background: url("../images/mainvisual/products/kv_products.jpg") no-repeat center / cover;
}

.post-type-archive-solutions .visual__sub,
.single-solutions .visual__sub {
  background: url("../images/mainvisual/solution/kv_solution.jpg") no-repeat center / cover;
}

.tax-products-categories .visual__sub.ai-iot {
  background: url("../images/mainvisual/ai-iot/kv_AI_loT.jpg") no-repeat center / cover;
}

.tax-products-categories .visual__sub.safety-features {
  background: url("../images/mainvisual/security/kv_security.jpg") no-repeat center / cover;
}

.post-type-archive-products .visual__sub .visual__thumb {
  position: absolute;
  right: 100px;
  bottom: 30px;
}

@media screen and (max-width: 767px) {
  .post-type-archive-products .visual__sub {
    background: url("../images/mainvisual/products/kv_products_sp.jpg") no-repeat center / cover;
  }

  .post-type-archive-solutions .visual__sub,
  .single-solutions .visual__sub {
    background: url("../images/mainvisual/solution/kv_solution_sp.jpg") no-repeat center / cover;
  }

  .tax-products-categories .visual__sub.ai-iot {
    background: url("../images/mainvisual/ai-iot/kv_AI_loT_sp.jpg") no-repeat center / cover;
  }

  .tax-products-categories .visual__sub.safety-features {
    background: url("../images/mainvisual/security/kv_security_sp.jpg") no-repeat center / cover;
  }

  .post-type-archive-products .visual__sub .visual__thumb {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .visual .visual__image {
    height: 670px;
  }

  .visual .visual__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.footer__link_item > a {
  line-height: 1.4;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
  padding: 0 0 15px;
  display: block;
}

@media (max-width: 767px) {
  .visual__sub.visual--recruit {
    background-image: url("../images/KV_SP_recruit.jpg");
  }

  .visual__sub.is--recruit-job {
    background-image: url("../images/SP_KV_job.jpg");
  }

  .visual__sub.is--recruit-team {
    background-image: url("../images/KV_SP_team.jpg");
  }

  .visual__sub.is--recruit-environment {
    background-image: url("../images/SP_KV_environment.jpg");
  }

  .visual__sub.is--recruit-listings {
    background-image: url("../images/SP_KV_listings.jpg");
  }

  .footer__link_item > a {
    margin: 0 15px;
    padding: 15px 0;
    position: relative;
    padding-right: 35px;
  }
}
.readOnly {
  pointer-events: none;
  cursor: not-allowed;
  width: auto !important;
}

.hidden-list {
  display: none;
}

#customErrCustomerCodePurchase {
  display: none;
}
