.lazy {
  width: 100%;
  height: 100%;
  background-image: url('//www.zohowebstatic.com/sites/zweb/images/jp/crm/lazy.svg') !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  border-radius: 5px;
}
.page-wrapper {
  margin-top: -68px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.feature-breadcrumb {
  padding-top: 23px;
}
.feature-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.feature-breadcrumb li a {
  color: #8cbaff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.feature-breadcrumb li a:hover {
  color: #fff;
}
.feature-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.feature-breadcrumb li a:before {
  content: '>';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.feature-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
.jpc-industry-banner {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2171fa+0,003cf9+100 */
  background: #2171fa;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2171fa 0%, #003cf9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2171fa 0%, #003cf9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2171fa 0%, #003cf9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2171fa', endColorstr='#003cf9', GradientType=1);
  /* IE6-9 */
  padding: 68px 0px 0px;
}
.jpc-industry-banner .jpc-container h1 {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 45px;
  padding-top: 50px;
}
@media only screen and (max-width: 1150px) {
  .jpc-industry-banner .jpc-container h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-banner .jpc-container h1 {
    line-height: normal;
    padding-top: 30px;
  }
}
.jpc-industry-banner .jpc-filter-section {
  max-width: 1400px;
  width: 100%;
  margin: 70px auto 0px;
  box-sizing: border-box;
  background: #fff;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  padding: 30px 30px 33px;
  box-shadow: 0 0px 20px 0px rgba(68, 68, 68, 0.1);
}
@media only screen and (max-width: 1440px) {
  .jpc-industry-banner .jpc-filter-section {
    margin: 70px auto 0px;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-banner .jpc-filter-section {
    padding: 30px 20px 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin: 50px auto 0;
  }
}
.jpc-industry-banner .jpc-filter-section h2 {
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .jpc-industry-banner .jpc-filter-section h2 {
    line-height: normal;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-subject {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 16px;
  max-width: 1271px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .jpc-industry-banner .jpc-filter-section .jpc-subject {
    align-items: start;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-banner .jpc-filter-section .jpc-subject {
    justify-content: center;
    flex-direction: column;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-subject h3 {
  font-size: 18px;
  margin: 0px;
  width: 116px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .jpc-industry-banner .jpc-filter-section .jpc-subject h3 {
    text-align: left;
    margin-bottom: 10px;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-subject ul {
  border-radius: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #1c67ea;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .jpc-industry-banner .jpc-filter-section .jpc-subject ul {
    border: 0px;
  }
}
@media only screen and (max-width: 1330px) {
  .jpc-industry-banner .jpc-filter-section .jpc-subject ul {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-banner .jpc-filter-section .jpc-subject ul {
    display: none;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-subject ul li {
  font-size: 18px;
  width: 25%;
  padding: 10px 0px;
  text-align: center;
  border: 1.5px solid transparent;
  transition: 0.1s linear;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1330px) {
  .jpc-industry-banner .jpc-filter-section .jpc-subject ul li {
    padding: 10px 0px;
    text-align: center;
    width: 33%;
  }
}
@media only screen and (max-width: 1024px) {
  .jpc-industry-banner .jpc-filter-section .jpc-subject ul li {
    border: 1px solid #bec0c2;
    border-radius: 5px;
    margin: 0px 5px;
    padding: 3px;
    font-size: 16px;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-subject ul li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.jpc-industry-banner .jpc-filter-section .jpc-subject ul li.active {
  border: 1.5px solid #1c67ea;
  border-radius: 50px;
  background-color: #1c67ea;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .jpc-industry-banner .jpc-filter-section .jpc-subject ul li.active {
    border-radius: 5px;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-subject ul li:hover {
  border: 1.5px solid #1c67ea;
  border-radius: 50px;
  background: #1c67ea;
  color: #ffffff;
}
.jpc-industry-banner .jpc-filter-section .jpc-subject .mob-subject-select {
  display: none;
  position: relative;
}
.jpc-industry-banner .jpc-filter-section .jpc-subject .mob-subject-select select {
  width: 230px;
  border: 1px solid #C9C9C9;
  border-radius: 30px;
  padding: 10px 40px 10px 20px;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  /* for webkit browsers */
  -moz-appearance: none;
  /* for firefox */
  appearance: none;
  /* for modern browsers */
}
@media only screen and (max-width: 767px) {
  .jpc-industry-banner .jpc-filter-section .jpc-subject .mob-subject-select select {
    width: 100%;
    border-radius: 5px;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-subject .mob-subject-select:before {
  content: "";
  position: absolute;
  right: 15px;
  top: -14px;
  display: block;
  margin: 30px auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(222deg);
}
@media only screen and (max-width: 767px) {
  .jpc-industry-banner .jpc-filter-section .jpc-subject .mob-subject-select {
    display: block;
    width: 100%;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-industry {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 1271px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .jpc-industry-banner .jpc-filter-section .jpc-industry {
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-banner .jpc-filter-section .jpc-industry {
    justify-content: center;
    flex-direction: column;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-industry h3 {
  font-size: 18px;
  width: 104px;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .jpc-industry-banner .jpc-filter-section .jpc-industry h3 {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-industry ul {
  display: flex;
  align-items: center;
  width: calc(100% - 96px);
  border-radius: 50px;
  border: 1px solid #1c67ea;
  justify-content: space-between;
}
@media only screen and (max-width: 1276px) {
  .jpc-industry-banner .jpc-filter-section .jpc-industry ul {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  .jpc-industry-banner .jpc-filter-section .jpc-industry ul {
    border: 0px solid #1c67ea;
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-banner .jpc-filter-section .jpc-industry ul {
    display: none;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-industry ul li {
  font-size: 18px;
  padding: 10px 17px;
  cursor: pointer;
  border: 1.5px solid transparent;
  position: relative;
}
.jpc-industry-banner .jpc-filter-section .jpc-industry ul li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1365px) {
  .jpc-industry-banner .jpc-filter-section .jpc-industry ul li {
    font-size: 17px;
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 1276px) {
  .jpc-industry-banner .jpc-filter-section .jpc-industry ul li {
    padding: 10px 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1150px) {
  .jpc-industry-banner .jpc-filter-section .jpc-industry ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .jpc-industry-banner .jpc-filter-section .jpc-industry ul li {
    font-size: 16px;
    border: 1px solid #bec0c2;
    border-radius: 5px;
    padding: 3px 15px;
    margin: 0px 5px 10px;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-industry ul li.active {
  border: 1.5px solid #1c67ea;
  border-radius: 50px;
  background-color: #1c67ea;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .jpc-industry-banner .jpc-filter-section .jpc-industry ul li.active {
    border-radius: 5px;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-industry ul li:hover {
  border: 1.5px solid #1c67ea;
  border-radius: 50px;
  background-color: #1c67ea;
  color: #ffffff;
}
.jpc-industry-banner .jpc-filter-section .jpc-industry .mob-industry-select {
  display: none;
  position: relative;
}
.jpc-industry-banner .jpc-filter-section .jpc-industry .mob-industry-select select {
  width: 230px;
  border: 1px solid #C9C9C9;
  border-radius: 30px;
  padding: 10px 40px 10px 20px;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  /* for webkit browsers */
  -moz-appearance: none;
  /* for firefox */
  appearance: none;
  /* for modern browsers */
}
@media only screen and (max-width: 767px) {
  .jpc-industry-banner .jpc-filter-section .jpc-industry .mob-industry-select select {
    width: 100%;
    border-radius: 5px;
  }
}
.jpc-industry-banner .jpc-filter-section .jpc-industry .mob-industry-select:before {
  content: "";
  position: absolute;
  right: 15px;
  top: -14px;
  display: block;
  margin: 30px auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(222deg);
}
@media only screen and (max-width: 767px) {
  .jpc-industry-banner .jpc-filter-section .jpc-industry .mob-industry-select {
    display: block;
    width: 100%;
  }
}
.jpc-industry-info {
  background-color: #f7f7f7;
  padding: 46px 0px 38px;
}
@media only screen and (max-width: 767px) {
  .jpc-industry-info {
    padding: 20px 0;
  }
}
.jpc-industry-info .jpc-container .industry-info {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .jpc-industry-info .jpc-container .industry-info {
    flex-direction: column;
  }
}
.jpc-industry-info .jpc-container .industry-info .info-left {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2171fa+0,003cf9+100 */
  background: #2171fa;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2171fa 0%, #003cf9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2171fa 0%, #003cf9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2171fa 0%, #003cf9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2171fa', endColorstr='#003cf9', GradientType=1);
  /* IE6-9 */
  color: #ffffff;
  width: 515px;
  border-top-left-radius: 16px;
  padding: 50px 48px 62px;
  border-bottom-left-radius: 16px;
}
@media only screen and (max-width: 1199px) {
  .jpc-industry-info .jpc-container .industry-info .info-left {
    padding: 35px;
  }
}
@media only screen and (max-width: 1100px) {
  .jpc-industry-info .jpc-container .industry-info .info-left {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .jpc-industry-info .jpc-container .industry-info .info-left {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 16px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-info .jpc-container .industry-info .info-left {
    padding: 30px 20px 30px;
    border-radius: 10px 10px 0 0;
  }
}
.jpc-industry-info .jpc-container .industry-info .info-left h3 {
  font-size: 27px;
  line-height: 1.6;
}
@media only screen and (max-width: 1150px) {
  .jpc-industry-info .jpc-container .industry-info .info-left h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-info .jpc-container .industry-info .info-left h3 br {
    display: none;
  }
}
.jpc-industry-info .jpc-container .industry-info .info-left ul {
  margin-left: 16px;
}
.jpc-industry-info .jpc-container .industry-info .info-left ul li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
  padding-left: 3px;
  position: relative;
}
.jpc-industry-info .jpc-container .industry-info .info-left ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #ffffff;
  top: 10px;
  left: -14px;
}
.jpc-industry-info .jpc-container .industry-info .info-left ul li:last-child {
  margin-bottom: 0px;
}
.jpc-industry-info .jpc-container .industry-info .info-right {
  width: calc(100% - 515px);
  background-color: #ffffff;
  padding: 50px 48px 62px;
  border-bottom-right-radius: 16px;
  border-right: 1px solid #ededed;
  border-top-right-radius: 16px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
@media only screen and (max-width: 1199px) {
  .jpc-industry-info .jpc-container .industry-info .info-right {
    padding: 35px;
  }
}
@media only screen and (max-width: 1100px) {
  .jpc-industry-info .jpc-container .industry-info .info-right {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .jpc-industry-info .jpc-container .industry-info .info-right {
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 16px;
    border-top: 0px solid #ededed;
    border-left: 1px solid #ededed;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-info .jpc-container .industry-info .info-right {
    padding: 30px 20px 30px;
    border-radius: 0 0 10px 10px;
  }
}
.jpc-industry-info .jpc-container .industry-info .info-right h3 {
  font-size: 27px;
  line-height: 1.6;
}
@media only screen and (max-width: 1150px) {
  .jpc-industry-info .jpc-container .industry-info .info-right h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-info .jpc-container .industry-info .info-right h3 br {
    display: none;
  }
}
.jpc-industry-info .jpc-container .industry-info .info-right ul {
  margin-left: 16px;
}
.jpc-industry-info .jpc-container .industry-info .info-right ul li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 17px;
  letter-spacing: -1px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .jpc-industry-info .jpc-container .industry-info .info-right ul li {
    padding-left: 3px;
  }
}
.jpc-industry-info .jpc-container .industry-info .info-right ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #000000;
  top: 10px;
  left: -14px;
}
.jpc-industry-info .jpc-container .industry-info .info-right ul li:last-child {
  margin-bottom: 0px;
}
.jpc-industry-customer {
  background-color: #f7f7f7;
}
.jpc-industry-customer .jpc-indus-container {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  width: 100%;
  box-shadow: 0 0px 20px 0px rgba(68, 68, 68, 0.1);
}
@media only screen and (max-width: 1250px) {
  .jpc-industry-customer .jpc-indus-container {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
}
@media only screen and (max-width: 1440px) {
  .jpc-industry-customer .jpc-indus-container {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 991px) {
  .jpc-industry-customer .jpc-indus-container {
    background-color: transparent;
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-customer .jpc-indus-container {
    width: 100%;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    box-shadow: none;
    border-radius: 0px;
  }
}
.jpc-industry-customer .jpc-indus-container .par-ul {
  max-width: 1202px;
  margin: 0px auto;
  padding: 62px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
@media only screen and (max-width: 1280px) {
  .jpc-industry-customer .jpc-indus-container .par-ul {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 1250px) {
  .jpc-industry-customer .jpc-indus-container .par-ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-industry-customer .jpc-indus-container .par-ul {
    padding: 0 0 38px 0;
    width: 100%;
    margin: 0 auto;
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-customer .jpc-indus-container .par-ul {
    padding: 0 0 50px 0;
    gap: 20px;
  }
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li {
  width: 31.5%;
  border: 1px solid #b5b4b4;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 35px;
  position: relative;
  transition: all 0.5s;
  transform: scale(1);
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li:hover {
  box-shadow: 0px 2px 5px 0px rgb(0 0 0%);
  transition: all 0.5s;
  transform: scale(1.02);
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li > a {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li > a {
    padding: 20px 14px 14px;
  }
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li:not(:nth-child(3n+3)) {
  margin-right: 32px;
}
@media only screen and (max-width: 1250px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li:not(:nth-child(3n+3)) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li:not(:nth-child(3n+3)) {
    margin: 0;
  }
}
@media only screen and (max-width: 1250px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li {
    margin: 0px 10px 20px;
  }
}
@media only screen and (max-width: 1150px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li {
    width: 440px;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li {
    width: calc(100% / 2 - 8px);
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li {
    width: 480px;
    overflow: hidden;
  }
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li .indus-header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 0px 5px 10px;
  justify-content: space-between;
  height: 57px;
}
@media only screen and (max-width: 767px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li .indus-header {
    padding: 0px;
  }
}
@media only screen and (max-width: 460px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li .indus-header {
    height: auto;
  }
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li .indus-info {
  display: none;
  text-align: center;
  font-size: 14px;
  background-color: #221f20;
  padding: 4px 10px;
  color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li .indus-info {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px;
  }
}
@media only screen and (max-width: 460px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li .indus-info {
    zoom: 0.7;
  }
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li picture {
  width: 100%;
  display: block;
  margin-top: 12px;
  font-size: 0;
  margin-bottom: 10px;
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li picture img {
  width: 100%;
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li h3 {
  font-size: 17px;
  padding: 0px 10px;
  font-weight: 500;
  line-height: 1.7;
  color: #000;
}
@media only screen and (max-width: 1150px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li h3 {
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li h3 {
    font-size: 16px;
  }
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 0px 10px;
  margin-bottom: 9px;
  color: #000;
}
@media only screen and (max-width: 1150px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li h4 {
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li h4 {
    margin-bottom: 0px;
  }
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li p {
  font-size: 16px;
  padding: 0 10px;
  color: #000;
}
@media only screen and (max-width: 1150px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li p {
    padding: 0px 0px;
  }
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li .new_row_industry {
  position: relative;
  background-color: #eef3fe;
  padding: 20px 0px;
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li .new_row_industry ul {
  display: flex;
  text-align: center;
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li .new_row_industry ul li .industry {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  color: #000;
}
@media only screen and (max-width: 400px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li .new_row_industry ul li .industry {
    font-size: 10px;
  }
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li .new_row_industry ul li .industry-typ {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 400px) {
  .jpc-industry-customer .jpc-indus-container .par-ul .ch-li .new_row_industry ul li .industry-typ {
    font-size: 12px;
  }
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li .new_row_industry ul li:nth-child(1) {
  width: 32%;
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li .new_row_industry ul li:nth-child(2) {
  width: 36%;
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li .new_row_industry ul li:nth-child(3) {
  width: 30%;
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li .new_row_industry ul li:nth-child(2) {
  border-right: 1px solid #221f20;
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li .new_row_industry ul li:nth-child(1) {
  border-right: 1px solid #221f20;
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li .link-txt {
  font-size: 16px;
  color: #1964fa;
  margin-top: 20px;
  display: flex;
  position: relative;
  margin-bottom: 0;
  align-self: flex-start;
  padding: 0;
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li .link-txt:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
  position: absolute;
  bottom: 0;
}
.jpc-industry-customer .jpc-indus-container .par-ul .ch-li:hover .link-txt:after {
  width: 100%;
  background: #1964fa;
}
.no-webp .c-logo {
  background-image: url('//www.zohowebstatic.com/sites/zweb/images/jp/crm/customer-logo-sprite-2x.png');
}
.c-logo {
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  display: inline-block;
}
.c-logo.c-atara {
  background-position: -7px -16px;
  width: 105px;
  height: 23px;
}
.c-logo.c-meiwa {
  background-position: -126px -15px;
  width: 150px;
  height: 27px;
}
.c-logo.c-eforce-sm {
  background-position: -291px -19px;
  width: 57px;
  height: 19px;
}
.c-logo.c-geniusweb {
  background-position: -357px -16px;
  width: 128px;
  height: 27px;
}
.c-logo.c-hoshinoresort {
  background-position: -496px -7px;
  width: 143px;
  height: 30px;
}
.c-logo.c-mitsuba {
  background-position: -661px -7px;
  width: 147px;
  height: 36px;
}
.c-logo.c-skycom {
  background-position: -823px -5px;
  width: 162px;
  height: 44px;
}
.c-logo.c-imuraenvelope {
  background-position: -6px -77px;
  width: 164px;
  height: 26px;
}
.c-logo.c-saraya {
  background-position: -189px -64px;
  width: 151px;
  height: 42px;
}
.c-logo.c-plots {
  background-position: -355px -69px;
  width: 155px;
  height: 39px;
}
.c-logo.c-kaien {
  background-position: -525px -73px;
  width: 92px;
  height: 29px;
}
.c-logo.c-yolo-japan {
  background-position: -631px -65px;
  width: 72px;
  height: 43px;
}
.c-logo.c-sakai {
  background-position: -718px -65px;
  width: 150px;
  height: 47px;
}
.c-logo.c-linkmotivation {
  background-position: -887px -68px;
  width: 75px;
  height: 47px;
}
.c-logo.c-inaba {
  background-position: -14px -139px;
  width: 150px;
  height: 57px;
}
.c-logo.c-tis {
  background-position: -183px -149px;
  width: 136px;
  height: 44px;
}
.c-logo.c-cyberuniversity {
  background-position: -343px -145px;
  width: 150px;
  height: 48px;
}
.c-logo.c-valuemanagement {
  background-position: -517px -145px;
  width: 160px;
  height: 45px;
}
.c-logo.c-rarejob {
  background-position: -700px -133px;
  width: 149px;
  height: 63px;
}
.c-logo.c-recurrent {
  background-position: -869px -139px;
  width: 102px;
  height: 27px;
}
.c-logo.c-yada {
  background-position: -864px -178px;
  width: 114px;
  height: 31px;
}
.c-logo.c-ndk {
  background-position: -11px -230px;
  width: 148px;
  height: 65px;
}
.c-logo.c-starform {
  background-position: -174px -225px;
  width: 148px;
  height: 56px;
}
.c-logo.c-reskill {
  background-position: -340px -231px;
  width: 147px;
  height: 49px;
}
.c-logo.c-kyotoshobo {
  background-position: -509px -255px;
  width: 128px;
  height: 20px;
}
.c-logo.c-chubu {
  background-position: -652px -229px;
  width: 70px;
  height: 65px;
}
.c-logo.c-dcn {
  background-position: -743px -225px;
  width: 182px;
  height: 29px;
}
.c-logo.c-starform-2 {
  background-position: -745px -270px;
  width: 149px;
  height: 22px;
}
.c-logo.c-applied {
  background-position: -11px -316px;
  width: 189px;
  height: 38px;
}
.c-logo.c-yuskin {
  background-position: -213px -309px;
  width: 104px;
  height: 53px;
}
.c-logo.c-lrm {
  background-position: -334px -310px;
  width: 99px;
  height: 49px;
}
.c-logo.c-yohana {
  background-position: -451px -310px;
  width: 132px;
  height: 47px;
}
.c-logo.c-biochromato {
  background-position: -597px -314px;
  width: 182px;
  height: 45px;
}
.c-logo.c-tajima {
  background-position: -792px -314px;
  width: 145px;
  height: 46px;
}
.c-logo.c-eforce {
  background-position: -7px -377px;
  width: 144px;
  height: 47px;
}
.c-logo.c-eforce-white {
  background-position: -162px -375px;
  width: 150px;
  height: 48px;
}
.c-logo.c-hoshinoresort-white {
  background-position: -329px -377px;
  width: 164px;
  height: 34px;
}
.c-logo.c-geniusweb-white {
  background-position: -513px -384px;
  width: 136px;
  height: 29px;
}
.c-logo.c-marks {
  background-position: -668px -382px;
  width: 130px;
  height: 29px;
}
.c-logo.c-marks-white {
  background-position: -807px -379px;
  width: 154px;
  height: 34px;
}
.c-logo.c-jpsafety {
  background-position: -11px -446px;
  width: 150px;
  height: 24px;
}
.c-logo.c-mitsubi {
  background-position: -172px -448px;
  width: 177px;
  height: 21px;
}
.c-logo.c-camcast {
  background-position: -357px -440px;
  width: 203px;
  height: 41px;
}
.c-logo.c-skycom-2 {
  background-position: -571px -445px;
  width: 87px;
  height: 31px;
}
.c-logo.c-kaien-2 {
  background-position: -668px -436px;
  width: 155px;
  height: 56px;
}
.c-logo.c-too {
  background-position: -838px -440px;
  width: 132px;
  height: 52px;
}
.c-logo.c-plots-2 {
  background-position: -7px -506px;
  width: 204px;
  height: 69px;
}
.c-logo.c-plots-3 {
  background-position: -222px -516px;
  width: 155px;
  height: 39px;
}
.c-logo.c-netprotection {
  background-position: -387px -513px;
  width: 230px;
  height: 44px;
}
.c-logo.c-safilo {
  background-position: -631px -512px;
  width: 100px;
  height: 43px;
}
.c-logo.c-officebank {
  background-position: -744px -508px;
  width: 66px;
  height: 51px;
}
.c-logo.c-yuskin-2 {
  background-position: -823px -505px;
  width: 113px;
  height: 34px;
}
.c-logo.c-atara-2 {
  background-position: -8px -588px;
  width: 70px;
  height: 53px;
}
.c-logo.c-hoshinoresort-2 {
  background-position: -83px -588px;
  width: 181px;
  height: 16px;
}
.c-logo.c-rarejob-2 {
  background-position: -277px -589px;
  width: 120px;
  height: 51px;
}
.c-logo.c-yuskin-3 {
  background-position: -410px -589px;
  width: 180px;
  height: 90px;
}
.c-logo.c-tosaco {
  background-position: -596px -579px;
  width: 139px;
  height: 44px;
}
.c-logo.c-selectra {
  background-position: -596px -627px;
  width: 160px;
  height: 44px;
}
.c-logo.c-incudata {
  background-position: -790px -589px;
  width: 170px;
  height: 44px;
}
.c-logo.c-scroll360 {
  background-position: -823px -651px;
  width: 164px;
  height: 60px;
}
.c-logo.c-ndk {
  background-position: -5px -111px;
  width: 80px;
  height: 42px;
  background-size: 500px 500px;
}
.c-logo.c-netprotection {
  background-position: -267px -356px;
  width: 170px;
  height: 42px;
  background-size: 700px 700px;
}
.c-logo.c-too {
  background-position: -586px -304px;
  width: 102px;
  height: 42px;
  background-size: 700px 700px;
}
.c-logo.c-plots-2 {
  background-position: -1px -351px;
  width: 152px;
  height: 53px;
  background-size: 700px 700px;
}
.c-logo.c-camcast {
  background-position: -249px -300px;
  width: 144px;
  height: 48px;
  background-size: 700px 700px;
}
.cs_videoSec {
  position: relative;
}
.cs_videoSec:hover .cs_play {
  width: 90px;
  border-radius: 25px;
  right: -20px;
}
.cs_videoSec:hover .cs_play::after {
  left: 80%;
}
.cs_videoSec:hover .cs_play .zcsPlay_ani {
  opacity: 1;
}
.cs_videoSec .cs_play {
  position: absolute;
  top: 35px;
  right: 5px;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgb(0 0 0%);
  transition: all ease 0.2s;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
}
.cs_videoSec .cs_play::after {
  border-color: transparent transparent transparent #222;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  content: "";
  left: 55%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.1s;
}
.cs_videoSec .cs_play .zcsPlay_ani {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #000;
  padding-right: 0;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transform: translate(-10%, -50%);
  left: 0;
  top: 50%;
  position: absolute;
  transition: all ease 0.1s;
  right: 0;
  white-space: nowrap;
}
.no-webp .reg-ebook-section .re-main .re-icon {
  background-image: url("//www.zohowebstatic.com/sites/zweb/images/jp/crm/reg-ebook-sprite-2x.png");
}
.reg-ebook-section {
  background-color: #c4e5ff;
  background-image: url('//www.zohowebstatic.com/sites/zweb/images/jp/crm/reg-ebook-bg-2x.webp');
  background-repeat: repeat;
  padding: 112px 0;
}
@media only screen and (-webkit-max-device-pixel-ratio: 1) {
  .reg-ebook-section {
    background-image: url('//www.zohowebstatic.com/sites/zweb/images/jp/crm/reg-ebook-bg-1x.webp');
  }
}
@media only screen and (max-width: 1199px) {
  .reg-ebook-section {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .reg-ebook-section {
    padding: 50px 0;
  }
}
.reg-ebook-section .jpc-container {
  max-width: 1200px;
  padding: 0;
}
@media only screen and (max-width: 1250px) {
  .reg-ebook-section .jpc-container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .reg-ebook-section .jpc-container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.reg-ebook-section .re-main {
  background: #fff;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .reg-ebook-section .re-main {
    max-width: 950px;
    margin: 0 auto;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .reg-ebook-section .re-main {
    max-width: 730px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .reg-ebook-section .re-main {
    max-width: 580px;
  }
}
.reg-ebook-section .re-main .re-icon {
  background-size: 309px 235px;
  background-repeat: no-repeat;
  display: inline-block;
}
.reg-ebook-section .re-main .re-icon.re-icon1 {
  background-position: -5px -5px;
  width: 299px;
  height: 179px;
}
.reg-ebook-section .re-main .re-icon.re-icon2 {
  background-position: -50px -194px;
  width: 38px;
  height: 29px;
}
.reg-ebook-section .re-main .re-icon.re-icon3 {
  background-position: -5px -194px;
  width: 36px;
  height: 36px;
}
.reg-ebook-section .re-main .re-left {
  width: calc(100% - 355px);
  display: flex;
  position: relative;
  padding: 40px 10px 47px 370px;
  flex-direction: column;
}
@media only screen and (max-width: 1250px) {
  .reg-ebook-section .re-main .re-left {
    padding-left: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .reg-ebook-section .re-main .re-left {
    width: 100%;
    padding-left: 370px;
  }
}
@media only screen and (max-width: 991px) {
  .reg-ebook-section .re-main .re-left {
    padding-left: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .reg-ebook-section .re-main .re-left {
    padding: 30px 15px 40px;
    align-items: center;
  }
}
.reg-ebook-section .re-main .re-left h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 6px;
}
@media only screen and (max-width: 991px) {
  .reg-ebook-section .re-main .re-left h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .reg-ebook-section .re-main .re-left h2 {
    margin: 20px 0 10px;
    font-size: 26px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .reg-ebook-section .re-main .re-left p {
    text-align: center;
  }
}
.reg-ebook-section .re-main .re-left p.desc {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 19px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .reg-ebook-section .re-main .re-left p.desc {
    font-size: 16px;
  }
}
.reg-ebook-section .re-main .re-left p.sm {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}
.reg-ebook-section .re-main .re-left a {
  visibility: visible;
  opacity: 1;
  width: 300px;
  height: 55px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  padding: 13px 10px;
  margin-top: 26px;
}
.reg-ebook-section .re-main .re-left .re-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .reg-ebook-section .re-main .re-left .re-icon {
    transform: translateY(-50%) scale(0.8);
    transform-origin: left;
  }
}
@media only screen and (max-width: 767px) {
  .reg-ebook-section .re-main .re-left .re-icon {
    position: static;
    transform: none;
  }
}
.reg-ebook-section .re-main .re-right {
  display: flex;
  width: 355px;
  vertical-align: top;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .reg-ebook-section .re-main .re-right {
    width: 100%;
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .reg-ebook-section .re-main .re-right {
    flex-direction: column;
  }
}
.reg-ebook-section .re-main .re-right a {
  display: flex;
  background-color: #1790de;
  color: #fff;
  width: 100%;
  height: 50%;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .reg-ebook-section .re-main .re-right a {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .reg-ebook-section .re-main .re-right a {
    height: auto;
    width: 100%;
  }
}
.reg-ebook-section .re-main .re-right a:last-child {
  background-color: #39b1ff;
}
.reg-ebook-section .re-main .re-right a .re-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 34px;
}
@media only screen and (max-width: 767px) {
  .reg-ebook-section .re-main .re-right a .re-icon {
    left: 20px;
  }
}
.reg-ebook-section .re-main .re-right a h3 {
  font-size: 16.5px;
  font-weight: 500;
  padding: 72px 10px 72px 94px;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .reg-ebook-section .re-main .re-right a h3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .reg-ebook-section .re-main .re-right a h3 {
    padding: 40px 60px 40px 75px;
  }
}
.reg-ebook-section .re-main .re-right a .arr-btn {
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
}
.reg-ebook-section .re-main .re-right a .arr-btn::before {
  content: '';
  display: block;
  border: 2px solid #3398e0;
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 6px;
  width: 6px;
  margin-left: -1px;
  transition: 0.3s ease all;
}
.reg-ebook-section .re-main .re-right a .arr-btn::after {
  content: '';
  display: block;
  height: 2px;
  width: 15px;
  background: #3398e0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 3px;
  transition: 0.3s ease all;
  opacity: 0;
}
.reg-ebook-section .re-main .re-right a:hover .arr-btn::before {
  margin-left: 3px;
}
.reg-ebook-section .re-main .re-right a:hover .arr-btn::after {
  margin-left: 4px;
  opacity: 1;
}
/*# sourceMappingURL=crm-usecase-industry-bridal.css.map */