@charset "utf-8";

/* ============secction=========== */
.section {
    padding: 50px 0;
}

h2 {
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (min-width:769px) {
    .section {
        padding: 100px 0;
    }

    h2 {
        font-size: 2.4rem;
    }
}
/* ============secction=========== */

/* ============WORKS=========== */

.icon__red {
    color: var(--crayon-red, #FF727A);
}

.icon__yellow {
    color: var(--crayon-yellow, #FFD600);
}

.icon__green {
    color: var(--crayon-green, #00DDA4);
}

.icon__blue {
    color: var(--crayon-blue, #3FD7FF);
}

.icon__purple {
    color: #CB73F9;
}

.section--works {
    background: url(../img/bg_desk.jpg);
    background-size: contain;
    background-repeat: repeat;
    text-align: center;
    position: relative;
}

.topic {
    margin: 50px 0;
    padding-bottom: 0;
}

.section--works::after {
    content: '';
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/img_bgc_skb.jpg) no-repeat center / cover;
    border-radius: 25px 25px 0 0;
    z-index: 1;
}

.section--works__content {
    position: relative;
    z-index: 2;
    max-width: 327px;
    width: 100%;
    margin: 0 auto;
}

.works__content {
    padding-top: 75px;
}

.works__item {
    margin-bottom: 50px;
}

.works__sentence {
    margin-top: 8px;
    text-align: left;
}

.works__txtbox {
    padding: 16px 8px;
}

.icon__whotxt {
    padding: 4px 8px;
    background-color: var(--primary-orange, #F06500);
    color: #FFF;
    border-radius: 50px;
    display: inline-block;
    margin-right: 12px;
    white-space: nowrap;
}


.icon__skill {
    display: flex;
}

.icon__skill.icon__item {
    list-style: none;
}

.icon__skill li {
    margin-right: 8px;
}

.icon__info {
    display: flex;
    align-items: center;
}

.section--works h2 {
    font-size: 1.8rem;
}

.icon__clie {
    background-color: var(--primary-yellow, #F1AC00);
}

.icon__compe {
    background-color: var(--primary-green, #00DDA4);
}

.works--work {
    display: block;
    transition: 0.4s;
}

.works--work:hover {
    opacity: 0.5;
}

.br_sp365 {
    display: none;
}

.section--works::before {
    content: '';
    display: block;
    background-image: url(../img/sp_skb_top_sp.svg);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 300px;
    width: 90%;
    height: 100px;
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}



/* PC */
@media screen and (min-width:1280px) {
    .section--works__content {
        border-radius: 50px 50px 0 0 ;
        max-width: 1160px;
    }

    .works__content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 36px;
        max-width: 1160px;
        margin: 0 auto;
        padding-top: 200px;

    }

    .br_sp {
        display: none;
    }

    .works__sentence p {
        font-size: 1.6rem;
    }

    .topic {
        margin: 0 0 90px;
    }

    .section--works {
        padding-top: 200px;
    }
    .section--works::after {
        content: '';
        position: absolute;
        top: 365px;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../img/img_bgc_skb.jpg) no-repeat center / cover;
        border-radius: 50px 50px 0 0;
        z-index: 1;
    }

    .section--works::before {
        background-size: 1200px;
        top: 325px;
    }
}
/* TAB */
@media screen and (min-width:769px) and (max-width: 1279px) {
    .works__content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 36px;
        margin: 0 auto;
        padding-top: 200px;

    }

    .works__sentence p {
        font-size: 1.6rem;
    }

    .section--works__content {
        border-radius: 50px 50px 0 0 ;
        max-width: 700px;
    }

    .topic{
        margin: 100px 0 90px;
    }

    .section--works::before {
        background-size: 600px;
        width: 90%;
        height: 100px;
        top: 345px;
    }

    .section--works::after {
        content: '';
        position: absolute;
        top: 365px;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../img/img_bgc_skb.jpg) no-repeat center / cover;
        border-radius: 25px 25px 0 0;
        z-index: 1;
    }
}

/* SP */
@media screen and (max-width:375px) {
    .section--works::after {
        content: '';
        position: absolute;
        top: 180px;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../img/img_bgc_skb.jpg) no-repeat center / cover;
        border-radius: 25px 25px 0 0;
        z-index: 1;
    }
}

@media screen and (max-width:365px) {
    .icon__skill {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .icon__skill li {
        text-align: left;
    }

    .br_sp365 {
        display: initial;
    }

    .small_sp365 {
        font-size: 1.6rem;
    }
}

/* ============WORKS=========== */
