<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-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image &gt; img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #394151;
}

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: #394151;
    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: #394151;
}

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 &gt; 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 &gt; li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList &gt; li &gt; a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #394151;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList &gt; li &gt; a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #394151;
    border-right: 1px solid #394151;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList &gt; li &gt; a:link {
    color: #394151;
}

div#MainContent .lp-navigationSeries-linkList &gt; li &gt; a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList &gt; li &gt; a:hover, .lp-navigationSeries-linkList &gt; li &gt; a:focus {
    text-decoration: underline;
}

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

.lp-jumbotron-content {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
    }
}

.lp-jumbotron-body {
    display: flex;
    z-index: 1;
    flex-direction: column;
    width: 100%;
    max-width: 580px;
    padding: 125px 20px 125px 0;
    color: #fff;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-body {
        padding: calc((125 * 100vw) / 1240) 20px calc((125 * 100vw) / 1240) 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        align-items: center;
        max-width: 100%;
        margin: -60px 0 40px;
        margin-right: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-body {
        margin-top: calc((-60 * 100vw) / 640);
    }
}

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

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        max-width: 100%;
        text-align: center;
    }
}

.lp-jumbotron-title {
    display: block;
    order: 2;
    margin-bottom: 17px;
    font-size: 5.5rem;
    text-shadow: 3px 3px 5px #000;
}

