/*---------------------------------

  共通

---------------------------------*/



@media screen and (max-width:1023px){

}
@media screen and (max-width:767px){

}

/*---------------------------------

　content_culture

---------------------------------*/

.content_culture{
    padding: 120px 0 90px;
}
.content_culture .title_slash{
    margin: 0 0 56px;
}
.content_culture .box + .box{
    margin: 88px 0 0;
}
.content_culture .box{
    align-items: center;
    justify-content: space-between;
}

.content_culture .box .ttl span{
    display: block;
    font-size: 20px;
}
.content_culture .box .txt{
    margin: 16px 0 0;
    line-height: 1.8;
}
.content_culture .box .data{
    width: calc(100% - 264px);
}
.content_culture .box .pic{
    width: 224px;
}

@media screen and (max-width:767px){

    .content_culture .box .data{
        width: 100%;
    }
    .content_culture .box .pic{
        width: 120px;
        margin: 0 auto 10px;
    }
    
}

/*---------------------------------

　content_welfare

---------------------------------*/

.content_welfare{
    padding: 114px 0 144px;
    background: var(--lblue);
}
.content_welfare .title_slash{
    margin: 0 0 40px;
}
.content_welfare .title_slash + .intro{
    margin: 0 0 80px;
    line-height: 1.8;
    text-align: center;
}
.content_welfare .white_box{
    position: relative;
}
.content_welfare .white_box + .white_box{
    margin: 150px 0 0;   
}
.content_welfare .white_box .ttl{
    text-align: center;
}
.content_welfare .white_box .ttl + .intro{
    margin: 8px 0 0;
    text-align: center;
}
.content_welfare .white_box li{
    position: relative;
    margin: 0 0 8px;
    padding: 0 80px 0 16px;
    line-height: 1.8;
}
.content_welfare .white_box p{
    line-height: 1.8;
}
.content_welfare .white_box .welfare_list li{
    width: 48%;
}
.content_welfare .white_box li::before{
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: var(--main);
    border-radius: 50%;
}
.content_welfare .white_box .flex{
    margin: 48px 0 0;
    justify-content: space-between;
    align-items: center;
}
.content_welfare .white_box .data{
    width: calc(50% - 40px);
}

.content_welfare .white_box .data .list{
    margin: 24px 0;
}

.content_welfare .white_box .pic{
    width: 50%;
}
.content_welfare .white_box .note{
    position: absolute;
    right: 0;
    bottom: -40px;
}

@media screen and (max-width:1024px){
    
    .content_welfare .white_box li{
        padding: 0 40px 0 16px;
    }
    
}

@media screen and (max-width:820px){

    .content_welfare .white_box .data{
        width: 100%;
    }

    .content_welfare .white_box .pic{
        width: 100%;
        margin: 20px 0 0;
    }
    
}

@media screen and (max-width:767px){

    .content_welfare{
        padding: 60px 0 80px;
    }
    .content_welfare .title_slash{
        letter-spacing: -0.07em;
    }
    .content_welfare .white_box .ttl{
        font-size: 22px;
    }
    .content_welfare .white_box li{
        position: relative;
        margin: 0 0 8px;
        padding: 0 0px 0 16px;
        line-height: 1.8;
    }
    .content_welfare .white_box .welfare_list li{
        width: 100%;
    }
    .content_welfare .white_box .flex{
        margin: 30px 0 0;
    }

    
}
