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

  薬剤師Css

------------------------------*/
section .lead .green{
    display: block;
    color: #19a696;
    font-size: 120%;
    font-weight: bold;
    line-height: 2;
    margin: auto;
}


.job .link-welfare tr:nth-child(3) td {
    padding: 0 18px 20px;
}


.btn-anchor{
    margin-top: 70px;
    justify-content: center;
}
.btn-anchor li{
    width: 40%;
    padding-right: 20px;
}
.btn-anchor li a{
    display: block;
    height: 100%;
    padding: 15px 20px;
    color: #fff;
    background: #04b0b8;
    border: solid 2px #04b0b8;
    border-radius: 10px;
    position: relative;
}
.btn-anchor li:nth-child(2) a{
    background: #3b9ed9;
    border: solid 2px #3b9ed9;
}
.btn-anchor li a:after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 35%;
}
.btn-anchor li a .num{
    display: inline-block;
    margin-right: 10px;
}

/*マウスオーバーアニメーション*/
.btn-anchor li:nth-child(1) a:hover{
    color: #04b0b8;
    background: #fff;
}
.btn-anchor li:nth-child(2) a:hover{
    color: #3b9ed9;
    background: #fff;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .btn-anchor{
        margin-top: 50px;
    }
    .btn-anchor li{
        width: 90%;
        margin-bottom: 15px;
        padding-right: 0;
    }
}


/***キャリアプラン***/

.box-career{
    padding-top: 110px;
}
.box-career .inner{
    width: 90%;
    margin: 0 auto 60px;
}
.box-career .bnr{
    align-items: center;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    color: #fff;
    background: #04b0b8 url("../img/career_01_bg.jpg") left center no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 30px;
}
#point02.box-career .bnr{
    background: #3b9ed9 url("../img/career_02_bg.jpg") left center no-repeat;
}
.box-career .bnr .ttl{
    font-size: 186%;
    letter-spacing: .03em;
    width: 47%;
}
.box-career .bnr .ttl .num{
    background: #ffef00;
    color: #01a797;
    font-size: 80%;
    font-weight: bold;
    padding: 15px 40px;
    position: absolute;
    top: 0;
    left: 0;
}
#point02.box-career .bnr .ttl .num{
    color: #3b9ed9;
}
.box-career .bnr .ttl .course{
    display: inline-block;
    border: solid 1px #fff;
    padding: 0 5px;
    font-size: 55%;
}
.box-career .bnr .point{
    width: 53%;
    text-align: left;
    padding: 30px 40px;
    background: #04b0b8;
}
#point02.box-career .bnr .point{
    background: #3b9ed9;
}
.box-career .bnr .point ul li{
    margin-top: 15px;
}

.box-career .head{
    margin-bottom: 40px;
}
.box-career .head .txt{
    width: 55%;
    line-height: 2;
    text-align: left;
    padding-right: 20px;
}
.box-career .head .txt .green{
    color: #19a696;
    font-size: 120%;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
#point02.box-career .head .txt .green{
    color: #3b9ed9;
}
.box-career .head .img{
    width: 45%;
    text-align: right;
}

