html, body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 180%;
    font-size: 14px;
    color: #656B72;
}
a {
    transition-property: all;
    transition: 0.3s linear;
    text-decoration: none;
}
.spno {
    display: none !important;
}
.db {
    display: block !important;
}
body.fixed {
    position: fixed;
    width: 100%;
}
#header {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
#header .inner {
    height: calc(100vh - 94px);
    background-color: #656B72;
    display: none;
    padding: 20px 6%;
    width: 100%;
    position: fixed;
    top: 91px;
    left: 0px;
    z-index: 999;
}
#header .inner:before {
    content: "";
    position: fixed;
    bottom: 50px;
    right: 6%;
    border: 20px solid transparent;
    border-top: 30px solid #656B72;
}
#header .inner .logo {
    display: none;
}
#header .inner .gnav .menu {
    width: 100%;
    margin-bottom: 20px;
}
#header .inner .gnav .menu li a {
    line-height: 38px;
    color: #FFFFFF;
    display: block;
    /*border-bottom: 1px solid #CCCCCC;*/
    position: relative;
    padding-left: 15px;
}
@media(max-width:320px) {
    #header .inner .gnav .menu li a {
        line-height: 34px;
    }
}
#header .inner .gnav .menu li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 46%;
    left: 0px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 3px solid transparent;
    border-left: 5px solid #FFFFFF;
}
#header .inner .gnav .menu li:first-child a {
    /*border-top: 1px solid #CCCCCC;*/
}
#header .inner .gnav .menu .search a svg {
    display: none;
}
#menu_button.active {
    background-color: #656B72;
}
#menu_button.active svg {
    fill: #FFFFFF;
}
#header .inner .gnav .icons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#header .inner .gnav .icons li {
    width: 32%;
}
/*#header .inner .gnav .icons li:last-child {
    display: none;
}*/
#header .inner .gnav .icons li a {
    background-color: #FFFFFF;
    display: block;
    text-align: center;
    border-radius: 6px;
    padding: 15px 0 7px;
    position: relative;
}
#header .inner .gnav .icons li a.fav .fav_cnt {
    position: absolute;
    color: #FFFFFF;
    background-color: #3767A8;
    font-size: 9px;
    display: inline-block;
    line-height: 16px;
    padding: 0 3px;
    top: 8px;
    right: 8px;
}
#header .inner .gnav .icons li a svg {
    width: 30px;
    height: 30px;
    fill: #656B72;
    margin: 0 auto;
    display: block;
}
@media(max-width:320px) {
    #header .inner .gnav .icons li a {
        border-radius: 4px;
        padding: 12px 0 5px;
    }
    #header .inner .gnav .icons li a svg {
        width: 24px;
        height: 24px;
    }
}
#header .inner .gnav .icons li a span {
    display: block;
    font-size: 12px;
}
#header .inner .gnav .for_company_btn a {
    display: block;
    border: 1px solid #FFFFFF;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}
