@charset "UTF-8";
.works_title h1 {
    padding: 100px 0 60px;
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-size: 6.4rem;
    line-height: 6.4rem;
}
.contain {
    padding: 0 24px;
}
.contain h2 {
    width: 100%;
    max-width: 1320px;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding: 12px;
    border: 2px solid #333;
    margin: 0 auto 40px;
}
.contain ul {
    list-style: none;
}
.contain ul li {
    margin-bottom: 40px;
}
.contain ul li p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.0rem;
}
.section-works_list_web_img {
    width: 100%;
    aspect-ratio: 5 / 2.8;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.25);
    margin-bottom: 20px;
}
.section-works_list_web_img img {
    object-fit: cover;
    width: 100%;
}
.section-works_list_graphic_img {
    background-image: url(../image/top/works_bg.jpg);
    width: 100%;
    box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.25);
    aspect-ratio: 5 / 2.8;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-works_list_graphic_img img {
    width: auto;
    height: 90%;
    object-fit: contain;
    display: inline-block;
    box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.25);
}
.list_graphic_park img {
    width: 90%;
    height: auto;
}
.contain ul li a {
    text-decoration: none;
    color: #333;
    position: relative;
    top: 0;
    transition: 0.7s;
}
.contain ul li a:hover{
	top: -10px;
}
.section-web {
    margin-bottom: 70px;
}
.section-graphic {
    margin-bottom: 80px;
}
@media (min-width: 768px) {
    .works_title h1 {
        padding: 150px 0 100px;
        font-size: 9.6rem;
        line-height: 9.6rem;
    }
    .contain h2 {
        font-size: 3.2rem;
        line-height: 4.8rem;
        margin-bottom: 60px;
    }
    .contain ul {
        display: flex;
        flex-wrap: wrap; /* 折返し指定 */
        justify-content: space-between;
        max-width: 1320px;
        margin: 0 auto;
    }
    .contain ul li {
        width: 31%;
    }
}
@media (min-width: 1280px) {
    .contain {
        padding: 0 60px;
    }
    .section-graphic {
        margin-bottom: 130px;
    }
}