@charset "utf-8";

/*--------------------*/
/*works-detail
/*--------------------*/
.s4::before {
    content: "";
    display: inline-block;
    background-color: #CEE1F2;
    width: 15px;
    height: 80px;
    margin-right: 30px;
    vertical-align: middle;
}

.s4::after {
    content: "実績";
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-left: 43px;
    margin-top: -23px;
}

.works-inner {
    max-width: 1100px;
    padding: 0 30px;
    margin: 0 auto;
}

.works-name {
    margin: 50px auto 15px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
}

.fas_link_anothertab:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: '\f24d';
    margin-right: 5px;
}

.img-wrapper {
    /* box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05); */
    width: 48%;
}

.txt-wrapper{
    width: 48%;
}

.skill-period,
.works-wrap {
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.5;
}

.text-indent {
    text-indent: -1em;
    padding-left: 1em;
}

.works-list {
    margin: 0;
}

.pagination {
    position: relative;
    margin-top: 30px;
    font-weight: 600;
}

.page-L {
    position: absolute;
    left: 0;
    top: 0;
}

.page-R {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width:768px) {

    /*--------------------*/
    /*base_sp
    /*--------------------*/

    .section-wrapper {
        padding: 60px 0 30px;
    }

    /*--------------------*/
    /*works-detail-sp
    /*--------------------*/

    .works-inner {
        padding: 0 4vw;
    }

    .works-name {
        margin: 30px auto 15px;
    }

    .img-wrapper{
        width: 100%;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
    }

    .txt-wrapper{
        width: 100%;
    }

    .pagination{
        margin-top: 20px;
    }

}