/*==================================================
page design concrete 
===================================*/
.p_dc_about {
    padding: 4.5rem 0;
}

.p_dc_about_content01 {
    padding: 0 0 4.6rem;
}

@media screen and (max-width: 767px) {
    .p_dc_about_content01 {
        padding: 0 0 2rem;
    }
}

.p_dc_about__lead {
    font-family: "Oswald", sans-serif;
    font-size: 6.3rem;
    font-weight: 500;
    letter-spacing: 0.6rem;
    text-align: center;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .p_dc_about__lead {
        font-size: 4.3rem;
    }
}

.p_dc_about__image {
    max-width: 800px;
    margin: 0 auto;
}

.p_dc_about_content02 {
    background-color: #EFF9F3;
    padding: 6.5rem 0;
}

@media screen and (max-width: 767px) {
    .p_dc_about_content02 {
        padding: 4rem 0;
    }
}

.p_dc_about_content02__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .p_dc_about_content02__inner {
        flex-direction: column;
    }
}

.p_dc_about_content02__box {
    width: calc(60% - 3rem);
}

@media screen and (max-width: 767px) {
    .p_dc_about_content02__box {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.p_dc_about_content02__image {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .p_dc_about_content02__image {
        width: 100%;
    }
}

.p_dc_about_content02__lead {
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    padding-left: 1.3rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
}

.p_dc_about_content02__lead::before {
    content: '';
    width: 0.3rem;
    height: 2.5rem;
    background-color: #00BC8B;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.p_dc_about_content02__text {
    font-size: 1.4rem;
    line-height: 3rem;
    letter-spacing: 0.02rem;
}

.p_dc_about_content02_slide {
    margin-top: 5rem;
}

@media screen and (max-width: 767px) {
    .p_dc_about_content02_slide {
        margin-top: 2rem;
    }
}

.p_dc_about_content03 {
    padding-top: 3.5rem;
}

.p_dc_work__inner {
    padding: 6rem 0 3rem;
}

@media screen and (max-width: 767px) {
    .p_dc_work__inner {
        padding: 4rem 0 3rem;
    }
}

.p_dc_work__image {
    max-width: 70rem;
    margin: 3.5rem auto 0;
}

.p_dc_work__content {
    background-color: #EFF9F3;
    padding-bottom: 7rem;
    position: relative;
}

.p_dc_work__content::before {
    content: "";
    width: 100%;
    height: 13rem;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.p_dc_work__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 2rem;
    position: relative;
    z-index: 2;
} 

@media screen and (max-width: 767px) {
    .p_dc_work__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.p_dc_work__list_item {
    height: 50rem;
    background-color: #fff;
    position: relative;
    border-radius: 1rem;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .p_dc_work__list_item {
        height: 60rem;
    }
}

.p_dc_work__list_image img {
    border-radius: 1rem 1rem 0 0;
}

.p_dc_work__list_inner {
    padding: 2rem 3rem;
}

.p_dc_work__list_title {
    font-size: 2rem;
    color: #00BC8B;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
}

.p_dc_work__list_link {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.04rem;
    border-bottom: solid 1px #000;
    padding-bottom: 0.4rem;
}

.p_dc_work__list_link .arrow {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 10px;
    padding-left: 1rem;
}

.p_dc_work__list_link .arrow::before,
.p_dc_work__list_link .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 7.7px;
    height: 2px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: calc(100% - 1px) 50%;
}

.p_dc_work__list_link .arrow::before {
    transform: rotate(45deg);
}

.p_dc_work__list_link .arrow::after {
    transform: rotate(-45deg);
}

.p_dc_renovation {
    padding: 6rem 0 8rem;
}

@media screen and (max-width: 767px) {
    .p_dc_renovation {
        padding: 4rem 0;
    }
}

.p_dc_renovation__lead {
    font-family: "Oswald", sans-serif;
    font-size: 6.3rem;
    font-weight: 500;
    letter-spacing: 0.6rem;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 7rem;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__lead {
        font-size: 4.3rem;
        line-height: 5rem;
    }
}

.p_dc_renovation__lead_ja {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #00BC8B;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 0.5rem;
    letter-spacing: 0.08rem;
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__lead_ja {
        font-size: 2rem;
        padding: 0.5rem 1rem;
        line-height: 2.5rem;
    }
}

.p_dc_renovation__content {
    margin-bottom: 5rem;
}

.p_dc_renovation__content:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .p_dc_renovation__content {
        max-width: 768px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__content {
        margin-bottom: 3rem;
    }
}


.p_dc_renovation__text {
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.02rem;
    line-height: 3rem;
    margin-bottom: 3rem;
}

.p_dc_renovation__content_title {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
    line-height: 3.5rem;
    position: relative;
    padding-left: 1.3rem;
    border-bottom: solid 1px #00BC8B;
    padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__content_title {
        font-size: 2rem;
        padding-bottom: 0.5rem;
    }
}

.p_dc_renovation__content_title::before {
    content: '';
    width: 0.3rem;
    height: 2.5rem;
    background-color: #00BC8B;
    display: block;
    position: absolute;
    top: 2rem;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__content_title::before {
        height: 2rem;
    }
}

.p_dc_renovation__list {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding-top: 2rem;
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 8rem;
        padding: 2rem 3rem 0;
    }
}

.p_dc_renovation__list_image {
    position: relative;
    max-width: 165px;
    margin: 0 auto 1rem;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .p_dc_renovation__list_image {
        max-width: 110px;
    }
}

.p_dc_renovation__list_image::after {
    content: url(../img/p_dc_arrow.svg);
    width: 6rem;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translate(6rem, -50%);
}

@media (min-width: 768px) and (max-width: 1280px) {
    .p_dc_renovation__list_image::after {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__list_image::after {
        display: none;
    }
}

.p_dc_renovation__list_item {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__list_item::after {
        content: url(../img/p_dc_arrow.svg);
        width: 6rem;
        position: absolute;
        bottom: -30%;
        left: calc(50% - 5rem);
        transform: rotate(90deg) translate(-50%, -50%);
    }

    .p_dc_renovation__list_item:nth-of-type(4n)::after,
    .p_dc_renovation__list_item:last-of-type::after {
        display: none;
    }
}

.p_dc_renovation__list_item:nth-of-type(4n) .p_dc_renovation__list_image::after {
    display: none;
}

.p_dc_renovation__list_text {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.02rem;
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__list_text {
        min-height: 3rem;
    }
}

.p_dc_renovation__list_item.after {
    position: relative;
    margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__list_item.after {
        margin-top: 0;
    }
}

.p_dc_renovation__list_item.after .p_dc_renovation__list_image::after {
    display: none;
}

.p_dc_renovation__list_item.after .p_dc_renovation__list_image {
    border: solid 3px #00BC8B;
}

.p_dc_renovation__list_item.after .p_dc_renovation__list_image::before {
    content: 'AFTER';
    background-color: #00BC8B;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.p_dc_renovation__content_text {
    padding: 1.5rem 0 3.5rem;
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__content_text {
        padding: 1.5rem 0 2rem;
    }
}

.p_dc_renovation__content_images {
    display: flex;
    align-items: center;
    padding: 0 6.5rem;
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__content_images {
        flex-direction: column;
        padding: 0;
    }
}

.p_dc_renovation__content_image {
    position: relative;
}

.p_dc_renovation__content_image.before::before {
    content: 'BEFORE';
    background-color: #DEDEDE;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
    padding: 0.5rem 2rem;
    z-index: 2;
}

.p_dc_renovation__content_image.after::before {
    content: 'AFTER';
    background-color: #00BC8B;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
    padding: 0.5rem 2rem;
    z-index: 2;
}

.p_dc_renovation__content_image.arrow {
    padding: 0 3rem;
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__content_image.arrow {
        width: 7rem;
        padding: 0 2rem;
        transform: rotate(90deg);
    }
}

.p_dc_renovation__main_text {
    font-size: 2.4rem;
    font-weight: 600;
    color: #00BC8B;
    text-align: center;
    letter-spacing: 0.08rem;
    line-height: 4.5rem;
    margin-top: 5rem;
}

@media screen and (max-width: 767px) {
    .p_dc_renovation__main_text {
        font-size: 1.6rem;
        margin-top: 3rem;
        line-height: 2.5rem;
        text-align: left;
    }
}

/*==================================================
design concrete END
===================================*/