<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.lp-jumbotron {
    overflow: hidden;
    background: #c0c6cb;
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-jumbotron-content.of-align-center {
    align-items: center;
}

.lp-jumbotron-body {
    position: relative;
    width: 670px;
    margin-left: -170px;
    padding: 100px 0 80px;
}

.lp-jumbotron-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    margin-bottom: 30px;
}

.lp-jumbotron-textGroup {
    display: block;
    margin-bottom: 40px;
}

.lp-jumbotron-titleText {
    display: block;
    margin-bottom: 6px;
    color: #2d3b47;
    font-size: 5.6rem;
    line-height: 1.2;
}

.lp-jumbotron-titleSeries {
    display: block;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.3;
}

.lp-jumbotron-image {
    flex: 1 0 auto;
    align-self: flex-start;
    min-height: 0%;
    margin-bottom: -50px;
    margin-left: -102px;
}

@media only screen and (max-width: 1139px) {
    .lp-jumbotron-body {
        width: calc((670 * 100vw) / 1140);
        margin-left: calc((-190 * 100vw) / 1140);
        padding: calc((94 * 100vw) / 1140) 0 calc((80 * 100vw) / 1140);
    }
    .lp-jumbotron-title {
        margin-bottom: calc((30 * 100vw) / 1140);
    }
    .lp-jumbotron-textGroup {
        margin-bottom: calc((40 * 100vw) / 1140);
    }
    .lp-jumbotron-titleText {
        font-size: calc((56 * 100vw) / 1140);
    }
    .lp-jumbotron-titleSeries {
        font-size: calc((24 * 100vw) / 1140);
    }
    .lp-jumbotron-image {
        width: calc((702 * 100vw) / 1140);
        margin-left: calc((-102 * 100vw) / 1140);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: center;
    }
    .lp-jumbotron-body {
        width: 100%;
        margin-top: calc((-20 * 100vw) / 640);
        margin-left: 0;
        padding: 0 0 20px;
    }
    .lp-jumbotron-title {
        margin-bottom: 15px;
        text-align: center;
    }
    .lp-jumbotron-textGroup {
        margin-bottom: 10px;
    }
    .lp-jumbotron-titleText {
        font-size: 25px;
    }
    .lp-jumbotron-titleSeries {
        font-size: 16px;
    }
    .lp-jumbotron-image {
        width: calc((384 * 100vw) / 640);
        margin: 0;
    }
}

.lp-section {
    position: relative;
    overflow: hidden;
}

.lp-section::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 900px;
    height: 386px;
    transform: translateX(-50%);
    background: url("../../img/landing_page/lp_md-x_1909/bg_01.png") no-repeat;
    background-size: cover;
    content: "";
    opacity: 0.08;
}

.lp-section-content {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    padding: 70px 20px 115px;
}

.lp-section-content &gt; *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary {
    background: #111113;
    color: #ffffff;
}

.lp-section.of-secondary {
    background: #fafafa;
}

.lp-section.of-secondary::before {
    opacity: 1;
}

