.ncp-index {
    width: 100%;
    overflow: hidden;
}
.ncp-index .section-header {
    width: 100%;
    height: 650px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1600px) {
    .ncp-index .section-header {
        height: 500px;
    }
}
.ncp-index .section-header img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media (max-width: 750px) {
    .ncp-index .section-header {
        height: 300px;
    }
    .ncp-index .section-header img {
        -o-object-position: 60% center;
        object-position: 60% center;
    }
}
@media (max-width: 450px) {
    .ncp-index .section-header {
        height: 220px;
    }
}
.ncp-index .section-header .wrapper {
    width: 86%;
    position: relative;
    max-width: 1600px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
}
.ncp-index .section-header .text {
    width: 60%;
    padding-bottom: 5%;
}
@media (max-width: 450px) {
    .ncp-index .section-header .text {
        width: 80%;
    }
    .ncp-index .section-header .text p {
        text-shadow: 2px 2px 2px rgba(53, 127, 195, 0.58);
    }
}
.ncp-index .section-header .text h1 {
    font-size: 65px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #ffffff;
    line-height: 1.3;
    text-shadow: 0.02em 0.02em 0.05em rgba(53, 127, 195, 0.18);
}
@media (max-width: 1600px) {
    .ncp-index .section-header .text h1 {
        font-size: 56px;
    }
}
@media (max-width: 750px) {
    .ncp-index .section-header .text h1 {
        font-size: 36px;
    }
}
@media (max-width: 450px) {
    .ncp-index .section-header .text h1 {
        font-size: 32px;
        text-shadow: 0.05em 0.05em 0.05em rgba(53, 127, 195, 0.28);
    }
}
.ncp-index .section-header .text p {
    margin-top: 0.5em;
    font-size: 34px;
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 0.05em 0.05em 0.08em rgba(53, 127, 195, 0.18);
}
@media (max-width: 1600px) {
    .ncp-index .section-header .text p {
        font-size: 28px;
    }
}
@media (max-width: 750px) {
    .ncp-index .section-header .text p {
        font-size: 16px;
    }
}
@media (max-width: 450px) {
    .ncp-index .section-header .text p {
        font-size: 14px;
    }
}
.ncp-index .intro {
    padding: 70px 40px;
    margin: auto;
    font-size: 20px;
    line-height: 1.8;
    color: #626262;
}
.ncp-index .intro + .section-title {
    margin-top: 0;
}
@media (max-width: 750px) {
    .ncp-index .intro + .section-title {
        margin-top: 40px;
    }
}
@media (max-width: 750px) {
    .ncp-index .intro + .section-title {
        margin-top: 20px;
    }
}
@media (max-width: 1600px) {
    .ncp-index .intro {
        font-size: 18px;
    }
}
@media (max-width: 750px) {
    .ncp-index .intro {
        font-size: 15px;
        padding: 30px 25px;
    }
}
@media (max-width: 450px) {
    .ncp-index .intro {
        font-size: 14px;
    }
}
.ncp-index .section-title {
    margin: 70px 0 50px;
    padding: 0 20px;
}
@media (max-width: 750px) {
    .ncp-index .section-title {
        margin: 50px 0 30px;
    }
}
.ncp-index .section-title h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 46px;
    color: #626262;
}
@media (max-width: 1600px) {
    .ncp-index .section-title h2 {
        font-size: 38px;
    }
}
@media (max-width: 1200px) {
    .ncp-index .section-title h2 {
        font-size: 34px;
    }
}
@media (max-width: 750px) {
    .ncp-index .section-title h2 {
        font-size: 28px;
        text-align: center;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
    }
}
.ncp-index .ncp-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (max-width: 750px) {
    .ncp-index .ncp-item {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .ncp-index .ncp-item + .ncp-item {
        margin-top: 1px;
    }
}
.ncp-index .ncp-item .figure,
.ncp-index .ncp-item .text-content {
    width: 50%;
    min-width: 50%;
    position: relative;
    min-height: 650px;
}
@media (max-width: 1600px) {
    .ncp-index .ncp-item .figure,
    .ncp-index .ncp-item .text-content {
        min-height: 500px;
    }
}
@media (max-width: 750px) {
    .ncp-index .ncp-item .figure,
    .ncp-index .ncp-item .text-content {
        width: 100%;
        min-width: 0;
        min-height: 0 !important;
    }
}
.ncp-index .ncp-item .figure {
    background-position: right center !important;
}
@media (max-width: 750px) {
    .ncp-index .ncp-item .figure {
        height: 60vw;
    }
}
.ncp-index .ncp-item .figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -o-object-position: right center;
    object-position: right center;
}
.ncp-index .ncp-item .text-content {
    background-color: #06b4ea;
    padding: 5%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (max-width: 750px) {
    .ncp-index .ncp-item .text-content {
        padding: 40px;
    }
}
@media (max-width: 750px) {
    .ncp-index .ncp-item .text-content {
        padding: 30px;
    }
}
.ncp-index .ncp-item .text-content .text {
    width: 100%;
    padding-bottom: 2%;
}
@media (max-width: 750px) {
    .ncp-index .ncp-item .text-content .text {
        padding-bottom: 0;
    }
}
.ncp-index .ncp-item .text-content h3 {
    font-size: 42px;
    line-height: 1.3;
    display: block;
    margin: 0;
    padding: 0;
}
@media (max-width: 1600px) {
    .ncp-index .ncp-item .text-content h3 {
        font-size: 36px;
    }
}
@media (max-width: 1200px) {
    .ncp-index .ncp-item .text-content h3 {
        font-size: 32px;
    }
}
@media (max-width: 750px) {
    .ncp-index .ncp-item .text-content h3 {
        font-size: 26px;
    }
}
.ncp-index .ncp-item .text-content p {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 1em;
}
.ncp-index .ncp-item .text-content ul {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 1em;
    list-style: disc;
    padding-left: 1.2em;
}
@media (max-width: 1600px) {
    .ncp-index .ncp-item .text-content p,
    .ncp-index .ncp-item .text-content ul {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    .ncp-index .ncp-item .text-content p,
    .ncp-index .ncp-item .text-content ul {
        font-size: 16px;
    }
}
@media (max-width: 750px) {
    .ncp-index .ncp-item .text-content p,
    .ncp-index .ncp-item .text-content ul {
        font-size: 14px;
    }
}
.ncp-index .ncp-item a.more {
    font-size: 16px;
    margin-top: 50px;
    color: #fff;
    border-color: #fff;
    text-decoration: none;
    display: inline-block;
    min-width: 140px;
    padding: 0 20px;
    border: 1px solid;
    text-align: center;
    line-height: 42px !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 44px !important;
}
.ncp-index .ncp-item a.more:hover {
    border-color: #ffffff;
    color: #06b4ea;
    background-color: #fff;
}
@media (max-width: 1200px) {
    .ncp-index .ncp-item a.more {
        font-size: 14px;
        line-height: 38px !important;
        height: 40px !important;
    }
}
@media (max-width: 750px) {
    .ncp-index .ncp-item a.more {
        margin-top: 25px;
        line-height: 36px !important;
        height: 38px !important;
        min-width: 120px;
    }
}
.ncp-index .ncp-item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.ncp-index .ncp-item .text-content h3 span.smaller {
    font-size: 0.75em;
}

@media (max-width: 450px) {
    .ncp-index .section-header .text p {
        text-shadow: 0.05em 0.05em 0.1em rgba(27, 88, 144, 0.38);
    }
    .ncp-index .section-header .text p {
        display: none;
    }
}