.fonts {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.fonts {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
}
html, body {
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 16px;
    color: #656B72;
}
a {
    transition-property: all;
    transition: 0.3s linear;
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
.pcno {
    display: none !important;
}
#header {
    width: 100%;
    min-width: 1040px;
    display: flex;
    z-index: 999;
    transition: all 0.6s;
    position: fixed;
    top: -150px;
    left: 0;
    opacity: 0;
    border-top: 2px solid #336B87;
    background-color: #FFFFFF;
    border-bottom: 1px solid #F2F2F2;
}
#header.view {
    top: 0px;
    opacity: 1;
    /*animation: show 0.6s linear 0s;*/
}
@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#header .inner {
    display: flex;
    position: relative;
    min-width: 1040px;
    width: 100%;
}
#header .inner .logo {
    width: 10%;
    min-width: 150px;
    padding: 15px 25px;
    padding: 15px 0px 15px 25px
}
#header .inner .logo img {
    height: 40px;
}
#header .inner .gnav {
    margin-left: auto;
    width: 90%;
}
#header .inner .gnav .menu {
    text-align: right;
    padding-right: 270px;
}
#header .inner .gnav .menu li {
    margin-right: 20px;
    font-size: 14px;
}
#header .inner .gnav .menu li:last-child {
    margin-right: 0;
}
#header .inner .gnav .menu li a {
    line-height: 70px;
    text-decoration: none;
    color: #656B72;
    display: block;
}
#header .inner .gnav .menu .search a svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: 4px;
    fill: #336B87;
}
#header .inner .gnav .icons {
    width: 270px;
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
}
/*#header .inner .gnav .icons li {
    width: 58px;
}*/
#header .inner .gnav .icons li:last-child a {
    padding: 17px 25px 0 7px;
}
#header .inner .gnav .icons li a {
    display: block;
    text-align: center;
    color: #336B87;
    text-decoration: none;
    padding: 17px 7px 0;
    height: 70px;
}
#header .inner .gnav .icons li a svg {
    width: 20px;
    height: 20px;
    fill: #336B87;
}
#header .inner .gnav .icons li a span {
    display: block;
    line-height: 0;
    font-size: 12px;
    padding-top: 3px;
}
#header .inner .gnav .icons li a.fav {
    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 ul li {
    display: inline-block;
}
#header .inner .gnav .for_company_btn {
    display: none;
}
#header .inner .search_keyword {
    position: absolute;
    padding: 25px 30px;
    background-color: rgba(0, 0, 0, 0.80);
    width: 370px;
    top: 70px;
    right: 71px;
    display: none;
}
#header .inner .search_keyword form {
    display: flex;
	justify-content: space-between;
    position: relative;
}
#header .inner .search_keyword form .close {
    position: absolute;
    bottom: -26px;
    right: -31px;
    width: 20px;
    height: 20px;
}
#header .inner .search_keyword form .close span {
	position: relative;
	display: block;
}
#header .inner .search_keyword form .close span::before,
#header .inner .search_keyword form .close span::after{
    position: absolute;
    width: 18px;
    height: 2px;
    top: 7px;
    left: -2px;
    content: "";
    background-color: #999;
}
#header .inner .search_keyword form .close span::before {
	transform: rotate(45deg);
}
#header .inner .search_keyword form .close span::after {
	transform: rotate(135deg);
}
#header .inner .search_keyword form input {
    padding: 6px 8px;
    font-size: 15px;
    width: 75%;
    background-color: #FFFFFF;
    color: #656B72;
}
#header .inner .search_keyword form input::placeholder {
    color: #CCC;
}
#header .inner .search_keyword form button {
    width: 22%;
    background-color: #336B87;
    color: #FFFFFF;
    font-size: 15px;
}
#header_sp {
    display: none;
}
.lang_btn {
    position: relative;
}
.lang_menu {
    position: absolute;
    padding: 10px 18px;
    background-color: rgba(0, 0, 0, 0.80);
    top: 60px;
    right: 10px;
    width: 150px;
    display: none;
}
.lang_menu p a {
    color: #FFFFFF !important;
    line-height: 32px;
    padding: 0 !important;
    height: auto !important;
    text-align: left !important;
}
.lang_menu p a svg {
    margin-right: 8px;
    position: relative;
    top: 3px;
    fill: #FFFFFF !important;
}
.lang_menu p a span {
    display: inline-block !important;
    text-align: left !important;
    font-size: 14px !important;
}
#spnav {
    display: none;
}
#breadcrumbs {
    margin-top: 71px;
    background-color: #fafafa;
    padding: 15px 0 15px;
    border-bottom: 1px solid #F2F2F2;
}
#breadcrumbs.front {
    margin-top: 0px;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}
