body > .container-fluid {
    padding: 0;
}

.container {
    padding: 0;
}

.introduction > .row > .col-xs-12,
.advantage > .row > .col-xs-12,
.effect > .row > .col-xs-6, .process, .platform {
    position: relative;
}

.introduction {
    box-sizing: border-box;
    padding: 2% 25%;
    background: url(../img/introduction.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #333;
}

.introduction p {
    margin-top: 26px;
    line-height: 25px;
    font-size: 12px;
}

.advantage {
    box-sizing: border-box;
    padding: 1% 0;
}

.advantage .container {
    margin-top: 40px;
}

.advantage .row {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 20px;
}

.advantage .container > .row > div:first-child > div {
    position: absolute;
    top: 0;
    right: 50px;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
}

.advantage .container > .row > div:last-child > div {
    position: absolute;
    top: 0;
    right: 70px;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
}

.advantage .row:first-child > div:nth-child(2), .advantage .row:last-child > div:nth-child(2) {
    visibility: hidden;
}

.advantage .row > div:nth-child(2) {
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
    color: #999;
}

.advantage .row:nth-child(2) > div:nth-child(2) > p:last-child {
    color: #95c629;
}

.effect {
    box-sizing: border-box;
    padding: 40px 0;
}

.effect .title-box h1 {
    text-align: left;
}

.effect .title-box .title-box--line {
    margin-left: 5px;
}

.effect .col-xs-5 {
    box-sizing: border-box;
    padding: 10% 5%;
    margin-top: 40px;
}

.effect .col-xs-6 {
    box-sizing: border-box;
    padding: 60px 0;
}

.process {
    box-sizing: border-box;
    padding: 40px 0;
}

.process > .row > .container {
    margin-top: 60px;
}

.process .col-xs-6:last-child {
    box-sizing: border-box;
    padding: 10% 3%;
}

.process .col-xs-6:last-child h5 {
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}

.process .col-xs-6:last-child ol {
    line-height: 2;
    color: #666;
}

.platform {
    box-sizing: border-box;
    padding: 40px 0;
    text-align: center;
}