/* RECRUIT */

.recruit_cont h2 {
    margin-bottom: 30px!important;
}
.recruit_menu_cont {
    margin-bottom: 0;
    padding-bottom: 0;
}
.recruit_menu {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.recruit_menu li {
    margin-bottom: 15px;
}
.recruit_menu a {
    position: relative;
    font-family: "Playfair Display";
    font-size: 15px;
    font-weight: normal;
    color: #000;
    padding-bottom: 8px;
    border-bottom: 1px solid #CCC;
}
.recruit_menu a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition:all 0.2s ease-in;
}
.recruit_menu a:hover {
    color: #3FA9F5;
}
.recruit_menu a:hover:after {
    width: 100%;
}
.recruit_cont {

}
.reverse {

}
.recruit_txt {
    margin-bottom: 10px;
}
.recruit_txt_b {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.recruit_name {
    font-size: 24px;
    font-weight: bold;
    color: #3FA9F5;
    margin-bottom: 0;
}
.recruit_cont img {
    width: 100%;
}
.recruit_message_blk {
    width: 100%;
    margin: 0 auto;
}
.recruit_message_left {
    position: relative;
    width: 50%;
    height: auto;
    padding: 40px;
    box-sizing: border-box;
}
.recruit_message_left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    background: #F0F3F6;
    z-index: -1;
}
.recruit_message_left img {
    max-width: 300px;
}
.recruit_message_right {
    position: relative;
    width: 50%;
    height: auto;
    padding: 60px 40px 20px;
    box-sizing: border-box;
}
.recruit_message_right .recruit_txt {
    margin-bottom: 30px;
}
.recruit_message_right .recruit_txt:last-child {
    margin-bottom: 0;
}
.recruit_message_right:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3FA9F5;
    z-index: -1;
}
.msg_blk {
    width: 100%;
    margin-top: 20px;
}
.msg_th {
    display: block;
    width: 70px;
}
.msg_td {
    display: block;
    width: calc(100% - 70px);
}
.msg_blk .recruit_txt {
    margin-bottom: 5px;
    line-height: 24px;
}
.msg_head {
    font-family: "Playfair Display";
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFF;
}
@media (max-width: 767px) {
    .recruit_message_blk {
        display: block;
    }
    .recruit_message_left {
        width: 100%;
        padding: 30px!important;
    }
    .recruit_message_left:before {
        width: 100%;
    }
    .recruit_message_right {
        width: 100%;
        height: auto;
        padding: 30px!important;
        box-sizing: border-box;
    }
    .recruit_message_right:before {
        top: 0;
        width: 100%;
    }
    .section-heading {
        margin-bottom:10px!important;
    }
}

.recruit_interview_blk {
    margin-bottom: 60px;
}
.recruit_interview_blk:last-child {
    margin-bottom: 0;;
}
.iv_bx.flex-row-reverse .iv_info {
    text-align: right;
}
.iv_bx {
    background: #F0F3F6;
    padding: 40px 25px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}
.iv_info {
    padding-right: 20px!important;
    box-sizing: border-box;
}
.iv_info img {
    max-width: 420px;
}
.iv_qa_blk {
    padding-left: 20px!important;
    box-sizing: border-box;
}
.iv_name_en {
    font-family: "Playfair Display";
    font-size: 40px;
    color: #3FA9F5;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
dl.iv_qa {
    margin-bottom: 30px;
}
dl.iv_qa:last-child {
    margin-bottom: 0;
}
dl.iv_qa dt {
    display: block;
    padding: 20px 20px;
    margin-bottom: 15px;
    background: #3FA9F5;
    font-size: 18px;
    color: #FFF;
    border-radius: 5px;
    box-sizing: border-box;
}
dl.iv_qa dd {
}

@media (max-width: 767px) {
    .iv_bx {
        padding: 30px 15px;
    }
    .iv_info {
        margin-bottom: 40px;
        padding: 0;;
    }
    .iv_info img {
        max-width: 100%;
    }
    .iv_bx.flex-row-reverse .iv_info {
        text-align: left;
    }
    .iv_qa_blk {
        padding: 0!important;
    }
}

.recruit_event .salon-room-body {
    padding-bottom: 20px;
}
.recruit_cur_img {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
}
.recruit_cur_img img {
    display: block;
    width: 100%;
    min-width: 900px;
}
.recruit_gl {
    width: 100%;
}
.recruit_gl table.gl_tb {
    border-collapse: separate;
    border-spacing: 0px 5px;
    width: 100%;
    margin: 0 auto;
}
.recruit_gl table.gl_tb td,
.recruit_gl table.gl_tb th {
    font-size: 18px;
    padding: 20px;
}
.recruit_gl table.gl_tb th {
    background: #3FA9F5;
    color: #fff;
    font-weight: normal;
    width: 20%;
}
.recruit_gl table.gl_tb td {
    background: #F0F3F6;
}
@media (max-width: 767px) {
    .recruit_gl table.gl_tb td,
    .recruit_gl table.gl_tb th {
        display: block;
    }
    .recruit_gl table.gl_tb th {
        width: 100%;
    }
}
.recruit_entry_blk  {
    padding-top: 0;
}
.recruit_entry_bx {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    background: #3FA9F5;
    margin-bottom: 40px;
}
.entry_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    color: #3FA9F5;
    padding: 40px;
    margin-right: 40px;
}
.entry_ttl > p {
    padding: 0;
    margin: 0;
}
.entry_ttl > p > span {
    font-family: "Playfair Display";
    font-size: 42px;
    line-height: 42px;
}
.entry_txt_bx {
    display: flex;
    align-items: center;
}
.entry_txt {
    font-size: 18px;
    line-height: 32px;
    color: #FFF;
}
.entry_txt a {
    color: #FFF;
    text-decoration: underline;
}
.entry_txt a:hover {
    color: #FFEE05;
}
@media (max-width: 767px) {
    .entry_ttl {
        width: 100%;
        padding: 15px 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
}