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

@font-face {
    src: url("//library.keyence.com/fonts/NotoSerifSC-ExtraLight.woff2") format("woff2"), url("//library.keyence.com/fonts/NotoSerifSC-ExtraLight.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifSC-ExtraLight.otf") format("opentype");
    font-display: swap;
    font-family: notoserif-sc;
    font-weight: 100;
}

@font-face {
    src: url("//library.keyence.com/fonts/NotoSerifTC-ExtraLight.woff2") format("woff2"), url("//library.keyence.com/fonts/NotoSerifTC-ExtraLight.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifTC-ExtraLight.otf") format("opentype");
    font-display: swap;
    font-family: notoserif-tc;
    font-weight: 100;
}

@font-face {
    src: url("//library.keyence.com/fonts/NotoSerifKR-ExtraLight.woff2") format("woff2"), url("//library.keyence.com/fonts/NotoSerifKR-ExtraLight.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifKR-ExtraLight.otf") format("opentype");
    font-display: swap;
    font-family: notoserif-kr;
    font-weight: 100;
}

.theme-KC .lp-jumbotron-series,
.theme-KC .lp-jumbotron-seriesName,
.theme-KC .lp-jumbotron-title,
.theme-KC .lp-textLink,
.theme-KC .lp-headingLevel2,
.theme-KC .lp-stepButton,
.theme-KC .lp-mediaAsset-text,
.theme-KC .lp-textPhoneLink,
.theme-KC .lp-figureStep-text {
    font-family: notoserif-sc, serif;
}

.theme-KC .lp-layout-header-logo img {
    width: 230px;
}

@media only screen and (max-width: 677px) {
    .theme-KC .lp-layout-header-logo img {
        width: 167px;
    }
}

.theme-KK .lp-jumbotron-series,
.theme-KK .lp-jumbotron-seriesName,
.theme-KK .lp-jumbotron-title,
.theme-KK .lp-jumbotron-text,
.theme-KK .lp-textLink,
.theme-KK .lp-headingLevel2,
.theme-KK .lp-stepButton,
.theme-KK .lp-mediaAsset-text,
.theme-KK .lp-textPhoneLink,
.theme-KK .lp-figureStep-text {
    font-family: notoserif-kr, serif;
}

.theme-KW .lp-jumbotron-series,
.theme-KW .lp-jumbotron-seriesName,
.theme-KW .lp-jumbotron-title,
.theme-KW .lp-jumbotron-text,
.theme-KW .lp-textLink,
.theme-KW .lp-headingLevel2,
.theme-KW .lp-stepButton,
.theme-KW .lp-mediaAsset-text,
.theme-KW .lp-textPhoneLink,
.theme-KW .lp-figureStep-text {
    font-family: notoserif-tc, serif;
}

.theme-KT .lp-jumbotron-series,
.theme-KT .lp-jumbotron-seriesName,
.theme-KT .lp-jumbotron-title,
.theme-KT .lp-jumbotron-text,
.theme-KT .lp-textLink,
.theme-KT .lp-headingLevel2,
.theme-KT .lp-stepButton,
.theme-KT .lp-mediaAsset-text,
.theme-KT .lp-textPhoneLink,
.theme-KT .lp-textPhoneLink-number &gt; a,
.theme-KT .lp-figureStep-text {
    font-family: Arial, sans-serif;
}

