@charset "UTF-8";

/*
メインビジュアルテキスト
・interviewWrap
スタッフリスト
スタッフインタビューカラーバリエーション
*/

/*
見出し修正
-------------------------*/
.lowerMainVisual .titleTextWrap .eng{
    text-shadow: 0px 0px 10px #fff;
}
.posrel .titleTextWrap{
    text-shadow: 0px 0px 30px #fff;
    background: radial-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0),rgba(255,255,255,0));
}
.titleTextWrap p{
    color: #111;
}
@media screen and (max-width: 500px) {
    .posrel .titleTextWrap{
    text-shadow: 0px 0px 40px #fff;
    }
    .lowerMainVisual .titleTextWrap {
        left: 4%;
        top: inherit;
        bottom: 10px;
    }
}


/*
スタッフリスト
-------------------------*/
.talklistWrap{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.talklistWrap .leftItem {
    width: 120px;
    text-align: center;
    padding-right: 20px;
}

.talklistWrap .rightItem {
    width: calc(100% - 120px);
}



.talklistWrap .imgNameBlock p{
    color: #20921D;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 1.7;
}

.talklistWrap .imgNameBlock img{
    border: 3px solid #20921D;
    width: 100px;
    border-radius: 50px;
}


/*
スタッフインタビュー
カラーバリエーション
-------------------------*/
.talklistWrap.staff_A .imgNameBlock p{
    color: #F49037;
}
.talklistWrap.staff_A .imgNameBlock img{
    border-color: #F49037;
}

.talklistWrap.staff_B .imgNameBlock p{
    color: #F98C8C;
}
.talklistWrap.staff_B .imgNameBlock img{
    border-color: #F98C8C;
}

.talklistWrap.staff_C .imgNameBlock p{
    color: #6DCC96;
}
.talklistWrap.staff_C .imgNameBlock img{
    border-color: #6DCC96;
}

.talklistWrap.staff_D .imgNameBlock p{
    color: #627CE8;
}
.talklistWrap.staff_D .imgNameBlock img{
    border-color: #627CE8;
}

.talklistWrap.staff_E .imgNameBlock p{
    color: #C983ED;
}
.talklistWrap.staff_E .imgNameBlock img{
    border-color: #C983ED;
}

/*
理念
-------------------------*/
p.serif_txt{
    font-family: 'Noto Serif JP', serif;
    line-height: 1.7;
}

/*
看護部町ページ：画像
-------------------------*/
.imgWrap img{
    width:400px;
    margin: 0 auto;
}
@media screen and (max-width: 500px) {
    .imgWrap img{
        width: 70%;
    }
}

/*
センター文字
-------------------------*/
.txt_pc_aC{
    text-align: center;
}

@media screen and (max-width: 500px) {
    .txt_pc_aC{
        text-align: left;
    }
}


.mc_img{
    height: auto;
}




/*
プロフィール
-------------------------------------*/
.profileWrap{
    background: #fff;
}

.profileWrap .historyttl{
    padding: 5px 15px;
    background: #20921d;
    color: #fff;
    font-weight: bold;
}

.profileWrap .profileItem{
    display: flex;
    flex-wrap: wrap;
    background: #d1f5c5;
    padding: 10px 15px 25px;
    font-size: 18px;
}
.profileItem dt,
.profileItem dd{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}

.profileItem dt{
    width: 50px;
    font-weight: bold;
    font-size: 16px;
    padding-right: 5px;
}
.profileItem dd{
    width: calc(100% - 55px);
    font-size: 16px;
}



.InterviewWrap .QAboderItem .commonTitle.lg.titleQA{
    margin-top: 0px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #93c392;
    padding-bottom: 30px;
    background: #fff;
}

.QAboderItem{
    padding: 30px 20px;
    border: 2px solid #93c392;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .InterviewWrap .commonTitle.lg.titleQA .title_q{
        margin-bottom: 0px;
    }
}