<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;
}

@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 &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;
}

.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: #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 &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: #999;
    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 #999;
    border-right: 1px solid #999;
    content: "";
}

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

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-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-layout-container.of-outermost {
    min-height: 100vh;
    background-attachment: fixed;
    background-color: #edeef2;
    background-image: url("../../../../../img/ss/products/vision/iv-application-assistant/bg_01.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-container.of-outermost {
        position: relative;
        background: none;
    }
    .lp-layout-container.of-outermost::before {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-image: url("../../../../../img/ss/products/vision/iv-application-assistant/bg_01.jpg");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
    }
}

.lp-layout-container.of-outer {
    -webkit-backdrop-filter: blur(15px);
    max-width: 68.75vw;
    min-height: 100vh;
    padding-right: 56px;
    padding-left: 14.58333vw;
    backdrop-filter: blur(15px);
    background-color: rgba(104, 104, 104, 0.4);
    color: #fff;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-container.of-outer {
        padding-left: calc(5.6rem + ((1vw - 1.366rem) * (40.43321)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-container.of-outer {
        -webkit-backdrop-filter: blur(5px);
        max-width: none;
        padding-left: 56px;
        backdrop-filter: blur(5px);
        background-color: rgba(60, 60, 60, 0.6);
    }
}

@media only screen and (max-width: 1024px) {
    .lp-layout-container.of-outer {
        padding-right: calc(2rem + ((1vw - 0.36rem) * (5.42169)));
        padding-left: calc(2rem + ((1vw - 0.36rem) * (5.42169)));
    }
}

.lp-layout-container.of-width-narrow {
    max-width: 754px;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -56px 0 80px -56px;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-grid {
        margin-top: calc(-1.6rem + ((1vw - 0.36rem) * (-6.0241)));
        margin-left: calc(-1.6rem + ((1vw - 0.36rem) * (-6.0241)));
    }
}

.lp-layout-grid.of-gap-narrow {
    margin-top: -24px;
    margin-left: -24px;
}

.lp-layout-grid.of-gap-narrow &gt; .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 24px;
}

.lp-layout-grid &gt; .lp-layout-grid-column {
    margin-top: 56px;
    padding-left: 56px;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-grid &gt; .lp-layout-grid-column {
        margin-top: calc(1.6rem + ((1vw - 0.36rem) * (6.0241)));
        padding-left: calc(1.6rem + ((1vw - 0.36rem) * (6.0241)));
    }
}

.lp-layout-grid &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

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

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

.lp-layout-grid.of-column-2 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 &gt; .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 &gt; .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 &gt; .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 &gt; .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 &gt; .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 &gt; .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

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

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-grid[class*="of-column-"] &gt; .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] &gt; .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-layout-grid.lp-extraSmallScreen-column-2 &gt; .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-2 &gt; .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-3 &gt; .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-3 &gt; .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-extraSmallScreen-justifyContent-center {
        justify-content: center;
    }
}

.lp-layout-header {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-header {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (4.81928)));
    }
}

.lp-layout-header-content {
    max-width: 1024px;
    padding: 24px 0;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-header-content {
        margin: 0 auto;
    }
}

.lp-layout-header-logo {
    margin-bottom: 0;
}

.lp-layout-header-logo img {
    min-height: 23px;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-header-logo img {
        min-height: 16px;
    }
}

