@media screen and (min-width: 641px) {
    .topHeadBlock .col-pc-6:not(:first-child) {
        margin-top: 100px;
        text-align: center;
    }
}

.topFeatureBlock {
    background-image: url(../images/common/feature.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.topFeatureBlockInner {
    width: 980px;
    margin: 0 auto 0;
    padding: 60px 0;
}
.topFeatureBox {
    width: 965px;
    background-color: #fff;
    opacity: 0.8;
}


.topNews {
    width: 700px;
}
.topSns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 2em;
}
@media screen and (max-width: 640px) {
    .topNews {
        width: 100%;
    }
    .topPs {
        width: 100%;
    }
}

.topSns .insta {
    width: 75px;
}
.topSns .fb {
    width: 73px;
}