@charset "UTF-8";
/*------------------------------

  共通Css

------------------------------*/
.job .main-lead h3 {
    width: 25%;
}
.job .main-lead p {
    width: 75%;
}


.tab .inner{
    padding: 30px 30px 0;
}
.tab03 .inner{
    padding: 30px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .job .main-lead h3 {
        width: auto;
        padding: 0 0 10px;
    }
    .job .main-lead p {
        width: 100%;
        padding: 0;
    }
    .people-list .item{
        width: 50%;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #sec-career .head .txt{
        width: 100%;
        line-height: 1.8;
        padding-right: 0;
    }
    #sec-career .head .img{
        width: 80%;
        margin: 20px auto 0;
    }
    
    .tab .inner,
    .tab03 .inner{
        padding: 20px;
    }
}



/*------------------------------

  管理栄養士Css

------------------------------*/

/***キャリアプラン***/
#sec-career .head{
    margin-bottom: 40px;
}
#sec-career .head .txt{
    width: 55%;
    line-height: 2;
    text-align: left;
    padding-right: 20px;
}
#sec-career .head .img{
    width: 45%;
}

#sec-career .block-list{
    text-align: left;
}
#sec-career .block-list .txt{
    width: 60%;
    padding: 20px 0;
}
#sec-career .block-list .img{
    width: 40%;
}

#sec-career .list{
    margin: 40px -20px 0 0;
}
#sec-career .list .item{
    width: 33.333%;
    padding-right: 20px;
}
#sec-career .list .item .flex{
    flex-wrap: nowrap;
}
#sec-career .list .label{
    font-size: 20px;
    text-align: center;
    background: #2bb1a2;
    border-radius: 10px;
    color: #ffef00;
    margin-bottom: 20px;
    padding: 6px 10px;
}
#sec-career .list .ico{
    display: block;
    max-width: 99px;
    min-width: 99px;
    height: 99px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    padding: 2.5em 0 0;
    border: solid 1px #2bb1a2;
    color: #2bb1a2;
}
#sec-career .list dl{
    margin-bottom: 20px;
}
#sec-career .list dd ul li {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 15px;
}
#sec-career .list dd ul li:before {
    content: "●";
    color: #80d3cb;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    #sec-career .block-list .img{
        padding-left: 30px;
    }
    #sec-career .list {
        margin: 40px 0 0 0;
    }
    #sec-career .list .item {
        width: 100%;
        padding-right: 0;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #sec-career .head .txt{
        width: 100%;
        line-height: 1.8;
        padding-right: 0;
    }
    #sec-career .head .img{
        width: 80%;
        margin: 20px auto 0;
    }
    #sec-career .list .item .flex {
        flex-wrap: wrap;
    }
    #sec-career .list dl{
        width: 90%;
        margin: 0 auto 30px;
    }
    #sec-career .list dt,
    #sec-career .list dd{
        display: block;
        width: 100%;
    }
    #sec-career .list .ico{
        max-width: none;
        min-width: auto;
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 6px 10px;
    }
}



/***教育プログラム***/

/*tabブロック*/
#sec-educational .tab{
    margin-bottom: 50px;
}

/*キャッチ*/
#sec-educational .lead{
    padding-right: 50px;
}
#sec-educational .lead div{
    text-align: center;
    margin-bottom: 20px;
}

#sec-educational .lead,
#sec-educational .list{
    width: 50%;
}

/*リスト*/
#sec-educational .list dl{
    flex-wrap: nowrap;
}
#sec-educational .list dt,
#sec-educational .list dd{
    margin-bottom: 30px;
}
#sec-educational .list dd{
    padding-left: 20px;
}
#sec-educational .list dd ul li{
    font-size: 12px;
    font-weight: bold;
    display: inline;
    padding-right: 3px;
}
#sec-educational .list dd ul li:before{
    content: "●";
    color: #80d3cb;
}
#sec-educational .list .ico-green,
#sec-educational .list .ico-wh{
    display: block;
    max-width: 111px;
    min-width: 111px;
    height: 111px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    padding: 2.5em 0 0;
}
#sec-educational .list .ico-green{
    background: #2bb1a2;
    color: #fff;
}
#sec-educational .list .ico-wh{
    border: solid 1px #2bb1a2;
    color: #2bb1a2;
}


