@charset "UTF-8";
/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

/*--page name--*/


h3.numbermidashi {
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
    text-align: center;
}

h3.numbermidashi .small {
    font-size: 15px;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
    color: #fff;
    font-weight: normal;
    color: #111;
}

.tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 20px;
}

.tabs .tab {
    width: 100%;
    max-width: 230px;
    margin: 0 10px;
}

.tabs .tab a {
    display: block;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: relative;
    transition: color .2s, background .2s;
}

.tabs .tab a::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 15px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    transition: border-left .2s;
}

.tabs .tab a:hover {
    text-decoration: none;
}

.tabs .tab-newgraduate a,
.tabs .tab-outline a {
    background: #009FE8;
    border: 1px solid #009FE8;
}

.tabs .tab-midcareer a {
    background: #0045AE;
    border: 1px solid #0045AE;
}

@media only screen and (min-width: 960px) {

    .tabs .tab-newgraduate a:hover,
    .tabs .tab-outline a:hover {
        background: #fff;
        color: #009FE8;
    }

    .tabs .tab-newgraduate a:hover::before,
    .tabs .tab-outline a:hover::before {
        border-left-color: #009FE8;
    }

    .tabs .tab-midcareer a:hover {
        color: #0045AE;
        background: #fff;
    }

    .tabs .tab-midcareer a:hover::before {
        border-left-color: #0045AE;
    }
}

p.midashibg {
    text-align: center;
    margin: 45px 0;
    height: 330px;
    width: 100%;
    background-size: cover;
    margin: 25px auto 0;
}

h4.nakamidashi {
    width: 100%;
    margin: 50px auto;
    max-width: 1200px;
    min-width: 960px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
}

h4.nakamidashi.newgraduate {
    background-color: #009FE8;
}

h4.nakamidashi.midcareer {
    background-color: #0045AE;
}

ul.list_area {
    width: 100%;
    margin: 50px auto;
    max-width: 1200px;
    min-width: 960px;
}

ul.list_area li {
    padding: 25px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul.list_area li.white {
    background: #fff;
}

ul.list_area li .date {
    width: 20%;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
}

ul.list_area li .tx {
    display: inline-block;
    width: 78%;
}

ul.list_area li .tx a {
    color: #111;
}

ul.list_area li i {
    font-style: normal;
}




@media only screen and (max-width: 1079px) {}



/*デバイスの横幅が960px以下の場合*/
@media only screen and (max-width: 959px) {



    .tabs {
        display: block;
        margin: 20px auto 20px;
        width: calc(100% - 40px);
    }

    .tabs .tab {
        max-width: 100%;
        margin: 0 0 10px;
    }

    .tabs .tab:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .tabs .tab a {
        padding: 10px 0;
    }


    h3.numbermidashi {
        font-size: 18px;
        letter-spacing: 2px;
    }

    h3.numbermidashi .small {
        font-size: 13px;
    }

    h4.nakamidashi {
        width: calc(100% - 40px);
        max-width: auto;
        min-width: auto;
        margin: 30px auto 30px;
    }

    p.spimgp {
        padding: 20px 0 25px;
    }

    ul.list_area {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        min-width: 100%;
    }

    ul.list_area li {
        padding: 25px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 13px;
    }

    ul.list_area li.white {
        background: #eeeeee;
    }

    ul.list_area li .date {
        width: 100%;
        font-size: 13px;
        display: block;
        text-align: left;
        vertical-align: middle;
        padding-left: 5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul.list_area li .tx {
        display: block;
        width: 100%;
        padding: 0 5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul.list_area li .tx a {
        color: #111;
    }






}
