@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-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 40px -40px;
}

.lp-layout-grid-outer {
    margin-bottom: 40px;
    overflow: hidden;
}

.lp-layout-grid-outer > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 32px;
    padding-left: 40px;
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

.lp-layout-grid.of-conversion {
    margin-top: -40px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-conversion > .lp-layout-grid-column {
        margin-top: 40px;
    }
    .lp-layout-grid.of-conversion > .lp-layout-grid-column:last-child {
        margin-top: 64px;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid[class*="of-column-"].lp-utility-column-full > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"].lp-utility-column-full > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .lp-layout-grid[class*="of-column-"].lp-smallScreen-column-full > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"].lp-smallScreen-column-full > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
    .lp-layout-grid[class*="of-column-"].lp-largeScreen-column-full > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"].lp-largeScreen-column-full > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (min-width: 1280px) and (max-width: 768px) {
    .lp-layout-grid[class*="of-column-"].lp-extraLargeScreen-column-full > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"].lp-extraLargeScreen-column-full > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.lp-smallScreen-border-primary > .lp-layout-grid-column {
        margin-top: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #c1c8dc;
    }
    .lp-layout-grid.lp-smallScreen-border-primary > .lp-layout-grid-column:first-child {
        margin-top: 32px;
    }
    .lp-layout-grid.lp-smallScreen-border-primary > .lp-layout-grid-column:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

.lp-jumbotron {
    position: relative;
    background: #f7fcff;
    line-height: 1.3;
}

.lp-jumbotron:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    max-width: calc(1280px + 20px * 2);
    margin: 0 auto;
    padding: 64px 20px;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-content {
        padding-top: calc(3.2rem + ((1vw - 0.768rem) * (6.25)));
        padding-bottom: calc(3.2rem + ((1vw - 0.768rem) * (6.25)));
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 0;
    }
}

.lp-jumbotron-content:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-body {
    flex: 1;
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        padding: 32px 20px 32px;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 24px;
}

.lp-jumbotron-titleGroup.of-primary {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-titleGroup {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .lp-jumbotron-titleGroup > * {
        max-width: 100%;
    }
}

.lp-jumbotron-titleGroup:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 24px;
    color: #005575;
    font-size: 4.8rem;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-title {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (2.17391)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        text-align: center;
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 16px;
    font-size: 2.4rem;
    font-weight: 400;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-series {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.43478)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-series {
        font-weight: normal;
    }
}

.lp-jumbotron-subtitleList {
    display: block;
    margin-bottom: 32px;
    font-size: 2rem;
    font-weight: 400;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-subtitleList {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.43478)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-subtitleList {
        max-width: 100%;
    }
    .lp-jumbotron-subtitleList > * {
        max-width: 100%;
    }
}

.lp-jumbotron-subtitleList > span {
    display: block;
    position: relative;
    margin-bottom: 8px;
    padding-left: 12px;
}

.lp-jumbotron-subtitleList > span::after {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #333;
    content: "";
}

.lp-jumbotron-subtitleList > span:last-child {
    margin-bottom: 0;
}

.lp-jumbotron.of-secondary .lp-jumbotron-subtitleList {
    color: #fff;
}

.lp-jumbotron.of-secondary .lp-jumbotron-subtitleList > span::after {
    background: #fff;
}

.lp-jumbotron-subtitleList.of-primary {
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-subtitleList.of-primary {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.98039)));
    }
}

.lp-jumbotron-subtitleList.of-primary > span {
    margin-bottom: 4px;
}

.lp-jumbotron-subtitleList.of-primary > span::after {
    top: 10px;
}

.lp-jumbotron-subtitleList.of-primary > span:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    display: flex;
    align-items: center;
    min-height: 0%;
    margin-right: 59px;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-image {
        margin-right: calc(2rem + ((1vw - 0.768rem) * (3.90625)));
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-image {
        display: block;
        margin: 0;
    }
}