#header .inner .gnav .for_company_btn a svg {
    fill: #FFFFFF;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    position: relative;
    top: 7px;
}
#header_sp {
    background-color: #FFFFFF;
    border-top: 2px solid #336B87;
    border-bottom: 1px solid #F2F2F2;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 998;
}
#header_sp .in {
    position: relative;
}
#header_sp .in .lang_btn_sp {
    position: absolute;
    top: 10px;
    right: 4%;
}
#header_sp .in .lang_btn_sp a {
    display: block;
    line-height: 1;
    text-align: center;
}
#header_sp .in .lang_btn_sp a svg {
    width: 18px;
    height: 18px;
    fill: #656B72;
}
#header_sp .in .lang_btn_sp a span {
    display: block;
    font-size: 8px;
    line-height: 1;
}
#header_sp .in .lang_menu {
    position: absolute;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.80);
    top: 46px;
    right: 0px;
    display: none;
}
#header_sp .in .lang_menu p a {
    color: #FFFFFF;
    line-height: 30px;
}
#header_sp .in .lang_menu p a svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    position: relative;
    top: 3px;
    fill: #FFFFFF;
}
#header_sp .in .lang_menu p a span {
    display: inline-block;
    text-align: left;
    font-size: 12px;
}
#header_sp .in .logo {
    padding: 8px 5%;
    border-bottom: 1px solid #EEEEEE;
}
#header_sp .in .logo img {
    height: 30px;
}
#breadcrumbs {
    display: none;
}
#header_sp .in nav ul {
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#header_sp .in nav ul li {
    width: 20%;
    border-right: 1px solid #EEEEEE;
}
#header_sp .in nav ul li:last-child {
    border-right: none;
}
#header_sp .in nav ul li a {
    display: block;
    text-align: center;
    padding: 6px 0px;
    line-height: 1;
    position: relative;
}
#header_sp #spnav ul li a svg {
    fill: #3767A8;
    width: 18px;
    height: 18px;
}
#header_sp .in nav ul li a .fav_cnt {
    position: absolute;
    color: #FFFFFF;
    background-color: #3767A8;
    font-size: 8px;
    display: inline-block;
    line-height: 12px;
    padding: 0 2px;
    top: 5px;
    right: 5px;
}
#header_sp .in nav ul li a svg.menubtn_close {
    display: none;
    position: relative;
    top: 8px;
    fill: #FFFFFF !important;
}
#header_sp .in nav ul li a span {
    font-size: 3vw;
    display: block;
    padding-top: 1px;
}
#footer .ft_conts {
    background-color: #4B525C;
}
#footer .ft_conts .inner {
    padding: 20px 6%;
}
#footer .ft_conts .inner .logo {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
}
#footer .ft_conts .inner .logo a {
    display: block;
}
#footer .ft_conts .inner .logo a span {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}
#footer .ft_conts .inner .logo a img {
    width: 28%;
}
#footer .ft_conts .inner .navi {
    color: #FFFFFF;
}
#footer .ft_conts .inner .navi .main {}
#footer .ft_conts .inner .navi .main .box {}
#footer .ft_conts .inner .navi .main .box .ttl {
    font-size: 14px;
    font-weight: 700;
}
#footer .ft_conts .inner .navi .main .box ul {
    margin-bottom: 14px;
    line-height: 1.4;
}
#footer .ft_conts .inner .navi .main .box ul li {
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
}
#footer .ft_conts .inner .navi .main .box ul li a {
    position: relative;
    padding-right: 12px;
}
#footer .ft_conts .inner .navi .main .box ul li a:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 0px;
    width: 1px;
    height: 10px;
    border-left: 1px solid #CCCCCC;
}
#footer .ft_conts .inner .navi .main .box ul li:last-child a:after {
    content: "";
    width: auto;
    height: auto;
    border-top: none;
}
#footer .ft_conts .inner .navi .main .box.sp ul {
    padding-top: 10px;
}
#footer .ft_conts .inner .navi .main .box.sp ul li {
    font-size: 13px;
    display: block;
    margin-right: 0px;
    border-bottom: 1px dotted #CCCCCC;
}
#footer .ft_conts .inner .navi .main .box.sp ul li:first-child {
    border-top: 1px dotted #CCCCCC;
}
#footer .ft_conts .inner .navi .main .box.sp ul li a {
    display: block;
    line-height: 34px;
    padding-left: 15px;
}
#footer .ft_conts .inner .navi .main .box.sp ul li a:after {
    content: "";
    width: auto;
    height: auto;
    border-top: none;
}
#footer .ft_conts .inner .navi .main .box.sp ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 47%;
    left: 0px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 3px solid transparent;
    border-left: 5px solid #CCC;
}
#footer .ft_conts .inner .navi .sub {
    padding-top: 20px;
}
#footer .ft_conts .inner .navi .sub .for_company_btn a {
    display: block;
    border: 1px solid #FFFFFF;
    padding: 0 15px 0 40px;
    line-height: 45px;
    font-size: 14px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
