@charset "UTF-8";


/* ------------------------------------------------------------
   STAFFページ
------------------------------------------------------------ */
#staff {
    /* ------------------------------------------------------------
   STAFFページ -1200px以上-
------------------------------------------------------------ */
    /* ------------------------------------------------------------
   STAFFページ -1199px以下-
------------------------------------------------------------ */
    /* ------------------------------------------------------------
   STAFFページ -767px以下-
------------------------------------------------------------ */
}

#staff .main-contents .tit {
    background: url(../img/staff_bg.png) no-repeat center/cover;
}

#staff .bold {
    font-weight: bold;
}

#staff .contents {
    display: flex;
    margin: 30px 0;
}

#staff .contents .left {
    margin: 0 20px 0 0;
    text-align: center;
    flex: 300px;
}

#staff .contents .left h2 {
    margin: 180px 0;
}

#staff .contents .left .job {
    font-size: 1.75rem;
    font-weight: bold;
    display: block;
}

#staff .contents .left .name {
    font-size: 2.25rem;
    font-weight: bold;
    display: block;
}

#staff .contents .left .job_s {
    font-size: 1rem;
    font-weight: bold;
    display: block;
}

#staff .contents .right {
    flex: 880px;
}

#staff .contents .right .item {
    margin: 0 0 20px;
}

#staff .contents .right .item:last-child {
    margin: 0;
}

#staff .contents .right .item .r_tit {
    display: flex;
}

#staff .contents .right .item .r_tit .tit_text {
    padding: 20px 60px;
}

#staff .contents .right .item .r_tit .tit_text h3 {
    font-size: 1.25rem;
    color: #fff;
}

#staff .contents .right .item .r_tit .tit_text .font_s {
    font-size: 0.875rem;
    display: block;
}

#staff .contents .right .item .r_tit .tit_space {
    flex: auto;
    margin-top: 30px;
}

#staff .contents .right .item .r_detail {
    padding: 30px 30px 40px 60px;
}

#staff .contents .right .item .r_detail li {
    display: flex;
    align-items: baseline;
    margin: 0 0 16px;
}

#staff .contents .right .item .r_detail li:last-child {
    margin: 0;
}

#staff .contents .right .item .r_detail li .number {
    font-size: 1.125rem;
}

#staff .contents .right .item .r_detail li .text {
    margin-left: 20px;
}

#staff .contents .right .item .r_detail .history {
    display: block;
    margin: 0 0 16px;
}

#staff .contents .right .item .r_detail .history .date {
    float: left;
}

#staff .contents .right .item .r_detail .history .event {
    display: block;
    margin-left: 120px;
}

#staff .staff_1 .left {
    border: 1px solid #65751c;
    background: url(../img/staffname1_bg.png) no-repeat bottom left/contain;
}

#staff .staff_1 .left .job {
    color: #1e5f43;
}

#staff .staff_1 .right .item .r_tit .tit_text {
    background: url(../../common/img/bg_pattern1.gif);
}

#staff .staff_1 .right .item .r_tit .tit_space {
    background: #eef0e8;
}

#staff .staff_1 .right .item .r_detail {
    background: #eef0e8;
}

#staff .staff_1 .right .item .r_detail .number {
    color: #5a6919;
}

#staff .staff_2 .left {
    border: 1px solid #4c4416;
    background: url(../img/staffname2_bg.png) no-repeat bottom left/contain;
}

#staff .staff_2 .left .job {
    color: #6c1d3d;
}

#staff .staff_2 .right .item .r_tit .tit_text {
    background: url(../../common/img/bg_pattern2.gif);
}

#staff .staff_2 .right .item .r_tit .tit_space {
    background: #edece7;
}

#staff .staff_2 .right .item .r_detail {
    background: #edece7;
}

#staff .staff_2 .right .item .r_detail .number {
    color: #4c4416;
}

@media screen and (max-width: 767px) {
    #staff .contents {
        flex-direction: column;
        margin: 30px 0 60px;
    }
    #staff .contents .left {
        margin: 0 0 20px;
        flex: auto;
        background-size: 40%;
    }
    #staff .contents .left h2 {
        margin: 20px 0;
    }
    #staff .contents .left .job {
        font-size: 1.375rem;
    }
    #staff .contents .left .name {
        font-size: 1.75rem;
    }
    #staff .contents .left .job_s {
        font-size: 0.875rem;
    }
    #staff .contents .right {
        flex: auto;
    }
    #staff .contents .right .item .r_tit .tit_text {
        padding: 20px 40px;
    }
    #staff .contents .right .item .r_tit .tit_text h3 {
        font-size: 1.125rem;
    }
    #staff .contents .right .item .r_detail {
        padding: 30px 30px 40px 30px;
    }
    #staff .contents .right .item .r_detail .history .event {
        margin-left: 100px;
    }
}
