@charset "UTF-8";


.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.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: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.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-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

: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 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    background: #fff;
    color: #333;
    font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    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] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    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-layout-header {
    text-align: left;
}

.lp-layout-header-content {
    padding: 56px 0 32px;
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-layout-header-content {
        padding: 32px 0;
        text-align: center;
    }
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    .lp-layout-header-logo {
        min-height: 0%;
        text-align: center;
    }
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 126px;
}

@media only screen and (max-width: 768px) {
    .lp-layout-header-logo img {
        width: 126px;
    }
}

.lp-layout-footer {
    overflow: hidden;
    background: #fff;
    color: #fff;
}

.lp-layout-footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 16px 20px;
}

@media only screen and (max-width: 768px) {
    .lp-layout-footer-content {
        flex-direction: column;
        align-items: center;
        padding: 24px 20px;
    }
}

.lp-layout-footer-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px -24px 8px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
}

.lp-layout-footer-utilityList > li {
    position: relative;
    margin-top: 8px;
    margin-right: 24px;
}

.lp-layout-footer-utilityList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -14px;
    width: 1px;
    height: 12px;
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}

.lp-layout-footer-utilityList > li:first-child::before {
    display: none;
}

.lp-layout-footer-utilityList > .lp-layout-footer-copyright {
    margin-bottom: 0;
    color: #333;
    font-size: 1.2rem;
    line-height: 1.14;
}

@media only screen and (max-width: 768px) {
    .lp-layout-footer-utilityList > .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .lp-layout-footer-utilityList > .lp-layout-footer-copyright::before {
        display: none;
    }
}

.lp-layout-footer-utilityList a {
    color: #333;
    text-decoration: none;
}

.lp-layout-footer-utilityList a:hover, .lp-layout-footer-utilityList a:active, .lp-layout-footer-utilityList a:focus {
    text-decoration: underline;
}

.lp-jumbotron {
    display: flex;
    min-height: 530px;
    background: #151b23;
    color: #fff;
}