/*キャリアアップ図解*/
.list-career dt{
    text-align: left;
    border-bottom: solid 1px #19a696;
    margin-bottom: 20px;
    padding: 10px 0;
}
.list-career .green{
    font-size: 20px;
    font-weight: bold;
    color: #3bb8ab;
}
#point02 .list-career dt{
    border-bottom: solid 1px #84b8e2;
}
.list-career dt .large{
    display: inline-block;
    font-size: 120%;
    font-weight: bold;
    color: #3bb8ab;
    margin-right: 20px;
}
#point02 .list-career dt .large{
    color: #3b9ed9;
}
.list-career .table{
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.list-career .table li{
    display: table-cell;
    width: 16.666%;
}
.list-career .table .add{
    font-size: 95%;
    color: #19a696;
    text-align: left;
}
#point02 .list-career .table .add{
    color: #3793c6;
}
.list-career .table li:last-child .add{
    text-align: right;
}
.list-career .table .label{
    font-size: 120%;
    color: #00858a;
    background: #8fccd2;
    padding: 22px 15px;
    position: relative;
}
#point02 .list-career .table .label{
    color: #3b9ed9;
    background: #8dcde1;
}
.list-career .table li:nth-of-type(even) .label{
    background: #b5dcdf;
}
#point02 .list-career .table li:nth-of-type(even) .label{
    background: #c6e4ef;
}
.list-career .table li:last-child .label{
    margin-right: 25px;
}
.list-career .table li:nth-of-type(even):last-child .label:after{
    content: "";
    border-left: 25px solid #b5dcdf;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#point02 .list-career .table li:nth-of-type(even):last-child .label:after{
    border-left: 25px solid #c6e4ef;
}
.list-career .table .comment{
    width: 90%;
    font-size: 86%;
    text-align: left;
    margin: 10px auto;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .people-list .item{
        width: 50%;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .box-career{
        padding-top: 60px;
    }
    
    
    .box-career .bnr{
        background-position: center top;
    }
    .box-career .bnr .ttl {
        width: 100%;
        padding: 0 0 20px;
    }
    .box-career .bnr .ttl .num{
        position: static;
        display: block;
        margin-bottom: 15px;
        padding: 10px;
    }
    .box-career .bnr .point {
        width: 100%;
        padding: 25px 20px;
    }
    
    .box-career .head .txt{
        width: 100%;
        line-height: 1.8;
        padding-right: 0;
    }
    .box-career .head .img{
        width: 80%;
        margin: 20px auto 0;
    }
    
    
    .list-career .table,
    .list-career .table li{
        display: block;
        width: 100%;
    }
    .list-career .table li{
        position: relative;
        padding: 10px 0 10px 25%;
    }
    .list-career .table li:last-child .add{
        text-align: left;
    }
    .list-career .table .label{
        font-size: 100%;
        width: 20%;
        height: 100%;
        padding: 10px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .list-career .table li:last-child .label{
        margin: 0;
    }
    .list-career .table li:nth-of-type(even):last-child .label:after{
        display: none;
    }
    .list-career .table .comment{
        width: auto;
        margin: 0;
    }
    .list-career .table .add,
    .list-career .table .comment{
        font-size: 100%;
    }
    
    
}



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

/*tabブロック*/
#sec-educational .tab{
    margin-bottom: 50px;
}
.tab .inner{
    padding: 30px 30px 0;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .tab .inner{
        padding: 20px;
    }
}


/*head*/
#sec-educational .head{
    margin-bottom: 30px;
}
#sec-educational .tab04 .head{
    margin-bottom: 100px;
}
#sec-educational .tab .inner h4{
    margin: 0 0 25px;
}
#sec-educational .head h5{
    letter-spacing: .03em;
    font-weight: bold;
    color: #505050;
    margin: 30px 0 15px;
}
#sec-educational .head p{
    margin: 0 0 20px;
}
#sec-educational .head .txt{
    width: 60%;
    padding-right: 30px;
}
#sec-educational .head .img{
    width: 40%;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #sec-educational .head .txt{
        width: 100%;
        padding-right: 0;
    }
    #sec-educational .head .img{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}



/*2カラム*/
#sec-educational .col2{
    margin-right: -50px;
}
#sec-educational .col2-item{
    width: 50%;
    padding-right: 50px;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #sec-educational .col2{
        margin-right: 0;
    }
    #sec-educational .col2-item{
        width: 100%;
        padding-right: 0;
    }
}




/*リスト*/
#sec-educational .list{
    margin-bottom: 100px;
}
#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 .list-small{
    font-size: 85%;
    padding-left: 30px;
}
#sec-educational .head .list-small{
    padding-left: 0; 
}
#sec-educational .list-small li{
    margin-top: 10px;
}

#sec-educational .tab .inner .head:nth-last-child(1),
#sec-educational .tab .inner .list:nth-last-child(1){
    margin-bottom: 30px;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){

    #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;
    }
    
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #sec-educational .list {
        margin-bottom: 40px;
    }    
    
    #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 .list-small {
        font-size: 100%;
        padding: 0 5px;
    }
    
    
    #sec-educational .tab .inner .head:nth-last-child(1),
    #sec-educational .tab .inner .list:nth-last-child(1){
        margin-bottom: 0;
    }
}




/***福利厚生***/
#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;
    }
}