@charset "UTF-8";

.ss-layout-container {
    position: relative;
    flex-direction: column;
    overflow: hidden;
}

.ss-layout-container::before {
    display: block;
    z-index: -2;
    position: absolute;
    top: 0;
    right: 0;
    width: 714px;
    height: 314px;
    background: url("../../../../../img/ss/products/measure-sys/vk-x_ai/bg_01.png") no-repeat;
    content: "";
}

@media only screen and (max-width: 1024px) {
    .ss-layout-container::before {
        content: none;
    }
}

.ss-layout-container::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150vw;
    height: 350px;
    transform: translateY(-50%) translateX(-50%) rotate(-5deg);
    background: #014385;
    content: "";
}

@media only screen and (max-width: 1024px) {
    .ss-layout-container::after {
        content: none;
    }
}

.ss-layout-header-content {
    display: flex;
    align-items: center;
    max-width: calc(1520px + 40px);
    margin: 0 auto;
    padding: 2.27273vh 20px;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-header-content {
        padding-top: 16px;
        padding-bottom: 25px;
    }
}

.ss-layout-header-content > * {
    margin-bottom: 0;
}

.ss-layout-header-logo {
    line-height: 1;
}

.ss-layout-header-logo img {
    vertical-align: middle;
}

.ss-layout-header-series {
    margin-left: 30px;
    font-size: 1.5rem;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-header-series {
        display: none;
    }
}

.ss-layout-header-contact {
    margin-bottom: 0;
}

@media only screen and (max-width: 1240px) {
    .ss-layout-header-contact {
        display: none;
    }
}

.ss-layout-header-telephone {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 2px #ccc;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-header-telephone {
        display: none;
    }
}

.ss-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;
}

@media only screen and (max-width: 1519px) {
    .ss-layout-header-telephone a {
        font-size: 1.44737vw;
    }
}

.ss-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: "";
}

.ss-layout-main {
    position: relative;
}

.ss-layout-main::after {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 836px;
    height: 376px;
    background: url("../../../../../img/ss/products/measure-sys/vk-x_ai/bg_02.png") no-repeat;
    content: "";
}

@media only screen and (max-width: 1024px) {
    .ss-layout-main::after {
        display: none;
    }
}

.ss-layout-footer {
    background: #fff;
}

.ss-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1520px + 40px);
    margin: 0 auto;
    padding: 10px 20px;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-footer-content {
        flex-direction: column;
        border-top: 1px solid #e6e6e6;
    }
}

.ss-layout-footer-body {
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-footer-body {
        display: block;
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #e6e6e6;
    }
    .ss-layout-footer-body:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
}

.ss-layout-footer-copyright {
    margin-bottom: 0;
    color: #a6a6a6;
    font-size: 1rem;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-footer-copyright {
        margin-bottom: 2px;
        text-align: center;
    }
}

.ss-layout-footer-utilityList {
    display: flex;
    margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-footer-utilityList {
        justify-content: center;
    }
}

.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: 1024px) {
    .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-content {
    display: flex;
}

.ss-section-group {
    position: relative;
    max-width: calc(1520px + 40px);
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 7.95455vh;
}

@media only screen and (max-width: 1519px) {
    .ss-section-group {
        padding-bottom: 3.40909vh;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-section-group {
        padding-bottom: 40px;
    }
}

.ss-section-group::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - (70 * 100vh / 880));
    background: #fff;
    content: "";
}

