#example-content .ttl,
#project-content .ttl {
    margin: 60px auto 50px;
    text-align: center;
    font-weight: bold;
}
#example-content .ttl h2,
#project-content .ttl h2 {
    font-size: 40px;
    letter-spacing: 4px;
}
#example-content .ttl p,
#project-content .ttl p {
    font-size: 18px;
    line-height: 1.7;
}
#example-content .cats {
    position: relative;
    width: 75%;
    max-width: 960px;
    margin: 0 auto 50px;
    background-color: #F2F2F2;
    padding: 50px 30px 40px 30px;
}
#example-content .cats ul {
    display: flex;
    flex-wrap: wrap;
}
#example-content .cats ul li {
    flex-grow: 1;
    text-align: center;
    background-color: #fff;
    padding: 3px 24px;
    border: 1px solid #000000;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
#example-content .cats ul li.last-row {
    flex-grow: 0;
}
#example-content .cats ul li:last-child,
#example-content .cats ul li:first-child {
    flex-grow: unset;
}
#example-content .cats .cat-txt {
    position: absolute;
    width: 30%;
    top: -45px;
    left: -45px;
}
#example-content .target-term {
    width: 75%;
    max-width: 960px;
    margin: 0 auto 50px;
}
#example-content .target-term ul {
    display: flex;
    flex-wrap: wrap;
}
#example-content .target-term ul li,
#project-content .terms ul li {
    flex-grow: 1;
    text-align: center;
    background-color: #fff;
    padding: 3px 24px;
    border: 1px solid #000000;
    margin-right: 20px;
    margin-bottom: 10px;
}
#example-content .target-term ul li,
#project-content .terms ul li.last-row {
    flex-grow: 0;
}
#example-content .target-term ul li:first-child,
#project-content .terms ul li:first-child,
#example-content .target-term ul li:last-child,
#project-content .terms ul li:last-child {
    flex-grow: unset;
}

#example-content .block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    max-width: 960px;
    margin: 0 auto 30px;
}
#example-content .block article {
    width: 31%;
    margin-right: 2.3%;
    margin-bottom: 60px;
}
#example-content .block article:nth-child(3n) {
    margin-right: 0;
}
#example-content .block article h3 {
    font-weight: bold;
    font-size: 22px;
    color: #262C35;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    overflow: hidden; 
}
#example-content .block article img {
    width: 100%;
    aspect-ratio: 6 / 5;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    #example-content .ttl,
    #project-content .ttl {
        margin: 50px auto;
    }
    #example-content .ttl h2,
    #project-content .ttl h2 {
        font-size: 25px;
    }
    #example-content .ttl p,
    #project-content .ttl p {
        font-size: 12px;
        line-height: 1.2;
    }
    #example-content .cats {
        width: 100%;
        margin: 0 auto 20px;
        padding: 50px 20px 50px 20px;
    }
    #example-content .cats ul li {
        padding: 3px 15px;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    #example-content .cats .cat-txt {
        width: 41%;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
    #example-content .target-term {
        width: calc(100% - 40px);
        margin: 0 auto 20px;
    }
    #example-content .target-term ul li,
    #project-content .terms ul li {
        padding: 3px 15px;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    #example-content .block {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    #example-content .block article {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    #example-content .block article:nth-child(3n) {
        margin-right: 2%;
    }
    #example-content .block article:nth-child(2n) {
        margin-right: 0;
    }
    #example-content .block article h3 {
        font-size: 15px;
    }
}

