/* TOP */
.top {
    height: 100vh;
    position: relative;
}
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: url(/images/common/top_desital_s.jpg);
    -webkit-background-clip: text;
    color: transparent;
}
.top h1 {
    text-align: center;
    font-size: 180px;
}
.top h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 48px;
}
.top p {
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
}

/* SERVICE */
.service {
    height: 650px;
}
.service h2 {
    margin-top: 60px;
    text-align: center;
    font-size: 30px;
    color: #566f84;
}
.flex-wrap {
    margin-top: 60px;
    display: flex;
    width: 100%;
}
.s-box {
    width:33.33%;
    text-align: center;
    color: #868e93;
}
.s-box h4 {
    text-align: center;
}

.s-box img {
    width: 30%;
    margin-top: 20px;
}
.s-box p {
    font-size: 12px;
    text-align: left;
    padding: 20px;
}
