<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
picture.lazy {
  filter: blur(5px);
  background-image: none !important;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.page-wrapper picture {
  width: 100%;
  display: block;
}
.page-wrapper picture img {
  width: 100%;
  display: block;
}
.arrow-link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  transition: 0.3s;
  font-weight: 500;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .arrow-link {
    display: inline-flex;
  }
}
.arrow-link .arrow {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  position: relative;
  margin-left: 6px;
  top: 4px;
  transition: 0.5s;
}
.arrow-link .arrow:before {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  border-top: 2px solid #0060FF;
  border-right: 2px solid #0060FF;
  position: absolute;
  right: 7px;
  top: 45%;
  transform: rotate(45deg) translateY(-50%);
}
.arrow-link .arrow:after {
  content: '';
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: #0060FF;
  position: absolute;
}
.arrow-link.link-white {
  color: #fff;
}
.arrow-link.link-white .arrow:before {
  border-color: #fff;
}
.arrow-link.link-white .arrow:after {
  background-color: #fff;
}
.arrow-link:hover .arrow {
  margin-left: 10px;
}
.no-webp .cusmaso-spr {
  background-image: url("/sites/zweb/images/jp/crm/cusmaso-sprite-2x.png") !important;
}
.jpc-banner {
  padding: 0px 0px 0px;
  background: linear-gradient(41deg, #0159FB 13.18%, #001FAD 86.2%);
}
.jpc-banner .jpc-container .banner-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .jpc-banner .jpc-container .banner-flex {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-banner .jpc-container .banner-flex {
    flex-direction: column;
  }
}
.jpc-banner .jpc-container .banner-flex .banner-left {
  width: calc(100% - 677px);
  padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .jpc-banner .jpc-container .banner-flex .banner-left {
    padding-left: 0px;
    width: calc(100% - 535px);
  }
}
@media only screen and (max-width: 991px) {
  .jpc-banner .jpc-container .banner-flex .banner-left {
    padding: 50px 0px 30px;
    width: calc(100% - 374px);
  }
}
@media only screen and (max-width: 767px) {
  .jpc-banner .jpc-container .banner-flex .banner-left {
    width: 100%;
    padding: 30px 0px 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 360px) {
  .jpc-banner .jpc-container .banner-flex .banner-left {
    padding: 30px 0px 60px;
  }
}
.jpc-banner .jpc-container .banner-flex .banner-left h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .jpc-banner .jpc-container .banner-flex .banner-left h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-banner .jpc-container .banner-flex .banner-left h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-banner .jpc-container .banner-flex .banner-left h1 {
    margin-bottom: 15px;
  }
}
.jpc-banner .jpc-container .banner-flex .banner-left .desc {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
  max-width: 448px;
}
@media only screen and (max-width: 767px) {
  .jpc-banner .jpc-container .banner-flex .banner-left .desc {
    margin: 0 auto;
  }
}
.jpc-banner .jpc-container .banner-flex .banner-right {
  width: 650px;
  position: relative;
  left: 47px;
}
@media only screen and (max-width: 1350px) {
  .jpc-banner .jpc-container .banner-flex .banner-right {
    left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .jpc-banner .jpc-container .banner-flex .banner-right {
    width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-banner .jpc-container .banner-flex .banner-right {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-banner .jpc-container .banner-flex .banner-right {
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
  }
}
.jpc-banner .jpc-container .banner-flex .banner-right .pic-wrap {
  position: relative;
  z-index: 1;
}
.jpc-banner .jpc-container .banner-flex .banner-right .banner-spr {
  position: absolute;
  display: block;
  background-size: 751px 500px;
  width: 96px;
  height: 86px;
  bottom: 300px;
  right: 172px;
  transition: 0.4s ease;
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  .jpc-banner .jpc-container .banner-flex .banner-right .banner-spr {
    transition-delay: 0s;
    zoom: 0.9;
    z-index: 1;
    opacity: 1;
  }
}
.jpc-banner .jpc-container .banner-flex .banner-right .banner-spr.icn1 {
  background-position: -290px -5px;
  width: 69px;
  height: 73px;
}
@media only screen and (max-width: 1199px) {
  .jpc-banner .jpc-container .banner-flex .banner-right .banner-spr.icn1 {
    transform: translate(-61px, -89px);
  }
}
@media only screen and (max-width: 991px) {
  .jpc-banner .jpc-container .banner-flex .banner-right .banner-spr.icn1 {
    transform: translate(-10px, 43px);
  }
}
.jpc-banner .jpc-container .banner-flex .banner-right .banner-spr.icn2 {
  background-position: -367px -5px;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 1199px) {
  .jpc-banner .jpc-container .banner-flex .banner-right .banner-spr.icn2 {
    transform: translate(106px, -70px);
  }
}
@media only screen and (max-width: 991px) {
  .jpc-banner .jpc-container .banner-flex .banner-right .banner-spr.icn2 {
    transform: translate(120px, 43px);
  }
}
.jpc-banner .jpc-container .banner-flex .banner-right .banner-spr.icn3 {
  background-position: -467px -5px;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .jpc-banner .jpc-container .banner-flex .banner-right .banner-spr.icn3 {
    transform: translate(168px, 52px);
  }
}
@media only screen and (max-width: 991px) {
  .jpc-banner .jpc-container .banner-flex .banner-right .banner-spr.icn3 {
    transform: translate(186px, 117px);
  }
}
.jpc-banner .jpc-container .banner-flex .banner-right .banner-spr.icon-active {
  opacity: 1;
  z-index: 2;
}
.jpc-banner .jpc-container .banner-flex .banner-right .banner-spr.icon-active.icn1 {
  transform: translate(-83px, -146px);
}
.jpc-banner .jpc-container .banner-flex .banner-right .banner-spr.icon-active.icn2 {
  transform: translate(80px, -133px);
}
.jpc-banner .jpc-container .banner-flex .banner-right .banner-spr.icon-active.icn3 {
  transform: translate(148px, -21px);
}
.section-wrapper2 {
  padding: 39px 0px 86px;
  overflow: hidden;
}
@media only screen and (max-width: 895px) {
  .section-wrapper2 {
    padding: 39px 0px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper2 {
    padding: 39px 0px 50px;
  }
}
.section-wrapper2 .jpc-container .cm-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  background: #EFF6FF;
  padding: 40px 60px;
}
@media only screen and (max-width: 767px) {
  .section-wrapper2 .jpc-container .cm-content {
    padding: 25px 20px;
  }
}
.section-wrapper2 .jpc-container .cm-content h2 {
  color: #00122B;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .section-wrapper2 .jpc-container .cm-content h2 {
    font-size: 18px;
  }
}
.section-wrapper2 .jpc-container .cm-content p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
.section-wrapper2 .jpc-container .need-tool-fl {
  padding-top: 82px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 895px) {
  .section-wrapper2 .jpc-container .need-tool-fl {
    flex-direction: column;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper2 .jpc-container .need-tool-fl {
    padding-top: 30px;
  }
}
.section-wrapper2 .jpc-container .need-tool-fl .tool-left {
  width: calc(100% - 697px);
  padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper2 .jpc-container .need-tool-fl .tool-left {
    width: calc(100% - 494px);
    padding-left: 0px;
  }
}
@media only screen and (max-width: 895px) {
  .section-wrapper2 .jpc-container .need-tool-fl .tool-left {
    width: 100%;
    text-align: center;
  }
}
.section-wrapper2 .jpc-container .need-tool-fl .tool-left h2 {
  color: #00122B;
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 27px;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper2 .jpc-container .need-tool-fl .tool-left h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper2 .jpc-container .need-tool-fl .tool-left h2 {
    font-size: 23px;
  }
}
.section-wrapper2 .jpc-container .need-tool-fl .tool-left p {
  color: #00122B;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
  margin-bottom: 15px;
}
.section-wrapper2 .jpc-container .need-tool-fl .tool-left p:last-child {
  margin: 0px;
}
.section-wrapper2 .jpc-container .need-tool-fl .tool-right {
  max-width: 637px;
  width: 100%;
  position: relative;
  left: 28px;
}
@media only screen and (max-width: 1250px) {
  .section-wrapper2 .jpc-container .need-tool-fl .tool-right {
    left: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-wrapper2 .jpc-container .need-tool-fl .tool-right {
    max-width: 460px;
  }
}
@media only screen and (max-width: 895px) {
  .section-wrapper2 .jpc-container .need-tool-fl .tool-right {
    margin: 0 auto;
  }
}
.section-wrapper3 {
  background: #EFF6FF;
  padding: 80px 0px 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper3 {
    padding: 80px 0px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper3 {
    padding: 50px 0px 50px;
  }
}
.section-wrapper3 .jpc-container h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper3 .jpc-container h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper3 .jpc-container h2 {
    font-size: 23px;
  }
}
.section-wrapper3 .jpc-container .sub-dec {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
  text-align: center;
  margin-bottom: 39px;
}
.section-wrapper3 .jpc-container .con-full-fl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 12px;
  background: linear-gradient(0deg, #111A3D 0%, #0B1A54 100%);
  max-width: 1200px;
  margin: 0 auto 30px;
  gap: 14px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper3 .jpc-container .con-full-fl {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 991px) {
  .section-wrapper3 .jpc-container .con-full-fl {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper3 .jpc-container .con-full-fl {
    margin: 0 auto 20px;
    border-radius: 10px;
  }
}
.section-wrapper3 .jpc-container .con-full-fl .cont-left {
  width: calc(100% - 600px);
  padding: 0px 0px 0px 82px;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper3 .jpc-container .con-full-fl .cont-left {
    padding: 40px 20px 0px 20px;
    width: calc(100% - 475px);
  }
}
@media only screen and (max-width: 991px) {
  .section-wrapper3 .jpc-container .con-full-fl .cont-left {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper3 .jpc-container .con-full-fl .cont-left {
    text-align: left;
    padding: 30px 30px 0px 20px;
  }
}
.section-wrapper3 .jpc-container .con-full-fl .cont-left h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper3 .jpc-container .con-full-fl .cont-left h3 {
    font-size: 24px;
  }
}
.section-wrapper3 .jpc-container .con-full-fl .cont-left p {
  color: #D2D9F5;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1;
}
@media only screen and (max-width: 991px) {
  .section-wrapper3 .jpc-container .con-full-fl .cont-left p {
    margin: 0;
  }
}
.section-wrapper3 .jpc-container .con-full-fl .cont-right {
  max-width: 586px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper3 .jpc-container .con-full-fl .cont-right {
    max-width: 460px;
  }
}
@media only screen and (max-width: 991px) {
  .section-wrapper3 .jpc-container .con-full-fl .cont-right {
    max-width: 460px;
    margin: 0 auto;
  }
}
.section-wrapper3 .jpc-container .adv-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 27px 14px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .section-wrapper3 .jpc-container .adv-contact {
    gap: 15px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper3 .jpc-container .adv-contact {
    flex-direction: column;
    gap: 20px;
  }
}
.section-wrapper3 .jpc-container .adv-contact .adv-flex {
  border-radius: 12px;
  background: linear-gradient(0deg, #111A3D 0%, #0B1A54 100%);
  width: calc(100% / 2 - 14px);
  align-self: flex-start;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 22px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .section-wrapper3 .jpc-container .adv-contact .adv-flex {
    width: calc(100% / 2 - 8px);
    align-self: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper3 .jpc-container .adv-contact .adv-flex {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper3 .jpc-container .adv-contact .adv-flex {
    width: 100%;
  }
}
.section-wrapper3 .jpc-container .adv-contact .adv-flex .adv-con {
  padding: 62px 62px 0px;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper3 .jpc-container .adv-contact .adv-flex .adv-con {
    padding: 40px 30px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .section-wrapper3 .jpc-container .adv-contact .adv-flex .adv-con {
    padding: 30px 30px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper3 .jpc-container .adv-contact .adv-flex .adv-con {
    padding: 30px 20px 0px;
  }
}
.section-wrapper3 .jpc-container .adv-contact .adv-flex .adv-con h3 {
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper3 .jpc-container .adv-contact .adv-flex .adv-con h3 {
    font-size: 24px;
  }
}
.section-wrapper3 .jpc-container .adv-contact .adv-flex .adv-con p {
  color: #D2D9F5;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
  margin: 0;
}
.section-wrapper3 .jpc-container .adv-contact .adv-flex.adv-contact-1 .adv-img {
  max-width: 389px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .section-wrapper3 .jpc-container .adv-contact .adv-flex.adv-contact-1 .adv-img {
    padding: 0px 20px;
  }
}
.section-wrapper3 .jpc-container .adv-contact .adv-flex.adv-contact-2 .adv-img {
  max-width: 474px;
  width: 100%;
  margin: -11px auto 26px;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper3 .jpc-container .adv-contact .adv-flex.adv-contact-2 .adv-img {
    padding: 0px 20px;
  }
}
.section-wrapper3 .jpc-container .adv-contact .adv-flex.adv-contact-3 {
  position: relative;
  top: -73px;
  gap: 14px;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper3 .jpc-container .adv-contact .adv-flex.adv-contact-3 {
    top: -23px;
  }
}
@media only screen and (max-width: 991px) {
  .section-wrapper3 .jpc-container .adv-contact .adv-flex.adv-contact-3 {
    top: 0px;
  }
}
.section-wrapper3 .jpc-container .adv-contact .adv-flex.adv-contact-3 .adv-img {
  width: 100%;
  margin: 0px auto;
  max-width: 594px;
  position: relative;
  bottom: -4px;
}
.section-wrapper3 .jpc-container .adv-contact .adv-flex.adv-contact-4 {
  gap: 0px;
}
.section-wrapper3 .jpc-container .adv-contact .adv-flex.adv-contact-4 .adv-img {
  width: 100%;
  margin: 0px auto;
  max-width: 594px;
  position: relative;
  bottom: -4px;
}
.section-wrapper4 {
  padding: 90px 0px 80px;
  background: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-wrapper4 {
    padding: 50px 0px;
  }
}
.section-wrapper4 .jpc-container h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper4 .jpc-container h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper4 .jpc-container h2 {
    font-size: 23px;
  }
}
.section-wrapper4 .jpc-container .sub-des {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
  margin-bottom: 30px;
}
.section-wrapper4 .jpc-container .con-full-fl {
  max-width: 997px;
  margin: 0 auto;
  flex-direction: column;
  gap: 28px;
  display: flex;
}
.section-wrapper4 .jpc-container .con-full-fl .contact-desc {
  border-radius: 8px;
  border: 1px solid #C7C7C7;
  background: #FFF;
  display: flex;
  flex-direction: column;
  padding: 32px 42px;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .section-wrapper4 .jpc-container .con-full-fl .contact-desc {
    padding: 22px 17px;
  }
}
.section-wrapper4 .jpc-container .con-full-fl .contact-desc:nth-child(1) .icon-head span {
  background-position: -7px -11px;
}
.section-wrapper4 .jpc-container .con-full-fl .contact-desc:nth-child(2) .icon-head span {
  background-position: -61px -11px;
  width: 47px;
  height: 42px;
}
.section-wrapper4 .jpc-container .con-full-fl .contact-desc:nth-child(3) .icon-head span {
  background-position: -118px -11px;
  width: 47px;
  height: 47px;
}
.section-wrapper4 .jpc-container .con-full-fl .contact-desc:nth-child(4) .icon-head span {
  background-position: -178px -11px;
  width: 47px;
  height: 49px;
}
.section-wrapper4 .jpc-container .con-full-fl .contact-desc:nth-child(5) .icon-head span {
  background-position: -235px -11px;
  width: 47px;
  height: 47px;
}
.section-wrapper4 .jpc-container .con-full-fl .contact-desc .icon-head {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}
.section-wrapper4 .jpc-container .con-full-fl .contact-desc .icon-head span {
  background-size: 751px 500px;
  width: 44px;
  height: 43px;
  background-repeat: no-repeat;
  display: block;
}
.section-wrapper4 .jpc-container .con-full-fl .contact-desc .icon-head span.lazy {
  background-image: url('/sites/zweb/images/jp/crm/cusmaso-sprite-lazy.png') !important;
  filter: blur(3px);
}
@media only screen and (max-width: 767px) {
  .section-wrapper4 .jpc-container .con-full-fl .contact-desc .icon-head span.lazy {
    background-image: none !important;
    filter: blur(0px);
  }
}
.section-wrapper4 .jpc-container .con-full-fl .contact-desc .icon-head h3 {
  color: #00122B;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section-wrapper4 .jpc-container .con-full-fl .contact-desc .icon-head h3 {
    width: calc(100% - 55px);
  }
}
.section-wrapper4 .jpc-container .con-full-fl .contact-desc .con-head p {
  color: #00122B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1;
  margin: 0;
}
.section-wrapper5 {
  background: linear-gradient(181deg, #EFF6FF 0.9%, #FFF 97.11%);
  padding: 97px 0px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .section-wrapper5 {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper5 {
    padding: 50px 0px;
  }
}
.section-wrapper5 .jpc-container .res-for-choose {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .section-wrapper5 .jpc-container .res-for-choose {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper5 .jpc-container .res-for-choose {
    gap: 20px;
  }
}
.section-wrapper5 .jpc-container .res-for-choose .choose1 {
  width: calc(100% / 3 - 90px);
}
@media only screen and (max-width: 1199px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose1 {
    width: calc(100% / 3 - 43px);
  }
}
@media only screen and (max-width: 991px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose1 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.section-wrapper5 .jpc-container .res-for-choose .choose1.pad {
  padding-top: 33px;
}
@media only screen and (max-width: 991px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose1.pad {
    padding-top: 0px;
  }
}
.section-wrapper5 .jpc-container .res-for-choose .choose1 .res-par {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media only screen and (max-width: 767px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose1 .res-par {
    gap: 18px;
  }
}
.section-wrapper5 .jpc-container .res-for-choose .choose1 .res-par .res-ch {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  padding: 24px 26px;
  border-radius: 12px;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.04);
  background: #FFF;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose1 .res-par .res-ch {
    padding: 15px 15px;
  }
}
.section-wrapper5 .jpc-container .res-for-choose .choose1 .res-par .res-ch span {
  background-size: 751px 500px;
  width: 56px;
  height: 56px;
  background-position: -584px -11px;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width: 767px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose1 .res-par .res-ch span {
    background-size: 600px 390px;
    width: 47px;
    height: 45px;
    background-position: -464px -8px;
  }
}
.section-wrapper5 .jpc-container .res-for-choose .choose1 .res-par .res-ch span.lazy {
  background-image: url('/sites/zweb/images/jp/crm/cusmaso-sprite-lazy.png') !important;
  filter: blur(3px);
}
@media only screen and (max-width: 767px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose1 .res-par .res-ch span.lazy {
    background-image: none !important;
    filter: blur(0px);
  }
}
.section-wrapper5 .jpc-container .res-for-choose .choose1 .res-par .res-ch p {
  width: calc(100% - 66px);
  color: #00122B;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 2;
  /* 187.5% */
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose1 .res-par .res-ch p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose1 .res-par .res-ch p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose1 .res-par .res-ch p br {
    display: none;
  }
}
.section-wrapper5 .jpc-container .res-for-choose .choose2 {
  width: calc(100% / 3 + 112px);
  border-radius: 12px;
  background: linear-gradient(42deg, #0159FB 12.17%, #001FAD 85.57%);
  position: relative;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose2 {
    width: calc(100% / 3 + 50px);
  }
}
@media only screen and (max-width: 991px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose2 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    order: 3;
  }
}
.section-wrapper5 .jpc-container .res-for-choose .choose2:before {
  content: "";
  width: 80%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(180deg, #0066F1 0%, rgba(67, 146, 255, 0) 100%);
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose2:before {
    height: 77%;
  }
}
.section-wrapper5 .jpc-container .res-for-choose .choose2 .choose-con {
  max-width: 412px;
  position: relative;
  margin: 43px auto 0px;
}
.section-wrapper5 .jpc-container .res-for-choose .choose2 .choose-con .logo-fl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  max-width: 336px;
  margin: 0 auto;
  gap: 14px;
  padding: 12px 0px 0px;
  align-items: flex-end;
  justify-content: center;
}
.section-wrapper5 .jpc-container .res-for-choose .choose2 .choose-con .logo-fl .crm-logo {
  background-image: url('/sites/zweb/images/productlogos/crm-dark.svg') !important;
  width: 263px;
  height: 116px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose2 .choose-con .logo-fl .crm-logo {
    width: 170px;
    height: 72px;
  }
}
.section-wrapper5 .jpc-container .res-for-choose .choose2 .choose-con .logo-fl span {
  color: #FFF;
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.7;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose2 .choose-con .logo-fl span {
    font-size: 33px;
  }
}
.section-wrapper5 .jpc-container .res-for-choose .choose2 .choose-con h3 {
  max-width: 336px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose2 .choose-con h3 {
    font-size: 39px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .section-wrapper5 .jpc-container .res-for-choose .choose2 .choose-con h3 {
    font-size: 32px;
  }
}
.section-wrapper5 .jpc-container .res-for-choose .choose2 .choose-pic {
  position: relative;
  margin: -8px;
}
.section-wrapper5 .jpc-container .sec-rep {
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  background: #EFF6FF;
  max-width: 1200px;
  margin: -12px auto 0px;
  padding: 39px 63px;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper5 .jpc-container .sec-rep {
    margin: -5px auto 0px;
  }
}
@media only screen and (max-width: 991px) {
  .section-wrapper5 .jpc-container .sec-rep {
    margin: 0px auto 0px;
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper5 .jpc-container .sec-rep {
    margin: 0px auto 0px;
    padding: 30px 17px;
  }
}
.section-wrapper5 .jpc-container .sec-rep p {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
  /* 213.333% */
  margin-bottom: 16px;
}
.section-wrapper5 .jpc-container .sec-rep p:last-child {
  margin-bottom: 0px;
}
.section-cm {
  background: linear-gradient(41deg, #0159FB 13.18%, #001FAD 86.2%);
}
.section-wrapper6 {
  text-align: center;
  padding: 80px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .section-wrapper6 {
    padding: 50px 0px 0px;
  }
}
.section-wrapper6 .jpc-container h2 {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper6 .jpc-container h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper6 .jpc-container h2 {
    font-size: 23px;
  }
}
.section-wrapper6 .jpc-container p {
  color: #CFE3FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.section-wrapper6 .jpc-container a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin: 0 !important;
}
.no-webp .rating-icon {
  background-image: url('/sites/zweb/images/jp/crm/rating-sprite-2x.png');
}
.no-webp .jpc-rating-section .rating-left ul:before {
  background-image: url('/sites/zweb/images/jp/crm/rating-plus-2x.png');
}
.rating-icon {
  background-repeat: no-repeat;
  background-size: 450px 240px;
  display: inline-block;
}
.rating-icon.lazy {
  background-image: url('/sites/zweb/images/jp/crm/rating-sprite-lazy.png');
  filter: blur(3px);
}
.rating-icon.icon-ent {
  background-position: -340px -131px;
  width: 105px;
  height: 99px;
}
.rating-icon.icon-crozdesk {
  background-position: -232px -131px;
  width: 99px;
  height: 100px;
}
.rating-icon.icon-gartner {
  background-position: -7px -131px;
  width: 124px;
  height: 100px;
}
.rating-icon.icon-leader {
  background-position: -139px -131px;
  width: 89px;
  height: 100px;
}
.rating-icon.icon-appstore {
  background-position: -120px -3px;
  width: 147px;
  height: 42px;
}
.rating-icon.icon-googleplay {
  background-position: -277px -8px;
  width: 134px;
  height: 30px;
}
.rating-icon.icon-getapp {
  background-position: -123px -53px;
  width: 136px;
  height: 26px;
}
.rating-icon.icon-trustradius {
  background-position: -271px -53px;
  width: 154px;
  height: 27px;
}
.rating-icon.icon-capterra {
  background-position: -283px -90px;
  width: 137px;
  height: 30px;
}
.rating-icon.icon-4star {
  background-position: -7px -8px;
  width: 101px;
  height: 17px;
}
.rating-icon.icon-42star {
  background-position: -7px -31px;
  width: 101px;
  height: 17px;
}
.rating-icon.icon-45star {
  background-position: -7px -53px;
  width: 101px;
  height: 17px;
}
.jpc-rating-section {
  background: #f0f7ff;
  padding: 130px 0 115px;
}
@media only screen and (max-width: 1199px) {
  .jpc-rating-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section {
    padding: 50px 0;
  }
}
.jpc-rating-section .jpc-container {
  max-width: 1037px;
  padding: 0;
}
@media only screen and (max-width: 1120px) {
  .jpc-rating-section .jpc-container {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.jpc-rating-section .section-title {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .jpc-rating-section .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .section-title {
    display: none;
  }
}
.jpc-rating-section .rating-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-main {
    max-width: 345px;
    justify-content: center;
    align-items: normal;
    margin: 0 auto;
  }
}
@media (max-width: 380px) {
  .jpc-rating-section .rating-main {
    max-width: 280px;
  }
}
.jpc-rating-section .rating-left {
  width: calc(100% - 460px);
}
@media only screen and (max-width: 1120px) {
  .jpc-rating-section .rating-left {
    width: calc(100% - 450px);
  }
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-left {
    width: 100%;
  }
}
.jpc-rating-section .rating-left ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-left ul {
    margin: 0;
    justify-content: space-around;
  }
}
.jpc-rating-section .rating-left ul:before {
  content: '';
  display: block;
  width: 167px;
  height: 167px;
  background-image: url('/sites/zweb/images/jp/crm/rating-plus-2x.webp');
  background-repeat: repeat;
  background-size: 14px;
  position: absolute;
  top: -55px;
  left: -50px;
}
@media only screen and (max-width: 1120px) {
  .jpc-rating-section .rating-left ul:before {
    top: -20px;
    left: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-left ul:before {
    display: none;
  }
}
.jpc-rating-section .rating-left ul li {
  margin-bottom: 10px;
  padding: 0 5px;
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-left ul li {
    padding: 0;
  }
}
.jpc-rating-section .rating-left ul li:hover .rating-card {
  transform: scale(1.06);
}
.jpc-rating-section .rating-left .rating-card {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: -1px 3px 5px 0 #dedede;
  padding: 25px 25px 25px 28px;
  width: 255px;
  height: 230px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 1120px) {
  .jpc-rating-section .rating-left .rating-card {
    width: 235px;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-left .rating-card {
    width: 160px;
    height: 115px;
    box-shadow: none;
    border: 1px solid #dee7f0;
    padding: 5px;
  }
}
@media (max-width: 380px) {
  .jpc-rating-section .rating-left .rating-card {
    width: 130px;
  }
}
.jpc-rating-section .rating-left .rating-card:before {
  content: '';
  display: block;
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-left .rating-card:before {
    display: none;
  }
}
.jpc-rating-section .rating-left .rating-card.card-ent:before {
  background-color: #bd944f;
}
.jpc-rating-section .rating-left .rating-card.card-crozdesk:before {
  background-color: #6ec2dd;
}
.jpc-rating-section .rating-left .rating-card.card-gartner:before {
  background-color: #d2bd77;
}
.jpc-rating-section .rating-left .rating-card.card-leader:before {
  background-color: #fd8b7d;
}
.jpc-rating-section .rating-left .rating-card p {
  letter-spacing: -0.7px;
  font-size: 13px;
  line-height: 1.85;
  padding-top: 11px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-left .rating-card p {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-left .rating-card .rating-icon {
    transform: scale(0.8);
    transform-origin: center;
  }
}
@media (max-width: 380px) {
  .jpc-rating-section .rating-left .rating-card .rating-icon {
    transform: scale(0.7);
  }
}
.jpc-rating-section .rating-right {
  width: 460px;
}
@media only screen and (max-width: 1120px) {
  .jpc-rating-section .rating-right {
    width: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-right {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-right ul {
    display: flex;
    justify-content: space-around;
  }
}
.jpc-rating-section .rating-right ul li {
  margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-right ul li {
    margin: 0;
  }
}
.jpc-rating-section .rating-right ul li:hover .star-card {
  transform: scale(1.06);
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-right ul li:nth-child(2) .card-logo {
    margin: 7px 0 -4px;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-right ul li:nth-child(n+3) {
    display: none;
  }
}
.jpc-rating-section .rating-right ul li:last-child {
  margin-bottom: 10px;
}
.jpc-rating-section .rating-right .star-card {
  padding: 30px 25px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  min-height: 98px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-right .star-card {
    padding: 8px;
    text-align: center;
    width: 161px;
    height: 115px;
    min-height: auto;
    box-shadow: none;
    border: 1px solid #dee7f0;
    display: block;
  }
}
@media (max-width: 380px) {
  .jpc-rating-section .rating-right .star-card {
    width: 130px;
    padding-left: 0;
    padding-right: 0;
  }
}
.jpc-rating-section .rating-right .star-card p {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-right .star-card p {
    font-size: 18px;
    font-weight: bold;
  }
}
.jpc-rating-section .rating-right .star-card p .sm {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-right .star-card p .sm {
    font-size: 14px;
  }
}
.jpc-rating-section .rating-right .star-card .card-logo {
  width: 185px;
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-right .star-card .card-logo {
    width: 100%;
    transform: scale(0.7);
    margin-bottom: -9px;
  }
}
@media (max-width: 380px) {
  .jpc-rating-section .rating-right .star-card .card-logo {
    margin-left: -7px;
  }
}
.jpc-rating-section .rating-right .star-card .card-star {
  width: 101px;
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-right .star-card .card-star {
    width: 100%;
    transform: scale(0.8);
    margin-bottom: -5px;
  }
}
.jpc-rating-section .rating-right .star-card .card-number {
  padding-left: 32px;
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-right .star-card .card-number {
    padding: 0;
    width: 100%;
  }
}
.page-wrapper p.info-text {
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
}
.jpc-rating-section {
  background: none !important;
  padding: 47px 0 70px;
}
@media only screen and (max-width: 767px) {
  .jpc-rating-section {
    padding: 30px 0 40px;
  }
}
.jpc-rating-section .section-title {
  display: none;
}
.jpc-rating-section p.info-text {
  color: #CFE3FF;
}
.jpc-rating-section .rating-left .rating-card {
  width: 275px;
  height: 257px;
  box-shadow: none;
  border: 0px solid #e3e3e3;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .jpc-rating-section .rating-left .rating-card {
    width: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-left .rating-card {
    width: 160px;
    height: 115px;
    border-radius: 8px;
  }
}
.jpc-rating-section .rating-right .star-card {
  border-radius: 12px;
}
@media only screen and (max-width: 991px) {
  .jpc-rating-section .rating-right .star-card {
    border-radius: 8px;
  }
}
.section-wrapper7 {
  padding: 63px 0px 90px;
}
@media only screen and (max-width: 767px) {
  .section-wrapper7 {
    padding: 50px 0px 50px;
  }
}
.section-wrapper7 .jpc-container h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper7 .jpc-container h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper7 .jpc-container h2 {
    font-size: 23px;
  }
}
.section-wrapper7 .jpc-container p {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1;
  max-width: 985px;
  margin: 0 auto 41px;
}
.section-wrapper7 .jpc-container .btn-cnt {
  display: flex;
  justify-content: center;
  gap: 22px;
}
@media only screen and (max-width: 767px) {
  .section-wrapper7 .jpc-container .btn-cnt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
.section-wrapper7 .jpc-container .btn-cnt .btn-left {
  max-width: 268px;
  width: 100%;
}
.section-wrapper7 .jpc-container .btn-cnt .btn-left a {
  border-radius: 4px;
  max-width: 268px;
  width: 100%;
  height: 52px;
  flex-shrink: 0;
  background: #F0483E;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  /* 233.333% */
}
@media only screen and (max-width: 767px) {
  .section-wrapper7 .jpc-container .btn-cnt .btn-left a {
    font-size: 16px;
  }
}
.section-wrapper7 .jpc-container .btn-cnt .btn-right {
  max-width: 268px;
  width: 100%;
}
.section-wrapper7 .jpc-container .btn-cnt .btn-right a {
  border-radius: 4px;
  width: 100%;
  max-width: 268px;
  height: 52px;
  flex-shrink: 0;
  border: 1px solid #116BF2;
  background: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #116BF2;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  /* 233.333% */
  transition: 0.2s linear;
}
@media only screen and (max-width: 767px) {
  .section-wrapper7 .jpc-container .btn-cnt .btn-right a {
    font-size: 16px;
  }
}
.section-wrapper7 .jpc-container .btn-cnt .btn-right a:hover {
  background: #116BF2;
  color: #ffffff;
}
.section-wrapper8 {
  background: #F7F7F7;
  padding: 78px 0px;
}
@media only screen and (max-width: 767px) {
  .section-wrapper8 {
    padding: 50px 0px;
  }
}
.section-wrapper8 .jpc-container h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .section-wrapper8 .jpc-container h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper8 .jpc-container h2 {
    font-size: 23px;
  }
}
.section-wrapper8 .jpc-container ul.faq-accordation {
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
}
.section-wrapper8 .jpc-container ul.faq-accordation li {
  margin-bottom: 23px;
}
.section-wrapper8 .jpc-container ul.faq-accordation li:first-child .answer {
  display: block;
}
.section-wrapper8 .jpc-container ul.faq-accordation li:last-child {
  margin-bottom: 0;
}
.section-wrapper8 .jpc-container ul.faq-accordation .question {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.04);
  color: #fff;
  padding: 23px 81px 25px 52px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 991px) {
  .section-wrapper8 .jpc-container ul.faq-accordation .question {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrapper8 .jpc-container ul.faq-accordation .question {
    padding: 17px 65px 16px 20px;
  }
}
.section-wrapper8 .jpc-container ul.faq-accordation .question span {
  font-size: 20px;
  position: absolute;
  left: 24px;
  font-weight: bold;
  background-color: #afdaf4;
  color: #0f3f83;
  padding: 9px 15px;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .section-wrapper8 .jpc-container ul.faq-accordation .question span {
    font-size: 16px;
    left: 14px;
  }
}
.section-wrapper8 .jpc-container ul.faq-accordation .question p {
  font-size: 20px;
  margin: 0;
  line-height: 1.8;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .section-wrapper8 .jpc-container ul.faq-accordation .question p {
    font-size: 18px;
  }
}
.section-wrapper8 .jpc-container ul.faq-accordation .question:before {
  content: "";
  position: absolute;
  background-color: #0067FF;
  width: 17px;
  height: 2px;
  right: 48px;
  margin-left: -15px;
  top: 42px;
  margin-top: -2.5px;
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .section-wrapper8 .jpc-container ul.faq-accordation .question:before {
    zoom: 0.8;
    top: 45px;
  }
}
.section-wrapper8 .jpc-container ul.faq-accordation .question:after {
  content: "";
  position: absolute;
  background-color: #0067FF;
  width: 2px;
  height: 17px;
  right: 56px;
  margin-left: -2.5px;
  top: 46px;
  margin-top: -15px;
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .section-wrapper8 .jpc-container ul.faq-accordation .question:after {
    zoom: 0.8;
    top: 50px;
  }
}
.section-wrapper8 .jpc-container ul.faq-accordation .question.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.section-wrapper8 .jpc-container ul.faq-accordation .question.active:before {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}
.section-wrapper8 .jpc-container ul.faq-accordation .question.active:after {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.section-wrapper8 .jpc-container ul.faq-accordation .question.active p {
  color: #0067FF;
}
.section-wrapper8 .jpc-container ul.faq-accordation .question a {
  color: #fff;
  display: inline;
  border: none;
  font-weight: 500;
  word-break: break-all;
}
.section-wrapper8 .jpc-container ul.faq-accordation .question a.partner_hyper {
  color: #43e9ff;
}
.section-wrapper8 .jpc-container ul.faq-accordation .answer {
  background: #FFF;
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  border-top: none;
  display: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 33px 62px 28px 51px;
}
.section-wrapper8 .jpc-container ul.faq-accordation .answer:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 90%;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #E3E3E3;
}
@media only screen and (max-width: 767px) {
  .section-wrapper8 .jpc-container ul.faq-accordation .answer {
    padding: 22px 22px 22px 22px;
  }
}
.section-wrapper8 .jpc-container ul.faq-accordation .answer p {
  font-size: 15px;
  line-height: 2;
}
.section-wrapper8 .jpc-container ul.faq-accordation .answer a {
  word-break: break-all;
}
.no-webp .footer-card .footer-card-inner ul li.star-li:before {
  background-image: url('/sites/zweb/images/jp/crm/common-sprite.png');
}
.no-webp .footer-card .footer-card-inner ul li.disc-li:before {
  background-image: url('/sites/zweb/images/jp/crm/common-sprite.png');
}
.footer-card {
  background: #F5FAFF;
  padding: 66px 0;
}
@media only screen and (max-width: 991px) {
  .footer-card {
    padding: 60px 0;
  }
}
.footer-card .jpc-container {
  max-width: 1150px;
}
@media only screen and (max-width: 1199px) {
  .footer-card .jpc-container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.footer-card h2 {
  text-align: center;
  font-size: 32px;
  margin: 0 0 40px;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  .footer-card h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-card h2 {
    font-size: 22px;
  }
}
.footer-card p.desc {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
  max-width: none;
  line-height: 1.8;
}
@media only screen and (max-width: 991px) {
  .footer-card p.desc {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-card p.desc span {
  display: inline-block;
  padding-left: 21px;
  position: relative;
}
.footer-card p.desc span.lazy {
  background-image: none !important;
  width: auto;
}
.footer-card p.desc span.lazy:before {
  background-image: url('/sites/zweb/images/jp/crm/common-sprite-lazy.png');
  filter: blur(3px);
}
.footer-card p.desc span:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 250px 150px;
  left: 0;
  top: 6px;
  background-position: -85px -6px;
  width: 14px;
  height: 13px;
}
.footer-card .footer-card-row {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-row {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
  }
}
.footer-card .footer-card-col {
  width: 33.333%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col {
    width: 100%;
  }
}
.footer-card .footer-card-col:nth-child(n+2):before {
  right: 0;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col:nth-child(n+2):before {
    right: -12px;
  }
}
.footer-card .footer-card-col:nth-child(n+2):after {
  right: 0;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col:nth-child(n+2):after {
    right: auto;
    left: -12px;
  }
}
.footer-card .footer-card-col:nth-child(n+2) .footer-card-inner {
  padding-left: 55px;
}
@media only screen and (max-width: 1199px) {
  .footer-card .footer-card-col:nth-child(n+2) .footer-card-inner {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col:nth-child(n+2) .footer-card-inner {
    padding-left: 30px;
    padding-top: 70px;
  }
}
@media (max-width: 359px) {
  .footer-card .footer-card-col:nth-child(n+2) .footer-card-inner {
    padding-top: 60px;
  }
}
.footer-card .footer-card-col:nth-child(n+2) .footer-card-inner:before {
  right: -25px;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col:nth-child(n+2) .footer-card-inner:before {
    right: auto;
  }
}
.footer-card .footer-card-col:last-child:before,
.footer-card .footer-card-col:last-child:after {
  display: none;
}
.footer-card .footer-card-col:last-child .footer-card-inner:before {
  display: none;
}
.footer-card .footer-card-col:before {
  content: '';
  height: calc(50% + 8px);
  width: 15px;
  position: absolute;
  right: 10px;
  transform: rotate(-20deg);
  top: -2px;
  z-index: 1;
  box-shadow: 7px 3px 7px rgba(233, 240, 247, 0.7);
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col:before {
    top: auto;
    right: -12px;
    bottom: 15px;
    height: 15px;
    width: calc(50% + 23px);
    box-shadow: -3px 7px 7px rgba(233, 240, 247, 0.7);
  }
}
.footer-card .footer-card-col:after {
  content: '';
  height: calc(50% + 8px);
  width: 15px;
  position: absolute;
  right: 10px;
  transform: rotate(20deg);
  bottom: -2px;
  z-index: 1;
  box-shadow: 7px -3px 7px rgba(233, 240, 247, 0.7);
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-col:after {
    bottom: 15px;
    left: -12px;
    height: 15px;
    width: calc(50% + 22px);
    box-shadow: 0px 7px 7px rgba(233, 240, 247, 0.7);
  }
}
.footer-card .footer-card-inner {
  padding: 36px 34px;
  background: #fff;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer-card .footer-card-inner {
    padding: 36px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-inner {
    padding: 50px 30px;
    text-align: center;
  }
}
@media (max-width: 359px) {
  .footer-card .footer-card-inner {
    text-align: left;
  }
}
.footer-card .footer-card-inner:before {
  content: '';
  border-left: 7px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-inner:before {
    display: none;
  }
}
.footer-card .footer-card-inner h3 {
  font-size: 19px;
  margin: 0 0 18px;
  color: #276EF6;
  position: relative;
  padding-left: 39px;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  .footer-card .footer-card-inner h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-inner h3 {
    display: inline-block;
    width: 280px;
    white-space: nowrap;
    text-align: left;
  }
}
@media (max-width: 359px) {
  .footer-card .footer-card-inner h3 {
    width: auto;
    white-space: normal;
  }
}
.footer-card .footer-card-inner h3 span {
  height: 26px;
  width: 26px;
  text-align: center;
  background: #276EF6;
  display: block;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 24px;
}
.footer-card .footer-card-inner ul {
  margin-left: 39px;
}
@media only screen and (max-width: 991px) {
  .footer-card .footer-card-inner ul {
    text-align: left;
    max-width: 230px;
    margin: 0 auto;
  }
}
.footer-card .footer-card-inner ul li {
  font-size: 14px;
  position: relative;
  margin-bottom: 13px;
  padding-left: 21px;
  cursor: pointer;
}
.footer-card .footer-card-inner ul li:hover {
  color: #276EF6;
}
.footer-card .footer-card-inner ul li:hover a {
  color: #276EF6;
}
.footer-card .footer-card-inner ul li:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-card .footer-card-inner ul li a {
  color: #000;
}
.footer-card .footer-card-inner ul li:last-child {
  margin-bottom: 0;
}
.footer-card .footer-card-inner ul li.star-li.lazy {
  background-image: none !important;
}
.footer-card .footer-card-inner ul li.star-li.lazy:before {
  background-image: url('/sites/zweb/images/jp/crm/common-sprite-lazy.png');
  filter: blur(3px);
}
.footer-card .footer-card-inner ul li.star-li:before {
  background-position: -85px -6px;
  width: 14px;
  height: 13px;
  top: 3px;
}
.footer-card .footer-card-inner ul li.disc-li.lazy {
  background-image: none !important;
}
.footer-card .footer-card-inner ul li.disc-li.lazy:before {
  background-image: url('/sites/zweb/images/jp/crm/common-sprite-lazy.png');
  filter: blur(3px);
}
.footer-card .footer-card-inner ul li.disc-li:before {
  background-position: -67px -7px;
  width: 12px;
  height: 12px;
  top: 6px;
}
.footer-card .footer-card-inner ul li:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 250px 150px;
  left: 0;
}
/*# sourceMappingURL=contact-management-software.css.map */</pre></body></html>