@charset "utf-8";
/* CSS Document */

/* CSS変数定義 */
:root {
    /* 採用情報用カラーパレット */
    /* ベース色 */
    --cp-base-01: #7CB7B3;
    /* 基本色 */
    --cp-base-02: #C5DFDD;
    --cp-base-03: #DEEDEC;
    --cp-base-04: #2B2B2B;
    /* 定番色 */
    
    --cp-stap-01: #C8DBEF;
    --cp-stap-02: #3873B7;
    --cp-stap-03: #FFF89B;
    --cp-stap-04: #009DE8;
    /* 補色 */
    --cp-comp-01: rgba(227,98,159,1);
    --cp-comp-02: rgba(222,84,78,1);
    --cp-comp-03: #FFE221;
    --cp-comp-04: rgba(208,208,208,1);
    /* 同系色 */
    --cp-simi-01: rgba(35,153,86,1);
    --cp-simi-02: rgba(9,96,174,1);
    --cp-simi-03: rgba(0,133,194,1);
    --cp-simi-04: rgba(0,128,106,1);
    /* その他 */
    --cp-etc-01: rgba(51,51,51,1);
    --cp-etc-02: rgba(102,102,102,1);
    --cp-etc-03: rgba(109,107,91,1);
    --cp-etc-04: rgba(221,221,221,1);
}

.uk-navbar-container {
    /* ベース色 */
    --cp-base-01: #3873B7;
    /* 基本色 */
    --cp-base-02: #ABD4EF;
    --cp-base-03: #ECF2F6;
    --cp-base-04: #2B2B2B;
}

.recruit-category-01 {
    --cp-main: var(--cp-base-01);
    --cp-light: var(--cp-base-02);
}
.recruit-category-02 {
    --cp-main: var(--cp-stap-02);
    --cp-light: var(--cp-stap-01);
}
.recruit-category-03 {
    --cp-main: var(--cp-comp-03);
    --cp-light: var(--cp-stap-03);
}

.font-main {color: var(--cp-main)!important;}
.font-light {color: var(--cp-light)!important;}
.bg-main {background: var(--cp-main)!important;}
.bg-light {background: var(--cp-light)!important;}

.recruit-table h3 {
    background: var(--cp-light)!important;
    text-align: center;
    padding: 10px;
    font-size: 1.2!important;
    margin-bottom: 0;
}
.recruit-flow {
    padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
    .recruit-flow {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.recruit-table .recruit-flow>:nth-child(n+2) {
    margin-top: 30px;
}
.recruit-table li h4 {
    background: var(--cp-main)!important;
    padding: 5px 10px 5px calc(10px + 1em);
    margin: 0 auto;
    border-radius: 4px;
    text-indent: -1em;
}
.recruit-category-01 li h4, 
.recruit-category-02 li h4 {
    color: white;
}
.recruit-table li h5 {
    margin-top: 20px;
}
.triangle-icon {
    width: 55px;
    height: 30px;
    fill: var(--cp-light);
    display: block;
    margin: 40px auto;
}
li:last-of-type .triangle-icon {display: none;}

.heading-main>h3, 
.heading-main>p {
    color: var(--cp-etc-01);
}
.comment-entryform {
    display: inline-block;
    position: relative;
    padding-right: 82px;
}
.comment-entryform::after {
    position: absolute;
    bottom: 25px;
    right: 25px;
    content: "";
    display: block;
    width: 34px;
    height: 32px;
    background-image: url(../img/asset/icon_medical-bag.png);
    background-size: contain;
}

.btn_main, 
.btn_black, 
.btn_blue {
    padding: 12px 32px;
    background: var(--cp-main);
    color: white;
    border-radius: 4px;
}
.btn_black {
    background: var(--cp-base-04);
}
.btn_blue {
    background: var(--cp-stap-04);
}
.btn_main:hover, 
.btn_black:hover, 
.btn_blue:hover {
    color: white;
    text-decoration: none;
}

.btn-entryindex {
    background-color: var(--cp-light);
    color: var(--cp-etc-01);
    position: relative;
    box-sizing: border-box;
    transition: opacity .3s ease-out;
    color: inherit !important;
    text-decoration: none !important;
    padding: 20px;
}
.btn-entryindex:hover {
    opacity: .7;
    text-decoration: none;
}
.btn-entryindex::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 6.5px);
    right: 25px;
    width: 8px;
    height: 13px;
    background-image: url(../img/asset/Icon-ionic-ios-arrow-forward.png);
    background-size: contain;
    transition: all .3s ease-out .2s;
}
.recruit-category-01 .btn-entryindex::before {
    background-image: url(../img/asset/icon_arrow-forward_green.png);
}
.recruit-category-02 .btn-entryindex::before {
    background-image: url(../img/asset/icon_arrow-forward_blue.png);
}
.recruit-category-03 .btn-entryindex::before {
    background-image: url(../img/asset/icon_arrow-forward_yellow.png);
}
.btn-entryindex:hover::before {
    transform: translateX(10px);
}
.btn-entryindex>h3, 
.btn-entryindex>p {
    display: inline-block;
    margin: 0;
    text-align: center;
}

