@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); }
.list_job.content a span { color: #fff; }

/* 採用フロー */
.flow_recruit {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flow_recruit li {
    position: relative;
    float: left;
    min-width: 184px;
    height: 54px;
    margin-right: 20px;
    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_recruit li:not(:last-child):after {
    position: absolute;
    top: calc(50% - 16px);
    right: -15px;
    border-color: transparent transparent transparent #003f65;
    border-style: solid;
    border-width: 16px 0 16px 15px;
    content: " ";
}
.flow_recruit li:last-child {
    margin-right: 0;
    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 {
    width: 250px;
    line-height: 1.4;
}
#grad_job th span { font-size: 12px; }

#grad_entry {
    margin-bottom: 30px;
    text-align: center;
}
#grad_entry li {
    display: inline-block;
    max-width: 240px;
    margin: 0 20px;
    vertical-align: middle;
}
#grad_entry img { max-width: 100%; }

#grad_entry a {
    display: block;
    padding: 5px;
    border: 1px solid #d3d3d3;
}




/*
中途採用：職種ページ
-----------------------------------*/
.headline_job {
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.headline_job img {
    height: 30px;
    margin-right: 5px;
    vertical-align: -5px;
}

/* 職種リスト */
.list_job_detail li {
    float: left;
    width: 474px;
    padding: 10px 0;
    border: 3px double #003f65;
    color: #003f65;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.list_job_detail li:nth-child(odd) { margin-right: 20px; }
.list_job_detail li:nth-child(n+3) { margin-top: 10px; }

/*
アルバイト採用
-----------------------------------*/
.list_job.centering,
.flow_recruit.centering { text-align: center; }
.list_job.centering li {
    float: none;
    display: inline-block;
    margin: 0 20px;
}
.flow_recruit.centering li {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}

/*
インターンシップ
-----------------------------------*/
.flow_intern {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.flow_intern li {
    display: inline-block;
    width: 250px;
    vertical-align: top;
}
.flow_intern li:not(:last-child) { width: 270px; }
.flow_intern li:first-child { width: calc( 16rem + 46px); }
.flow_intern li p {
    padding: 0 5px;
    font-size: 12px;
    text-align: left;
}
.flow_intern li:not(:last-child) p { padding-right: 25px }
.flow_intern li p:first-child {
    position: relative;
    min-width: 184px;
    height: 54px;
    margin-right: 20px;
    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) p:after {
    position: absolute;
    top: calc(50% - 16px);
    right: -15px;
    border-color: transparent transparent transparent #003f65;
    border-style: solid;
    border-width: 16px 0 16px 15px;
    content: " ";
}
.flow_intern li:last-child p:first-child {
    margin-right: 0;
    background: #003f65;
    color: #fff;
}

/* 新卒採用バナー */
#banner_grad {
    position: relative;
    display: block;
    width: 930px;
    margin: 0 auto;
    padding: 20px 0;
    border: 5px solid #668ca3;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: 0.2s linear;
}
#banner_grad:hover {
    filter: alpha(opacity=80); 
    opacity: 0.8;
    text-decoration: none;
}
#banner_grad span {
    display: block;
    font-size: 16px;
}
#banner_grad:before {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 240px);
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #003f65 url(../recruit/index/ico_grad_w.png) no-repeat center center;
    background-size: 40px;
    content: " ";
}
#banner_grad:after {
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    display: block;
    width: 11px;
    height: 21px;
    background: url(../images/arrow_r.png) no-repeat left top;
    content: " ";
}

/*
スタッフインタビュー：インデックス
-----------------------------------*/
.interview_index {
    margin-bottom: 50px;
}
/* スタッフ一覧 */
.list_staff .box_staff {
    float: left;
}
.interview_index .list_staff .box_staff:not(:nth-child(5n)) { margin-right: 12px; }
.interview_index .list_staff .box_staff:nth-child(5n) { margin-right: 0; }
.interview_index .list_staff .box_staff { margin-top: 0; }
.interview_index .list_staff .box_staff:nth-child(n+6) { margin-top: 30px; }

.box_staff a {
    outline: none;
    text-decoration: none;
    transition: 0.2s linear;
}
.box_staff a:hover {
    filter: alpha(opacity=80); 
    opacity: 0.8;
}


/*
スタッフインタビュー：詳細
-----------------------------------*/
#box_interview .profile {
    float: left;
    width: 230px;
}
#box_interview .box_detail {
    float: right;
    width: 700px;
}
#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: 228px;
    border: 1px solid #e9e9e9;
    background: #fff;
}
#box_interview .profile .box_staff + .box_staff { margin-top: 30px; }
.box_staff .image {
    overflow: hidden;
    width: 228px;
    height: 228px;
}
.box_staff .image img { width: 100%; }
.box_staff .category {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: -22px auto 5px;
    border: 2px solid #fff;
    border-radius: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    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: 34.5px;
    font-size: 12px;
    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:not(:nth-child(4n)) { margin-right: 20px; }
#related_staff.list_staff .box_staff:nth-child(n+ 5) { margin-top: 20px; }


/*
よくある質問
-----------------------------------*/
.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 {
    float: left;
    width: 310px;
    padding: 10px 0 20px;
    background: #e6ecf0;
    text-align: center;
}
.workplace_data .heading02 { margin-bottom: 10px; }

.workplace_data:nth-child(n+4) { margin-top: 20px; }
.workplace_data:nth-child(4),
.workplace_data:nth-child(5) { margin-right: 25px; }

.workplace_data.employees {
    width: 645px;
    margin-right: 25px;
}
.workplace_data.employees table {
    display: inline-block;
    width: 300px;
    margin-top: 25px;
}
.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: 24px;
    font-weight: normal;
}

.workplace_data.job_data {
    width: 100%;
}
.workplace_data.job_data ul {
    display: table;
    width: 900px;
    margin: 0 auto 10px;
}
.workplace_data.job_data li {
    display: table-cell;
    padding: 20px 0;
    color: #fff;
}
.workplace_data.job_data li strong { font-size: 24px; }
.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-size: 16px;
    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 {
    margin: 0 40px;
    text-align: left;
}