.entry-se {
    padding-bottom: 100px;
}

.entry-se__title {
    color: #4D4D4D;
    font-size: 45px;
    font-weight: 600;
    line-height: 140%; /* 63px */
}

@media (max-width: 767px) {
	.entry-se__title {
		font-size: 32px;
	}
}

.entry-se__description {
    color: #4D4D4D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 36px */
    margin-top: 40px;
}

@media (max-width: 767px) {
	.entry-se__description {
		font-size: 16px;
	}
}

.entry-se__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 18px;
    margin-top: 70px;
}

@media (max-width: 767px) {
	.entry-se__list {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px 18px;
	}
}

.entry-se__item-title {
    color: #1D201F;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%; /* 28px */
    padding-bottom: 12px;
    border-bottom: 1px solid #1D201F;
}

.entry-se__link {
    color: #1D201F;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%; /* 22.4px */
    display: block;
    margin-top: 15px;
}

.entry-se__img-wrap {
    overflow: hidden;
}

@media (max-width: 767px) {
	.entry-se__img-wrap {
        margin-bottom: 10px;
    }
}

.entry-se__figure {
    margin-bottom: 10px;
}

.entry-se__figure img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.entry-se__item:hover .entry-se__figure img {
    transform: scale(1.04);
}



.se-structure {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #EEEAE5;
}

.se-structure__subheading {
    font-size: 24px;
    font-weight: 600;
    margin-left: 24px;
}

.se-structure__contents {
    margin-top: 60px;
}

.se-structure__intro-block {
    display: flex;
    gap: 103px;
    padding-bottom: 60px;
    border-bottom: 1px solid #1D201F;
}

@media (max-width: 767px) {
    .se-structure__intro-block {
        flex-direction: column;
        gap: 30px;
    }
}

.se-structure__intro-text {
    color: #1D201F;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
}

@media (max-width: 767px) {
    .se-structure__intro-text {
        font-size: 14px;
    }
}

.se-structure__img-wrap {
    flex-shrink: 0;
    width: 35%;

}

@media (max-width: 767px) {
    .se-structure__img-wrap {
        width: 100%;
    }
}



.se-structure__reference-block {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #1D201F;
    display: flex;
    gap: 62px;
}


@media (max-width: 767px) {
    .se-structure__reference-block {
        flex-direction: column;
        gap: 30px;
    }
}



.se-structure__reference-heading {
    color: #1D201F;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
}

.se-structure__figure {
    width: 100%;
    margin-bottom: 5px;
}

.se-structure__img-caption {
    color: #888;
    font-size: 11px;
    font-weight: 600;
    line-height: 200%; /* 22px */

}

.se-structure__example a{
    color: #3B66C7;
    text-decoration: underline;
}

.se-structure__example:nth-of-type(2) {
    margin-top: 38px;
}

.se-structure__choice-block {
    display: flex;
    gap: 62px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #1D201F;
}

@media (max-width: 767px) {
    .se-structure__choice-block {
        flex-direction: column;
        gap: 30px;
    }
}

.se-structure__merits-block {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #1D201F;
    display:grid;
    gap: 62px;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
    .se-structure__merits-block {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

.se-structure__merit {
    margin-top: 30px;
}

.se-structure__merit-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%; /* 25.2px */

}

.se-structure__merit-text {

}


.faq-se {
    padding-top: 100px;
    padding-bottom: 100px;
}

.qa-accordion {
    margin-top: 60px;
}


/* 施工事例セクション */
.se-works {
    padding-top: 100px;
    background-color: #EEEAE5;
    padding-bottom: 100px;
}

.se-works__heading {
    color: #1D201F;
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
}

.se-works__description {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    margin-top: 40px;
    margin-bottom: 0;
}

.se-works__category-list {
    margin-top: 80px;

}

.se-works__category-heading {
    color: #1D201F;
    font-size: 28px;
    font-weight: 500;
    line-height: 200%;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .se-works__category-heading {
        font-size: 22px;
    }
}

.se-works__container {
    margin-top: 80px;
}

.se-works__container:first-of-type {
    margin-top: 60px;
}

.se-works .vk_posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0;
}

.works-card__figure {
    margin-bottom: 9px;
    aspect-ratio: 348 / 251;
    overflow: hidden;
    width: 100%;
}

.works-card__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.se-works .works-card:hover .works-card__figure img {
    transform: scale(1.08);
}

.works-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.works-card__category {
    color: #1D201F;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #1D201F;
    padding: 0px 20px;
    line-height: 200%; /* 26px */
    display: inline-block;
}

.works-card__title {
    color: #1D201F;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%; /* 28px */
    padding-bottom: 13px;
    border-bottom: 1px solid #1D201F;
    margin-top: 9px;
}

@media (max-width: 767px) {
    .se-works .vk_posts {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .se-works {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .se-works__heading {
        font-size: 24px;
    }
    
    .se-works__description {
        font-size: 14px;
    }
}


.staff__en-name {
    writing-mode: vertical-rl;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0.05em;
    color: #fff;
    position: absolute;
    left: 8px;
    top: 14px;
}

.partner {
    padding-top: 100px;
    padding-bottom: 100px;

}

.partner__heading {
    color: #1D201F;
    font-family: "Noto Serif JP";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

@media (max-width: 767px) {
    .partner__heading {
        font-size: 24px;
    }
}


.area-list-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}


@media (max-width: 767px) {
	.area-list-section {
        padding-top:0px !important;
    }
}


.partner__content {
    display: flex;
    gap: 6.3rem;
}


@media (max-width: 767px) {
    .partner__content {
        flex-direction: column;
        gap: 30px;
    }
}

.partner__image {
    width: 40%;
    flex-shrink: 0;

}

@media (max-width: 767px) {
    .partner__image {
        width: 100%;
        flex-shrink: 0;

    }
    
}

.partner__subheading {
    margin-top: 100px;
}


@media (max-width: 767px) {
	.partner__subheading {
        margin-top: 50px;
    }
}

.area-list-section__title {
    color: #1D201F;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .area-list-section__title {
        font-size: 24px;
    }
}

.area-list-section__text {
    color: #1D201F;
    font-family: "Noto Serif JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 36px */
    margin-bottom: 100px;
}