@keyframes fade-work-01 {
    0% {
        opacity: 0;
    }
    3.6% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-diagram-01 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-arrow-01 {
    0% {
        opacity: 0;
    }
    14.5% {
        opacity: 0;
    }
    21.8% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-work-02 {
    0% {
        opacity: 0;
    }
    3.6% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-diagram-02 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-arrow-02 {
    0% {
        opacity: 0;
    }
    3.6% {
        opacity: 1;
    }
    10.9% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-work-03 {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
    }
    6% {
        opacity: 1;
    }
    97.5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-diagram-03 {
    0% {
        opacity: 0;
    }
    6% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    97.5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-arrow-end {
    0% {
        opacity: 0;
    }
    4% {
        opacity: 1;
    }
    12% {
        opacity: 1;
    }
    97.5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

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

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-color-primary {
    color: #e61000;
}

.lp-smallScreen-show {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .lp-smallScreen-show {
        display: block !important;
    }
}

.lp-smallScreen-hide {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 677px) {
    .lp-extraSmallScreen-textAlign-left {
        text-align: left;
    }
}

.lp-largeScreen-show {
    display: block !important;
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-show {
        display: none !important;
    }
}

.lp-largeScreen-hide {
    display: none !important;
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-hide {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0 !important;
    }
}

[data-script-enabled="true"] .lp-layout-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    min-height: 700px;
}

@media only screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-layout-container {
        display: block;
    }
}

.lp-layout-header {
    z-index: 1;
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1024px) {
    .lp-layout-header {
        box-shadow: none;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: calc(1280px + 40px);
    min-height: 72px;
    margin: 0 auto;
    padding: 20px;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-header-content {
        flex-direction: column;
        min-height: inherit;
        text-align: center;
    }
}

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

.lp-layout-header-logo {
    line-height: 1;
}

.lp-layout-header-logo img {
    width: 126px;
}

@media only screen and (max-width: 677px) {
    .lp-layout-header-logo img {
        width: 90px;
    }
}

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

.lp-layout-header-utilityGroup {
    flex: 1;
    margin-left: 24px;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-header-utilityGroup {
        display: none;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: -16px;
    margin-left: -24px;
}

.lp-layout-header-utilityList &gt; li {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 24px;
}

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

@media only screen and (max-width: 1024px) {
    .lp-layout-header.of-telephone .lp-layout-header-utilityGroup {
        display: none;
    }
}

.lp-layout-header.of-telephone .lp-layout-header-content {
    justify-content: flex-start;
}

.lp-layout-header-telephone {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-header-telephone {
        display: none;
    }
}

.lp-layout-header-telephone a {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    text-decoration: none;
    cursor: inherit;
}

.lp-layout-header-telephone a::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 29px;
    height: 29px;
    transform: translateY(-50%);
    background: url("../../../../../img/core/icon_tel_l_trans.png") no-repeat;
    background-size: cover;
    content: "";
}

.lp-layout-main {
    flex: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-footer {
        border-top: #999 solid 1px;
    }
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 12px 20px;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-footer-content {
        flex-direction: column;
        align-items: center;
    }
}

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

.lp-layout-footer-utilityGroup {
    flex: 1;
    margin-left: 20px;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-footer-utilityGroup {
        flex: none;
        width: 100%;
        margin-left: 0;
    }
}

.lp-layout-footer-utilityList {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 1.2rem;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-footer-utilityList {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.lp-layout-footer-utilityList &gt; li {
    position: relative;
    margin-left: 28px;
    line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-footer-utilityList &gt; li {
        margin-left: 16px;
    }
}

.lp-layout-footer-utilityList &gt; li::before {
    display: block;
    position: absolute;
    top: 56%;
    left: -14px;
    width: 1px;
    height: 12px;
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}

@media only screen and (max-width: 1024px) {
    .lp-layout-footer-utilityList &gt; li::before {
        left: -8px;
        height: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-layout-footer-utilityList &gt; li:first-child {
        margin-left: 0;
    }
    .lp-layout-footer-utilityList &gt; li:first-child::before {
        content: none;
    }
}

.lp-layout-footer-utilityList &gt; li:last-child {
    margin-left: 0;
}

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

.lp-layout-footer-utilityList &gt; li.lp-layout-footer-copyright {
    order: -1;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-footer-utilityList &gt; li.lp-layout-footer-copyright {
        order: inherit;
        width: 100%;
        margin-top: 4px;
        text-align: center;
    }
}

.lp-layout-footer-utilityList a {
    color: #333;
    text-decoration: none;
}

.lp-layout-footer-utilityList a:hover, .lp-layout-footer-utilityList a:focus {
    text-decoration: underline;
}

.lp-navigationSeries {
    justify-content: flex-start;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-navigationSeries {
        justify-content: center;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-navigationSeries &gt; aside {
        width: 100%;
    }
}

.lp-navigationSeries-linkList {
    margin: -3px -10px 0 0;
    color: #333;
}

@media only screen and (max-width: 1024px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        margin-bottom: 8px;
    }
}

.lp-navigationSeries-linkList &gt; li {
    font-size: 1.2rem;
    line-height: 1;
}

.lp-navigationSeries-linkList &gt; li &gt; a {
    color: #333;
}

.lp-navigationSeries-linkList &gt; li &gt; a::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 12px;
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}

@media only screen and (max-width: 1024px) {
    .lp-navigationSeries-linkList &gt; li &gt; a::before {
        height: 12px;
    }
}

.lp-navigationSeries-linkList &gt; li:first-child &gt; a::before {
    display: none;
}

.lp-navigationSeries-outer {
    max-width: 50%;
    flex-shrink: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-navigationSeries-outer {
        width: 100%;
        margin-bottom: 8px;
    }
}

.lp-layout-grid {
    display: flex;
    margin: -45px 0 64px -48px;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-grid {
        margin-top: calc(-1.6rem + ((1vw - 1.025rem) * (-8.5044)));
        margin-bottom: calc(3.2rem + ((1vw - 1.025rem) * (9.38416)));
        margin-left: calc(-4rem + ((1vw - 1.025rem) * (-2.34604)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-layout-grid {
        flex-direction: column-reverse;
        margin-top: calc(-1.6rem + ((1vw - 0.361rem) * (-2.40964)));
        margin-bottom: calc(1.6rem + ((1vw - 0.361rem) * (2.40964)));
        margin-left: 0;
    }
    .lp-layout-grid .lp-layout-grid * {
        max-width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .lp-layout-grid {
        margin-bottom: 18px;
    }
}

.lp-layout-grid.of-primary .lp-layout-grid-column {
    flex-shrink: 1;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-grid.of-primary .lp-layout-grid-column {
        flex-shrink: 0;
    }
}

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

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

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

.lp-layout-grid-column {
    flex-shrink: 0;
    margin-top: 45px;
    padding-left: 48px;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-grid-column {
        margin-top: calc(1.6rem + ((1vw - 1.025rem) * (8.5044)));
        padding-left: calc(4rem + ((1vw - 1.025rem) * (2.34604)));
    }
}

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

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

.lp-layout-grid-column.lp-largeScreen-flexible {
    flex: 1;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-grid-column.lp-largeScreen-flexible {
        flex: none;
    }
}

.lp-layout-grid-column.lp-largeScreen-flexible-auto {
    flex: 0 1 auto;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-grid-column.lp-largeScreen-flexible-auto {
        flex: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-layout-grid-column .lp-smallScreen-flexible-disable {
        flex: none;
    }
}

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

.lp-layout-grid.of-justifyContent-center {
    justify-content: center;
}

.lp-jumbotron {
    background-image: linear-gradient(0deg, #dfe9f3 0%, #fff 100%);
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        justify-content: center;
        padding-bottom: calc(4rem + ((1vw - 0.361rem) * (6.0241)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-content {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-jumbotron-content {
        padding: 0 calc(3.2rem + ((1vw - 1.025rem) * (2.34604)));
    }
}

@media only screen and (min-width: 1025px) and (max-height: 700px) {
    .lp-jumbotron-content {
        padding: 0 80px;
    }
}

.lp-jumbotron-content * {
    max-width: 100%;
}

.lp-jumbotron-body {
    position: relative;
    flex: 1;
    padding: 24px 0;
}

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

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        flex: auto;
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 700px) {
    .lp-jumbotron-body {
        flex: auto;
    }
}

.lp-jumbotron-image {
    flex: 0 1 auto;
    flex-shrink: 0;
    max-width: 573px;
    margin-bottom: -72px;
    margin-left: 32px;
    padding-top: 72px;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-image {
        max-width: calc(46rem + ((1vw - 1.025rem) * (33.13783)));
        margin-bottom: calc(-6.4rem + ((1vw - 1.025rem) * (-2.34604)));
        margin-left: calc(2.8rem + ((1vw - 1.025rem) * (1.17302)));
        padding-top: calc(6.4rem + ((1vw - 1.025rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        max-width: calc(22rem + ((1vw - 0.361rem) * (21.08434)));
        margin-bottom: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-image {
        max-width: 220px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-jumbotron-image {
        max-width: calc((420 * 100vh) / 700);
        margin-bottom: calc((-40 * 100vh) / 700);
        padding-top: calc((40 * 100vh) / 700);
    }
}

@media only screen and (min-width: 1025px) and (max-height: 700px) {
    .lp-jumbotron-image {
        max-width: 420px;
        margin-bottom: -40px;
        padding-top: 40px;
    }
}

[data-script-enabled="true"] .lp-jumbotron-image {
    position: relative;
    right: -19px;
    opacity: 0;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-jumbotron-image {
        right: -9.5px;
    }
}

@media only screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-jumbotron-image {
        right: 0;
        padding-top: 0;
    }
}

[data-script-enabled="true"] .lp-jumbotron-image.is-active {
    right: 0;
    opacity: 1;
    transition: opacity 1s, right 0.8s;
}

@media only screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-jumbotron-image.is-active {
        transition: opacity 1s;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 24px;
    color: #222323;
    font-family: minion-3-display, serif;
    font-size: 6.4rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-title {
        margin-bottom: calc(1.6rem + ((1vw - 0.361rem) * (0.79602)));
        font-size: calc(3.4rem + ((1vw - 0.361rem) * (2.98507)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-title {
        margin-bottom: 16px;
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-jumbotron-title {
        margin-bottom: 19px;
        font-size: 5rem;
    }
}

.lp-jumbotron-title.of-text-small {
    font-size: 6rem;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-title.of-text-small {
        font-size: calc(2.8rem + ((1vw - 0.361rem) * (3.18408)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-title.of-text-small {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-jumbotron-title.of-text-small {
        font-size: calc((38 * 100vh) / 700);
    }
}

@media only screen and (min-width: 1025px) and (max-height: 700px) {
    .lp-jumbotron-title.of-text-small {
        font-size: 3.8rem;
    }
}

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

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(1.6rem + ((1vw - 0.361rem) * (0.79602)));
    }
}

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

@media only screen and (max-width: 360px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 25px;
    }
}

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

.lp-jumbotron-series {
    display: block;
    margin-bottom: 5px;
    font-family: minion-3-display, serif;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-series {
        font-size: calc(2rem + ((1vw - 0.361rem) * (1.59204)));
    }
}

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

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-jumbotron-series {
        font-size: 3rem;
    }
}

.lp-jumbotron-seriesName {
    display: block;
    margin-bottom: 8px;
    font-family: minion-3-display, serif;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-seriesName {
        font-size: calc(1.8rem + ((1vw - 0.361rem) * (0.99502)));
    }
}

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

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-jumbotron-seriesName {
        font-size: 2.5rem;
    }
}

.lp-jumbotron-seriesGroup {
    display: block;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
        align-items: center;
        margin-bottom: 8px;
    }
    .lp-jumbotron-seriesGroup * {
        max-width: 100%;
    }
}

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

[data-script-enabled="true"] .lp-jumbotron,
[data-script-enabled="true"] .lp-section {
    display: none;
    position: relative;
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-jumbotron,
    [data-script-enabled="true"] .lp-section {
        display: block;
    }
}

[data-script-enabled="true"] .lp-jumbotron.is-show,
[data-script-enabled="true"] .lp-section.is-show {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-jumbotron.is-show,
    [data-script-enabled="true"] .lp-section.is-show {
        display: block;
    }
}

.lp-section {
    overflow: hidden;
}

.lp-section.of-primary {
    background: #19191a;
    color: #fff;
}

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

.lp-section.of-conversion .lp-section-content {
    padding-bottom: 72px;
}

@media only screen and (max-width: 1365px) {
    .lp-section.of-conversion .lp-section-content {
        padding-bottom: calc(5.6rem + ((1vw - 1.025rem) * (4.69208)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-section.of-conversion .lp-section-content {
        padding-bottom: 32px;
    }
}

.lp-section-content {
    z-index: 0;
    position: relative;
    width: 100%;
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 24px 20px;
}

@media only screen and (max-width: 1024px) {
    .lp-section-content {
        padding: calc(2.4rem + ((1vw - 0.361rem) * (4.81928))) 20px calc(3.2rem + ((1vw - 0.361rem) * (3.61446)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-section-content {
        padding: 24px 20px 32px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-section-content {
        padding: 24px calc(2rem + ((1vw - 0.361rem) * (3.01205))) 32px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 700px) {
    .lp-section-content {
        padding: 24px 20px 32px;
    }
}

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

.lp-section-body {
    margin-bottom: 0;
}

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

.lp-navigation {
    display: none;
    background: #333;
    color: #fff;
}

[data-script-enabled="true"] .lp-navigation {
    display: block;
}

.lp-navigation-content {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.lp-navigation-list {
    display: flex;
    min-height: 72px;
}

@media only screen and (max-width: 1365px) {
    .lp-navigation-list {
        min-height: 60px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-navigation-list {
        min-height: 60px;
    }
}

.lp-navigation-list &gt; li {
    width: calc(100% / 5);
    border-left: solid 1px #666;
}

.lp-navigation-list.of-primary &gt; li {
    width: calc(100% / 4);
    border-left: solid 1px #666;
}

.lp-navigation-list &gt; li:last-child {
    border-right: solid 1px #666;
}

.lp-navigation-button {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 4px 6px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

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

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

.lp-navigation-button:hover {
    background: #2d3e33;
}

.lp-navigation-buttonContent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.lp-navigation-buttonContent.of-column {
    flex-direction: column;
    justify-content: flex-start;
}

.lp-navigation-button.is-current {
    background: #258452;
}

.lp-navigation-button.is-current .lp-LabelEmphasis {
    background-color: #fff;
    color: #e61000;
}

.lp-navigation-buttonInner {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
}

.lp-navigation-button.of-download {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.lp-navigation-button.of-download .lp-navigation-buttonContent {
    display: flex;
    position: relative;
    align-items: center;
}

.lp-navigation-button.of-download .lp-navigation-buttonText {
    margin-right: 12px;
}

.lp-navigation-button.of-download .lp-navigation-buttonImage {
    border: 1px solid #ccc;
}

.lp-navigation-button.of-download .lp-navigation-buttonImage &gt; img {
    min-width: 42px;
    max-width: 60px;
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-navigation-button.of-download .lp-navigation-buttonImage &gt; img {
        max-width: 42px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 24px;
    font-family: minion-3-display, serif;
    font-size: 5rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel2 {
        margin-bottom: calc(1.6rem + ((1vw - 0.361rem) * (0.79602)));
        font-size: calc(2.8rem + ((1vw - 0.361rem) * (2.18905)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-headingLevel2 {
        margin-bottom: 16px;
        font-size: 2.8rem;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-headingLevel2 {
        margin-bottom: 18px;
        font-size: 4rem;
    }
}

.lp-headingLevel2.of-text-small {
    font-size: 4rem;
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel2.of-text-small {
        font-size: calc(2.8rem + ((1vw - 0.361rem) * (1.19403)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-headingLevel2.of-text-small {
        font-size: 2.8rem;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-headingLevel2.of-text-small {
        font-size: 4rem;
    }
}

.lp-figureMotion {
    position: relative;
    width: 100%;
    max-width: 784px;
    margin-bottom: 24px;
}

.lp-figureMotion img {
    max-width: calc(60rem + ((1vw - 1.024rem) * (45.45455)));
}

@media only screen and (max-width: 1024px) {
    .lp-figureMotion img {
        max-width: calc(36rem + ((1vw - 0.36rem) * (63.85542)));
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-figureMotion img {
        max-width: 580px;
    }
}

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

.lp-figureMotion-image.of-rotate {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate {
    animation-fill-mode: none;
    animation-play-state: running;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate:nth-child(2) {
    animation: fade-work-01 2.2s linear forwards 0s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate:nth-child(3) {
    animation: fade-diagram-01 2.2s linear forwards 0s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate.of-arrow-01 {
    animation: fade-arrow-01 2.2s linear forwards 0s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate:nth-child(4) {
    animation: fade-work-02 2.2s linear forwards 2s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate:nth-child(5) {
    animation: fade-diagram-02 2.2s linear forwards 2s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate.of-arrow-02 {
    animation: fade-arrow-02 2.2s linear forwards 2s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate.of-rotate:nth-child(6) {
    animation: fade-work-03 4s linear forwards 4s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate.of-rotate:nth-child(7) {
    animation: fade-diagram-03 4s linear forwards 4s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate.of-arrow-03 {
    animation: fade-arrow-end 4s linear forwards 4s;
}

.lp-figureStep {
    position: relative;
    width: 472px;
    margin-bottom: 16px;
    overflow: hidden;
}

.lp-figureStep[role="tabpanel"] {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-figureStep {
        width: calc(42rem + ((1vw - 1.025rem) * (15.24927)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-figureStep {
        width: calc(26.8rem + ((1vw - 0.361rem) * (43.9759)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-figureStep {
        width: 268px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-figureStep {
        width: calc((268 * 100vh) / 700);
    }
}

@media only screen and (min-width: 1025px) and (max-height: 700px) {
    .lp-figureStep {
        width: 268px;
    }
}

[data-script-enabled="true"] .lp-figureStep {
    display: none;
    opacity: 0;
}

[data-script-enabled="true"] .lp-figureStep.is-active {
    display: block;
    animation: fadeIn 1s linear both;
    opacity: 1;
}

.lp-figureStep-text {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 28px;
    background: #467e8b;
    color: #fff;
    font-family: minion-3-display, serif;
    font-size: 4.2rem;
    font-style: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 1365px) {
    .lp-figureStep-text {
        padding: calc(1.4rem + ((1vw - 1.025rem) * (0.58651))) calc(2.4rem + ((1vw - 1.025rem) * (1.17302)));
        font-size: calc(3.2rem + ((1vw - 1.025rem) * (2.93255)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-figureStep-text {
        padding: calc(1.2rem + ((1vw - 0.361rem) * (0.3012))) calc(1.8rem + ((1vw - 0.361rem) * (0.90361)));
        font-size: calc(1.8rem + ((1vw - 0.361rem) * (2.10843)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-figureStep-text {
        padding: 12px 18px;
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-figureStep-text {
        padding: 10px 16px;
        font-size: 3.1rem;
    }
}

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

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin-top: -24px;
    margin-bottom: 48px;
    margin-left: -32px;
}

@media only screen and (max-width: 1365px) {
    .lp-listButton {
        margin-bottom: calc(2.4rem + ((1vw - 0.361rem) * (2.38806)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-listButton {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 32px;
        margin-left: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-listButton {
        margin-bottom: calc((32 * 100vh) / 700);
    }
}

@media only screen and (min-width: 1025px) and (max-height: 700px) {
    .lp-listButton {
        margin-bottom: 32px;
    }
}

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

.lp-listButton &gt; li {
    margin-top: 24px;
    margin-left: 32px;
}

@media only screen and (max-width: 1024px) {
    .lp-listButton &gt; li {
        margin-left: 0;
    }
}

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

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

.lp-media {
    width: 100%;
    margin-bottom: 46px;
}

@media only screen and (max-width: 1365px) {
    .lp-media {
        margin-bottom: calc(2.4rem + ((1vw - 0.361rem) * (2.18905)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-media {
        max-width: calc(28rem + ((1vw - 0.361rem) * (13.55422)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-media {
        max-width: 280px;
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-media {
        margin-bottom: calc((24 * 100vh) / 700);
    }
}

@media only screen and (min-width: 1025px) and (max-height: 700px) {
    .lp-media {
        margin-bottom: 24px;
    }
}

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

.lp-media-content * {
    max-width: 100%;
}

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

.lp-media-text {
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1365px) {
    .lp-media-text {
        font-size: calc(1.4rem + ((1vw - 1.025rem) * (1.17302)));
    }
}

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

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

.lp-media-image {
    flex-shrink: 0;
    order: -1;
    max-width: 264px;
    margin-bottom: 16px;
}

.lp-media-image &gt; img {
    border: solid 1px #606060;
}

@media only screen and (max-width: 1365px) {
    .lp-media-image {
        max-width: calc(21.2rem + ((1vw - 1.025rem) * (15.24927)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-media-image {
        max-width: calc(28rem + ((1vw - 0.361rem) * (13.55422)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-media-image {
        max-width: 280px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-media-image {
        max-width: 180px;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 1260px;
    margin: 0 auto 24px;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaAsset {
        max-width: calc(88rem + ((1vw - 1.025rem) * (111.43695)));
    }
}

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

.lp-mediaAsset-body {
    flex: 1;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .lp-mediaAsset-body {
        flex: none;
        width: 100%;
    }
}

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

.lp-mediaAsset-text {
    margin-bottom: 40px;
    font-family: minion-3-display, serif;
    font-size: 6rem;
    font-style: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaAsset-text {
        font-size: calc(4rem + ((1vw - 1.025rem) * (5.8651)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaAsset-text {
        margin-bottom: calc(2.4rem + ((1vw - 0.361rem) * (2.40964)));
        font-size: calc(2.4rem + ((1vw - 0.361rem) * (0.3012)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-mediaAsset-text {
        margin-bottom: 24px;
        font-size: 2.4rem;
    }
}

.lp-mediaAsset-image {
    flex-shrink: 0;
    max-width: 500px;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaAsset-image {
        max-width: calc(38rem + ((1vw - 1.025rem) * (35.19062)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaAsset-image {
        max-width: calc(25rem + ((1vw - 0.361rem) * (19.57831)));
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 360px) {
    .lp-mediaAsset-image {
        max-width: 250px;
    }
}

.lp-mediaWork {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaWork {
        margin-bottom: calc(3.2rem + ((1vw - 1.025rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaWork {
        margin-bottom: calc(2.4rem + ((1vw - 0.361rem) * (1.20482)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-mediaWork {
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-mediaWork {
        margin-bottom: calc((24 * 100vh) / 700);
    }
}

@media only screen and (min-width: 1025px) and (max-height: 700px) {
    .lp-mediaWork {
        margin-bottom: 24px;
    }
}

.lp-mediaWork-image {
    width: 100%;
    max-width: 672px;
    min-height: 0%;
    margin: 0 auto 8px;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaWork-image {
        max-width: calc(47rem + ((1vw - 1.025rem) * (59.23754)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaWork-image {
        max-width: calc(28rem + ((1vw - 0.361rem) * (28.61446)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-mediaWork-image {
        max-width: 280px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-mediaWork-image {
        max-width: 420px;
    }
}

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

.lp-mediaWork-group {
    margin-bottom: 40px;
    text-align: center;
}

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

@media only screen and (max-width: 1365px) {
    .lp-mediaWork-group {
        margin-bottom: calc(3.2rem + ((1vw - 1.025rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaWork-group {
        margin-bottom: calc(2.4rem + ((1vw - 0.361rem) * (1.20482)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-mediaWork-group {
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-mediaWork-group {
        margin-bottom: calc((24 * 100vh) / 700);
    }
}

@media only screen and (min-width: 1025px) and (max-height: 700px) {
    .lp-mediaWork-group {
        margin-bottom: 24px;
    }
}

.lp-mediaWork-group.of-swiper {
    position: relative;
    max-width: 772px;
    margin: 0 auto 24px;
    padding-bottom: 24px;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaWork-group.of-swiper {
        max-width: calc(57rem + ((1vw - 1.025rem) * (59.23754)));
        padding-bottom: calc(1.6rem + ((1vw - 1.025rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaWork-group.of-swiper {
        max-width: calc(38rem + ((1vw - 0.361rem) * (28.61446)));
        padding-bottom: 16px;
    }
}

@media only screen and (max-width: 360px) {
    .lp-mediaWork-group.of-swiper {
        max-width: 380px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-mediaWork-group.of-swiper {
        max-width: 520px;
        padding-bottom: calc((16 * 100vh) / 700);
    }
}

@media only screen and (min-width: 1025px) and (max-height: 700px) {
    .lp-mediaWork-group.of-swiper {
        padding-bottom: 16px;
    }
}

.lp-mediaWork-group.of-swiper .lp-mediaWork {
    margin-bottom: 0;
}

.lp-mediaWork-group.of-swiper .lp-mediaWork-body {
    padding-bottom: 16px;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaWork-group.of-swiper .lp-mediaWork-body {
        padding-bottom: calc(0.8rem + ((1vw - 1.025rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaWork-group.of-swiper .lp-mediaWork-body {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-mediaWork-group.of-swiper .lp-mediaWork-body {
        padding-bottom: 0;
    }
}

.lp-mediaWork-group.of-swiper .swiper-container {
    box-sizing: content-box;
    width: calc(100% - 100px);
}

@media only screen and (max-width: 360px) {
    .lp-mediaWork-group.of-swiper .swiper-container {
        width: calc(100% - 50px);
    }
}

.lp-mediaWork-group.of-swiper .swiper-pagination {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.lp-mediaWork-group.of-swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 10px;
    background: #777;
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .lp-mediaWork-group.of-swiper .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0 7px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-mediaWork-group.of-swiper .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0 7px;
    }
}

.lp-mediaWork-group.of-swiper .swiper-pagination-bullet-active {
    background: #4cbf58;
}

.lp-mediaWork-group.of-swiper .swiper-button-prev,
.lp-mediaWork-group.of-swiper .swiper-button-next {
    display: block;
    position: absolute;
    top: calc((100% - 48px) * 0.5);
    width: 28px;
    height: 28px;
    border-top: 1px solid #777;
    background: none;
    content: "";
}

@media only screen and (max-width: 1024px) {
    .lp-mediaWork-group.of-swiper .swiper-button-prev,
    .lp-mediaWork-group.of-swiper .swiper-button-next {
        top: calc((100% - 32px) * 0.5);
        width: 22px;
        height: 22px;
    }
}

@media only screen and (max-width: 677px) {
    .lp-mediaWork-group.of-swiper .swiper-button-prev,
    .lp-mediaWork-group.of-swiper .swiper-button-next {
        width: 17px;
        height: 17px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-mediaWork-group.of-swiper .swiper-button-prev,
    .lp-mediaWork-group.of-swiper .swiper-button-next {
        top: calc((100% - 32px) * 0.5);
        width: 22px;
        height: 22px;
    }
}

.lp-mediaWork-group.of-swiper .swiper-button-prev {
    left: 0;
    transform: rotate(-45deg);
    border-left: 1px solid #777;
}

@media only screen and (max-width: 677px) {
    .lp-mediaWork-group.of-swiper .swiper-button-prev {
        left: 21px;
    }
}

@media only screen and (max-width: 360px) {
    .lp-mediaWork-group.of-swiper .swiper-button-prev {
        left: 0;
    }
}

.lp-mediaWork-group.of-swiper .swiper-button-next {
    right: 0;
    transform: rotate(45deg);
    border-right: 1px solid #707070;
}

@media only screen and (max-width: 677px) {
    .lp-mediaWork-group.of-swiper .swiper-button-next {
        right: 21px;
    }
}

@media only screen and (max-width: 360px) {
    .lp-mediaWork-group.of-swiper .swiper-button-next {
        right: 0;
    }
}

.lp-label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 24px;
    border: 1px solid #e61000;
    color: #e61000;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;
}

@media only screen and (max-width: 1365px) {
    .lp-label {
        padding: 4px calc(2rem + ((1vw - 0.361rem) * (0.39801)));
        font-size: calc(1.6rem + ((1vw - 0.361rem) * (0.59701)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-label {
        padding: 4px 20px;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-label {
        padding: calc((4 * 100vh) / 700) calc((14 * 100vh) / 700);
        font-size: calc((18 * 100vh) / 700);
    }
}

@media only screen and (min-width: 1025px) and (max-height: 700px) {
    .lp-label {
        padding: 4px 14px;
        font-size: 1.8rem;
    }
}

.lp-label-outer {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1365px) {
    .lp-label-outer {
        margin-bottom: calc(0.4rem + ((1vw - 0.361rem) * (0.39801)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-label-outer {
        flex-direction: column;
        align-items: center;
    }
    .lp-label-outer * {
        max-width: 100%;
    }
}

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

.lp-step {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .lp-step {
        width: calc(26.8rem + ((1vw - 0.361rem) * (43.9759)));
        margin: 0 auto calc(2.4rem + ((1vw - 0.361rem) * (2.40964)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-step {
        width: 268px;
        margin-bottom: 24px;
    }
}

.lp-step &gt; li {
    margin-bottom: 56px;
    counter-increment: number;
}

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

.lp-step &gt; li:last-child .lp-stepButton::after {
    content: none;
}

@media only screen and (max-width: 1365px) {
    .lp-step &gt; li {
        margin-bottom: calc(3.2rem + ((1vw - 1.025rem) * (7.03812)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-step &gt; li {
        margin-bottom: calc(2.4rem + ((1vw - 0.361rem) * (8.43373)));
        padding-left: calc(5.2rem + ((1vw - 0.361rem) * (1.80723)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-step &gt; li {
        margin-bottom: 24px;
        padding-left: 52px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-step &gt; li {
        margin-bottom: 24px;
    }
}

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

.lp-stepButton {
    z-index: 1;
    position: relative;
    margin-bottom: 16px;
    margin-left: 64px;
    outline: none;
    color: #7b8085;
    font-family: minion-3-display, serif;
    font-size: 4rem;
    font-style: normal;
    line-height: 1.3;
    text-align: left;
}

@media only screen and (max-width: 1365px) {
    .lp-stepButton {
        margin-left: calc(5.6rem + ((1vw - 1.025rem) * (2.34604)));
        font-size: calc(3.2rem + ((1vw - 1.025rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-stepButton {
        margin-left: 0;
        font-size: calc(1.8rem + ((1vw - 0.361rem) * (2.10843)));
    }
}

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

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-stepButton {
        font-size: 2.8rem;
    }
}

.lp-stepButton.of-text-small {
    font-size: 3.2rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1365px) {
    .lp-stepButton.of-text-small {
        font-size: calc(2.6rem + ((1vw - 1.025rem) * (1.75953)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-stepButton.of-text-small {
        font-size: calc(1.8rem + ((1vw - 0.361rem) * (1.20482)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-stepButton.of-text-small {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-stepButton.of-text-small {
        font-size: 2.8rem;
    }
}

.lp-stepButton:focus {
    box-shadow: 0 0 2px #000;
}

.lp-stepButton:focus::before {
    box-shadow: 0 0 2px #000;
}

.lp-stepButton::before {
    position: absolute;
    top: 5px;
    left: -62px;
    padding: 8px;
    background: #a1aab2;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    content: counter(number, decimal-leading-zero);
}

@media only screen and (max-width: 1365px) {
    .lp-stepButton::before {
        top: calc(0.4rem + ((1vw - 1.025rem) * (0.29326)));
        left: calc(-5rem + ((1vw - 1.025rem) * (-3.51906)));
        font-size: calc(1.8rem + ((1vw - 1.025rem) * (1.75953)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-stepButton::before {
        top: calc(0.4rem + ((1vw - 0.361rem) * (0.1506)));
        left: calc(-5rem + ((1vw - 0.361rem) * (-1.80723)));
        padding: calc(0.4rem + ((1vw - 0.361rem) * (0.60241)));
        font-size: calc(1.4rem + ((1vw - 0.361rem) * (0.39801)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-stepButton::before {
        top: 4px;
        left: -50px;
        padding: 4px;
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-stepButton::before {
        top: 2px;
        font-size: 1.8rem;
    }
}

.lp-stepButton::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 12px;
    left: -43px;
    width: 1px;
    height: calc(100% + 56px);
    outline: none !important;
    background: #a1aab2;
    content: "";
}

@media only screen and (max-width: 1365px) {
    .lp-stepButton::after {
        left: calc(-3.5rem + ((1vw - 1.025rem) * (-2.34604)));
        height: calc(100% + 6vw);
    }
}

@media only screen and (max-width: 1024px) {
    .lp-stepButton::after {
        left: calc(-4rem + ((1vw - 0.361rem) * (-0.90361)));
        height: calc(100% + 8vw);
    }
}

@media only screen and (max-width: 360px) {
    .lp-stepButton::after {
        left: -40px;
        height: calc(100% + 24px);
    }
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-stepButton::after {
        height: calc(100% + 24px);
    }
}

.lp-stepButton.is-active {
    color: #222323;
}

.lp-stepButton.is-active::before {
    background: #467e8b;
}

.lp-text {
    margin-bottom: 48px;
    font-size: 1.6rem;
    line-height: 1.4;
}

@media only screen and (max-width: 1365px) {
    .lp-text {
        margin-bottom: calc(2.4rem + ((1vw - 0.361rem) * (2.38806)));
    }
}

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

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-text {
        margin-bottom: calc((16 * 100vh) / 700);
        font-size: calc((16 * 100vh) / 700);
    }
}

@media only screen and (min-width: 1025px) and (max-height: 700px) {
    .lp-text {
        margin-bottom: 16px;
        font-size: 1.6rem;
    }
}

.lp-textLink {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    color: #222323;
    font-family: minion-3-display, serif;
    font-size: 1.8rem;
    font-style: normal;
}

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

@media only screen and (min-width: 1025px) and (max-height: 900px) {
    .lp-textLink {
        font-size: 1.6rem;
    }
}

.lp-textLink::before {
    box-sizing: border-box;
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 11px;
    height: 4px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 12px solid #333;
    content: "";
}

.lp-textPhoneLink {
    margin-bottom: 6px;
    font-family: minion-3-display, serif;
    font-size: 2.6rem;
    font-style: normal;
}

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

.lp-textPhoneLink-number {
    display: inline-block;
    position: relative;
    align-items: center;
    margin-bottom: 8px;
    text-decoration: none;
}

@media only screen and (max-width: 677px) {
    .lp-textPhoneLink-number {
        display: block;
    }
}

.lp-textPhoneLink-number &gt; a {
    position: relative;
    color: #373838;
    font-family: minion-3-display, serif;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    text-decoration: none;
    cursor: default;
}

@media only screen and (max-width: 677px) {
    .lp-textPhoneLink-number &gt; a {
        font-size: 2.2rem;
    }
}
</pre></body></html>