.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;
}

:root {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: normal;
  font-weight: 700;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --LP_COLOR_BLACK_PRIMARY: #000;
  --LP_COLOR_BLACK_SECONDARY: #222;
  --LP_COLOR_DARK_PRIMARY: #333;
  --LP_COLOR_DARK_SECONDARY: #454545;
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_RED: #dc002f;
  --LP_COLOR_PURPLE: #91067f;
  --LP_COLOR_BLUE: #5a75c5;
  --LP_COLOR_GRAY_PRIMARY: #8d9aa3;
  --LP_COLOR_GRAY_SECONDARY: #f3f3f3;
  --LP_COLOR_BORDER_PRIMARY: #dedede;
  --LP_COLOR_BORDER_SECONDARY: #d0d0d0;
  --LP_COLOR_BORDER_TERTIARY: #ccc;
  --LP_COLLOR_BACKGROUND_PRIMARY: #edf0f4;
  --LP_COLLOR_BACKGROUND_SECONDARY: #e6e6e6;
  --LP_FONT_WEIGHT_BOLD: 700;
  --LP_FONT_WEIGHT_SEMIBOLD: 600;
  --LP_FONT_WEIGHT_MIDDLE: 500;
  --LP_FONT_WEIGHT_NORMAL: 400;
}

.fs {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.fs *,
.fs *::after,
.fs *::before {
  box-sizing: border-box;
}

.fs-section {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: none;
}

.fs-section.fs-table {
  display: table;
  table-layout: fixed;
}

.fs-sectionInner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.fs-tableCell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.fs-nav {
  display: flex;
  position: fixed;
  z-index: 10000;
  top: 50%;
  right: 2.5rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fs-nav .fs-navList {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  list-style-image: none;
  row-gap: 1.3rem;
}

.fs-nav .fs-navList > li {
  display: block;
  list-style: none;
}

.fs-arrow {
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
}

.fs-arrow.fs-arrowHide {
  visibility: hidden;
  opacity: 0;
}

.fs-arrowBtn {
  display: block;
  position: relative;
}
.fs-arrowBtn:focus {
  outline: solid 1px #0000ff;
}
.fs-arrowBtn::before, .fs-arrowBtn::after {
  content: "";
  position: absolute;
  left: -0.5rem;
}
.fs-arrowBtn::before {
  z-index: -1;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid var(--LP_COLOR_WHITE);
  border-right: 2px solid var(--LP_COLOR_WHITE);
}
.fs-arrowBtn::after {
  z-index: -2;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--LP_COLOR_GRAY_PRIMARY);
}
.fs-arrowBtn.fs-arrowBtnUp::before {
  top: 11.5rem;
  left: 1rem;
  transform: translateY(2px) rotate(315deg);
}
.fs-arrowBtn.fs-arrowBtnUp::after {
  top: 100px;
}
.fs-arrowBtn.fs-arrowBtnDown::before {
  bottom: 4.8rem;
  left: 1rem;
  transform: translateY(2px) rotate(135deg);
}
.fs-arrowBtn.fs-arrowBtnDown::after {
  bottom: 3rem;
}

.fs-navBtn {
  display: block;
  width: 2rem;
  height: 0.4rem;
  background-color: var(--LP_COLOR_GRAY_PRIMARY);
}
.fs-navBtn.is-active {
  width: 3.5rem;
  background-color: var(--LP_COLOR_PURPLE);
}
.fs-navBtn:focus {
  outline: solid 1px #0000ff;
}

.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;
}

.lp-image > *:last-child, .lp-listButton > li > *:last-child, .lp-textPhone-body > *:last-child, .lp-step-column > *:last-child, .lp-cardIssue-body > *:last-child, .lp-cardIssue-header > *:last-child, .lp-cardIssue > *:last-child, .lp-card > *:last-child, .lp-mediaConversion-body > *:last-child, .lp-media-image > *:last-child, .lp-media-titleGroup > *:last-child, .lp-media-header > *:last-child, .lp-media-body > *:last-child, .lp-headingLevel2-outer > *:last-child, .lp-section-titleGroup > *:last-child, .lp-section-footer > *:last-child, .lp-section-body > *:last-child, .lp-section-content > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-jumbotron-subtitleGroup > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-layout-grid-column > *:last-child, .lp-layout-grid > *:last-child, .lp-layout-footer-list > li > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-main > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-header > *:last-child, .lp-layout-container > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .lp-layout-container {
    overflow: auto;
  }
}
[data-script-enabled=true] .lp-layout-container.of-outermost {
  overflow: hidden;
}
.lp-layout-container.of-width-primary {
  padding: 0 5rem;
}
@media screen and (max-width: 1639px) {
  .lp-layout-container.of-width-primary {
    padding: 0 3.2rem;
  }
}