#footer .ft_conts .inner .navi .sub .for_company_btn a svg {
    width: 23px;
    height: 23px;
    fill: #FFFFFF;
    position: absolute;
    top: 10px;
    left: 10px;
}
#footer .ft_conts .inner .navi .sub ul li a {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
}
#footer .ft_conts .inner .navi .sub ul li a:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 8px;
    height: 2px;
    border-top: 1px solid #FFFFFF;
}
#footer .ft_conts .inner .icons {
    width: 100%;
    padding-top: 30px;
}
#footer .ft_conts .inner .icons ul {
    text-align: center;
}
#footer .ft_conts .inner .icons ul li {
    display: inline-block;
    padding: 0 5px;
}
#footer .ft_conts .inner .icons ul li a svg {
    width: 34px;
    height: 34px;
    fill: #989CA2;
}
#footer address {
    background-color: #44474B;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-style: normal;
    line-height: 50px;
}
.ttl_topsearch {
    text-align: center;
    margin-bottom: 20px;
}
.ttl_topsearch .en {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 6vw;
    text-align: center;
    margin-bottom: 2px;
    display: block;
}
.ttl_topsearch .jp {
    font-size: 12px;
    display: block;
}
.top_links {
    width: 100%;
    padding: 25px 5%;
    background-color: #FFFFFF;
    margin-bottom: 40px;
}
.top_links .box {
    margin-bottom: 15px;
}
.top_links .box:last-child {
    margin-bottom: 0;
}
.top_links .box .ttl {
    font-size: 16px;
    margin-bottom: 10px;
}
.top_links .box .ttl svg {
    width: 20px;
    height: 20px;
    fill: #656B72;
    margin-right: 8px;
    position: relative;
    top: 4px;
}
.top_links .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_links .box ul li {
    margin-bottom: 10px;
    width: 48%;
}
.top_links .box ul li a {
    display: block;
    border: 1px solid #3767A8;
    border-radius: 2px;
    color: #3767A8;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    position: relative;
}
.top_links .box ul li a:after {
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #3767A8;
    border-bottom: 1px solid #3767A8;
    transform: rotate(-45deg);
    right: 10px;
}
.search_area {
    width: 100%;
    padding: 20px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
.search_area .cols {
    margin-bottom: 15px;
}
.search_area .cols .box {
    margin-bottom: 10px;
}
.search_area .cols .box .ttl {
    font-size: 14px;
    margin-bottom: 10px;
    color: #3767A8;
}
.search_area .cols .box .ttl svg {
    width: 20px;
    height: 20px;
    fill: #3767A8;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.list_chk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_chk::after {
    content: "";
    display: block;
    width: 32%;
}
.list_chk li {
    width: 32%;
    margin-bottom: 10px;
}
.list_chk li input {
    display: none;
}
.list_chk li input[type=checkbox] + label {
    osition: relative;
    display: block;
    line-height: 28px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #3767A8;
    color: #3767A8;
}
@media(max-width:320px) {
    .list_chk li {
        width: 48%;
        margin-bottom: 8px;
    }
    .list_chk li input[type=checkbox] + label {
        font-size: 10px;
    }
}
/*.list_chk li input[type=checkbox] + label:before {
    display: block;
    content: "";
    position: absolute;
    top: 32%;
    left: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #CCC;
    background-color: #FFFFFF;
}*/
.list_chk li input[type=checkbox]:checked + label {
    background-color: #3767A8;
    color: #FFFFFF;
}
.list_chk li input[type=checkbox]:checked + label:before {
    top: 30%;
    left: 12px;
    width: 6px;
    height: 11px;
    border: none;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFFF;
    transform: rotate(40deg);
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.00);
}
.list_chk li a {
    position: relative;
    display: block;
    line-height: 40px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    border: 1px solid #FFFFFF;
    color: #555555;
    text-decoration: none;
    transition-property: none;
}
.list_chk.admin.lang li:nth-child(n+11) {
    display: none;
}
.list_chk.admin.prefecture li:nth-child(n+11) {
    display: none;
}
.btn_search {
    background-color: #E85B5B;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    line-height: 45px;
    position: relative;
    transition-property: all;
    transition: 0.3s linear;
    width: 100%;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M69.54%2C61.41l1.16-1.67A35.57%2C35.57%2C0%2C1%2C0%2C60%2C70.6l1.62-1.13L87.09%2C95%2C95%2C86.94Zm-9-.92a28.26%2C28.26%2C0%2C1%2C1%2C0-40A28.18%2C28.18%2C0%2C0%2C1%2C60.59%2C60.49Z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 15px center;
}
.btn_search.mb {
    margin-bottom: 20px;
}
.list_quick {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 6%;
}
.list_quick li {
    width: 100%;
    margin-bottom: 15px;
}
.list_quick li:last-child {
    margin-bottom: 0;
}
.list_quick li a {
    display: flex;
    justify-content: space-between;
}
.list_quick li p {
    width: 45%;
}
.list_quick li a p.right {
    width: 55%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 35px;
    line-height: 1.2;
}
@media(max-width:320px) {
    .list_quick li a p.right {
        font-size: 14px;
        line-height: 1.3;
    }
}
.list_quick li a p.right:before {
    display: block;
    content: '';
    position: absolute;
    top: 5%;
    width: 1px;
    height: 90%;
    border-right: 1px solid #FFF;
    right: 25px;
}
.list_quick li a p.right svg {
    width: 16px;
    height: 16px;
    fill: #FFFFFF;
    position: absolute;
    right: 5px;
    top: 40%;
}
.recommend_jobs {
    background-color: #F2F2F2;
    background-image: url(../images/common/bg_map.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
.recommend_jobs .inner {
    padding: 30px 6%;
}
.recommend_jobs .inner .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 7vw;
    text-align: center;
    margin-bottom: 10px;
}
.recommend_jobs .inner .txt {
    margin-bottom: 40px;
    text-align: center;
}
@media(max-width:320px) {
    .recommend_jobs .inner .txt {
        font-size: 12px;
    }
}
.lbl_gld {
    text-align: center;
    margin-bottom: 10px;
}
.lbl_gld span {
    display: inline-block;
    text-align: center;
    font-size: 3.5vw;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding: 0 20px;
    background-color: #336B87;
    color: #FFFFFF;
    line-height: 20px;
}
.ttl_main {
    font-size: 5.5vw;
    margin-bottom: 25px;
    text-align: center;
}
.list_job {}
.list_job li {
    margin-bottom: 20px;
}
.list_job li a {
    padding: 10px;
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.list_job li a .lang {
    position: absolute;
    left: -8px;
    top: -8px;
}
.list_job li a .lang span {
    background-color: #54B15E;
    text-align: center;
    line-height: 22px;
    position: relative;
    margin-bottom: 10px;
    color: #FFFFFF;
    padding: 0 10px;
    display: inline-block;
    font-size: 3vw;
    margin-right: 2px;
    font-weight: 700;
}
.list_job li a .lang span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 15px;
    border: 8px solid transparent;
    border-top: 8px solid #54B15E;
}
.list_job li a .img {
    width: 35%;
    margin-bottom: 15px;
}
.list_job li a .img .photo {
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media(max-width:375px) {
    .list_job li a .img .photo {
        height: 80px;
    }
}
@media(max-width:320px) {
    .list_job li a .img .photo {
        height: 70px;
    }
}
.list_job li a .img .mrk {
    background-color: #E85B5B;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
    padding-top: 7px;
}
.list_job li a .det {
    width: 61.5%;
}
.list_job li a .det .type {
    background-color: #3767A8;
    display: inline-block;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    padding-left: 35px;
    padding-right: 12px;
    margin-bottom: 3px;
    font-size: 12px;
    top: -3px;
}
.list_job li a .det .type span {
    position: relative;
    padding-right: 15px;
}
.list_job li a .det .type span:after {
    content: "/";
    position: absolute;
    font-size: 13px;
    top: -4px;
    right: 4px;
}
.list_job li a .det .type span:last-child {
    padding-right: 0;
}
.list_job li a .det .type span:last-child:after {
    display: none;
}
.list_job li a .det .type svg {
    fill: #FFFFFF;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 8px;
    top: 1px;
}
.list_job li a .det .ttl {
    font-size: 3.5vw;
    color: #3767A8;
    margin-bottom: 6px;
    font-weight: 700;
    line-height: 1.4;
}
.list_job li a .det .row {
    margin-bottom: 1px;
    font-size: 12px;
}
.list_job li a .det .row span {
    width: 60px;
    background-color: #F1F1F1;
    margin-right: 10px;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
}
.list_job li a .det .icons {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 6px;
    width: 100%;
    display: none;
}
.list_job li a .det .icons li {
    width: 49%;
    border: 1px solid #DEDEDE;
    font-size: 11px;
    padding: 6px 8px;
    border-radius: 2px;
    line-height: 1;
    margin-bottom: 6px;
    margin-right: 2%;
}
.list_job li a .det .icons li:nth-child(2n) {
    margin-right: 0;
}
.list_job li a .det .icons li:nth-child(n + 6) {
    display: none;
}
.list_job li a .det .icons li svg {
    width: 18px;
    height: 18px;
    fill: #656B72;
    margin-right: 8px;
}
.list_job li a .det .icons li span {
    line-height: 1;
    position: relative;
    top: -4px;
}
.job_more {
    text-align: center;
    padding-top: 20px;
}
.job_more a {
    font-size: 16px;
    width: 80%;
    display: inline-block;
    color: #FFFFFF !important;
    cursor: pointer;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 0px;
    transition: 0.3s linear;
    line-height: 50px;
    text-decoration: none;
    position: relative;
    background-color: #3767A8;
}
.job_more a:before {
    display: block;
    content: '';
    position: absolute;
    top: 16px;
    right: 38px;
    width: 2px;
    height: 18px;
    border-left: 2px solid #FFFFFF;
}
.job_more a:after {
    display: block;
    content: '';
    position: absolute;
    top: 24px;
    right: 30px;
    width: 18px;
    height: 2px;
    border-top: 2px solid #FFFFFF;
}
.job_more a.more.op:before {
    display: none;
}
.list_jobs {}
.list_jobs li {
    width: 100%;
    border-top: 1px solid #CCCCCC;
}
.list_jobs li:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #CCCCCC;
}
.list_jobs li a {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 0 10px;
}
.list_jobs li a .pop {
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 20;
    font-size: 12px;
}
.list_jobs li a .pop span {
    background-color: #54B15E;
    text-align: center;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding: 0 12px;
    color: #FFFFFF;
}
.list_jobs li a .pop span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #54B15E;
}
.list_jobs li a .image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 35%;
    height: 90px;
}
.list_jobs li a .image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 70%, rgba(0, 0, 0, 0.30) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 70%, rgba(0, 0, 0, 0.30) 100%);
    background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 70%, rgba(0, 0, 0, 0.30) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70%, rgba(0, 0, 0, 0.30) 100%);
}
.list_jobs li a .image .prefectures {
    position: absolute;
    bottom: 3px;
    width: 100%;
    text-align: left;
    font-size: 11px;
    color: #FFF;
    padding-left: 3px;
    line-height: 1;
}
.list_jobs li a .image .prefectures svg {
    width: 12px;
    height: 12px;
    fill: #FFF;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.list_jobs li a div {
    width: 60%;
}
.list_jobs li a .label {
    background-color: #656B72;
    color: #FFFFFF;
    line-height: 17px;
    font-size: 11px;
    margin-bottom: 5px;
    /*display: inline-block;*/
    padding: 0 8px;
    display: none;
}
.list_jobs li a .ttl {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.4;
}
.list_jobs li a .icn {
    font-size: 13px;
    line-height: 1.4;
}
.list_jobs li a .icn svg {
    width: 14px;
    height: 14px;
    fill: #656B72;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.list_bnrs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 6%;
}
.list_bnrs li {
    width: 100%;
    margin-bottom: 20px;
}
.list_bnrs li:last-child {
    margin-bottom: 0;
}
.list_bnrs li a {
    display: block;
}
.list_bnrs li p {
    width: 100%;
}
.list_bnrs li a p.right {
    width: 90%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    padding: 10px 35px 10px 15px;
    line-height: 1.2;
    margin: -15px auto 0;
}
@media(max-width:320px) {
    .list_bnrs li a p.right {
        font-size: 14px;
        line-height: 1.3;
    }
}
.list_bnrs li a p.right:before {
    display: block;
    content: '';
    position: absolute;
    top: 5%;
    width: 1px;
    height: 90%;
    border-right: 1px solid #FFF;
    right: 25px;
}
.list_bnrs li a p.right:after {
    display: block;
    content: '';
    position: absolute;
    top: 40%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 11px;
}
.btn_plus a {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}
.btn_plus a svg {
    width: 16px;
    height: 16px;
    fill: #666666;
    margin-right: 5px;
    position: relative;
    top: 3px;
}