@charset "utf-8";

.cont .container {
    width: 100%;
}

.cont .primary .inner {
    width: 1040px;
}

.cont h2 .ja {
    font-size: 36px;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {

    .cont .container {}

    .primary {
        width: 100%;
    }

    .cont .primary .inner {
        width: 90.625%;
    }

    .cont h2 .ja {
        font-size: 24px;
    }
}

/*============================
キズ補修とは？
============================*/
#repair {
    position: relative;
}

#repair .photo {
    width: 80%;
    height: 100%;
    margin-right: auto;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#repair .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#repair .inner {
    padding: 120px 0;
}

@media only screen and (max-width: 768px) {

    #repair {}

    #repair .photo {
        width: 90.625%;
    }

    #repair .photo img {
        /*        filter: blur(2px);*/
        opacity: 0.7;
    }

    #repair .inner {
        padding: 40px 0;
        width: 81.25%;
        margin-right: auto;
        margin-left: 4.6875%;
    }

}

/*============================
どんなことをしているの？
============================*/
#point .inner {
    background: #fffcf0;
    padding: 80px 60px;
    border-radius: 10px;
    counter-reset: number 0;
}

#point .flex {
    align-items: center;
}

#point h2 {
    margin: auto;
}

#point h2 img {
    width: 232px;
    margin-bottom: 50px;
}

#point .box {
    width: 570px;
}

#point dl {
    position: relative;
    padding-left: 50px;
}

#point dl::before {
    content: "";
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 60px;
    font-family: "Cabin Sketch", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    color: #fe7f40;
}

#point dl:first-of-type::before {
    left: 4px;
}

#point dl:not(:last-of-type) {
    margin-bottom: 25px;
}

#point dt {
    font-size: 18px;
    font-weight: 600;
}


@media only screen and (max-width: 768px) {

    #point .inner {
        padding: 40px 20px;
    }

    #point .flex {}

    #point h2 {
        margin: auto;
        margin-bottom: 30px;
        text-align: center;
    }

    #point h2 img {
        width: 150px;
        margin-bottom: 20px;
    }

    #point .box {
        width: 100%;
    }

    #point dl {
        padding-left: 30px;
    }

    #point dl::before {
        font-size: 40px;
        top: -2px;
    }

    #point dl:first-of-type::before {}

    #point dl:not(:last-of-type) {
        margin-bottom: 15px;
    }

    #point dt {
        font-size: 16px;
    }
}
