.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: 10px;
}

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

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

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

.theme-KJ {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

.theme-KJ body {
  min-width: 320px;
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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: bold;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 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;
}

.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-textPhone.of-primary .lp-textPhone-body > *:last-child, .lp-textPhone-body > *:last-child, .lp-textPhone > *:last-child, .lp-step-column > *:last-child, .lp-step-body > *:last-child, .lp-step-header > *:last-child, .lp-step-outer > *:last-child, .lp-step > *:last-child, .lp-cardFeature-body > *:last-child, .lp-cardFeature-content > *:last-child, .lp-cardFeature > *:last-child, .lp-card > *:last-child, .lp-mediaConversion-body > *:last-child, .lp-mediaConversion-content > *:last-child, .lp-media > *:last-child, .lp-figureAnimation > *:last-child, .lp-figureFadeInAnimation > *:last-child, .lp-figure.of-secondary .lp-figure-body > *:last-child, .lp-figure > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-jumbotron-series > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-titleContent > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-section-content > *:last-child, .lp-section > *:last-child, .lp-layout-grid > .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-content > *:last-child, .lp-layout-header > *:last-child, .lp-layout-container > *:last-child {
  margin-bottom: 0;
}

.lp-mediaConversion-text, .lp-headingLevel2, .lp-jumbotron-subtitle, .lp-jumbotron-title {
  font-family: source-han-serif-japanese, serif;
}

.lp-layout-header {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header {
    margin-bottom: 0;
  }
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  max-width: 1780px;
  margin: 0 auto;
  padding: 22px 80px 15px;
}
@media screen and (max-width: 1365px) {
  .lp-layout-header-content {
    max-width: 1364px;
    padding: 20px calc(4rem + (1vw - 1.023rem) * (11.6959064327)) 15px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-content {
    flex-direction: column;
    align-items: center;
    max-width: calc(40rem + (1vw - 0.39rem) * (57.345971564));
    padding: 20px;
  }
}
.lp-layout-header-utilityGroup {
  flex: 1;
  padding-right: 14px;
  padding-left: 40px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-utilityGroup {
    flex: none;
    padding-top: 24px;
    padding-left: 0;
  }
}
.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: -16px;
  margin-right: -24px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-utilityList {
    flex-direction: column;
    justify-content: center;
    margin-right: 0;
  }
}
.lp-layout-header-utilityList > li {
  margin-top: 16px;
  padding-right: 24px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-utilityList > li {
    padding-right: 0;
  }
}
.lp-layout-header-logo {
  display: block;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-logo {
    min-height: 0%;
    text-align: center;
  }
}
.lp-layout-header-logo a {
  text-decoration: none;
}
.lp-layout-header-logo img {
  width: 138px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: 91px;
  }
}