/*プラスα分*/
#sec-educational .plus{
    width: 100%;
    position: relative;
    margin: 15px 0;
}
#sec-educational .plus:before{
    content: '';
    display: block;
    width: 100%;
    height: 45px;
    background: url("../img/system_icoPlus.png") no-repeat center;
    background-size: contain;
    margin-bottom: 15px;
}
#sec-educational .plus:after{
    content: '';
    width: 100%;
    height: 20px;
    border-bottom: dashed 2px #80d3cb;
    position: absolute;
    top: 0;
    z-index: -1;
}

#sec-educational .other .list{
    width: 100%;
    padding-right: 20px;
}
#sec-educational .other .green{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .03em;
    color: #01a797;
    margin: 20px 0;
}
#sec-educational .other .list dd ul.col2{
    width: 50%;
}
#sec-educational .other .list dd ul li{
    display: block;
    margin-bottom: 6px;
}
#sec-educational .other .bd-top{
    border-top: solid 1px #e5e5e5;
    padding-top: 20px;
}



#sec-educational .tab02 .other{
    width: 50%;
}


#sec-educational .tab03 .lead{
    width: 35%;
}
#sec-educational .tab03 .list{
    width: 65%;
    flex-wrap: nowrap;
}
#sec-educational .tab03 .other .flex{
    align-items: baseline;
}
#sec-educational .tab03 .other .green{
    width: 30%;
    margin: 0;
    padding-right: 20px;
}
#sec-educational .tab03 .other .txt{
    width: 70%;
}



#sec-educational .tab04 .bold{
    color: #2bb1a2;
    margin: 20px 0 3px;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    
    #sec-educational .lead{
        width: 40%;
        padding-right: 20px;
    }
    #sec-educational .list{
        width: 60%;
    }
    
    /*リスト*/
    #sec-educational .list .ico-green,
    #sec-educational .list .ico-wh{
        max-width: 90px;
        min-width: 90px;
        height: 90px;
        font-size: 12px;
        padding: 2.4em 0 0;
    }
    
    
    /*プラスα分*/
    #sec-educational .plus:before{
        height: 32px;
        margin-bottom: 15px;
    }
    #sec-educational .plus:after{
        height: 15px;
    }
    
    #sec-educational .other .green{
        font-size: 18px;
        margin: 0 0 20px;
    }
    #sec-educational .other .list{
        padding-right: 0;
    }
    #sec-educational .other .list dd{
        width: 100%;
    }
    
    
    #sec-educational .tab01 .lead{
        margin-bottom: 30px;
    }
    
    #sec-educational .tab02 .other{
        width: 100%;
    }
    
    #sec-educational .tab03 .lead{
        width: 25%;
    }
    #sec-educational .tab03 .list{
        width: 75%;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #sec-educational .lead,
    #sec-educational .list{
        width: 100%;
        padding-right: 0;
    }
    
    #sec-educational .lead{
        margin-bottom: 20px;
    }
    
    #sec-educational .list dl{
        flex-wrap: wrap;
    }
    #sec-educational .list dt,
    #sec-educational .list dd{
        width: 100%;
        margin: 0;
    }
    
    #sec-educational .list dd{
        padding: 8px 0 20px;
    }
    
    #sec-educational .list .ico-green,
    #sec-educational .list .ico-wh{
        max-width: none;
        min-width: auto;
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 6px 10px;
    }
    #sec-educational .list .ico-green br,
    #sec-educational .list .ico-wh br{
        display: none;
    }
    
    
    #sec-educational .tab03 .lead,
    #sec-educational .tab03 .list,
    #sec-educational .tab03 .other .green,
    #sec-educational .tab03 .other .txt{
        width: 100%;
        padding: 0;
    }
    #sec-educational .tab03 .other .green{
        margin-bottom: 10px;
    }
}




/***福利厚生***/
#sec-welfare .lead{
    font-size: 20px;
    font-weight: bold;
    line-height: 2.5;
    color: #505050;
}

#sec-welfare section{
    margin-bottom: 80px;
}

#sec-welfare .block{
    text-align: left;
}
#sec-welfare .inner{
    padding: 0 20px;
}
#sec-welfare h5{
    letter-spacing: .03em;
    font-weight: bold;
    color: #505050;
    margin: -70px 0 20px;
    padding-top: 70px;
}


