.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}
.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.lp-buttonConversion-text {
  margin-right: 16px;
}
.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}
.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}
.lp-buttonConversion.of-primary {
  background: #13778f;
}
@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}
.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 20px auto;
  padding: 4px 10px;
  border: 2px solid #e5e5e5;
  color: #999;
}
div#MainContent .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 1279px) {
  .lp-navigationSeries {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
    flex-direction: column;
    align-items: center;
  }
}
.lp-navigationSeries-title {
  max-width: 600px;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
    width: 100%;
    max-width: none;
    margin-bottom: 3px;
    text-align: center;
  }
}
.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: -10px;
  }
}
div#MainContent .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}
div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
    display: block;
  }
}
.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList {
  margin: -3px 0 0 -10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
    justify-content: center;
    width: 100%;
  }
}
.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
  background: none;
  font-size: 1.1rem;
  line-height: 1.3;
}
div#MainContent .lp-navigationSeries-linkList > li {
  margin: 3px 0 0 10px;
  padding: 0;
  background: none;
  font-size: 11px;
}
.lp-navigationSeries-linkList > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 9px;
  color: #999;
  line-height: 1.3;
  text-decoration: none;
}
.lp-navigationSeries-linkList > li > a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}
div#MainContent .lp-navigationSeries-linkList > li > a:link {
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList > li > a::before {
  top: 0.3em;
}
.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
  text-decoration: underline;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

