.carehome .inner{
    width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 166px;
}
.carehome h2{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.75;
    position: relative;
    margin: 0px 0px 40px;
    letter-spacing: 3px;
}
.carehome .yt{
    margin-top: 110px;
}

.carehome h3{
    font-size: 25px;
    font-weight: 400;
    line-height: 1.75;
    position: relative;
    margin: 0px 0px 90px;
    letter-spacing: 3px;
}

.carehome h4{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0px 0px 25px;
    letter-spacing: 3px;
}
.carehome p.text{
    max-width: 430px;
    text-align: justify;
    margin: 75px auto;
    line-height: 2;
}

.carehome a.text{
    color:#9D8E88;
}

/*hero*/
.carehome #hero{
padding-top:70px;

}

.carehome #hero .inner{
    position: relative;
    padding-bottom: 150px;
    border-bottom: 1px dotted #707070;
}

.carehome #hero .inner p.text{
    text-align: center;
    margin: 0 auto;
}

.carehome #hero .tokuro-img img{
    max-width: 800px;
    margin: 80px 0 0;
    width: 100%;
}
.carehome #hero .inner p.justify{
    text-align: justify;
    margin:  145px auto 75px;
}

.carehome #hero a.grayback{
    background: #F0F0F0;
    padding: 30px;
    width: 580px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    font-size: 16px;
    border-radius: 10px;
}

/*pricetable*/
.carehome #pricetable{
    padding-top: 150px;
    }

.carehome #pricetable .inner{
    padding-bottom: 150px;
    border-bottom: 1px dotted #707070;
}


.carehome #pricetable  .column{
    display: flex;
    border-top: 1px solid #707070;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    max-width: 580px;
    margin: 0 auto;
}
.carehome #pricetable .last-child{
    border-bottom: 1px solid #707070;
}
.carehome #pricetable .column dt{
    width: 315px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}
.carehome #pricetable .column dd{
    margin: 0;
    text-align: left;
    margin-left: 1rem;
    width: 900px;
}
.carehome #pricetable p.text{
width:100%;
max-width:580px;
}
/*related-facilities*/
 .carehome #related-facilities{
padding-top: 110px;
background:#F2F2F2;
}
            
.carehome #related-facilities .inner{
padding-bottom: 80px;
}
            
.carehome #related-facilities .inner p.text{
text-align:center;
}
            
.carehome #related-facilities .flex-wrap{
display: flex;
justify-content: center;
gap: 40px;
}
            
.carehome #related-facilities .item .bg-white{
width: 273px;
height: 273px;
background-color: #fff;
padding: 40px 20px;
border-radius: 10px;
}
 .carehome #related-facilities .item .bg-white p.text{
margin:0;
text-align:center;
}

.carehome #related-facilities .item a.white{
margin: 30px auto 50px;
background: #fff;
}
            
.carehome #related-facilities .item img{
max-width:230px;
}
.carehome #related-facilities .item img.mt30{
margin-top:30px;
}
            
.carehome #related-facilities .item img.mt45{
margin-top:45px;
}
.carehome #related-facilities .item img.mt25{
margin-top:25px;
 }
.carehome #related-facilities .item img.w210{
width:210px;
}

/*items*/
.carehome #items{
    padding-top: 150px;
    }

.carehome #items .inner{
    border-bottom: 1px dotted #707070;
    padding-bottom: 80px;
}
    
.carehome #items .flex-wrap{
    display: flex;
        justify-content: center;
        gap: 40px;
}
.carehome #items .flex-wrap .item-right img{
    width:250px;
        }
.carehome #items .flex-wrap .item-left{
width:430px;
    }

    .carehome #items .flex-wrap p.text{
margin-top:35px;
            }

.carehome #items .flex-wrap .item-left h3{
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
}

.carehome #items .w580{
width:580px;
max-width:580px;
margin:0 auto;
    }

.carehome #items .w580 p.text{
        width:580px;
        max-width:580px;
}



/*renovation*/
.carehome #renovation{
    padding-top: 150px;
    }

.carehome #renovation .inner{
    border-bottom: 1px dotted #707070;
    padding-bottom: 80px;
}
    
.carehome #renovation .flex-wrap{
    display: flex;
        justify-content: center;
        gap: 40px;
}
.carehome #renovation .flex-wrap .item-left img{
    width:410px;
        }
.carehome #renovation .flex-wrap .item-right{
width:430px;
    }

.carehome #renovation .flex-wrap p.text{
margin-top:35px;
            }

.carehome #renovation .flex-wrap .item-right h3{
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
}

.carehome #renovation .w580{
width:580px;
max-width:580px;
margin:0 auto;
    }

.carehome #renovation .w580 p.text{
        width:580px;
        max-width:580px;
}

/*info*/
.carehome #info{
    padding-top: 150px;
    }

.carehome #info .inner{
    border-bottom: 1px dotted #707070;
    padding-bottom: 80px;
}
    
.carehome #info .flex-wrap{
    display: flex;
        justify-content: center;
        gap: 40px;
    align-items: center;
    }
.carehome #info .flex-wrap .item-right img{
    width:150px;
        }
.carehome #info .flex-wrap .item-left{
width:430px;
    }

    .carehome #info .flex-wrap p.text{
margin-top:35px;
            }

.carehome #info .flex-wrap .item-left h3{
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
}

/*links*/
.carehome #links{
    padding-top: 150px;
    }

.carehome #links .inner{
    border-bottom: 1px dotted #707070;
    padding-bottom: 80px;
}
    
.carehome #links .flex-wrap{
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    }
.carehome #links .flex-wrap .item-left img{
    width:320px;
        }
    .carehome #links .flex-wrap .item-right img{
    width:320px;
    }