.lp-jumbotron-image:not(.of-slider) {
    width: 620px;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-image:not(.of-slider) {
        width: calc((620 * 100vw) / 1280);
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-image:not(.of-slider) {
        width: 100%;
        max-width: none;
        text-align: center;
    }
}

.lp-jumbotron-image > img {
    flex: none;
}

.lp-section {
    margin-bottom: 64px;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .lp-section {
        margin-bottom: 40px;
    }
}

.lp-section.of-primary {
    background: #005575;
    color: #fff;
}

.lp-section-group > .lp-section {
    margin-bottom: 0;
}

.lp-section-content {
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 40px 20px;
}

@media screen and (max-width: 768px) {
    .lp-section-content {
        padding: 24px 20px 32px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-sectionConversion-header {
    margin-bottom: 64px;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .lp-sectionConversion-header {
        margin-bottom: calc(4rem + ((1vw - 0.768rem) * (4.6875)));
    }
}

.lp-sectionConversion-header > *:last-child {
    margin-bottom: 0;
}

.lp-sectionConversion-body {
    position: relative;
    padding-bottom: 84px;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .lp-sectionConversion-body {
        padding-bottom: calc(6.4rem + ((1vw - 0.36rem) * (2.17391)));
    }
}

.lp-sectionConversion-body::after {
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    border-width: 60px 60px 0;
    border-style: solid;
    border-color: #c3cbd4 transparent transparent transparent;
    content: "";
}

@media screen and (max-width: 1280px) {
    .lp-sectionConversion-body::after {
        border-width: calc(4.5rem + ((1vw - 0.36rem) * (1.63043))) calc(6.4rem + ((1vw - 0.36rem) * (-0.43478))) 0;
    }
}

.lp-sectionConversion-body > *:last-child {
    margin-bottom: 0;
}

.lp-sectionConversion-text {
    margin-bottom: 24px;
    font-size: 2.8rem;
    font-weight: bold;
}

@media screen and (max-width: 1280px) {
    .lp-sectionConversion-text {
        font-size: calc(2.4rem + ((1vw - 0.768rem) * (0.78125)));
    }
}

@media screen and (max-width: 768px) {
    .lp-sectionConversion-text {
        font-size: 2.4rem;
    }
}

.lp-sectionConversion-title {
    display: block;
    margin-bottom: 24px;
    font-size: 2.8rem;
    font-weight: bold;
}

@media only screen and (max-width: 1279px) {
    .lp-sectionConversion-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.43478)));
    }
}

.lp-sectionConversion-titleGroup {
    margin-bottom: 28px;
}

.lp-sectionConversion-seriesText {
    display: block;
    font-size: 2.8rem;
}

@media only screen and (max-width: 1279px) {
    .lp-sectionConversion-seriesText {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.43478)));
    }
}

.lp-mediaSeries {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
}

.lp-mediaSeries > * {
    max-width: 100%;
}

.lp-mediaSeries-body {
    flex: 1;
}

.lp-mediaSeries-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaSeries-image {
    margin-right: 40px;
}

@media screen and (max-width: 1280px) {
    .lp-mediaSeries-image {
        width: calc((200 * 100vw) / 1280);
        margin-right: calc(2rem + ((1vw - 0.768rem) * (3.90625)));
    }
}

.lp-mediaFeature {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.lp-mediaFeature > * {
    max-width: 100%;
}

.lp-mediaFeature.of-primary {
    color: #fff;
}

.lp-mediaFeature-header {
    order: 1;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
}

.lp-mediaFeature-header > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .lp-mediaFeature-header {
        height: auto !important;
    }
}

