@charset "utf-8";
body{
    background-color: #FDFDFC;
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}
.sp_only{
    display: none;
}
.main_content.after{
    width: 100%;
}
.after h2{
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    color: #00629D;
}
.after-flbox{
    display: flex;
}
.after-inner{
    width: 90vw;
    max-width: 1296px;
    margin: auto;
}
.after-lead{
    background-color: #E4ECF4;
    padding: 72px 0;
}
.after-lead h2{
    color: #1E1E1E;
    font-size: 32px;
    line-height: 1.6;
}
.after-lead .after-flbox {
    gap: 48px;
    margin-top: 48px;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 37.36vw 1fr;
}
.after-lead .after-flbox img{
    /* max-width: 538px; */
    border-radius: 8px;
}
/* アフターケア　アイコン */
.after-lead .after-flbox .after-icon{
    display: flex;
    gap: 60px;
    justify-content: center;  
}
html .after-icon_item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
html .after-icon_item p{
    line-height: 1.6;
    margin-top: 0 !important;
}
html .after-icon_round{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #FDFDFC;

}
html .after-icon_round{
    position: relative;
}
html .after-icon_round::before{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
html .after-icon_item._tenken .after-icon_round::before{
    background-image: url(/assets/images/common/icon/icon-inspection.svg);
}
html .after-icon_item._kikoe .after-icon_round::before{
    background-image: url(/assets/images/common/icon/icon-kikoe.svg);
}
html .after-icon_item._cleaning .after-icon_round::before{
    background-image: url(/assets/images/common/icon/icon-hochouki.svg);
}
.after-lead .after-flbox .flbox_txt p{
    margin-top: 24px;
}
.after-lead .after-flbox .flbox_txt p +p{
    margin-top: 12px;
}
.after-lead a{
    background-color: #00629D;
    border-radius: 4px;
    width: 302px;
    margin: 48px auto 0;
}
.after-lead a p{
    color: #FDFDFC;
    padding: 10px 25px 10px 0;
    text-align: center;
    font-size: clamp(17px, 1.38vw, 20px);
    width: fit-content;
    position: relative;
    margin: auto;
}
.after-lead a p::before, 
.after-lead a p::after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 31%;
    right: -14px;
}
.after-lead a p::before{
    background-color: #FDFDFC;
    border-radius: 50%;
}
.after-lead a p::after{
    background-image: url(/assets/images/common/icon/icon-right.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
.after-service{
    padding: 64px 0 80px;
}
.after-service h2{
    font-size: 24px;
}
.after-service h2 span{
    color: #00629D;
    font-size: 32px;
    line-height: 1.6;
}
.after-service .service_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    margin-top: 64px;
}
.after-service .service_list .service_item{
    background-color: #00629D;
    border-radius: 8px;
    padding: 40px 24px;
    position: relative;
    background-image: url(/assets/images/after/pattern.png);
    background-size: 5%;
}
.after-service .service_list .service_item::before{
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.after-service .service_list .service_item._01::before{
    background-image: url(/assets/images/common/icon/icon-no01_round.svg);
}
.after-service .service_list .service_item._02::before{
    background-image: url(/assets/images/common/icon/icon-no02_round.svg);
}
.after-service .service_list .service_item._03::before{
    background-image: url(/assets/images/common/icon/icon-no03_round.svg);
}
.after-service .service_list .service_item h3{
    font-size: 26px;
    line-height: 1.6;
    text-align: center;
    color: #FDFDFC;
}
.after-service .service_list .service_item span{
    background-color: #FDFDFC;
    border-radius: 999px;
    padding: 2px 0;
    color: #00629D;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 16px;
}
.after-service .service_list .service_item span strong{
    color: #00629D;
    font-weight: 500;
}
.after-service .service_list .service_item p{
    color: #FDFDFC;
    margin-top: 10px;
}
.after-price{
    background-color: #EAE9DC;
    padding: 64px 0 80px;
}
.after-price p{
    margin-top: 40px;
}
.after-price .after-table{
    margin-top: 40px;
}
.after-price .after-table h3{
    font-size: 26px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 16px;
}
.after-price .after-table h3::before{
    content: "";
    width: 6px;
    height: 28px;
    background-color: #00629D;
}
.after-price .after-table table{
    text-align: center;
    letter-spacing: 0.03em;
    border-collapse: collapse;
}
.after-price .after-table table tr:nth-child(3) td{
    border-top: 2px solid #EAE9DC;
}
.after-price .after-table table th + th,
.after-price .after-table table td + td{
    border-left: 2px solid #EAE9DC;
}
.after-price .after-table .after-flbox{
    margin-top: 24px;
    gap: 32px;
}
.after-price .after-table table._home th{
    background-color: #D8D3B3;
}
.after-price .after-table table._other th{
    background-color: #D9D6C3;
}
.after-price .after-table table th{
    width: 209px;
    height: 76px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.03em !important;
}
.after-price .after-table table th span{
    color: #00629D;
}
.after-price .after-table table td{
    background-color: #FDFDFC;
    width: 209px;
    height: 76px;
}
.after-price .after-attention{
    margin-top: 24px;
}
.after-price .after-attention p{
    margin-top: 0;
}
.after-price .after-reserve{
    margin-top: 40px;
    gap: 48px;
    align-items: center;
    background-color: #00629D;
    padding: 32px;
    justify-content: center;
    border-radius: 8px;
}
.after-price .after-reserve img{
    width: 292px;
}
.after-price .after-reserve img{
    width: 292px;
}
.after-price .after-reserve span{
    color: #FDFDFC;
    font-size: 18px;
    background-color: #004A76;
    padding: 0 4px;
}
.after-price .after-reserve p{
    font-size: 22px;
    line-height: 1.6;
    color: #FDFDFC;
    margin-top: 8px;
}
.after-price .after-reserve a{
    background-color: #FDFDFC;
    border: 1px solid #FDFDFC;
    border-radius: 4px;
    width: 382px;
    margin-top: 24px;
    transition: 0.3s;
}
.after-price .after-reserve a:hover{
    background-color: transparent;
}
.after-price .after-reserve a p{
    color: #00629D;
    font-size: 20px;
    line-height: 1.6;
    padding: 10px 25px 10px 0;
    text-align: center;
    font-size: clamp(17px, 1.38vw, 20px);
    width: fit-content;
    position: relative;
    margin: auto;
    transition: 0.3s;
}
.after-price .after-reserve a:hover p{
   color: #FDFDFC;
}
.after-price .after-reserve a p::before {
    background-color: #00629D;
    border-radius: 50%;
}
.after-price .after-reserve a p::after {
    background-image: url(/assets/images/common/icon/icon-arrow.svg);
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7314%) hue-rotate(293deg) brightness(118%) contrast(98%);
    background-size: 70%;
    background-position: center;
}
.after-price .after-reserve a p::before,
.after-price .after-reserve a p::after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 31%;
    right: -14px;
}
.after-price .after-reserve a p::before{
    transition: background-color 0.3s;
}
.after-price .after-reserve a:hover p::before{
    background-color: #FDFDFC;
}
.after-price .after-reserve a:hover p::after{
    filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(2499%) hue-rotate(187deg) brightness(99%) contrast(101%);
}

