.project-09 .kv
{
    width: 100%;
    margin-top: 60px;
}

.project-09 .member-sec
{
    width: 100%;
    margin-top: 60px;
}

.project-09 .inner
{
    width: 1025px;
    margin: 0 auto;
}

.project-09 .member-Ttl
{
    font-family: 'Anton', sans-serif;
    font-size: 34px;
    font-weight: 400;

    letter-spacing: .12em;
}

.project-09 .member-boxWrp
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-top: 40px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-09 .member-Box
{
    width: 230px;
}

.project-09 .member-infoBox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-bottom: 40px;
}

.project-09 .member-imgBox
{
    width: 60px;
    margin-right: 20px;
}

.project-09 .member-Img
{
    width: 100%;
}

.project-09 .member-post
{
    font-size: 14px;
    font-weight: bold;

    margin-bottom: 3px;

    letter-spacing: .02em;
}

.project-09 .member-jaName
{
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 3px;

    letter-spacing: .04em;
}

.project-09 .member-enName
{
    font-size: 10px;
    font-weight: 500;

    letter-spacing: .06em;
}

.project-09 .member-txt
{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;

    letter-spacing: .05em;

    color: #333;
}

.project-09 .member-subTxt
{
    font-size: 12px;
    font-weight: 500;

    margin-top: 30px;

    text-align: right;
    letter-spacing: .05em;

    color: #333;
}

.project-09 .career-sec
{
    width: 100%;
    margin-top: 60px;
}

.project-09 .career-top-01
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 100px;
    padding: 20px 0 35px 18.5px;

    background-image: url(../img/staff/career_case_bg01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project-09 .career-top-02
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 100px;
    padding: 20px 0 35px 18.5px;

    background-image: url(../img/staff/career_case_bg02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project-09 .career-top-02 > .career-ttlBox
{
    margin-bottom: 61px;
}

.project-09 .career-top-03
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 100px;
    padding: 20px 0 35px 18.5px;

    background-image: url(../img/staff/career_case_bg03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project-09 .career-top-03 > .career-profile
{
    color: white;
}

.project-09 .career-top-04
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 100px;
    padding: 20px 0 35px 18.5px;

    background-image: url(../img/staff/career_case_bg04.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project-09 .career-ttlBox
{
    margin-bottom: 136px;
}

.project-09 .career-case
{
    font-family: 'Anton', sans-serif;
    font-size: 34px;
    font-weight: 400;

    margin-bottom: 30px;

    letter-spacing: .1em;

    color: white;
}

.project-09 .career-ttl
{
    line-height: 1.875;

    color: white;
}

.project-09 .career-ttl > span
{
    font-size: 32px;
    font-weight: bold;

    display: inline-block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0 15px;

    letter-spacing: .02em;

    background: linear-gradient(135deg, #68bde0, #aea2db);
}

.project-09 .career-post
{
    font-size: 14px;
    font-weight: bold;

    letter-spacing: .02em;
}

.project-09 .career-nameBox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.project-09 .career-jaName
{
    font-size: 18px;
    font-weight: bold;

    margin-right: 10px;

    letter-spacing: .04em;
}

.project-09 .career-enName
{
    font-size: 10px;
    font-weight: 500;

    letter-spacing: .06em;
}

.project-09 .career-detail
{
    width: 100%;
}

.project-09 .career-detail01
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-bottom: 120px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-09 .career-qa
{
    width: 437px;
}

.project-09 .career-qBox
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 20px;
}

.project-09 .career-qBox::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 1px;
    height: 90%;
    margin: auto 0;

    content: '';

    background-color: #333;
}

.project-09 .career-qTtl
{
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    font-weight: 400;

    margin-bottom: 10px;

    letter-spacing: .12em;
}

.project-09 .career-q
{
    font-size: 14px;
    font-weight: 500;

    letter-spacing: .04em;
}

.project-09 .career-aBox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-09 .career-imgBox
{
    width: 40px;
}

.project-09 .career-img
{
    width: 100%;
}

.project-09 .career-name
{
    font-size: 10px;
    font-weight: bold;

    text-align: center;
    letter-spacing: .06em;
}

.project-09 .career-a
{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.785;

    width: 387px;

    letter-spacing: .06em;
}

.project-09 .career-photoBox
{
    width: 545px;
}

.project-09 .career-photo
{
    display: block;

    width: 100%;
}

.project-09 .career-detail02
{
    width: 100%;
    margin-bottom: 120px;
}

.project-09 .career-qBox-long
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1025px;
    margin-bottom: 50px;
    padding-left: 20px;
}

.project-09 .career-qBox-long::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 1px;
    height: 90%;
    margin: auto 0;

    content: '';

    background-color: #333;
}

.project-09 .career-aBox-long
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 1025px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-09 .career-aBox-long > .career-a
{
    width: 970px;
}

.project-09 .link-btn
{
    width: 100%;
}

.project-09 .link-btn:hover
{
    opacity: .7;
}

.project-09 .link-txt
{
    font-size: 18px;
    font-weight: bold;

    display: block;

    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 35px 0;

    text-align: center;
    letter-spacing: .06em;

    border: 1px solid black;
}