.lp-layout-main {
    font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-main {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-layout-footer-content {
    max-width: 1024px;
    padding: 24px 0;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-footer-content {
        margin: 0 auto;
        padding-bottom: 176px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -16px;
}

.lp-layout-footer-list &gt; li {
    display: flex;
    align-items: center;
    margin-left: 16px;
    color: #fff;
    font-size: 1.3rem;
}

.lp-layout-footer-list &gt; li a {
    color: #fff;
    text-decoration: none;
}

.lp-layout-footer-list &gt; li a:hover, .lp-layout-footer-list &gt; li a:active, .lp-layout-footer-list &gt; li a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list &gt; li::before {
    display: block;
    width: 1px;
    height: 13px;
    margin-right: 16px;
    background: #fff;
    content: "";
}

.lp-layout-footer-list &gt; li:first-child::before {
    content: none;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-footer-list &gt; li.lp-layout-footer-copyright {
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    .lp-layout-footer-list &gt; li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-jumbotron {
    margin-bottom: 160px;
    font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (18.07229)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-jumbotron-content {
    max-width: 1024px;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-content {
        margin: 0 auto;
    }
}

.lp-jumbotron-header {
    margin-bottom: 64px;
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-header {
        margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (4.81928)));
    }
}

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

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

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    font-size: 6.4rem;
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (4.81928)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 16px;
}

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

.lp-jumbotron-label {
    display: block;
    padding: 8px;
    background: #b2e6ee;
    color: #061d26;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-label {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-jumbotron-labelGroup {
    display: flex;
    flex-wrap: wrap;
    margin: -4px 0 24px -16px;
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-labelGroup {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-jumbotron-labelGroup &gt; * {
    margin-top: 4px;
    margin-left: 16px;
}

.lp-section {
    margin-bottom: 160px;
    font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
    .lp-section {
        margin-bottom: calc(8rem + ((1vw - 0.36rem) * (12.04819)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-section-content {
    max-width: 1024px;
}

@media only screen and (max-width: 1365px) {
    .lp-section-content {
        margin: 0 auto;
    }
}

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

.lp-section-header {
    margin-bottom: 40px;
}

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

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

.lp-section.of-arrow {
    margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
    .lp-section.of-arrow {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (6.0241)));
    }
}

.lp-section.of-arrow .lp-section-content {
    position: relative;
    padding-bottom: 180px;
}

@media only screen and (max-width: 1024px) {
    .lp-section.of-arrow .lp-section-content {
        padding-bottom: calc(9rem + ((1vw - 0.36rem) * (13.55422)));
    }
}

.lp-section.of-arrow .lp-section-content::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 78px;
    height: 100px;
    transform: translateX(-50%);
    background: url("../../../../../img/ss/products/vision/iv-application-assistant/icon_01.png") no-repeat;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 1024px) {
    .lp-section.of-arrow .lp-section-content::before {
        width: calc(4rem + ((1vw - 0.36rem) * (5.72289)));
        height: calc(5rem + ((1vw - 0.36rem) * (7.53012)));
    }
}

.lp-headingLevel2 {
    margin-bottom: 56px;
    font-size: 5.6rem;
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (4.81928)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (4.81928)));
    }
}

.lp-headingLevel2-subtitle {
    -webkit-text-decoration-color: #d4cc04;
    font-size: 2.4rem;
    text-decoration: underline;
    text-decoration-color: #d4cc04;
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2-subtitle {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-headingLevel2-group {
    margin-bottom: 40px;
}

.lp-headingLevel2-group .lp-headingLevel2 {
    margin-bottom: 8px;
}

.lp-headingLevel2-group &gt; *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel3 {
    margin-bottom: 24px;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel3 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-textPhone {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-textPhone {
        width: 100%;
        margin-bottom: 8px;
        text-align: center;
    }
}

.lp-textPhone-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

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

.lp-textPhone-number {
    display: flex;
    flex-direction: column;
}

.lp-textPhone-numberGroup {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-textPhone-numberGroup {
        flex-shrink: initial;
        justify-content: center;
        width: 100%;
    }
}

.lp-textPhone-numberGroup .AutoPhoneCall {
    margin-bottom: 8px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    cursor: default;
}

.lp-textPhone-numberGroup .AutoPhoneCall:last-child {
    margin-bottom: 0;
}

.lp-textPhone-numberGroup .TelSlsh {
    display: none;
}

.lp-textPhone-icon {
    fill: #fff;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
}

.lp-listButton {
    margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
    .lp-listButton {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (6.0241)));
    }
}

.lp-listButton &gt; li {
    margin-bottom: 24px;
}

.lp-listButton &gt; li:last-child {
    margin-bottom: 0;
}

.lp-figure {
    margin-bottom: 80px;
}

.lp-figure.of-shadow {
    -webkit-filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.3));
}

.lp-card {
    width: 100%;
    margin-bottom: 80px;
    padding: 16px;
    border-radius: 8px;
    background: #e5f8fb;
    color: #061d26;
}

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

.lp-cardConversion {
    z-index: 2;
    position: fixed;
    right: 52px;
    bottom: 56px;
    width: 100%;
    max-width: 310px;
    min-height: 96px;
    padding: 16px;
    border-radius: 8px;
    background: #d4cc04;
    color: #061d26;
    font-size: 1.5rem;
    line-height: 1.25;
}

@media only screen and (max-width: 1365px) {
    .lp-cardConversion {
        display: flex;
        right: initial;
        bottom: 32px;
        left: 50%;
        justify-content: center;
        width: calc(100% - 40px);
        max-width: none;
        transform: translateX(-50%);
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.49702)));
    }
}

