@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@media screen and (max-width: 767px) {
    .sep-search-result__company-ttl {
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .sep-search-result__company .sep-text {
        /*    margin-left: calc(60% + 10px);  */
    }
}

.sep-search-result__company .sep-text__title {
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .sep-search-result__company .sep-text__title {
        color: #000;
    }
}

.sep-search-result__company .sep-text__icon {
    margin-bottom: 10px;
}

.sep-search-result__company .sep-text__icon span {
    background-color: #2aabe4;
    text-align: center;
    padding: 2px 10px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.sep-search-result__company .sep-text__txt {
    max-height: none;
    color: #000;
    display: inline;
}

.sep-search-result__company .sep-text__txt:after {
    content: none;
}

@media screen and (max-width: 767px) {
    .sep-search-result__company .sep-text__txt {
        font-size: 14px;
    }

    .sep-search-result__company .sep-photo {
        width: 170px;
    }

    .sep-movie__box {
        padding-bottom: 55.5%;
        height: 0px;
        position: relative;
    }

    .sep-movie__box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .sep-search-result__company .sep-text__txt {
        max-height: 82.5px;
        overflow: hidden;
        position: relative;
        margin-right: -10px;
        padding-right: 20px;
    }

    .sep-search-result__company .sep-text__txt::after {
        position: absolute;
        display: inline-block;
        content: "...";
        right: 10px;
        bottom: 0;
    }
}

.sep-table th {
    width: 130px;
    font-size: 12px;
    border: 1px solid #fff;
    background-color: #d7f5ff;
    color: #404040;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .sep-table th {
        padding: 5px 8px;
    }
}

.sep-table td {
    font-size: 12px;
    border: 1px solid #d7f5ff;
    color: #404040;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .sep-table td {
        padding: 5px 8px;
    }
}

.sep-search-result__company {
    border-top: none;
}

