@charset "UTF-8";

.lp-layout-container {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-jumbotron {
    background: #eee url("../../img/landing_page/lp_vk_1059/lp_vk_1059_bg_01.jpg") no-repeat center bottom;
}

.lp-jumbotron-content {
    display: flex;
    justify-content: space-between;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 70px 20px 30px;
    overflow: hidden;
}

.lp-jumbotron-body {
    flex: 1;
    margin-right: 30px;
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 6.2rem;
    line-height: 1.3;
}

.lp-jumbotron-title {
    margin-bottom: 8px;
    text-align: center;
}

.lp-jumbotron-series {
    display: flex;
    font-size: 1.6rem;
    font-weight: normal;
}

.lp-jumbotron-icon {
    display: flex;
    align-items: center;
    min-width: 61px;
    margin-right: 15px;
    padding: 4px 11px 2px 10px;
    background: #ce0010;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
}

.lp-jumbotron-seriesText {
    max-width: 340px;
}

.lp-jumbotron-image {
    width: 500px;
    min-height: 0%;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column;
        align-items: center;
        padding-top: calc((70 * 100vw) / 970);
        padding-bottom: 30px;
    }
    .lp-jumbotron-body {
        flex: auto;
        width: 100%;
        min-width: calc((440 * 100vw) / 970);
        margin-right: 0;
    }
    .lp-jumbotron-titleGroup {
        flex-direction: column;
        align-items: center;
        margin-bottom: calc((40 * 100vw) / 970);
        font-size: calc((62 * 100vw) / 970);
    }
    .lp-jumbotron-image {
        width: 90%;
        margin-right: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup {
        font-size: 2.6rem;
    }
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
    .lp-jumbotron-icon {
        font-size: 1.8rem;
    }
    .lp-jumbotron-seriesText {
        max-width: 260px;
    }
}

.lp-layout-grid {
    display: flex;
}

.lp-layout-grid.of-column-12 {
    margin-left: -20px;
    padding: 0 20px;
}

.lp-layout-grid.of-column-12 .of-column-4 {
    width: 33.3333333333%;
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .lp-layout-grid {
        flex-direction: column;
    }
    .lp-layout-grid.of-column-12 {
        margin-left: 0;
    }
    .lp-layout-grid.of-column-12 .of-column-4 {
        align-self: center;
        width: 310px;
        padding-left: 0;
    }
}

.lp-media {
    display: flex;
}

.lp-media-image {
    max-width: 100%;
    min-height: 0%;
}

.lp-media.of-column {
    flex-direction: column;
}

.lp-media.of-example {
    margin-bottom: 20px;
    background: #fff;
}

.lp-media.of-example .lp-media-titleOuter {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    padding: 10px 15px;
    background: #2a3d7c;
    color: #fff;
    font-size: 1.8rem;
}

.lp-media.of-example .lp-media-body {
    position: relative;
    order: 3;
    padding: 15px 10px;
}

.lp-media.of-example .lp-media-body::before {
    display: block;
    position: absolute;
    top: -36px;
    left: 50%;
    width: 228px;
    height: 0;
    transform: translateX(-50%);
    border-right: 22px solid transparent;
    border-bottom: 36px solid #fff;
    border-left: 22px solid transparent;
    content: "";
}

.lp-media.of-example .lp-media-text {
    margin-bottom: 0;
    padding-top: 10px;
    color: #324b90;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.lp-media.of-example .lp-media-text::before, .lp-media.of-example .lp-media-text::after {
    display: block;
    position: absolute;
    top: -25px;
    left: calc(50% - 2px);
    width: 5px;
    height: 27px;
    background-color: #324b90;
    content: "";
}

.lp-media.of-example .lp-media-text::before {
    transform: rotate(45deg);
}

.lp-media.of-example .lp-media-text::after {
    transform: rotate(-45deg);
}

.lp-media.of-example .lp-media-list {
    font-size: 1.6rem;
}

.lp-media.of-example .lp-media-list > li {
    position: relative;
    margin-left: 30px;
    line-height: 1.5;
}

.lp-media.of-example .lp-media-list > li::before {
    display: inline-block;
    position: absolute;
    top: 0.5em;
    left: -15px;
    width: 4px;
    height: 4px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #737373;
    content: "";
}

.lp-media.of-example .lp-media-image {
    order: 2;
}

.lp-media.of-product {
    position: relative;
    align-items: flex-start;
    min-height: 235px;
    margin-left: 35px;
}

.lp-media.of-product .lp-media-list > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 50px;
    color: #17184b;
    font-size: 2.4rem;
    font-weight: bold;
}

.lp-media.of-product .lp-media-list > li:last-child {
    margin-bottom: 0;
}

.lp-media.of-product .lp-media-list > li::before {
    z-index: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url("../../../img/landing_page/lp_vk_1059/lp_vk_1059_img_icon_01.png") no-repeat;
    content: "";
}