#breadcrumbs ul {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}
#breadcrumbs ul li {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    margin-right: 6px;
}
#breadcrumbs ul li:after {
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0px;
}
#breadcrumbs ul li a {
    color: #336B87;
    text-decoration: none;
    display: block;
}
#breadcrumbs ul li:last-child:after {
    border: none;
}
#footer .ft_conts {
    background-color: #4B525C;
}
#footer .ft_conts .inner {
    margin: 0 auto;
    padding: 40px 0;
    width: 1050px;
}
#footer .ft_conts .inner .logo {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    width: 100%;
    margin-bottom: 30px;
}
#footer .ft_conts .inner .logo a {
    display: block;
}
#footer .ft_conts .inner .logo a span {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
}
#footer .ft_conts .inner .logo a img {
    width: 150px;
}
#footer .ft_conts .inner .navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #FFFFFF;
}
#footer .ft_conts .inner .navi .main {
    width: 72%;
    /*display: flex;
	justify-content: space-between;*/
}
#footer .ft_conts .inner .navi .main .box {
    /*width: 20%;*/
    padding-right: 20px;
}
#footer .ft_conts .inner .navi .main .box .ttl {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}
#footer .ft_conts .inner .navi .main .box ul {
    margin-bottom: 15px;
}
#footer .ft_conts .inner .navi .main .box ul li {
    font-size: 14px;
    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: 12px;
    border-left: 1px solid #BABABA;
}
#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 ul li {
    font-size: 13px;
    line-height: 1.5;
}
#footer .ft_conts .inner .navi .main .box ul li a {
    position: relative;
    padding-left: 15px;
}
#footer .ft_conts .inner .navi .main .box ul li a:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 8px;
    height: 2px;
    border-top: 1px solid #FFFFFF;
}*/
#footer .ft_conts .inner .navi .sub {
    width: 28%;
    border-left: 1px solid #FFFFFF;
    padding: 0 0 0 30px;
}
#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: 60px;
}
/*#main {
    padding-top: 70px;
}*/
#main .inner {
    width: 1040px;
    margin: 0 auto;
}
.ttl_topsearch {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    line-height: 1;
}
.ttl_topsearch .en {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    margin-bottom: 7px;
    display: block;
}
/*.ttl_topsearch .en svg {
	width: 28px;
	height: 28px;
	fill : #336B87;
	margin-right: 5px;
	position: relative;
	top: 3px;
}*/
.ttl_topsearch .jp {
    font-size: 14px;
    display: block;
}
.top_links {
    width: 100%;
    padding: 35px;
    background-color: #FFFFFF;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_links .box {
    width: 31%;
}
.top_links .box .ttl {
    font-size: 16px;
    margin-bottom: 15px;
}
.top_links .box .ttl svg {
    width: 20px;
    height: 20px;
    fill: #656B72;
    margin-right: 5px;
    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;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 10px;
}
.search_area {
    width: 100%;
    padding: 35px;
    background-color: #FFFFFF;
    margin-bottom: 40px;
}
.search_area .cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search_area .cols .box {
    width: 31%;
    margin-bottom: 20px;
}
.search_area .cols .box.w100 {
    width: 100%;
}
.search_area .cols .box .ttl {
    font-size: 16px;
    margin-bottom: 15px;
    color: #3767A8;
}
.search_area .cols .box .ttl svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
    fill: #3767A8;
}
.list_chk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_chk.admin {
    justify-content: flex-start;
}
.list_chk li {
    width: 48%;
    margin-bottom: 10px;
}
.list_chk.admin li {
    width: 18%;
    margin-right: 2%;
}
.list_chk li input {
    display: none;
}
.list_chk li input[type=checkbox] + label {
    position: relative;
    display: block;
    line-height: 34px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3767A8;
    color: #3767A8;
}
/*.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: 4px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    width: 420px;
    display: block;
    line-height: 45px;
    position: relative;
    transition-property: all;
    transition: 0.3s linear;
    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;
}
.btn_search.on:hover {
    background-color: #ED7E7E;
}
.list_quick {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_quick li {
    width: 330px;
}
.list_quick li a {
    display: flex;
    justify-content: space-between;
}
.list_quick li a img {
    width: 160px;
}
.list_quick li a p.right {
    width: 170px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 35px;
    line-height: 1.2;
}
.list_quick li a p.right:before {
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    width: 1px;
    height: 74px;
    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: 38px;
}
.recommend_jobs {
    background-color: #F2F2F2;
    background-image: url(../images/common/bg_map.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1200px auto;
}
.recommend_jobs .inner {
    width: 1050px;
    margin: 0 auto;
    padding: 40px 0;
}
.recommend_jobs .inner .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.recommend_jobs .inner .txt {
    margin-bottom: 30px;
    text-align: center;
}
.lbl_gld {
    text-align: center;
    margin-bottom: 8px;
}
.lbl_gld span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding: 0 20px;
    background-color: #336B87;
    color: #FFFFFF;
    line-height: 26px;
}
.ttl_main {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
}
.list_job {}
.list_job li {
    margin-bottom: 30px;
}
.list_job li a {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background-color: #FFFFFF;
    position: relative;
    transition: 0.2s linear;
}
.list_job li a:hover {
    transform: scale(1.01);
}
.list_job li a .lang {
    position: absolute;
    left: -10px;
    top: -10px;
}
.list_job li a .lang span {
    background-color: #54B15E;
    text-align: center;
    line-height: 32px;
    position: relative;
    margin-bottom: 10px;
    color: #FFFFFF;
    padding: 0 15px;
    display: inline-block;
    font-size: 16px;
    margin-right: 2px;
    font-weight: 700;
}
.list_job li a .lang span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    border: 8px solid transparent;
    border-top: 8px solid #54B15E;
}
.list_job li a .img {
    width: 36%;
}
.list_job li a .img .photo {
    height: 100%;
    min-height: 230px;
    background-size: cover;
    background-repeat: no-repeat;
}
.list_job li a .img .mrk {
    background-color: #E85B5B;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    position: absolute;
    left: 15px;
    bottom: 20px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
}
.list_job li a .det {
    width: 61%;
}
.list_job li a .det .type {
    background-color: #3767A8;
    display: inline-block;
    line-height: 26px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    padding-left: 45px;
    padding-right: 30px;
    margin-bottom: 10px;
    font-size: 14px;
}
.list_job li a .det .type span {
    position: relative;
    padding-right: 17px;
}
.list_job li a .det .type span:after {
    content: "/";
    position: absolute;
    font-size: 14px;
    top: -6px;
    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: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 0px;
}
.list_job li a .det .ttl {
    font-size: 21px;
    color: #3767A8;
    margin-bottom: 15px;
    font-weight: 700;
}
.list_job li a .det .row {
    margin-bottom: 10px;
}
.list_job li a .det .row span {
    width: 100px;
    background-color: #F1F1F1;
    margin-right: 15px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
}
.list_job li a .det .icons {
    display: flex;
    justify-content: left;
    padding-top: 10px;
}
.list_job li a .det .icons li {
    width: 19%;
    border: 1px solid #DEDEDE;
    font-size: 11px;
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 7px;
}
.list_job li a .det .icons li:nth-child(n + 6) {
    display: none;
}
.list_job li a .det .icons li svg {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
    fill: #656B72;
}
.list_job li a .det .icons li span {
    text-align: center;
    display: block;
}
.job_more {
    text-align: center;
    padding-top: 20px;
}
.job_more a {
    font-size: 16px;
    width: 35%;
    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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_jobs.mb {
    margin-bottom: 40px;
}
.list_jobs::before {
    content: "";
    display: block;
    width: 23.5%;
    order: 1;
}
.list_jobs::after {
    content: "";
    display: block;
    width: 23.5%;
}
.list_jobs li {
    width: 23.5%;
    margin-bottom: 35px;
}
.list_jobs li a {
    display: block;
    position: relative;
}
.list_jobs li a .pop {
    position: absolute;
    top: -7px;
    left: -5px;
    z-index: 20;
    font-size: 14px;
}
.list_jobs li a .pop span {
    background-color: #54B15E;
    text-align: center;
    line-height: 23px;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    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: 100%;
    height: 150px;
    margin-bottom: 8px;
}
.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: 6px;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #FFF;
    padding-left: 10px;
}
.list_jobs li a .image .prefectures svg {
    width: 15px;
    height: 15px;
    fill: #FFF;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.list_jobs li a .label {
    background-color: #656B72;
    color: #FFFFFF;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 6px;
    display: inline-block;
    padding: 0 8px;
}
.list_jobs li a .ttl {
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 700;
}
.list_jobs li a .icn {
    font-size: 14px;
}
.list_jobs li a .icn svg {
    width: 16px;
    height: 16px;
    fill: #656B72;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.btm_bnrs {
    border-top: 1px solid #F2F2F2
}
.btm_bnrs .inner {
    width: 1050px;
    margin: 0 auto;
    padding: 40px 0;
}
.list_bnrs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_bnrs li {
    width: 510px;
}
.list_bnrs li a {
    display: flex;
    justify-content: space-between;
    height: 100px;
}
.list_bnrs li a img {
    width: 270px;
}
.list_bnrs li a p.right {
    width: 240px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 17px;
    line-height: 1.3;
    padding-left: 20px;
    padding-right: 40px;
}
.list_bnrs li a p.right:before {
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    width: 1px;
    height: 84px;
    border-right: 1px solid #FFF;
    right: 25px;
}
.list_bnrs li a p.right:after {
    display: block;
    content: '';
    position: absolute;
    top: 45px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFF;
    border-bottom: 2px 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;
}