/*/////////////////////スタッフ////////////////////////////*/
.staff-top p {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}
.staff-sec .content {
    padding-top: 0;
}
.staff-sec .ttl3 {
    margin-bottom: 20px;
}
.staff-sec .ttl3 span {
    font-size: 16px;
    color: #4B61A2;
    margin-left: 5px;
}
.staff-sec .dwrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #bbb;
}
.staff-sec .dwrap.last {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.staff-sec dt {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    color: #4B61A2;
    white-space: nowrap;
    margin-right: 10px;
}
.staff-sec .dwrap.last dt {
    margin-bottom: 10px;
}
.staff-sec dt::after {
    content: "/";
    margin-left: 5px;
}
.staff-sec dd {
    font-weight: 600;
}
.staff-sec .dwrap.last dd {
    font-weight: 400;
}
.staff-item {
    margin-bottom: 80px;
}
.staff-item:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    .staff-top p {
        font-size: 16px;
    }
    .staff-sec .content {
        padding-top: 0;
    }
    .staff-sec .ttl3 {
        margin-bottom: 10px;
    }
    .staff-item {
        margin-bottom: 30px;
    }
    .staff-item:last-of-type {
        margin-bottom: 0;
    }
    .staff-sec dt {
        font-size: 16px;
    }
}

/*/////////////////////施工事例、イベント////////////////////////////*/

.a-works-sec .block, .a-info-sec .block, .a-voices-sec .block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.a-works-sec .block::after, .a-info-sec .block::after, .a-voices-sec .block::after {
    content: "";
    display: block;
    width: 32%;
}
.a-works-sec .item, .a-info-sec .item, .a-voices-sec .item {
    display: flex;
    flex-direction: column;
    width: 32%;
    margin-bottom: 30px;
}
.a-works-sec .img, .a-info-sec .img, .a-voices-sec .img {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.a-info-sec .item.ended .img::before {
    content: "終了しました";
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}
.a-works-sec .cat, .a-info-sec .cat {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    color: #fff;
}
.a-works-sec .cat.new {
    background-color: #0069B9;
}
.a-works-sec .cat.re {
    background-color: #229D50;
}
.a-info-sec .cat.news {
    background-color: #B10000;
}
.a-info-sec .cat.event {
    background-color: #0069B9;
}
.a-works-sec .img img, .a-info-sec .img img, .a-voices-sec .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s ease;
}
.a-works-sec .item-btm, .a-info-sec .item-btm, .a-voices-sec .item-btm {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #999;
    align-self: stretch;
    flex-grow: 1;
}
.a-works-sec .tags {
    display: flex;
    flex-wrap: wrap;
}
.a-works-sec .tags-item {
    display: flex;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 5px;
    margin-right: 5px;
    white-space: nowrap;
    background-color: #1D3270;
    color: #fff;
    margin-bottom: 10px;
}
.a-works-sec .tags-item:last-of-type {
    margin-right: 0;
}
.a-works-sec .item-ttl, .a-blog-sec .item-ttl, .a-voices-sec .item-ttl {
    font-size: 21px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    max-height: 3em;
}
.a-info-sec .item-ttl {
    font-size: 21px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    max-height: 4.5em;
}
.a-works-sec .text, .a-info-sec .text, .a-voices-sec .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.5;
    max-height: 1.5em;
}
.event-day {
    margin-bottom: 5px;
}
.event-day, .event-place {
    display: flex;
}
.event-day::before {
    content: "";
    background: url(../img/common/event-icon1.svg) no-repeat center / contain;
    width: 15px;
    margin-right: 5px;
}
.event-place::before {
    content: "";
    background: url(../img/common/event-icon2.svg) no-repeat center / contain;
    width: 15px;
    margin-right: 5px;
}
@media screen and (max-width: 1000px) {
    .a-works-sec .item, .a-info-sec .item {
        width: 48%;
        margin-bottom: 30px;
    }
    .a-works-sec .item, .a-info-sec .item, .a-voices-sec .item {
        width: 48%;
    }
    .a-works-sec .block::after, .a-info-sec .block::after, .a-voices-sec .block::after {
        width: 48%;
    }
}
@media screen and (max-width: 600px) {
    .a-works-sec .item, .a-info-sec .item, .a-voices-sec .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .a-works-sec .block::after, .a-info-sec .block::after, .a-voices-sec .block::after {
        width: 100%;
    }
    .a-works-sec .cat, .a-info-sec .cat {
        font-size: 16px;
    }
    .a-works-sec .tags-item {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .a-works-sec .item-ttl, .a-info-sec .item-ttl, .a-voices-sec .item-ttl {
        font-size: 18px;
    }
    .a-works-sec .text, .a-info-sec .text, .a-voices-sec .text {
        font-size: 14px;
    }
    .a-works-sec .img, .a-info-sec .img, .a-voices-sec .img {
        height: 180px;
    }
}
/* ブログ */
.a-blog-sec .item {
    display: flex;
    min-height: 240px;
    align-items: stretch;
    margin-bottom: 40px;
}
.a-blog-sec .img {
    display: flex;
    width: 35%;
    overflow: hidden;
    flex: 0 0 auto;
    height: auto;
}
.a-blog-sec .img img {
    width: 100%;
    height: 0;
    min-height: 100%;
    object-fit: cover;
    transition: .3s ease;
    display: block;
}
.a-blog-sec .text {
    width: 65%;
    padding: 20px;
    border: 1px solid #ccc;
    flex: 1;
}
.blog-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    max-height: 4.5em;
}
@media screen and (max-width: 600px) {
    .blog-day {
        font-size: 12px;
    }
    .a-blog-sec .item-ttl {
        font-size: 16px;
    }
    .blog-text {
        font-size: 14px;
    }
    .a-blog-sec .item {
        min-height: 120px;
    }
    .a-blog-sec .img {
        width: 30%;
    }
    .a-blog-sec .text {
        width: 70%;
    }
}

@media (hover: hover) and (pointer: fine) {
.a-works-sec .item:hover .img img, .a-info-sec .item:hover .img img, .a-blog-sec .item:hover .img img {
        transform: scale(1.2);
        opacity: 1;
    }
}