.lp-jumbotron-title.lp-fontSize-primary {
    font-size: 2.5rem;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-title.lp-fontSize-primary {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title {
        font-size: calc((55 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-title {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-subtitle {
    display: inline-block;
    order: 1;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    font-size: 2.4rem;
    text-shadow: 3px 3px 5px #000;
}

.lp-jumbotron-subtitle.lp-fontSize-primary {
    font-size: 5.3rem;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-subtitle.lp-fontSize-primary {
        font-size: 3.2rem;
    }
}

.lp-jumbotron-subtitle.lp-fontSize-secondary {
    font-size: 4.5rem;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-subtitle.lp-fontSize-secondary {
        font-size: 3.2rem;
    }
}

.lp-jumbotron-subtitle.lp-fontSize-tertiary {
    font-size: 4.4rem;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-subtitle.lp-fontSize-tertiary {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 1240px) {
    .lp-jumbotron-subtitle {
        font-size: calc((30 * 100vw) /1239);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-subtitle {
        font-size: 1.8rem;
    }
}

.lp-jumbotron-series {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: 3;
    margin-bottom: 35px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        flex-direction: column;
        align-items: center;
    }
}

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

.lp-jumbotron-seriesText {
    max-width: 100%;
    font-weight: normal;
    text-shadow: 3px 3px 5px #000;
}

.lp-jumbotron-icon {
    min-width: 50px;
    max-width: 150px;
    margin: 0 10px 10px 0;
    padding: 2px 10px;
    background: #dc002f;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-icon {
        max-width: 100%;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-listButton {
        margin-bottom: 30px;
        text-align: center;
    }
}

.lp-jumbotron-listButton &gt; li + li {
    margin-top: 20px;
}

.lp-jumbotron-image {
    position: absolute;
    top: -60px;
    right: -40px;
    max-width: 100%;
    min-height: 0%;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-image {
        top: calc((-90 * 100vw) / 1240);
        right: calc((-40 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image {
        position: relative;
        top: 0;
        right: 0;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-body {
    padding: 100px 20px 100px 0;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body {
        padding: calc((100 * 100vw) / 1240) 20px calc((100 * 100vw) / 1240) 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body {
        padding: 0;
    }
}

.lp-section {
    overflow: hidden;
}

.lp-section-content {
    max-width: 1240px;
    margin: 0 auto;
}

.lp-section.of-primary {
    padding: 100px 20px;
    background-color: #e8e8e8;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-primary {
        padding: 40px 20px;
    }
}

.lp-section.of-secondary {
    padding: 50px 20px;
    background-color: #fff;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-secondary {
        padding: 20px 20px 40px;
    }
}

.lp-section.of-tertiary {
    padding: 90px 20px;
    background-color: #e7e7e7;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-tertiary {
        padding: 25px 20px;
    }
}

.lp-headingLevel2.of-primary {
    position: relative;
    margin-bottom: 15px;
    font-size: 4.2rem;
    text-align: center;
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel2.of-primary {
        font-size: calc((42 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 768px) {
    .lp-headingLevel2.of-primary {
        font-size: 2.4rem;
    }
}

.lp-headingLevel2.of-primary &gt; span {
    display: inline-block;
    position: relative;
    padding: 0 80px;
}

.lp-headingLevel2.of-primary &gt; span::before, .lp-headingLevel2.of-primary &gt; span::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 2px;
    transform: translateY(-50%);
    background: #bf5900;
    content: "";
}

.lp-headingLevel2.of-primary &gt; span::before {
    left: 7px;
}

.lp-headingLevel2.of-primary &gt; span::after {
    right: 14px;
}

.lp-media {
    display: flex;
    align-items: center;
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media.of-row-reverse .lp-media-image {
    margin: 0 60px 20px 0;
}

@media only screen and (max-width: 969px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-media.of-row-reverse {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 969px) {
    .lp-media {
        flex-direction: column-reverse;
    }
}

.lp-media-body {
    flex: 1;
}

@media only screen and (max-width: 969px) {
    .lp-media-body {
        flex: none;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

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

.lp-media-image {
    max-width: 580px;
    min-height: 0%;
    margin-left: 60px;
}

@media only screen and (max-width: 1239px) {
    .lp-media-image {
        max-width: calc((580 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-image {
        max-width: 100%;
        margin: 0 20px 20px 0;
    }
}

.lp-media-videoOuter {
    width: 100%;
    max-width: 580px;
    margin-right: 60px;
}

@media only screen and (max-width: 1239px) {
    .lp-media-videoOuter {
        max-width: calc((580 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-videoOuter {
        max-width: 580px;
        margin: 0 0 20px 0;
    }
}

.lp-media-video {
    position: relative;
}

.lp-media-title {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #bf5900;
    font-size: 4.2rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1239px) {
    .lp-media-title {
        margin-bottom: 20px;
        font-size: calc((42 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 768px) {
    .lp-media-title {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-title.lp-smallScreen-fontSize-large {
        font-size: 2.6rem;
    }
}

.lp-media-text {
    margin-bottom: 0;
    font-size: 1.8rem;
}

@media only screen and (max-width: 969px) {
    .lp-media-text {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-media-text {
        margin-bottom: 30px;
        font-size: 1.6rem;
    }
}

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

.lp-layout-grid.of-column-3 {
    margin-left: -20px;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.3333333333%;
    min-height: 0%;
    padding-left: 20px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
        margin-bottom: 35px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 {
        margin-left: 0;
    }
    .lp-layout-grid.of-column-3 &gt; *:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid {
        flex-direction: column;
    }
}

.lp-mediaApplication {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-mediaApplication-header {
    max-width: 100%;
    margin-bottom: 15px;
    color: #bf5900;
    font-size: 2rem;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-mediaApplication-header {
        height: auto !important;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaApplication-header {
        font-size: 1.8rem;
    }
}

.lp-mediaApplication-body {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    max-width: 100%;
    min-height: 0%;
}

.lp-mediaApplication-text {
    max-width: 100%;
    font-size: 1.6rem;
    text-align: center;
}

.lp-mediaApplication-image {
    max-width: 100%;
    min-height: 0%;
    margin-bottom: 20px;
    border: 1px solid #bf5900;
}

@media only screen and (max-width: 969px) {
    .lp-mediaApplication-image {
        max-width: 80%;
        margin-bottom: 10px;
    }
}

.lp-mediaAsset {
    overflow: hidden;
}

.lp-mediaAsset-content {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 20px 25px;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaAsset-content {
        padding: calc((50 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-content {
        padding: 30px 20px;
    }
}

.lp-mediaAsset-content::after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1599px;
    height: 150px;
    transform: translateX(-50%);
    background: url("../../../../img/landing_page/sj-lg_pr/sj-lg_ws_sr57356_pr_page_img_arrow_01.png") no-repeat center;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-content::after {
        width: calc((1599 * 100vw) / 970);
        height: calc((150 * 100vw) / 970);
    }
}

.lp-mediaAsset-body {
    max-width: 100%;
}

.lp-mediaAsset-text {
    font-size: 3rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-text {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-text.lp-smallScreen-fontSize-large {
        font-size: 2.4rem;
    }
}

.lp-mediaAsset-image {
    max-width: 100%;
    min-height: 0%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        max-width: 80%;
    }
}

.lp-utility-lineHeight-primary {
    line-height: 1.7;
}

@media only screen and (min-width: 1250px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 400px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}</pre></body></html>