.renovation-section {
    padding: 100px 0 0 0;
}
.renovation-about {
    text-align: center;
}
@media screen and (max-width: 1300px) {
    .renovation-section{
        margin:0 auto;
    }
}
.renovation-about h2 {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}

.renovation-about h2 span {
    color:var(--primary);
}

.renovation-about p {
    text-align:center;
    margin-bottom:70px;
    line-height: 1.9;
    letter-spacing: 0.2em;
    font-size: 0.9rem;
}

.renovation-detail{
    max-width:900px;
    margin:0 auto 80px auto;
}

.renovation-detail-item {
    display: flex;
    justify-content: center;
    gap:50px;
    margin-bottom:58px;
}
.renovation-detail-item:nth-child(even){
    flex-direction:row-reverse;
}
.renovation-detail-item-image {
    width:50%;
}
.renovation-detail-item-image img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.renovation-detail-item-text {
    width:50%;
    padding-left:30px;
    padding-right:30px;
    box-sizing:border-box;
}
.renovation-detail-item-text h4 {
    font-size:0.6em;
    font-weight:500;
    margin-bottom:10px;
    color:#d6d1ce;
    width:fit-content;
    border-bottom:1px solid #d6d1ce;
    padding-bottom:1px;
}
.renovation-detail-item-text h3 {
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}
.renovation-detail-item-text p {
    line-height: 1.9;
    letter-spacing: 0.2em;
    font-size: 0.9rem;
}

.renovation-flow{
    max-width:1300px;
    margin:0 auto 100px auto;
}
.renovation-flow h2{
    font-family: var(--english);
    font-weight: 400;
    font-size: 2rem;
    position: relative;
    text-align: center;
    line-height: 1.1;
    margin-bottom:44px;
}
.renovation-flow h2 span{
    color:var(--primary);
}
.renovation-flow h2 span.sub-title{
    display: block;
    font-family: var(--japanese);
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    color: #050505;
    letter-spacing: 0.05em;
}
.renovation-flow-list{
    display:flex;
    justify-content:center;
}
.renovation-flow-item{
    width:calc(25% - 30px);
    box-sizing:border-box;
    padding:23px 15px;
    border:1px solid #d3cbc5;
    margin-right:30px;
    position:relative;
    text-align:center;
}
.renovation-flow-item:last-child{
    margin-right:0;
}
.renovation-flow-item:before{
    content:'▶';
    position:absolute;
    top:50%;
    right:-25px;
    width:16px;
    height:23px;
    transform:translateY(-50%);
    color:#d3cbc5;
}
.renovation-flow-item:last-child:before{
    display:none;
}
@media screen and (max-width: 1300px) {
    .renovation-flow{
        width:90%;
    }
}
@media screen and (max-width: 768px) {
    .renovation-flow-list{
        flex-wrap:wrap;
    }
    .renovation-flow-item{
        width:100%;
        margin-bottom:30px;
    }
    .renovation-flow-item:last-child{
        margin-right:30px;
    }
    .sp-br{
        display: none;
    }
}
.renovation-flow-item h3{
    font-size:1.2em;
    font-weight:400;
    margin-bottom:20px;
    letter-spacing:0.05em;
    color:#686461;
}
.renovation-flow-item-image{
    width:100%;
    height:97px;
    object-fit:cover;
    text-align:center;
    margin-bottom:20px;
}
.renovation-flow-item-image img{
    width:97px;
    height:97px;
    object-fit:contain;
}
.renovation-flow-item p{
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    letter-spacing: 0.2em;
    font-size: 0.8rem;
}

.renovation-work{
    width:100%;
    margin:0 auto 100px auto;
    /* 背景を「上下方向は80px空け、左右は左から80%」に設定 */
    background-image: linear-gradient(#f9f8f7, #f9f8f7);
    background-repeat: no-repeat;
    /* 背景の開始位置を上から30px、左端0pxに */
    background-position: left 20px;
    /* 幅 80%、高さは要素全体高さ − (80px×2) */
    background-size: 90% calc(100% - 60px);
}
.renovation-work h2{
    font-family: var(--english);
    font-weight: 400;
    font-size: 2rem;
    position: relative;
    text-align: center;
    line-height: 1.1;
    margin-bottom:44px;
}
.renovation-work h2 span{
    color:var(--primary);
}
.renovation-work h2 span.sub-title{
    display: block;
    font-family: var(--japanese);
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    color: #050505;
    letter-spacing: 0.05em;
}
.renovation-work-list { margin: 0; padding: 0; list-style: none; }
.renovation-work-item{
    margin:0 20px;
}
.renovation-work-thumb{
    aspect-ratio: 16/9;
    object-fit:cover;
    margin-bottom:10px;
}
.renovation-work-thumb a{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.renovation-work-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.renovation-work-title{
    font-weight:400;
    font-size:0.9rem;
    position:relative;
}
.renovation-work-title a{
    color:#050505;
    letter-spacing:0.05em;
}
.renovation-work-title .arrow{
    width:30px;
    height:10px;
    object-fit:contain;
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
}
.more-btn {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.more-btn a {
    display: inline-block;
    padding: 20px 80px;
    color: #050505;
    font-size: 0.8rem;
    font-weight: 400;
    position: relative;
    border: 1px solid #050505;
    font-family: var(--english);
    letter-spacing: 0.1em;
}

.more-btn a:after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary);
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1023px){
    .renovation-about{
        width: 90%;
        margin: 50px auto;
    }
    .renovation-detail{
        width: 90%;
    }
}
@media screen and (max-width: 768px){
    .renovation-section{
        padding: 0;
    }
    .renovation-about h2{
        font-size: 19px;
        margin-bottom: 25px;
        font-weight: 500;
    }
    .renovation-about p{
        font-size: 13px;
    }
    .renovation-detail-item{
        display: block;
        margin-bottom: 40px;
    }
    .renovation-detail-item-image{
        width: 100%;
    }
    .renovation-detail-item-text{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .renovation-detail-item-text h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .renovation-detail-item-text p{
        font-size: 13px;
    }
    .renovation-flow{
        width: 75%;
    }
    .renovation-flow-list{
        display: block;
    }
    .renovation-flow-item:before{
        content: '▼';
        position: absolute;
        bottom: -29px;
        left: 50%;
        transform: translateX(-50%);
        color: #c9c3c0;
        font-size: 14px;
        top: auto;
    }
    .renovation-flow-item h3{
        font-size: 17px;
    }
    .renovation-flow-item p{
        font-size: 13px;
    }
    .renovation-work{
        margin-bottom: 60px;
    }
    .renovation-work-title a{
        font-size: 11px;
    }
    .renovation-work-title .arrow{
        width: 20px;
    }
    .renovation-detail-item-text h4{
        margin-top: 10px;
    }
}