@charset "UTF-8";

.p-sb-head{
    padding: 6% 30px 0 30px;
}

.p-sb-head .c{
    max-width: 1000px;
    margin: 60px auto 0 auto;
}

.p-sb-head .c .logo{
    width: 22%;
}

.p-sb-head .c .d{
    flex: 1;
    padding: 0 0 0 50px;
}

.p-sb-head .c .d p{
    font-size: 16px;
    line-height: 2.2;
    color: #353535;
    font-weight: 600;
    letter-spacing: 2px;
}

.p-sb-head .u{
    max-width: 1000px;
    margin: 80px auto 0 auto;
}

.p-sb-head .u h4{
    font-size: 20px;
    line-height: 1.8;
    color: #353535;
    font-weight: 600;
    letter-spacing: 2px;
}

.p-sb-head .u p{
    font-size: 16px;
    line-height: 2.2;
    color: #353535;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 1em 0 0 0;
}

.p-sb-list{
    padding: 6% 30px 10% 30px;
}

.p-sb-list .b{
    max-width: 1200px;
    margin: 40px auto 0 auto;
    position: relative;
}

.p-sb-list .b::before{
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background : linear-gradient(to right,
                               red,
                               orange,
                               yellow,
                               green,
                               aqua,
                               blue,
                               purple);
}

.p-sb-list .b .p-sb-block{
    width: 100%;
    padding: 90px 0;
    position: relative;
}

.p-sb-list .b .p-sb-block::after{
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background : linear-gradient(to right,
                               red,
                               orange,
                               yellow,
                               green,
                               aqua,
                               blue,
                               purple);
}


.p-sb-list .b .p-sb-block .obj{
    width: 30%;
}

.p-sb-list .b .p-sb-block .obj figure{
    aspect-ratio: 100 / 100;
    position: relative;
}

.p-sb-list .b .p-sb-block .obj figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-sb-list .b .p-sb-block .obj figure figcaption{
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.p-sb-list .b .p-sb-block .d{
    flex: 1;
}

.p-sb-list .b .p-sb-block .d h4{
    font-size: 24px;
    line-height: 1.8;
    color: #353535;
    font-weight: 600;
    letter-spacing: 2px;
}

.p-sb-list .b .p-sb-block .d p{
    font-size: 14px;
    line-height: 2.2;
    color: #353535;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 1em 0 0 0;
}

.p-sb-list .b .p-sb-block:nth-child(odd) .obj{
    order: 1;
}

.p-sb-list .b .p-sb-block:nth-child(odd) .d{
    order: 2;
    padding: 0 0 0 80px;
}

.p-sb-list .b .p-sb-block:nth-child(even) .obj{
    order: 2;
}

.p-sb-list .b .p-sb-block:nth-child(even) .d{
    order: 1;
    padding: 0 80px 0 0 ;
}




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

    .p-sb-head{
        padding: 60px 20px 0 20px;
    }

    .p-sb-head .c{
        max-width: 1000px;
        margin: 30px auto 0 auto;
    }

    .p-sb-head .c .logo{
        width: 100%;
    }

    .p-sb-head .c .logo figure{
        width: 40%;
        margin: 0 auto;
    }

    .p-sb-head .c .d{
        flex: none;
        width: 100%;
        padding: 20px 0 0 0;
    }

    .p-sb-head .c .d p{
        font-size: 14px;
        line-height: 2.2;
        color: #353535;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .p-sb-head .u{
        max-width: 1000px;
        margin: 50px auto 0 auto;
    }

    .p-sb-head .u h4{
        font-size: 16px;
        line-height: 1.8;
        color: #353535;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .p-sb-head .u p{
        font-size: 12px;
        line-height: 2.2;
        color: #353535;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 1em 0 0 0;
    }

    .p-sb-list{
        padding: 80px 20px 12% 20px;
    }

    .p-sb-list .b{
        max-width: 1200px;
        margin: 0px auto 0 auto;
        position: relative;
    }

    .p-sb-list .b::before{
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background : linear-gradient(to right,
                                red,
                                orange,
                                yellow,
                                green,
                                aqua,
                                blue,
                                purple);
    }

    .p-sb-list .b .p-sb-block{
        width: 100%;
        padding: 50px 0;
        position: relative;
    }

    .p-sb-list .b .p-sb-block::after{
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        background : linear-gradient(to right,
                                red,
                                orange,
                                yellow,
                                green,
                                aqua,
                                blue,
                                purple);
    }


    .p-sb-list .b .p-sb-block .obj{
        width: 100%;
    }

    .p-sb-list .b .p-sb-block .obj figure{
        aspect-ratio: 100 / 100;
        position: relative;
    }

    .p-sb-list .b .p-sb-block .obj figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .p-sb-list .b .p-sb-block .obj figure figcaption{
        font-size: 11px;
        line-height: 1;
        color: #fff;
        font-weight: 400;
        letter-spacing: 1px;
        position: absolute;
        bottom: 14px;
        left: 14px;
    }

    .p-sb-list .b .p-sb-block .d{
        flex: none;
        width: 100%;
    }

    .p-sb-list .b .p-sb-block .d h4{
        font-size: 18px;
        line-height: 1.8;
        color: #353535;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .p-sb-list .b .p-sb-block .d p{
        font-size: 13px;
        line-height: 2.2;
        color: #353535;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 1em 0 0 0;
    }

    .p-sb-list .b .p-sb-block:nth-child(odd) .obj{
        order: 1;
    }

    .p-sb-list .b .p-sb-block:nth-child(odd) .d{
        order: 2;
        padding: 20px 0 0 0 ;
    }

    .p-sb-list .b .p-sb-block:nth-child(even) .obj{
        order: 1;
    }

    .p-sb-list .b .p-sb-block:nth-child(even) .d{
        order: 2;
        padding: 20px 0 0 0 ;
    }
}