#sec-welfare .item:nth-of-type(1){
    border-right: solid 1px #80d3cb;
    padding-right: 30px;
}
#sec-welfare .item:nth-of-type(2){
    padding-left: 30px;
}
#sec-welfare .item p{
    margin: 20px 0;
}



#sec-welfare .sec01 .item:nth-of-type(1),
#sec-welfare .sec02 .item:nth-of-type(1){
    width: 40%;
}
#sec-welfare .sec01 .item:nth-of-type(2),
#sec-welfare .sec02 .item:nth-of-type(2){
    width: 60%;
}



#sec-welfare .ico-green{
    display: block;
    max-width: 81px;
    min-width: 81px;
    height: 81px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    padding: 2.3em 0 0;
    background: #2bb1a2;
    color: #ffef00;
}


#sec-welfare .other{
    align-items: center;
}
#sec-welfare .other dd{
    padding: 0 20px;
}
#sec-welfare .other dd p{
    color: #505050;
    font-weight: bold;
    padding-right: 20px;
}

#sec-welfare .sec02 .other{
    padding: 0 20px;
}
#sec-welfare .sec02 .other ul {
    padding-right: 20px;
}
#sec-welfare .sec02 .other ul li{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}
#sec-welfare .sec02 .other li.bottom{
    text-align: right;
}

#sec-welfare .sec03 .item{
    width: 50%;
}
#sec-welfare .sec03 .item .inner{
    margin-bottom: 50px;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    #sec-welfare .lead{
        font-size: 16px;
        line-height: 2;
    }
    
    #sec-welfare section{
        margin-bottom: 0;
    }
    #sec-welfare .inner{
        margin-bottom: 50px;
    }
    
    
    #sec-welfare .item:nth-of-type(1),
    #sec-welfare .item:nth-of-type(2),
    #sec-welfare .sec01 .item:nth-of-type(1),
    #sec-welfare .sec02 .item:nth-of-type(1),
    #sec-welfare .sec01 .item:nth-of-type(2),
    #sec-welfare .sec02 .item:nth-of-type(2){
        width: 100%;
        padding: 0;
        border: none;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #sec-welfare .lead {
        font-size: 14px;
        text-align: left;
    }
    #sec-welfare .inner{
        margin-bottom: 30px;
    }
    #sec-welfare h5{
        font-size: 14px;
        margin-top: 0;
        padding-top: 0;
    }
    
    #sec-welfare .other dt{
        width: 100%;
        margin-bottom: 10px;
    }
    #sec-welfare .ico-green{
        max-width: none;
        min-width: auto;
        height: auto;
        border-radius: 0;
        font-size: 12px;
        padding: 6px;
    }
    
    
    #sec-welfare .sec02 .other {
        margin-top: 20px;
        padding: 0;
    }
}



/***保育園バナー***/
.nursery .bnr{
    background: #2bb1a2;
    border-radius: 30px;
    overflow: hidden;
    margin: 30px 0 150px;
}

.nursery .bnr .txt{
    text-align: left;
    color: #fff;
    width: 58%;
    padding: 50px 90px 50px 40px;
}
.nursery .bnr .ttl{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .03em;
    color: #ffef00;
    margin-bottom: 15px;
}
.nursery .bnr .img{
    width: 42%;
    background: url("../../common/img/common/bnr_hoikuen_img.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
.nursery .bnr .img:before{
    content: '';
    width: 163px;
    height: 100%;
    background: url("../../common/img/common/bnr_hoikuen_ico.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -82px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .nursery{
        margin: 50px auto 0;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .nursery .bnr {
        border-radius: 20px;
        margin: 20px 0 50px;
    }
    .nursery .bnr .txt {
        width: 100%;
        padding: 20px 20px 60px;
    }
    .nursery .bnr .ttl {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .nursery .bnr .img {
        width: 100%;
        height: 200px;
        background: url(../../common/img/common/bnr_hoikuen_img.jpg) no-repeat;
        background-position: center top;
    }
    .nursery .bnr .img:before {
        width: 93px;
        height: 93px;
        top: -49px;
        left: 0;
        right: 0;
        margin: auto;
    }
}