.co-container {
    position: relative;
    display: block;
    /* padding: 190px 0px 170px; */
    padding: 0px 0px 15.74vh;
    background: #fbfbfb;
    font-size: 0px;
}

.co-container > * {
    font-size: 16px;
}

.co-side {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.co-side.left {
    /* width: 818px; */
    width: 42.60vw;
    /* padding-right: 140px; */
    padding-right: 7.29vw;
    text-align: right;
    align-content: right;
}

.co-title {
    position: relative;
    display: block;
    /* padding-top: 190px; */
    padding-top: 17.59vh;
    /* width: 710px; */
    width: 100%;
    /* font-size: 82px; */
    font-size: 4.27vw;
    /* font-size: clamp(80px, 4.27vw, 82px); */
    letter-spacing: 0.2px;
    color: #999;
    /* margin: 0px 0px 63px; */
    margin: 0px 0px 3.28vh;
    font-weight: normal;
    /* line-height: 85px; */
    line-height: 7.87vh;
}

.co-title span {
    position: relative;
    display: block;
    /* font-size: 24px; */
    /* font-size: 1.25vw; */
    font-size: clamp(18px, 1.30vw, 25px);
    letter-spacing: 0.2px;
    color: #b0a967;
    /* line-height: 20px; */
    line-height: 1.85vh;
    /* margin-bottom: 12px; */
    margin-bottom: 1.11vh;
}

#map {
    position: relative;
    display: inline-block;
    /* width: 413; */
    width: 21.51vw;
    aspect-ratio: 413/420;
}

.co-bottom {
    /* width: 870px; */
    /* width: calc(100vw - 42.60vw); */
    width: 100vw;
    /* padding-top: 445px; */
    /* padding-top: 41.20vh; */
    font-size: 0px;
    color: #4d4d4d;
}

.co-bottom > * {
    /* font-size: 24px; */
    font-size: 1.25vw;
}

.co-side-part {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 42.60vw) / 2);
    /* max-width: 517px; */
    max-width: 26.92vw;
}

.co-group {
    position: relative;
    display: block;
    width: 100%;
    /* margin: -14px 0px 50px; */
    margin: -1.29vh 0px 4.62vh;
    /* line-height: 48px; */
    line-height: 4.44vh;
}

.co-group-title {
    position: relative;
    display: block;
    margin: 0px;
}

@media screen and (max-width : 1024px) {
    .co-container {
        padding: 100px 0px 100px;
    }

    .co-side {
        display: block;
        width: calc(100% - 60px) !important;
        line-height: 45px;
        text-align: center;
        padding: 0px !important;
        margin: 0px auto;
    }

    .co-title {
        display: block;
        width: 100% !important;
        line-height: 45px;
        text-align: center;
        padding: 0px;
        margin: 0px auto 50px;
    }

    #map {
        width: 100%;
        height: 300px;
        display: block;
        margin-bottom: 50px;
    }

    .co-bottom {
        width: calc(100% - 60px) !important;
        margin: 0px auto;
        text-align: center;
    }

    .co-bottom .co-side {
        width: 100% !important;
    }

    .co-side-part {
        width: 50%;
        max-width: 400px;
        text-align: left;
    }
}

@media screen and (max-width : 768px) {
    .co-container {
        padding: 80px 0px 50px;
    }

    .co-side {
        width: calc(100% - 40px);
    }

    .co-title {
        margin: 0px auto 50px;
        line-height: 35px;

        position: relative;
        display: block;
        text-align: center;
        width: calc(100% - 40px);
        top: 0px;
    }

    .co-title span {
        margin-bottom: 5px;
    }

    .co-bottom {
        width: calc(100% - 40px) !important;
    }

    .co-bottom > * {
        font-size: 14px;
    }

    .co-group {
        line-height: 26px;
    }
}

@media screen and (max-width : 500px) {
    .co-container {
        padding-bottom: 50px;
    }

    .co-title span {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .co-title {
        font-size: 37px;
    }

    .co-side-part {
        width: 100%;
    }
}