.visual{
    height: 350px;
    width:100%;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.vs-01{
    background-image: url(.././images/sub/visual01.png);    
}
.vs-02{
    background-image: url(.././images/sub/visual02.png);    
}
.vs-03{
    background-image: url(.././images/sub/visual03.png);    
}
.vs-04{
    background-image: url(.././images/sub/visual04.png);    
}
.visual h1{
    color: #fff;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    font-size: 50px;
}
.brc{
    height: 50px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 80px;
}
.brc .inner p {
    font-weight: 400;
}
.brc .inner b{
    font-weight: 400;
}
.brc .inner{
width: 1400px;
height: 100%;
margin: 0 auto;
    display: flex;
        justify-content: right;
        align-items: center;
}
.brc img{
    margin: 0 8px;
}
.brc .inner:first-child p{
    color: #aaa;
}

.kind-txt-inner{
    width:1400px;
    text-align: center;
    margin: 0 auto;
}
.kind-txt-cont h2{
    font-size: 40px;
    font-weight: 400;
    color: #231f20;
    margin-bottom: 20px;
}
.kind-txt-cont h2 span{
    font-weight: bold;
}
.kind-txt-cont h3{
    color: #009a8c;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
}
.kind-txt-cont p{
    color:#aaa;
    line-height: 30px;
    margin-bottom: 80px;
}
.kind-txt-cont p span{
    color: #009a8c;
}
.kind-stage{
    background-image: url('../images/sub/kindsolution-bg.png');
    width:100%;
    height: 500px;
    display: flex;
    align-items: center;
    margin-bottom: 72px;
}
.stage-inner{
    width:1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.st-cont{
    width: 220px;
    height: 220px;
    border-radius: 100%;
    background-color: rgba(255,255,255, 0.9);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #009a8c;
}
.st-txt span{
    color: #009a8c;
    font-weight: bold;
}
.kind-ment-inner{
    width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.kind-ment-inner p{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 66px;
}
.kind-ment-inner p span{
    font-weight: bold;
}
.kind-sub-logo{
    width: 355px;
    margin: 0 auto;
    margin-bottom: 120px;
}

/*  */


.map{
    width:100%;
    height: 500px;
    margin-bottom: 78px;
}
.map img{
    width:100%;
    height: 100%;
    object-fit: cover;  
}
.location{
    margin-bottom: 120px;
}
.loca-inner{
    width:1400px;
    margin: 0 auto;
}
.loca-cont{
    display: flex;
        flex-wrap: wrap;
}
.loca-txt{
    position: relative;
    padding-left: 25px;
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 20px;
}
.loca-txt::before{
    width:10px;
    height: 10px;
    border-radius: 100%;
    content: '';
    display: block;
    background-color: #009a8c;
    position: absolute;
    left: 0px;
}

.loca-inner h1{
    font-size: 30px;
    margin-bottom: 58px;
}
/*  */
.cont2-2{
    margin-bottom: 120px;
}
.tit2-2 p{
    font-size: 30px;
    text-align: center;
    font-weight: 400;
}
.tit2-2 p span{
    border-bottom: 2px solid #009a8c;
    padding-bottom: 5px;
}
.tit2-2{
        margin-bottom: 50px;
}

.step{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
.step-wrap{
    width: 330px;
    text-align: center;
}
.step-tit {
    width: 100%;
    height: 112px;
    background-image: url(../images/sub/2-2.step.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.step-tit p{
        color: #fff;
        line-height: 35px;
            font-size: 26px;
            font-weight: 600;
}
.step-tit span{
    color: rgba(0, 0, 0, 0.4);
    font-weight: bold;
    font-size: 20px;
}
.step-txt{
    width: 100%;
    text-align: left;
    word-break: keep-all;
    height: 330px;
    background-color: #f6f6f6;
    margin-top: 10px;
    padding: 50px 30px;
    position: relative;
}
.step-txt::after{
    content: '';
    display: block;
    width:57px;
    height: 58px;
    background-image: url('../images/sub/2-2.arrow.png');
    position: absolute;
    top: 35%;
    transform: translateX(-50%);
    right: -70px;
    z-index: 1;
}
.step-wrap:last-child > .step-txt::after{
    display: none;
}
.step-txt li{
    padding-left: 15px;
    position: relative;
    line-height: 28px;
    font-size: 18px;
}
.step-txt li::before{
    position: absolute;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #231f20;
    content: '';
    display: block;
    border-radius: 100%;
    left: 0;
}

.tit-txt>p {
    color: #aaa;
    text-align: center;
    margin-bottom: 50px;
}
.care-wrap{
    width: 100%;
        height: 600px;
        display: flex;
        align-items: center;
}
.c-bg01{
    background-color: #f6f6f6;

}
.care-cont{
        display: flex;
    align-items: center;
        justify-content: space-between;
            gap: 20px;
}
.care-cont-img{
    width:650px;
    height: 450px;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.care-cont-img img{
    width: 100%;
    object-fit: cover;
}
.care-txt{
    width: 650px;
    
}
.cont-tit p{
    font-size: 26px;
    color: #009a8c;
    font-weight: bold;
}
.cont-tit{
    margin-bottom: 25px;
}
.care-txt b{
    font-size: 20px;
    margin-bottom: 50px;
}
.cc-txt li {
    padding-left: 15px;
    position: relative;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 20px;
}

.cc-txt li::before {
    position: absolute;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #231f20;
    content: '';
    display: block;
    border-radius: 100%;
    left: 0;
}

/*  */


.cont-2-5{
    text-align: center;
}
.cont-wrap2-5{
    width: calc((100% - 20px)/2)
}
.cont-2-5-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.cont-tit2-5{
    background-image: url('../images/sub/tit2-4.png');
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.cont-tit2-5 h2{
    font-size: 24px;
    color: #fff;
}
.cont-txt2-5{
    background-color: #f6f6f6;
    height: 150px;

    display: flex;
    justify-content: center;
    align-items: center;

}
.cont-sub2-5{
    width:100%;
    background-color: #f6f6f6;
    padding: 30px 0;
}
.cont-sub-tit2-5{
    margin-bottom: 15px;
}
.cont-sub-tit2-5 h2{
    font-size: 24px;
    color: #009a8c;
}
.care-2-5,.place2-5{
    margin-top: 80px;
}
.care-cont-2-5{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.care-cont-wrap{
    width: 460px;
    height: 460px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.care-cont01{
    background-image: url('../images/sub/2-4cont01.png');
    background-size: cover;
}
.care-cont02{
    background-image: url('../images/sub/2-4cont02.png');
    background-size: cover;
}
.care-cont03{
    background-image: url('../images/sub/2-4cont03.png');
    background-size: cover;
}
.place-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.place-wrap{
    margin-bottom: 30px;
    text-align: center;

}
.place-tit{
    font-size: 24px;
    color: #009a8c;
    font-weight: 400;
    margin: 20px 0;
}