@media only screen and (max-width: 1519px) {
    .ss-section-group::before {
        height: calc(100% - (30 * 100vh / 880));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-section-group::before {
        content: none;
    }
}

.ss-section-group > * {
    display: flex;
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .ss-section-group > * {
        margin-bottom: 15px;
    }
}

.ss-section-group > * .ss-section-content {
    width: 100%;
}

[data-script-enabled="true"] .ss-section-group > * {
    display: none;
}

@media only screen and (max-width: 1024px) {
    [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;
}

@media only screen and (max-width: 1024px) {
    .ss-section-group > *:first-child::after {
        display: block;
        z-index: -1;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 150vw;
        height: 350px;
        transform: translateY(-50%) translateX(-50%) rotate(-5deg);
        background: #014385;
        content: "";
    }
}

.ss-section-group > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron {
    display: flex;
    position: relative;
    width: 100%;
}

.ss-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron-content {
        flex-direction: column-reverse;
    }
}

.ss-jumbotron-body {
    flex: 1;
    padding: 3.40909vh 20px;
}

.ss-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1519px) {
    .ss-jumbotron-body {
        padding-right: 1.31579vw;
        padding-left: 1.31579vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron-body {
        flex: none;
        width: 62.30469vw;
        padding: 0;
    }
}

@media only screen and (max-width: 640px) {
    .ss-jumbotron-body {
        width: 100%;
    }
}

.ss-jumbotron-title {
    display: block;
    position: relative;
    margin-bottom: 5.68182vh;
    color: #014385;
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1519px) {
    .ss-jumbotron-title {
        margin-bottom: 3.28947vw;
        font-size: 1.97368vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron-title {
        margin-bottom: 40px;
        font-size: 1.8rem;
    }
}

.ss-jumbotron-title::before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 40px;
    height: 1px;
    transform: translateX(-50%);
    background: #085eb4;
    content: "";
}

.ss-jumbotron-title em {
    display: block;
    margin-top: 2.84091vh;
    font-size: 6rem;
}

@media only screen and (max-width: 1519px) {
    .ss-jumbotron-title em {
        margin-top: 1.64474vw;
        font-size: 3.94737vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron-title em {
        font-size: 3.2rem;
    }
}

.ss-jumbotron-titleGroup {
    margin-bottom: 7.95455vh;
    text-align: center;
}

@media only screen and (max-width: 1519px) {
    .ss-jumbotron-titleGroup {
        margin-bottom: 4.60526vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron-titleGroup {
        margin-bottom: 30px;
    }
}

.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: 1519px) {
    .ss-jumbotron-series {
        font-size: 1.57895vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron-series {
        font-size: 1.6rem;
    }
}

.ss-jumbotron-seriesName {
    white-space: nowrap;
}

.ss-jumbotron-icon {
    margin-right: 15px;
    padding: 8px 16px;
    background: #e60012;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    white-space: nowrap;
}

@media only screen and (max-width: 1519px) {
    .ss-jumbotron-icon {
        padding: 0.52632vw 1.05263vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron-icon {
        padding: 4px 8px;
    }
}

.ss-jumbotron-image {
    width: 638px;
    min-height: 0%;
    margin-top: 11.36364vh;
    margin-right: 20px;
    text-align: center;
}

@media only screen and (max-width: 1519px) {
    .ss-jumbotron-image {
        width: 41.97368vw;
        margin-top: 6.57895vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron-image {
        width: 62.30469vw;
        margin: 13.67188vw auto 0;
    }
}

[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: 4.54545vh;
    color: #a2abb2;
    font-size: 3rem;
    font-style: italic;
    font-weight: normal;
}

@media only screen and (max-width: 1519px) {
    .ss-headingLevel2 {
        margin-bottom: 2.63158vw;
        font-size: 1.97368vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-headingLevel2 {
        margin-bottom: 20px;
        padding-left: 40px;
        font-size: 1.6rem;
    }
}

.ss-headingLevel2::before {
    display: block;
    position: absolute;
    top: 0.7em;
    left: -40px;
    width: 25px;
    height: 1px;
    background: #a2abb2;
    content: "";
}

@media only screen and (max-width: 1024px) {
    .ss-headingLevel2::before {
        left: 0;
    }
}

.ss-headingLevel3 {
    display: block;
    margin-bottom: 6px;
    font-size: 5.8rem;
    line-height: 1.2;
}

@media only screen and (min-width: 1519px) and (max-height: 947px) {
    .ss-headingLevel3 {
        font-size: 6.1246vh;
    }
}

@media only screen and (min-width: 1519px) and (max-height: 610px) {
    .ss-headingLevel3 {
        font-size: 4.2rem;
    }
}

@media only screen and (max-width: 1519px) {
    .ss-headingLevel3 {
        font-size: 3.68421vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-headingLevel3 {
        font-size: 3.2rem;
    }
}

.theme-KC .ss-headingLevel3,
.theme-KW .ss-headingLevel3 {
    font-weight: normal;
}

.ss-headingLevel3.of-text-small {
    font-size: 5rem;
}

@media only screen and (min-width: 1519px) and (max-height: 947px) {
    .ss-headingLevel3.of-text-small {
        font-size: 5.27983vh;
    }
}

@media only screen and (min-width: 1519px) and (max-height: 610px) {
    .ss-headingLevel3.of-text-small {
        font-size: 4.2rem;
    }
}

@media only screen and (max-width: 1519px) {
    .ss-headingLevel3.of-text-small {
        font-size: 3.15789vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-headingLevel3.of-text-small {
        font-size: 2.7rem;
    }
}

.ss-headingLevel3.of-text-extraSmall {
    font-size: 4rem;
}

@media only screen and (max-width: 1519px) {
    .ss-headingLevel3.of-text-extraSmall {
        font-size: 2.63158vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-headingLevel3.of-text-extraSmall {
        font-size: 2.4rem;
    }
}

.ss-headingLevel3-label {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(to right, #002a54 0%, #004489 100%);
    color: #fff;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1519px) {
    .ss-headingLevel3-label {
        font-size: 1.18421vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-headingLevel3-label {
        padding: 5px 20px;
        font-size: 1.4rem;
    }
}

.ss-headingLevel3-labelOuter {
    display: block;
    margin-bottom: 2.27273vh;
}

@media only screen and (max-width: 1519px) {
    .ss-headingLevel3-labelOuter {
        margin-bottom: 1.31579vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-headingLevel3-labelOuter {
        margin-bottom: 10px;
    }
}

.ss-headingLevel3-group {
    margin-bottom: 1.70455vh;
}

.ss-headingLevel3-group > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1519px) {
    .ss-headingLevel3-group {
        margin-bottom: 0.98684vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-headingLevel3-group {
        margin-bottom: 5px;
    }
}

.theme-KC .ss-headingLevel3-group,
.theme-KW .ss-headingLevel3-group {
    margin-bottom: 5.68182vh;
}

@media only screen and (max-width: 1519px) {
    .theme-KC .ss-headingLevel3-group,
    .theme-KW .ss-headingLevel3-group {
        margin-bottom: 3.28947vw;
    }
}

@media only screen and (max-width: 1024px) {
    .theme-KC .ss-headingLevel3-group,
    .theme-KW .ss-headingLevel3-group {
        margin-bottom: 30px;
    }
}

.ss-text {
    margin-bottom: 5.68182vh;
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1519px) {
    .ss-text {
        margin-bottom: 3.28947vw;
        font-size: 1.97368vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-text {
        margin-bottom: 30px;
        font-size: 1.8rem;
    }
}

.ss-buttonConversion {
    display: flex;
    align-items: center;
    background: #f30b19;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.3;
    text-decoration: none;
}

@media only screen and (max-width: 1519px) {
    .ss-buttonConversion {
        font-size: 1.18421vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-buttonConversion {
        font-size: 1.4rem;
    }
}

.ss-buttonConversion-body {
    display: block;
    padding: 10px 56px;
}

.ss-buttonConversion-image > img {
    border: 1px solid #ccc;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before {
    display: block;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-right: 14px;
    background: url("../../../../../img/common/icon_textbutton_download_trans_l.png") no-repeat;
    background-size: contain;
    content: "";
}

.ss-buttonConversion.of-download .ss-buttonConversion-text {
    text-align: center;
}

.ss-buttonConversion.of-download .ss-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #ccc;
}

.ss-buttonConversion.of-inquiry {
    background: #129e83;
}

.ss-buttonConversion.of-inquiry .ss-buttonConversion-body {
    position: relative;
    padding-left: 68px;
}

@media only screen and (max-width: 1024px) {
    .ss-buttonConversion.of-inquiry .ss-buttonConversion-body {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.ss-buttonConversion.of-inquiry .ss-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 16px;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    border-width: 6px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    background: none;
    content: "";
}

.ss-buttonTelephone {
    display: none;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .ss-buttonTelephone {
        display: block;
    }
}

.ss-buttonTelephone > a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    background: #fff;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    cursor: inherit;
}

.ss-buttonTelephone > a::before {
    display: block;
    width: 29px;
    height: 29px;
    background: url("../../../../../img/core/icon_tel_l_trans.png") no-repeat;
    background-size: cover;
    content: "";
}

.ss-buttonTelephone.of-border {
    padding: 0 20px;
}

.ss-buttonTelephone.of-border > a {
    padding: 14px 10px 13px;
    border: 1px solid #ccc;
}

.ss-buttonTelephone .TelSlsh {
    display: none;
}

.ss-buttonNavigation {
    display: flex;
    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: 1519px) {
    .ss-buttonNavigation {
        font-size: 1.18421vw;
    }
}

.ss-buttonNavigation-body {
    display: flex;
    position: relative;
    align-items: center;
    padding: 8px 20px 8px 30px;
}

@media only screen and (max-width: 1519px) {
    .ss-buttonNavigation-body {
        padding: 0.52632vw 1.31579vw 0.52632vw 1.97368vw;
    }
}

.ss-buttonNavigation-body::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 55px;
    height: 53px;
    transform: translateY(-50%);
    background: url("../../../../../img/ss/products/measure-sys/vk-x_ai/ico_01.gif") no-repeat;
    background-size: contain;
    content: "";
    opacity: 0.3;
}

.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;
}

.ss-buttonNavigation-image {
    z-index: 1;
    margin-left: 20px;
}

@media only screen and (max-width: 1519px) {
    .ss-buttonNavigation-image {
        width: 3.28947vw;
        margin-left: 1.31579vw;
    }
}

.ss-buttonNavigation-image > img {
    border: 1px solid #ccc;
}

.ss-buttonNavigation-outer {
    display: flex;
}

.ss-buttonNavigation:hover .ss-buttonNavigation-body::after, .ss-buttonNavigation:focus .ss-buttonNavigation-body::after {
    opacity: 0;
    transition: all 0.2s ease-out;
}

.ss-card {
    padding: 4.54545vh 60px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 20px rgba(151, 159, 171, 0.8);
}

@media only screen and (max-width: 1519px) {
    .ss-card {
        padding: 2.63158vw 3.94737vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-card {
        padding: 20px 20px 45px;
    }
}

.ss-card.of-flex {
    display: flex;
    width: 100%;
}

.ss-card.of-paddingAdjust-primary {
    padding: 10px;
}

@media only screen and (max-width: 1024px) {
    .ss-card.of-paddingAdjust-primary {
        padding: 0.97656vw;
    }
}

.ss-card.of-primary {
    position: relative;
}

.ss-card.of-primary::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 804px;
    height: 342px;
    background: url("../../../../../img/ss/products/measure-sys/vk-x_ai/bg_03.jpg") no-repeat;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 1519px) {
    .ss-card.of-primary::before {
        width: 52.89474vw;
        height: 22.5vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-card.of-primary::before {
        width: 100%;
        height: 100%;
    }
}

.ss-card.of-secondary {
    position: relative;
}

.ss-card.of-secondary::before {
    display: block;
    position: absolute;
    top: 0;
    right: 190px;
    width: 408px;
    height: 405px;
    background: url("../../../../../img/ss/products/measure-sys/vk-x_ai/bg_04.jpg") no-repeat;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 1519px) {
    .ss-card.of-secondary::before {
        right: 12.5vw;
        width: 26.84211vw;
        height: 26.64474vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-card.of-secondary::before {
        right: auto;
        left: 50%;
        width: 55%;
        height: 55%;
        transform: translateX(-50%);
    }
}

.ss-media {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .ss-media {
        flex-direction: column-reverse;
    }
}

.ss-media-body > *:last-child {
    margin-bottom: 0;
}

.ss-media-image {
    min-height: 0%;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .ss-media-image {
        margin-bottom: 20px;
    }
}

.ss-media.of-width-equal > * {
    width: 50%;
    padding-left: 40px;
}

@media only screen and (max-width: 1519px) {
    .ss-media.of-width-equal > * {
        padding-left: 2.63158vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-media.of-width-equal > * {
        width: 62.30469vw;
        padding-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .ss-media.of-width-equal > * {
        width: 100%;
    }
}

.ss-media.of-primary .ss-media-image {
    width: 329px;
}

@media only screen and (max-width: 1519px) {
    .ss-media.of-primary .ss-media-image {
        width: 21.64474vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-media.of-primary .ss-media-image {
        width: 32.12891vw;
    }
}

@media only screen and (max-width: 640px) {
    .ss-media.of-primary .ss-media-image {
        width: 43.75vw;
    }
}

.ss-media.of-primary .ss-media-imageGroup {
    position: relative;
    min-height: 0%;
}

.ss-media.of-primary .ss-media-imageGroup .ss-card {
    position: absolute;
    top: 35px;
    right: 0;
    width: 340px;
}

@media only screen and (max-width: 1519px) {
    .ss-media.of-primary .ss-media-imageGroup .ss-card {
        width: 22.36842vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-media.of-primary .ss-media-imageGroup .ss-card {
        width: 33.20313vw;
    }
}

@media only screen and (max-width: 640px) {
    .ss-media.of-primary .ss-media-imageGroup .ss-card {
        width: 43.75vw;
    }
}

[data-script-enabled="true"] .ss-media.of-secondary .ss-media-image {
    opacity: 0;
}

[data-script-enabled="true"] .is-active .ss-media.of-secondary .ss-media-image,
[data-script-enabled="true"] .is-show .ss-media.of-secondary .ss-media-image {
    animation: fadeIn 0.6s linear 0.3s forwards;
}

.ss-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -24px 0 20px -20px;
}

.ss-listButton > li {
    display: flex;
    margin-top: 24px;
    margin-left: 20px;
}

.ss-step {
    justify-content: center;
}

.ss-step-column {
    padding-left: 25px;
}

@media only screen and (max-width: 640px) {
    .ss-step-column {
        padding-left: 15px;
    }
}

.ss-step-number {
    margin-right: 5px;
    color: #085eb4;
    font-size: 6rem;
    font-style: italic;
    font-weight: normal;
}

@media only screen and (max-width: 1519px) {
    .ss-step-number {
        font-size: 3.94737vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-step-number {
        display: block;
        font-size: 3rem;
        text-align: center;
    }
}

.ss-step-image {
    min-height: 0%;
}

.ss-step.of-primary {
    position: relative;
}

.ss-step.of-primary .ss-step-image:nth-child(2) {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.ss-step.of-primary .ss-step-image:nth-child(2) > img {
    width: 100%;
}

[data-script-enabled="true"] .ss-step.of-primary .ss-step-image:nth-child(2) {
    height: 0%;
}

[data-script-enabled="true"] .is-active .ss-step.of-primary .ss-step-image:nth-child(2),
[data-script-enabled="true"] .is-show .ss-step.of-primary .ss-step-image:nth-child(2) {
    animation: slideIn01 1.2s linear 1s forwards;
}

.ss-step.of-secondary {
    display: flex;
    margin-left: -25px;
}

@media only screen and (max-width: 1024px) {
    .ss-step.of-secondary {
        width: 100%;
        margin-left: 0;
    }
}

.ss-step.of-secondary .ss-step-column {
    display: flex;
    flex-direction: column;
}

.ss-step.of-secondary .ss-step-column:first-child {
    width: 55%;
}

@media only screen and (max-width: 1024px) {
    .ss-step.of-secondary .ss-step-column:first-child {
        padding-left: 0;
    }
}

.ss-step.of-secondary .ss-step-column:last-child {
    width: 45%;
}

.ss-step.of-secondary .ss-step-title {
    flex: 1 0 auto;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

@media only screen and (max-width: 1519px) {
    .ss-step.of-secondary .ss-step-title {
        font-size: 1.57895vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-step.of-secondary .ss-step-title {
        font-size: 1.8rem;
        text-align: center;
    }
}

.ss-step.of-secondary .ss-step-title.of-text-small {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1519px) {
    .ss-step.of-secondary .ss-step-title.of-text-small {
        font-size: 1.18421vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-step.of-secondary .ss-step-title.of-text-small {
        font-size: 1.8rem;
        text-align: center;
    }
}

.ss-step.of-secondary .ss-step-title.of-vertical {
    text-align: center;
}

.ss-step.of-secondary .ss-step-title.of-vertical .ss-step-number {
    display: block;
    text-align: center;
}

[data-script-enabled="true"] .ss-step.of-secondary .ss-step-column {
    opacity: 0;
}

[data-script-enabled="true"] .is-active .ss-step.of-secondary .ss-step-column:first-child,
[data-script-enabled="true"] .is-show .ss-step.of-secondary .ss-step-column:first-child {
    animation: fadeIn 0.6s linear 0.3s forwards;
}

[data-script-enabled="true"] .is-active .ss-step.of-secondary .ss-step-column:nth-child(2),
[data-script-enabled="true"] .is-show .ss-step.of-secondary .ss-step-column:nth-child(2) {
    animation: fadeIn 0.6s linear 0.9s forwards;
}

.ss-step.of-tertiary .ss-step-title {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 1519px) {
    .ss-step.of-tertiary .ss-step-title {
        font-size: 2.76316vw;
    }
}

@media only screen and (max-width: 1519px) {
    .ss-step.of-tertiary .ss-step-title {
        font-size: 2.4rem;
    }
}

.ss-step.of-tertiary .ss-step-title.of-text-small {
    font-size: 3.4rem;
}

@media only screen and (max-width: 1519px) {
    .ss-step.of-tertiary .ss-step-title.of-text-small {
        font-size: 2.23684vw;
    }
}

@media only screen and (max-width: 1519px) {
    .ss-step.of-tertiary .ss-step-title.of-text-small {
        font-size: 2.4rem;
    }
}

.ss-step.of-tertiary .ss-step-title em {
    display: block;
    color: #085eb4;
    font-size: 2.4rem;
    font-weight: normal;
}

@media only screen and (max-width: 1519px) {
    .ss-step.of-tertiary .ss-step-title em {
        font-size: 1.57895vw;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-step.of-tertiary .ss-step-title em {
        font-size: 1.6rem;
    }
}

.ss-step.of-tertiary .ss-step-body {
    position: relative;
}

.ss-step.of-tertiary .ss-step-image {
    width: 100%;
    text-align: center;
}

.ss-step.of-tertiary .ss-step-image:nth-child(2) {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

[data-script-enabled="true"] .ss-step.of-tertiary .ss-step-image {
    opacity: 0;
}

[data-script-enabled="true"] .ss-step.of-tertiary .ss-step-image:nth-child(2) {
    height: 0%;
}

[data-script-enabled="true"] .is-active .ss-step.of-tertiary .ss-step-image:first-child,
[data-script-enabled="true"] .is-show .ss-step.of-tertiary .ss-step-image:first-child {
    animation: fadeIn 0.6s linear 0.3s forwards;
}

[data-script-enabled="true"] .is-active .ss-step.of-tertiary .ss-step-image:nth-child(2),
[data-script-enabled="true"] .is-show .ss-step.of-tertiary .ss-step-image:nth-child(2) {
    animation: slideIn02 1.2s linear 1.8s forwards;
}

.ss-navigationTab {
    background: #1e253c;
}

@media only screen and (max-width: 1024px) {
    .ss-navigationTab {
        display: none;
    }
}

.ss-navigationTab-content {
    display: flex;
    justify-content: center;
    max-width: calc(1520px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.ss-navigationTab-list {
    display: flex;
    justify-content: center;
}

.ss-navigationTab-list > li {
    display: flex;
    position: relative;
    width: 215px;
}

@media only screen and (max-width: 1519px) {
    .ss-navigationTab-list > li {
        width: 14.14474vw;
    }
}

.ss-navigationTab-list > li::before {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    transform: translateY(-50%);
    background: #59697a;
    content: "";
}

.ss-navigationTab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 28px;
    background: #1e253c;
    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: 1519px) {
    .ss-navigationTab-button {
        padding: 0.65789vw;
        font-size: 1.18421vw;
    }
}

.ss-navigationTab-button:hover, .ss-navigationTab-button:focus {
    color: #00e3ff;
    transition: all 0.5s;
}

[data-script-enabled="true"] .ss-navigationTab-button {
    position: relative;
    background: radial-gradient(closest-side, #048, #1d243a);
}

[data-script-enabled="true"] .ss-navigationTab-button::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e253c;
    content: "";
}

[data-script-enabled="true"] .is-active .ss-navigationTab-button {
    color: #00e3ff;
}

[data-script-enabled="true"] .is-active .ss-navigationTab-button::before {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.ss-navigationTab-button > span {
    position: relative;
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
    }
}

.lp-navigationSeries-linkList > li {
    position: relative;
    padding: 0 10px;
}

.lp-navigationSeries-linkList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    background: #a6a6a6;
    content: "";
}

.lp-navigationSeries-linkList > li:first-child::before {
    content: none;
}

.lp-navigationSeries-linkList a {
    display: block;
    color: #a6a6a6;
    font-size: 1rem;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .ss-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (min-width: 1025px) {
    .ss-largeScreen-line-break {
        display: block;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn01 {
    0% {
        height: 0%;
        border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    }
    99% {
        border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    }
    100% {
        height: 100%;
        border-bottom-width: 3px;
        border-bottom-color: rgba(0, 0, 0, 0);
    }
}

@keyframes slideIn02 {
    0% {
        height: 0%;
        opacity: 1;
    }
    100% {
        height: 100%;
        opacity: 1;
    }
}