@media only screen and (max-width: 1359px) {
    .lp-jumbotron {
        min-height: calc(31.8rem + ((1vw - 0.769rem) * (35.8714)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron {
        min-height: auto;
    }
}

.lp-jumbotron-content {
    display: flex;
    width: 100%;
    max-width: calc(1280px + (40px * 2));
    margin: 0 auto;
    padding: 0 40px;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 0 calc(2rem + ((1vw - 0.361rem) * (14.70588)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-content {
        padding: 0 20px 40px;
    }
}

.lp-jumbotron-body {
    flex: 1;
    padding-bottom: 64px;
    text-align: center;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1359px) {
    .lp-jumbotron-body {
        padding-bottom: calc(4.8rem + ((1vw - 0.769rem) * (2.70728)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        padding-bottom: calc(4rem + ((1vw - 0.361rem) * (1.96078)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-body {
        padding: 0;
    }
}

.lp-jumbotron-image {
    align-self: center;
    width: 614px;
    margin-left: 52px;
}

@media only screen and (max-width: 1359px) {
    .lp-jumbotron-image {
        width: calc(30.7rem + ((1vw - 0.769rem) * (51.94585)));
        margin-left: calc(3.2rem + ((1vw - 0.769rem) * (3.38409)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-image {
        width: 368px;
        margin-left: 32px;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 48px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1359px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(2.4rem + ((1vw - 0.769rem) * (4.06091)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-titleGroup {
        max-width: 608px;
        margin: 0 auto;
        margin-bottom: calc(3.2rem + ((1vw - 0.361rem) * (1.96078)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 32px;
    }
}

.lp-jumbotron-series {
    display: block;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1359px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.769rem) * (1.35364)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-series {
        font-size: calc(2rem + ((1vw - 0.361rem) * (1.47059)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-series {
        font-size: 2rem;
    }
}

.lp-jumbotron-seriesName {
    display: block;
    margin-bottom: 8px;
    font-size: 4.8rem;
}

@media only screen and (max-width: 1359px) {
    .lp-jumbotron-seriesName {
        font-size: calc(2.4rem + ((1vw - 0.769rem) * (4.06091)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-seriesName {
        font-size: calc(2.6rem + ((1vw - 0.361rem) * (5.39216)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-seriesName {
        font-size: 2.6rem;
    }
}

.lp-jumbotron-seriesGroup {
    margin-bottom: 16px;
    line-height: 1.5;
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1359px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: calc(1.2rem + ((1vw - 0.769rem) * (0.67682)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: 16px;
    }
}

.lp-jumbotron-text {
    color: #d8d8d8;
    line-height: 2;
}

@media only screen and (max-width: 1359px) {
    .lp-jumbotron-text {
        font-size: calc(1.4rem + ((1vw - 0.769rem) * (0.33841)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-text {
        font-size: 1.5rem;
        text-align: left;
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-text {
        font-size: 1.4rem;
        line-height: 1.8;
        text-align: left;
    }
}

.lp-section {
    background: #3d4148;
    color: #333;
}

.lp-section-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 46px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1359px) {
    .lp-section-content {
        padding: calc(4.8rem + ((1vw - 0.769rem) * (8.79865))) calc(2rem + ((1vw - 0.769rem) * (4.39932)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-section-content {
        padding: calc(4rem + ((1vw - 0.361rem) * (1.96078))) calc(2rem + ((1vw - 0.361rem) * (14.70588)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-section-content {
        padding: 40px 20px;
    }
}

.lp-section.of-conversion {
    background: #fff;
    color: #333;
}

.lp-section.of-conversion .lp-section-content {
    padding: 72px 136px 56px;
}

@media only screen and (max-width: 1359px) {
    .lp-section.of-conversion .lp-section-content {
        padding: calc(4.8rem + ((1vw - 0.769rem) * (2.70728))) calc(4rem + ((1vw - 0.769rem) * (16.24365))) calc(4rem + ((1vw - 0.769rem) * (2.70728)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-section.of-conversion .lp-section-content {
        padding: calc(4rem + ((1vw - 0.361rem) * (1.96078))) calc(2rem + ((1vw - 0.361rem) * (12.7451))) calc(2.4rem + ((1vw - 0.361rem) * (1.96078)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-section.of-conversion .lp-section-content {
        padding: 40px 20px 24px;
    }
}

.lp-media:not(.of-horizontal) {
    margin-bottom: 40px;
}

.lp-media:not(.of-horizontal):last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-media:not(.of-horizontal) {
        display: flex;
        flex-direction: row;
    }
}

.lp-media:not(.of-horizontal) > .lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-media:not(.of-horizontal) > .lp-media-body {
        flex: 1;
    }
}

.lp-media:not(.of-horizontal) > .lp-media-image {
    width: 340px;
    margin-top: 48px;
}

@media only screen and (max-width: 1359px) {
    .lp-media:not(.of-horizontal) > .lp-media-image {
        width: calc(27.2rem + ((1vw - 0.769rem) * (11.50592)));
        margin-top: calc(3.8rem + ((1vw - 0.769rem) * (1.69205)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-media:not(.of-horizontal) > .lp-media-image {
        width: calc(13.8rem + ((1vw - 0.361rem) * (26.47059)));
        margin-top: 0;
        margin-left: 24px;
    }
}

.lp-media:not(.of-horizontal) > .lp-media-image.of-shadow {
    z-index: 0;
    position: relative;
    width: 370px;
    padding: 0 30px 30px 0;
}

@media only screen and (max-width: 1359px) {
    .lp-media:not(.of-horizontal) > .lp-media-image.of-shadow {
        width: calc(26.4rem + ((1vw - 0.769rem) * (17.9357)));
        padding: 0 calc(1.8rem + ((1vw - 0.769rem) * (2.03046))) calc(1.8rem + ((1vw - 0.769rem) * (2.03046))) 0;
    }
}

@media only screen and (max-width: 768px) {
    .lp-media:not(.of-horizontal) > .lp-media-image.of-shadow {
        width: calc(14.6rem + ((1vw - 0.361rem) * (28.92157)));
        padding: 0 calc(0.8rem + ((1vw - 0.361rem) * (1.001))) calc(0.8rem + ((1vw - 0.361rem) * (1.001))) 0;
    }
}

.lp-media:not(.of-horizontal) > .lp-media-image.of-shadow::before {
    z-index: -1;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 340px;
    height: 210px;
    background: transparent linear-gradient(122deg, #101317 0%, #3d4148 100%) 0% 0% no-repeat padding-box;
    content: "";
}

@media only screen and (max-width: 1359px) {
    .lp-media:not(.of-horizontal) > .lp-media-image.of-shadow::before {
        top: calc(1.8rem + ((1vw - 0.769rem) * (2.03046)));
        left: calc(1.8rem + ((1vw - 0.769rem) * (2.03046)));
        width: calc(24.6rem + ((1vw - 0.769rem) * (15.90525)));
        height: calc(15.2rem + ((1vw - 0.769rem) * (9.81387)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-media:not(.of-horizontal) > .lp-media-image.of-shadow::before {
        top: calc(0.8rem + ((1vw - 0.361rem) * (2.45098)));
        left: calc(0.8rem + ((1vw - 0.361rem) * (2.45098)));
        width: calc(13.8rem + ((1vw - 0.361rem) * (26.47059)));
        height: calc(8.6rem + ((1vw - 0.361rem) * (16.17647)));
    }
}

.lp-media.of-horizontal {
    display: flex;
    margin-bottom: 100px;
}

.lp-media.of-horizontal:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1359px) {
    .lp-media.of-horizontal {
        margin-bottom: calc(8rem + ((1vw - 0.769rem) * (3.38409)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-media.of-horizontal {
        flex-direction: column;
        width: 100%;
        margin-bottom: calc(4.8rem + ((1vw - 0.361rem) * (7.84314)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-media.of-horizontal {
        margin-bottom: 48px;
    }
}

.lp-media.of-horizontal > .lp-media-body {
    flex: 1;
}

.lp-media.of-horizontal > .lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-media.of-horizontal > .lp-media-body {
        flex: none;
        width: 100%;
    }
}

.lp-media.of-horizontal > .lp-media-image {
    width: 766px;
    margin-left: 52px;
}

.lp-media.of-horizontal > .lp-media-image > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1359px) {
    .lp-media.of-horizontal > .lp-media-image {
        width: calc(44rem + ((1vw - 0.769rem) * (55.16074)));
        margin-left: calc(4.2rem + ((1vw - 0.769rem) * (1.69205)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-media.of-horizontal > .lp-media-image {
        width: 100%;
        margin-top: 16px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 360px) {
    .lp-media.of-horizontal > .lp-media-image {
        margin-top: 8px;
    }
}

.lp-mediaConversion {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1359px) {
    .lp-mediaConversion {
        margin-bottom: calc(3.2rem + ((1vw - 0.769rem) * (1.35364)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaConversion {
        flex-direction: column-reverse;
        width: 100%;
        margin-bottom: calc(6.2rem + ((1vw - 0.361rem) * (17.15686)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-mediaConversion {
        margin-bottom: 62px;
    }
}

.lp-mediaConversion-body {
    flex: 1;
    text-align: center;
}

.lp-mediaConversion-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-mediaConversion-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaConversion-text {
    margin-bottom: 40px;
    font-size: 4rem;
    line-height: 1.4;
}

@media only screen and (max-width: 1359px) {
    .lp-mediaConversion-text {
        margin-bottom: calc(3.2rem + ((1vw - 0.769rem) * (1.35364)));
        font-size: calc(3.2rem + ((1vw - 0.769rem) * (1.35364)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaConversion-text {
        margin-bottom: 28px;
        font-size: calc(2rem + ((1vw - 0.361rem) * (2.94118)));
        line-height: 1.5;
    }
}

@media only screen and (max-width: 360px) {
    .lp-mediaConversion-text {
        font-size: 20px;
    }
}

.lp-mediaConversion-image {
    width: 140px;
    margin-right: 48px;
}

@media only screen and (max-width: 1359px) {
    .lp-mediaConversion-image {
        width: calc(11.2rem + ((1vw - 0.769rem) * (4.73773)));
        margin-right: calc(3.8rem + ((1vw - 0.769rem) * (1.69205)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaConversion-image {
        width: 112px;
        margin-right: 0;
    }
}

.lp-mediaConversion-image > img {
    border: 1px solid #ccc;
}

.lp-figure {
    margin-bottom: 32px;
}

.lp-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 4px 24px;
    border: 1px solid #43db73;
    color: #43db73;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
}

@media only screen and (max-width: 1359px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.769rem) * (2.03046)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-label {
        font-size: calc(2rem + ((1vw - 0.361rem) * (1.47059)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-label {
        font-size: 2rem;
        line-height: 1.25;
    }
}

.lp-label-outer {
    display: block;
    margin-bottom: 16px;
    line-height: 0;
}

.lp-label-outer > *:last-child {
    margin-bottom: 0;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 24px -24px;
}

@media only screen and (max-width: 768px) {
    .lp-listButton {
        justify-content: center;
        margin: -24px 0 24px -20px;
    }
}

.lp-listButton > li {
    width: 100%;
    margin-top: 32px;
    margin-left: 24px;
}

@media only screen and (max-width: 768px) {
    .lp-listButton > li {
        margin-top: 24px;
        margin-left: 24px;
    }
}

.lp-headingLevel2 {
    position: relative;
    margin-bottom: 48px;
    padding-top: 11px;
    color: #fff;
    font-size: 3.4rem;
    font-weight: normal;
    line-height: 1.4;
}

.lp-headingLevel2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #43db73;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lp-headingLevel2::before {
        width: calc(4rem + ((1vw - 0.361rem) * (4.90196)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-headingLevel2::before {
        width: 40px;
    }
}

@media only screen and (max-width: 1359px) {
    .lp-headingLevel2 {
        margin-bottom: calc(1.9rem + ((1vw - 0.769rem) * (0.84602)));
        font-size: calc(2.4rem + ((1vw - 0.769rem) * (1.69205)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-headingLevel2 {
        margin-bottom: calc(1.7rem + ((1vw - 0.361rem) * (1.71569)));
        font-size: calc(1.6rem + ((1vw - 0.361rem) * (3.43137)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-headingLevel2 {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.33;
    }
}

@media only screen and (min-width: 1280px) {
    .lp-extraLargeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-alignItems-center {
    align-items: center;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-text-newLine {
    display: block;
}
