@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 recruit.css

+++++++++++++++++++++++++++++++ */

/*
トップページ
-----------------------------------*/
.box_main ul:first-child { margin-top: -10px; }
.box_main ul + ul { margin-top: 30px; }

.list_job.content a {
    background-image: url(../../recruit/index/bg_list_job_content.png);
    background-size: 150px;
}
.list_job.content a span { color: #fff; }

/* 採用フロー */
.flow_recruit {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flow_recruit li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 20%
    height: 34px;
    padding: 0 6px;
    border-right: 1px solid #fff;
    background: #f2f5f7;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    white-space: nowrap;
}
.flow_recruit li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -5px;
    border-color: transparent transparent transparent #003f65;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    z-index: 10;
}
.flow_recruit li:nth-last-child(2):after { border-left-color: #fff; }
.flow_recruit li:last-child {
    border-right: none;
    background: #003f65;
    color: #fff;
}

/* 補足ボックス */
.box_supplement {
    padding: 10px 20px;
    background: #f4f4f4;
}
.box_supplement:not(:last-child) { margin-bottom: 20px; }
.box_supplement ul {
    margin-left: 1em;
    list-style: disc;
}
.box_supplement em {
    font-style: normal;
    font-weight: bold;
}
.box_supplement a {
    color: #222;
    text-decoration: underline;
}

/*
新卒採用
-----------------------------------*/
#grad_job .secondary {
    line-height: 1.4;
}
#grad_job th span { font-size: 10px; }

#grad_entry {
    margin-bottom: 30px;
    text-align: center;
}
#grad_entry li {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}


/*
中途採用：職種ページ
-----------------------------------*/
.headline_job {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.headline_job img {
    max-height: 20px;
    margin-right: 5px;
    vertical-align: -5px;
}

/* 職種リスト */
.list_job_detail { text-align: center; }
.list_job_detail li {
    display: inline-block;
    width: 45%;
    padding: 10px 0;
    border: 3px double #003f65;
    color: #003f65;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.list_job_detail li:nth-child(odd) { margin-right: 5px; }
.list_job_detail li:nth-child(n+3) { margin-top: 10px; }

/*
インターンシップ
-----------------------------------*/
.flow_intern {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.flow_intern li {
    position: relative;
    margin-bottom: 20px;
}
.flow_intern li p {
    padding: 0 5px;
    font-size: 12px;
    text-align: left;
}
.flow_intern li p:first-child {
    height: 54px;
    padding: 0 20px;
    border: 3px solid #003f65;
    background: #f2f5f7;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 54px;
    white-space: nowrap;
}
.flow_intern li:not(:last-child):after {
    position: absolute;
    bottom: - 8px;
    right: 50%;
    margin-left: -8px;
    border-color: #003f65 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    content: " ";
}
.flow_intern li:last-child p:first-child {
    background: #003f65;
    color: #fff;
}

/* 新卒採用バナー */
#banner_grad {
    position: relative;
    display: block;
    margin: 0 10px;
    padding: 20px 0;
    border: 5px solid #668ca3;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#banner_grad span {
    display: block;
    font-size: 12px;
}

/*
スタッフインタビュー：インデックス
-----------------------------------*/
.interview_index {
    margin-bottom: 50px;
}
/* スタッフ一覧 */
.list_staff .box_staff {
    float: left;
}

.box_staff a {
    outline: none;
    transition: 0.2s linear;
}


/*
スタッフインタビュー：詳細
-----------------------------------*/
#box_interview .profile .box_staff {
    float: none;
    margin: 0 auto;
}
#box_interview .profile .button {
    display: block;
    width: 48%;
    margin: 0 auto;
}

#box_interview .box_detail section { margin-bottom: 30px; }
#box_interview .box_detail figure { text-align: center; }
#box_interview .box_detail .text { line-height: 2; }

#box_interview .button_prev { width: 230px; }