.carehome #links h3{
    font-size: 25px;
    margin-bottom: 60px;
}

.carehome #links .flex-wrap p.text{
    text-align: center;
    margin: 0;
}
/*daysample*/
.carehome #daysample{
    padding-top:130px;
    }
    
    .carehome #daysample .inner{
        padding-bottom:90px;
        border-bottom: 1px dotted #707070;
    }   

    .carehome #daysample .inner img.schedule{
max-width:800px;
    }   
    

/*characteristics*/
.carehome #characteristics{
padding-top:130px;
}
.carehome #characteristics .inner{
    padding:0 0 140px;
    border-bottom: 1px dotted #707070;;
}

/*jobsummary*/
.carehome #jobsummary{
padding-top:140px;
}
.carehome #njobsummary .inner{
    padding:0 0 140px;
    border-bottom: 1px dotted #707070;;
}
.carehome #jobsummary .flex-wrap{
display: flex;
max-width:345px;
gap:25px;
margin: 0 auto;
}

.carehome #jobsummary .flex-wrap .item p.fulltime{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px; /* Adjust as needed */
    text-align: center;
    color:#43C5FF;
    border:1px solid #43C5FF;
    line-height: 2;
    }

.carehome #jobsummary .flex-wrap .item p.parttime{
        width: 160px;
        height: 160px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px; /* Adjust as needed */
        text-align: center;
        color:#D09B08;
        border:1px solid #D09B08;
        line-height: 2;
        }

        .carehome #jobsummary p.text{
margin-top:35px;            
    }
    
.carehome .fulltime-jobsummary h4{
    width: 430px;
    margin: 30px auto;
    background: #43C5FF;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    border-radius: 75px;
}
.carehome .fulltime-jobsummary h5{
    color: #43C5FF;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    width: 430px;
    margin: 0 auto -20px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}


.carehome .parttime-jobsummary h4{
    width: 430px;
    margin: 30px auto;
    background: #D09B08;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    border-radius: 75px;
}

.carehome .parttime-jobsummary h5{
    color: #D09B08;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    width: 430px;
    margin: 0 auto -20px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

.carehome .common-jobsummary h4{
    width: 430px;
    margin: 30px auto;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    border-radius: 75px;
    background: linear-gradient(to right, #43C5FF 50%, #D09B08 50%);
}

.carehome .common-jobsummary h5{
    color: #000;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    width: 430px;
    margin: 0 auto -20px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
.carehome .common-jobsummary img.model{
    max-width: 845px;
    margin: 0 auto;
}



/*how-to-entry*/
.carehome #how-to-entry{
background:#F8F5E5;
}
.carehome #how-to-entry .inner{
    padding-top: 80px;
    padding-bottom: 0px;
}
.carehome #how-to-entry img.illust{
max-width:180px;
}

.carehome #how-to-entry .flex-wrap{
    display: flex;
    justify-content: flex-start;
    gap: 70px;
}

.carehome #how-to-entry .flex-wrap .recruit-left{
max-width: 470px;
}

.carehome #how-to-entry .flex-wrap h3{
    margin: 0px 0 20px;
    font-size: 15px;
    }

.carehome #how-to-entry .flex-wrap .recruit-right{
    max-width: 345px;
}

.carehome #how-to-entry .flex-wrap .recruit-right img.mynavi{
    max-width: 190px;
    margin: -50px 0 0;
}
.carehome #how-to-entry a.white{
        width: 280px;
        background: #fff;
        margin: -40px 0 0 20px;
        border-radius: 45px;
}


.carehome #how-to-entry p.text{
    margin: 20px 0 75px;
}


/*sdgs*/

.carehome #sdgs .inner{
    width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 0px;
border-bottom: 1px dotted #707070;
}

.carehome #sdgs .inner h2{
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}

.carehome #sdgs .inner h2 img{
    display: block;
    margin: 0 auto -15px;
    width: 160px;
}

.carehome #sdgs .inner .flexwrap{
display: flex;
width: 580px;
margin: 80px auto;
justify-content: space-between;
}

.carehome #sdgs .inner .flexwrap .item{
    width: 150px;
    }
    .carehome #sdgs .inner .flexwrap .item h3{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.carehome #sdgs .inner .flexwrap .item span{
display: block;
}

.carehome #sdgs .inner .flexwrap .item img{
 max-width:64px;
    }

    @media (max-width: 768px) {
        .carehome .inner {
                width: 90%;
        padding:40px 10px;
            }
        .carehome p.text {
                margin: 30px auto!important;
            }
        .carehome #hero {
                padding-top: 0px;
        }
        .carehome #hero h2 {
            padding-top: 30px;
            font-size: 22px;
            }
        .carehome .yt{
                margin-top: 50px;
            }
            .carehome #hero a.grayback {
                padding: 20px;
                width: 100%;
                margin: 30px auto;
            }
            .carehome #hero .inner p.text {
                text-align: center;
                margin: 0 auto;
            }
            .carehome #hero .inner p.justify {
                text-align: justify;
            }
            .carehome h3 {
                font-size: 20px;
            }
        .carehome #hero img.illust {
            max-width: 150px;
            padding-bottom: 0px;
            margin-top: 30px;
        }
        .carehome #hero .inner {
            padding-top: 0;
            padding-bottom: 40px;
        }
        .carehome #hero p.justify {
            text-align: justify;
        }

        .carehome #pricetable {
            padding-top: 20px;
        }
        .carehome #pricetable .column {
            align-items: baseline;
            flex-direction: column;
            text-align: left;
        }
        .carehome #pricetable .column dd {
            margin-left: 0;
            width: 100%;
        }
        .carehome #pricetable .inner {
            padding-bottom: 60px;
        }
 
        }