@charset "UTF-8";

.ss-layout-header {
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}

@media only screen and (max-width: 1025px) {
    .ss-layout-header {
        border-bottom: 0;
    }
}

.ss-layout-header-content {
    display: flex;
    align-items: center;
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 18px 20px;
}

@media only screen and (max-width: 1599px) {
    .ss-layout-header-content {
        padding: 16px 20px;
    }
}

.ss-layout-header-content > * {
    margin-bottom: 0;
}

.ss-layout-header-logo {
    margin-bottom: 0;
    line-height: 1;
}

.ss-layout-header-logo img {
    width: 91px;
    vertical-align: middle;
}

.ss-layout-header-logoGroup {
    display: flex;
    align-items: center;
}

.ss-layout-header-series {
    margin-bottom: 0;
    margin-left: 30px;
    font-size: 1.5rem;
}

@media only screen and (max-width: 1025px) {
    .ss-layout-header-series {
        display: none;
    }
}

.ss-layout-header-telNumberOuter {
    max-width: 1280px;
    margin-left: auto;
    padding: 0 20px;
}

.ss-layout-header-telNumberOuter.of-primary .ss-layout-header-telNumber {
    margin-bottom: 0;
}

.ss-layout-header-telNumberOuter.of-primary .ss-layout-header-telNumber a {
    font-size: 2rem;
}

.ss-layout-header-telNumberOuter.of-primary .TelSlsh {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .ss-layout-header .ss-layout-header-telNumberOuter {
        display: none;
    }
}

.ss-layout-header-telNumber a {
    position: relative;
    padding-left: 24px;
    color: #333;
    font-size: 2.2rem;
    text-decoration: none;
    white-space: nowrap;
    cursor: inherit;
}

.ss-layout-header-telNumber a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 29px;
    height: 29px;
    margin-top: 1px;
    transform: translateY(-50%);
    background: url("../../../../../img/core/icon_tel_l_trans.png");
    background-size: cover;
    content: "";
}

.ss-layout-header-telNumber img {
    display: none;
}

.ss-layout-header-telNumber .TelSlsh {
    padding: 0 10px;
    color: #333;
}

.ss-layout-main {
    position: relative;
}

.ss-layout-footer {
    border-top: 1px solid #e0e0e0;
    background: #fff;
}

.ss-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 18px 20px;
}

@media only screen and (max-width: 1025px) {
    .ss-layout-footer-content {
        flex-direction: column-reverse;
    }
}

.ss-layout-footer-copyright {
    margin-bottom: 0;
    color: #a6a6a6;
    font-size: 1rem;
}

@media only screen and (max-width: 1025px) {
    .ss-layout-footer-copyright {
        text-align: center;
    }
}

.ss-layout-footer-utilityList {
    display: flex;
    margin-left: 10px;
}

.ss-layout-footer-utilityList > li {
    position: relative;
    padding: 0 10px;
}

.ss-layout-footer-utilityList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    background: #a6a6a6;
    content: "";
}

@media only screen and (max-width: 1025px) {
    .ss-layout-footer-utilityList > li:first-child::before {
        content: none;
    }
}

.ss-layout-footer-utilityList a {
    display: block;
    color: #a6a6a6;
    font-size: 1rem;
    text-decoration: none;
}

.ss-section {
    overflow: hidden;
}

@media only screen and (max-width: 1025px) {
    .ss-section {
        padding-top: 0;
    }
}

.ss-section.of-primary {
    color: #666;
}

.ss-section.of-primary .ss-headingLevel2 {
    color: #3d444d;
}

.ss-section.of-secondary {
    position: relative;
    background: #091127;
    color: #fff;
}

.ss-section.of-secondary .ss-section-content {
    background: url("../../../../../img/ss/products/measure-sys/vr/vr_bg_01.png") top right no-repeat #091127;
}

@media only screen and (max-width: 1025px) {
    .ss-section.of-secondary .ss-section-content {
        background: #091127;
    }
}

.ss-section.of-tertiary {
    position: relative;
    background: #fff;
    color: #666;
}

.ss-section.of-tertiary::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-37deg) translateX(67%);
    background: linear-gradient(to right, #2e75c4 0, #052563 50%);
    content: "";
}

@media only screen and (max-width: 1025px) {
    .ss-section.of-tertiary {
        background: #fff;
    }
    .ss-section.of-tertiary::after {
        content: none;
    }
}

.ss-section.of-tertiary .ss-headingLevel2 {
    color: #3d444d;
}

.ss-section.of-quaternary {
    background: url("../../../../../img/ss/products/measure-sys/vr/vr_bg_02.png") top right no-repeat #091127;
    color: #fff;
}

