/* CSS Document */
.classArea .Txt .text, .classArea .Txt .title, .classArea .iconBox .Img img, .classArea .iconBox .Img, .classArea .iconBox, .classArea .item::after, .classArea .item::before {
  transition: all 0.5s ease-in-out;
}

.classArea {
  width: 100%;
}
@media (max-width: 1180px) {
  .classArea {
    display: none;
  }
}
.classArea .classBox {
  position: relative;
}
.classArea .arrowBox {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classArea .classList {
  width: 100%;
  padding: 0 50px;
  position: relative;
}
.classArea .classList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.classArea .classList:not(.slick-slider) .classItem {
  width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.classArea .classList > .classItem {
  float: left;
  width: 20%;
}
.classArea .classList > .classItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 1180px) {
  .classArea .classList > .classItem {
    width: 25%;
  }
  .classArea .classList > .classItem:nth-child(5) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 960px) {
  .classArea .classList > .classItem {
    width: 33.3333333333%;
  }
  .classArea .classList > .classItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .classArea .classList > .classItem {
    width: 50%;
  }
  .classArea .classList > .classItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 640px) {
  .classArea .classList > .classItem {
    width: 100%;
  }
  .classArea .classList > .classItem:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.classArea .slick-dots {
  margin-top: 20px;
}
@media (min-width: 641px) {
  .classArea .slick-dots {
    display: none;
  }
}
.classArea .classItem {
  border-radius: 0.4rem;
  position: relative;
  padding-bottom: 30px;
}
.classArea .classItem.current .item::before {
  opacity: 1;
  height: 100%;
}
.classArea .classItem.current .item::after {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(180deg);
          transform: translateY(0) rotate(180deg);
}
.classArea .classItem.current .item .iconBox {
  border-color: #0069b7;
}
.classArea .classItem.current .item .iconBox .Img {
  -webkit-filter: unset;
          filter: unset;
}
.classArea .classItem.current .item .iconBox .Img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.classArea .classItem.current .item .Txt .title {
  color: #0069b7;
}
@media (min-width: 1181px) {
  .classArea .classItem:hover .item::before {
    opacity: 1;
    height: 100%;
  }
  .classArea .classItem:hover .item::after {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(180deg);
            transform: translateY(0) rotate(180deg);
  }
  .classArea .classItem:hover .item .iconBox {
    border-color: #0069b7;
  }
  .classArea .classItem:hover .item .iconBox .Img {
    -webkit-filter: unset;
            filter: unset;
  }
  .classArea .classItem:hover .item .iconBox .Img img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .classArea .classItem:hover .item .Txt .title {
    color: #0069b7;
  }
}
.classArea .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
}
.classArea .item::before {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 0.4rem;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #f5f5f5;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.classArea .item::after {
  content: "";
  background-image: url(../images/deco_triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 42px;
  height: 38px;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-10px) rotate(180deg);
          transform: translateY(-10px) rotate(180deg);
}
.classArea .iconBox {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: inherit;
      flex-shrink: inherit;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  border: 5px solid #b8cde2;
  background-color: #fff;
}
.classArea .iconBox .Img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  padding: 20px;
}
.classArea .iconBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.classArea .Txt {
  width: 100%;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
}
.classArea .Txt .title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #0a0404;
  letter-spacing: normal;
  line-height: 1.1;
}
.classArea .Txt .text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  letter-spacing: normal;
}

.mobileBox {
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1181px) {
  .mobileBox {
    display: none;
  }
}
.mobileBox .wrap {
  padding: 0;
}
.mobileBox .classBox {
  max-width: 100%;
}

.insIntroArea {
  padding: 100px 0;
  background-color: #f5f5f5;
  margin: 40px 0;
  position: relative;
}
@media (max-width: 1180px) {
  .insIntroArea {
    margin-bottom: 0;
    padding: 40px 0;
  }
}
.insIntroArea .products {
  padding-bottom: 0;
  margin-bottom: 0;
}

.infoArea {
  width: 100%;
  margin: 40px 0;
}
.infoArea .infoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 1180px) {
  .infoArea .infoBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.infoArea .leftBox {
  width: 50%;
}
@media (max-width: 1180px) {
  .infoArea .leftBox {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.infoArea .leftBox .titleBox {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.infoArea .rightBox {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 65px;
}
@media (max-width: 1180px) {
  .infoArea .rightBox {
    width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0;
  }
}
.infoArea .rightBox .Img {
  width: 100%;
}
.infoArea .rightBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.serviceArea {
  width: 100%;
  margin: 80px 0 40px;
}
@media (max-width: 1180px) {
  .serviceArea {
    margin: 20px 0;
  }
}
.serviceArea .serviceBox {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .serviceArea .serviceBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.serviceArea .leftBox {
  width: 50%;
  padding-right: 65px;
}
@media (max-width: 1180px) {
  .serviceArea .leftBox {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.serviceArea .rightBox {
  width: 50%;
  padding-left: 70px;
}
@media (max-width: 1180px) {
  .serviceArea .rightBox {
    width: 100%;
    padding: 0;
  }
}
.serviceArea .slideBox {
  position: relative;
  width: 100%;
}
.serviceArea .slideBox .slideItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  padding: 5px 0;
}
@media (max-width: 1180px) {
  .serviceArea .slideBox .slideItem {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.serviceArea .slideBox .tit {
  width: 135px;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 500;
  color: #0069b7;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1180px) {
  .serviceArea .slideBox .tit {
    width: 100%;
  }
}
.serviceArea .slideBox .tit::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0069b7;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.serviceArea .slideBox .txt {
  width: calc(100% - 100px);
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 400;
  color: #333;
}
@media (max-width: 1180px) {
  .serviceArea .slideBox .txt {
    width: 100%;
  }
}