.lp-media.of-product .lp-media-list > li > em {
    color: #369fd0;
    font-size: 3rem;
}

.lp-media.of-product .lp-media-image {
    position: absolute;
    right: 0;
    bottom: -150px;
}

.lp-media.of-function {
    align-items: center;
    justify-content: space-between;
}

.lp-media.of-function .lp-media-body {
    width: 550px;
    padding: 30px;
}

.lp-media.of-function .lp-media-title {
    margin-bottom: 25px;
    color: #fff;
    font-size: 3.4rem;
    font-weight: normal;
    text-align: center;
}

.lp-media.of-function .lp-media-list > li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 35px;
    font-size: 1.8rem;
}

.lp-media.of-function .lp-media-list > li:last-child {
    margin-bottom: 0;
}

.lp-media.of-function .lp-media-list > li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 14px;
    transform: translateY(-50%);
    background: url("../../../img/landing_page/lp_vk_1059/lp_vk_1059_img_icon_02.png") no-repeat;
    content: "";
}

.lp-media.of-function .lp-media-list > li > em {
    color: #369fd0;
    font-size: 2.2rem;
}

@media only screen and (max-width: 969px) {
    .lp-media.of-example .lp-media-titleOuter {
        font-size: calc((18 * 100vw) / 970);
    }
    .lp-media.of-example .lp-media-text {
        font-size: calc((24 * 100vw) / 970);
    }
    .lp-media.of-example .lp-media-list {
        font-size: calc((16 * 100vw) / 970);
    }
    .lp-media.of-product {
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
    }
    .lp-media.of-product .lp-media-list > li {
        font-size: calc((24 * 100vw) / 970);
    }
    .lp-media.of-product .lp-media-list > li > em {
        font-size: calc((30 * 100vw) / 970);
    }
    .lp-media.of-product .lp-media-image {
        position: relative;
        bottom: 0;
        width: 100%;
        min-height: 0%;
        padding: 0 20px;
        text-align: center;
    }
    .lp-media.of-function .lp-media-title {
        font-size: calc((34 * 100vw) / 970);
    }
    .lp-media.of-function .lp-media-list > li {
        font-size: calc((18 * 100vw) / 970);
    }
    .lp-media.of-function .lp-media-list > li > em {
        font-size: calc((22 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-media.of-example .lp-media-titleOuter {
        font-size: 1.8rem;
    }
    .lp-media.of-example .lp-media-text {
        font-size: 2.2rem;
    }
    .lp-media.of-example .lp-media-list {
        font-size: 1.6rem;
    }
    .lp-media.of-product .lp-media-list > li {
        font-size: 2rem;
    }
    .lp-media.of-product .lp-media-list > li > em {
        font-size: 2.4rem;
    }
    .lp-media.of-function .lp-media-body {
        width: 100%;
        padding: 10px 0 0;
    }
    .lp-media.of-function .lp-media-title {
        margin-bottom: 10px;
        font-size: 2.2rem;
    }
    .lp-media.of-function .lp-media-list > li {
        font-size: 1.6rem;
    }
    .lp-media.of-function .lp-media-list > li > em {
        font-size: 1.8rem;
    }
}

.lp-cardProduct {
    position: relative;
    width: 490px;
    margin-top: 7px;
    padding: 30px;
    border: 1px solid #dfdfdf;
    border-bottom: 8px solid #dfdfdf;
    background: #fff;
}

.lp-cardProduct::after {
    position: absolute;
    right: 70px;
    bottom: -47px;
    width: 32px;
    height: 52px;
    background: url("../../../img/landing_page/lp_vk_1059/lp_vk_1059_img_arrow_02.png") no-repeat;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-cardProduct {
        margin-bottom: 40px;
    }
    .lp-cardProduct::after {
        content: none;
    }
}

@media only screen and (max-width: 768px) {
    .lp-cardProduct {
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
    }
}

.lp-cardEmphasis {
    margin-right: 20px;
    margin-left: 20px;
    background: #324b90;
}

.lp-cardEmphasis-text {
    padding-right: 50px;
    color: #fff;
    font-size: 3rem;
    text-align: center;
}

.lp-cardEmphasis-body {
    position: relative;
    width: 350px;
    margin: 0 auto;
    padding: 20px 30px 5px;
}

.lp-cardEmphasis-body.of-primary {
    width: 480px;
}

.lp-cardEmphasis-body::after {
    display: block;
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 71px;
    height: 73px;
    background: url("../../../img/landing_page/lp_vk_1059/lp_vk_1059_img_09.png") no-repeat;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-cardEmphasis-text {
        font-size: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-cardEmphasis {
        width: 310px;
        margin: 0 auto;
    }
    .lp-cardEmphasis-body {
        width: auto;
        padding: 30px 30px 5px;
    }
    .lp-cardEmphasis-body.of-primary {
        width: auto;
    }
    .lp-cardEmphasis-body::after {
        right: 30px;
    }
    .lp-cardEmphasis-text {
        font-size: 2rem;
    }
    .lp-cardEmphasis-body.of-primary .lp-cardEmphasis-text {
        padding-right: 60px;
    }
}

.lp-cardFunction {
    padding: 30px;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .lp-cardFunction {
        padding: 10px;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 50px 0 10px;
}

.lp-mediaAsset-body {
    max-width: 500px;
    margin-left: 30px;
}

.lp-mediaAsset-text {
    margin-bottom: 0;
    font-size: 3rem;
}

.lp-mediaAsset-image {
    min-height: 0%;
}

.lp-mediaAsset-image > img {
    border: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        padding-bottom: 0;
    }
    .lp-mediaAsset-image {
        margin-bottom: 20px;
    }
    .lp-mediaAsset-body {
        margin-left: 0;
    }
}

.lp-buttonConversion {
    display: inline-block;
    background: #f30b19;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    display: block;
    width: 25px;
    min-width: 16px;
    height: 25px;
    margin-right: 14px;
    background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat;
    background-size: contain;
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body-text {
    text-align: center;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #ccc;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    width: 16px;
    height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
}

.lp-buttonConversion-body {
    display: block;
    padding: 10px 56px;
}

.lp-buttonConversion-outer {
    text-align: center;
}

.lp-buttonConversion-outer.of-primary {
    margin: 0 0 50px;
}

.lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #ccc;
}

.lp-section-content {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
}

.lp-section.of-primary {
    position: relative;
    background: #16184b;
}

.lp-section.of-primary::after {
    z-index: 1;
    position: absolute;
    bottom: -38px;
    left: 50%;
    width: 170px;
    height: 38px;
    transform: translateX(-50%);
    background: url("../../../img/landing_page/lp_vk_1059/lp_vk_1059_img_arrow_01.png") no-repeat;
    content: "";
}

.lp-section.of-secondary {
    background: #f7f7f7;
}

.lp-section-text {
    margin: 0 auto 35px;
    color: #17184b;
    font-size: 2.4rem;
}

.lp-section-inner {
    min-height: 605px;
    margin-top: 15px;
    padding-bottom: 170px;
    background: url("../../../img/landing_page/lp_vk_1059/lp_vk_1059_bg_02.jpg") no-repeat center bottom;
}

@media only screen and (max-width: 969px) {
    .lp-section-text {
        margin-bottom: calc((50 * 100vw) / 970);
        font-size: calc((24 * 100vw) / 970);
    }
    .lp-section-inner {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .lp-section-text {
        padding: 0 20px;
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 320px) {
    .lp-section-text {
        width: 100%;
    }
}

.lp-headingLevel2 {
    font-size: 6rem;
}

.lp-headingLevel2.of-primary {
    font-size: 3.2rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2 {
        font-size: calc((60 * 100vw) / 970);
    }
    .lp-headingLevel2-outer {
        margin-bottom: calc((25 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2 {
        font-size: 2.6rem;
    }

    .lp-headingLevel2.of-primary {
        font-size: 2rem;
    }

    .lp-headingLevel2-outer {
        padding: 0 20px;
    }
}

.lp-cardExample {
    margin: 0 20px 40px;
    padding: 10px;
    background: #3e62ad;
}

.of-gradation {
    display: inline-block;
    background: linear-gradient(to right, #3e62ad, #3e62ad 10%, #5cacd8 50%, #3e62ad 90%, #3e62ad 100%);
    color: #3e62ad;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

:-ms-lang(x)::-ms-backdrop,
.of-gradation {
    background: none;
}

.of-row {
    flex-direction: row;
}

@media only screen and (max-width: 768px) {
    .of-row {
        flex-direction: column-reverse;
    }
}

.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
    .of-row-reverse {
        flex-direction: column-reverse;
    }
}

.smallScreen-show {
    display: none;
}

@media only screen and (max-width: 969px) {
    .smallScreen-hide {
        display: none;
    }
    .smallScreen-show {
        display: block;
    }
}

.lp-utility-fontWeight-normal {
    font-weight: normal;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-lineHeight-small {
    line-height: 1.02;
}

.lp-utility-fontSize-small {
    font-size: 4.4rem;
}

.lp-utility-fontSize-middle {
    font-size: 5.2rem;
}

.lp-utility-fontColor-navy {
    color: #001560;
}

@media only screen and (max-width: 969px) {
    .lp-utility-fontSize-small {
        font-size: calc((44 * 100vw) / 970);
    }

    .lp-utility-fontSize-middle {
        font-size: calc((52 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-utility-fontSize-small {
        font-size: 2.6rem;
    }

    .lp-utility-fontSize-middle {
        font-size: 2.6rem;
    }
}
