{%- import '/jrc2021/system/vars.html' as vars -%} 
.m-product-block {
  z-index: 0;
}
.m-product-block .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 150px 0 90px;
  overflow: hidden;
}
.m-product-block .item:nth-child(n+2) {
  margin-top: -50px;
}
.m-product-block .item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-product-block .item:nth-child(odd) .number {
  left: -45px;
  right: auto;
}
.m-product-block .item:nth-child(odd) .image-box .bg svg {
  right: 0;
}
.m-product-block .item:nth-child(odd) .image-box .image {
  margin-left: 0;
  padding: 0 0 0 50px;
}
.m-product-block .item:nth-child(odd) .text-box {
  margin: 0 0 0 auto;
}
.m-product-block .item .number {
  position: absolute;
  top: -43px;
  right: -18px;
  margin: 0;
  color: #ecebeb;
  font-size: 41.8rem;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: -1;
}
.m-product-block .image-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  height: 59.43vw;
  position: relative;
  overflow: hidden;
}
.m-product-block .image-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.m-product-block .image-box .bg svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.m-product-block .image-box .bg .spacer {
  width: 100%;
  height: 100%;
  max-width: none;
}
.m-product-block .image-box .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  padding: 0 50px 0 0;
  text-align: center;
}
.m-product-block .text-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 600px;
  margin: 0 auto 0 0;
  padding: 80px 0;
}
.m-product-block .text-box h3 {
  margin: 0 0 50px;
  padding-left: 60px;
  font-size: 8rem;
  line-height: 1.125;
  border-left: 1px solid #000;
}
.m-product-block .text-box h3::first-letter {
  color: #e1040b;
}
.m-product-block .text-box > .text {
  padding: 0 90px 0 60px;
  margin-top: 40px;
}
.m-product-block .text-box > .text.-list-2 li {
  display: inline-block;
  padding-right: 20px;
}
.m-product-block .text-box > .text.-list-2 li:nth-last-child(2) {
  margin-bottom: 0;
}
.m-product-block .text-box > .text ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.m-product-block .text-box > .text li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 23px;
  text-indent: -23px;
  line-height: 1.625;
}
.m-product-block .text-box > .text li:last-child {
  margin-bottom: 0;
}
.m-product-block .text-box > .text li::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: -5px;
  background: url("https://f.hubspotusercontent20.net/hubfs/9050624/jrc2021/assets/images/common/icon-list-ul.png") 0 50%/11px auto no-repeat;
}
.m-product-block .text-box .button {
  margin-top: 40px;
  padding-left: 60px;
}
.m-product-block .text-box .button .l-button {
  max-width: 300px;
  margin: 0;
}
@media screen and (min-width: 1400px) {
  .m-product-block .item {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .m-product-block .item {
    display: block;
    padding-top: 30px;
  }
  .m-product-block .item:nth-child(n+2) {
    margin-top: 0;
  }
  .m-product-block .item:nth-child(odd) .number {
    left: -22px;
    right: auto;
  }
  .m-product-block .item:nth-child(odd) .image-box .image {
    padding: 0 5.33vw;
  }
  .m-product-block .item:nth-child(odd) .text-box {
    margin: 0;
  }
  .m-product-block .item .number {
    top: -26px;
    right: -9px;
    font-size: 20.9rem;
  }
  .m-product-block .image-box {
    width: 100%;
    height: 104vw;
  }
  .m-product-block .image-box .image {
    padding: 0 5.33vw;
  }
  .m-product-block .image-box .bg svg {
    width: 87.6%;
  }
  .m-product-block .text-box {
    width: 100%;
    padding: 0 5.33vw;
  }
  .m-product-block .text-box h3 {
    margin: 0 0 30px;
    padding-left: 25px;
    font-size: 5rem;
  }
  .m-product-block .text-box .text {
    padding: 0 0 0 25px;
  }
  .m-product-block .text-box .text.-list-2 li {
    display: block;
    padding-right: 0;
  }
  .m-product-block .text-box .text.-list-2 li:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .m-product-block .text-box .text ul {
    margin-bottom: 5px;
  }
  .m-product-block .text-box .text li::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-right: 10px;
    vertical-align: 0;
  }
  .m-product-block .text-box .button {
    padding-left: 25px;
  }
}