.section {
    position: relative;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: .9rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 auto;
}
.section .s-title {
    font-size: 1.75em;
    line-height: 1.1;
    font-weight: bold;
}
.section .s-text {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 1em;
}
.section .section-img {
    width: 100%;
}
.section .s-container{
    padding: 20px;
}

.section-1 .s-container {
    position: absolute;
    top: 1%;
    left: 15px;
    right: 15px;
    text-align: center;
}
.section-1 .s-title {
    font-size: 4em;
    font-style: italic;
}
.section-1 .s-text {
    font-size: 1.5em;
    color: #333;
    margin-top: .5rem;
}

.section-2 {
    background: #deefff;
}
.section-2 .s-f {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.section-2 .s-i {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.section-2 .s-i img {
    height: 50px
}
.section-2 .s-t {
    text-align: center;
    color: #3a3a3a;
    margin-top: 13px;
}

.section-3 .s-container {
    padding: 40px 25px;
}
.section-3 .s-col-1 {
    text-align: center;
    margin-bottom: 1em;
}

.section-5 .s-container {
    text-align: center;
}
.section-5 .s-inner {
    position: relative;
}
.section-5 .s-f {
    position: absolute;
    top: 4%;
    left: 23%;
    right: 30%;
}
.section-5 .s-f {
    font-size: 1em;
    color: #3a3a3a;
    margin-top: 2%;
}
.section-5 .s-h {
    font-size: 3em;
    font-weight: bold;
}
.section-5 .s-i1 .s-h {
    background: linear-gradient(to bottom, #9ed1fa 6%, #9ed3f8);
    -webkit-background-clip: text;
    color: transparent;
}
.section-5 .s-i2 .s-h {
    background: linear-gradient(to bottom, #90c0f2 6%, #8fbdf6);
    -webkit-background-clip: text;
    color: transparent;
}

.section-6 {
    text-align: center;
    box-sizing: border-box;
    background: #f4f9ff;
    padding: 5vw;
}
.section-6 .s-f {
    display: none;
}

.section-7 {
    padding-bottom: 40px;
}
.section-7 .s-container {
    padding-top: 40px;
    text-align: center;
}
.section-7 .s-img .section-img {
    display: none;
}
.section-7 .s-i {
    position: absolute;
    text-align: left;
    top: 78%;
    left: 9%;
    font-size: .8em;
}
.section-7 .s-i2 {
    top: 84%;
    left: 61%;
    text-align: center;
}
.section-7 .s-i::before {
    content: '';
    position: absolute;
    top: -518%;
    left: 47%;
    width: 1px;
    height: 497%;
    border-left: 1px solid gray;
}
.section-7 .s-i2::before {
    top: -159%;
    left: 47%;
    height: 137%;
}

.section-8 {
    background-color: #eef5fd;
    text-align: center;
}
.section-9 .s-container {
    text-align: center;
}

.section-11 .s-container {
    text-align: center;
}

.section-11 .s-f {
    display: flex;
    flex-wrap: wrap;
}
.section-11 .s-i {
    width: 50%;
    padding: 20px;
    font-size: 1em;
    text-align: center;
}
.section-11 .s-i img {
    height: 60px;
}
.section-11 .s-t1 {
    margin-top: 10px;
}
.section-11 .s-t2 {
    display: none;
}

@media (max-width: 380px) {
    .section-5 .s-f {
        font-size: .75em;
    }
    .section-7 .s-i {
        top: 82%;
        left: 6%;
    }
    .section-7 .s-i2 {
        top: 87%;
        left: 58%;
    }
}

@media (min-width: 769px) {
    .section {
        font-size: 1rem;
    }
    .section .s-title {
        font-size: 2.6vw;
        line-height: 1.1;
    }
    .section .s-text {
        font-size: 1.2vw;
        color: #585858;
        line-height: 1.5;
    }
    .section .s-container {
        padding: 0;
        margin: 0 auto;
    }

    .section-1 .s-container {
        top: 50%;
        left: 8%;
        right: auto;
        transform: translateY(-50%);
        text-align: left;
    }
    .section-1 .s-title {
        font-size: 7.5em;
    }
    .section-1 .s-text {
        font-size: 2.625em;
        margin-top: 2rem;
    }

    .section-2 .s-f {
        width: 80%;
        margin: 0 auto;
        min-width: 800px;
    }
    .section-2 .s-i {
        width: 25%;
    }
    .section-2 .s-i img {
        height: 6.7vw;
    }
    .section-2 .s-t {
        font-size: 1.5vw;
    }

    .section-3 {
        padding: 50px 0;
    }
    .section-3 .s-container {
        padding: 0;
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section-3 .s-col-1, .section-3 .s-col-2 {
        width: 50%;
        text-align: initial;
        margin-bottom: inherit;
    }
    .section-3 .s-col-1 {
        padding: 0 15px;
    }
    .section-3 .s-title {
        margin-bottom: 35px;
    }

    .section-5 .s-container {
        text-align: left;
        position: absolute;
        top: 7%;
        left: 9%;
        right: 40%;
        z-index: 1;
    }
    .section-5 .s-title {
        margin-bottom: 45px;
    }
    .section-5 .s-f {
        top: 41%;
        left: 13%;
        right: 50%;
    }
    .section-5 .s-f {
        font-size: 1.45em;
    }
    .section-5 .s-h {
        font-size: 5.5em;
    }

    .section-6 .s-text {
        width: 50%;
        margin: 2.3vw auto;
    }
    .section-6 .s-img {
        width: 80%;
        margin: 0 auto;
    }
    .section-6 .s-f {
        display: block;
        width: 80%;
        text-align: center;
        margin: 3% auto 0;
        display: flex;
        justify-content: space-between;
    }
    .section-6 .s-f .s-i {
        background: #E7F1FB;
        padding: 30px 40px;
        font-size: 1.67vw;
    }

    .section-7 {
        padding-bottom: 20px;
    }
    .section-7 .s-container {
        width: 100%;
        padding-top: 50px;
    }
    .section-7 .s-text {
        margin: 3vw auto;
        width: 50%;
    }
    .section-7 .s-img .section-img {
        display: block;
    }
    .section-7 .s-img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 1009px;
        margin-top: 3.8%;
    }
    .section-7 .s-i {
        top: 135%;
        left: -3%;
        font-size: 1.3vw;
    }
    .section-7 .s-i2 {
        top: 135%;
        left: 78%;
        width: 265px;
    }
    .section-7 .s-i::before {
        top: -1000%;
        left: 47%;
        height: 1000%;
    }
    .section-7 .s-i2::before {
        top: -210%;
        left: 42%;
        height: 210%;
    }

    .section-8 {
        background-color: initial;
        text-align: initial;
    }
    .section-8 .s-container {
        position: absolute;
        top: 4.6vw;
        left: 7vw;
        right: 45%;
    }
    .section-8 .s-text {
        margin-top: 50px;
    }

    .section-9 .s-container {
        position: absolute;
        top: 8%;
        left: 20%;
        right: 20%;
        text-align: center;
    }
    .section-9 .s-text {
        font-size: 1.2vw;
        color: #585858;
        line-height: 1.5;
        margin-top: 1.5vw;
    }

    .section-10 {
        padding: 0;
    }
    .section-10 .s-container {
        width: 100%;
        padding: 64px 50px;
        box-sizing: border-box;
        justify-content: center;
    }
    .section-10 .s-col-1 {
        width: 45%;
        padding-left: 3.6vw;
        padding-right: 10px;
    }
    .section-10 .s-col-2 {
        width: 55%;
    }

    .section-11 .s-container {
        width: 60%;
        margin: 0 auto;
        padding: 5% 0 0;
    }
    .section-11 .s-title {
        margin-bottom: 2vw;
    }
    .section-11 .s-text {
        width: 60%;
        margin: 0 auto;
    }
    .section-11 .s-inner {
        position: relative;
    }
    .section-11 .s-f {
        display: block;
        flex-wrap: initial;
        position: absolute;
        width: 100%;
        height: 250px;
        top: 50%;
        transform: translateY(-50%);
    }
    .section-11 .s-i {
        position: absolute;
        width: initial;
        padding: initial;
        font-size: inherit;
    }
    .section-11 .s-i img {
        height: auto;
    }
    .section-11 .s-i1 {
        top: -12vw;
        left: 15vw;
    }
    .section-11 .s-i2 {
        bottom: -12vw;
        left: 17vw;
    }
    .section-11 .s-i3 {
        left: 50%;
        transform: translateX(-50%);
        bottom: -17vw;
    }
    .section-11 .s-i4 {
        bottom: -12vw;
        right: 17vw;
    }
    .section-11 .s-i5 {
        top: -12vw;
        right: 15vw;
    }
    .section-11 .s-t1 {
        font-size: 1.5vw;
        margin-top: 10px;
    }
    .section-11 .s-t2 {
        font-size: 1.25vw;
        margin-top: 5px;
        display: block;
    }
}

@media screen and (min-width: 1920px) {
}