body {
    background-color: #f5f5f5
}

.background {
    position: relative;
    width: 100%
}

.background img {
    width: 100%
}

.background .background_box {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center
}

.content {
    padding-bottom: 178PX;
    background-image: url(../images/public/conten_backroun.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat
}

.content_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.container_left {
    width: 50%
}

.container_left img {
    width: 100%
}
@font-face {
    font-family: "Sora";
    src: url(Sora-VariableFont_wght.ttf);
    font-style: normal;
}
.container_right {
    font-family: "Sora", sans-serif;;
    all: initial;
    width: 46%;
    margin: 39PX
}

.container_right dl dd {
    padding-top: 28PX;
    padding-bottom: 44PX;
    line-height: 1.3
}

@media screen and (max-width:768px) {
    .background_box>h3 {
        font-size: 1rem
    }

    .content {
        padding-bottom: 3.425rem
    }

    .content_container {
        flex-direction: column
    }

    .container_left {
        width: 97%;
        margin-top: .5rem
    }

    .container_right {
        width: 97%
    }

    .container_right dt {
        font-size: 1rem
    }

    .container_right dd {
        font-size: .7rem
    }
}