@charset "UTF-8";
.gBody {}
.vis {
    text-align: center;
    background: url(/recruit/img/pt-recruit01.jpg?date=180227) center center no-repeat;
    background-size: cover;
    padding-bottom: 466px;
    max-width: 1200px;
    margin-left:  auto;
    margin-right:  auto;
}
.vis > img {}
.gBody_inner {}
.message {}
.message_title {}
.message_cols {}
.message_cols::after {
    content: "";
    display: block;
    clear: both;
}
.message_col {}
.message_col-no1 {
    float: right;
    width: 50%;
}
.message_text {
    margin-bottom: 2em;
}
.message_name {
    text-align: right;
}
.message_name > small {
    font-size: 15px;
    margin-right: 10px;
}
.message_name > b {
    font-size: 25px;
    font-weight: 500;
}
.message_col-no2 {
    float: left;
    width: 47%;
}
.message_image {}
.message_image > img {}
.message_link {
    max-width: 530px;
    margin: 50px auto 0;
}
.message_link > a {
    display: block;
    border: 3px solid #000;
    background: #fff;
    text-align: center;
    line-height: 110px;
    position: relative;
    z-index: 1;
    transition-duration: .3s;
    transition-property: transform, box-shadow;
}
.message_link > a::before {
    content: "";
}
.message_link > a::after {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    border: 3px solid #000000;
    box-sizing: border-box;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}
.message_link > a > img {
    vertical-align: middle;
    position: relative;
    top: -6px;
}
@media screen and (min-width:1000px) {
    .message_link > a:hover {
        opacity: 1;
        transform: translate(-5px, -5px);
        box-shadow: 5px 5px 0 #888;
    }
}
@media screen and (max-width:999px) {
    .gBody {}
    .vis {
        padding-bottom: 70%;
    }
    .vis > img {}
    .gBody_inner {}
    .message {}
    .message_title {}
    .message_cols {}
    .message_cols::after {}
    .message_col {
        width: auto;
        float: none;
    }
    .message_col-no1 {}
    .message_text {
        margin-bottom: 1em;
    }
    .message_name {}
    .message_name > small {
        font-size: 14px;
    }
    .message_name > b {
        font-size: 22px;
    }
    .message_col-no2 {}
    .message_image {
        text-align: center;
        margin-top: 25px;
    }
    .message_image > img {}
    .message_link {}
    .message_link > a {
        border-width: 2px;
        line-height: 80px;
    }
    .message_link > a::before {}
    .message_link > a::after {}
    .message_link > a > img {
        width: 200px;
        top: 0;
    }
}
@media screen and (max-width:699px) {
    .gBody {}
    .vis {}
    .vis > img {}
    .gBody_inner {}
    .message {}
    .message_title {}
    .message_cols {}
    .message_cols::after {}
    .message_col {}
    .message_col-no1 {}
    .message_text {}
    .message_name {}
    .message_name > small {
        font-size: 12px;
    }
    .message_name > b {
        font-size: 18px;
    }
    .message_col-no2 {}
    .message_image {}
    .message_image > img {}
    .message_link {
        margin-top: 25px;
    }
    .message_link > a {
        line-height: 60px;
    }
    .message_link > a::before {}
    .message_link > a::after {}
    .message_link > a > img {
        width: 150px;
    }
}