.lp-layout-footer {
  background-color: #f0eff1;
  color: #676767;
  font-size: 1.3rem;
}
.lp-layout-footer-content {
  max-width: 1780px;
  margin: 0 auto;
  padding: 40px 80px;
}
@media screen and (max-width: 1365px) {
  .lp-layout-footer-content {
    max-width: 1364px;
    padding: calc(2rem + (1vw - 1.023rem) * (5.8479532164)) calc(2rem + (1vw - 1.023rem) * (17.5438596491));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-content {
    padding: 20px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  margin-left: -32px;
}
.lp-layout-footer-list > li {
  position: relative;
  margin-top: 8px;
  margin-left: 32px;
  line-height: 1.2;
}
.lp-layout-footer-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #676767;
}
.lp-layout-footer-list > li a {
  color: #676767;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
}
.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:focus {
  text-decoration: underline;
}
.lp-layout-footer-list > li:first-child::before {
  content: none;
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list > li.lp-layout-footer-copyright {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
    content: none;
  }
}

.lp-layout-grid {
  display: grid;
  margin-bottom: 24px;
  column-gap: 16px;
  row-gap: 16px;
}
.lp-layout-grid.of-column-1 {
  grid-template-columns: repeat(1, 1fr);
}
.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);
}
@media screen and (min-width: 1365px) {
  .lp-layout-grid.lp-largeScreen-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lp-layout-grid.lp-largeScreen-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-layout-grid.lp-largeScreen-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lp-layout-grid.lp-largeScreen-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid {
    grid-template-columns: 1fr;
    column-gap: 8px;
    row-gap: 8px;
  }
  .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 > .lp-layout-grid-column {
  display: grid;
}

.lp-section {
  margin-bottom: 160px;
}
@media screen and (max-width: 1365px) {
  .lp-section {
    margin-bottom: calc(7.2rem + (1vw - 0.39rem) * (9.0256410256));
  }
}
@media screen and (max-width: 390px) {
  .lp-section {
    margin-bottom: 72px;
  }
}
.lp-section-content {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-jumbotron {
  margin-bottom: 186px;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron {
    margin-bottom: 72px;
  }
}
.lp-jumbotron-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-content {
    padding: 0 calc(4rem + (1vw - 1.023rem) * (11.6959064327));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    padding: 0 calc(2rem + (1vw - 0.39rem) * (28.4360189573));
  }
}
@media screen and (max-width: 390px) {
  .lp-jumbotron-content {
    padding: 0 20px;
  }
}
.lp-jumbotron-body {
  flex: 1;
}
.lp-jumbotron-image {
  max-width: 48.5185185185%;
  margin-left: 48px;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-image {
    margin-left: calc(2.4rem + (1vw - 1.023rem) * (7.0175438596));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-image {
    max-width: calc(23.6rem + (1vw - 0.39rem) * (29.3838862559));
    margin: 0 0 16px;
  }
}
.lp-jumbotron-titleContent {
  margin-bottom: 40px;
}
.lp-jumbotron-titleGroup {
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 21px;
  }
}
.lp-jumbotron-series {
  flex: 0 1 auto;
  color: #364967;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-series {
    font-size: calc(1.6rem + (1vw - 0.863rem) * (0.9460737938));
  }
}
@media screen and (max-width: 863px) {
  .lp-jumbotron-series {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
  }
}
.lp-jumbotron-seriesGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.lp-jumbotron-seriesGroup > .lp-label {
  max-width: 11.2rem;
  margin-right: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-seriesGroup {
    flex-direction: column;
    align-items: center;
  }
  .lp-jumbotron-seriesGroup > .lp-label {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.lp-jumbotron-seriesName {
  display: inline-block;
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 9px;
  color: #364967;
  font-size: 7.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 0.39rem) * (3.0065359477));
  }
}
@media screen and (max-width: 390px) {
  .lp-jumbotron-title {
    font-size: 3.2rem;
  }
}
.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 6px;
  color: #364967;
  font-size: 3.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-subtitle {
    font-size: calc(2.4rem + (1vw - 0.39rem) * (0.9150326797));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-subtitle {
    font-weight: normal;
  }
}
@media screen and (max-width: 390px) {
  .lp-jumbotron-subtitle {
    font-size: 2.4rem;
  }
}
.lp-jumbotron-lead {
  display: block;
  width: fit-content;
  max-width: 400px;
  margin-bottom: -20px;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-lead {
    max-width: calc(20rem + (1vw - 0.39rem) * (13.0718954248));
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-lead {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 390px) {
  .lp-jumbotron-lead {
    max-width: 200px;
  }
}

.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 {
  padding-left: 50px;
}
.lp-buttonConversion.of-download::before .lp-buttonConversion-body, .lp-buttonConversion.of-anchor::before .lp-buttonConversion-body, .lp-buttonConversion.of-arrow::before .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry::before .lp-buttonConversion-body {
  left: 20px;
}
.lp-buttonConversion-body {
  padding: 9px 7px 9px 24px;
}
@media screen and (max-width: 1023px) {
  .lp-buttonConversion-body {
    padding: 11px 7px 12px 24px;
  }
}

.lp-headingLevel2 {
  margin-bottom: 40px;
  color: #364967;
  font-size: 5.6rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .lp-headingLevel2 {
    font-size: calc(2.2rem + (1vw - 0.39rem) * (2.2222222222));
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 390px) {
  .lp-headingLevel2 {
    font-size: 2.2rem;
  }
}

.lp-text {
  margin-bottom: 40px;
  color: #676767;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1920px) {
  .lp-text {
    margin-bottom: calc(1.6rem + (1vw - 0.863rem) * (2.270577105));
    font-size: calc(1.5rem + (1vw - 0.863rem) * (0.2838221381));
  }
}
@media screen and (max-width: 863px) {
  .lp-text {
    margin-bottom: 16px;
    font-size: 1.5rem;
  }
}

.lp-figure {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .lp-figure {
    flex-direction: column-reverse;
  }
}
.lp-figure.of-primary .lp-figure-image {
  width: 100%;
  max-width: 360px;
  margin-right: 0;
}
@media screen and (max-width: 1365px) {
  .lp-figure.of-primary .lp-figure-image {
    max-width: calc(23.6rem + (1vw - 0.39rem) * (12.7179487179));
  }
}
@media screen and (max-width: 390px) {
  .lp-figure.of-primary .lp-figure-image {
    max-width: 236px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-figure.of-secondary {
    flex-direction: row-reverse;
  }
}
.lp-figure.of-secondary .lp-figure-image {
  flex: 0 0 auto;
  width: 160px;
  margin-right: 24px;
}
@media screen and (max-width: 1365px) {
  .lp-figure.of-secondary .lp-figure-image {
    width: calc(8rem + (1vw - 0.863rem) * (15.9362549801));
  }
}
@media screen and (max-width: 863px) {
  .lp-figure.of-secondary .lp-figure-image {
    width: 80px;
  }
}
.lp-figure.of-secondary .lp-figure-image.of-shadow {
  filter: drop-shadow(-16px 8px 16px rgba(0, 0, 0, 0.16));
}
.lp-figure.of-secondary .lp-figure-caption {
  display: block;
  color: #364967;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1365px) {
  .lp-figure.of-secondary .lp-figure-caption {
    font-size: calc(1.6rem + (1vw - 1.023rem) * (0.5847953216));
  }
}
@media screen and (max-width: 1023px) {
  .lp-figure.of-secondary .lp-figure-caption {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.lp-figure-caption {
  color: #364967;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 1365px) {
  .lp-figure-caption {
    font-size: calc(1.6rem + (1vw - 1.023rem) * (2.3391812865));
  }
}
@media screen and (max-width: 1023px) {
  .lp-figure-caption {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
.lp-figure-image {
  flex: 0 0 auto;
  max-width: 324px;
  margin-right: 16px;
}
@media screen and (max-width: 1365px) {
  .lp-figure-image {
    max-width: calc(23.6rem + (1vw - 0.39rem) * (9.0256410256));
    margin-right: calc(0.8rem + (1vw - 1.023rem) * (2.3391812865));
  }
}
@media screen and (max-width: 1023px) {
  .lp-figure-image {
    margin-right: 0;
  }
}
@media screen and (max-width: 390px) {
  .lp-figure-image {
    max-width: 236px;
  }
}
.lp-figureFadeInAnimation {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .lp-figureFadeInAnimation.of-imageSize-primary .lp-figureFadeInAnimation-image {
    max-width: calc(32rem + (1vw - 0.39rem) * (35.7030015798));
  }
}
@media screen and (max-width: 390px) {
  .lp-figureFadeInAnimation.of-imageSize-primary .lp-figureFadeInAnimation-image {
    max-width: 320px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-figureFadeInAnimation-image {
    max-width: calc(23.6rem + (1vw - 0.39rem) * (13.9020537125));
  }
}
@media screen and (max-width: 390px) {
  .lp-figureFadeInAnimation-image {
    max-width: 236px;
  }
}
.lp-figureFadeInAnimation-image.of-secondary, .lp-figureFadeInAnimation-image.of-tertiary {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
.lp-figureFadeInAnimation-imageGroup {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.lp-figureAnimation {
  position: relative;
  margin-bottom: 30px;
}
.lp-figureAnimation-image.of-septenary, .lp-figureAnimation-image.of-octonary, .lp-figureAnimation-image.of-novenary, .lp-figureAnimation-image.of-decenary {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}

.lp-media {
  margin-bottom: 24px;
}
.lp-mediaConversion {
  padding: 80px 0 50px;
  background-color: #f0eff1;
}
@media screen and (max-width: 1365px) {
  .lp-mediaConversion {
    padding: calc(4rem + (1vw - 1.023rem) * (11.6959064327)) 0 calc(2rem + (1vw - 1.023rem) * (8.7719298246));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaConversion {
    padding: 40px 0 20px;
  }
}
.lp-mediaConversion-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  max-width: 1420px;
  margin-inline: auto;
  padding: 0 80px;
}
@media screen and (max-width: 1365px) {
  .lp-mediaConversion-content {
    max-width: 1364px;
    padding: 0 calc(4rem + (1vw - 1.023rem) * (11.6959064327));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaConversion-content {
    flex-direction: column-reverse;
    max-width: calc(40rem + (1vw - 0.39rem) * (57.345971564));
    padding: 0 20px;
  }
}
.lp-mediaConversion-image {
  flex: 1 0 auto;
  max-width: 572px;
  margin-right: 48px;
  padding-top: 25px;
}
@media screen and (max-width: 1365px) {
  .lp-mediaConversion-image {
    max-width: calc(40rem + (1vw - 1.023rem) * (50.2923976608));
    margin-right: calc(2.4rem + (1vw - 1.023rem) * (7.0175438596));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaConversion-image {
    max-width: 75%;
    margin-right: 0;
    margin-bottom: 24px;
    padding-top: 0;
    line-height: 1.56;
  }
}
.lp-mediaConversion-text {
  margin-bottom: 41px;
  color: #364967;
  font-size: 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 1365px) {
  .lp-mediaConversion-text {
    margin-bottom: calc(4rem + (1vw - 1.023rem) * (6.7251461988));
    font-size: calc(2rem + (1vw - 1.023rem) * (5.8479532164));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaConversion-text {
    margin-bottom: 32px;
    font-size: 2rem;
  }
}
.lp-cardFeature {
  align-content: center;
  margin-bottom: 24px;
  padding: 20px 24px;
  border-radius: 8px;
  background: transparent linear-gradient(270deg, rgb(221, 230, 238) 0%, rgb(255, 255, 255) 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1023px) {
  .lp-cardFeature {
    padding: 8px 16px;
    background: transparent linear-gradient(90deg, rgb(221, 230, 238) 0%, rgb(255, 255, 255) 100%) 0% 0% no-repeat;
  }
}
.lp-cardFeature-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .lp-cardFeature-content {
    flex-direction: row-reverse;
  }
}
.lp-cardFeature-body {
  flex: 1;
}
.lp-cardFeature-image {
  max-width: 120px;
  margin-left: 16px;
  padding: 24px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: -8px 4px 16px rgba(54, 73, 103, 0.16);
}
@media screen and (max-width: 1023px) {
  .lp-cardFeature-image {
    max-width: 64px;
    margin-right: 16px;
    margin-left: 0;
    padding: 12px;
  }
}
.lp-cardFeature-text {
  color: #364967;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .lp-cardFeature-text {
    font-size: calc(1.8rem + (1vw - 0.39rem) * (0.7843137255));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardFeature-text {
    text-align: left;
  }
}
.lp-cardFeature.of-primary {
  background: transparent linear-gradient(90deg, rgb(221, 230, 238) 0%, rgb(255, 255, 255) 100%) 0% 0% no-repeat;
}
.lp-cardFeature.of-primary .lp-cardFeature-content {
  flex-direction: row-reverse;
}
.lp-cardFeature.of-primary .lp-cardFeature-image {
  margin-right: 16px;
  margin-left: 0;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -32px 0 49px -24px;
}
@media screen and (max-width: 1023px) {
  .lp-listButton {
    justify-content: center;
    margin: -24px 0 40px -24px;
  }
}
.lp-listButton > li {
  flex-shrink: 0;
  max-width: 100%;
  margin-top: 32px;
  margin-left: 24px;
}
@media screen and (max-width: 1023px) {
  .lp-listButton > li {
    margin-top: 24px;
    margin-left: 24px;
  }
}
.lp-listButton > li.of-width-full {
  width: 100%;
}
.lp-listButton.of-width-full {
  margin-left: 0;
}
.lp-listButton.of-width-full > li {
  width: 100%;
  margin-left: 0;
}
.lp-listButton.of-justifyContent-center {
  justify-content: center;
}

.lp-label {
  flex: 0 0 auto;
  margin: 0;
  padding: 4px 10px 5px;
  background-color: #ce0010;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .lp-label {
    font-size: calc(1.4rem + (1vw - 1.023rem) * (0.5847953216));
  }
}
@media screen and (max-width: 1023px) {
  .lp-label {
    font-size: 1.4rem;
  }
}

.lp-step {
  display: flex;
  flex-wrap: wrap;
  margin: -100px 0 40px -100px;
}
@media screen and (max-width: 1365px) {
  .lp-step {
    margin: calc(-5rem + (1vw - 1.023rem) * (-14.6198830409)) 0 40px calc(-5rem + (1vw - 1.023rem) * (-14.6198830409));
  }
}
@media screen and (max-width: 1023px) {
  .lp-step {
    margin: -72px 0 40px -50px;
  }
}
.lp-step-outer {
  margin-bottom: 40px;
}
.lp-step-header {
  margin-bottom: 24px;
  padding: 8px 28px;
  border-radius: 8px;
  background-color: #3a7ead;
}
@media screen and (max-width: 1365px) {
  .lp-step-header {
    margin-bottom: calc(2.4rem + (1vw - 1.023rem) * (2.3391812865));
    font-size: calc(2.4rem + (1vw - 1.023rem) * (4.6783625731));
  }
}
@media screen and (max-width: 1023px) {
  .lp-step-header {
    margin-bottom: 24px;
    padding: 7px 16px 6px;
    font-size: 2.4rem;
  }
}
.lp-step-header.of-background-primary {
  background-color: #d9d9d9;
}
.lp-step-title {
  margin-bottom: 24px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1365px) {
  .lp-step-title {
    font-size: calc(1.6rem + (1vw - 1.023rem) * (2.3391812865));
  }
}
@media screen and (max-width: 1023px) {
  .lp-step-title {
    font-size: 1.6rem;
    line-height: 1.46;
  }
}
.lp-step-title.of-primary {
  color: #364967;
}
.lp-step-body {
  position: relative;
}
.lp-step-body.of-doubleArrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 49.5%;
  left: -50px;
  width: 68px;
  height: 65px;
  transform: translate(-50%, -50.5%);
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='65' viewBox='0 0 68 65'%3E%3Cpath d='M6243.213,63.6a4.805,4.805,0,0,1,0-6.782L6267.457,32.5,6243.213,8.185a4.788,4.788,0,0,1,6.762-6.78l27.624,27.7a4.8,4.8,0,0,1,0,6.782L6249.975,63.6a4.772,4.772,0,0,1-6.762,0Zm-30.812,0a4.8,4.8,0,0,1,0-6.782L6236.645,32.5,6212.4,8.185a4.788,4.788,0,0,1,6.762-6.78l27.625,27.7a4.8,4.8,0,0,1,0,6.782L6219.162,63.6a4.771,4.771,0,0,1-6.762,0Z' transform='translate(-6211)' fill='%235fa0d7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1365px) {
  .lp-step-body.of-doubleArrow::before {
    left: calc(-2.5rem + (1vw - 1.023rem) * (-7.3099415205));
    width: calc(3rem + (1vw - 1.023rem) * (11.1111111111));
  }
}
@media screen and (max-width: 1023px) {
  .lp-step-body.of-doubleArrow::before {
    content: none;
  }
}
.lp-step-column {
  position: relative;
  min-height: 0%;
  margin-top: 100px;
  padding-left: 100px;
}
@media screen and (max-width: 1365px) {
  .lp-step-column {
    margin-top: calc(5rem + (1vw - 1.023rem) * (14.6198830409));
    padding-left: calc(5rem + (1vw - 1.023rem) * (14.6198830409));
  }
}
@media screen and (max-width: 1023px) {
  .lp-step-column {
    width: fit-content;
    max-width: 490px;
    margin-top: 72px;
    margin-inline: auto;
    padding-left: 50px;
  }
}
.lp-step-column:not([class*=of-column-]) {
  width: 100%;
}
.lp-step-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}
.lp-step-column.of-flex > * {
  width: 100%;
}
.lp-step.of-column-2 > .lp-step-column:not([class*=of-column-]) {
  width: 50%;
}
.lp-step.of-column-3 > .lp-step-column:not([class*=of-column-]) {
  width: 33.3333333333%;
}
.lp-step.of-column-4 > .lp-step-column:not([class*=of-column-]) {
  width: 25%;
}
.lp-step.of-column-5 > .lp-step-column:not([class*=of-column-]) {
  width: 20%;
}
.lp-step.of-column-6 > .lp-step-column:not([class*=of-column-]) {
  width: 16.6666666667%;
}
.lp-step.of-column-7 > .lp-step-column:not([class*=of-column-]) {
  width: 14.2857142857%;
}
.lp-step.of-column-8 > .lp-step-column:not([class*=of-column-]) {
  width: 12.5%;
}
.lp-step.of-column-9 > .lp-step-column:not([class*=of-column-]) {
  width: 11.1111111111%;
}
.lp-step.of-column-10 > .lp-step-column:not([class*=of-column-]) {
  width: 10%;
}
.lp-step.of-column-11 > .lp-step-column:not([class*=of-column-]) {
  width: 9.0909090909%;
}
.lp-step.of-column-12 > .lp-step-column:not([class*=of-column-]) {
  width: 8.3333333333%;
}
.lp-step.of-column-2 > .lp-step-column.of-column-2 {
  width: 100%;
}
.lp-step.of-column-3 > .lp-step-column.of-column-2 {
  width: 66.6666666667%;
}
.lp-step.of-column-3 > .lp-step-column.of-column-3 {
  width: 100%;
}
.lp-step.of-column-4 > .lp-step-column.of-column-2 {
  width: 50%;
}
.lp-step.of-column-4 > .lp-step-column.of-column-3 {
  width: 75%;
}
.lp-step.of-column-4 > .lp-step-column.of-column-4 {
  width: 100%;
}
.lp-step.of-column-5 > .lp-step-column.of-column-2 {
  width: 40%;
}
.lp-step.of-column-5 > .lp-step-column.of-column-3 {
  width: 60%;
}
.lp-step.of-column-5 > .lp-step-column.of-column-4 {
  width: 80%;
}
.lp-step.of-column-5 > .lp-step-column.of-column-5 {
  width: 100%;
}
.lp-step.of-column-6 > .lp-step-column.of-column-2 {
  width: 33.3333333333%;
}
.lp-step.of-column-6 > .lp-step-column.of-column-3 {
  width: 50%;
}
.lp-step.of-column-6 > .lp-step-column.of-column-4 {
  width: 66.6666666667%;
}
.lp-step.of-column-6 > .lp-step-column.of-column-5 {
  width: 83.3333333333%;
}
.lp-step.of-column-6 > .lp-step-column.of-column-6 {
  width: 100%;
}
.lp-step.of-column-7 > .lp-step-column.of-column-2 {
  width: 28.5714285714%;
}
.lp-step.of-column-7 > .lp-step-column.of-column-3 {
  width: 42.8571428571%;
}
.lp-step.of-column-7 > .lp-step-column.of-column-4 {
  width: 57.1428571429%;
}
.lp-step.of-column-7 > .lp-step-column.of-column-5 {
  width: 71.4285714286%;
}
.lp-step.of-column-7 > .lp-step-column.of-column-6 {
  width: 85.7142857143%;
}
.lp-step.of-column-7 > .lp-step-column.of-column-7 {
  width: 100%;
}
.lp-step.of-column-8 > .lp-step-column.of-column-2 {
  width: 25%;
}
.lp-step.of-column-8 > .lp-step-column.of-column-3 {
  width: 37.5%;
}
.lp-step.of-column-8 > .lp-step-column.of-column-4 {
  width: 50%;
}
.lp-step.of-column-8 > .lp-step-column.of-column-5 {
  width: 62.5%;
}
.lp-step.of-column-8 > .lp-step-column.of-column-6 {
  width: 75%;
}
.lp-step.of-column-8 > .lp-step-column.of-column-7 {
  width: 87.5%;
}
.lp-step.of-column-8 > .lp-step-column.of-column-8 {
  width: 100%;
}
.lp-step.of-column-9 > .lp-step-column.of-column-2 {
  width: 22.2222222222%;
}
.lp-step.of-column-9 > .lp-step-column.of-column-3 {
  width: 33.3333333333%;
}
.lp-step.of-column-9 > .lp-step-column.of-column-4 {
  width: 44.4444444444%;
}
.lp-step.of-column-9 > .lp-step-column.of-column-5 {
  width: 55.5555555556%;
}
.lp-step.of-column-9 > .lp-step-column.of-column-6 {
  width: 66.6666666667%;
}
.lp-step.of-column-9 > .lp-step-column.of-column-7 {
  width: 77.7777777778%;
}
.lp-step.of-column-9 > .lp-step-column.of-column-8 {
  width: 88.8888888889%;
}
.lp-step.of-column-9 > .lp-step-column.of-column-9 {
  width: 100%;
}
.lp-step.of-column-10 > .lp-step-column.of-column-2 {
  width: 20%;
}
.lp-step.of-column-10 > .lp-step-column.of-column-3 {
  width: 30%;
}
.lp-step.of-column-10 > .lp-step-column.of-column-4 {
  width: 40%;
}
.lp-step.of-column-10 > .lp-step-column.of-column-5 {
  width: 50%;
}
.lp-step.of-column-10 > .lp-step-column.of-column-6 {
  width: 60%;
}
.lp-step.of-column-10 > .lp-step-column.of-column-7 {
  width: 70%;
}
.lp-step.of-column-10 > .lp-step-column.of-column-8 {
  width: 80%;
}
.lp-step.of-column-10 > .lp-step-column.of-column-9 {
  width: 90%;
}
.lp-step.of-column-10 > .lp-step-column.of-column-10 {
  width: 100%;
}
.lp-step.of-column-11 > .lp-step-column.of-column-2 {
  width: 18.1818181818%;
}
.lp-step.of-column-11 > .lp-step-column.of-column-3 {
  width: 27.2727272727%;
}
.lp-step.of-column-11 > .lp-step-column.of-column-4 {
  width: 36.3636363636%;
}
.lp-step.of-column-11 > .lp-step-column.of-column-5 {
  width: 45.4545454545%;
}
.lp-step.of-column-11 > .lp-step-column.of-column-6 {
  width: 54.5454545455%;
}
.lp-step.of-column-11 > .lp-step-column.of-column-7 {
  width: 63.6363636364%;
}
.lp-step.of-column-11 > .lp-step-column.of-column-8 {
  width: 72.7272727273%;
}
.lp-step.of-column-11 > .lp-step-column.of-column-9 {
  width: 81.8181818182%;
}
.lp-step.of-column-11 > .lp-step-column.of-column-10 {
  width: 90.9090909091%;
}
.lp-step.of-column-11 > .lp-step-column.of-column-11 {
  width: 100%;
}
.lp-step.of-column-12 > .lp-step-column.of-column-2 {
  width: 16.6666666667%;
}
.lp-step.of-column-12 > .lp-step-column.of-column-3 {
  width: 25%;
}
.lp-step.of-column-12 > .lp-step-column.of-column-4 {
  width: 33.3333333333%;
}
.lp-step.of-column-12 > .lp-step-column.of-column-5 {
  width: 41.6666666667%;
}
.lp-step.of-column-12 > .lp-step-column.of-column-6 {
  width: 50%;
}
.lp-step.of-column-12 > .lp-step-column.of-column-7 {
  width: 58.3333333333%;
}
.lp-step.of-column-12 > .lp-step-column.of-column-8 {
  width: 66.6666666667%;
}
.lp-step.of-column-12 > .lp-step-column.of-column-9 {
  width: 75%;
}
.lp-step.of-column-12 > .lp-step-column.of-column-10 {
  width: 83.3333333333%;
}
.lp-step.of-column-12 > .lp-step-column.of-column-11 {
  width: 91.6666666667%;
}
.lp-step.of-column-12 > .lp-step-column.of-column-12 {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .lp-step[class*=of-column-] > .lp-step-column:not([class*=of-column-]),
  .lp-step[class*=of-column-] > .lp-step-column[class*=of-column-] {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .lp-step.lp-smallScreen-column-2 > .lp-step-column:not([class*=of-column-]),
  .lp-step.lp-smallScreen-column-2 > .lp-step-column[class*=of-column-] {
    width: 50%;
  }
  .lp-step.lp-smallScreen-column-3 > .lp-step-column:not([class*=of-column-]),
  .lp-step.lp-smallScreen-column-3 > .lp-step-column[class*=of-column-] {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1023px) {
  .lp-step[class*=lp-smallScreen-column-] > .lp-step-column:not([class*=of-column-]),
  .lp-step[class*=lp-smallScreen-column-] > .lp-step-column[class*=of-column-] {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .lp-step.of-arrow {
    margin-left: 0;
  }
}
.lp-step.of-arrow .lp-step-column {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .lp-step.of-arrow .lp-step-column {
    padding-left: 0;
  }
}
.lp-step.of-arrow .lp-step-column::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 34px;
  transform: translateY(-50%);
  border-width: 16px 0 16px 24px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 1023px) {
  .lp-step.of-arrow .lp-step-column::before {
    top: -56px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    border-width: 24px 16px 0 16px;
    border-color: #fff transparent transparent transparent;
  }
}
.lp-step.of-arrow .lp-step-column:first-child::before {
  content: none;
}
@media screen and (max-width: 1023px) {
  .lp-step.lp-smallScreen-arrow {
    margin-left: 0;
  }
  .lp-step.lp-smallScreen-arrow .lp-step-column {
    position: relative;
    padding-left: 0;
  }
  .lp-step.lp-smallScreen-arrow .lp-step-column::before {
    content: "";
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    width: 40px;
    height: 38px;
    transform: rotate(90deg) translate(-50%, 50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='65' viewBox='0 0 68 65'%3E%3Cpath d='M6243.213,63.6a4.805,4.805,0,0,1,0-6.782L6267.457,32.5,6243.213,8.185a4.788,4.788,0,0,1,6.762-6.78l27.624,27.7a4.8,4.8,0,0,1,0,6.782L6249.975,63.6a4.772,4.772,0,0,1-6.762,0Zm-30.812,0a4.8,4.8,0,0,1,0-6.782L6236.645,32.5,6212.4,8.185a4.788,4.788,0,0,1,6.762-6.78l27.625,27.7a4.8,4.8,0,0,1,0,6.782L6219.162,63.6a4.771,4.771,0,0,1-6.762,0Z' transform='translate(-6211)' fill='%235fa0d7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .lp-step.lp-smallScreen-arrow .lp-step-column:first-child::before {
    content: none;
  }
}

.lp-textPhone {
  display: block;
  margin-bottom: 24px;
  padding-top: 4px;
}
a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: inline-block;
  opacity: 1;
  color: #333;
  text-decoration: none;
  cursor: default;
}
a.lp-textPhone-body.of-textColor-primary,
a:hover.lp-textPhone-body.of-textColor-primary {
  color: #fff;
}

.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .lp-textPhone-numberGroup {
    margin-bottom: 16px;
  }
}
.lp-textPhone-note {
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
  margin-right: 8px;
}
.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-textPhone.of-center {
  text-align: center;
}
.lp-textPhone.of-center .lp-textPhone-numberGroup {
  justify-content: center;
}
.lp-textPhone.of-primary {
  padding-top: 0;
}
.lp-textPhone.of-primary .lp-textPhone-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -0.8rem;
  margin-left: -1.6rem;
}
@media screen and (max-width: 863px) {
  .lp-textPhone.of-primary .lp-textPhone-body {
    margin-top: -1.6rem;
  }
}
.lp-textPhone.of-primary .lp-textPhone-body > * {
  margin-top: 0.8rem;
  margin-left: 1.6rem;
}
@media screen and (max-width: 863px) {
  .lp-textPhone.of-primary .lp-textPhone-body > * {
    margin-top: 1.6rem;
  }
}
.lp-textPhone.of-primary .lp-textPhone-numberGroup {
  margin-bottom: 0;
}

[data-script-enabled=true] .lp-jumbotron-titleGroup {
  opacity: 0;
}
[data-script-enabled=true] .lp-jumbotron-titleGroup.is-animated {
  transition: opacity 1s ease 0.5s;
  opacity: 1;
}
[data-script-enabled=true] .lp-step-body.of-doubleArrow::before {
  opacity: 0;
}
[data-script-enabled=true] .is-animated .lp-step-body.of-doubleArrow::before {
  transition: opacity 1s ease 0.9s;
  opacity: 1;
}
[data-script-enabled=true] .lp-step-column.of-animation-primary {
  opacity: 0;
}
[data-script-enabled=true] .lp-step-column.of-animation-primary.is-animated {
  transition: opacity 1s ease 0.4s;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-step-column.of-animation-secondary::before {
    opacity: 0;
  }
}
[data-script-enabled=true] .lp-step-column.of-animation-secondary .lp-step-header,
[data-script-enabled=true] .lp-step-column.of-animation-secondary .lp-figureFadeInAnimation {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-step-column.of-animation-secondary.is-animated::before {
    transition: opacity 1s ease 0.4s;
    opacity: 1;
  }
}
[data-script-enabled=true] .lp-step-column.of-animation-secondary.is-animated .lp-step-header,
[data-script-enabled=true] .lp-step-column.of-animation-secondary.is-animated .lp-figureFadeInAnimation {
  transition: opacity 1s ease 1.2s;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-step-column.of-animation-secondary.is-animated .lp-step-header,
  [data-script-enabled=true] .lp-step-column.of-animation-secondary.is-animated .lp-figureFadeInAnimation {
    transition: opacity 1s ease 0.7s;
  }
}

.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-line-break {
  display: block;
}
.lp-utility-marginBottom-0 {
  margin-bottom: 0 !important;
}
.lp-utility-marginBottom-1 {
  margin-bottom: 4px !important;
}
.lp-utility-marginBottom-2 {
  margin-bottom: 8px !important;
}
.lp-utility-marginBottom-3 {
  margin-bottom: 16px !important;
}
.lp-utility-marginBottom-4 {
  margin-bottom: 24px !important;
}
.lp-utility-marginBottom-5 {
  margin-bottom: 32px !important;
}
.lp-utility-marginBottom-6 {
  margin-bottom: 40px !important;
}
.lp-utility-marginBottom-7 {
  margin-bottom: 48px !important;
}
.lp-utility-marginBottom-8 {
  margin-bottom: 56px !important;
}
.lp-utility-marginBottom-9 {
  margin-bottom: 64px !important;
}
.lp-utility-marginBottom-10 {
  margin-bottom: 72px !important;
}
.lp-utility-marginBottom-11 {
  margin-bottom: 88px !important;
}
.lp-utility-fontColor-primary {
  color: #35739e;
}

@media screen and (max-width: 1023px) {
  .lp-smallScreen-hide {
    display: none;
  }
}
.lp-smallScreen-show {
  display: none;
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-show {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-height-auto {
    height: auto !important;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-line-break {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-column {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-lastChild {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-marginBottom-0 {
    margin-bottom: 0 !important;
  }
  .lp-smallScreen-marginBottom-1 {
    margin-bottom: 4px !important;
  }
  .lp-smallScreen-marginBottom-2 {
    margin-bottom: 8px !important;
  }
  .lp-smallScreen-marginBottom-3 {
    margin-bottom: 16px !important;
  }
  .lp-smallScreen-marginBottom-4 {
    margin-bottom: 24px !important;
  }
  .lp-smallScreen-marginBottom-5 {
    margin-bottom: 32px !important;
  }
  .lp-smallScreen-marginBottom-6 {
    margin-bottom: 40px !important;
  }
  .lp-smallScreen-marginBottom-7 {
    margin-bottom: 48px !important;
  }
  .lp-smallScreen-marginBottom-8 {
    margin-bottom: 56px !important;
  }
  .lp-smallScreen-marginBottom-9 {
    margin-bottom: 64px !important;
  }
  .lp-smallScreen-marginBottom-10 {
    margin-bottom: 72px !important;
  }
  .lp-smallScreen-marginBottom-11 {
    margin-bottom: 88px !important;
  }
}

@media screen and (min-width: 1024px) {
  .lp-largeScreen-hide {
    display: none;
  }
}
.lp-largeScreen-show {
  display: block !important;
}
@media screen and (max-width: 1365px) {
  .lp-largeScreen-show {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .lp-largeScreen-line-break {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .lp-largeScreen-textAlign-center {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .lp-largeScreen-lastChild {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1365px) {
  .lp-largeScreen-marginBottom-0 {
    margin-bottom: 0 !important;
  }
  .lp-largeScreen-marginBottom-1 {
    margin-bottom: 4px !important;
  }
  .lp-largeScreen-marginBottom-2 {
    margin-bottom: 8px !important;
  }
  .lp-largeScreen-marginBottom-3 {
    margin-bottom: 16px !important;
  }
  .lp-largeScreen-marginBottom-4 {
    margin-bottom: 24px !important;
  }
  .lp-largeScreen-marginBottom-5 {
    margin-bottom: 32px !important;
  }
  .lp-largeScreen-marginBottom-6 {
    margin-bottom: 40px !important;
  }
  .lp-largeScreen-marginBottom-7 {
    margin-bottom: 48px !important;
  }
  .lp-largeScreen-marginBottom-8 {
    margin-bottom: 56px !important;
  }
  .lp-largeScreen-marginBottom-9 {
    margin-bottom: 64px !important;
  }
  .lp-largeScreen-marginBottom-10 {
    margin-bottom: 72px !important;
  }
  .lp-largeScreen-marginBottom-11 {
    margin-bottom: 88px !important;
  }
}
