@charset "utf-8";

.logo {
    width: 140px;
    margin-top: -40px;
}

.skima1-work {
    display: flex;
    justify-content: space-around;
}

.skima1-work a img {
    width: 600px;
    max-width: 100%;
}

.work-area {
    width: 1300px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin: 100px auto 0px auto;
}

.main-photo img {
    max-width: 1000px;
    object-fit: contain;
}

.about-list {
    display: flex;
    align-items: first baseline;
    margin-left: 40px;
}

.date {
    text-align: end;
    padding-right: 60px;
}


.works-list ul {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    align-items: center;
}

.works-list img{
    max-width: 90%;
    width: 400px;
    object-fit: contain;
}

.link {
    overflow-wrap: anywhere;
}

@media screen and (max-width: 1200px) {

    .work-area {
        margin-top: 0px;
    }
    .skima1-work {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .skima1-work a {
        margin-top: 20px;
    }

    .logo-area {
        top: 80px;
        left: 10px;
    }

    .about-list p,
    .date p,
    .main-title {
        font-size: 16;
    }
}