@media only screen and (max-width: 1599px) {
    .ss-section.of-quaternary {
        background-size: contain;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-section.of-quaternary {
        background: #091127;
    }
}

.ss-section.of-contact {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .ss-section.of-contact .ss-section-content {
        display: inherit;
        justify-content: center;
        padding: 0 20px 20px;
    }
}

.ss-section-content {
    display: flex;
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 96px 20px 0;
}

@media only screen and (max-width: 1599px) {
    .ss-section-content {
        padding: 96px 25px 0;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-section-content {
        min-height: 0%;
        padding: 15px 25px 45px;
    }
    .ss-section-content:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.ss-section-content > *:last-child {
    margin-bottom: 0;
}

.ss-section-content.is-scroll {
    overflow: auto;
}

.ss-section-group {
    position: relative;
    min-height: calc((660 * 100vh) / 980);
}

@media only screen and (max-width: 1599px) {
    .ss-section-group {
        min-height: 730px;
    }
}

@media screen and (max-height: 940px) {
    .ss-section-group {
        min-height: auto;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-section-group {
        min-height: 0%;
    }
}

.ss-section-group > * {
    display: flex;
    z-index: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

.ss-section-group > * .ss-section-content {
    width: 100%;
}

[data-script-enabled="true"] .ss-section-group > * {
    display: none;
}

@media only screen and (max-width: 1025px) {
    [data-script-enabled="true"] .ss-section-group > * {
        display: block;
    }
}

[data-script-enabled="true"] .ss-section-group > *.is-active {
    display: flex;
    animation: fadeIn 0.2s linear 0s;
}

.ss-section-group > *:last-child {
    margin-bottom: 0;
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

@media only screen and (max-width: 1025px) {
    .lp-buttonConversion {
        width: 100%;
    }
}

.lp-buttonConversion-body {
    justify-content: center;
    padding: 10px 25px 12px 36px;
}

.lp-buttonConversion-text {
    display: flex;
}

@media only screen and (max-width: 1599px) {
    .lp-buttonConversion-text {
        font-size: calc((20 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 1025px) {
    .lp-buttonConversion-text {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-text > span {
    display: flex;
    align-items: center;
    min-height: 23px;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -10px;
    margin-left: -20px;
}

@media only screen and (max-width: 1025px) {
    .lp-listButton {
        flex-direction: column;
        max-width: 400px;
        margin: 0 auto;
    }
}

.lp-listButton > li {
    margin-top: 20px;
    margin-left: 10px;
}

@media only screen and (max-width: 1025px) {
    .lp-listButton > li {
        margin-left: 0;
    }
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

.lp-buttonConversion.of-iconArrow {
    position: relative;
}

.lp-buttonConversion.of-iconArrow::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    border-width: 6px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

@media only screen and (max-width: 1025px) {
    .lp-buttonConversion.of-iconArrow::before {
        left: 30px;
    }
}

.ss-jumbotron {
    display: flex;
    position: relative;
    width: 100%;
}

.ss-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 1025px) {
    .ss-jumbotron-content {
        flex-direction: column-reverse;
    }
}

.ss-jumbotron-body {
    width: 800px;
    margin-top: 16px;
    padding: 0 60px 0 20px;
}

@media screen and (max-height: 620px) {
    .ss-jumbotron-body {
        width: 800px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-jumbotron-body {
        width: calc((810 * 100vw) / 1600);
        margin-top: calc((16 * 100vw) / 1600);
        padding: 0 calc((60 * 100vw) / 1600) 0 calc((20 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 1025px) {
    .ss-jumbotron-body {
        flex: none;
        width: 100%;
        max-width: 640px;
        margin-top: 0;
        padding: 0;
    }
}

.ss-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-title {
    display: block;
    position: relative;
    margin-bottom: 36px;
    font-size: 5.8rem;
    line-height: 1.2;
}

@media screen and (max-height: 940px) {
    .ss-jumbotron-title {
        margin-bottom: 20px;
        font-size: 5.6rem;
    }
}

@media screen and (max-height: 620px) {
    .ss-jumbotron-title {
        font-size: 5.2rem;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-jumbotron-title {
        margin-bottom: calc((36 * 100vw) / 1600);
        font-size: calc((58 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 640px) {
    .ss-jumbotron-title {
        margin-bottom: 20px;
        font-size: 2.6rem;
    }
}

.ss-jumbotron-titleGroup {
    margin-bottom: 48px;
    color: #3d444d;
    text-align: center;
}

@media only screen and (max-width: 1599px) {
    .ss-jumbotron-titleGroup {
        margin-bottom: calc((30 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 640px) {
    .ss-jumbotron-titleGroup {
        margin-bottom: 26px;
    }
}

.ss-jumbotron-series {
    display: block;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (max-width: 1599px) {
    .ss-jumbotron-series {
        font-size: calc((24 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 1025px) {
    .ss-jumbotron-series {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 640px) {
    .ss-jumbotron-series {
        font-size: 1.6rem;
    }
}

.ss-jumbotron-seriesName {
    white-space: nowrap;
}

.ss-jumbotron-image {
    width: 800px;
    min-height: 0%;
    margin-bottom: -124px;
    text-align: center;
}

@media screen and (max-height: 940px) {
    .ss-jumbotron-image {
        width: calc((500 * 100vh) / 620);
        margin-bottom: calc((-70 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-jumbotron-image {
        width: 580px;
        margin-bottom: -65px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-jumbotron-image {
        width: calc((620 * 100vw) / 1600);
        margin-bottom: calc((-70 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 1025px) {
    .ss-jumbotron-image {
        width: calc((740 * 100vw) / 1025);
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    .ss-jumbotron-image {
        width: calc((300 * 100vw) / 360);
    }
}

.ss-jumbotron-image > img {
    margin-left: -62px;
}

@media screen and (max-height: 940px) {
    .ss-jumbotron-image > img {
        margin-left: calc((-62 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-jumbotron-image > img {
        margin-left: -62px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-jumbotron-image > img {
        margin-left: calc((-62 * 100vw) / 1600);
    }
}

[data-script-enabled="true"] .ss-jumbotron-image {
    opacity: 0;
}

[data-script-enabled="true"] .ss-jumbotron-body {
    opacity: 0;
}

[data-script-enabled="true"] .is-active .ss-jumbotron-image,
[data-script-enabled="true"] .is-show .ss-jumbotron-image {
    animation: fadeIn 0.6s linear 0.3s forwards;
}

[data-script-enabled="true"] .is-active .ss-jumbotron-body,
[data-script-enabled="true"] .is-show .ss-jumbotron-body {
    animation: fadeIn 0.6s linear 0.9s forwards;
}

.ss-headingLevel2 {
    position: relative;
    margin-bottom: 45px;
    font-size: 5.8rem;
    font-weight: normal;
    line-height: 1.2;
}

@media screen and (max-height: 940px) {
    .ss-headingLevel2 {
        margin-bottom: calc((20 * 100vh) / 620);
        font-size: calc((40 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-headingLevel2 {
        margin-bottom: 20px;
        font-size: 4rem;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-headingLevel2 {
        margin-bottom: calc((5 * 100vw) / 1600);
        font-size: calc((58 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 1025px) {
    .ss-headingLevel2 {
        margin-bottom: calc((20 * 100vw) / 1025);
    }
}

@media only screen and (max-width: 640px) {
    .ss-headingLevel2 {
        margin-bottom: 20px;
        font-size: 2.6rem;
    }
}

.ss-headingLevel2 em {
    margin-bottom: 10px;
    font-weight: normal;
}

@media screen and (max-height: 940px) {
    .ss-headingLevel2 em {
        margin-bottom: calc((5 * 100vh) / 620);
    }
}

@media only screen and (max-width: 1025px) {
    .ss-headingLevel2 em {
        margin-bottom: 5px;
    }
}

.ss-headingLevel3 {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 20px;
    background: linear-gradient(to right, #055778, #023454);
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.2;
}

.ss-headingLevel3-outer {
    display: block;
}

@media screen and (max-height: 940px) {
    .ss-headingLevel3 {
        font-size: calc((18 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-headingLevel3 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-headingLevel3 {
        font-size: calc((24 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 1025px) {
    .ss-headingLevel3 {
        padding: 5px 10px;
        font-size: calc((24 * 100vw) / 1025);
    }
}

@media only screen and (max-width: 640px) {
    .ss-headingLevel3 {
        font-size: 1.8rem;
    }
}

.ss-text {
    font-size: 2.4rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1599px) {
    .ss-text {
        font-size: calc((24 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 1025px) {
    .ss-text {
        font-size: 1.8rem;
    }
}

@media screen and (max-height: 940px) {
    .ss-text {
        font-size: calc((16 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-text {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 640px) {
    .ss-text {
        font-size: 1.6rem;
    }
}

.ss-textGroup {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1599px) {
    .ss-textGroup {
        margin-bottom: calc((50 * 100vw) / 1600);
        font-size: calc((24 * 100vw) / 1600);
    }
}

@media screen and (max-height: 940px) {
    .ss-textGroup {
        margin-bottom: calc((5 * 100vh) / 620);
    }
}

@media only screen and (max-width: 1025px) {
    .ss-textGroup {
        margin-bottom: 18px;
        font-size: 1.6rem;
    }
}

@media screen and (max-height: 940px) and (max-width: 1599px) {
    .ss-textGroup {
        margin-bottom: calc((5 * 100vh) / 620);
    }
}

.ss-textLabel {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #3c4453;
    font-size: 14px;
}

.ss-textLabel-outer {
    display: block;
}

.ss-textGroup .ss-textLabel-outer {
    order: -1;
    margin-bottom: 12px;
}

@media only screen and (max-width: 1025px) {
    .ss-textGroup .ss-textLabel-outer {
        margin-bottom: calc((12 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 640px) {
    .ss-textGroup .ss-textLabel-outer {
        margin-bottom: 12px;
    }
}

.ss-buttonNavigation {
    display: flex;
    width: 100%;
    background: linear-gradient(to bottom, #ff0406, #ab0304);
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
}

@media only screen and (max-width: 1599px) {
    .ss-buttonNavigation {
        font-size: calc((18 * 100vw) / 1600);
    }
}

.ss-buttonNavigation-outer {
    display: flex;
    width: 290px;
}

@media only screen and (max-width: 1599px) {
    .ss-buttonNavigation-outer {
        width: calc((290 * 100vw) / 1600);
    }
}

.ss-buttonNavigation-outer.of-width-narrow {
    width: 250px;
}

@media only screen and (max-width: 1599px) {
    .ss-buttonNavigation-outer.of-width-narrow {
        width: calc((250 * 100vw) / 1600);
    }
}

.ss-buttonNavigation-body {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    padding: 22px 21px;
    text-align: center;
}

@media only screen and (max-width: 1599px) {
    .ss-buttonNavigation-body {
        padding: calc((22 * 100vw) / 1600) calc((21 * 100vw) / 1600);
    }
}

.ss-buttonNavigation-body::before {
    display: block;
    z-index: 2;
    position: relative;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-right: 8px;
    margin-left: -8px;
    background: url("../../../../../img/ss/products/measure-sys/vr/vr_bg_03.png");
    content: "";
}

.ss-buttonNavigation-body::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bc000f;
    content: "";
    transition: all 0.2s ease-out;
}

.ss-buttonNavigation-text {
    z-index: 1;
    position: relative;
    flex: 1;
}

.ss-buttonNavigation:hover .ss-buttonNavigation-body::after, .ss-buttonNavigation:focus .ss-buttonNavigation-body::after {
    opacity: 0;
    transition: all 0.7s ease-out;
}

.ss-media {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}

@media only screen and (max-width: 1025px) {
    .ss-media {
        flex-direction: column-reverse;
    }
}

.ss-media-body {
    width: 680px;
}

@media only screen and (max-width: 1599px) {
    .ss-media-body {
        width: calc((680 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 1025px) {
    .ss-media-body {
        width: 100%;
        max-width: 640px;
    }
}

.ss-media-body > *:last-child {
    margin-bottom: 0;
}

.ss-media-image {
    flex: 1;
    min-height: 0%;
    text-align: center;
}

@media screen and (max-height: 940px) {
    .ss-media-image {
        width: calc((480 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-media-image {
        width: 480px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-media-image {
        width: calc((920 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 1025px) {
    .ss-media-image {
        flex: none;
        width: calc((640 * 100vw) / 1025);
        margin: 0 auto 5px;
    }
}

@media screen and (max-height: 620px) and (max-width: 1024px) {
    .ss-media-image {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .ss-media-image {
        width: 100%;
    }
}

.ss-media-image.of-marginTop-adjust {
    margin-top: -55px;
}

@media only screen and (max-width: 1025px) {
    .ss-media-image.of-marginTop-adjust {
        margin-top: 0;
    }
}

.ss-media-imageOuter {
    position: relative;
    padding-left: 70px;
}

@media screen and (max-height: 940px) {
    .ss-media-imageOuter {
        width: calc((480 * 100vh) / 620);
        margin: 0 auto;
        padding-left: 0;
    }
}

@media screen and (max-height: 620px) {
    .ss-media-imageOuter {
        width: 480px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-media-imageOuter {
        width: calc((680 * 100vw) / 1600);
        padding-left: calc((70 * 100vw) / 1600);
    }
}

@media screen and (max-height: 620px) and (max-width: 1599px) {
    .ss-media-imageOuter {
        width: 480px;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-media-imageOuter {
        flex: none;
        width: calc((640 * 100vw) / 1025);
        padding-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .ss-media-imageOuter {
        width: calc((320 * 100vw) / 360);
    }
}

@media only screen and (max-width: 1599px) {
    .ss-media-image.of-primary {
        width: 100%;
    }
}

.ss-media-image.of-secondary {
    position: absolute;
    top: 83px;
    left: 447px;
    margin-right: 5px;
    text-align: right;
}

@media screen and (max-height: 940px) {
    .ss-media-image.of-secondary {
        top: calc((50 * 100vh) / 620);
        left: calc((236 * 100vh) / 620);
        width: calc((245 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-media-image.of-secondary {
        top: 50px;
        left: 236px;
        width: 245px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-media-image.of-secondary {
        top: calc((68 * 100vw) / 1600);
        left: calc((370 * 100vw) / 1600);
        width: calc((330 * 100vw) / 1600);
        margin-right: 0;
    }
}

@media screen and (max-height: 620px) and (max-width: 1599px) {
    .ss-media-image.of-secondary {
        top: 50px;
        left: 236px;
        width: 245px;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-media-image.of-secondary {
        top: calc((83 * 100vw) / 1025);
        left: calc((346 * 100vw) / 1025);
        flex: none;
        width: calc((315 * 100vw) / 1025);
    }
}

@media only screen and (max-width: 640px) {
    .ss-media-image.of-secondary {
        top: calc((30 * 100vw) / 360);
        left: calc((155 * 100vw) / 360);
        width: calc((160 * 100vw) / 360);
    }
}

[data-script-enabled="true"] .ss-media-image {
    opacity: 0;
}

[data-script-enabled="true"] .ss-media-image.of-secondary {
    opacity: 0;
}

[data-script-enabled="true"] .ss-media-body {
    opacity: 0;
}

[data-script-enabled="true"] .is-active .ss-media-image,
[data-script-enabled="true"] .is-show .ss-media-image {
    animation: fadeIn 0.6s linear 0.9s forwards;
}

@media only screen and (max-width: 1025px) {
    [data-script-enabled="true"] .is-active .ss-media-image,
    [data-script-enabled="true"] .is-show .ss-media-image {
        animation: fadeIn 0.6s linear 0.3s forwards;
    }
}

[data-script-enabled="true"] .is-active .ss-media-image.of-secondary,
[data-script-enabled="true"] .is-show .ss-media-image.of-secondary {
    animation: LeftToRight 0.7s linear 1.6s forwards;
}

@media only screen and (max-width: 1025px) {
    [data-script-enabled="true"] .is-active .ss-media-image.of-secondary,
    [data-script-enabled="true"] .is-show .ss-media-image.of-secondary {
        animation: LeftToRight 0.7s linear 1.1s forwards;
    }
}

[data-script-enabled="true"] .is-active .ss-media-body,
[data-script-enabled="true"] .is-show .ss-media-body {
    animation: fadeIn 0.6s linear 0.3s forwards;
}

@media only screen and (max-width: 1025px) {
    [data-script-enabled="true"] .is-active .ss-media-body,
    [data-script-enabled="true"] .is-show .ss-media-body {
        animation: fadeIn 0.6s linear 0.9s forwards;
    }
}

@keyframes LeftToRight {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        right: 0;
        opacity: 1;
    }
}

.ss-figure {
    position: relative;
}

@media only screen and (max-width: 1025px) {
    .ss-figure {
        width: 100%;
    }
}

.ss-figure-outer {
    padding: 80px 0 20px;
}

@media screen and (max-height: 940px) {
    .ss-figure-outer {
        width: calc((480 * 100vh) / 620);
        margin: 0 auto;
    }
}

@media screen and (max-height: 620px) {
    .ss-figure-outer {
        width: 480px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-figure-outer {
        width: calc((640 * 100vw) / 1600);
        margin: 0 auto;
        padding: calc((90 * 100vw) / 1600) 0 calc((30 * 100vw) / 1600);
    }
}

@media screen and (max-height: 620px) and (max-width: 1599px) {
    .ss-figure-outer {
        width: 480px;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-figure-outer {
        width: calc((640 * 100vw) / 1025);
        padding: calc((120 * 100vw) / 1025) 0 calc((45 * 100vw) / 1025);
    }
}

@media only screen and (max-width: 640px) {
    .ss-figure-outer {
        width: 100%;
        padding: calc((50 * 100vw) / 360) 0 calc((30 * 100vw) / 360);
    }
}

@media only screen and (max-width: 1025px) {
    .ss-figure-image {
        margin: 0 -25px;
    }
}

.ss-figure-text {
    display: block;
    position: absolute;
    margin-bottom: 0;
}

.ss-figure-text.of-primary {
    top: -73px;
    left: 70px;
}

@media screen and (max-height: 940px) {
    .ss-figure-text.of-primary {
        top: calc((-57 * 100vh) / 620);
        left: calc((9 * 100vh) / 620);
        width: calc((185 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-figure-text.of-primary {
        top: -57px;
        left: 9px;
        width: 185px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-figure-text.of-primary {
        top: calc((-60 * 100vw) / 1600);
        left: calc((10 * 100vw) / 1600);
        width: calc((225 * 100vw) / 1600);
    }
}

@media screen and (max-height: 620px) and (max-width: 1599px) {
    .ss-figure-text.of-primary {
        top: -57px;
        left: 9px;
        width: 185px;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-figure-text.of-primary {
        top: calc((-52 * 100vw) / 1025);
        left: calc((32 * 100vw) / 1025);
        width: calc((207 * 100vw) / 1025);
    }
}

@media only screen and (max-width: 640px) {
    .ss-figure-text.of-primary {
        top: calc((-29 * 100vw) / 360);
        left: calc((2 * 100vw) / 360);
        width: calc((110 * 100vw) / 360);
    }
}

.ss-figure-text.of-secondary {
    top: 328px;
    left: 510px;
}

@media screen and (max-height: 940px) {
    .ss-figure-text.of-secondary {
        top: calc((193 * 100vh) / 620);
        left: calc((275 * 100vh) / 620);
        width: calc((175 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-figure-text.of-secondary {
        top: 193px;
        left: 275px;
        width: 175px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-figure-text.of-secondary {
        top: calc((260 * 100vw) / 1600);
        left: calc((370 * 100vw) / 1600);
        width: calc((215 * 100vw) / 1600);
    }
}

@media screen and (max-height: 620px) and (max-width: 1599px) {
    .ss-figure-text.of-secondary {
        top: 193px;
        left: 275px;
        width: 175px;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-figure-text.of-secondary {
        top: calc((278 * 100vw) / 1025);
        left: calc((361 * 100vw) / 1025);
        width: calc((199 * 100vw) / 1025);
    }
}

@media only screen and (max-width: 640px) {
    .ss-figure-text.of-secondary {
        top: calc((147 * 100vw) / 360);
        left: calc((176 * 100vw) / 360);
        width: calc((105 * 100vw) / 360);
    }
}

[data-script-enabled="true"] .ss-figure-text.of-primary {
    opacity: 0;
}

[data-script-enabled="true"] .ss-figure-text.of-secondary {
    opacity: 0;
}

[data-script-enabled="true"] .is-active .ss-figure-text.of-primary,
[data-script-enabled="true"] .is-show .ss-figure-text.of-primary {
    animation: fadeIn 0.5s 2s forwards ease;
}

@media only screen and (max-width: 1025px) {
    [data-script-enabled="true"] .is-active .ss-figure-text.of-primary,
    [data-script-enabled="true"] .is-show .ss-figure-text.of-primary {
        animation: fadeIn 0.5s 1.1s forwards ease;
    }
}

[data-script-enabled="true"] .is-active .ss-figure-text.of-secondary,
[data-script-enabled="true"] .is-show .ss-figure-text.of-secondary {
    animation: fadeIn 0.5s 4s forwards ease;
}

@media only screen and (max-width: 1025px) {
    [data-script-enabled="true"] .is-active .ss-figure-text.of-secondary,
    [data-script-enabled="true"] .is-show .ss-figure-text.of-secondary {
        animation: fadeIn 0.5s 2.9s forwards ease;
    }
}

.ss-figure-imageArrow {
    position: absolute;
}

.ss-figure-imageArrow.of-primary {
    top: 69px;
    left: 314px;
}

@media screen and (max-height: 940px) {
    .ss-figure-imageArrow.of-primary {
        top: calc((34 * 100vh) / 620);
        left: calc((148 * 100vh) / 620);
        width: calc((52 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-figure-imageArrow.of-primary {
        top: 34px;
        left: 148px;
        width: 52px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-figure-imageArrow.of-primary {
        top: calc((51 * 100vw) / 1600);
        left: calc((210 * 100vw) / 1600);
        width: calc((60 * 100vw) / 1600);
    }
}

@media screen and (max-height: 620px) and (max-width: 1599px) {
    .ss-figure-imageArrow.of-primary {
        top: 34px;
        left: 148px;
        width: 52px;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-figure-imageArrow.of-primary {
        top: calc((63 * 100vw) / 1025);
        left: calc((215 * 100vw) / 1025);
        width: calc((65 * 100vw) / 1025);
    }
}

@media only screen and (max-width: 640px) {
    .ss-figure-imageArrow.of-primary {
        top: calc((29 * 100vw) / 360);
        left: calc((99 * 100vw) / 360);
        width: calc((32 * 100vw) / 360);
    }
}

.ss-figure-imageArrow.of-secondary {
    top: 110px;
    left: 663px;
}

@media screen and (max-height: 940px) {
    .ss-figure-imageArrow.of-secondary {
        top: calc((55 * 100vh) / 620);
        left: calc((364 * 100vh) / 620);
        width: calc((60 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-figure-imageArrow.of-secondary {
        top: 55px;
        left: 364px;
        width: 60px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-figure-imageArrow.of-secondary {
        top: calc((85 * 100vw) / 1600);
        left: calc((490 * 100vw) / 1600);
        width: calc((70 * 100vw) / 1600);
    }
}

@media screen and (max-height: 620px) and (max-width: 1599px) {
    .ss-figure-imageArrow.of-secondary {
        top: 55px;
        left: 364px;
        width: 60px;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-figure-imageArrow.of-secondary {
        top: calc((96 * 100vw) / 1025);
        left: calc((498 * 100vw) / 1025);
        width: calc((77 * 100vw) / 1025);
    }
}

@media only screen and (max-width: 640px) {
    .ss-figure-imageArrow.of-secondary {
        top: calc((39 * 100vw) / 360);
        left: calc((250 * 100vw) / 360);
        width: calc((40 * 100vw) / 360);
    }
}

.ss-figure-imageArrow.of-tertiary {
    top: 231px;
    left: 487px;
}

@media screen and (max-height: 940px) {
    .ss-figure-imageArrow.of-tertiary {
        top: calc((134 * 100vh) / 620);
        left: calc((260 * 100vh) / 620);
        width: calc((50 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-figure-imageArrow.of-tertiary {
        top: 134px;
        left: 260px;
        width: 50px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-figure-imageArrow.of-tertiary {
        top: calc((175 * 100vw) / 1600);
        left: calc((347 * 100vw) / 1600);
        width: calc((60 * 100vw) / 1600);
    }
}

@media screen and (max-height: 620px) and (max-width: 1599px) {
    .ss-figure-imageArrow.of-tertiary {
        top: 134px;
        left: 260px;
        width: 50px;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-figure-imageArrow.of-tertiary {
        top: calc((193 * 100vw) / 1025);
        left: calc((371 * 100vw) / 1025);
        width: calc((56 * 100vw) / 1025);
    }
}

@media only screen and (max-width: 640px) {
    .ss-figure-imageArrow.of-tertiary {
        top: calc((100 * 100vw) / 360);
        left: calc((180 * 100vw) / 360);
        width: calc((32 * 100vw) / 360);
    }
}

.ss-figure-imageArrow.of-quaternary {
    top: 228px;
    left: 90px;
}

@media screen and (max-height: 940px) {
    .ss-figure-imageArrow.of-quaternary {
        top: calc((132 * 100vh) / 620);
        left: calc((22 * 100vh) / 620);
        width: calc((60 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-figure-imageArrow.of-quaternary {
        top: 132px;
        left: 22px;
        width: 60px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-figure-imageArrow.of-quaternary {
        top: calc((178 * 100vw) / 1600);
        left: calc((29 * 100vw) / 1600);
        width: calc((80 * 100vw) / 1600);
    }
}

@media screen and (max-height: 620px) and (max-width: 1599px) {
    .ss-figure-imageArrow.of-quaternary {
        top: 132px;
        left: 22px;
        width: 60px;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-figure-imageArrow.of-quaternary {
        top: calc((193 * 100vw) / 1025);
        left: calc((31 * 100vw) / 1025);
        width: calc((80 * 100vw) / 1025);
    }
}

@media only screen and (max-width: 640px) {
    .ss-figure-imageArrow.of-quaternary {
        top: calc((91 * 100vw) / 360);
        left: calc((1 * 100vw) / 360);
        width: calc((40 * 100vw) / 360);
    }
}

.ss-figure-imageArrow.of-quinary {
    top: 16px;
    left: 411px;
}

@media screen and (max-height: 940px) {
    .ss-figure-imageArrow.of-quinary {
        top: calc((6 * 100vh) / 620);
        left: calc((215 * 100vh) / 620);
        width: calc((36 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-figure-imageArrow.of-quinary {
        top: 6px;
        left: 215px;
        width: 36px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-figure-imageArrow.of-quinary {
        top: calc((8 * 100vw) / 1600);
        left: calc((285 * 100vw) / 1600);
        width: calc((45 * 100vw) / 1600);
    }
}

@media screen and (max-height: 620px) and (max-width: 1599px) {
    .ss-figure-imageArrow.of-quinary {
        top: 6px;
        left: 215px;
        width: 36px;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-figure-imageArrow.of-quinary {
        top: calc((22 * 100vw) / 1025);
        left: calc((291 * 100vw) / 1025);
        width: calc((45 * 100vw) / 1025);
    }
}

@media only screen and (max-width: 640px) {
    .ss-figure-imageArrow.of-quinary {
        top: calc((12 * 100vw) / 360);
        left: calc((138 * 100vw) / 360);
        width: calc((24 * 100vw) / 360);
    }
}

.ss-figure-imageArrow.of-senary {
    top: 331px;
    left: 422px;
}

@media screen and (max-height: 940px) {
    .ss-figure-imageArrow.of-senary {
        top: calc((190 * 100vh) / 620);
        left: calc((221 * 100vh) / 620);
        width: calc((38 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .ss-figure-imageArrow.of-senary {
        top: 190px;
        left: 221px;
        width: 38px;
    }
}

@media only screen and (max-width: 1599px) {
    .ss-figure-imageArrow.of-senary {
        top: calc((256 * 100vw) / 1600);
        left: calc((292 * 100vw) / 1600);
        width: calc((50 * 100vw) / 1600);
    }
}

@media screen and (max-height: 620px) and (max-width: 1599px) {
    .ss-figure-imageArrow.of-senary {
        top: 190px;
        left: 221px;
        width: 38px;
    }
}

@media only screen and (max-width: 1025px) {
    .ss-figure-imageArrow.of-senary {
        top: calc((271 * 100vw) / 1025);
        left: calc((300 * 100vw) / 1025);
        width: calc((43 * 100vw) / 1025);
    }
}

@media only screen and (max-width: 640px) {
    .ss-figure-imageArrow.of-senary {
        top: calc((140 * 100vw) / 360);
        left: calc((143 * 100vw) / 360);
        width: calc((24 * 100vw) / 360);
    }
}

[data-script-enabled="true"] .ss-figure-imageArrow.of-primary {
    opacity: 0;
}

[data-script-enabled="true"] .ss-figure-imageArrow.of-secondary {
    opacity: 0;
}

[data-script-enabled="true"] .ss-figure-imageArrow.of-tertiary {
    opacity: 0;
}

[data-script-enabled="true"] .ss-figure-imageArrow.of-quaternary {
    opacity: 0;
}

[data-script-enabled="true"] .ss-figure-imageArrow.of-quinary {
    opacity: 0;
}

[data-script-enabled="true"] .ss-figure-imageArrow.of-senary {
    opacity: 0;
}

[data-script-enabled="true"] .is-active .ss-figure-imageArrow.of-primary,
[data-script-enabled="true"] .is-show .ss-figure-imageArrow.of-primary {
    animation: arrow_back 1.2s 2s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
}

@media only screen and (max-width: 1025px) {
    [data-script-enabled="true"] .is-active .ss-figure-imageArrow.of-primary,
    [data-script-enabled="true"] .is-show .ss-figure-imageArrow.of-primary {
        animation: arrow_back 1.2s 1.2s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
    }
}

[data-script-enabled="true"] .is-active .ss-figure-imageArrow.of-secondary,
[data-script-enabled="true"] .is-show .ss-figure-imageArrow.of-secondary {
    animation: arrow_right 1.2s 2s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
}

@media only screen and (max-width: 1025px) {
    [data-script-enabled="true"] .is-active .ss-figure-imageArrow.of-secondary,
    [data-script-enabled="true"] .is-show .ss-figure-imageArrow.of-secondary {
        animation: arrow_right 1.2s 1.2s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
    }
}

[data-script-enabled="true"] .is-active .ss-figure-imageArrow.of-tertiary,
[data-script-enabled="true"] .is-show .ss-figure-imageArrow.of-tertiary {
    animation: arrow_front 1.2s 2s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
}

@media only screen and (max-width: 1025px) {
    [data-script-enabled="true"] .is-active .ss-figure-imageArrow.of-tertiary,
    [data-script-enabled="true"] .is-show .ss-figure-imageArrow.of-tertiary {
        animation: arrow_front 1.2s 1.2s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
    }
}

[data-script-enabled="true"] .is-active .ss-figure-imageArrow.of-quaternary,
[data-script-enabled="true"] .is-show .ss-figure-imageArrow.of-quaternary {
    animation: arrow_left 1.2s 2s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
}

@media only screen and (max-width: 1025px) {
    [data-script-enabled="true"] .is-active .ss-figure-imageArrow.of-quaternary,
    [data-script-enabled="true"] .is-show .ss-figure-imageArrow.of-quaternary {
        animation: arrow_left 1.2s 1.2s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
    }
}

[data-script-enabled="true"] .is-active .ss-figure-imageArrow.of-quinary,
[data-script-enabled="true"] .is-show .ss-figure-imageArrow.of-quinary {
    animation: arrow_up 1.2s 4s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
}

@media only screen and (max-width: 1025px) {
    [data-script-enabled="true"] .is-active .ss-figure-imageArrow.of-quinary,
    [data-script-enabled="true"] .is-show .ss-figure-imageArrow.of-quinary {
        animation: arrow_up 1.2s 3s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
    }
}

[data-script-enabled="true"] .is-active .ss-figure-imageArrow.of-senary,
[data-script-enabled="true"] .is-show .ss-figure-imageArrow.of-senary {
    animation: arrow_down 1.2s 4s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
}

@media only screen and (max-width: 1025px) {
    [data-script-enabled="true"] .is-active .ss-figure-imageArrow.of-senary,
    [data-script-enabled="true"] .is-show .ss-figure-imageArrow.of-senary {
        animation: arrow_down 1.2s 3s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
    }
}

@keyframes arrow_right {
    0% {
        transform: translateX(-5px);
        opacity: 0;
    }
    30% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(0);
        opacity: 0;
    }
    70% {
        transform: translateX(-5px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes arrow_left {
    0% {
        transform: translateX(5px);
        opacity: 0;
    }
    30% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(0);
        opacity: 0;
    }
    70% {
        transform: translateX(5px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes arrow_front {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
    30% {
        transform: translate3d(0, 5px, 5px);
        opacity: 1;
    }
    50% {
        transform: translate3d(0, 5px, 5px);
        opacity: 0;
    }
    70% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 5px, 5px);
        opacity: 1;
    }
}

@keyframes arrow_back {
    0% {
        transform: translate3d(0, 5px, 5px);
        opacity: 0;
    }
    30% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    50% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
    70% {
        transform: translate3d(0, 5px, 5px);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes arrow_up {
    0% {
        transform: translateY(5px);
        opacity: 0;
    }
    30% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(0);
        opacity: 0;
    }
    70% {
        transform: translateY(5px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes arrow_down {
    0% {
        transform: translateY(-5px);
        opacity: 0;
    }
    30% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(0);
        opacity: 0;
    }
    70% {
        transform: translateY(-5px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.ss-navigationTab {
    z-index: 5;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (max-width: 1025px) {
    .ss-navigationTab {
        display: none;
    }
}

.ss-navigationTab-content {
    display: flex;
    justify-content: center;
    max-width: 1600px;
    margin: 25px auto 0;
    padding: 0 20px;
    background: #3b4352;
}

.ss-navigationTab-list {
    display: flex;
    justify-content: center;
}

.ss-navigationTab-list > li {
    display: flex;
    position: relative;
    width: 250px;
}

@media only screen and (max-width: 1599px) {
    .ss-navigationTab-list > li {
        width: calc((250 * 100vw) / 1600);
    }
}

.ss-navigationTab-list > li::before {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 37px;
    transform: translateY(-50%) skewX(-35deg);
    background: linear-gradient(to bottom, #3b4352, #757d8c 50%, #3b4352);
    content: "";
}

@media only screen and (max-width: 1599px) {
    .ss-navigationTab-list > li::before {
        width: calc((3 * 100vw) / 1600);
        height: calc((37 * 100vw) / 1600);
    }
}

.ss-navigationTab-list > li:first-child::before {
    content: none;
}

.ss-navigationTab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 22px 28px;
    background: #3b4352;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 1599px) {
    .ss-navigationTab-button {
        padding: calc((22 * 100vw) / 1600) calc((28 * 100vw) / 1600);
        font-size: calc((18 * 100vw) / 1600);
    }
}

.ss-navigationTab-button:hover, .ss-navigationTab-button:focus {
    color: #01e1fc;
    transition: all 0.5s;
}

[data-script-enabled="true"] .ss-navigationTab-button {
    position: relative;
}

[data-script-enabled="true"] .ss-navigationTab-button::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #3b4352, #01e1fc 50%, #3b4352);
    content: "";
    opacity: 0;
    transition: all 0.8s;
}

[data-script-enabled="true"] .is-active .ss-navigationTab-button {
    color: #01e1fc;
}

[data-script-enabled="true"] .is-active .ss-navigationTab-button::before {
    opacity: 1;
}

.ss-navigationTab-button > span {
    position: relative;
}

@media only screen and (max-width: 1025px) {
    .ss-smallScreen-textAlign-center {
        text-align: center;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.lp-buttonTelNumber {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .lp-buttonTelNumber {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 400px;
        margin: 16px auto 0;
        padding: 0 20px;
        text-align: center;
    }
}

.lp-buttonTelNumber a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 24px 8px 16px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    font-size: 2rem;
    text-decoration: none;
    cursor: inherit;
}

.lp-buttonTelNumber a::before {
    display: block;
    width: 29px;
    height: 29px;
    background: url("../../../../../img/core/icon_tel_l_trans.png");
    background-size: cover;
    content: "";
}

.lp-buttonTelNumber img {
    display: none;
}

.lp-buttonTelNumber .TelSlsh {
    display: none;
}

.lp-buttonTelNumber > * {
    margin-bottom: 8px;
}

.lp-buttonTelNumber > *:last-child {
    margin-bottom: 0;
}

.lp-textTelNumber {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    margin: 16px auto;
    text-align: center;
}

@media screen and (min-width: 1026px) {
    .lp-textTelNumber {
        display: none;
    }
}

.lp-textTelNumber a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    cursor: inherit;
}

.ss-section.of-secondary .lp-textTelNumber a,
.ss-section.of-quaternary .lp-textTelNumber a {
    color: #fff;
}

.lp-textTelNumber a::before {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../../../../../img/core/icon_tel_l_trans.png");
    background-size: cover;
    content: "";
}

.lp-textTelNumber img {
    display: none;
}

.lp-textTelNumber .TelSlsh {
    display: none;
}

.lp-textTelNumber > *:last-child {
    margin-bottom: 0;
}

.utility-textColor-primary {
    color: #e0f94d;
}

.utility-textColor-secondary {
    color: #00caff;
}

.utility-textColor-tertiary {
    color: #194f98;
}

.utility-textSize-small {
    display: block;
    font-size: 5rem;
    line-height: 1.2;
}

@media screen and (max-height: 940px) {
    .utility-textSize-small {
        margin-bottom: calc((15 * 100vh) / 620);
        font-size: calc((33 * 100vh) / 620);
    }
}

@media screen and (max-height: 620px) {
    .utility-textSize-small {
        margin-bottom: 15px;
        font-size: 3.3rem;
    }
}

@media only screen and (max-width: 1599px) {
    .utility-textSize-small {
        font-size: calc((50 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 640px) {
    .utility-textSize-small {
        margin-bottom: 5px;
        font-size: 2.6rem;
    }
}

.utility-text-newLine {
    display: block;
}

.ss-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .ss-smallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 1240px) {
    .ss-smallScreen-hide {
        display: none;
    }
}
