/*
***
***
***
***
***
*/
a {
  transition: 0.3s;
}

.eyeCatch {
  margin-bottom: 2em;
  display: block;
  position: relative;
  background-color: #ebebeb;
  background-image: url(../img/bgConsalting.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}
.eyeCatch img {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
  margin-bottom: -15px;
  margin-top: 15px;
  transform: scale(0.7);
  transform-origin: bottom;
  box-shadow: 3px -7px 7px rgba(0, 0, 0, 0.1);
}

.contact .eyeCatch,
.company .eyeCatch {
  background-image: url(../img/bgAbout.jpg);
}
.contact .eyeCatch:before,
.company .eyeCatch:before {
  background-image: url(../img/bgAbout.jpg);
}

.products .eyeCatch,
.encrypte-solution .eyeCatch {
  background-image: url(../img/bgEncryptsolution.jpg);
}
.products .eyeCatch:before,
.encrypte-solution .eyeCatch:before {
  background-image: url(../img/bgEncryptsolution.jpg);
}

.consulting .eyeCatch {
  background-image: url(../img/bgConsalting.jpg);
}
.consulting .eyeCatch:before {
  background-image: url(../img/bgConsalting.jpg);
}

.siteLogo {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.siteLogo a {
  display: flex;
}
.siteLogo img {
  max-width: 100%;
  width: 200px;
}
.siteLogo h1 {
  margin: 0;
  font-size: 100%;
  color: #000;
  padding-left: 1.7em;
}
@media screen and (max-width: 800px) {
  .siteLogo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .siteLogo h1 {
    padding-top: 0.7em;
  }
}

.btn a {
  font-size: 80%;
  display: inline-block;
  position: relative;
  background: #ef9f00;
  color: #fff;
  padding: 0.3em 1.7em;
  line-height: 1;
}
.btn a:hover {
  background: #ef7000;
}
.btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.3em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 5px;
}
main .notice {
  font-size: 80%;
  padding-top: 1em;
}
main .intro {
  border-radius: 14px;
  padding: 2.3em 1em;
  border-bottom: 3px solid #e2e7eb;
  border-top: 3px solid #e2e7eb;
  margin-bottom: 5em;
  font-size: 120%;
}
main table th,
main table td {
  padding: 1.7em;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
main table th {
  vertical-align: top;
}
main table th h2 {
  font-size: 100%;
  margin: 0;
}
main hr {
  height: 0.7em;
  width: 100%;
  background: transparent;
  border: none;
}
main .slider {
  display: flex;
  flex-wrap: wrap;
}
main .slider img {
  width: 100%;
}
main .slider .swiper-slide {
  border-radius: 20px;
}
main .slider > div {
  width: 100%;
  max-width: 500px;
  background: #fff;
  margin-left: inherit;
  margin-right: inherit;
}
main .slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
main dl {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
  justify-content: center;
}
main dl dt,
main dl dd {
  width: 50%;
  padding: 15px;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 800px) {
  main dl dt,
  main dl dd {
    width: 100%;
    margin-bottom: 0;
  }
}
main dl dt {
  border: 1px solid #e2e7eb;
  border-right: none;
  background: #e2e7eb;
  display: flex;
  justify-content: center;
  align-items: center;
}
main dl dt h2 {
  margin: 0;
  font-size: 100%;
}
main dl dt h3 {
  margin: 0;
  font-size: 100%;
}
main dl dd {
  border: 1px solid #e2e7eb;
  border-left: none;
  background: #f7f8f9;
}
@media screen and (max-width: 800px) {
  main dl dd {
    border: 1px solid #e2e7eb;
    border-top: none;
    margin-bottom: 0.7em;
  }
}
.company table {
  position: relative;
}
.company table:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../img/kddibuild.jpg);
  background-position: top right;
  background-size: 32%;
  background-repeat: no-repeat;
  z-index: 7;
}
.company table th {
  min-width: 9em;
}
.company table ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .company table ul {
    flex-direction: column;
  }
}
.company table ul li {
  width: 50%;
  margin-bottom: 1em;
  padding: 1em;
  font-size: 100%;
}
@media screen and (max-width: 800px) {
  .company table ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
.company table ul li:last-of-type {
  margin-bottom: 0;
}
.company table h3 {
  display: block;
}
.company table dt {
  flex-direction: column;
}

.encBeforeAfter {
  position: relative;
  display: inline-block;
}
.encBeforeAfter img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation-name: fade;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}
.encBeforeAfter > div {
  background: #000;
  color: #fff;
  width: 7em;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.encBeforeAfter > div:first-of-type {
  z-index: 2;
  opacity: 0;
  animation-name: fade;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.sixFunction {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 17px;
  padding: 2em;
}
.sixFunction * {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .sixFunction {
    padding: 2em 1em 1em 1em;
  }
}
.sixFunction h5 {
  font-size: 150%;
  margin-bottom: 0.7em;
}
.sixFunction .swiper-slide > div {
  padding: 1em;
  background: #fff;
  border-radius: 7px;
  padding: 0.3em 0.7em;
  margin-bottom: 0.3em;
}
.sixFunction img {
  border-radius: 7px;
  margin-top: 1em;
}
.sixFunction ul {
  margin-bottom: 1em;
}
.sixFunction ul:last-of-type {
  margin-bottom: 0;
}
.sixFunction li {
  position: relative;
  transform: skewX(-15deg);
  padding: 0 0.7em;
  font-size: 100%;
  font-style: italic;
  color: #5d8db1;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
.sixFunction li * {
  color: #5d8db1;
}
.sixFunction li:last-of-type {
  margin-bottom: 0;
}
.sixFunction .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sixFunction .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
}
.sixFunction .swiper-horizontal > .swiper-pagination-bullets,
.sixFunction .swiper-pagination-bullets.swiper-pagination-horizontal,
.sixFunction .swiper-pagination-custom,
.sixFunction .swiper-pagination-fraction {
  width: auto;
}
.sixFunction .swiper-horizontal > .swiper-pagination-bullets,
.sixFunction .swiper-pagination-bullets.swiper-pagination-horizontal,
.sixFunction .swiper-pagination-custom,
.sixFunction .swiper-pagination-fraction {
  top: 7px;
  right: 7px;
  left: auto;
  height: 40px;
}
@media screen and (max-width: 800px) {
  .sixFunction .swiper-horizontal > .swiper-pagination-bullets,
  .sixFunction .swiper-pagination-bullets.swiper-pagination-horizontal,
  .sixFunction .swiper-pagination-custom,
  .sixFunction .swiper-pagination-fraction {
    transform: translate(-50%, 0);
    left: 50%;
    width: 100%;
    top: -10px;
  }
}
.sixFunction .swiper-pagination-bullet-active {
  background: #5d8db1;
}

.wpcf7-not-valid-tip {
  padding-left: 1em;
  color: red;
}

.wpcf7-response-output {
  text-align: center;
}

.screen-reader-response {
  display: none;
}
.screen-reader-response ul li {
  position: relative;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
.screen-reader-response ul li:before {
  content: none;
}/*# sourceMappingURL=company.css.map */