.lp-mediaFeature-body {
    order: 3;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .lp-mediaFeature-body {
        max-width: 400px;
    }
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-image {
    order: 2;
    width: 100%;
    min-height: 0%;
    text-align: center;
}

.lp-mediaFeature-title {
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .lp-mediaFeature-title {
        font-size: 2rem;
    }
}

.lp-mediaFeature-text {
    font-size: 1.6rem;
    line-height: 1.4;
}

.lp-mediaConversion {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .lp-mediaConversion {
        align-items: center;
    }
}

.lp-mediaConversion > * {
    max-width: 100%;
}

.lp-mediaConversion > *:last-child {
    margin-bottom: 0;
}

.lp-mediaConversion-header {
    margin-bottom: 16px;
}

.lp-mediaConversion-header > *:last-child {
    margin-bottom: 0;
}

.lp-mediaConversion-title {
    margin-bottom: 16px;
    color: #de0000;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 1279px) {
    .lp-mediaConversion-title {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.43478)));
    }
}

.lp-mediaConversion-image {
    margin-bottom: 16px;
    text-align: center;
}

.lp-mediaConversion-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaConversion-text {
    margin-bottom: 8px;
    font-size: 1.6rem;
}

.lp-list {
    margin-bottom: 16px;
    font-size: 1.6rem;
}

.lp-list > li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 8px;
}

.lp-list > li::after {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 1px;
    background: #333;
    content: "";
}

.lp-list > li:last-child {
    margin-bottom: 0;
}

.lp-list.of-primary > li {
    color: #fff;
}

.lp-list.of-primary > li::after {
    background: #fff;
}

.lp-listImage {
    position: relative;
    width: 620px;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .lp-listImage {
        width: calc((620 * 100vw) / 1280);
    }
}

@media screen and (max-width: 768px) {
    .lp-listImage {
        width: 620px;
    }
}

@media only screen and (max-width: 620px) {
    .lp-listImage {
        width: 100%;
        max-width: 100%;
    }
}

[data-script-enabled="true"] .lp-listImage {
    height: 465px;
}

@media screen and (max-width: 1280px) {
    [data-script-enabled="true"] .lp-listImage {
        height: calc((465 * 100vw) / 1280);
    }
}

@media screen and (max-width: 768px) {
    [data-script-enabled="true"] .lp-listImage {
        height: 465px;
    }
}

@media only screen and (max-width: 620px) {
    [data-script-enabled="true"] .lp-listImage {
        height: calc((465 * 100vw) / 620);
    }
}

[data-script-enabled="true"] .lp-listImage.of-primary {
    height: 480px;
}

@media screen and (max-width: 1280px) {
    [data-script-enabled="true"] .lp-listImage.of-primary {
        height: calc((480 * 100vw) / 1280);
    }
}

@media screen and (max-width: 768px) {
    [data-script-enabled="true"] .lp-listImage.of-primary {
        height: 480px;
    }
}

@media only screen and (max-width: 620px) {
    [data-script-enabled="true"] .lp-listImage.of-primary {
        height: calc((480 * 100vw) / 620);
    }
}

[data-script-enabled="true"] .lp-listImage > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.5s;
}

[data-script-enabled="true"] .lp-listImage > li.is-active {
    opacity: 1;
}

.lp-utility-display-none {
    display: none;
}

.lp-utility-display-block {
    display: block;
}

.lp-utility-display-flex {
    display: flex;
}

@media screen and (max-width: 768px) {
    .lp-smallScreen-display-none {
        display: none;
    }
    .lp-smallScreen-display-block {
        display: block;
    }
    .lp-smallScreen-display-flex {
        display: flex;
    }
}