.btn-entryform {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background-color: var(--cp-base-01);
    color: white;
    font-weight: bold;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding-top: 11px;
}
.btn-entryform.entry2 {
    background-color: var(--cp-stap-04);
}
.btn-entryform:hover {
    color: white;
    text-decoration: none;
}
.btn-entryform::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 6.5px);
    right: 25px;
    width: 8px;
    height: 13px;
    background-image: url(../img/asset/Icon-ionic-ios-arrow-forward.png);
    background-size: contain;
    transition: all .3s ease-out .2s;
}
.btn-entryform:hover::before {
    transform: translateX(10px);
}
.btn-entryform.entry1::after, 
.btn-entryform.entry2::after {
    display: block;
    position: absolute;
    top: -16px;
    left: calc(50% - 4em);
    width: 8em;
    height: 26px;
    font-size: .875rem;
    background-color: white;
    border-radius: 8px;
}
.btn-entryform.entry1::after {
    content: "オススメ！";
    color: var(--cp-base-01);
    border: 1px var(--cp-base-01) solid;
}
.btn-entryform.entry2::after {
    content: "新卒採用のみ";
    color: var(--cp-stap-04);
    border: 1px var(--cp-stap-04) solid;
}



.flowchart-vertical>:nth-child(n+2)::before {
    content: "▼";
    display: block;
    color: var(--cp-base-04);
    font-size: 2rem;
    width: 100%;
    text-align: center;
    margin: 0 20px 10px;
    padding-left: 60px;
}
.flowchart-horizontal>* {
    display: inline-block;
}
.flowchart-horizontal>li {
    margin: 0!important;
}
.flowchart-horizontal>li>span {
    border: var(--cp-comp-04) 1px solid;
    color: var(--cp-etc-01);
    background: var(--cp-comp-04);
    padding: 10px 40px;
    border-radius: 4px;
}
.flowchart-horizontal>li.uk-active>span {
    border: var(--cp-base-01) 1px solid;
    color: var(--cp-base-01);
    background: white;
    font-weight: bold;
}
.flowchart-horizontal>:nth-child(n+2)::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 18px;
    background-image: url(../img/asset/icon_arrow-forward_green.png);
    background-size: contain;
    top: -22px;
    left: 12px;
}
@media (max-width: 640px) {
    .flowchart-vertical>:nth-child(n+2)::before {
        font-size: 1.5rem;
    }
    
    .flowchart-horizontal>li>span {
        font-size: 1rem;
        padding: 5px 10px;
    }
    .flowchart-horizontal>:nth-child(n+2)::before {
        width: 30px;
        height: 15px;
        top: -22px;
        left: 9px;
    }
}


input[type="date"], 
input[type="datetime-local"] {
    position: relative;
    padding: 0 10px;
    width: 200px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    background: transparent;
}
input[type="date"]::-webkit-inner-spin-button, 
input[type="datetime-local"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button, 
input[type="datetime-local"]::-webkit-clear-button {
    -webkit-appearance: none;
}
input[type="date"]::-webkit-calendar-picker-indicator, 
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: -1px;
    padding: 10px;
    background-color: var(--cp-base-02);
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
}