@charset "UTF-8";

.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-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    transition-property: color,background-color;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.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;
}

.lp-buttonConversion.of-primary:hover {
    background: #116b81;
}

.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, notosans, "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 {
    z-index: 100;
    position: relative;
    text-align: left;
}

.lp-layout-header.of-flex .lp-layout-header-content {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header.of-flex .lp-layout-header-content {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-header-content {
    max-width: calc(1760px + (80px * 2));
    margin: 0 auto;
    padding: 26px 80px;
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1364px) {
    .lp-layout-header-content {
        max-width: calc(1204px + (80px * 2));
        padding: 26px calc(4rem + ((1vw - 1.024rem) * (11.73021)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        max-width: calc(40rem + ((1vw - 0.36rem) * (54.66867)));
        padding: 18px 20px;
    }
}

.lp-layout-header-utilityGroup {
    flex: 1;
    padding-left: 40px;
}

@media only 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 only 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;
}

.lp-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

@media only 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 only 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: 148px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo img {
        width: 91px;
    }
}

.lp-layout-footer {
    overflow: hidden;
    color: #333;
    font-size: 1.3rem;
}

.lp-layout-footer-content {
    max-width: calc(1520px + (80px * 2));
    margin: 0 auto;
    padding: 16px 80px;
}

@media only screen and (max-width: 1364px) {
    .lp-layout-footer-content {
        max-width: calc(1204px + (80px * 2));
        padding: 16px calc(4rem + ((1vw - 1.024rem) * (11.73021)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        padding: 16px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -8px;
    text-align: center;
}

.lp-layout-footer-list > li {
    position: relative;
    margin-top: 8px;
    margin-left: 32px;
    line-height: 1.2;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 1px;
    height: 18px;
    transform: translateY(-50%);
    background: #949494;
    content: "";
}

.lp-layout-footer-list > li a {
    color: #333;
    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 only screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-main {
    position: relative;
    overflow: hidden;
    font-size: 1.8rem;
    line-height: 1.6;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-main {
        font-size: calc(1.5rem + ((1vw - 1.365rem) * (0.54152)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-main {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.lp-layout-container {
    max-width: calc(1520px + (200px * 2));
    margin: 0 auto;
    padding: 0 200px;
}

.lp-layout-container > *:last-child {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-container {
        padding: 0 calc(17rem + ((1vw - 1.365rem) * (5.41516)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-layout-container {
        max-width: calc(1024px + (88px * 2));
        padding: 0 88px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container {
        max-width: calc(40rem + ((1vw - 0.36rem) * (54.66867)));
        padding: 0 20px;
    }
}

.lp-layout-container.of-width-narrow {
    max-width: 596px;
    padding: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-container.of-width-narrow {
        max-width: calc(40.8rem + ((1vw - 1.365rem) * (33.93502)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-layout-container.of-width-narrow {
        max-width: calc(32.6rem + ((1vw - 1.024rem) * (24.04692)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container.of-width-narrow {
        max-width: 596px;
    }
}

.lp-jumbotron {
    margin-bottom: 200px;
    background: transparent linear-gradient(90deg, #fff 0%, #e3e3e3 59%, #c8c8c8 100%) 0% 0% no-repeat padding-box;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron {
        margin-bottom: calc(16rem + ((1vw - 1.365rem) * (7.22022)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron {
        margin-bottom: 80px;
        background: transparent linear-gradient(30deg, #fff 0%, #e3e3e3 59%, #c8c8c8 100%) 0% 0% no-repeat padding-box;
    }
}

.lp-jumbotron-inner {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: calc(1760px + (80px * 2));
    margin: 0 auto;
    padding: 12px 80px 50px;
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-inner {
        max-width: calc(1204px + (80px * 2));
        padding: 26px calc(4rem + ((1vw - 1.024rem) * (11.73021)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-inner {
        flex-direction: column-reverse;
        max-width: calc(40rem + ((1vw - 0.36rem) * (54.66867)));
        padding: 24px 20px 40px;
    }
}

.lp-jumbotron-body {
    flex: 1;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
    }
}

.lp-jumbotron-image {
    width: 1010px;
    margin-left: 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image {
        width: calc(68.9rem + ((1vw - 1.365rem) * (57.94224)));
        margin-left: calc(3.2rem + ((1vw - 1.365rem) * (1.44404)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        width: calc(32rem + ((1vw - 0.36rem) * (55.57229)));
        min-height: 0%;
        margin: 0 auto 16px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    font-family: source-han-serif-japanese, serif;
    font-size: 6.4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: calc(4.4rem + ((1vw - 1.365rem) * (3.61011)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-title {
        font-size: calc(3.5rem + ((1vw - 1.024rem) * (2.6393)));
        line-height: 1.3;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (0.79602)));
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.59204)));
        text-align: center;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 40px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (0.79602)));
    }
}

.lp-jumbotron-subtitle {
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
    padding: 0 180px;
    font-family: source-han-serif-japanese, serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-subtitle {
        padding: 0 calc(12rem + ((1vw - 1.365rem) * (10.83032)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-subtitle {
        padding: 0 calc(6.8rem + ((1vw - 1.024rem) * (15.24927)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.59701)));
        line-height: 1.5;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.59204)));
        padding: 0 calc(9.6rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

.lp-jumbotron-subtitle::before, .lp-jumbotron-subtitle::after {
    position: absolute;
    top: 50%;
    width: 140px;
    height: 1px;
    background: #dc002f;
    content: "";
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-subtitle::before, .lp-jumbotron-subtitle::after {
        width: calc(8rem + ((1vw - 1.365rem) * (10.83032)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-subtitle::before, .lp-jumbotron-subtitle::after {
        width: 80px;
    }
}

.lp-jumbotron-subtitle::before {
    left: 0;
}

.lp-jumbotron-subtitle::after {
    right: 0;
}

.lp-jumbotron-series {
    margin-bottom: 24px;
    font-family: source-han-serif-japanese, serif;
    font-size: 2.8rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        font-size: calc(2.4rem + ((1vw - 1.365rem) * (0.72202)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.59701)));
    }
}

.lp-jumbotron-seriesName {
    font-family: source-han-serif-japanese, serif;
    font-size: 2.8rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-seriesName {
        font-size: calc(2.4rem + ((1vw - 1.365rem) * (0.72202)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-seriesName {
        margin-bottom: 8px;
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.39801)));
    }
}

.lp-jumbotron-seriesGroup {
    display: block;
    margin-bottom: 24px;
    font-weight: bold;
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: calc(1.8rem + ((1vw - 1.024rem) * (1.75953)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: 16px;
    }
}

.lp-section {
    font-size: 1.8rem;
    line-height: 1.7;
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-section {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.199)));
    }
}

.lp-section + .lp-section {
    padding-top: 160px;
}

@media only screen and (max-width: 1023px) {
    .lp-section + .lp-section {
        padding-top: calc(8rem + ((1vw - 0.36rem) * (7.9602)));
    }
}

.lp-section.of-primary .lp-section-body {
    padding-bottom: 80px;
    background: transparent linear-gradient(180deg, #2e3440 0%, #0c1629 65%, #0c1629 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-primary .lp-section-body {
        padding-bottom: calc(3.2rem + ((1vw - 0.36rem) * (3.18408)));
    }
}

.lp-section-header {
    margin-bottom: 56px;
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-section-header {
        margin-bottom: 56px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section-header {
        margin-bottom: 24px;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-split .lp-section-content {
    display: flex;
    justify-content: center;
}

.lp-section.of-split .lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-split .lp-section-content {
        flex-direction: column;
    }
}

.lp-section.of-split .lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-split .lp-section-body {
    width: 50%;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-split .lp-section-body {
        width: 100%;
        min-height: 0%;
        margin-bottom: 40px;
    }
}

.lp-section.of-conversion {
    padding-bottom: 64px;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-conversion {
        padding-bottom: 24px;
    }
}

.lp-headingLevel2 {
    display: block;
    margin-bottom: 40px;
    color: #000;
    font-family: source-han-serif-japanese, serif;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 1364px) {
    .lp-headingLevel2 {
        margin-bottom: calc(3.2rem + ((1vw - 1.024rem) * (2.34604)));
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.59204)));
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.19403)));
    }
}

.lp-headingLevel2.of-fontSize-large {
    margin-bottom: 24px;
    font-size: 5.6rem;
}

@media only screen and (max-width: 1364px) {
    .lp-headingLevel2.of-fontSize-large {
        margin-bottom: calc(1.9rem + ((1vw - 1.024rem) * (1.46628)));
        font-size: calc(4.4rem + ((1vw - 1.024rem) * (3.51906)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2.of-fontSize-large {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.59204)));
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (2.78607)));
    }
}

.lp-headingLevel2.of-fontSize-small {
    font-size: 4rem;
}

@media only screen and (max-width: 1364px) {
    .lp-headingLevel2.of-fontSize-small {
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2.of-fontSize-small {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (2.38806)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.89055)));
    }
}

.lp-headingLevel2 .lp-largeScreen-emphasis {
    font-size: 5.6rem;
}

@media only screen and (max-width: 1364px) {
    .lp-headingLevel2 .lp-largeScreen-emphasis {
        font-size: calc(4.4rem + ((1vw - 1.024rem) * (3.51906)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 .lp-largeScreen-emphasis {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.19403)));
    }
}

.lp-headingLevel3 {
    margin-bottom: 8px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.7;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel3 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.59701)));
    }
}

.lp-textLead {
    margin-bottom: 40px;
    font-family: source-han-serif-japanese, serif;
    font-size: 4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1364px) {
    .lp-textLead {
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textLead {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (2.38806)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.89055)));
    }
}

.lp-textLead.of-fontSize-small {
    font-size: 2rem;
    line-height: 2;
}

@media only screen and (max-width: 1919px) {
    .lp-textLead.of-fontSize-small {
        font-size: calc(1.6rem + ((1vw - 1.365rem) * (0.72202)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-textLead.of-fontSize-small {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (1.17302)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textLead.of-fontSize-small {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.59204)));
        font-size: 1.8rem;
        line-height: 1.3;
    }
}

.lp-textLead-outer > *:last-child {
    margin-bottom: 0;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -32px 0 40px -24px;
}

@media only 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 only 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-listNote {
    margin-bottom: 40px;
    color: #727272;
    font-size: 1.5rem;
    line-height: 1.25;
}

.lp-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 2px 16px;
    border-radius: 17px;
    background: #0c1629;
    color: #fff;
    font-size: 1.8rem;
}

.lp-label-outer {
    display: block;
    margin-bottom: 16px;
}

.lp-label-outer > *:last-child {
    margin-bottom: 0;
}

.lp-cardConversion {
    margin-top: 68px;
    margin-bottom: 40px;
    padding: 0 198px;
    background: #0c1629;
    color: #fff;
}

.lp-cardConversion > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-cardConversion {
        padding: 0 calc(8.8rem + ((1vw - 1.365rem) * (19.8556)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-cardConversion {
        margin-top: 0;
        padding: 20px calc(1.4rem + ((1vw - 0.36rem) * (7.36318)));
    }
}

.lp-media {
    display: flex;
    margin-bottom: 40px;
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    width: 860px;
    margin-left: 64px;
}

@media only screen and (max-width: 1919px) {
    .lp-media-image {
        width: calc(58.4rem + ((1vw - 1.365rem) * (49.81949)));
        margin-left: calc(3.2rem + ((1vw - 1.365rem) * (5.77617)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-image {
        width: calc(32rem + ((1vw - 0.36rem) * (26.26866)));
        margin-left: 0;
    }
}

.lp-media-imageGroup {
    position: relative;
    width: 860px;
    margin-left: 64px;
}

@media only screen and (max-width: 1919px) {
    .lp-media-imageGroup {
        width: calc(58.4rem + ((1vw - 1.365rem) * (49.81949)));
        margin-left: calc(3.2rem + ((1vw - 1.365rem) * (5.77617)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-imageGroup {
        width: calc(32rem + ((1vw - 0.36rem) * (26.26866)));
        margin-left: 0;
    }
}

.lp-media-imageGroup.of-operation {
    height: 840px;
}

@media only screen and (max-width: 1919px) {
    .lp-media-imageGroup.of-operation {
        height: calc(59.5rem + ((1vw - 1.365rem) * (44.22383)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-imageGroup.of-operation {
        height: calc(32.6rem + ((1vw - 0.36rem) * (26.76617)));
    }
}

.lp-media-imageGroup.of-operation::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 596px;
    height: 480px;
    background: url("../../../../../../img/ss/products/measure-sys/lm-x/001/lm-x_ws_157142_pr_img_06-07.jpg") no-repeat center center #fff;
    background-size: 100% auto;
    content: "";
}

@media only screen and (max-width: 1919px) {
    .lp-media-imageGroup.of-operation::before {
        max-width: calc(40.8rem + ((1vw - 1.365rem) * (33.93502)));
        height: calc(33rem + ((1vw - 1.365rem) * (27.07581)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-imageGroup.of-operation::before {
        max-width: calc(22.3rem + ((1vw - 0.36rem) * (18.40796)));
        height: calc(18rem + ((1vw - 0.36rem) * (14.92537)));
    }
}

.lp-media-imageGroup.of-operation .lp-media-image {
    position: absolute;
    top: 20px;
    left: 0;
    width: 596px;
    margin-left: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media-imageGroup.of-operation .lp-media-image {
        width: calc(40.8rem + ((1vw - 1.365rem) * (33.93502)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-imageGroup.of-operation .lp-media-image {
        width: calc(22.4rem + ((1vw - 0.36rem) * (18.30846)));
    }
}

.lp-media-imageGroup.of-operation .lp-media-image.of-primary {
    opacity: 0;
}

.lp-media-imageGroup.of-carousel {
    height: 600px;
}

@media only screen and (max-width: 1919px) {
    .lp-media-imageGroup.of-carousel {
        height: calc(40.7rem + ((1vw - 1.365rem) * (34.83755)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-imageGroup.of-carousel {
        height: calc(22.3rem + ((1vw - 0.36rem) * (18.30846)));
    }
}

.lp-media-imageGroup.of-carousel .lp-media-image {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media.of-row-reverse .lp-media-image {
    margin-right: 64px;
    margin-left: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: calc(3.2rem + ((1vw - 1.365rem) * (5.77617)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: 0;
    }
}

.lp-media.of-row-reverse .lp-media-imageGroup {
    margin-right: 64px;
    margin-left: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-row-reverse .lp-media-imageGroup {
        margin-right: calc(2.4rem + ((1vw - 1.024rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-row-reverse .lp-media-imageGroup {
        margin-right: 0;
    }
}

.lp-media.of-row-reverse .lp-media-imageGroup > .lp-media-image {
    margin-right: 0;
}

.lp-media.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-media.of-column-reverse .lp-media-body {
    flex: none;
}

.lp-media.of-column-reverse .lp-media-image {
    min-height: 0%;
    margin: 0 auto 12px;
}

.lp-media.of-align-center {
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column .lp-media-body {
        flex: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column-reverse {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column-reverse .lp-media-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaSlider {
    margin-bottom: 64px;
}

[data-script-enabled="true"] .lp-mediaSlider {
    margin-bottom: 0;
}

.lp-mediaSlider-body {
    width: 100%;
}

.lp-mediaSlider-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaSlider-image {
    width: 596px;
    min-height: 0%;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaSlider-image {
        width: calc(40.8rem + ((1vw - 1.365rem) * (33.93502)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaSlider-image {
        width: calc(32rem + ((1vw - 0.36rem) * (27.46269)));
    }
}

[data-script-enabled="true"] .lp-mediaSlider-image {
    width: 100%;
}

.lp-mediaSlider-wrapper {
    position: relative;
    width: 596px;
}

.lp-mediaSlider-wrapper > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaSlider-wrapper {
        width: calc(40.8rem + ((1vw - 1.365rem) * (33.93502)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-mediaSlider-wrapper {
        width: calc(28rem + ((1vw - 0.36rem) * (12.73632)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaSlider-wrapper {
        width: calc(32rem + ((1vw - 0.36rem) * (27.46269)));
        margin: 0 auto;
    }
}

.lp-mediaSlider-outer {
    margin-top: 40px;
    margin-bottom: 64px;
}

.lp-mediaSlider-outer > *:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-mediaSlider-outer {
    position: relative;
    margin-top: 100px;
    margin-bottom: 0;
    overflow: hidden;
}

[data-script-enabled="true"] .lp-mediaSlider-outer:first-child {
    display: block;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-mediaSlider-outer {
        margin-top: calc(4.8rem + ((1vw - 0.36rem) * (5.17413)));
    }
}

.lp-mediaSlider-inner {
    display: flex;
    flex-direction: column-reverse;
}

.lp-mediaSlider-group > *:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-mediaSlider-group {
    display: flex;
}

.lp-mediaConversion {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (0.79602)));
    }
}

.lp-mediaConversion-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
}

.lp-mediaConversion-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-body {
        flex: none;
        width: 100%;
        padding: 0;
    }
}

.lp-mediaConversion-image {
    width: 332px;
    margin-top: -68px;
    margin-right: 64px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaConversion-image {
        width: calc(32.1rem + ((1vw - 1.365rem) * (1.98556)));
        margin-top: -91px;
        margin-right: calc(3.2rem + ((1vw - 1.365rem) * (5.77617)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-image {
        width: calc(14.8rem + ((1vw - 0.36rem) * (17.21393)));
        min-height: 0%;
        margin: 0 auto;
    }
}

.lp-mediaConversion-text {
    margin-bottom: 40px;
    font-family: source-han-serif-japanese, serif;
    font-size: 4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaConversion-text {
        font-size: calc(2.4rem + ((1vw - 1.365rem) * (2.88809)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-mediaConversion-text {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-text {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.59701)));
    }
}

.lp-figure {
    margin-bottom: 32px;
}

@media only screen and (max-width: 1919px) {
    .lp-figure {
        margin-bottom: calc(1.6rem + ((1vw - 1.365rem) * (2.88809)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figure {
        margin-bottom: 16px;
    }
}

.lp-figure.of-shadow {
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.301);
}

@media only screen and (max-width: 1023px) {
    .lp-figure.of-shadow {
        box-shadow: none;
    }
}

.lp-figure-caption {
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.8;
}

.lp-figure-caption.of-fontSize-large {
    font-size: 2.4rem;
    line-height: 1.3;
}

.lp-figure-imageOuter {
    display: flex;
    align-items: center;
}

.lp-figure-imageOuter.of-primary {
    padding-top: 6px;
}

.lp-figure-imageOuter.of-primary .lp-figure-image {
    width: 100%;
    max-width: 448px;
    line-height: 1;
}

.lp-figure-imageOuter.of-primary .lp-figure-image.of-graph {
    max-width: 119px;
    margin-right: 24px;
    border: 1px solid #0d66cc;
    background: #0d66cc;
}

@media only screen and (max-width: 1023px) {
    .lp-figure-imageOuter.of-primary .lp-figure-image.of-graph {
        max-width: calc(8rem + ((1vw - 0.36rem) * (5.87349)));
        margin-right: calc(0.6rem + ((1vw - 0.36rem) * (2.71084)));
    }
}

.lp-figure-image.of-graph {
    display: block;
    width: 100%;
    max-width: 596px;
    height: 24px;
    border: 1px solid #cbcbcb;
    background: #cbcbcb;
}

.lp-figure-group > *:last-child {
    margin-bottom: 0;
}

.lp-figure-group.of-stack {
    margin-top: -24px;
}

@media only screen and (max-width: 1023px) {
    .lp-figure-group.of-stack {
        margin-top: -1px;
    }
}

.lp-figure-group.of-stack .lp-figure {
    margin-top: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-figure-group.of-stack .lp-figure {
        margin-top: 1px;
    }
}

.lp-figure-group.of-pullup {
    margin-top: -84px;
}

@media only screen and (max-width: 1919px) {
    .lp-figure-group.of-pullup {
        margin-top: calc(-5.6rem + ((1vw - 1.024rem) * (-3.12849)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figure-group.of-pullup {
        margin-top: 0;
    }
}

.lp-buttonPagination {
    position: relative;
    width: 56px;
    height: 8px;
    overflow: hidden;
    border-radius: 8px;
    background: #afafaf;
}

.lp-buttonPagination > span {
    position: absolute;
    left: 100%;
    white-space: nowrap;
}

.lp-buttonPagination-group {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: -46px;
}

.lp-buttonPagination.is-current {
    background: #0d66cc;
}

.lp-buttonPagination-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
}

.lp-buttonPagination-list > li {
    display: flex;
    padding-left: 8px;
}

.lp-buttonController {
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    overflow: hidden;
}

.lp-buttonController-outer {
    display: flex;
}

.lp-buttonController::before {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' fill='%23afafaf' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15,1.5A13.5,13.5,0,0,0,5.454,24.546,13.5,13.5,0,1,0,24.546,5.454,13.412,13.412,0,0,0,15,1.5M15,0A15,15,0,1,1,0,15,15,15,0,0,1,15,0Z' /%3E%3Crect width='3' height='9.75' transform='translate(16.5 10.5)' fill='%23afafaf'/%3E %3Crect width='3' height='9.75' transform='translate(10.5 10.5)' fill='%23afafaf'/%3E %3C/svg%3E");
    content: "";
}

.lp-buttonController.is-paused::before {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' fill='%23afafaf' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15,1.5A13.5,13.5,0,0,0,5.454,24.546,13.5,13.5,0,1,0,24.546,5.454,13.412,13.412,0,0,0,15,1.5M15,0A15,15,0,1,1,0,15,15,15,0,0,1,15,0Z' /%3E%3Cpath d='M4.875,0,9.75,8.25H0Z' transform='translate(20.25 10.5) rotate(90)' fill='%23afafaf' /%3E%3C/svg%3E");
    content: "";
}

.lp-buttonController > span {
    position: absolute;
    left: 100%;
    white-space: nowrap;
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.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 !important;
    margin-bottom: 8px;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    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-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhone-group {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textPhone-group > * {
        width: 100%;
    }
}

.lp-textPhone-group .lp-textLead {
    font-size: 2rem;
    line-height: 2;
}

@media only screen and (max-width: 1919px) {
    .lp-textPhone-group .lp-textLead {
        font-size: calc(1.6rem + ((1vw - 1.365rem) * (0.72202)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-textPhone-group .lp-textLead {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textPhone-group .lp-textLead {
        font-size: 1.8rem;
        line-height: 1.3;
    }
}

.lp-textPhone-group .lp-textPhone-outer {
    min-width: 248px;
    padding-left: 24px;
}

.lp-textPhone-group .lp-textPhone-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhone-group .lp-textPhone-outer {
        padding-top: 16px;
        padding-left: 0;
    }
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

a.lp-textPhone-body.of-textColor-primary,
a:hover.lp-textPhone-body.of-textColor-primary {
    color: #fff;
}

.lp-divider {
    margin-bottom: 24px;
    border-top: 1px solid #545454;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-carousel .lp-media-image {
    opacity: 0;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-carousel .lp-media-image.of-base {
    opacity: 1;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-carousel .lp-media-image.is-current {
    opacity: 1;
    transition: opacity 1.2s ease 0s;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation::before {
    z-index: -2;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation::after {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 596px;
    height: 480px;
    background-color: #0c1629;
    background-size: 100% auto;
    content: "";
    opacity: 1;
}

@media only screen and (max-width: 1919px) {
    [data-script-enabled="true"] .lp-media-imageGroup.of-operation::after {
        max-width: calc(40.8rem + ((1vw - 1.365rem) * (33.93502)));
        height: calc(33rem + ((1vw - 1.365rem) * (27.07581)));
    }
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-media-imageGroup.of-operation::after {
        max-width: calc(22.3rem + ((1vw - 0.36rem) * (18.40796)));
        height: calc(18rem + ((1vw - 0.36rem) * (14.92537)));
    }
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation .lp-media-image.of-primary, [data-script-enabled="true"] .lp-media-imageGroup.of-operation .lp-media-image.of-secondary, [data-script-enabled="true"] .lp-media-imageGroup.of-operation .lp-media-image.of-tertiary, [data-script-enabled="true"] .lp-media-imageGroup.of-operation .lp-media-image.of-quaternary, [data-script-enabled="true"] .lp-media-imageGroup.of-operation .lp-media-image.of-senary {
    opacity: 0;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation.is-animated .lp-media-image.of-primary {
    animation: showToHide 1.3s cubic-bezier(0.19, 1, 0.22, 1) 1.5s forwards normal;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation.is-animated .lp-media-image.of-secondary {
    animation: fadeIn 1s cubic-bezier(0.19, 1, 0.22, 1) 2s forwards normal;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation.is-animated .lp-media-image.of-tertiary {
    animation: showToHide 1.6s cubic-bezier(0.19, 1, 0.22, 1) 2s forwards normal;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation.is-animated .lp-media-image.of-quaternary {
    animation: showToHide 1.6s ease 2s forwards normal;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation.is-animated .lp-media-image.of-senary {
    animation: fadeIn 0.2s linear 2.8s forwards normal;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation.is-animated::after {
    animation: fadeOut 0.5s linear 2.8s forwards normal;
}

[data-script-enabled="true"] .lp-figure-group.of-animation .lp-figure:nth-child(1) {
    opacity: 0;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-figure-group.of-animation .lp-figure:nth-child(1) {
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figure-group.of-animation .lp-figure:nth-child(2) {
    opacity: 0;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-figure-group.of-animation .lp-figure:nth-child(2) {
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figure-group.of-animation .lp-figure:nth-child(3) {
    opacity: 0;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-figure-group.of-animation .lp-figure:nth-child(3) {
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-section.of-split.is-animated .lp-figure-group.of-animation .lp-figure:nth-child(1) {
    opacity: 1;
    transition: opacity 0.2s linear 1s;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-section.of-split.is-animated .lp-figure-group.of-animation .lp-figure:nth-child(1) {
        transition: none;
    }
}

[data-script-enabled="true"] .lp-section.of-split.is-animated .lp-figure-group.of-animation .lp-figure:nth-child(2) {
    opacity: 1;
    transition: opacity 0.2s linear 1.4s;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-section.of-split.is-animated .lp-figure-group.of-animation .lp-figure:nth-child(2) {
        transition: none;
    }
}

[data-script-enabled="true"] .lp-section.of-split.is-animated .lp-figure-group.of-animation .lp-figure:nth-child(3) {
    opacity: 1;
    transition: opacity 0.2s linear 1.8s;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-section.of-split.is-animated .lp-figure-group.of-animation .lp-figure:nth-child(3) {
        transition: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes showToHide {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes slideRight {
    0% {
        left: -50%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes slideLeft {
    0% {
        right: -50%;
        opacity: 0;
    }
    100% {
        right: 0;
        opacity: 1;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-color-primary {
    color: #dc002f;
}

.lp-utility-color-secondary {
    color: #0d66cc;
}

.lp-utility-marginBottom-0 {
    margin-bottom: 0;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 4px;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 8px;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 16px;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 32px;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 40px;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 48px;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 56px;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 64px;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 72px;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 88px;
}

@media only screen and (max-width: 1023px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

.lp-extraSmallScreen-show {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .lp-extraSmallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

.lp-extraSmallScreen-lastChild {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

.lp-smallScreen-lastChild {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-hide {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

.lp-largeScreen-lastChild {
    margin-bottom: 0 !important;
}
