@charset "UTF-8";

body {
    font-family: "Zen Maru Gothic", sans-serif;
}

p {
    line-height: 1.7;
}


header {
    background-color: #354971;
    color: #ffffff;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 24px;

}

.TOP img {
    width: 100%;
}

.profile,
.work,
.skill {
    padding: 40px 20px;
}

.profile img {
    width: 157px;
    height: 157px;
    margin: 32px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h2 {
    color: #354971;
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
}

.about {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto
}

.work {
    background-color: #FFF5D7;
}

h3 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 20px;
}

.work-list img {
    margin: auto;
    display: flex;
    width: 100%;
}

.work-list p {
    margin-bottom: 40px;
}

.detail {
    display: flex;
    margin: auto;
    text-align: center;
    width: 160px;
    padding: 10px 40px;
    background-color: #EEEDEB;
    font-size: 14px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    transition: 0.2s;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.detail:hover {
    color: #354971;
    background-color: #ffffff;
}

h4 {
    margin-bottom: 16px;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
}

.skill-list p {
    font-size: 14px;
    margin-top: 16px;
    margin-right: 24px;
    margin-left: 24px;

}

.design,
.cording {
    background-color: #EEEDEB;
    margin-bottom: 40px;
    padding: 24px 0;
}

.cording p {
    padding-bottom: 24px;
}

.backoffice {
    background-color: #EEEDEB;
    padding-top: 24px;
}

.backoffice p {
    padding-bottom: 48px;
}

footer {
    background-color: #354971;
    color: #ffffff;
    padding: 16px;
    font-size: 14px;
    text-align: center;
}

@media screen and (768px <=width) {
    header {
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 127px;
    }

    .TOP img {
        width: 100%;
    }

    .profile,
    .work,
    .skill {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .profile img {
        width: 380px;
        height: 380px;
        margin-top: 56px;
        margin-bottom: 56px;
    }

    h2 {
        font-size: 36px;
        margin-bottom: 56px;
    }

    .about {
        max-width: 590px;
        font-size: 20px;
    }

    .work,
    .skill {
        padding-left: 110px;
        padding-right: 110px;
    }

    .work-list,
    .skill-list {
        margin: 0;
        display: flex;
        justify-content: center;
        gap: 40px;
    }

    .work-list img {
        margin: 0;
        width: 100%;
    }

    .work-list-img-box {
        flex: 1;
        display: flex;
        align-items: flex-start;
        /* 画像は上に寄せる */
        justify-content: center;
        height: auto;
    }

    .skill-list p {
        overflow-wrap: anywhere
    }

    h3 {
        font-size: 20px;
        margin: 24px 0;
    }

    footer {
        padding: 24px 0;
    }
}