/* スタッフボックス */
.box_staff {
    width: 47%;
    border: 1px solid #e9e9e9;
    background: #fff;
}
#box_interview .profile .box_staff + .box_staff { margin-top: 30px; }
.box_staff .image {
    overflow: hidden;
    width: 100%;
}
.box_staff .image img { width: 100%; }
.box_staff .category {
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin: -17px auto 5px;
    border: 2px solid #fff;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    color: transparent;
    z-index: 5;
}
.box_staff .category_ec { background-color: #d2565e; }
.box_staff .category_si { background-color: #488c6f; }
.box_staff .category_consulting { background-color: #dd8a46; }
.box_staff .category_smart { background-color: #5f5489; }
.box_staff .category_agp { background-color: #85a754; }

.box_staff .category_engineer { background-image: url(../../recruit/index/ico_engineer_w.png); }
.box_staff .category_consultant { background-image: url(../../recruit/index/ico_consultant_w.png); }
.box_staff .category_designer { background-image: url(../../recruit/index/ico_designer_w.png); }
.box_staff .category_planner { background-image: url(../../recruit/index/ico_planner_w.png); }


.box_staff .devision {
    margin: 10px 0 5px;
    min-height: 31px;
    font-size: 11px;
    text-align: center;
}
.box_staff .name {
    margin: 0 0 10px;
    font-family: 'Cantarell', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 18px;
    text-align: center;
}
.box_staff .job {
    margin: 0;
    padding: 5px 0;
    background: #ccd9e0;
    font-size: 12px;
    text-align: center;
}

/* スタッフ一覧 */
.list_staff .box_staff:nth-child(n+ 3) { margin-top: 10px; }
.list_staff .box_staff { margin: 0 0 0 5px; }


/*
よくある質問
-----------------------------------*/
.box_qa {
    padding: 20px;
    background: #f4f4f4;
    font-size: 16px;
}
.box_qa:not(:last-child) { margin-bottom: 30px; }
.box_qa dt,
.box_qa dd {
    position: relative;
    padding-left: 28px;
}
.box_qa dt { margin-bottom: 20px; }
.box_qa dd { margin: 0; }

.box_qa i {
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    width: 18px;
    margin-right: 10px;
    font-family: 'Cantarell', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    vertical-align: -1px;
}
.box_qa dt i { color: #003f65; }
.box_qa dd i { color: #ef832b; }

/*
仕事場の環境
-----------------------------------*/
.workplace_data {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background: #e6ecf0;
    text-align: center;
}
.workplace_data:not(:last-child) { margin-bottom: 10px; }
.workplace_data .heading02 { margin-bottom: 10px; }
.workplace_data img { width: 100%; }
.workplace_data:not(.employees) img {
    width: 200px;
    max-width: 100%;
}
.workplace_data.employees table {
    width: 100%;
    margin-top: 15px;
}
.workplace_data.employees th {
    padding: 5px 0;
    background: #f4f4f4;
}
.workplace_data.employees .men th { color: #003f65; }
.workplace_data.employees .women th { color: #ef832b; }
.workplace_data.employees td {
    width: 100px;
    padding: 10px 0;
    background: #fff;
    color: #003f65;
    font-size: 12px;
}
.workplace_data.employees td:nth-child(-n+2) { border-right: 1px solid #e6ecf0; }
.workplace_data.employees td strong {
    font-size: 20px;
    font-weight: normal;
}

.workplace_data.job_data { width: 100%; }
.workplace_data.job_data ul {
    display: table;
    width: 100%;
    margin: 0 auto 10px;
}
.workplace_data.job_data li {
    display: table-cell;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
}
.workplace_data.job_data li strong { font-size: 16px; }
.workplace_data.job_data .management { background: #a7a7a7; }
.workplace_data.job_data .engineer { background: #12bdbd; }
.workplace_data.job_data .director { background: #ff9b56; }
.workplace_data.job_data .designer { background: #ff6a68; }
.workplace_data.job_data .sales { background: #12ce8a; }
.workplace_data.job_data .backoffice { background: #10a9e6; }

.workplace_data.job_data li > span {
    display: block;
    width: 1em;
    height: 18em;
    margin: 0 auto;
    font-weight: bold;
    word-wrap: break-word;
}
.workplace_data.job_data span span {
    display: inline-block;
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
    
}
.workplace_data.job_data p {
    font-size: 12px;
    text-align: left;
}