@charset "utf-8";

/* ============MV=========== */
.article__header {
    background-image: url(../img/MV.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 17%;
    width: 100%;
    position: fixed;
    z-index: -100;
    height: 100vh;
}

.title {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title h1 {
    max-width: 270px;
    width: 100%;
}

.title h1 img {
    width: 100%;
    height: auto;
}


.site_title_sp {
        width: 100%;
        min-width: 223px;
        height: auto;
}



/* PC */
@media screen and (min-width:769px) {
    .site_title_pc {
        display: initial;
        width: 100%;
        min-height: 100px;
    }

    .title {
        padding: 0 200px;
    }

    .title h1 {
    max-width: 560px;
    width: 100%;
    }
}

/* ============MV=========== */



/* ============ABOUT=========== */
.section--about {
    display: flex;
    padding: 77px 24px;
    height: 100vh;
    text-align: center;
    align-items: center;
    background-color: rgba(3, 10, 29, 0.75);
}

.section--about h2 {
    padding-bottom: 24px;
    color: #FFF;
}

.about__sentence {
    margin: 16px 0;
}

.about__sentence p {
    color: #FFF;
    text-align: left;
    margin-bottom: 8px;
}

.about__btn {
    color: var(--primary-black, #341500);
    border: none;
    background-color: #FFF;
    width: 134px;
    display: inline-block;
}

.content__about {
    gap: 60px;
}

/* PC */
@media screen and (min-width:1320px) {
    .namecard__pc {
        max-width: 300px;
        width: 100%;
        transform: rotate(-14deg);
    }

    .namecard__sp {
        display: none;
    }

    .content__about {
        display: flex;
        justify-content: space-between;
        max-width: 1160px;
        margin: 0 auto;
    }

    .about__info {
        display: block;
        max-width: 667px;
    }

    .about__btn {
        width: 452px;
        height: 66px;
    }

    .about__sentence p {
        font-size: 2.4rem;
        margin-bottom: 36px;
    }

    .topic__about__sp {
        display: none;
    }

    .section--about {
        padding: 100px 140px;
    }

}

@media screen and (min-width:1280px) and (max-width:1319px) {
    .namecard__sp {
        display: none;
    }

    .namecard__pc {
        max-width: 27%;
        height: 27%;
        transform: rotate(-14deg);
        padding-top: 36px;
    }

    .content__about {
        display: flex;
        justify-content: space-between;
        max-width: 1160px;
        margin: 0 auto;
    }

    .about__info {
        display: block;
        max-width: 667px;
    }

    .about__btn {
        width: 452px;
        height: 66px;
    }

    .about__sentence p {
        font-size: 2.4rem;
        margin-bottom: 36px;
    }

    .topic__about__sp {
        display: none;
    }

    .section--about {
        padding: 200px 140px;
    }

}



/* TAB */
@media screen and (min-width:769px) and (max-width:1279px){
    .namecard__pc {
        display: none;
    }
    .topic__about__pc {
        display: none;
    }

    .namecard__sp {
        width: 200px;
        height: auto;
    }

    .about__btn {
        width: 452px;
        height: 66px;
    }
    
    .about__sentence {
        max-width: 600px;
        margin: 36px auto;
    }

    .about__sentence p {
        font-size: 2.4rem;
    }

    .section--about {
        flex-direction: column;
        justify-content: center;
    }    

}

/* SP */
@media screen and (max-width:768px){
    .namecard__pc {
        display: none;
    }
    .topic__about__pc {
        display: none;
    }

    .namecard__sp {
        width: 104px;
        height: auto;
    }

    .about__sentence {
        max-width: 500px;
        margin: 16px auto;
    }

    .section--about {
        flex-direction: column;
        justify-content: center;
    }    

}

/* ============ABOUT=========== */

/* ============SKILL=========== */
.section--skill {
    background-image: url(../img/bg_desk.jpg);
    background-size: contain;
    background-repeat: repeat;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}

.skill--itembody {
    background-color: var(--primary-white, #FFF4DE);
    padding: 24px;
    max-width: 258px;
    width: 100%;
    margin: 0 auto;
    text-align: left;

}

.skill--itembody img {
    max-width: 210px;
    width: 100%;
    height: auto;
}

.skill__sentence {
    margin-top: 16px;
}

.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;
}

.tool {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8px;
    min-height: calc(14px * 1.5 * 2);
}

.sizex2 {
    grid-column: 1/3;
}

.skill__sentence p {
    margin-top: 8px;
}

.content__skill {
    margin-top: 24px;
}

.crayon__box {
    padding: 36px 24px;
    background-color: #CCB99C;
    border: solid 5px #F3F4F1;
    border-radius: 15px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    max-width: 327px;
    width: 100%;
    margin: 0 auto;
}

/* PC */
@media screen and (min-width:1280px) {
    .crayon_top_sp {
        display: none;
    }

    .skill--itembody {
        height: 450px;
    }

    .crayon__box {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        max-width: 1160px;
        margin: 0 auto;
    }

    .section--skill {
        padding-bottom: 150px;
    }

    .skill__sentence .txt {
        font-size: 1.6rem;
    }

}

/* TAB */
@media screen and (min-width:769px) and (max-width: 1279px) {
    .crayon_top_sp {
        display: none;
    }

    .crayon__box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
    }

    .skill--itembody {
        height: 430px;
    }

    .section--skill {
        padding-bottom: 150px;
    }
}

/* SP */
@media screen and (max-width:768px) {
    .crayon_top_pc {
        display: none;
    }
}

@media screen and (max-width:330px) {
    .crayon_top_pc {
        display: none;
    }

    .tool li {
        grid-column: 1/3;
    }

}

/* ============SKILL=========== */

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

.section--works::after {
    content: '';
    position: absolute;
    top: 0;
    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;
    margin: 25px auto 50px;
    max-width: 327px;
    width: 100%;
}

.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 h3 {
    border-bottom: solid 1px #341500;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.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;
}

.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: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}


/* PC */
@media screen and (min-width:1280px) {
    .section--works::before {
        min-width: 1160px;
        width: 100%;
        top: -25px;
    }

    .section--works__content {
        border-radius: 50px 50px 0 0 ;
        max-width: 1160px;
        margin: 50px auto 100px;
    }

    .works__content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 64px;

    }

    .section--works h3 {
        border-bottom: solid 2px #341500;
    }

    .br_sp {
        display: none;
    }

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

    .section--works::before {
        background-size: 1200px;
        top: -40px;
    }
}
/* TAB */
@media screen and (min-width:769px) and (max-width: 1279px) {

    .works__content {
        display: initial;
        max-width: 1160px;
        margin: 0 auto;

    }

    .section--works h3 {
        border-bottom: solid 2px #341500;
    }

    .br_sp,
    .br_tab {
        display: none;
    }

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

    .section--works__content {
        border-radius: 50px 50px 0 0 ;
        padding: 0;
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
    
    .section--works::before {
        background-size: 600px;
        width: 90%;
        height: 100px;
        top: -20px;
    }
}

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

    .icon__skill li {
        text-align: left;
    }
}

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