@charset "UTF-8";

.lp-layout-container {
    max-width: 870px;
    margin: 0 auto;
}

@media screen and (max-width: 969px) {
    .lp-layout-container {
        padding: 0 20px;
    }
}

.lp-jumbotron {
    margin-bottom: 33px;
    background: #56879d;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        margin-bottom: calc(33vw * 100 / 969);
    }
}

@media screen and (max-width: 720px) {
    .lp-jumbotron {
        margin-bottom: 17px;
    }
}

.lp-jumbotron-content {
    z-index: 0;
    position: relative;
    max-width: 970px;
    min-height: 577px;
    margin: 0 auto;
    padding: 56px 56px 75px;
    overflow: hidden;
    background: #7db0c7;
    box-shadow: 0 0 20px rgba(34, 68, 84, 0.1);
    color: #fff;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        min-height: calc(577vw * 100 / 969);
        padding: calc(56vw * 100 / 969) calc(56vw * 100 / 969) calc(75vw * 100 / 969);
    }
}

@media screen and (max-width: 720px) {
    .lp-jumbotron-content {
        padding: 26px 20px 0;
    }
}

.lp-jumbotron-header {
    margin-bottom: 24px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-header {
        margin-bottom: calc(24vw * 100 / 969);
    }
}

@media screen and (max-width: 720px) {
    .lp-jumbotron-header {
        margin-bottom: 30px;
        text-align: center;
    }
}

.lp-jumbotron-body {
    max-width: 440px;
    font-size: 2rem;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        max-width: calc(440vw * 100 / 969);
        font-size: calc(20vw * 100 / 969);
    }
}

@media screen and (max-width: 720px) {
    .lp-jumbotron-body {
        max-width: inherit;
        margin-bottom: 26px;
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 721px) {
    .lp-jumbotron-body p {
        text-shadow: 0 0 10px rgba(54, 76, 86, 0.2);
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 20px;
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 1.1;
}

.theme-KC .lp-jumbotron-title {
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        margin-bottom: calc(20vw * 100 / 969);
        font-size: calc(56vw * 100 / 969);
    }
}

@media screen and (max-width: 720px) {
    .lp-jumbotron-title {
        margin-bottom: 16px;
        font-size: 4rem;
    }
}

@media screen and (min-width: 721px) {
    .lp-jumbotron-title {
        text-shadow: 0 0 10px rgba(54, 76, 86, 0.2);
    }
}

.lp-jumbotron-subtitle {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
}

.theme-KC .lp-jumbotron-subtitle {
    font-weight: normal;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-subtitle {
        font-size: calc(20vw * 100 / 969);
    }
}

@media screen and (max-width: 720px) {
    .lp-jumbotron-subtitle {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 721px) {
    .lp-jumbotron-subtitle {
        text-shadow: 0 0 10px rgba(54, 76, 86, 0.2);
    }
}

.lp-jumbotron-image {
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 720px) {
    .lp-jumbotron-image {
        position: relative;
        right: inherit;
        bottom: inherit;
        min-height: calc(198vw * 100 / 360);
        margin-right: -20px;
        margin-left: -20px;
    }
}

.lp-jumbotron-image img {
    width: 100%;
}

@media screen and (max-width: 720px) {
    .lp-jumbotron-image img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        min-width: calc(541vw * 100 / 360);
        max-height: 100%;
    }
}

.lp-media {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media screen and (max-width: 720px) {
    .lp-media {
        flex-direction: column-reverse;
    }
}

.lp-media-body {
    font-size: 3.6rem;
}

.theme-KC .lp-media-body {
    font-size: 3.3rem;
}

.theme-KC .lp-media-body em {
    font-weight: normal;
}

@media screen and (max-width: 969px) {
    .lp-media-body {
        font-size: calc(36vw * 100 / 969);
    }
    .theme-KC .lp-media-body {
        font-size: calc(33vw * 100 / 969);
    }
}

@media screen and (max-width: 720px) {
    .lp-media-body {
        width: 100%;
        font-size: 2.8rem;
        line-height: 1.4;
        text-align: center;
    }
    .theme-KC .lp-media-body {
        font-size: 2.6rem;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    max-width: 449px;
    min-height: 0%;
    margin-right: 10px;
}

@media screen and (max-width: 969px) {
    .lp-media-image {
        max-width: calc(449vw * 100 / 969);
    }
}

@media screen and (max-width: 720px) {
    .lp-media-image {
        width: 100%;
        max-width: inherit;
        margin-right: 0;
        margin-bottom: 6px;
        text-align: center;
    }
}

.lp-listButton {
    margin: 26px auto 20px;
}

@media screen and (max-width: 720px) {
    .lp-listButton {
        margin-top: 16px;
        text-align: center;
    }
}

.lp-listButton > li {
    margin-bottom: 10px;
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-buttonConversion {
    display: inline-block;
    padding: 12px 25px;
    background: #e60012;
    box-shadow: 0 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    width: 25px;
    min-width: 25px;
    min-height: 25px;
    margin-right: 4px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat left 0.35em;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-right: 6px;
    margin-left: -6px;
    background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat;
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-buttonConversion-body::before {
    display: block;
    content: "";
}