.after-oteire{
    padding: 64px 0 80px;
}
.after-oteire p{
    line-height: 1.8;
    margin-top: 40px;
}
.after-oteire .oteire_content{
    background-color: #E4ECF4;
    padding: 32px 64px;
    border-radius: 8px;
}
.after-oteire .oteire_content h3{
    font-size: 26px;
    line-height: 1.6;
    padding-bottom: 16px;
    border-bottom: 1px solid #00629D;
    text-align: left;
}
.after-oteire .oteire_content .after-flbox {
    margin-top: 24px;
    gap: 32px;
    align-items: center;
}
.after-oteire .oteire_content .after-flbox img{
    width: 158px;
}
.after-oteire .oteire_content .after-flbox li{
    position: relative;
    padding-left: 20px;
}
.after-oteire .oteire_content .after-flbox li+li{
    margin-top: 12px;
}
.after-oteire .oteire_content .after-flbox li::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
    background-color: #00629D;
}
.after-oteire .oteire_content{
    margin-top: 40px;
}
.after-oteire .oteire_content._attention{
    margin-top: 26px;
}
.after-oteire .oteire_content._attention .after-flbox img{
    width: 424px;
}
.after-oteire .oteire_content._attention .after-flbox li{
    padding-left: 26px;
}
.after-oteire .oteire_content._attention .after-flbox li::before{
    width: 18px;
    height: 18px;
    background-image: url(/assets/images/common/icon/icon-attention.svg);
    top: 7px;
    background-color: transparent;
}
.line-img .sp_only{
    display: none;
}
.line-img img{
    height: 340px;
    object-fit: cover;
    width: 100%;
}
.after-shop{
    padding: 64px 0 32px;
    max-width: 1296px;
    position: relative;
    margin: auto;
}
.after-shop .after-shop_round{
    max-width: 1368px;
    position: absolute;
    width: 100%;
    display: block;
    height: 966px;
    top: 0;
}
.after-shop h2{
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 32px;
    line-height: 1.6;
}
.after-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 5vw;
    border-radius: 8px;
}
.after-shop .shop-item  img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.after-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;
}
.after-shop .shop-item span{
    color: inherit;
    font-size: 20px;
    font-weight: 500;
    width: 80px;
}
.after-shop .shop-item:hover p{
    background-color: #00629D;
    color: #FDFDFC;
}
.after-shop .shop-item p::before,
.after-shop .shop-item p::after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 30%;
    left: 16px;
}
.after-shop .shop-item p::before{
    transition: background-color 0.3s;
}
.after-shop .shop-item p::before{
    background-color: #00629D;
    border-radius: 50%;
}
.after-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;
}
.after-shop .shop-item:hover p::before{
    background-color: #FDFDFC;
    border-radius: 50%;
}
.after-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){
    .sp_only{
        display: block;
    }
    .pc_only{
        display: none !important;
    }
    .after-flbox{
        flex-direction: column;
    }
    .after-shop h2{
        font-size: 26px;
    }
    .after-shop ul{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
        column-gap: 12px;
        padding: 32px 20px;
    }
    .after-shop .shop-item p{
        padding: 8px 28px 8px 8px;
        font-size: 10px;
    }
    .after-shop .shop-item span{
        font-size: 16px;
    }
    .after-shop .shop-item p::before, 
    .after-shop .shop-item p::after{
        width: 16px;
        height: 16px;
        left: auto;
        right: 8px;
    }
    .after-shop .shop-item span{
        margin-left: 0;
    }
    .line-img .sp_only{
        display: block;
        width: 100%;
        height: 260px;
    }
    .line-img .pc_only{
        display: none;
    }
    .after-lead{
        padding: 48px 0 64px;
    }
    .after-lead .after-flbox{
        display: flex;
    }
    .after-lead .after-flbox .flbox_txt p{
        margin-top: 0;
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }
      .after-lead .after-flbox .flbox_txt p strong{
        font-size: 14px;
      }
    .after-lead h2{
        font-size: 26px;
    }
    .after-lead .after-flbox img{
        border-radius: 4px;
        margin: auto;
        width: 100%;
        max-width: 538px;
    }
    .after-lead .after-flbox .after-icon{
        gap: 32px;
        margin-bottom: 32px;
    }
    html .after-icon_round{
        width: 84px;
        height: 84px;
    }
    html .after-icon_round::before{
        width: 43px;
        height: 43px;
    }
    html .after-icon_item{
        gap: 5px;

    }
    .after-lead a{
        margin: 32px auto 0;
    }
    .after-service{
        padding: 64px 0;
    }
    .after-service h2{
        font-size: 20px;
    }
    .after-service h2 span{
        font-size: 26px;
    }
    .after-service .service_list{
        grid-template-columns: 1fr;
    }
    .after-service .service_list .service_item h3{
        font-size: 22px;
    }
    .after-service .service_list .service_item span{
        font-size: 15px;
    }
    .after-price{
        padding: 64px 0;
    }
    .after h2{
        font-size: 26px;
    }
    .after-price p{
        margin-top: 24px;
    }
    .after-price .after-table h3{
        font-size: 22px;
    }
    .after-price .after-table h3::before{
        width: 4px;
        height: 24px;
    }
    .after-price .after-table h3{
        gap: 12px;
    }
    .after-price .after-table table th,
    .after-price .after-table table td {
        font-size: 15px;
    }
    .after-price .after-table tr th:nth-child(1),
    .after-price .after-table tr td:nth-child(1){
        width: 154px;
    }
    .after-price .after-table tr th:nth-child(2),
    .after-price .after-table tr td:nth-child(2){
        width: 126px;
    }
    .after-price .after-attention p+p{
        margin-top: 8px;
    }
    .after-price .after-reserve{
        margin-top: 24px;
        gap: 24px;
        padding: 20px 24px;
    }
    .after-price .after-reserve span{
        font-size: 17px;
        line-height: 1.6;
        text-align: center;
        width: 100%;
        display: block;
        padding: 4px 0;
    }
    .after-price .after-reserve p{
        font-size: 19px;
        margin-top: 12px;
        text-align: center;
    }
    .after-price .after-reserve a{
        width: 100%;
        margin-top: 0;
    }
    .after-price .after-reserve a p{
        font-size: 16px;
        width: 100%;
        padding: 10px 30px 10px 10px;
    }
    .after-price .after-reserve a p::before, 
    .after-price .after-reserve a p::after{
        right: 8px;
        top: 28%;
        width: 20px;
        height: 20px;
    }
    .after-oteire p{
        margin-top: 24px;
    }
    .after-oteire .oteire_content{
        margin-top: 24px;
        padding: 32px 20px;
    }
    .after-oteire .oteire_content h3{
        text-align: center;
        font-size: 22px;
        padding-bottom: 12px;
    }
    .after-oteire .oteire_content._attention .after-flbox img{
        width: 100%;
        max-width: 424px;
    }
    .after-oteire{
        padding: 64px 0;
    }
    .after-shop{
        padding: 48px 0 40px;
    }
}
@media screen and (max-width: 767px) {
    .rental-inner{
        width: 100%;
        padding: 0 5%;
    }
}