@media only screen and (max-width: 969px) {
    .lp-section::before {
        width: calc((900 * 100vw) / 970);
        height: calc((386 * 100vw) / 970);
    }
    .lp-section-content {
        padding-top: calc((50 * 100vw) / 970);
        padding-bottom: calc((80 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-content {
        padding-top: 20px;
        padding-bottom: 35px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 60px;
    font-weight: normal;
    text-align: center;
}

.lp-headingLevel2-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 5.8rem;
    font-style: italic;
    word-break: keep-all;
}

.lp-headingLevel2-number::before, .lp-headingLevel2-number::after {
    display: block;
    top: 50%;
    width: 400px;
    height: 2px;
    content: "";
}

.lp-headingLevel2-number::before {
    background: linear-gradient(to left, rgba(255, 146, 2, 0.6), rgba(255, 204, 0, 0.6) 80%, rgba(255, 204, 0, 0) 100%);
}

.lp-headingLevel2-number::after {
    background: linear-gradient(to right, rgba(255, 146, 2, 0.6), rgba(255, 204, 0, 0.6) 80%, rgba(255, 204, 0, 0) 100%);
}

.lp-headingLevel2-numberBody {
    display: inline-block;
    padding: 0 10px;
    background: linear-gradient(#ff9202 0, #ffcc00 50%, #ff9202 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.lp-headingLevel2-subText {
    display: block;
    font-size: 3.6rem;
}

.lp-headingLevel2-text {
    display: block;
    font-size: 5rem;
    line-height: 1.3;
}

@media all and (-ms-high-contrast: none) {
    .lp-headingLevel2-numberBody {
        background: none;
        color: #ff9202;
    }
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2 {
        margin-bottom: calc((60 * 100vw) / 970);
    }
    .lp-headingLevel2-number {
        font-size: calc((58 * 100vw) / 970);
    }
    .lp-headingLevel2-number::before, .lp-headingLevel2-number::after {
        height: 1px;
    }
    .lp-headingLevel2-subText {
        font-size: calc((36 * 100vw) / 970);
    }
    .lp-headingLevel2-text {
        font-size: calc((50 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2 {
        margin-bottom: 30px;
    }
    .lp-headingLevel2-number {
        margin-bottom: 2px;
        font-size: 30px;
    }
    .lp-headingLevel2-subText {
        font-size: 18px;
    }
    .lp-headingLevel2-text {
        font-size: 24px;
        font-weight: bold;
    }
}

.lp-text {
    line-height: 2.1;
}

@media only screen and (max-width: 640px) {
    .lp-text {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}

.lp-buttonConversion {
    display: inline-block;
    margin: 0 0 16px;
    background: #dc002f;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
}

.lp-buttonConversion-body {
    display: block;
    padding: 10px 56px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    padding-left: 16px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 14px;
    background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat;
    background-size: contain;
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-text {
    text-align: center;
}

.lp-buttonConversion.of-download .lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #cccccc;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    width: 16px;
    height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
}

@media only screen and (max-width: 969px) {
    .lp-buttonConversion {
        font-size: calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-media {
    display: flex;
}

.lp-media-body {
    flex: 1;
    width: 465px;
}

.lp-media-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    min-height: 0%;
    margin-left: 20px;
}

@media only screen and (max-width: 969px) {
    .lp-media-body {
        width: calc((445 * 100vw) / 970);
    }
    .lp-media-image {
        width: calc((465 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media.lp-extraSmallScreen-column-reverse {
        flex-direction: column-reverse;
    }
    .lp-media.lp-extraSmallScreen-column-reverse .lp-media-body {
        flex: inherit;
        width: 100%;
    }
    .lp-media.lp-extraSmallScreen-column-reverse .lp-media-image {
        width: 100%;
        margin-bottom: 25px;
        margin-left: 0;
        text-align: center;
    }
}

.lp-mediaFeature {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 60px;
    background: #242426;
}

.lp-mediaFeature-body {
    flex: 1 0 auto;
    padding: 18px 8px;
    font-size: 1.4rem;
    text-align: center;
}

.lp-mediaFeature-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-image {
    min-height: 0%;
}

.lp-mediaFeature.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-mediaFeature.of-primary {
    background: #454e55;
}

.lp-mediaFeature.of-primary .lp-mediaFeature-body {
    font-size: 1.8rem;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature {
        margin-bottom: calc((60 * 100vw) / 970);
    }
    .lp-mediaFeature.of-primary .lp-mediaFeature-body {
        font-size: calc((18 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature {
        margin-bottom: 25px;
    }
    .lp-mediaFeature.lp-extraSmallScreen-row-reverse {
        flex-direction: row-reverse;
        align-items: center;
    }
    .lp-mediaFeature.lp-extraSmallScreen-row-reverse .lp-mediaFeature-body {
        flex: 1;
        padding: 10px;
        font-size: 18px;
        text-align: left;
    }
    .lp-mediaFeature.lp-extraSmallScreen-row-reverse .lp-mediaFeature-image {
        width: calc((205 * 100vw) / 640);
    }
    .lp-mediaFeature.of-primary .lp-mediaFeature-body {
        padding: 6px 10px;
        font-size: 14px;
        font-weight: bold;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 50px 0 10px;
}

.lp-mediaAsset-body {
    max-width: 485px;
    font-size: 3rem;
    line-height: 1.3;
}

.lp-mediaAsset-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-image {
    min-height: 0%;
    margin-right: 20px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset {
        margin-top: calc((50 * 100vw) / 970);
    }
    .lp-mediaAsset-body {
        max-width: calc((485 * 100vw) / 970);
        font-size: calc((30 * 100vw) / 970);
    }
    .lp-mediaAsset-image {
        width: calc((252 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset {
        margin: 25px 0 20px;
    }
    .lp-mediaAsset-body {
        flex: 1;
        max-width: none;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .lp-mediaAsset-image {
        width: calc((225 * 100vw) / 640);
        margin-right: 15px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 54px;
    margin-left: -6px;
}

.lp-layout-grid-column {
    padding: 0 0 16px 6px;
}

.lp-layout-grid-column.of-flex {
    display: flex;
}

.lp-layout-grid-column &gt; *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-12 .of-column-3 {
    width: 25%;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid {
        margin-bottom: calc((54 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid {
        margin-bottom: 25px;
    }
    .lp-layout-grid.lp-extraSmallScreen-column {
        margin-left: 0;
    }
    .lp-layout-grid.lp-extraSmallScreen-column .lp-layout-grid-column {
        width: 100%;
        padding: 0 0 6px;
    }
}

.lp-layout-container {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
}
</pre></body></html>