:root {
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_LIGHT: #ececec;
  --LP_COLOR_DARK: #333;
  --LP_COLOR_BLUE: #193264;
  --LP_COLOR_PRIMARY: #dc002f;
  --LP_COLOR_BACKGROUND_PRIMARY: #222;
  --LP_COLOR_BACKGROUND_SECONDARY: #f0f0f0;
  --LP_COLOR_BACKGROUND_TERTIARY: #475382;
  --LP_COLOR_BACKGROUND_QUATERNARY: linear-gradient(180deg, #505c8b 0%, #000e2d 100%);
  --LP_COLOR_BACKGROUND_QUINARY: #666;
  --LP_DROP_SHADOW_PRIMARY: 0px 3px 6px rgba(0, 0, 0, 0.16);
  --LP_DROP_SHADOW_SECONDARY: 0px 4px 16px rgba(0, 0, 0, 0.57);
  --LP_FONT_WEIGHT_BOLD: 700;
  --LP_FONT_WEIGHT_SEMIBOLD: 600;
  --LP_FONT_WEIGHT_NORMAL: 400;
  --LP_LINE_HEIGHT_PRIMARY: 1.3;
  --LP_LINE_HEIGHT_SECONDARY: 1.5;
  --LP_LINE_HEIGHT_TERTIARY: 1.8;
}

.lp-textPhoneLink.of-conversion .lp-textPhoneLink-body > *:last-child, .lp-textPhoneLink-body > *:last-child, .lp-textPhoneLink > *:last-child, .lp-video-buttonOuter > *:last-child, .lp-cardLineup-content > *:last-child, .lp-cardFeature-body > *:last-child, .lp-cardFeature > *:last-child, .lp-card.of-conversion .lp-card-content > *:last-child, .lp-card-content > *:last-child, .lp-card > *:last-child, .lp-figure > *:last-child, .lp-image > *:last-child, .lp-mediaConversion-body > *:last-child, .lp-mediaLineup-body > *:last-child, .lp-mediaLineup-titleGroup > *:last-child, .lp-media-body > *:last-child, .lp-media-image > *:last-child, .lp-media > *:last-child, .lp-step-column > *:last-child, .lp-step > *:last-child, .lp-listLineup > li > *:last-child, .lp-listLineup > *:last-child, .lp-listButton > li > *:last-child, .lp-listButton > *:last-child, .lp-section-content > *:last-child, .lp-section > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-image > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-inner > *:last-child, .lp-jumbotron-content > *:last-child, .lp-layout-grid-column > *:last-child, .lp-layout-grid > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-header-utilityList > li > *:last-child, .lp-layout-header-utilityList > *:last-child, .lp-layout-header-utilityGroup > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-main > *:last-child {
  margin-bottom: 0;
}

.lp-layout-main {
  overflow: hidden;
  background: var(--LP_COLOR_BACKGROUND_SECONDARY);
  color: var(--LP_COLOR_DARK);
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 80px;
}
@media screen and (max-width: 1919px) {
  .lp-layout-header-content {
    padding: 24px calc(2rem + (1vw - 0.769rem) * (5.212858384));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-content {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-header-content {
    padding: 24px 20px;
  }
}
.lp-layout-header-logo {
  margin-bottom: 0;
  line-height: 1;
}
.lp-layout-header-logo > a {
  display: block;
}
.lp-layout-header-logo img {
  width: 140px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: 118px;
  }
}
.lp-layout-header-utilityGroup {
  flex: 1;
  margin-bottom: 16px;
  padding-left: 16px;
}
.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -8px 0 16px -16px;
}
.lp-layout-header-utilityList > li {
  margin-top: 8px;
  padding-left: 16px;
}

.lp-layout-footer {
  background-color: var(--LP_COLOR_BACKGROUND_PRIMARY);
  color: var(--LP_COLOR_WHITE);
}
.lp-layout-footer-content {
  max-width: 1680px;
  margin-inline: auto;
  padding: 32px 80px;
}
@media screen and (max-width: 1919px) {
  .lp-layout-footer-content {
    padding: calc(2.4rem + (1vw - 0.36rem) * (0.5128205128)) calc(2rem + (1vw - 0.36rem) * (3.8461538462));
  }
}
@media screen and (max-width: 360px) {
  .lp-layout-footer-content {
    padding: 24px 20px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -12px 0 0 -24px;
  font-size: 1.2rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
  text-align: center;
}
.lp-layout-footer-list > li {
  position: relative;
  margin: 12px 0 0 24px;
}
.lp-layout-footer-list > li::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: -12px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #b4b4b4;
}
.lp-layout-footer-list > li:first-child::before {
  display: none;
}
.lp-layout-footer-list > li a {
  color: var(--LP_COLOR_WHITE);
  text-decoration: none;
}
@media (hover) {
  .lp-layout-footer-list > li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list > li:last-child {
    flex-shrink: 0;
    width: calc(100% - 40px);
  }
  .lp-layout-footer-list > li:last-child::before {
    content: none;
  }
}

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: stretch;
  justify-content: center;
  margin: -40px 0 64px -40px;
}
@media screen and (max-width: 1919px) {
  .lp-layout-grid {
    margin: calc(-2rem + (1vw - 1.024rem) * (-2.2321428571)) 0 calc(3rem + (1vw - 1.024rem) * (3.7946428571)) calc(-2rem + (1vw - 1.024rem) * (-2.2321428571));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid {
    margin: -20px 0 30px -20px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.of-primary {
    margin-top: -60px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.of-primary .lp-layout-grid-column {
    margin-top: 60px;
  }
}
.lp-layout-grid:has(+ .lp-layout-grid), .lp-layout-grid:has(+ .lp-textIndustry) {
  margin-bottom: 120px;
}
@media screen and (max-width: 1919px) {
  .lp-layout-grid:has(+ .lp-layout-grid), .lp-layout-grid:has(+ .lp-textIndustry) {
    margin-bottom: calc(6rem + (1vw - 1.024rem) * (6.6964285714));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid:has(+ .lp-layout-grid), .lp-layout-grid:has(+ .lp-textIndustry) {
    margin-bottom: 60px;
  }
}
.lp-layout-grid-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1919px) {
  .lp-layout-grid-column {
    margin-top: calc(2rem + (1vw - 1.024rem) * (2.2321428571));
    padding-left: calc(2rem + (1vw - 1.024rem) * (2.2321428571));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid-column {
    display: block;
    margin-top: 20px;
    padding-left: 20px;
  }
}
.lp-layout-grid-column:not([class*=of-column-]) {
  width: 100%;
}
.lp-layout-grid-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}
.lp-layout-grid-column.of-flex > * {
  width: 100%;
}
.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 50%;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 25%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 20%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 16.6666666667%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 14.2857142857%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 12.5%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 11.1111111111%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 10%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 9.0909090909%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 8.3333333333%;
}
.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
  width: 100%;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
  width: 100%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
  width: 50%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
  width: 75%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
  width: 100%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
  width: 40%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
  width: 60%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
  width: 80%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
  width: 100%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
  width: 50%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
  width: 83.3333333333%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
  width: 100%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
  width: 28.5714285714%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
  width: 42.8571428571%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
  width: 57.1428571429%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
  width: 71.4285714286%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
  width: 85.7142857143%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
  width: 100%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
  width: 25%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
  width: 37.5%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
  width: 50%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
  width: 62.5%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
  width: 75%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
  width: 87.5%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
  width: 100%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
  width: 22.2222222222%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
  width: 44.4444444444%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
  width: 55.5555555556%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
  width: 77.7777777778%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
  width: 88.8888888889%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
  width: 100%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
  width: 20%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
  width: 30%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
  width: 40%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
  width: 50%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
  width: 60%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
  width: 70%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
  width: 80%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
  width: 90%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
  width: 100%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
  width: 18.1818181818%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
  width: 27.2727272727%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
  width: 36.3636363636%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
  width: 45.4545454545%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
  width: 54.5454545455%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
  width: 63.6363636364%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
  width: 72.7272727273%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
  width: 81.8181818182%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
  width: 90.9090909091%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
  width: 100%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
  width: 16.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
  width: 25%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
  width: 41.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
  width: 50%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
  width: 58.3333333333%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
  width: 75%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
  width: 83.3333333333%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
  width: 91.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid[class*=of-column-] > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid[class*=of-column-] > .lp-layout-grid-column[class*=of-column-] {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column[class*=of-column-] {
    width: 50%;
  }
  .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column[class*=of-column-] {
    width: 33.3333333333%;
  }
}

.lp-jumbotron {
  background: var(--LP_COLOR_BACKGROUND_QUATERNARY);
  color: var(--LP_COLOR_WHITE);
}
.lp-jumbotron-content {
  max-width: 1680px;
  margin-inline: auto;
}
.lp-jumbotron-inner {
  display: flex;
  align-items: center;
  padding: 24px 80px 0;
  gap: 40px;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-inner {
    padding: calc(0rem + (1vw - 1.024rem) * (7.0175438596)) calc(4rem + (1vw - 1.024rem) * (11.6959064327)) 0;
    gap: calc(2.4rem + (1vw - 1.024rem) * (4.6783625731));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-inner {
    padding: 0 calc(2rem + (1vw - 0.36rem) * (27.1084337349)) calc(4.4rem + (1vw - 0.36rem) * (2.4096385542));
    gap: calc(2.4rem + (1vw - 0.36rem) * (2.4096385542));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-inner {
    padding: 0 20px 44px;
    gap: 24px;
  }
}
.lp-jumbotron-inner.of-row-reverse {
  flex-direction: row-reverse;
}
.lp-jumbotron-body {
  width: 100%;
  max-width: 870px;
  padding-block: 32px;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    padding-block: 0;
  }
}
.lp-jumbotron-image {
  max-width: 610px;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-image {
    max-width: calc(23.5rem + (1vw - 0.36rem) * (18.8253012048));
    margin-inline: auto;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-image {
    max-width: 235px;
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 72px;
  font-size: 4.8rem;
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-title {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (3.0769230769));
    font-size: calc(2rem + (1vw - 0.36rem) * (1.7948717949));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-title {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 32px;
  text-align: center;
}
.lp-jumbotron-series {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-series {
    display: block;
  }
}
.lp-jumbotron-seriesName {
  display: block;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: var(--LP_LINE_HEIGHT_TERTIARY);
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-seriesName {
    margin-bottom: calc(0.8rem + (1vw - 0.36rem) * (0.5128205128));
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.3846153846));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-seriesName {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
}

.lp-section {
  max-width: 1680px;
  margin-inline: auto;
  padding-inline: 80px;
}
@media screen and (max-width: 1365px) {
  .lp-section {
    padding-inline: calc(4rem + (1vw - 1.024rem) * (11.6959064327));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section {
    padding-inline: calc(2rem + (1vw - 0.36rem) * (27.1084337349));
  }
}
@media screen and (max-width: 360px) {
  .lp-section {
    padding-inline: 20px;
  }
}
.lp-section-content {
  padding-block: 80px;
}
@media screen and (max-width: 1365px) {
  .lp-section-content {
    padding-block: calc(6rem + (1vw - 1.024rem) * (5.8479532164));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section-content {
    padding-block: calc(4rem + (1vw - 0.36rem) * (3.0120481928));
  }
}
@media screen and (max-width: 360px) {
  .lp-section-content {
    padding-block: 40px;
  }
}
.lp-section-content.of-borderBottom-primary {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.lp-section.of-conversion {
  max-width: 100%;
  background-color: var(--LP_COLOR_BACKGROUND_PRIMARY);
  color: var(--LP_COLOR_WHITE);
}
.lp-section.of-conversion .lp-section-content {
  max-width: 853px;
  margin-inline: auto;
}
@media screen and (max-width: 1919px) {
  .lp-section.of-conversion .lp-section-content {
    padding-block: calc(4rem + (1vw - 1.024rem) * (4.4642857143)) calc(2rem + (1vw - 1.024rem) * (3.125));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section.of-conversion .lp-section-content {
    padding-block: 40px 20px;
  }
}

.lp-headingLevel2 {
  margin-bottom: 60px;
  font-size: 4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
  text-align: center;
}
@media screen and (max-width: 1919px) {
  .lp-headingLevel2 {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (2.3076923077));
    font-size: calc(2rem + (1vw - 0.36rem) * (1.2820512821));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2 {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}

.lp-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  max-width: 74px;
  padding: 4px 16px;
  background: var(--LP_COLOR_PRIMARY);
  color: var(--LP_COLOR_WHITE);
  font-size: 1.6rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}
@media screen and (max-width: 1919px) {
  .lp-label {
    font-size: calc(1.4rem + (1vw - 1.024rem) * (0.2232142857));
  }
}
@media screen and (max-width: 1023px) {
  .lp-label {
    font-size: 1.4rem;
  }
}
.lp-label-outer {
  display: flex;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .lp-label-outer {
    margin-bottom: 8px;
  }
}
.lp-label.of-primary {
  min-width: 40px;
  max-width: 56px;
  padding: 2px 4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1919px) {
  .lp-label.of-primary {
    font-size: calc(1.2rem + (1vw - 1.024rem) * (0.2232142857));
  }
}
@media screen and (max-width: 1023px) {
  .lp-label.of-primary {
    min-width: 36px;
    padding: 1px 4px;
    font-size: 1.2rem;
  }
}
.lp-label.of-backgroundColor-primary {
  background-color: var(--LP_COLOR_BACKGROUND_QUINARY);
}
.lp-label.of-borderRadius-primary {
  border-radius: 4px 0;
}

.lp-labelIndustry {
  width: 100%;
  max-width: 350px;
  margin-bottom: 40px;
  margin-inline: auto;
  padding: 8px 24px;
  border-radius: 26px;
  background-color: #3e5baf;
  color: var(--LP_COLOR_WHITE);
  font-size: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
  text-align: center;
}
@media screen and (max-width: 1919px) {
  .lp-labelIndustry {
    max-width: calc(23.5rem + (1vw - 0.36rem) * (7.3717948718));
    margin-bottom: calc(2rem + (1vw - 0.36rem) * (1.2820512821));
    padding: calc(0.4rem + (1vw - 0.36rem) * (0.2564102564)) 24px;
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.5128205128));
  }
}
@media screen and (max-width: 360px) {
  .lp-labelIndustry {
    max-width: 235px;
    margin-bottom: 20px;
    padding: 4px 24px;
    font-size: 1.6rem;
  }
}

.lp-text {
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
@media screen and (max-width: 1919px) {
  .lp-text {
    font-size: calc(1.3rem + (1vw - 1.024rem) * (0.5580357143));
  }
}
@media screen and (max-width: 1023px) {
  .lp-text {
    font-size: 1.3rem;
  }
}
.lp-text:has(+ *:not(.lp-text)) {
  margin-bottom: 40px;
}

.lp-textLead {
  margin-bottom: 32px;
  font-size: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 1919px) {
  .lp-textLead {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (0.5128205128));
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.3846153846));
  }
}
@media screen and (max-width: 360px) {
  .lp-textLead {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
}

.lp-textSolution {
  display: block;
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1919px) {
  .lp-textSolution {
    font-size: calc(2rem + (1vw - 0.36rem) * (1.2820512821));
  }
}
@media screen and (max-width: 360px) {
  .lp-textSolution {
    font-size: 2rem;
  }
}

.lp-textAnnotation {
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 32px -16px;
}
.lp-listButton > li {
  margin-top: 24px;
  padding-left: 16px;
}
.lp-listButton > li.of-flex {
  display: flex;
  flex-wrap: wrap;
}
.lp-listButton > li.of-flex > * {
  width: 100%;
}

.lp-listLineup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-width: 1520px;
  margin-bottom: 24px;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .lp-listLineup {
    min-width: 1360px;
  }
}
.lp-listLineup.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.lp-listLineup.of-column-3 > li:nth-child(3n+1)::before {
  content: none;
}
.lp-listLineup.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
.lp-listLineup.of-column-4 > li:nth-child(4n+1)::before {
  content: none;
}
.lp-listLineup.of-column-5 {
  grid-template-columns: repeat(5, 1fr);
}
.lp-listLineup.of-column-5 > li:nth-child(5n+1)::before {
  content: none;
}
.lp-listLineup.of-column-6 {
  grid-template-columns: repeat(6, 1fr);
}
.lp-listLineup.of-column-6 > li:nth-child(6n+1)::before {
  content: none;
}
.lp-listLineup.of-column-7 {
  grid-template-columns: repeat(7, 1fr);
}
.lp-listLineup.of-column-7 > li:nth-child(7n+1)::before {
  content: none;
}
.lp-listLineup.of-newProducts {
  grid-template-rows: auto 296px auto;
  min-width: initial;
  column-gap: 200px;
  row-gap: 16px;
}
@media screen and (max-width: 1919px) {
  .lp-listLineup.of-newProducts {
    grid-template-rows: auto calc(22.6rem + (1vw - 1.024rem) * (7.8125)) auto;
    column-gap: calc(6rem + (1vw - 1.024rem) * (15.625));
    row-gap: calc(0.8rem + (1vw - 1.024rem) * (0.8928571429));
  }
}
@media screen and (max-width: 1023px) {
  .lp-listLineup.of-newProducts {
    display: block;
    min-width: auto;
  }
}
.lp-listLineup.of-newProducts > li {
  display: grid;
  position: relative;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
@media screen and (max-width: 1023px) {
  .lp-listLineup.of-newProducts > li {
    padding-inline: calc(4rem + (1vw - 0.36rem) * (3.0120481928));
  }
}
@media screen and (max-width: 360px) {
  .lp-listLineup.of-newProducts > li {
    padding-inline: 40px;
  }
}
.lp-listLineup.of-newProducts > li > .lp-mediaLineup {
  display: contents;
}
@media screen and (max-width: 1023px) {
  .lp-listLineup.of-newProducts > li > .lp-mediaLineup {
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .lp-listLineup.of-newProducts > li + li {
    margin-top: calc(2rem + (1vw - 0.36rem) * (3.0120481928));
    padding-top: calc(2rem + (1vw - 0.36rem) * (3.0120481928));
  }
}
@media screen and (max-width: 360px) {
  .lp-listLineup.of-newProducts > li + li {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.lp-listLineup.of-newProducts > li + li::before {
  left: -100px;
}
@media screen and (max-width: 1919px) {
  .lp-listLineup.of-newProducts > li + li::before {
    left: calc(-3rem + (1vw - 1.024rem) * (-7.8125));
  }
}
@media screen and (max-width: 1023px) {
  .lp-listLineup.of-newProducts > li + li::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background-color: #d1d1d1;
  }
}
.lp-listLineup > li {
  position: relative;
}
.lp-listLineup > li + li::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  width: 1px;
  height: 100%;
  transform: translateY(-50%);
  background-color: #d1d1d1;
}

.lp-step {
  display: grid;
  grid-template-columns: 330px 397px;
  justify-content: center;
  margin-bottom: 24px;
  column-gap: 52px;
  row-gap: 8px;
}
@media screen and (max-width: 1919px) {
  .lp-step {
    grid-template-columns: calc(23.5rem + (1vw - 1.024rem) * (10.6026785714)) calc(28rem + (1vw - 1.024rem) * (13.0580357143));
    column-gap: calc(3.2rem + (1vw - 1.024rem) * (2.2321428571));
  }
}
@media screen and (max-width: 1023px) {
  .lp-step {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
}
.lp-step-column {
  display: grid;
  position: relative;
  grid-row: span 2;
  grid-template-rows: subgrid;
}
@media screen and (max-width: 1023px) {
  .lp-step-column {
    max-width: 100%;
    gap: 8px;
    margin-inline: auto;
  }
}
.lp-step-column.of-arrow::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: -26px;
  width: 20px;
  height: 40px;
  transform: translate(-50%, -50%);
  background: linear-gradient(270deg, #00dcff 0%, rgba(0, 220, 255, 0) 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 1919px) {
  .lp-step-column.of-arrow::before {
    left: calc(-1.6rem + (1vw - 1.024rem) * (-1.1160714286));
    width: calc(1.4rem + (1vw - 1.024rem) * (0.6696428571));
    height: calc(2.8rem + (1vw - 1.024rem) * (1.3392857143));
  }
}
@media screen and (max-width: 1023px) {
  .lp-step-column.of-arrow::before {
    top: -15px;
    left: 50%;
    width: 14px;
    height: 28px;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (max-width: 1023px) {
  .lp-step-column:nth-child(1) {
    max-width: calc(23.5rem + (1vw - 0.36rem) * (15.0602409639));
  }
}
@media screen and (max-width: 360px) {
  .lp-step-column:nth-child(1) {
    max-width: 235px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-step-column:nth-child(2) {
    max-width: calc(28rem + (1vw - 0.36rem) * (18.0722891566));
  }
}
@media screen and (max-width: 360px) {
  .lp-step-column:nth-child(2) {
    max-width: 280px;
  }
}
.lp-step-column > .lp-figure {
  margin-bottom: 0;
}

.lp-media {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 40px;
}
@media screen and (max-width: 1919px) {
  .lp-media {
    gap: calc(2.4rem + (1vw - 1.024rem) * (1.7857142857));
  }
}
@media screen and (max-width: 1023px) {
  .lp-media {
    flex-direction: column;
    gap: 0;
  }
}
.lp-media-body {
  flex: 1;
  padding-block: 32px;
}
@media screen and (max-width: 1023px) {
  .lp-media-body {
    margin-bottom: 16px;
    padding-block: 0;
  }
}
.lp-media-image {
  width: 870px;
  height: 100%;
}
@media screen and (max-width: 1919px) {
  .lp-media-image {
    width: calc(52rem + (1vw - 1.024rem) * (39.0625));
  }
}
@media screen and (max-width: 1023px) {
  .lp-media-image {
    width: auto;
    margin-bottom: 40px;
  }
}
.lp-media.of-row-reverse {
  flex-direction: row-reverse;
}

.lp-mediaLineup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
}
.lp-mediaLineup.of-newProducts .lp-mediaLineup-body {
  padding: 8px 24px;
  background-color: #3e5baf;
  color: var(--LP_COLOR_WHITE);
}
@media screen and (max-width: 1919px) {
  .lp-mediaLineup.of-newProducts .lp-mediaLineup-body {
    padding: 8px calc(1.6rem + (1vw - 1.024rem) * (0.8928571429));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaLineup.of-newProducts .lp-mediaLineup-body {
    padding: 8px 16px;
  }
}
.lp-mediaLineup.of-newProducts .lp-mediaLineup-image {
  display: flex;
  align-self: flex-end;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .lp-mediaLineup.of-newProducts .lp-mediaLineup-image {
    margin-bottom: 8px;
  }
}
.lp-mediaLineup.of-newProducts .lp-mediaLineup-titleGroup {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .lp-mediaLineup.of-newProducts .lp-mediaLineup-titleGroup {
    margin-bottom: 8px;
  }
}
.lp-mediaLineup-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 1919px) {
  .lp-mediaLineup-text {
    font-size: calc(1.6rem + (1vw - 0.769rem) * (0.1737619461));
  }
}
@media screen and (max-width: 768px) {
  .lp-mediaLineup-text {
    font-size: 1.6rem;
  }
}
.lp-mediaLineup-text + .lp-mediaLineup-text {
  position: relative;
  margin-top: 4px;
  padding-top: 4px;
}
.lp-mediaLineup-text + .lp-mediaLineup-text::before {
  display: block;
  position: absolute;
  content: "";
  top: -2px;
  width: 100%;
  height: 1px;
  background: #8ba5f2;
}
.lp-mediaLineup-title {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  margin-bottom: 16px;
  color: #333;
  font-size: 2rem;
}
@media screen and (max-width: 1919px) {
  .lp-mediaLineup-title {
    margin-bottom: calc(0.8rem + (1vw - 1.024rem) * (0.8928571429));
    font-size: calc(1.4rem + (1vw - 1.024rem) * (0.6696428571));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaLineup-title {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
}
.lp-mediaLineup-titleGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  margin-right: -8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1365px) {
  .lp-mediaLineup-titleGroup {
    margin-bottom: calc(0.8rem + (1vw - 0.769rem) * (1.3400335008));
  }
}
@media screen and (max-width: 768px) {
  .lp-mediaLineup-titleGroup {
    margin-top: -4px;
    margin-right: -4px;
    margin-bottom: 8px;
  }
}
.lp-mediaLineup-titleGroup > .lp-label-outer,
.lp-mediaLineup-titleGroup .lp-mediaLineup-title {
  max-width: 112px;
  margin-right: 8px;
  margin-bottom: 0;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .lp-mediaLineup-titleGroup > .lp-label-outer,
  .lp-mediaLineup-titleGroup .lp-mediaLineup-title {
    margin-right: 4px;
    padding-top: 4px;
  }
}
.lp-mediaLineup-body {
  order: 3;
  padding: 8px;
  background-color: #3e5baf;
  color: var(--LP_COLOR_WHITE);
}
@media screen and (max-width: 1023px) {
  .lp-mediaLineup-body {
    padding: 8px 16px;
  }
}
.lp-mediaLineup-image {
  order: 2;
  max-width: 160px;
  margin-bottom: 16px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .lp-mediaLineup-image {
    max-width: calc(10rem + (1vw - 0.769rem) * (10.0502512563));
    margin-bottom: calc(0.8rem + (1vw - 0.769rem) * (1.3400335008));
  }
}
@media screen and (max-width: 768px) {
  .lp-mediaLineup-image {
    max-width: 100px;
    margin-bottom: 8px;
  }
}

.lp-mediaConversion {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 1919px) {
  .lp-mediaConversion {
    margin-bottom: calc(2.4rem + (1vw - 1.024rem) * (1.7857142857));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaConversion {
    flex-direction: column-reverse;
    margin-bottom: 24px;
  }
}
.lp-mediaConversion-image {
  flex: 1 0 auto;
  width: 100%;
  max-width: 141px;
  margin-right: 40px;
  border: 1px solid #777;
}
@media screen and (max-width: 1919px) {
  .lp-mediaConversion-image {
    margin-right: calc(2.4rem + (1vw - 1.024rem) * (1.7857142857));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaConversion-image {
    margin-right: 0;
    margin-bottom: calc(1.6rem + (1vw - 0.36rem) * (1.2048192771));
    line-height: 1.56;
  }
}
@media screen and (max-width: 360px) {
  .lp-mediaConversion-image {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-image {
    max-width: calc(23.5rem + (1vw - 0.36rem) * (24.8493975904));
    margin-inline: auto;
  }
}
@media screen and (max-width: 360px) {
  .lp-image {
    max-width: 235px;
  }
}
.lp-image > img {
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .lp-image > img {
    width: 100%;
  }
}

.lp-figure {
  align-self: flex-end;
  margin-bottom: 8px;
}
.lp-figure-image > img {
  border-radius: 4px;
}
.lp-figure.of-alignSelf-center {
  align-self: center;
}
.lp-figure:has(> .lp-label-outer) {
  position: relative;
}
.lp-figure:has(> .lp-label-outer) .lp-label-outer {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.lp-card {
  display: block;
  width: fit-content;
  max-width: 859px;
  margin-bottom: 40px;
  margin-inline: auto;
  border-radius: 4px;
  background-color: var(--LP_COLOR_BACKGROUND_TERTIARY);
  color: var(--LP_COLOR_WHITE);
}
@media screen and (max-width: 1023px) {
  .lp-card {
    width: 100%;
    margin-bottom: 24px;
  }
}
.lp-card-content {
  padding: 32px 40px;
}
@media screen and (max-width: 1919px) {
  .lp-card-content {
    padding: calc(2rem + (1vw - 1.024rem) * (1.3392857143)) calc(2rem + (1vw - 1.024rem) * (2.2321428571));
  }
}
@media screen and (max-width: 1023px) {
  .lp-card-content {
    padding: 20px;
  }
}
.lp-card.of-shadow {
  box-shadow: var(--LP_DROP_SHADOW_PRIMARY);
}
.lp-card.of-conversion {
  width: fit-content;
  margin-inline: auto;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--LP_COLOR_LIGHT);
}
.lp-card.of-conversion .lp-card-content {
  padding: 16px 24px;
}

.lp-cardFeature {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  padding: 16px 36px;
  border-radius: 3px;
  background: linear-gradient(90deg, #00775f 0%, #2e4c9f 100%);
  gap: 70px;
}
@media screen and (max-width: 1919px) {
  .lp-cardFeature {
    gap: calc(3.6rem + (1vw - 1.024rem) * (3.7946428571));
    padding: calc(0.8rem + (1vw - 1.024rem) * (0.8928571429)) calc(1.6rem + (1vw - 1.024rem) * (2.2321428571));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardFeature {
    flex-direction: column;
    max-width: calc(23.5rem + (1vw - 0.36rem) * (21.8373493976));
    margin-inline: auto;
    padding: 16px calc(1.6rem + (1vw - 0.36rem) * (3.0120481928));
    background: linear-gradient(180deg, #00775f 0%, #2e4c9f 100%);
    gap: 16px;
  }
}
@media screen and (max-width: 360px) {
  .lp-cardFeature {
    max-width: 235px;
    padding: 16px;
  }
}
.lp-cardFeature.of-baloon {
  position: relative;
  margin-bottom: 27px;
}
.lp-cardFeature.of-baloon::before {
  display: block;
  position: absolute;
  content: "";
  bottom: -14px;
  left: 50%;
  width: 20px;
  height: 15px;
  transform: translateX(-50%);
  background: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 1023px) {
  .lp-cardFeature.of-baloon::before {
    background: #2e4c9f;
  }
}
.lp-cardFeature-body {
  display: block;
  min-width: 234px;
  max-width: 234px;
  color: var(--LP_COLOR_LIGHT);
}
@media screen and (max-width: 1919px) {
  .lp-cardFeature-body {
    min-width: calc(18.2rem + (1vw - 1.024rem) * (5.8035714286));
    max-width: calc(18.2rem + (1vw - 1.024rem) * (5.8035714286));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardFeature-body {
    min-width: auto;
    max-width: 100%;
  }
}
.lp-cardFeature-body + .lp-cardFeature-body {
  position: relative;
}
.lp-cardFeature-body + .lp-cardFeature-body::before {
  display: block;
  position: absolute;
  content: "";
  left: -35px;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.51);
}
@media screen and (max-width: 1919px) {
  .lp-cardFeature-body + .lp-cardFeature-body::before {
    left: calc(-1.8rem + (1vw - 1.024rem) * (-1.8973214286));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardFeature-body + .lp-cardFeature-body::before {
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateX(0);
  }
}
.lp-cardFeature-text {
  display: block;
  margin-bottom: 16px;
  color: var(--LP_COLOR_LIGHT);
  font-size: 1.6rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  text-align: center;
}
@media screen and (max-width: 1919px) {
  .lp-cardFeature-text {
    font-size: calc(1.3rem + (1vw - 1.024rem) * (0.3348214286));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardFeature-text {
    font-size: 1.4rem;
  }
}

.lp-cardLineup {
  margin: 0 -80px 40px;
}
@media screen and (max-width: 1365px) {
  .lp-cardLineup {
    margin: 0 calc(-4rem + (1vw - 1.024rem) * (-11.6959064327)) calc(3.2rem + (1vw - 1.024rem) * (2.3391812865));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardLineup {
    margin: 0 calc(-2rem + (1vw - 0.36rem) * (-27.1084337349)) calc(2.4rem + (1vw - 0.36rem) * (1.2048192771));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardLineup {
    margin-bottom: 24px;
  }
}
.lp-cardLineup.of-newProducts {
  width: initial;
  margin: 0 -20px 40px;
  background-color: var(--LP_COLOR_WHITE);
}
@media screen and (max-width: 1023px) {
  .lp-cardLineup.of-newProducts {
    margin: 0 0 calc(2.4rem + (1vw - 0.36rem) * (2.4096385542));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardLineup.of-newProducts {
    margin: 0 0 24px;
  }
}
.lp-cardLineup.of-newProducts .lp-cardLineup-content {
  padding: 24px 100px;
}
@media screen and (max-width: 1919px) {
  .lp-cardLineup.of-newProducts .lp-cardLineup-content {
    padding: calc(2rem + (1vw - 1.024rem) * (0.4464285714)) calc(4rem + (1vw - 1.024rem) * (6.6964285714));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardLineup.of-newProducts .lp-cardLineup-content {
    padding: calc(2rem + (1vw - 0.36rem) * (3.0120481928)) calc(2rem + (1vw - 0.36rem) * (6.0240963855));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardLineup.of-newProducts .lp-cardLineup-content {
    padding: 20px;
  }
}
.lp-cardLineup-content {
  display: block;
  position: relative;
  margin-inline: auto;
  padding: 24px 80px;
  overflow-x: auto;
}
@media screen and (max-width: 1365px) {
  .lp-cardLineup-content {
    padding: 24px calc(4rem + (1vw - 1.024rem) * (11.6959064327));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardLineup-content {
    padding: 20px calc(2rem + (1vw - 0.36rem) * (9.0361445783));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardLineup-content {
    padding: 16px 20px;
  }
}
.lp-cardLineup-content.is-overflowing:not(.is-hasScrolled) .lp-cardLineup-overlay {
  opacity: 1;
}
.lp-cardLineup-content.is-overflowing.is-hasScrolled .lp-cardLineup-overlayInner {
  display: none;
}
.lp-cardLineup-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  pointer-events: none;
}
.lp-cardLineup-overlay::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 160px;
  background-image: linear-gradient(90deg, rgba(250, 250, 250, 0), #fafafa);
}
.lp-cardLineup-overlayInner {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
}
.lp-cardLineup-overlayInner[aria-hidden=true] {
  display: block;
}
.lp-cardLineup-overlayIcon {
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  pointer-events: none;
}
.lp-cardLineup-overlayLabel {
  color: var(--LP_COLOR_PRIMARY);
  font-size: 1.3rem;
  text-align: center;
}

.lp-video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .lp-video {
    width: auto;
    height: auto;
  }
}
.lp-video-outer {
  position: relative;
}
.lp-video-button {
  display: block;
  position: absolute;
  content: "";
  right: 8px;
  bottom: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
}
.lp-video-button::before, .lp-video-button::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  left: auto;
  width: 3px;
  height: 15px;
  transform: translateY(-50%);
  border: 0;
  background: var(--LP_COLOR_WHITE);
}
.lp-video-button::before {
  left: 14px;
}
.lp-video-button::after {
  right: 14px;
}
.lp-video-button.is-paused::before {
  left: 55%;
  width: 14px;
  height: 16px;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.lp-video-button.is-paused::after {
  content: none;
}
.lp-video-buttonText {
  position: absolute;
  z-index: -10;
  left: -600%;
  white-space: nowrap;
}
.lp-textPhoneLink {
  display: block;
  margin-bottom: 24px;
}
.lp-textPhoneLink-number {
  font-size: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1;
}
.lp-textPhoneLink-numberGroup {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
.lp-textPhoneLink .AutoPhoneCall {
  color: inherit;
  text-decoration: none;
}
.lp-textPhoneLink-icon {
  width: 30px;
  height: 30px;
  fill: var(--LP_COLOR_WHITE);
  vertical-align: middle;
}
.lp-textPhoneLink-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhoneLink-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhoneLink-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhoneLink-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhoneLink-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}
.lp-textPhoneLink.of-center {
  text-align: center;
}
.lp-textPhoneLink.of-center .lp-textPhoneLink-numberGroup {
  justify-content: center;
}
.lp-textPhoneLink.of-flex .lp-textPhoneLink-body {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1365px) {
  .lp-textPhoneLink.of-flex .lp-textPhoneLink-body {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .lp-textPhoneLink.of-flex .lp-textPhoneLink-body {
    align-items: center;
  }
}
.lp-textPhoneLink.of-flex .lp-textPhoneLink-note {
  margin-right: 8px;
}
@media screen and (max-width: 1365px) {
  .lp-textPhoneLink.of-flex .lp-textPhoneLink-note {
    margin-right: 0;
  }
}
@media screen and (max-width: 1365px) {
  .lp-textPhoneLink.of-flex .lp-textPhoneLink-numberGroup {
    padding-top: 8px;
  }
}
.lp-textPhoneLink.of-conversion {
  padding-top: 0;
}
.lp-textPhoneLink.of-conversion .lp-textPhoneLink-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .lp-textPhoneLink.of-conversion .lp-textPhoneLink-content {
    flex-direction: column;
  }
}
.lp-textPhoneLink.of-conversion .lp-textPhoneLink-header {
  margin-right: 16px;
  margin-bottom: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 1919px) {
  .lp-textPhoneLink.of-conversion .lp-textPhoneLink-header {
    margin-right: 0;
    font-size: calc(1.6rem + (1vw - 1.024rem) * (0.2232142857));
  }
}
@media screen and (max-width: 1023px) {
  .lp-textPhoneLink.of-conversion .lp-textPhoneLink-header {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.lp-textPhoneLink.of-conversion .lp-textPhoneLink-body {
  flex-direction: column;
  flex-wrap: wrap;
  min-width: 170px;
  margin-top: -8px;
  margin-bottom: 0;
  margin-left: 16px;
}
@media screen and (max-width: 1023px) {
  .lp-textPhoneLink.of-conversion .lp-textPhoneLink-body {
    margin-left: initial;
  }
}
@media screen and (max-width: 639px) {
  .lp-textPhoneLink.of-conversion .lp-textPhoneLink-body {
    margin-top: -6px;
  }
}
.lp-textPhoneLink.of-conversion .lp-textPhoneLink-body > * {
  margin-top: 8px;
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .lp-textPhoneLink.of-conversion .lp-textPhoneLink-body > * {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-textPhoneLink.of-conversion .lp-textPhoneLink-body .lp-textPhoneLink-numberGroup {
    justify-content: center;
  }
}
.lp-textPhoneLink.of-conversion .lp-textPhoneLink-number {
  font-size: 2rem;
}
.lp-textPhoneLink.of-conversion .lp-textPhoneLink-numberGroup {
  margin-bottom: 0;
}

a.lp-textPhoneLink-body,
a:hover.lp-textPhoneLink-body {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: var(--LP_COLOR_LIGHT);
  text-decoration: none;
  cursor: default;
}

@media screen and (max-width: 1023px) {
  .lp-largeScreen-hide {
    display: none;
  }
}
@media not screen and (max-width: 1023px) {
  .lp-largeScreen-show {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-textAlign-center {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-line-break {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-flexDirection-column {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-lastChild {
    margin-bottom: 0;
  }
}

.lp-extraLargeScreen-hide {
  display: block;
}
@media screen and (max-width: 1365px) {
  .lp-extraLargeScreen-hide {
    display: none;
  }
}
@media screen and (max-width: 1365px) {
  .lp-extraLargeScreen-fontWeight-normal {
    font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  }
}
@media screen and (max-width: 1365px) {
  .lp-extraLargeScreen-textAlign-center {
    text-align: center;
  }
}
@media screen and (max-width: 1365px) {
  .lp-extraLargeScreen-line-break {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .lp-extraSmallScreen-line-break {
    display: block;
  }
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-textAlign-left {
  text-align: left;
}
.lp-utility-textAlign-right {
  text-align: right;
}
.lp-utility-fontSize-small {
  font-size: 1.4rem;
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}
@media screen and (max-width: 1919px) {
  .lp-utility-fontSize-small {
    font-size: calc(1.2rem + (1vw - 1.024rem) * (0.2232142857));
  }
}
@media screen and (max-width: 1023px) {
  .lp-utility-fontSize-small {
    font-size: 1.2rem;
  }
}
.lp-utility-fontSize-primary {
  font-size: 4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1919px) {
  .lp-utility-fontSize-primary {
    font-size: calc(2.8rem + (1vw - 1.024rem) * (1.3392857143));
  }
}
@media screen and (max-width: 1023px) {
  .lp-utility-fontSize-primary {
    font-size: 2.8rem;
  }
}
.lp-utility-fontSize-secondary {
  font-size: 7.2rem;
  line-height: 1.25;
}
@media screen and (max-width: 1919px) {
  .lp-utility-fontSize-secondary {
    font-size: calc(4rem + (1vw - 0.36rem) * (2.0512820513));
  }
}
@media screen and (max-width: 360px) {
  .lp-utility-fontSize-secondary {
    font-size: 4rem;
  }
}
.lp-utility-fontWeight-bold {
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
.lp-utility-fontColor-primary {
  color: var(--LP_COLOR_TERTIARY);
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-marginBottom-0 {
  margin-bottom: 0 !important;
}
.lp-utility-marginBottom-1 {
  margin-bottom: 4px !important;
}
.lp-utility-marginBottom-2 {
  margin-bottom: 8px !important;
}

.theme-KC .lp-layout-header-logo img {
  width: 260px;
}
@media screen and (max-width: 1023px) {
  .theme-KC .lp-layout-header-logo img {
    width: max(133px, 13.3rem + (1vw - 0.36rem) * (4.9698795181));
  }
}
