@charset "UTF-8";

/*!----profile------------------------------------*/

.profile {
    text-align: center;
}


.profilename {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.profilecap {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: clamp(14px, 3.25vw, 16px);
    line-height: 1.7;
}


/*------------------------------------------
slider
--------------------------------------------*/

#changePic {
    animation: imgfade 6s infinite;
    opacity: 0;
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
}

@keyframes imgfade {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* スライダー ここまで*/

.list-qualify {
    width: 80%;
    margin: auto;
}

.list-qualify p>span {
    display: none;
}

/*!about me-----------------------------------------*/

.aboutme-title {
    padding-top: 50px;
}

.about-sec-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

.about-mini {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}

.about-mini h4 {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin-bottom: 5px;
}

.about-mini h4::before {
    content: "\02666";
}

.about-mini p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

/*!skillーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

figure {
    display: flex;
    align-items: center;
    text-align: left;
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
}

.skill-figure {
    margin-bottom: 10px;
}

figure img {
    width: 100%;
    max-width: 50px;
}

figcaption {
    font-size: 16px;
}

figure img+figcaption {
    padding-left: 10px;
}

.separate-div p {
    font-size: 16px;
}

/*!Qualification----------------*/
.list-qualify p {
    font-size: 16px;
    margin-bottom: 10px;
}


/*!pc-sizeーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー-----------------------------------------------------------------------*/

@media screen and (min-width: 769px) {

    p {
        font-size: 20px;
    }

    .profile-caption p {
        font-size: 20px;
    }

    #changePic {
        width: 30%;
        margin: 0 20px 0 0;
    }

    .profileflex {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .list-qualify p>br {
        display: none;
    }

    .list-qualify p>span {
        display: inline;
    }

    /*!about me------------------------------*/
    .about-sec-title {
        font-weight: bold;
        font-size: 25px;
        margin-bottom: 30px;
    }

    .about-mini-flex {
        display: flex;
        justify-content: space-around;
        width: 80%;
        margin: auto;

    }

    .about-mini {
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
    }

    .about-mini h4 {
        font-weight: bold;
        font-size: 20px;
        text-align: left;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .about-mini p {
        font-size: 20px;
        width: 100%;
        text-align: center;
    }

    .about-important {
        width: 70%;
    }

    .about-important p {
        text-align: left;
    }

    /*!skill---------------------------------*/
    .skill-figure figcaption {
        font-size: 20px;
    }

    .skill-figure img {
        max-width: 70px;
    }

    .skill-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 90%;
        margin: auto;
    }

    .skill-figure {
        flex-basis: 45%;
        margin-bottom: 10px;
    }

    /*!Qualification--------------------------*/
    .list-qualify p {
        font-size: 20px;
    }
}