/**
Ver.2.1.2
**/
section * {
    line-height: 1;
}

section em {
    font-style: normal;
}

.light_blue_bg {
    background-color: #f3f8fa;
}

.container {
    width: 1100px;
    max-width: calc(100% - 60px);
}

.inner_container {
    margin-left: auto;
    margin-right: auto;
    width: 83%;
}

#kv {
    margin: 0;
    max-width: none;
    padding: 0;
}

#kv img {
    display: block;
    height: auto;
    width: 100%;
}

#our_mission,
#intro .inner_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#our_mission small,
#intro small {
    color: #187e9c;
}

#our_mission h1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #187e9c;
    border: 1px solid #737373;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    width: 100%;
}

#vision h2 {
    font-weight: bold;
    text-align: left;
}

#vision h2 em {
    color: #187e9c;
}

#vision h2 span {
    position: relative;
}

#vision h2 span:before {
    position: absolute;
    left: 50%;
    bottom: 100%;
    content: attr(data-extra);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

#vision h3 {
    line-height: 1.625;
    padding: 0;
}

#vision p {
    line-height: 1.625;
}

#vision big {
    position: relative;
    font-weight: bold;
    line-height: 1.6;
}

#vision big:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: black;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}

#intro p {
    line-height: 1.625;
}

#intro .brief {
    text-align: center;
}

#intro .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#intro .block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    border: 1px solid black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#intro .block a {
    text-decoration: underline;
}

#intro .block p {
    text-align: left;
}

#goto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#goto a {
    position: relative;
    overflow: hidden;
}

#goto b {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#goto a img {
    pointer-events: none;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#goto a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media screen and (max-width: 1200px) {
    section {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 769px) {
    #our_mission small,
    #intro small {
        margin-bottom: 15px;
    }

    #our_mission h2,
    #intro h2 {
        font-size: 36px;
        margin-bottom: 60px;
    }

    #our_mission small,
    #intro small {
        margin-bottom: 15px;
    }

    #our_mission h1 {
        font-size: 42px;
        height: 130px;
    }

    #vision {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #vision .block:not(:last-child) {
        margin-bottom: 100px;
    }

    #vision h2 {
        font-size: 36px;
        margin-bottom: 35px;
    }

    #vision h2 span:before {
        font-size: 13px;
    }

    #vision img {
        margin-bottom: 40px;
    }

    #vision h3 {
        font-size: 24px;
    }

    #vision img {
        margin-bottom: 40px;
    }

    #vision big {
        font-size: 20px;
    }

    #intro {
        padding-bottom: 100px;
    }

    #intro .inner_container {
        width: 100%;
    }

    #intro .brief {
        margin-left: auto;
        margin-right: auto;
        width: 690px;
    }

    #intro .chart {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #intro .block {
        padding: 55px 30px;
    }

    #intro .block:not(:last-child) {
        margin-right: 23px;
    }

    #intro .block img {
        margin-bottom: 30px;
    }


    #intro .block:nth-child(2) img,
    #intro .block:nth-child(3) img {
        width: 221px;
    }

    #intro .block p {
        margin-bottom: 30px;
    }

    #goto a:first-child {
        margin-right: 10px;
    }

    #goto b {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    section {
        padding-top: calc(100vw * 40 / 750) !important;
        padding-bottom: calc(100vw * 40 / 750) !important;
    }

    section p {
        font-size: calc(100vw * 30 / 750) !important;
    }

    #kv {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #our_mission h2,
    #intro h2 {
        font-size: calc(100vw * 35 / 750);
        margin-bottom: calc(100vw * 30 / 750);
    }

    #our_mission small,
    #intro small {
        margin-bottom: calc(100vw * 20 / 750);
    }

    #our_mission h1 {
        font-size: calc(100vw * 43 / 750);
        height: calc(100vw * 130 / 750);
    }

    #vision {
        padding-top: calc(100vw * 45 / 750);
        padding-bottom: calc(100vw * 45 / 750);
    }

    #vision .block:not(:last-child) {
        margin-bottom: calc(100vw * 100 / 750);
    }

    #vision h2 {
        font-size: calc(100vw * 40 / 750);
        margin-bottom: calc(100vw * 35 / 750);
    }

    #vision h2 span:before {
        font-size: calc(100vw * 20 / 750);
    }

    #vision img {
        margin-bottom: calc(100vw * 40 / 750);
    }

    #vision h3 {
        font-size: calc(100vw * 35 / 750);
    }

    #vision p {
        /*font-size: calc(100vw * 16 / 750) !important;*/
    }

    #vision img {
        margin-bottom: calc(100vw * 40 / 750);
    }

    #vision big {
        font-size: calc(100vw * 33 / 750);
    }

    #intro {
        padding-bottom: calc(100vw * 100 / 750);
    }

    #intro p {
        /*font-size: calc(100vw * 30 / 750) !important;*/
    }

    #intro .chart {
        margin-top: calc(100vw * 50 / 750);
        margin-bottom: calc(100vw * 50 / 750);
    }

    #intro .blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #intro .block {
        padding: calc(100vw * 55 / 750) calc(100vw * 30 / 750);
    }

    #intro .block:not(:last-child) {
        margin-bottom: calc(100vw * 23 / 750);
    }

    #intro .block img {
        margin-bottom: calc(100vw * 30 / 750);
    }

    #intro .block:nth-child(1) img {
        width: calc(100vw * 164 / 750);
    }

    #intro .block:nth-child(2) img,
    #intro .block:nth-child(3) img {
        width: calc(100vw * 221 / 750);
    }

    #intro .block p {
        margin-bottom: calc(100vw * 30 / 750);
    }

    #goto {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #goto a:first-child {
        margin-bottom: calc(100vw * 10 / 750);
    }

    #goto b {
        font-size: calc(100vw * 40 / 750);
    }
}