a .lp-cardConversion {
    pointer-events: none;
}

@media only screen and (max-width: 1024px) {
    a .lp-cardConversion {
        pointer-events: initial;
    }
}

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

.lp-figureStep {
    display: flex;
    position: relative;
    margin: -16px 0 56px -16px;
}

.lp-figureStep &gt; .lp-figureStep-image {
    -webkit-filter: drop-shadow(-16px 16px 32px rgba(0, 0, 0, 0.3));
    margin-top: 16px;
    padding-left: 16px;
    filter: drop-shadow(-16px 16px 32px rgba(0, 0, 0, 0.3));
}

@media only screen and (max-width: 1024px) {
    .lp-figureStep.of-animation {
        display: block;
        margin-top: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-figureStep.of-animation &gt; .lp-figureStep-image {
        margin-top: 0;
        padding-left: 0;
    }
}

.lp-figureStep.of-animation &gt; .lp-figureStep-image:not(:first-child) img {
    -webkit-filter: grayscale(100%);
    transform: scale(0.8);
    filter: grayscale(100%);
}

@media only screen and (max-width: 1024px) {
    .lp-figureStep.of-animation &gt; .lp-figureStep-image:not(:first-child) {
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 0;
    }
    .lp-figureStep.of-animation &gt; .lp-figureStep-image:not(:first-child) img {
        -webkit-filter: grayscale(0);
        transform: scale(1);
        filter: grayscale(0);
    }
}

.is-show .lp-figureStep.of-animation &gt; .lp-figureStep-image:nth-child(2) img {
    animation: stepFigureForPC 0.5s forwards 1.5s;
}

@media only screen and (max-width: 1024px) {
    .is-show .lp-figureStep.of-animation &gt; .lp-figureStep-image:nth-child(2) img {
        animation: none;
    }
}

@media only screen and (max-width: 1024px) {
    .is-show .lp-figureStep.of-animation &gt; .lp-figureStep-image:nth-child(2) {
        animation: stepFigureForSP 0.5s forwards 1.5s;
    }
}

.is-show .lp-figureStep.of-animation &gt; .lp-figureStep-image:nth-child(3) img {
    animation: stepFigureForPC 0.5s forwards 2.5s;
}

@media only screen and (max-width: 1024px) {
    .is-show .lp-figureStep.of-animation &gt; .lp-figureStep-image:nth-child(3) img {
        animation: none;
    }
}

@media only screen and (max-width: 1024px) {
    .is-show .lp-figureStep.of-animation &gt; .lp-figureStep-image:nth-child(3) {
        animation: stepFigureForSP 0.5s forwards 2.5s;
    }
}

.lp-media {
    display: flex;
    margin-bottom: 80px;
}

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

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

.lp-media-image {
    text-align: center;
}

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

@media only screen and (max-width: 1024px) {
    .lp-media-image.of-width-primary {
        width: calc(4.8rem + ((1vw - 0.36rem) * (13.85542)));
    }
}

@media only screen and (max-width: 1919px) {
    .lp-media-image.of-width-secondary {
        width: 34.47917vw;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-media-image.of-width-secondary {
        width: 48.46266vw;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-media-image.of-width-secondary {
        width: calc(11rem + ((1vw - 0.36rem) * (58.13253)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-media-image.of-width-tertiary {
        width: calc(6.4rem + ((1vw - 0.36rem) * (5.42169)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-media-image.lp-extraSmallScreen-hide {
        display: none;
        margin: 0;
    }
}

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

.lp-media.of-reverse .lp-media-image {
    margin-right: 56px;
    margin-left: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-media.of-reverse .lp-media-image {
        margin-right: calc(1.6rem + ((1vw - 0.36rem) * (6.0241)));
    }
}

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

.lp-media.of-column-reverse .lp-media-image {
    margin: 0 0 16px;
}

.lp-media.of-alignItems-center {
    align-items: center;
}

@media only screen and (max-width: 1365px) {
    .lp-media.lp-smallScreen-row-reverse {
        flex-direction: row-reverse;
    }
    .lp-media.lp-smallScreen-row-reverse .lp-media-image {
        margin-right: 16px;
        margin-bottom: 0;
    }
    .lp-media.lp-smallScreen-alignItems-center {
        align-items: center;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-media.lp-extraSmallScreen-row-reverse {
        flex-direction: row-reverse;
    }
    .lp-media.lp-extraSmallScreen-row-reverse .lp-media-image {
        margin-right: 16px;
        margin-bottom: 0;
    }
    .lp-media.lp-extraSmallScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-media.lp-extraSmallScreen-alignItems-center {
        align-items: center;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-media.of-primary .lp-media-image {
        display: none;
        margin-right: 0;
    }
}

.lp-mediaConversion {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 80px;
}

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

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

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

.lp-mediaConversion-imageGroup {
    display: flex;
    margin-right: 56px;
    margin-left: -56px;
}

@media only screen and (max-width: 1024px) {
    .lp-mediaConversion-imageGroup {
        justify-content: center;
        margin-right: 0;
        margin-bottom: 24px;
        margin-left: calc(-1.6rem + ((1vw - 0.36rem) * (-6.0241)));
    }
}

.lp-mediaConversion-imageGroup &gt; * {
    margin-left: 56px;
}

@media only screen and (max-width: 1024px) {
    .lp-mediaConversion-imageGroup &gt; * {
        margin-left: calc(1.6rem + ((1vw - 0.36rem) * (6.0241)));
    }
}

.lp-mediaConversion-text {
    margin-bottom: 40px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 0 0 6px #000;
}

@media only screen and (max-width: 1024px) {
    .lp-mediaConversion-text {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

.lp-mediaExample {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto 80px;
}

.lp-mediaExample-body {
    flex: 1;
    padding: 8px 4px;
    background: #00141c;
    font-size: 1.6rem;
    text-align: center;
}

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

.lp-step {
    -moz-column-gap: 56px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    margin-bottom: 80px;
    column-gap: 56px;
}

.lp-step-title {
    margin-bottom: 8px;
    color: #00547a;
    font-size: 2.4rem;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .lp-step-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-step-body {
    padding: 40px;
    background-color: #e5f8fb;
    color: #00141c;
}

@media only screen and (max-width: 1024px) {
    .lp-step-body {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (6.0241)));
        padding: calc(1.6rem + ((1vw - 0.36rem) * (3.61446)));
    }
    .lp-step-body:last-child {
        margin-bottom: 0;
    }
}

.lp-step-body.of-primary {
    position: relative;
    margin-bottom: 0;
    padding: 20px 40px 52px;
    background: #00141c;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .lp-step-body.of-primary {
        padding: calc(0.8rem + ((1vw - 0.36rem) * (1.80723))) calc(0.8rem + ((1vw - 0.36rem) * (4.81928))) calc(3.4rem + ((1vw - 0.36rem) * (2.71084)));
    }
}

.lp-step-body.of-primary::before {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 40px;
    height: 20px;
    transform: translateX(-50%);
    background: url("../../../../../img/ss/products/vision/iv-application-assistant/icon_02.png") no-repeat;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 1024px) {
    .lp-step-body.of-primary::before {
        bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.80723)));
        width: calc(2rem + ((1vw - 0.36rem) * (3.01205)));
        height: calc(1rem + ((1vw - 0.36rem) * (1.50602)));
    }
}

.lp-step-body.of-primary .lp-step-title {
    color: #fff;
}

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

.lp-step.of-column-2 {
    grid-template-columns: repeat(2, 1fr);
}

.lp-step.of-column-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1024px) {
    .lp-step[class*="of-column-"] {
        grid-auto-flow: row;
        grid-template-columns: repeat(1, 1fr);
    }
}

.lp-stepNumber {
    position: relative;
    margin-bottom: 16px;
    counter-reset: number;
}

.lp-stepNumber &gt; li {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 8px;
    padding: 8px 16px;
    background: #dbdbdb;
    color: #051921;
    font-size: 2rem;
    counter-increment: number;
}

@media only screen and (max-width: 1024px) {
    .lp-stepNumber &gt; li {
        padding: calc(0.4rem + ((1vw - 0.36rem) * (0.60241))) calc(0.8rem + ((1vw - 0.36rem) * (1.20482)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-stepNumber &gt; li:last-child {
    margin-bottom: 0;
}

.lp-stepNumber &gt; li::before {
    margin-right: 4px;
    white-space: nowrap;
    content: counter(number) ".";
}

.lp-stepNumber.of-animation {
    padding: 24px 0 24px 16px;
}

@media only screen and (max-width: 1024px) {
    .lp-stepNumber.of-animation {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.lp-stepNumber.of-animation::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 35%;
    background: #d4cc04;
    content: "";
}

.is-show .lp-stepNumber.of-animation::before {
    animation: stretch 2s forwards 1.5s;
}

.lp-stepNumber.of-animation &gt; li:first-child {
    background: #b2e6ee;
}

.lp-stepNumber.of-animation &gt; li:not(:first-child) {
    margin-left: 40px;
}

@media only screen and (max-width: 1365px) {
    .lp-stepNumber.of-animation &gt; li:not(:first-child) {
        margin-left: 0;
    }
}

.is-show .lp-stepNumber.of-animation &gt; li:nth-child(2) {
    animation: stepNumberForPC 0.5s forwards 1.5s;
}

@media only screen and (max-width: 1365px) {
    .is-show .lp-stepNumber.of-animation &gt; li:nth-child(2) {
        animation: stepNumberForSP 0.5s forwards 1.5s;
    }
}

.is-show .lp-stepNumber.of-animation &gt; li:nth-child(3) {
    animation: stepNumberForPC 0.5s forwards 2.5s;
}

@media only screen and (max-width: 1365px) {
    .is-show .lp-stepNumber.of-animation &gt; li:nth-child(3) {
        animation: stepNumberForSP 0.5s forwards 2.5s;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-fontWeight-bold {
    font-weight: bold;
}

.lp-utility-lineHeight-narrow {
    line-height: 1.25;
}

@media only screen and (max-width: 1024px) {
    .lp-extraSmallScreen-textAlign-left {
        text-align: left;
    }
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
    .lp-extraSmallScreen-body-large {
        font-size: 2rem;
    }
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .lp-extraSmallScreen-show {
        display: none;
    }
    .lp-largeScreen-last-child {
        margin-bottom: 0;
    }
}

@keyframes stretch {
    0% {
        height: 35%;
    }
    50% {
        height: 70%;
    }
    100% {
        height: 100%;
    }
}

@keyframes stepNumberForPC {
    0% {
        margin-left: 40px;
        background: #dbdbdb;
    }
    100% {
        margin-left: 0;
        background: #b2e6ee;
    }
}

@keyframes stepNumberForSP {
    0% {
        margin-left: 0;
        background: #dbdbdb;
    }
    100% {
        margin-left: 0;
        background: #b2e6ee;
    }
}

@keyframes stepFigureForPC {
    0% {
        -webkit-filter: grayscale(100%);
        transform: scale(0.8);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0);
        transform: scale(1);
        filter: grayscale(0);
    }
}

@keyframes stepFigureForSP {
    0% {
        -webkit-filter: grayscale(0);
        z-index: 1;
        transform: scale(1);
        filter: grayscale(0);
        opacity: 0;
    }
    100% {
        -webkit-filter: grayscale(0);
        z-index: 2;
        transform: scale(1);
        filter: grayscale(0);
        opacity: 1;
    }
}
</pre></body></html>