.school-area section:first-of-type .school-img-list ul {display: flex; gap: 0 15px; max-width: 1428px; margin: 0 auto; align-items: center; padding: 0 15px;}
.school-area section:first-of-type .school-img-list ul li {position: relative; overflow: hidden; border-radius: 40px; flex: 1;}
.school-area section:first-of-type .school-img-list ul li img {width: 100%; display: block;}
.school-area section:first-of-type .school-img-list ul li .img-change {position: absolute; z-index: 2; inset: 0; animation: img-change 3s ease 0.75s forwards;}
.school-area section:first-of-type .school-img-list ul li .img-change2 {position: absolute; inset: 0; animation: img-change2 3s ease 3s forwards;}
.school-area section:nth-of-type(2) {text-align: center;}
.school-area section:nth-of-type(2) > h2 + p {margin-bottom: 60px;}
.school-area section:nth-of-type(2) picture img {width: 100%; max-width: 1182px;}
.school-area section:nth-of-type(3) {padding: 185px 0 117px;}
.school-area section:nth-of-type(3) .design-list-wrap ul:first-of-type li:nth-child(1) {background-image: url('/work/img/bg_school_design_list_01.jpg');}
.school-area section:nth-of-type(3) .design-list-wrap ul:first-of-type li:nth-child(2) {background-image: url('/work/img/bg_school_design_list_02.jpg');}
.school-area section:nth-of-type(3) .design-list-wrap ul:first-of-type li:nth-child(3) {background-image: url('/work/img/bg_school_design_list_03.jpg');}
.school-area section:nth-of-type(3) .design-list-wrap ul:last-of-type li:nth-child(1) {background-image: url('/work/img/bg_public_design_list_04.jpg');}
.school-area section:nth-of-type(3) .design-list-wrap ul:last-of-type li:nth-child(2) {background-image: url('/work/img/bg_school_design_list_04.jpg');}
.school-area section:nth-of-type(3) .design-list-wrap ul:last-of-type li:nth-child(3) {background-image: url('/work/img/bg_school_design_list_05.jpg');}

@keyframes img-change{
    0%{
        opacity: 1;
    }100%{
        opacity: 0;
    }
}

@keyframes img-change2{
    0%{
        transform: scale(1); opacity: 1;
    }50% {
        transform: scale(1.2); opacity: 1;
    }100% {
        transform: scale(1.2); opacity: 0;
    }
}

@media screen and (max-width: 1024px){
    .school-area section:first-of-type {margin-bottom: 155px;}
    .school-area section:first-of-type .school-img-list {max-width: 660px; margin: 0 auto 65px; position: relative;}
    .school-area section:first-of-type .school-img-list ul {display: grid; grid-template-columns: repeat(2, 1fr); align-items: flex-start; gap: 10px;}
    .school-area section:first-of-type .school-img-list ul li {border-radius: 20px; max-width: fit-content;}
    .school-area section:first-of-type .school-img-list ul li picture img {border-radius: 20px;}
    .school-area section:first-of-type .school-img-list ul li:first-child {display: none;}
    .school-area section:first-of-type .school-img-list ul li:nth-child(3) {margin-top: 10%;}
    .school-area section:first-of-type .school-img-list ul li:nth-child(4) {margin-top: -43%; width: 70%; height: 102%; justify-self: flex-end;}
    .school-area section:first-of-type .school-img-list ul li:nth-child(5) {width: 70%;}
    .school-area section:first-of-type .school-img-list .title-desc {position: absolute; left: calc(50% - 150px); bottom: 0; margin: 0; padding: 0;}
    .school-area section:nth-of-type(2) picture {max-width: 700px; margin: 0 auto 30px;}
    .school-area section:nth-of-type(3) {padding: 100px 0;}
}