@charset "utf-8";
body{
    background-color: #FDFDFC;
}
.main_content.rental{
   width: 100%;
   font-family: "Zen Kaku Gothic New", sans-serif;
}
.rental-inner{
    width: 90vw;
    max-width: 1296px;
    margin: auto;
}
.rental-lead{
    background-color: #E4ECF4;
    padding: 24px 0 72px;
   position: relative;
}
.rental-lead .rental-inner{
    z-index: 1;
    position: relative;
}
.rental-lead::after{
    content: "";
    display: block;
    width: 428px;
    height: 428px;
    background-image: url(/assets/images/common/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    right: 0;
}
.rental-lead .rental-top{
    display: flex;
    gap: 48px;
}
.rental-lead .rental-top img{
    width: 490px;
    height: fit-content;
    flex-shrink: 0;
    border-radius: 8px;
}
.rental-lead .rental-top .lead_txt h3{
    font-size: 26px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 24px;
}
.rental-lead .rental-top .lead_txt p{
    line-height: 1.8;
}
.rental-lead .rental-top .lead_txt p + p{
    margin-top: 12px;
}
.rental-lead .lead_sub{
    margin-top: 48px;
    background-color: #FDFDFC;
    padding: 40px 48px;
    border-radius: 8px;
    display: flex;
    gap: 16px;
    position: relative;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%),url(/assets/images/rental/image-shicho.jpg);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.rental-lead .lead_sub h3{
    font-size: 26px;
    line-height: 1.6;
    color: #00629D;
    white-space: nowrap;
}
.rental-lead .lead_sub .lead_subTxt p+p{
    margin-top: 8px;
}
.rental-lead .lead_link{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
    margin-top: 40px;
}
.rental-lead .lead_link a{
    background-color: #00629D;
    border-radius: 4px;
}
.rental-lead .lead_link p{
    color: #FDFDFC;
    padding: 18px 18px 18px 0;
    text-align: center;
    font-size: clamp(17px,1.38vw,20px);
    width: fit-content;
    position: relative;
    margin: auto;
}
.rental-lead .lead_link p::before,
.rental-lead .lead_link p::after{
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 31%;
    right: -20px;
}
.rental-lead .lead_link p::before{
    background-color: #FDFDFC;
    border-radius: 50%;
}
.rental-lead .lead_link p::after{
    background-image: url(/assets/images/common/icon/icon-bottom.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
.rental-h2{
    color: #00629D;
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
}
.rental-flow{
    padding: 64px 0 80px;
}
.rental-flow .flow_list{
    background-color: #EAE9DC;
    padding: 48px 72px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 32px;
    margin-top: 40px;
    position: relative;
}
.rental-flow .flow_list::before{
    content: "";
    display: block;
    width: 428px;
    height: 428px;
    background-image: url(/assets/images/common/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    transform: rotate(180deg);
    left: 0;
}
.rental-flow .flow_list .flow_item{
    position: relative;
    z-index: 1;
}
.rental-flow .flow_list .flow_item img{
    border-radius: 4px;
}
.rental-flow .flow_list .flow_item .number{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 17px;
}
.rental-flow .flow_list .flow_item .number p{
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
}
.rental-flow .flow_list .flow_item .number span{
    background-color: #92894D;
    border-radius: 4px;
    font-family: "Lexend", sans-serif;
    text-align: center;
    padding: 4px 10px;
    color: #FDFDFC;
    line-height: 1.2;
}
.rental-flow .flow_list .flow_item p{
    margin-top: 8px;
}
.rental-flow .flow_list .flow_item p a{
    color: #00629D;
    text-decoration: underline;
}
.rental-petiteinfo{
    background-color: #EAE9DC;
    padding: 64px 80px;
    position: relative;
}
.rental-petiteinfo::after{
    content: "";
    display: block;
    width: 428px;
    height: 428px;
    background-image: url(/assets/images/common/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    transform: rotate(90deg);
    right: 0;
}
.rental-petiteinfo .petiteinfo_process{
    padding: 48px 72px;
    border-radius: 8px;
    background-color: #FDFDFC;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_process-ttl h3{
    color: #FDFDFC;
    background-color: #92894D;
    text-align: center;
    padding: 10px;
    font-size: 26px;    
    line-height: 1.6;
    border-radius: 4px;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_process-ttl p{
    font-size: 16px;
    line-height: 1.8;
    margin-top: 16px;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body{
    margin-top: 48px;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box{
    padding-left: 74px;
    background-image: url(/assets/images/after/after_line.png);
    background-size: contain;
    background-position: 20px 10px;
    background-repeat: no-repeat;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box._w3{
    margin-top: 64px;
    background-image: url(/assets/images/after/after_line02.png);
    background-position: 20px top;
    background-repeat: no-repeat;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-ttl{
    display: flex;
    align-items: center;
    gap: 12px;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-ttl .tag{
    background-color: #00629D;
    padding: 2px 8px;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    border-radius: 4px;
    color: #FDFDFC;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-ttl p{
    font-size: 22px;
    line-height: 1.6;
    color: #00629D;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-ttl p span{
    font-size: 32px;
    color: #00629D;
    margin-right: 6px;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-subttl{
    font-size: 22px;
    margin-top: 24px;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    margin: 40px 0 126px;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box._w1 .petiteinfo_body-list{
    margin: 0;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box._w3 .petiteinfo_body-list{
    position: relative;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box._w3 .petiteinfo_body-list::after{
    position: absolute;
    content: "";
    display: block;
    border-bottom: 1px dotted #B2AB7C;
    width: 2000px;
    height: 1px;
    bottom: -63px;
    left: -600px;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-list .petiteinfo_body-item{
    position: relative;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-list .petiteinfo_body-item::before{
    position: absolute;
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    border-top-left-radius: 8px;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-list .petiteinfo_body-item._01::before{
    background-image: url(/assets/images/common/icon/icon-no1.svg);
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-list .petiteinfo_body-item._02::before{
    background-image: url(/assets/images/common/icon/icon-no2.svg);
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-list .petiteinfo_body-item._03::before{
    background-image: url(/assets/images/common/icon/icon-no3.svg);
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-list .petiteinfo_body-item._04::before{
    background-image: url(/assets/images/common/icon/icon-no4.svg);
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-list .petiteinfo_body-item img{
    border-radius: 8px;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-list .petiteinfo_body-item h4{
    font-size: 18px;
    line-height: 1.6;
    margin: 16px 0 8px;
    font-weight: 500;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_favor{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 32px;
    margin-top: 48px;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_favor .petiteinfo_favor-card img{
    border-radius: 4px;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_favor .petiteinfo_favor-card p{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
    padding-left: 24px;
    position: relative;
}
.rental-petiteinfo .petiteinfo_process .petiteinfo_favor .petiteinfo_favor-card p::before{
    position: absolute;
    content: "";
    display: block;
    background-image: url(/assets/images/common/icon/icon-check_bl.svg);
    width: 16px;
    height: 16px;
    top: 7px;
    left: 0;
    border-radius: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #00629D;
}
.rental-shop{
    padding: 64px 0 32px;
    max-width: 1296px;
    position: relative;
    margin: auto;
}
.rental-shop .rental-shop_round{
    max-width: 1368px;
    position: absolute;
    width: 100%;
    display: block;
    height: 966px;
    top: 0;
}
.rental-shop h2{
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 32px;
    line-height: 1.6;
}
.rental-shop ul{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 48px;
    z-index: 5;
    position: relative;
    background-color: #E4ECF4;
    padding: 48px 72px;
    border-radius: 8px;
}
.rental-shop .shop-item img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.rental-shop .shop-item p{
    background-color: #FDFDFC;
    color: #00629D;
    padding: 12px 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: 0.3s;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 52px;
    position: relative;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
}
.rental-shop .shop-item span{
    color: inherit;
    font-size: 20px;
    margin-left: 15px;
    font-weight: 500;
    width: 80px;
}
.rental-shop .shop-item:hover p{
    background-color: #00629D;
    color: #FDFDFC;
}
.rental-shop .shop-item p::before,
.rental-shop .shop-item p::after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 30%;
    left: 16px;
    transition: 0.3s;
}
.rental-shop .shop-item p::before{
    background-color: #00629D;
    border-radius: 50%;
}
.rental-shop .shop-item p::after{
    background-image: url(/assets/images/common/icon/icon-arrow.svg);
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(94%) sepia(23%) saturate(329%) hue-rotate(317deg) brightness(116%) contrast(98%);
    background-size: 70%;
    background-position: center;
}
.rental-shop .shop-item:hover p::before{
    background-color: #FDFDFC;
    border-radius: 50%;
}
.rental-shop .shop-item:hover p::after{
    filter: brightness(0) saturate(100%) invert(21%) sepia(99%) saturate(2022%) hue-rotate(184deg) brightness(92%) contrast(102%);
}
@media screen and (max-width: 1152px){
    .rental-inner{
        width: 80vw;
        max-width: 1152px;
    }
}
@media screen and (max-width: 1024px){
    .rental-lead::after{
        width: 64.1vw;
        height: 64.1vw;
    }
    .rental-flow .flow_list::before{
        width: 64.1vw;
        height: 64.1vw;
    }
    .rental-petiteinfo::after{
        width: 64.1vw;
        height: 64.1vw;
    }
    .rental-lead .rental-top{
        flex-direction: column;
        gap: 24px;
    }
    .rental-lead .rental-top .lead_txt h3{
        font-size: 21px;
    }
    .rental-lead .lead_sub{
        margin-top: 32px;
        flex-direction: column;
        padding: 24px 20px 192px;
        background-size: 100%;
    }
    .rental-lead .lead_sub h3{
        font-size: 22px;
        text-align: center;
    }
    .rental-lead .lead_link{
        margin-top: 32px;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .rental-lead .lead_link p{
        text-align: left;
        width: 100%;
        padding: 18px 16px;
    }
    .rental-lead .lead_link p::before, 
    .rental-lead .lead_link p::after{
        width: 20px;
        height: 20px;
        top: 38%;
        right: 21px;
    }
    .rental-lead{
        padding-bottom: 64px;
    }
    .rental-flow{
        padding: 64px 0;
    }
    .rental-flow .flow_list{
        grid-template-columns: 1fr;
        padding: 20px 20px 30px 20px;
        gap: 48px;
    }
    .rental-flow .flow_list .flow_item .number span{
        font-size: 14px;
        padding: 4px 10px;
    }
    .rental-flow .flow_list .flow_item .number p{
        font-size: 17px;
    }
    .rental-petiteinfo{
        padding: 64px 0;
    }
    .rental-petiteinfo .petiteinfo_process{
        padding: 20px;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_process-ttl h3{
        font-size: 22px;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box{
        padding-left: 40px;
        background-image: url(/assets/images/after/after_line-sp.png);
        background-position: left top;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box._w3{
        background-image: url(/assets/images/after/after_line02-sp.png);
        background-position: left top;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-ttl{
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-ttl .tag{
        font-size: 15px;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-ttl p{
        font-size: 19px;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-ttl p span{
        font-size: 28px;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-subttl{
        margin-top: 10px;
        font-size: 19px;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-list{
        grid-template-columns: 1fr;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box .petiteinfo_body-list .petiteinfo_body-item h4{
        margin-top: 16px;
        font-size: 17px;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box._w1 .petiteinfo_body-list{
        margin-top: 32px;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box._w3 .petiteinfo_body-list{
        margin-bottom: 96px;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_body .petiteinfo_box._w3 .petiteinfo_body-list::after{
        bottom: -44px;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_favor{
        grid-template-columns: repeat(2,1fr);
        margin-top: 16px;
        gap: 16px;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_favor .petiteinfo_favor-card p{
        font-size: 15px;
        margin-top: 8px;
    }
    .rental-petiteinfo .petiteinfo_process .petiteinfo_favor .petiteinfo_favor-card p::before{
        top: 4px;
    }
    .rental-shop{
        padding: 64px 20px 32px;
    }
    .rental-shop h2{
        font-size: 26px;
    }
    .rental-shop ul{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
        column-gap: 12px;
        padding: 32px 20px;
    }
    .rental-shop .shop-item p{
        padding: 8px 28px 8px 8px;
        font-size: 10px;
    }
    .rental-shop .shop-item span{
        font-size: 16px;
    }
    .rental-shop .shop-item p::before, 
    .rental-shop .shop-item p::after{
        width: 16px;
        height: 16px;
        left: auto;
        right: 8px;
    }
    .rental-shop .shop-item span{
        margin-left: 0;
    }
    .rental-h2{
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .rental-inner{
        width: 100%;
        padding: 0 5%;
    }
}