@media screen and (min-width: 769px) {
    .lp-largeScreen-display-none {
        display: none;
    }
    .lp-largeScreen-display-block {
        display: block;
    }
    .lp-largeScreen-display-flex {
        display: flex;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-display-none {
        display: none;
    }
    .lp-extraLargeScreen-display-block {
        display: block;
    }
    .lp-extraLargeScreen-display-flex {
        display: flex;
    }
}

.lp-utility-height-auto {
    height: auto !important;
}

@media screen and (max-width: 768px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}

@media screen and (min-width: 769px) {
    .lp-largeScreen-height-auto {
        height: auto !important;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-height-auto {
        height: auto !important;
    }
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (min-width: 769px) {
    .lp-largeScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-justifyContent-center {
        justify-content: center;
    }
}

.lp-utility-alignItems-center {
    align-items: center;
}

@media screen and (max-width: 768px) {
    .lp-smallScreen-alignItems-center {
        align-items: center;
    }
}

@media screen and (min-width: 769px) {
    .lp-largeScreen-alignItems-center {
        align-items: center;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-alignItems-center {
        align-items: center;
    }
}

.lp-utility-order-first {
    order: 1;
}

.lp-utility-order-second {
    order: 2;
}

.lp-utility-order-third {
    order: 3;
}

@media screen and (max-width: 768px) {
    .lp-smallScreen-order-first {
        order: 1;
    }
    .lp-smallScreen-order-second {
        order: 2;
    }
    .lp-smallScreen-order-third {
        order: 3;
    }
}

@media screen and (min-width: 769px) {
    .lp-largeScreen-order-first {
        order: 1;
    }
    .lp-largeScreen-order-second {
        order: 2;
    }
    .lp-largeScreen-order-third {
        order: 3;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-order-first {
        order: 1;
    }
    .lp-extraLargeScreen-order-second {
        order: 2;
    }
    .lp-extraLargeScreen-order-third {
        order: 3;
    }
}

.lp-utility-textAlign-left {
    text-align: left;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .lp-smallScreen-textAlign-left {
        text-align: left;
    }
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
}

@media screen and (min-width: 769px) {
    .lp-largeScreen-textAlign-left {
        text-align: left;
    }
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-textAlign-left {
        text-align: left;
    }
    .lp-extraLargeScreen-textAlign-center {
        text-align: center;
    }
    .lp-extraLargeScreen-textAlign-right {
        text-align: right;
    }
}

.lp-utility-line-break {
    display: block;
}

@media screen and (max-width: 768px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-line-break {
        display: block;
    }
}

.lp-utility-lastChild {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 769px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-lastChild {
        margin-bottom: 0;
    }
}

.lp-generalSlider {
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .lp-generalSlider {
        max-width: calc((710 * 100vw) / 1280);
    }
}

@media screen and (max-width: 768px) {
    .lp-generalSlider {
        max-width: 710px;
    }
}

.lp-generalSlider-inner {
    padding: 0 45px;
}

@media screen and (max-width: 1280px) {
    .lp-generalSlider-inner {
        padding: 0 calc((55 * 100vw) / 1280);
    }
}

@media screen and (max-width: 768px) {
    .lp-generalSlider-inner {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 620px) {
    .lp-generalSlider {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1280px) {
    .lp-generalSlider .swiper-button-prev .swiper-button-inner,
    .lp-generalSlider .swiper-button-next .swiper-button-inner {
        width: calc(4rem + ((1vw - 0.768rem) * (1.5625)));
        height: calc(4rem + ((1vw - 0.768rem) * (1.5625)));
    }
}

@media screen and (max-width: 768px) {
    .lp-generalSlider .swiper-button-prev .swiper-button-inner,
    .lp-generalSlider .swiper-button-next .swiper-button-inner {
        width: calc(4rem + ((1vw - 0.36rem) * (1.96078)));
        height: calc(4rem + ((1vw - 0.36rem) * (1.96078)));
    }
}

@media only screen and (max-width: 320px) {
    .lp-generalSlider .swiper-button-prev .swiper-button-inner,
    .lp-generalSlider .swiper-button-next .swiper-button-inner {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 1280px) {
    .lp-generalSlider .swiper-button-prev .swiper-button-inner > span::before,
    .lp-generalSlider .swiper-button-next .swiper-button-inner > span::before {
        top: calc(1rem + ((1vw - 0.768rem) * (0.58594)));
        width: calc(2.5rem + ((1vw - 0.768rem) * (0.39063)));
        height: calc(2.5rem + ((1vw - 0.768rem) * (0.39063)));
        border-top: calc(0.2rem + ((1vw - 0.768rem) * (0.19531))) solid #4d505b;
        border-right: calc(0.2rem + ((1vw - 0.768rem) * (0.19531))) solid #4d505b;
    }
}

@media screen and (max-width: 768px) {
    .lp-generalSlider .swiper-button-prev .swiper-button-inner > span::before,
    .lp-generalSlider .swiper-button-next .swiper-button-inner > span::before {
        top: calc(1rem + ((1vw - 0.36rem) * (0.73529)));
        width: calc(2rem + ((1vw - 0.36rem) * (0.4902)));
        height: calc(2rem + ((1vw - 0.36rem) * (0.4902)));
        border-top: 2px solid #4d505b;
        border-right: 2px solid #4d505b;
    }
}

@media only screen and (max-width: 320px) {
    .lp-generalSlider .swiper-button-prev .swiper-button-inner > span::before,
    .lp-generalSlider .swiper-button-next .swiper-button-inner > span::before {
        top: 10px;
        width: 20px;
        height: 20px;
        border-top: 2px solid #4d505b;
        border-right: 2px solid #4d505b;
    }
}

.lp-generalSlider .swiper-button-prev .swiper-button-inner::after {
    left: 0;
}

.lp-generalSlider .swiper-button-prev .swiper-button-inner > span::before {
    left: 9px;
}

@media screen and (max-width: 1280px) {
    .lp-generalSlider .swiper-button-prev .swiper-button-inner > span::before {
        left: calc(0.8rem + ((1vw - 0.768rem) * (0.19531)));
    }
}

@media screen and (max-width: 768px) {
    .lp-generalSlider .swiper-button-prev .swiper-button-inner > span::before {
        left: calc(1.6rem + ((1vw - 0.36rem) * (0.2451)));
    }
}

.lp-generalSlider .swiper-button-next .swiper-button-inner::after {
    right: 0;
}

.lp-generalSlider .swiper-button-next .swiper-button-inner > span::before {
    right: 9px;
}

@media screen and (max-width: 1280px) {
    .lp-generalSlider .swiper-button-next .swiper-button-inner > span::before {
        right: calc(0.8rem + ((1vw - 0.768rem) * (0.19531)));
        width: calc(2.5rem + ((1vw - 0.768rem) * (0.39063)));
        height: calc(2.5rem + ((1vw - 0.768rem) * (0.39063)));
    }
}

@media screen and (max-width: 768px) {
    .lp-generalSlider .swiper-button-next .swiper-button-inner > span::before {
        right: calc(1.6rem + ((1vw - 0.36rem) * (0.2451)));
        width: calc(2rem + ((1vw - 0.36rem) * (0.4902)));
        height: calc(2rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.lp-generalSlider .swiper-button-inner {
    background: none;
}

.lp-generalSlider .swiper-button-inner > span::before {
    width: 30px;
    height: 30px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
}

.lp-generalSlider .swiper-pagination-bullet {
    border: 1px solid #666;
    opacity: 1;
}

.lp-generalSlider .swiper-pagination-bullet-active {
    background-color: #666;
}

.lp-generalSlider .swiper-autoplay-button {
    border: 1px solid #666;
}

.lp-generalSlider .swiper-autoplay-button::after, .lp-generalSlider .swiper-autoplay-button::before {
    background: #666;
}

.lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before {
    border-color: transparent transparent transparent #666;
}

@media screen and (max-width: 1280px) {
    .lp-buttonConversion-text {
        font-size: calc((14 * 100vw) / 1280);
    }
}

@media screen and (max-width: 768px) {
    .lp-buttonConversion-text {
        font-size: 1.6rem;
    }
}