.sep-search-result__company-icon {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .sep-search-result__company-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .sep-search-result__company-icon:after {
        content: '';
        display: table;
        clear: both;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .sep-search-result__company-icon-box {
        width: calc(50% - 5px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.sep-search-result__company-icon-box-item {
    background-color: #2aabe4;
    text-align: center;
    padding: 2px 10px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .sep-search-result__company-icon-box-item {
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .sep-search-result__company-icon-box-item {
        display: block;
    }
}

.sep-search-result__company-icon-box-text {
    font-size: 12px;
    color: #2aabe4;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .sep-search-result__company-icon-box-text {
        text-align: center;
        margin: 5px 0 10px !important;
    }
}

.sep-search-result__table {
    padding: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .sep-search-result__table {
        margin: 10px 10px;
        padding: 0px;
    }
}

.sep-search-result__table-title {
    background-color: #2aabe4;
    color: #fff;
    padding: 5px 12px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .sep-search-result__table-title {
        text-align: center;
    }
}

/*20191112*/
.sep-movie__box iframe {
    width: 100%;
}

.sep-search-result__resources {
    color: #404040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 20px;
    padding-bottom: 15px;
    clear: both;
}

@media screen and (max-width: 767px) {
    .sep-search-result__resources {
        margin: 0 10px;
    }
}

.sep-search-result__resources .sep-photo {
    width: 90px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .sep-search-result__resources .sep-photo {
        width: 70px;
    }
}

.sep-search-result__resources .sep-photo p {
    color: #f79145;
    font-size: 11px;
    letter-spacing: -0.1em;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45px;
    width: 90px;
}

@media screen and (max-width: 767px) {
    .sep-search-result__resources .sep-photo p {
        margin-left: -40px;
    }
}

.sep-search-result__resources .sep-text {
    width: calc(100% - 100px);
}

@media screen and (max-width: 767px) {
    .sep-search-result__resources .sep-text {
        width: calc(100% - 80px);
    }
}

.sep-search-result__resources__message-cmt {
    background-color: #f79145;
    border-radius: 4px 4px 0 0;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 6px 10px 4px 22px;
    position: relative;
}

.sep-search-result__resources__message-cmt img {
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}

.sep-search-result__resources__message-cmt span {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .sep-search-result__resources__message-cmt {
        padding: 4px 10px 2px;
        font-size: 13.5px;
        padding-left: 20px;
        background-size: 20px 15.555555px;
        font-size: 12.5px;
    }

    .sep-search-result__resources__message-cmt img {
        width: 20px;
        height: 15px;
    }
}

.sep-search-result__resources__message-cmt:before {
    border-color: transparent #f79145 transparent transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    left: -10px;
    position: absolute;
    display: block;
    top: calc(50% - 8px);
    content: " ";
}

.sep-search-result__resources__message-list {
    background-color: #fffef1;
    border-radius: 0 0 4px 4px;
    padding: 8px 28px;
}

@media screen and (max-width: 767px) {
    .sep-search-result__resources__message-list {
        padding: 8px 15px;
    }
}

.sep-search-result__resources__message-list li {
    margin: 4px 0;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .sep-search-result__resources__message-list li {
        font-size: 12px;
    }
}

.sep-search-result__resources__message-list li:before {
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    background-color: #f79145;
    display: block;
    top: 3px;
    left: 0;
    border-radius: 2px;
}

@media screen and (max-width: 767px) {
    .sep-search-result__resources__message-list li:before {
        width: 12px;
        height: 12px;
        top: 4px;
    }
}

.sep-search-result__resources__message-list li:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 3px;
    height: 7px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
    .sep-search-result__resources__message-list li:after {
        width: 3px;
        height: 6px;
        left: 3.5px;
        top: 5px;
    }
}

.sep__ribbon .is-rib--entry {
    padding-right: 5px;
    background: #72c415;
    background: -webkit-gradient(linear, left top, right top, from(#72c415), to(#28b933));
    background: linear-gradient(to right, #72c415 0%, #28b933 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='map-get($color-sub,"base")', endColorstr='map-get($color-sub,"light")', GradientType=1);
}

.sep__ribbon .is-rib--entry::after {
    border-color: #28b933 transparent #28b933 #28b933;
    right: -19px;
}

h1#logo {
    font-size: 20px;
    line-height: 1;
}

.company_match {
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .company_match {
        margin-bottom: 15px;
    }
}

.company_match>a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.company_match .company_match_ttl {
    font-size: 18px;
    color: #2aabe4;
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    .company_match .company_match_ttl {
        text-decoration: underline;
    }
}

.company_match_num {
    margin-right: 2px;
}

@media screen and (max-width: 767px) {
    .company_match .company_match_ttl {
        font-size: 16px;
    }
}

.company_match .company_match_txt {
    font-size: 14px;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .company_match .company_match_txt {
        font-size: 12px;
    }
}

.company_match .company_match_num {
    font-size: 24px;
    color: #f79145;
    display: inline-block;
    vertical-align: bottom;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .company_match .company_match_num {
        font-size: 18px;
    }
}

.company_match .bln {
    top: 50px;
    width: 300px;
    left: -140px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .company_match .bln {
        left: -182px;
    }
}

.company_match .bln .bln_inner {
    color: #404040;
}

.bln .bln_inner {
    z-index: 999;
}

.company_match .bln:after {
    -webkit-transform: rotate(-248deg) skew(-45deg);
    -ms-transform: rotate(-248deg) skew(-45deg);
    transform: rotate(-248deg) skew(-45deg);
    top: -8px;
    bottom: auto;
    left: 91%;
}

.company_match .company_match_num_star-wrap {
    position: relative;
    width: 170px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .company_match .company_match_num_star-wrap {
        width: 138px;
    }
}

.company_match .company_match_num_star-wrap i {
    font-size: 23px;
    vertical-align: middle;
    letter-spacing: 0.03em;
    margin-top: -3px;
}

@media screen and (max-width: 767px) {
    .company_match .company_match_num_star-wrap i {
        letter-spacing: 0;
        font-size: 18px;
        margin-top: 0px;
    }
}

.company_match .company_match_num_star-wrap .company_match_num_star {
    color: #fdf163;
}

.company_match .company_match_num_star-wrap .company_match_num_star-border {
    position: absolute;
    top: 0;
    left: 0;
    color: #f79145;
}

.company_match.gray-scale * {
    color: #cccccc;
}

.company_match.gray-scale .company_match_num_star-wrap .company_match_num_star-border {
    position: static;
}

.company_match.no-login .company_match_num {
    width: 23px;
}

.is-icon--occupation {
    background-image: url(../img/icon_occupation01.png);
}

.by_occupation_batch {
    position: absolute;
    top: -18px;
    right: 0;
    background-color: #1a5790;
    z-index: 100;
    padding: 0px 10px 0px 40px;
    width: 170px;
    text-align: center;
    line-height: 34px;
    background-position: 8px center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .by_occupation_batch {
        width: 159px;
        padding: 4px 5px 4px 20px;
        top: 35px;
        right: auto;
        left: 10px;
        line-height: 21px;
        background-size: 15px 15px;
        z-index: 999;
    }
}

.by_occupation_batch>span,
.by_occupation_batch i {
    font-size: 14px;
    color: #fff;
}

.by_occupation_batch>span {
    font-weight: 700;
}

.by_occupation_batch .bln_wrap.follow .bln {
    width: 340px;
    top: auto;
    bottom: 40px;
    left: auto;
    right: -30px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .by_occupation_batch .bln_wrap.follow .bln {
        width: 300px;
        left: -115px;
        right: auto;
        margin-left: 0;
    }
}

.by_occupation_batch .bln_wrap.follow .bln:after {
    left: auto;
    right: 26px;
}

@media screen and (max-width: 767px) {
    .by_occupation_batch .bln_wrap.follow .bln:after {
        right: auto;
        left: 121px;
    }
}

@media screen and (max-width: 767px) {
    .by_occupation_batch_box {
        padding-top: 50px;
    }
}

.sep-heading.is-lv3--cmp--save {
    background-image: url(../img/icon_save.png);
    background-size: 19.5px 25.5px;
}

@media screen and (max-width: 767px) {
    .sep-heading.is-lv3--cmp--save {
        border-bottom: none;
    }
}

.sep__detail__search-save {
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .sep__detail__search-save {
        padding: 0 10px 19px;
    }
}

.sep__detail__search-save li {
    position: relative;
    margin-bottom: 20px;
}

.sep__detail__search-save li {
    position: relative;
    margin-bottom: 20px;
}

.sep__detail__search-save li.sep__detail__search-no_arrow {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .sep__detail__search-save li {
        margin-bottom: 20px;
        width: 98%;
    }
}

.sep__detail__search-save li:after {
    position: absolute;
    right: 25px;
    width: 11px;
    height: 24px;
    content: '';
    background-image: url(../img/arrow.png);
    top: 50%;
    margin-top: -12px;
}

@media screen and (max-width: 767px) {
    .sep__detail__search-save li:after {
        right: 15px;
    }
}

.sep__detail__search-save li .move_list {
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    left: 12px;
    width: 25px;
    height: 25px;
    background-image: url(../img/move.png);
    background-size: 25px 25px;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .sep__detail__search-save li .move_list {
        left: 7px;
    }
}

.sep__detail__search-save li a {
    border: 2px solid #29abe4;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    padding: 15px 50px;
    font-size: 16px;
    color: #404040;
}

@media screen and (max-width: 767px) {
    .sep__detail__search-save li a {
        padding: 10px 30px 10px 38px;
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .sep__detail__search-save li a:hover {
        background-color: #f1f9fc;
    }
}

.sep__detail__search-save li a span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .sep__detail__search-save li a span {
        line-height: 1.2;
    }
}

.sep__detail__search-save li .move_list {
    position: absolute;
    top: 4px;
    right: -10px;
    left: auto;
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    background-image: url(../img/move.png);
    background-size: 25px 25px;
    background-color: #fff;
    display: block;
    cursor: pointer;
}

.sep__detail__search-save li .move_list:hover {
    background-image: url(../img/move_on.png);
}

.sep__detail__search-save li a {
    border: 2px solid #29abe4;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    padding: 15px 50px 15px 15px;
    font-size: 16px;
    color: #404040;
}


.company_match>a {
    padding: 0 20px 0 0;
}

.company_match.gray-scale i.fa-question-circle {
    color: #2aabe4;
}

.company_match .company_match_num_star-wrap i.fa-question-circle {
    font-size: 13px;
    color: #2aabe4;
}

.company_match .company_match_num_star-wrap {
    width: 155px;
}

@media screen and (max-width: 767px) {
    .company_match .company_match_num_star-wrap {
        width: 120px;
    }
/*
    .bln_wrap:not(.follow):hover .bln {
        display: block;
    }
*/
    .bln_wrap:not(.follow):hover {
        padding-top: 0;
    }

    .company_match>a {
        padding: 0;
    }

    .company_match .bln.no_star {
        left: auto;
        right: 0;
        top: 36px;
    }

    .sep__type.is-result .bln_wrap {
        margin-bottom: 5px;

    }
}

.bln__close {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
}

@media screen and (min-width: 767px) {
    .company_match .bln.no_star {
        left: auto;
        right: 0;
        display: block !important;
    }

}

.bln_wrap.follow .inline .bln {
    left: 50%;
    font-size: 12px;
    color: #404040 !important;
    font-weight: normal !important;
    width: 276px;
    margin-left: -105px;
    left: 66%;
}

@media screen and (max-width: 767px) {
    .bln_wrap.follow .inline .bln {
        left: 50%;
        top: -116px;
        font-size: 12px;
        color: #404040 !important;
        font-weight: normal !important;
        width: 276px;
        margin-left: -105px;
        left: 66%;
    }
}

.fas.fa-question-circle.no_star {
    padding-left: 5px;

}

.fas.no_star {
    color: #2aabe4;
}

.by_occupation_batch,
a.by_occupation_batch_box {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sep__detail__search-no_arrow:after {
    display: none;
}

.company_match.pc {
    display: block;
}

@media screen and (max-width: 767px) {
    .company_match {
        margin-bottom: 5px;
    }

    .by_occupation_batch_box {
        padding-top: 30px;
    }

    .by_occupation_batch {
        top: 30px;
    }

    .sep-search-result__name-ico {
        margin: 5px 0 !important;
    }

    .sep-search-result__resources {
        display: block;
    }

    .sep-search-result__resources .sep-photo {
        position: absolute;
        z-index: 100;
        left: -10px;
        top: -10px;
    }

    .sep-search-result__resources__message-cmt:before {
        display: none;
    }

    .sep-search-result__resources .sep-text {
        width: calc(100%);
        padding: 0 0 0 10px;
    }

    .sep-search-result__resources__message-cmt {
        padding: 8px 26px 5px;
        padding-left: 50px;
    }

    .sep-search-result__resources {
        position: relative;
    }

    .match_bln .bln.is-outline {
        display: none;
    }
}


.sep__ribbon.is-result+.by_occupation_batch+.sep__detail__inner>a {
    padding-top: 15px;
}

.sep__ribbon.is-result+.sep__detail__inner>a {
    padding-top: 15px;
}

.sep__outline .sep__ribbon {
    margin-top: -20px;
    position: absolute;
    z-index: 100;
}
@media screen and (max-width: 767px) {
    .sep__outline .sep__ribbon {
        margin-top: -15px;
    }

    .by_occupation_batch {
        top: 20px;
    }

    .sep__ribbon.is-result+.by_occupation_batch+.sep__detail__inner>a {
        padding-top: 50px;
    }

    .by_occupation_batch+.sep__detail__inner>a {
        padding-top: 50px;
    }
    .no_ribon.by_occupation_batch + .sep__detail__inner > a {
        padding-top: 40px;
    }
}

.checkbox-sort{
    padding: 0 20px;
}
@media screen and (max-width: 767px) {
    .checkbox-sort{
        padding: 20px 0 0;
        margin-bottom: -16px;
    }
    .interns-search-btn{
        line-height: 1.5!important;
        height: 70px!important;
    }
}
.sep-search-result__box-contents .interns-icon-list{
    margin-bottom: 10px;
}
.interns-icon-list span{
    display: inline-block;
    margin-right: 5px;
    padding: 2px 8px;
    color:#fff;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
}
.interns-icon-list span.icon-green{
    background-color: #059b8d;
}
.interns-icon-list span.icon-red{
    background-color: #e5011a;
}
.interns-icon-list span.icon-orange{
    background-color: #F79145;
}
.interns-icon-list span.icon-blue{
    background-color: #007fe4;
}
.interns-icon-list span.icon-yellow{
    background-color: #ffcc00;
}
.interns-icon-list span.icon-purple{
    background-color: #666699;
}
.interns-icon-list span:last-child{
    margin-right: 0;
}
.pnl-obog {
    background-color:lightyellow;
}
.sep-search-result__box{
    display: flex;
    padding: 20px;
    margin-top: 20px;
    /*border: 1px solid #eee;*/
    border:2px solid #2aabe4;
}
.sep-search-result__box > .sep-search-result__box-img{
    width: 200px;
    margin-right: 15px;
}
.sep-search-result__box-contents{
    width: calc(100% - 215px);
}
.sep-search-result__box-contents h3{
    font-size: 16px;
    margin-bottom: 10px;
    color:#1a5790;
}
.sep-search-result__box-contents table{
    width: 100%;
}
.sep-search-result__box-contents table th {
    width: 130px;
    font-size: 12px;
    border: 1px solid #fff;
    background-color: #d7f5ff;
    color: #404040;
    font-weight: normal;
    padding: 4px 15px;
}
.sep-search-result__box-contents table td {
    font-size: 12px;
    border: 1px solid #eee;
    color: #404040;
    padding: 4px 15px;
    font-weight: normal;
    background-color:#fff;
}
@media screen and (max-width: 767px) {
    .interns-icon-list span{
        /*font-size: 12px;*/
        margin-bottom: 4px;
    }
    .sep-search-result__box-contents{
        width: 100%;
    }
    .sep-search-result__box .sep-search-result__box-img{
        text-align: center;
        margin-bottom:20px;
        float: left;
        width: 120px;
    }
    .interns-icon-list{
        margin-bottom: 4px;
    }
    .sep-search-result__box-contents h3{
        font-size: 14px;
    }
    .sep-search-result__box{
        padding: 20px 10px;
        margin-bottom: 20px;
        display: block;
    }
    .sep-table th ,
    .sep-search-result__box-contents table th {
        width: 120px;
    }
    .radio_item span, .checkbox_item span{
        font-size: 12px;
    }
}