@charset "UTF-8";
.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column {
    width: 33.33333333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column {
    width: 25%;
}

.lp-layout-grid:not(.of-column-keep) {
    margin-top: -30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid:not(.of-column-keep) {
        margin-top: -20px;
        margin-bottom: 20px;
    }
}

.lp-layout-grid:not(.of-column-keep) .lp-layout-grid-column {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid:not(.of-column-keep) .lp-layout-grid-column {
        width: 100%;
        margin-top: 20px;
    }
}

.lp-layout-grid.of-flex .lp-layout-grid-column {
    display: flex;
}

.lp-layout-grid-column {
    padding-left: 30px;
}

.lp-jumbotoron {
    display: flex;
    z-index: 0;
    position: relative;
    flex-direction: row-reverse;
    min-height: 673px;
    padding-bottom: 56px;
    color: #ffffff;
}

@media screen and (max-width: 969px) and (min-width: 768px) {
    .lp-jumbotoron {
        padding-bottom: calc(56vw * 100 / 969);
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotoron {
        min-height: calc(673vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotoron {
        flex-direction: column-reverse;
        min-height: inherit;
        padding-bottom: calc(46vw * 100 / 360);
    }
}

.lp-jumbotoron-body {
    max-width: 485px;
    padding: 40px 20px 0;
    text-align: center;
}

@media screen and (max-width: 969px) and (min-width: 768px) {
    .lp-jumbotoron-body {
        padding: calc(40vw * 100 / 969) calc(20vw * 100 / 969) 0;
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotoron-body {
        max-width: calc(485vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotoron-body {
        max-width: inherit;
        margin-top: -70px;
        padding-right: 0;
        padding-left: 0;
    }
}

.lp-jumbotoron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotoron-title {
    display: block;
    margin-bottom: 18px;
    font-size: 6rem;
    font-weight: normal;
    line-height: 1.3;
    text-shadow: 0 0 30px rgba(32, 120, 144, 0.9), 0 0 30px rgba(32, 120, 144, 0.9), 0 0 30px rgba(32, 120, 144, 0.9);
}

@media screen and (max-width: 969px) and (min-width: 768px) {
    .lp-jumbotoron-title {
        margin-bottom: calc(18vw * 100 / 969);
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotoron-title {
        font-size: calc(60vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotoron-title {
        margin-bottom: calc(14vw * 100 / 360);
        font-size: calc(35vw * 100 / 360);
    }
}

.lp-jumbotoron-titleGroup {
    margin-bottom: 32px;
}

@media screen and (max-width: 969px) and (min-width: 768px) {
    .lp-jumbotoron-titleGroup {
        margin-bottom: calc(32vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotoron-titleGroup {
        margin-bottom: calc(13vw * 100 / 360);
    }
}

.lp-jumbotoron-title em {
    color: #73ff7b;
}

.lp-jumbotoron-newLine {
    display: block;
}

.lp-jumbotoron-seriesName {
    display: block;
}

.lp-jumbotoron-seriesNameGroup {
    display: block;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.8;
}

@media screen and (max-width: 969px) and (min-width: 768px) {
    .lp-jumbotoron-seriesNameGroup {
        font-size: calc(22vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotoron-seriesNameGroup {
        font-size: calc(22vw * 100 / 360);
    }
}

.lp-jumbotoron-productSummary {
    margin-bottom: 20px;
    background: linear-gradient(to right, transparent, #2cabc1 30%, #2cabc1 70%, transparent);
    color: #002c34;
    font-size: 2.2rem;
}

@media screen and (max-width: 969px) and (min-width: 768px) {
    .lp-jumbotoron-productSummary {
        margin-bottom: calc(20vw * 100 / 969);
        font-size: calc(22vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotoron-productSummary {
        margin-bottom: calc(10vw * 100 / 360);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotoron-productSummary {
        font-size: calc(22vw * 100 / 360);
    }
}

.lp-jumbotoron-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -120px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotoron-image {
        left: calc(-120vw * 100 / 969);
        max-width: calc(720vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotoron-image {
        position: static;
        max-width: calc(360vw * 100 / 360);
        min-height: 0%;
        margin: calc(-42vw * 100 / 360) auto 0;
        text-align: center;
    }
}

@media screen and (max-width: 969px) and (min-width: 768px) {
    .lp-jumbotoron .lp-iconEmphasis {
        font-size: calc(16vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotoron .lp-iconEmphasis {
        font-size: calc(16vw * 100 / 360);
    }
}

.lp-jumbotoron .lp-layout-grid {
    justify-content: center;
    margin-left: -20px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotoron .lp-layout-grid {
        margin-left: -6px;
    }
}

.lp-jumbotoron .lp-layout-grid-column {
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotoron .lp-layout-grid-column {
        padding-left: 6px;
    }
}

.lp-jumbotoron .lp-layout-grid-column:nth-child(2n + 1) {
    text-align: right;
}

.lp-jumbotoron .lp-layout-grid-column:nth-child(2n) {
    text-align: left;
}

.lp-headingLevel2 {
    margin-bottom: 32px;
    color: #ffffff;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-headingLevel2 {
        font-size: calc(40vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2 {
        margin-bottom: calc(10vw * 100 / 360);
        font-size: calc(28vw * 100 / 360);
    }
}

.lp-headingLevel2.of-primary {
    margin-bottom: 12px;
    color: inherit;
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2.of-secondary {
        margin-bottom: calc(18vw * 100 / 360);
        font-size: calc(20vw * 100 / 360);
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2-newLine {
        display: block;
    }
}

.lp-iconEmphasis {
    display: inline-block;
    margin-top: -2px;
    padding: 3px 9px;
    background: #f00404;
    font-size: 1.6rem;
    line-height: 1.5;
    vertical-align: middle;
}

.lp-iconEmphasis + * {
    margin-left: 6px;
}

.lp-buttonConversion {
    display: inline-block;
    min-width: 240px;
    max-width: 300px;
    background: #f30b19;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
}

.lp-buttonConversion-outer {
    margin-top: 47px;
    text-align: center;
}

@media screen and (max-width: 969px) and (min-width: 768px) {
    .lp-buttonConversion-outer {
        margin-top: calc(47vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-buttonConversion-outer {
        margin-top: calc(38vw * 100 / 360);
    }
}

.lp-buttonConversion-body {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 16px;
}

.lp-buttonConversion-body::before {
    display: block;
    order: 2;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-right: 8px;
    background: url(../../img/common/icon_textbutton_download_trans_l.png) no-repeat;
    background-size: contain;
    content: "";
}

.lp-buttonConversion-text {
    order: 1;
    text-align: left;
}

.lp-buttonConversion-image {
    order: 3;
    margin: -24px 16px -24px 0;
}

.lp-buttonConversion-image img {
    max-width: inherit;
}

.lp-listDescription {
    position: relative;
    margin-bottom: 38px;
    padding-left: 28px;
}

@media screen and (max-width: 767px) {
    .lp-listDescription {
        margin-bottom: calc(30vw * 100 / 360);
        padding-left: calc(22vw * 100 / 360);
    }
}

.lp-listDescription::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: calc(100% - 5px);
    transform: translateY(-50%);
    background: #68fe71;
    content: "";
}

.lp-listDescription > dt {
    margin-bottom: 10px;
    font-size: 3rem;
    line-height: 1.3;
}

@media screen and (max-width: 969px) {
    .lp-listDescription > dt {
        font-size: calc(30vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-listDescription > dt {
        margin-bottom: 2px;
        font-size: calc(22vw * 100 / 360);
    }
}

.lp-listDescription > dd {
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .lp-listDescription > dd {
        font-size: calc(16vw * 100 / 360);
    }
}

.lp-media {
    display: flex;
}

@media screen and (max-width: 767px) {
    .lp-media {
        flex-direction: column-reverse;
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .lp-media.of-row-reverse {
        flex-direction: column-reverse;
    }
}

.lp-media.of-row-reverse .lp-media-image {
    margin-right: 15px;
    margin-left: 0;
}

.lp-media.of-image-adjust {
    z-index: 0;
    position: relative;
}

.lp-media.of-image-adjust .lp-media-body {
    flex: auto;
    max-width: 470px;
}

@media screen and (max-width: 969px) {
    .lp-media.of-image-adjust .lp-media-body {
        max-width: calc(470vw * 100 / 969);
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .lp-media.of-image-adjust .lp-media-body {
        max-width: inherit;
        margin-top: -30px;
        padding-right: 0;
    }
}

.lp-media.of-image-adjust .lp-media-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -120px;
    max-width: inherit;
}

@media screen and (max-width: 969px) {
    .lp-media.of-image-adjust .lp-media-image {
        left: calc(-120vw * 100 / 969);
        max-width: calc(606vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-media.of-image-adjust .lp-media-image {
        position: static;
        max-width: calc(260vw * 100 / 360);
        margin: -15px auto 0;
    }
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    max-width: 420px;
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .lp-media-image {
        min-height: 0%;
    }
}

.lp-mediaFlow {
    max-width: 470px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .lp-mediaFlow {
        position: relative;
        margin: 0 auto 20px;
    }
}

.lp-mediaFlow-content {
    display: flex;
}

.lp-mediaFlow-body {
    display: flex;
    position: relative;
    flex: 1;
    padding-right: 50px;
}

@media screen and (max-width: 767px) {
    .lp-mediaFlow-body {
        position: static;
        padding-right: calc(34vw * 100 / 360);
    }
}

.lp-mediaFlow-body::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    border-width: 25px;
    border-style: solid;
    border-color: transparent transparent transparent #30ce3b;
    content: "";
}

@media screen and (max-width: 767px) {
    .lp-mediaFlow-body::before {
        right: 50%;
        transform: translateX(50%) translateX(9px) translateY(-50%);
        border-width: 18px;
    }
}

.lp-mediaFlow-body:last-child {
    padding-right: 0;
}

.lp-mediaFlow-body:last-child::before {
    display: none;
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 60px 0 80px;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        padding: calc(40vw * 100 / 360) 0 calc(50vw * 100 / 360);
    }
}

.lp-mediaAsset-body {
    margin-left: 40px;
    font-size: 3rem;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        margin-top: calc(20vw * 100 / 360);
        margin-left: 0;
        font-size: calc(26vw * 100 / 360);
    }
}

.lp-mediaAsset-body .lp-buttonConversion {
    min-width: 198px;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-body .lp-buttonConversion {
        margin-top: 8px;
    }
}

.lp-mediaAsset-body .lp-buttonConversion-body {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
}

.lp-mediaAsset-image {
    min-height: 0%;
}

.lp-mediaAsset-image + * {
    margin-right: 10px;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-image + * {
        margin-right: 0;
    }
}

.lp-card {
    padding: 16px;
    background: #ffffff;
}

.lp-card:not(.of-primary) {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 446px;
    margin: 0 auto;
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-card.of-primary {
    margin-bottom: 42px;
    padding: 32px 30px 40px;
    border-top: 4px solid #3dce46;
    background: #f3f3f3;
}

@media screen and (max-width: 767px) {
    .lp-card.of-primary {
        margin-bottom: calc(32vw * 100 / 360);
        padding: calc(22vw * 100 / 360) 20px calc(36vw * 100 / 360);
    }
}

.lp-card.of-primary > *:nth-last-child(2) {
    margin-bottom: 0;
}

.lp-card-text {
    margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
    .lp-card-text {
        margin-bottom: calc(16vw * 100 / 360);
    }
}

.lp-card-title {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    line-height: 1.2;
    text-align: center;
}

.lp-card-image {
    min-height: 0%;
    text-align: center;
}

.lp-card .lp-cardFlow-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.lp-cardFlow {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 1px;
    background: #44575c;
}

.lp-cardFlow.of-primary {
    background: #10b054;
}

.lp-cardFlow.of-primary .lp-cardFlow-title {
    background: #10b054;
}

.lp-cardFlow-title {
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background: #44575c;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-cardFlow-title {
        font-size: calc(20vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-cardFlow-title {
        font-size: calc(14vw * 100 / 360);
    }
}

.lp-cardFlow-image {
    min-height: 0%;
}

.lp-text {
    margin-bottom: 0;
}

.lp-section {
    overflow: hidden;
    background: #ffffff;
}

@media screen and (max-width: 767px) {
    .lp-section {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.lp-section.of-primary {
    background: #002c34;
}

.lp-section.of-secondary {
    z-index: 0;
    position: relative;
    padding-top: 50px;
    padding-bottom: 42px;
    background: #04223e;
    color: #ffffff;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .lp-section.of-secondary {
        padding-top: calc(35vw * 100 / 360);
        padding-bottom: calc(42vw * 100 / 360);
    }
}

.lp-section.of-secondary::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#000000, #04223e);
    content: "";
}

.lp-section.of-tertiary {
    padding-top: 60px;
    padding-bottom: 58px;
    background: #d9d9d9;
    font-size: 2rem;
}

@media screen and (max-width: 969px) {
    .lp-section.of-tertiary {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-tertiary {
        padding-top: calc(32vw * 100 / 360);
        padding-bottom: calc(32vw * 100 / 360);
        font-size: calc(16vw * 100 / 360);
    }
}

.lp-section.of-quaternary {
    padding: 52px 0;
    background: #002c34;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .lp-section.of-quaternary {
        padding: calc(24vw * 100 / 360) 0 calc(32vw * 100 / 360);
        font-size: calc(16vw * 100 / 360);
    }
}

.lp-section.of-quaternary .lp-section-content {
    padding: 0 20px;
}

.lp-section.of-quaternary .lp-section-content > *:nth-last-child(2) {
    margin-bottom: 0;
}

.lp-section-content {
    max-width: 970px;
    margin: 0 auto;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-utility-color-series {
    color: #68fe71;
}

.section {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .smallScreen-show {
        display: none;
    }
}