#project-content .post-ttl {
    width: 70%;
    max-width: 880px;
    margin: 0 auto 30px;
    border-top: 1px solid #262C35;
    border-bottom: 1px solid #262C35;
    padding: 40px 0 35px 25px;
}
#project-content .post-ttl .date {
    margin-bottom: 10px;
}
#project-content .post-ttl h3 {
    font-size: 24px;
}
#project-content .terms {
    width: 70%;
    max-width: 880px;
    margin: 0 auto 60px;
}
#project-content .terms ul {
    display: flex;
    flex-wrap: wrap;
}
#project-content .project-slide {
    margin-bottom: 40px;
}
#project-content .project-slide .swiper-slide {
    width: 43%;
}
#project-content .project-slide .swiper-slide img {
    width: 100%;
    aspect-ratio: 11 / 8;
    object-fit: cover;
    border-radius: 30px;
}
#project-content .thumbs {
    width: 75%;
    max-width: 960px;
    margin: 0 auto 60px;
}
#project-content .thumbs .swiper-slide {
    width: 100%;
}
#project-content .thumbs .swiper-slide img {
    width: 100%;
    aspect-ratio: 88 / 65;
    object-fit: cover;
    border-radius: 20px;
}
#project-content .info {
    width: 75%;
    max-width: 960px;
    margin: 0 auto 60px;
}
#project-content .info table {
    width: 100%;
    border-spacing: 0;
}
#project-content .info th,
#project-content .info td {
    border: 1px solid #E5E5E5;
    text-align: left;
    font-weight: 500;
    padding: 18px 30px;
}
#project-content .info th {
    width: 20%;
    background-color: #D9D9D9;
}
#project-content .info td {
    width: 30%;
}
#project-content .voice {
    position: relative;
    width: 100%;
    background-color: #FEF2E2;
    padding: 40px 200px;
    margin-bottom: 75px;
}
#project-content .voice .item {
    margin-bottom: 45px;
}
#project-content .voice .item:last-child {
    margin-bottom: 0;
}
#project-content .voice .item h4 {
    width: 260px;
    background-color: #fff;
    border: 1px solid #262C35;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 12px;
    box-shadow: 6px 6px 0px 0px rgba(217, 217, 217, 1);
}
#project-content .voice .item p {
    line-height: 2;
}
#project-content .voice .bird {
    position: absolute;
    width: 12.5%;
    max-width: 160px;
    top: -40px;
    right: 200px;
}
#project-content .content {
    width: 55%;
    max-width: 670px;
    margin: 0 auto 100px;
}
#project-content .content .item {
    margin-bottom: 100px;
}
#project-content .content h3 {
    font-size: 24px;
    margin-bottom: 40px;
}
#project-content .content img {
    width: 100%;
    margin-bottom: 30px;
}
#project-content .content h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
#project-content .content .discription {
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    #project-content .post-ttl {
        width: calc(100% - 40px);
        margin: 0 auto 25px;
        padding: 35px 10px 45px 22px;
    }
    #project-content .post-ttl .date {
        margin-bottom: 7px;
        font-size: 11px;
    }
    #project-content .post-ttl h3 {
        font-size: 17px;
    }
    #project-content .terms {
        width: calc(100% - 40px);
        margin: 0 auto 40px;
    }
    #project-content .project-slide {
        margin-bottom: 45px;
    }
    #project-content .thumbs {
        width: calc(100% - 40px);
        margin: 0 auto 75px;
    }
    #project-content .thumbs .swiper-slide {
        width: 100%;
    }
    #project-content .info {
        width: calc(100% - 40px);
    }
    #project-content .info tr {
        display: flex;
        flex-direction: column;
    }
    #project-content .info th,
    #project-content .info td {
        width: 100%;
        padding: 9px 15px;
        font-size: 15px;
        text-align: center;
    }
    #project-content .voice {
        padding: 75px 20px 50px 20px;
        margin-bottom: 40px;
    }
    #project-content .voice .item {
        margin-bottom: 25px;
    }
    #project-content .voice .item h4 {
        width: 100%;
        font-size: 17px;
        margin-bottom: 25px;
    }
    #project-content .voice .item p {
        line-height: 1.5;
        font-size: 15px;
    }
    #project-content .voice .bird {
        position: absolute;
        width: 30%;
        max-width: 160px;
        top: -30px;
        right: 20px;
    }
    #project-content .content {
        width: calc(100% - 20px);
        max-width: 900px;
        margin: 0 auto 20px;
    }
    #project-content .content .item {
        margin-bottom: 75px;
    }
    #project-content .content h3 {
        font-size: 20px;
        text-align: center;
    }
    #project-content .content h4 {
        font-size: 20px;
        text-align: center;
    }
    #project-content .content .discription {
        width: 100%;
        font-size: 15px;
        font-weight: 500;
    }
    #project-content .content .discription iframe {
        width: 100%;
    }
}