.lp-layout-header {
  border-bottom: 0.1rem solid var(--LP_COLOR_BORDER_SECONDARY);
}
@media screen and (max-width: 1365px) {
  .lp-layout-header {
    position: relative;
  }
}
[data-script-enabled=true] .lp-layout-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: var(--LP_COLOR_WHITE);
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-layout-header {
    position: relative;
  }
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(1920px + 8rem);
  margin-inline: auto;
  padding: 0.8rem 4rem;
  column-gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-content {
    padding: 0.8rem 2rem;
  }
}
.lp-layout-header-logo {
  display: block;
  flex-shrink: 0;
  margin-bottom: 0;
  line-height: 1;
}
.lp-layout-header-logo > a {
  display: block;
  text-decoration: none;
}
.lp-layout-header-logo img {
  width: 11.4rem;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: 9.1rem;
  }
}

.lp-layout-footer {
  border-top: 0.1rem solid var(--LP_COLOR_BORDER_SECONDARY);
}
.lp-layout-footer-content {
  max-width: calc(1920px + 8rem);
  margin-inline: auto;
  padding: 1.5rem 4rem;
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-content {
    padding: 1.2rem 2rem;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 0.1rem;
  height: 1.6rem;
  transform: translateY(-50%);
  background-color: var(--LP_COLOR_BORDER_PRIMARY);
}
.lp-layout-footer-list > li a {
  color: var(--LP_COLOR_DARK_PRIMARY);
  font-size: 1.2rem;
  line-height: 1.3;
  text-decoration: none;
}
.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:active, .lp-layout-footer-list > li a:focus {
  text-decoration: underline;
}
.lp-layout-footer-list > li.lp-layout-footer-copyright {
  color: var(--LP_COLOR_DARK_PRIMARY);
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list > li.lp-layout-footer-copyright {
    display: block;
    text-align: center;
  }
}

.lp-layout-grid {
  display: grid;
  margin-bottom: 4rem;
  column-gap: 4rem;
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.lp-layout-grid.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
.lp-layout-grid.of-column-5 {
  grid-template-columns: repeat(5, 1fr);
}
.lp-layout-grid.of-column-6 {
  grid-template-columns: repeat(6, 1fr);
}
.lp-layout-grid.of-column-7 {
  grid-template-columns: repeat(7, 1fr);
}
.lp-layout-grid.of-column-8 {
  grid-template-columns: repeat(8, 1fr);
}
.lp-layout-grid.of-column-9 {
  grid-template-columns: repeat(9, 1fr);
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
  .lp-layout-grid.lp-smallScreen-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lp-layout-grid.lp-smallScreen-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-layout-grid.lp-smallScreen-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-layout-grid-column {
  max-width: fit-content;
}
@media screen and (max-width: 1919px) {
  .lp-layout-grid-column {
    max-width: 53rem;
  }
}
@media screen and (max-width: 1639px) {
  .lp-layout-grid-column {
    max-width: 43rem;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-layout-grid-column {
    max-width: 40rem;
  }
}
@media only screen and (min-width: 1640px) and (max-height: 768px) {
  .lp-layout-grid-column {
    max-width: 30rem;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 625px) {
  .lp-layout-grid-column {
    max-width: 30rem;
  }
}

.lp-jumbotron {
  display: flex;
  align-items: center;
  background-image: url("../../../../../img/products/md-u/211592001/211592001_bg_img_01.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron {
    height: auto;
    background-color: var(--LP_COLLOR_BACKGROUND_PRIMARY);
    background-image: none;
  }
}
[data-script-enabled=true] .lp-jumbotron {
  height: 100vh;
  min-height: 100vh;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-jumbotron {
    height: auto;
  }
}
@media only screen and (orientation: landscape) and (max-height: 589px), screen and (max-height: 589px) {
  [data-script-enabled=true] .lp-jumbotron {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron {
    height: auto;
    min-height: auto;
  }
}
.lp-jumbotron-content {
  display: flex;
  flex-direction: column;
  max-width: calc(1280px + 8rem);
  margin-inline: auto;
  padding: 4rem;
}
@media screen and (max-width: 1639px) {
  .lp-jumbotron-content {
    padding: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    align-items: center;
    padding: 0;
  }
}
.lp-jumbotron-body {
  display: flex;
  flex-direction: column;
  max-width: 95rem;
  margin-right: -35rem;
  text-align: center;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-body {
    margin-right: -18.2291666667vw;
  }
}
@media screen and (max-width: 1639px) {
  .lp-jumbotron-body {
    margin-right: -21.3414634146vw;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-jumbotron-body {
    margin-right: -25.6222547584vw;
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-body {
    max-width: 75rem;
    margin-right: -25.6222547584vw;
    margin-bottom: 8.78477306vw;
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    align-self: center;
    margin: -15.625vw 0 4rem;
  }
}
[data-script-enabled=true] .lp-jumbotron-body {
  margin-top: -6rem;
}
@media screen and (max-width: 1919px) {
  [data-script-enabled=true] .lp-jumbotron-body {
    margin-top: -3.125vw;
  }
}
@media screen and (max-width: 1639px) {
  [data-script-enabled=true] .lp-jumbotron-body {
    margin-top: -3.6585365854vw;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  [data-script-enabled=true] .lp-jumbotron-body {
    margin-top: -4.39238653vw;
  }
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-jumbotron-body {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron-body {
    margin-top: -15.625vw;
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid var(--LP_COLOR_BLUE);
  color: var(--LP_COLOR_DARK_PRIMARY);
  font-size: 6rem;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-title {
    margin-bottom: max(2rem + (1vw - 1.366rem) * (2.1660649819), 2rem);
    padding-bottom: max(2rem + (1vw - 1.366rem) * (2.1660649819), 2rem);
    font-size: max(3.8rem + (1vw - 1.366rem) * (3.9711191336), 3.8rem);
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-title {
    font-size: max(2rem + (1vw - 0.36rem) * (1.1928429423), 2rem);
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-jumbotron-title {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    font-size: max(2rem + (1vw - 0.36rem) * (1.1928429423), 2rem);
  }
}
@media only screen and (min-width: 1366px) and (max-height: 590px) {
  .lp-jumbotron-title {
    margin-bottom: max(2.4rem + (1vw - 1.366rem) * (1.4440433213), 2.4rem);
    padding-bottom: max(2.4rem + (1vw - 1.366rem) * (1.4440433213), 2.4rem);
    font-size: max(2.4rem + (1vw - 0.36rem) * (1.5904572565), 2.4rem);
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: max(2.4rem + (1vw - 0.36rem) * (0.7952286282), 2.4rem);
  }
}
.lp-jumbotron-titleGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: max(2rem + (1vw - 1.366rem) * (2.1660649819), 2rem);
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 2.4rem;
  }
}
.lp-jumbotron-subtitle {
  display: block;
  flex: 1 0 auto;
  max-width: 21.6rem;
  margin-bottom: 2.4rem;
  color: var(--LP_COLOR_DARK_PRIMARY);
  font-size: 3.6rem;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-subtitle {
    font-size: max(2.6rem + (1vw - 1.366rem) * (1.8050541516), 2.6rem);
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-subtitle {
    max-width: 13.1707317073vw;
    font-size: max(1.6rem + (1vw - 0.36rem) * (0.9940357853), 1.6rem);
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-jumbotron-subtitle {
    max-width: 15.8125915081vw;
    margin-bottom: 2.4rem;
    font-size: max(1.6rem + (1vw - 0.36rem) * (0.9940357853), 1.6rem);
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-subtitle {
    max-width: 27.34375vw;
    margin-bottom: 1.6rem;
    font-size: max(1.6rem + (1vw - 0.36rem) * (0.9940357853), 1.6rem);
  }
}
.lp-jumbotron-subtitle.of-cross {
  position: relative;
  margin-bottom: 0;
}
.lp-jumbotron-subtitle.of-cross::before, .lp-jumbotron-subtitle.of-cross::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  right: -5.5rem;
  width: 3rem;
  height: 0.2rem;
  transform: translateY(-50%);
  background-color: var(--LP_COLOR_PURPLE);
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-subtitle.of-cross::before, .lp-jumbotron-subtitle.of-cross::after {
    right: max(-5rem + (1vw - 1.366rem) * (-0.9025270758), -50rem);
    width: max(2.2rem + (1vw - 1.366rem) * (1.4440433213), 2.2rem);
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-subtitle.of-cross::before, .lp-jumbotron-subtitle.of-cross::after {
    right: -4.5rem;
    width: 2rem;
  }
}
.lp-jumbotron-subtitle.of-cross::before {
  transform: translateX(-50%) rotate(45deg);
}
.lp-jumbotron-subtitle.of-cross::after {
  transform: translateX(-50%) rotate(-45deg);
}
.lp-jumbotron-subtitleGroup {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1639px) {
  .lp-jumbotron-subtitleGroup {
    margin-bottom: 1.9512195122vw;
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-subtitleGroup {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-jumbotron-subtitleGroup {
    margin-bottom: 2.4rem;
  }
}
.lp-jumbotron-subtitleGroup.of-flex {
  display: flex;
  justify-content: center;
  column-gap: 5.4rem;
}
.lp-jumbotron-series {
  display: block;
  margin-bottom: 2.4rem;
  color: var(--LP_COLOR_DARK_PRIMARY);
  font-size: 2rem;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-series {
    font-size: max(1.6rem + (1vw - 1.366rem) * (0.7220216606), 1.6rem);
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-jumbotron-series {
    font-size: max(1.4rem + (1vw - 0.36rem) * (0.1988071571), 1.4rem);
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-series {
    font-size: max(1.4rem + (1vw - 0.36rem) * (0.1988071571), 1.4rem);
  }
}
.lp-jumbotron-seriesGroup {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  column-gap: 0.8rem;
}
.lp-jumbotron .of-order-primary {
  order: -1;
}

.lp-section-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (orientation: landscape) and (max-height: 589px), screen and (max-height: 589px) {
  .lp-section-content {
    justify-content: stretch;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-section-content {
    justify-content: stretch;
  }
}
@media screen and (max-width: 1365px) {
  .lp-section-content {
    justify-content: stretch;
  }
}
[data-script-enabled=true] .lp-section-content {
  min-height: 100vh;
  padding-top: 6.9rem;
}
@media screen and (max-width: 1919px) {
  [data-script-enabled=true] .lp-section-content {
    padding-top: 3.59375vw;
  }
}
@media screen and (max-width: 1639px) {
  [data-script-enabled=true] .lp-section-content {
    padding-top: 4.0243902439vw;
  }
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-section-content {
    padding-top: 4.6852122987vw;
  }
}
@media only screen and (orientation: landscape) and (max-height: 589px), screen and (max-height: 589px) {
  [data-script-enabled=true] .lp-section-content {
    min-height: auto;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  [data-script-enabled=true] .lp-section-content {
    padding-top: 3.59375vw;
  }
}
@media only screen and (min-width: 1640px) and (max-height: 768px) {
  [data-script-enabled=true] .lp-section-content {
    padding-top: 3.6585365854vw;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 625px) {
  [data-script-enabled=true] .lp-section-content {
    padding-top: 3.6603221083vw;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 590px) {
  [data-script-enabled=true] .lp-section-content {
    padding-top: 3.6603221083vw;
  }
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-section-content {
    min-height: auto;
    padding-top: 0;
  }
}
.lp-section-body {
  flex: 1;
  align-content: center;
  max-width: calc(1280px + 8rem);
  margin-inline: auto;
  padding: 4rem;
}
@media screen and (max-width: 1023px) {
  .lp-section-body {
    align-content: stretch;
    padding: 6.4rem 2rem 4rem;
  }
}
.lp-section-footer {
  flex: 1;
  padding: 3.2rem 2rem 13.3rem;
  background-color: var(--LP_COLLOR_BACKGROUND_SECONDARY);
}
@media screen and (max-width: 1365px) {
  .lp-section-footer {
    padding: 3.2rem 2rem 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-section-footer {
    padding: 2.4rem 2rem;
  }
}
.lp-section-title {
  display: block;
  margin-bottom: 1.6rem;
  color: var(--LP_COLOR_DARK_PRIMARY);
  font-size: 3.2rem;
}
@media screen and (max-width: 1919px) {
  .lp-section-title {
    font-size: max(2rem + (1vw - 1.366rem) * (2.1660649819), 2rem);
  }
}
.lp-section-titleGroup {
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-section-titleGroup {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1640px) and (max-height: 768px) {
  .lp-section-titleGroup {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 590px) {
  .lp-section-titleGroup {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-section-titleGroup {
    margin-bottom: 2.4rem;
  }
}
.lp-section-subtitle {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--LP_COLOR_BLACK_SECONDARY);
  font-size: 2.6rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
}
@media screen and (max-width: 1919px) {
  .lp-section-subtitle {
    font-size: max(1.6rem + (1vw - 1.366rem) * (1.8050541516), 1.6rem);
  }
}
.lp-section.of-primary {
  background-color: var(--LP_COLOR_GRAY_SECONDARY);
}
@media screen and (max-width: 1639px) {
  .lp-section.of-primary .lp-section-body {
    padding: 2rem 6rem;
  }
}
@media only screen and (min-width: 1640px) and (max-height: 768px) {
  .lp-section.of-primary .lp-section-body {
    padding: 2rem 6rem;
  }
}
@media screen and (max-width: 1365px) {
  .lp-section.of-primary .lp-section-body {
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-section.of-primary .lp-section-body {
    padding: 6.4rem 2rem 3.2rem;
  }
}
.lp-section.of-secondary {
  background-color: var(--LP_COLOR_GRAY_SECONDARY);
}
@media screen and (max-width: 1639px) {
  .lp-section.of-secondary .lp-section-body {
    padding: 2rem 6rem;
  }
}
@media screen and (max-width: 1365px) {
  .lp-section.of-secondary .lp-section-body {
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-section.of-secondary .lp-section-body {
    padding: 3.2rem 2rem 6.4rem;
  }
}
@media only screen and (min-width: 1640px) and (max-height: 768px) {
  .lp-section.of-conversion .lp-section-content {
    padding-top: 0;
  }
}
.lp-section.of-conversion .lp-section-body {
  max-width: 124rem;
}
@media screen and (max-width: 1023px) {
  .lp-section.of-conversion .lp-section-body {
    padding: 4rem 2rem;
  }
}

.lp-headingLevel2 {
  margin-bottom: 2.6rem;
  color: var(--LP_COLOR_BLACK_SECONDARY);
  font-size: 4.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 1919px) {
  .lp-headingLevel2 {
    font-size: max(2.8rem + (1vw - 1.366rem) * (2.8880866426), 2.8rem);
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-headingLevel2 {
    font-size: max(2rem + (1vw - 0.36rem) * (0.625), 2rem);
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2 {
    text-align: center;
  }
}
.lp-headingLevel2-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.8rem;
  gap: 0.8rem 1.6rem;
}
@media screen and (max-width: 1639px) {
  .lp-headingLevel2-outer {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-headingLevel2-outer {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 1640px) and (max-height: 768px) {
  .lp-headingLevel2-outer {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2-outer {
    flex-direction: column;
    margin-bottom: 3.2rem;
  }
}

@media screen and (max-width: 1919px) {
  .lp-buttonConversion {
    font-size: max(1.6rem + (1vw - 0.36rem) * (0.2564102564), 1.6rem);
  }
}
.lp-buttonConversion-image {
  border: 0;
}
.lp-buttonConversion-image > img {
  border: 1px solid var(--LP_COLOR_BORDER_TERTIARY);
}
.lp-buttonConversion.of-font-small {
  font-size: max(1.2rem + (1vw - 0.36rem) * (0.5128205128), 1.2rem);
}

.lp-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.2rem;
}
.lp-media-body {
  order: 3;
  padding-top: 1.6rem;
}
.lp-media-header {
  order: 1;
  margin-bottom: 1.6rem;
}
.lp-media-title {
  margin-bottom: 1.6rem;
  color: var(--LP_COLOR_BLACK_SECONDARY);
  font-size: 2rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
}
.lp-cardSolve .lp-media-title {
  font-size: 2.6rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 1919px) {
  .lp-cardSolve .lp-media-title {
    font-size: max(2rem + (1vw - 1.366rem) * (1.083032491), 2rem);
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardSolve .lp-media-title {
    font-size: max(1.6rem + (1vw - 0.36rem) * (0.3976143141), 1.6rem);
  }
}
@media screen and (max-width: 1919px) {
  .lp-media-title {
    font-size: max(1.4rem + (1vw - 1.366rem) * (1.083032491), 1.4rem);
  }
}
@media screen and (max-width: 1365px) {
  .lp-media-title {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-media-title {
    font-size: 1.6rem;
  }
}
.lp-media-titleGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid var(--LP_COLOR_BORDER_SECONDARY);
  gap: 0.8rem 1rem;
}
@media screen and (max-width: 1023px) {
  .lp-media-titleGroup {
    flex-direction: column;
  }
}
.lp-cardSolve .lp-media-titleGroup {
  border-color: var(--LP_COLOR_PURPLE);
}
.lp-media-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 1919px) {
  .lp-media-text {
    font-size: max(1.4rem + (1vw - 1.366rem) * (0.3610108303), 1.4rem);
  }
}
.lp-media-image {
  order: 2;
  max-width: 52.4rem;
}
@media screen and (max-width: 1919px) {
  .lp-media-image {
    max-width: 27.2916666667vw;
  }
}
@media screen and (max-width: 1639px) {
  .lp-media-image {
    max-width: 24.3902439024vw;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-media-image {
    max-width: 26.0416666667vw;
  }
}
@media only screen and (min-width: 1640px) and (max-height: 768px) {
  .lp-media-image {
    max-width: 24.3902439024vw;
  }
}
@media screen and (max-width: 1023px) {
  .lp-media-image {
    max-width: 100%;
  }
}

.lp-mediaConversion {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.8rem 11rem;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .lp-mediaConversion {
    flex-direction: column-reverse;
  }
}
.lp-mediaConversion-body {
  flex: 1;
}
.lp-mediaConversion-text {
  margin-bottom: 4.8rem;
  color: var(--LP_COLOR_BLACK_PRIMARY);
  font-size: 4.4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1.3;
}
@media screen and (max-width: 1919px) {
  .lp-mediaConversion-text {
    font-size: max(2.8rem + (1vw - 1.366rem) * (2.8880866426), 2.8rem);
  }
}
@media screen and (max-width: 1365px) {
  .lp-mediaConversion-text {
    margin-bottom: 2.4rem;
    font-size: max(2rem + (1vw - 0.36rem) * (0.7952286282), 2rem);
  }
}
@media screen and (max-width: 1919px) {
  .lp-mediaConversion-image {
    max-width: 25rem;
  }
}
@media screen and (max-width: 1639px) {
  .lp-mediaConversion-image {
    max-width: 20rem;
  }
}
@media only screen and (min-width: 1640px) and (max-height: 768px) {
  .lp-mediaConversion-image {
    max-width: 20rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaConversion-image {
    max-width: max(12rem + (1vw - 0.36rem) * (12.9224652087), 12rem);
  }
}

.lp-card {
  margin-bottom: 1.6rem;
  padding: 2.4rem;
  background-color: var(--LP_COLOR_GRAY_SECONDARY);
}

.lp-cardIssue {
  margin-bottom: 2.4rem;
}
.lp-cardIssue-header {
  padding: 0.8rem;
  background-color: var(--LP_COLOR_PURPLE);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .lp-cardIssue-header {
    padding: 0.6rem;
  }
}
.lp-cardIssue-body {
  padding: 3.2rem;
  background-color: var(--LP_COLOR_WHITE);
}
@media screen and (max-width: 1919px) {
  .lp-cardIssue-body {
    padding: 1.0416666667vw;
  }
}
@media screen and (max-width: 1639px) {
  .lp-cardIssue-body {
    padding: 1.6rem;
  }
}
.lp-cardIssue-title {
  margin-bottom: 1.6rem;
  color: var(--LP_COLOR_WHITE);
  font-size: 2.2rem;
}
@media screen and (max-width: 1919px) {
  .lp-cardIssue-title {
    font-size: max(1.6rem + (1vw - 1.366rem) * (1.083032491), 1.6rem);
  }
}

.lp-step {
  display: grid;
  gap: 7.2rem 10.4rem;
  grid-template-columns: repeat(2, 58.8rem);
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1639px) {
  .lp-step {
    grid-template-columns: repeat(2, 50rem);
    column-gap: max(5.4rem + (1vw - 1.366rem) * (9.0252707581), 5.4rem);
  }
}
@media screen and (max-width: 1365px) {
  .lp-step {
    grid-template-columns: repeat(2, 45rem);
    column-gap: max(5.4rem + (1vw - 1.366rem) * (9.0252707581), 5.4rem);
  }
}
@media screen and (max-width: 1279px) {
  .lp-step {
    grid-template-columns: repeat(2, 40rem);
  }
}
@media screen and (max-width: 1023px) {
  .lp-step {
    grid-template-columns: auto;
    justify-content: center;
  }
}
.lp-step-column {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .lp-step-column {
    max-width: 60rem;
    margin-inline: auto;
  }
}
.lp-step-column:not(:last-child)::before, .lp-step-column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.2rem);
  right: -6.5rem;
  width: 5.6rem;
  height: 0.4rem;
  transform-origin: calc(100% - 0.2rem) 50%;
  border-radius: 999.9rem;
  background-color: var(--LP_COLOR_PURPLE);
}
@media screen and (max-width: 1639px) {
  .lp-step-column:not(:last-child)::before, .lp-step-column:not(:last-child)::after {
    right: -1.8292682927vw;
  }
}
@media screen and (max-width: 1365px) {
  .lp-step-column:not(:last-child)::before, .lp-step-column:not(:last-child)::after {
    right: -2.4390243902vw;
    width: 4.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-step-column:not(:last-child)::before, .lp-step-column:not(:last-child)::after {
    top: inherit;
    right: inherit;
    bottom: -4.5rem;
    left: calc(50% - 2px);
    width: 0.4rem;
    height: 5.6rem;
    transform-origin: 50% calc(100% - 2px);
  }
}
.lp-step-column:not(:last-child)::before {
  transform: rotate(67.4deg);
}
.lp-step-column:not(:last-child)::after {
  transform: rotate(-67.4deg);
}

.lp-textPhone {
  display: block;
  margin-bottom: var(--LP-MARGIN-BOTTOM-DEFAULT);
  margin-bottom: 1.6rem;
}
a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  color: var(--LP_COLOR_DARK_SECONDARY);
  text-decoration: none;
  cursor: default;
}

.lp-textPhone-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 2rem;
}
@media screen and (max-width: 1365px) {
  .lp-textPhone-body {
    column-gap: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-textPhone-body {
    flex-direction: column;
  }
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 1023px) {
  .lp-textPhone-number {
    font-size: 2rem;
  }
}
.lp-textPhone-note {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}
.lp-textPhone-icon {
  width: 3.6rem;
  min-width: 3.6rem;
  height: 2rem;
  min-height: 2rem;
}
.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhone-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhone-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhone-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}

.lp-textSeries {
  margin-bottom: 2rem;
  color: var(--LP_COLOR_DARK_PRIMARY);
  font-size: 2.6rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 1919px) {
  .lp-textSeries {
    font-size: max(1.6rem + (1vw - 1.366rem) * (1.8050541516), 1.6rem);
  }
}
@media screen and (max-width: 1365px) {
  .lp-textSeries {
    margin-bottom: 1.6rem;
    font-size: max(1.5rem + (1vw - 0.36rem) * (0.0994035785), 1.5rem);
  }
}
@media screen and (max-width: 1023px) {
  .lp-textSeries {
    margin-bottom: 2rem;
  }
}

.lp-text {
  margin-bottom: 1.6rem;
  font-size: 3.6rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 1919px) {
  .lp-text {
    font-size: max(2rem + (1vw - 1.366rem) * (2.8880866426), 2rem);
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-text {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1365px) {
  .lp-text {
    font-size: max(1.8rem + (1vw - 0.36rem) * (0.1988071571), 1.8rem);
  }
}
.lp-text em {
  border-bottom: 0.1rem solid var(--LP_COLOR_PURPLE);
  color: var(--LP_COLOR_PURPLE);
}
@media screen and (max-width: 1023px) {
  .lp-text em {
    max-width: fit-content;
    margin-inline: auto;
  }
}
.lp-text.of-arrow {
  position: relative;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1365px) {
  .lp-text.of-arrow {
    padding-bottom: 2.6rem;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-text.of-arrow {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-text.of-arrow {
    padding-bottom: 2rem;
  }
}
.lp-text.of-arrow::after {
  content: "";
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 4rem solid var(--LP_COLOR_PURPLE);
  border-right: 6rem solid transparent;
  border-bottom: 0;
  border-left: 6rem solid transparent;
  border-style: solid;
}
@media screen and (max-width: 1639px) {
  .lp-text.of-arrow::after {
    bottom: -0.5rem;
    border-top: 1.5853658537vw solid var(--LP_COLOR_PURPLE);
    border-right: 4rem solid transparent;
    border-left: 4rem solid transparent;
  }
}
@media only screen and (min-width: 1640px) and (max-height: 768px) {
  .lp-text.of-arrow::after {
    bottom: -0.5rem;
    border-top: 1.5853658537vw solid var(--LP_COLOR_PURPLE);
    border-right: 4rem solid transparent;
    border-left: 4rem solid transparent;
  }
}
@media screen and (max-width: 1023px) {
  .lp-text.of-arrow::after {
    border-top: 2rem solid var(--LP_COLOR_PURPLE);
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  gap: 1.6rem;
}
@media screen and (max-width: 1365px) {
  .lp-listButton {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-listButton {
    margin-bottom: 2rem;
  }
}
.lp-label {
  min-width: 4rem;
  max-width: 15rem;
  padding: 0 0.5rem;
  border: 0.1rem solid var(--LP_COLOR_RED);
  background-color: var(--LP_COLOR_WHITE);
  color: var(--LP_COLOR_RED);
  font-size: 1.2rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
}
@media screen and (max-width: 1023px) {
  .lp-label {
    min-width: 5rem;
  }
}
.lp-label.of-primary {
  min-width: 12.5rem;
  padding: 0.4rem 1.2rem;
  border: 0;
  background-color: var(--LP_COLOR_BORDER_SECONDARY);
  color: var(--LP_COLOR_BLACK_SECONDARY);
}

.lp-labelCircle {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background-color: var(--LP_COLOR_PURPLE);
}
@media screen and (max-width: 1023px) {
  .lp-labelCircle {
    width: 4rem;
    height: 4rem;
  }
}
.lp-labelCircle-text {
  color: var(--LP_COLOR_WHITE);
  font-size: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1;
}
@media screen and (max-width: 1365px) {
  .lp-labelCircle-text {
    font-size: max(1.4rem + (1vw - 1.366rem) * (1.8050541516), 1.4rem);
  }
}
@media screen and (max-width: 1023px) {
  .lp-labelCircle-text {
    font-size: 1.6rem;
  }
}

.lp-image.of-border {
  border: 0.1rem solid var(--LP_COLOR_BORDER_SECONDARY);
}
@media only screen and (min-width: 1920px) and (max-height: 910px) {
  .lp-image {
    max-width: 50rem;
  }
}

[data-script-enabled=true] .lp-slider-outer {
  height: 100vh;
}
@media only screen and (orientation: landscape) and (max-height: 589px), screen and (max-height: 589px) {
  [data-script-enabled=true] .lp-slider-outer {
    height: auto;
  }
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-slider-outer {
    height: 100%;
  }
}

.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-justifyContent-center {
  justify-content: center;
}
.lp-utility-fontColor-primary {
  color: var(--LP_COLOR_PURPLE);
}

.lp-largeScreen-line-break {
  display: block;
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-line-break {
    display: inline-block;
  }
}
.lp-largeScreen-hide {
  display: none;
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-hide {
    display: block;
  }
}
.lp-largeScreen-padding-primary {
  padding: 3.2rem;
}
@media only screen and (min-width: 1366px) and (max-height: 590px) {
  .lp-largeScreen-padding-primary {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-padding-primary {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .lp-smallScreen-line-break {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-justifyContent-center {
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-alignItems-center {
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-justifyItems-center {
    justify-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-paddingTop-primary {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-paddingBottom-primary {
    padding-bottom: 6.4rem;
  }
}
