@charset "utf-8";

.glonav {
    padding: 125px 0 15px;
}

.sp {
    display: none;
}


/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 400px;
    background: url(../img/recruit01.jpg) top 43% center/cover no-repeat;
}

.key:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 400px;
    background: url(../img/center03.png) left top/contain no-repeat;
}

.key:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 400px;
    background: url(../img/center04.png) right top/contain no-repeat;
}

.key_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: bold;
    text-shadow:  #fff 2px 0px,  #fff -2px 0px,
                #fff 0px -2px, #fff 0px 2px,
                #fff 2px 2px , #fff -2px 2px,
                #fff 2px -2px, #fff -2px -2px,
                #fff 1px 2px,  #fff -1px 2px,
                #fff 1px -2px, #fff -1px -2px,
                #fff 2px 1px,  #fff -2px 1px,
                #fff 2px -1px, #fff -2px -1px;
    letter-spacing: 0.28em;
    text-align: center;
    line-height: 1.8;
}

/* =====sec01===== */
.sec01 {
    padding: 80px 0 0;
}

.sec01 .inner {
    width: 900px;
    margin: 0 auto;
}

.sec01 .lead_text {
    margin: 0 0 80px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.sec01 .cont {
    width: 100%;
    margin: 0 0 100px;
}

.sec01 .table_title {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 3px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.sec01 .title_inner {
    display: inline-block;
    padding: 0 5px;
    border-bottom: 1px solid #BE9E3A;
}

.sec01 .table {
    width: 100%;
    border: 1px solid #1f296e;
    box-sizing: border-box;
}

.sec01 .head {
    width: 200px;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    background: #1f296e;
    text-align: left;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}

.sec01 .table .row:last-of-type .head {
    border-bottom: none;
}

.sec01 .data {
    padding: 20px;
    border-bottom: 1px solid #1f296e;
    box-sizing: border-box;
}

.sec01 .data .space {
    padding: 0 0 0 20px;
}

.sec01 .telbox {
    width: 400px;
    border: 2px solid #1f296e;
    margin: 0 auto 80px;
    text-align: center;
}

.sec01 .telbox a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.sec01 .telbox .teltext {
    font-size: 20px;
    font-weight: 600;
}

.sec01 .telbox .teltext .large {
    display: inline-block;
    width: 340px;
    margin: 0 auto;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    background: url(../img/home_icon01.png) center left/25px no-repeat;
    font-size: 40px;
    font-weight: 600;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    letter-spacing: -0.02em;
}