@charset "UTF-8";
/* CSS Document */
.caseArea .arrowBox, .caseArea .Img .colorMain, .caseArea .Img img, .caseArea .Img::before, .caseArea .Img, .caseArea .caseList .slick-slide.current .caseItem, .solutionList .Img img {
  transition: all 0.5s ease-in-out;
}

.titleBannerInsBox .text {
  margin-left: 20px;
  padding: 0 0 3px 0;
}
@media (max-width: 640px) {
  .titleBannerInsBox .text {
    margin: 0;
    line-height: 1.5;
  }
}

.solutionList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1180px) {
  .solutionList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: unset;
        flex-direction: unset;
    margin: 0 -15px;
  }
}
.solutionList .solutionItem {
  width: 100%;
  margin: 45px 0;
}
@media (max-width: 1180px) {
  .solutionList .solutionItem {
    width: 50%;
    padding: 15px;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .solutionList .solutionItem {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .solutionList .solutionItem:nth-child(even) .item {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    background-color: #f0f0f0;
  }
  .solutionList .solutionItem:nth-child(even) .Txt {
    padding-left: 0;
    padding-right: 50px;
  }
}
.solutionList .item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #f4f8fb;
  padding: 70px;
  border-radius: 0.4rem;
}
@media (max-width: 1180px) {
  .solutionList .item {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 40px 20px;
  }
}
.solutionList .Img {
  position: relative;
  overflow: hidden;
  width: 50%;
}
@media (max-width: 1180px) {
  .solutionList .Img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .solutionList .Img {
    width: 100%;
  }
}
.solutionList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.solutionList .Txt {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 1180px) {
  .solutionList .Txt {
    width: 100%;
    padding: 40px 0;
  }
}
.solutionList .Txt .titleBox {
  margin-bottom: 20px;
}
.solutionList .Txt .title a {
  display: block;
  font-size: 20px;
  color: #0069b7;
}
.solutionList .Txt .text {
  color: #333;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: normal;
}
.solutionList .Txt .text.ellipsis {
  height: 120px;
  overflow: hidden;
}
.solutionList .Txt .slideBox {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
.solutionList .Txt .slideBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  top: 0;
  left: 0;
}
.solutionList .Txt .slideBox .slideItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 5px 0;
}
@media (max-width: 640px) {
  .solutionList .Txt .slideBox .slideItem {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.solutionList .Txt .slideBox .tit {
  width: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #0069b7;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 640px) {
  .solutionList .Txt .slideBox .tit {
    width: 100%;
  }
}
.solutionList .Txt .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;
}
.solutionList .Txt .slideBox .txt {
  width: calc(100% - 100px);
  font-size: 16px;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 640px) {
  .solutionList .Txt .slideBox .txt {
    width: 100%;
  }
}
.solutionList .Txt .slideBox .txt.ellipsis {
  height: 32px;
  white-space: nowrap;
}
.solutionList .Txt .slideBox .txt .text {
  display: inline-block;
  width: auto;
  margin: 0;
}
.solutionList .Txt .slideBox .txt .text:not(:nth-child(1)) {
  position: relative;
  padding-left: 10px;
}
.solutionList .Txt .slideBox .txt .text:not(:nth-child(1))::before {
  content: "、";
  position: absolute;
  color: #333;
  font-size: 16px;
  top: 0;
  left: -5px;
}
.solutionList .Txt .btnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}

.InfoArea {
  width: 100%;
}
.InfoArea .InfoBox {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .InfoArea .InfoBox {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
    background-color: #f5f5f5;
    padding: 40px 20px;
    margin-top: 40px;
  }
}
.InfoArea .InfoBox::before {
  content: "";
  position: absolute;
  background-color: #f5f5f5;
  width: 80%;
  height: 90%;
  right: 0;
  top: 15%;
  border-radius: 0.4rem;
}
@media (max-width: 1180px) {
  .InfoArea .InfoBox::before {
    display: none;
  }
}
.InfoArea .Img {
  width: 35%;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .InfoArea .Img {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .InfoArea .Img {
    width: 100%;
  }
}
.InfoArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 0.4rem;
  overflow: hidden;
}
.InfoArea .Txt {
  width: 65%;
  padding: 100px 40px 40px 100px;
}
@media (max-width: 1180px) {
  .InfoArea .Txt {
    width: 100%;
    padding: 60px 40px;
  }
}
@media (max-width: 640px) {
  .InfoArea .Txt {
    padding: 60px 0px;
  }
}

.caseArea {
  width: 100%;
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .caseArea {
    padding: 40px 0;
  }
}
.caseArea .wrap {
  max-width: 100%;
}
.caseArea .caseBox {
  width: 100%;
  position: relative;
}
.caseArea .caseList {
  width: 100%;
}
.caseArea .caseList .slick-list {
  overflow: visible;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .caseArea .caseList .slick-list {
    overflow: hidden;
  }
}
.caseArea .caseList .slick-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.caseArea .caseList .slick-slide.current {
  opacity: 1;
}
.caseArea .caseItem {
  padding: 20px 50px;
}
@media (max-width: 1180px) {
  .caseArea .caseItem {
    padding: 20px;
  }
}
.caseArea .item {
  width: 100%;
  max-width: 800px;
  position: relative;
}
@media (min-width: 1181px) {
  .caseArea .item:hover .Img::before {
    opacity: 0.2;
  }
  .caseArea .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .caseArea .item:hover .Img .colorMain {
    opacity: 1;
  }
  .caseArea .item:hover .Txt .title a {
    color: #0069b7;
  }
}
.caseArea .Img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.caseArea .Img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 105, 183, 0.8);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.caseArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.caseArea .Img .colorMain {
  position: absolute;
  width: 133px;
  height: 133px;
  background-color: rgba(0, 105, 183, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.caseArea .Img .colorMain .btnText {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: normal;
}
.caseArea .Img .colorMain .arrow {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-top: 15px;
}
.caseArea .Img .colorMain .arrow::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow_s.png);
  width: 11px;
  height: 6px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1180px) {
  .caseArea .Img .colorMain {
    display: none;
  }
}
.caseArea .Txt {
  background-color: #f1f9ff;
  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;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin: -80px auto 0;
  padding: 50px;
  border-radius: 0.4rem;
}
@media (max-width: 1180px) {
  .caseArea .Txt {
    padding: 50px 20px;
    margin: 0;
    width: 100%;
  }
}
.caseArea .Txt .title {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: normal;
  color: #0069b7;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 1180px) {
  .caseArea .Txt .title {
    font-size: 18px;
  }
}
.caseArea .Txt .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  bottom: 0;
  left: 0;
}
.caseArea .Txt .subtitle {
  font-size: 16px;
  letter-spacing: normal;
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.caseArea .Txt .subtitle .cis {
  width: 90px;
  margin-right: 10px;
}
.caseArea .Txt .subtitle span:not(.cis) {
  max-width: calc(100% - 90px);
}
.caseArea .Txt .num {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.caseArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.caseArea .arrowBox {
  position: absolute;
  top: -25%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 850px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.caseArea .arrowBox.hide {
  opacity: 0;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.caseArea .slick-dots {
  margin-top: 20px;
}

.departmentArea {
  margin-bottom: 120px;
}