@charset "utf-8";

@media screen and (max-width: 768px) {

body {
    min-width: 375px;
}

.break {
    display: block;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 80px 0 0;
    /* background: url(../img/recruit01_sp_1.jpg) left 40% center/cover no-repeat; */
}

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

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

.key_text {
    width: 350px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    font-size: 30px;
    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: 30px 20px 0;
    box-sizing: border-box;
}

.sec01 .inner {
    width: 100%;
    margin: 0 auto;
}

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

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

.sec01 .table_title {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

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

.sec01 .head {
    display: block;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    background: #1f296e;
    text-align: left;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}

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

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

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

.sec01 .data .space.space02 {
    padding: 0;
}


.sec01 .telbox {
    width: 400px;
    max-width: 100%;
    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: 300px;
    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: 35px;
    font-weight: 600;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}




}