/** ======================================================================
 * 以下のテンプレートのみから参照されるスタイルシート
 * src/Recruit/JobBundle/Resources/views/Default/details.html.twig
 * src/Recruit/JobBundle/Resources/views/Default/partTimeDetails.html.twig
 *
 * マイページ用CSS + トップページ用CSS + 求人用CSS + このCSS
 * ======================================================================= */


/**
 * タグのスタイル調整
 */
.global-img {
    margin: 5px 0;
}

.global-img img {
    max-width: 100%;
    max-height: 30px;
}

.jpbd-ttl .ttl1 {
    font-size: 18px;
}

.jobd-txtblk p {
    margin-bottom: 0.2em;
    font-size: 15px;
}

#recruitJob .partTimeTag-container .hidden,
#recruitFullTime .partTimeTag-container .hidden {
    display: none;
}

#recruitJob .partTimeTag div,
#recruitFullTime .partTimeTag div {
    font-size: 15px;
    color: #339AF0;
    border: solid #339AF0 1px;
    border-radius: 3px;
    padding: 0.5em;
    margin: 0 10px 10px 0;
}

.jobd-point li {
    border: none;
    margin: 0;
    padding: 0;
}

.jpbd-ttl .specificSkillIcon {
    margin-bottom: 10px;
    border-radius: 60px;
    font-size: 14px;
}

#recruitJob .partTimeTag span:hover,
#recruitFullTime .partTimeTag span:hover {
    background: #339AF0;
    color: #FFF;
}

.jobd-point .toggle {
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}

.jobd-ditaile-map {
    width: auto;
    display: table !important;
    padding: 10px 20px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 14px;
}

a.jobd-ditaile-map:hover {
    background: #D61E29;
    color: #FFF !important;
}

table.jobd-spec td {
    margin-left: 15px;
    margin-right: 15px;
}

.jobd-spec-table {
    font-size: 18px;
    margin-bottom: 2em;
    width: 100%;
}

.jobd-spec-table th,
.jobd-spec-table td {
    display: block;
    text-align: left;
    width: 100%;
    padding: 15px;
    font-weight: normal;
}

.jobd-spec-table td:nth-child(even) {
    background: #F5F5F5;
}

.jobd-txtblk .ttl {
    color: #7d7d7d;
    font-size: 20px;
    margin-bottom: 10px;
}

.jobd-txtblk .ttl-work-environment {
    color: #586779;
    font-size: 15px;
}

span.jobd-map-link {
    color: #212529;
    font-size: 15px;
    display: block;
}

span.jobd-map-link i {
    color: #AAA;
}

ul.tags-box li {
    border: none;
    margin: 0;
    padding: 0;
}

.jobd-info .job-info-ditaile p {
    font-size: 14px;
}

.jpbd-ttl .tag-wrap span {
    font-size: 15px;
    color: #339AF0;
    margin-right: 10px;
}

.more-wrap {
    margin-top: 10px;
}

.more-wrap .content {
    min-height: 50px;
    position: relative;
}

.more-wrap .content.hide {
    overflow-y: hidden;
    max-height: 70px;
}

.more-wrap.tags .content.hide {
    overflow: hidden;
}

.more-wrap.long-ver .content.hide {
    max-height: 120px;
}

.more-wrap.environment .content.hide {
    max-height: 250px;
}

.more-wrap .content .more {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
    text-align: center;
    background: linear-gradient(to bottom, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
    cursor: pointer;
    color: #339AF0;
    font-size: 0.8rem;
}

.more-wrap.tags .content .more {
    background: linear-gradient(to bottom, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 0) 69%, rgb(255, 255, 255, 1) 70%);
}

.more-wrap span {
    color: #339AF0;
    font-size: 0.8rem;
    margin-right: 10px;
}

.image-area.swiper img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.image-area.swiper .swiper-wrapper {
    padding-bottom: 38px;
}

.image-area.swiper .swiper-pagination-bullet-active {
    background: #6c757d;
}

.job-contentinner .jobd-support {
    margin: 0 0 25px;
}

.company-video-url {
    text-decoration: underline !important;
    display: unset !important;
}

.about-visa-link {
    color: #d61e29;
    font-size: 0.8rem;
    text-decoration: underline !important;
    display: unset !important;
    margin-left: 15px;
}

.jobd-btntop-sp .sp {
    display: block;
}

@media (min-width: 767.98px) {
    .jpbd-ttl .ttl1 {
        font-size: 20px;
    }

    .jobd-txtblk p {
        font-size: 16px;
    }

    .jobd-spec-table {
        font-size: 15px;
    }

    .jobd-spec-table th {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        float: left;
        padding-left: 15px;
        display: flex;
        height: auto;
    }

    .jobd-spec-table td {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        float: left;
        vertical-align: middle;
        /* 中央揃え */
        display: table-cell;
    }

    .jobd-spec-table tr:nth-child(even) {
        background: #F5F5F5;
    }

    .jobd-spec-table td:nth-child(even) {
        background: none;
    }
}

/**
* 応募ボタン追従用CSS
*/
.apply-toggle {
    position: fixed;
    width: 80%;
    left: calc(50% - 80% / 2);
    text-align: center;
    line-height: 15px;
    bottom: 35px;
    display: block;
    /* background:  #d61e29; */
    text-decoration: none;
    font-size: 12px;
    border-radius: 10px;
}

.alert-white {
    color: #000;
    background-color: #F5F5F5;
    border-color: #DBDBDB;
    font-size: 0.9rem;
    transition: .3s linear;
    animation: 1s infinite alternate forwards running expansion;
    z-index: 1;
}

@keyframes expansion {
    0% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(1px);
    }
}

.alert-white:before,
.alert-white:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
}

.alert-white:before {
    bottom: -25px;
    right: 120px;
    border-style: solid;
    border-color: transparent transparent #DBDBDB transparent;
    border-width: 5px 20px 20px 20px;
    transform: rotate(180deg);
}

.alert-white:after {
    bottom: -25px;
    right: 120px;
    border-style: solid;
    border-color: transparent transparent #F5F5F5 transparent;
    border-width: 7px 18px 18px 18px;
    transform: rotate(180deg);
    z-index: 10;
}

.apply-toggle .alert {
    padding: 5px;
    min-height: 30px;
    box-shadow: 0 3px 6px #00000029;
}

.apply-toggle .alert .close {
    position: relative;
    top: -15px;
    right: -15px;
    color: #FFF;
    background-color: #414141;
    width: 23px;
    height: 23px;
    border-radius: 50px;
    opacity: 1;
    font-weight: 300;
    padding: 0 0 5px 1px;
    font-size: 1.2rem;
}

.modal-link {
    font-weight: 500;
    color: #339AF0;
    text-decoration: underline;
    font-size: 0.8rem;
    cursor: pointer;
}

.modal-link .number {
    font-weight: 600;
    font-size: 1.1rem;
}

.modal-header {
    border-bottom: unset;
}

@media screen and (min-width: 769px) {
    .apply-toggle {
        display: none !important;
    }

    .only_pc .jobd-support {
        margin-bottom: 25px;
    }

    .apply-toggle-pc {
        width: 45%;
        line-height: 15px;
        bottom: 10px;
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        border-radius: 10px;
    }

    .alert-white {
        color: #000;
        background-color: #F5F5F5;
        border-color: #DBDBDB;
        font-size: 0.9rem;
        transition: .3s linear;
        animation: 1s infinite alternate forwards running expansion;
        z-index: 1;
    }

    .jobd-btn-wrapper {
        display: flex;
    }

    .jobd-btn-wrapper .jobd-btnbtm {
        width: 40%;
    }
}

.input-checkbox {
    display: inline-block !important;
}

/**
* お気に入りボタンに適用される .hidden クラスのスタイル調整
* /assets/js/common.js でトグルされる。
*/

#recruitJob .hidden.yolo-bookmark-add,
#recruitJob .hidden.yolo-bookmark-remove,
#recruitFullTime .hidden.yolo-bookmark-add,
#recruitFullTime .hidden.yolo-bookmark-remove {
    display: none;
}


/**
* Vue コンポーネントのスタイル調整
*/

#recruitJob .carousel-card-list .card,
#recruitFullTime .carousel-card-list .card {
    border: 1px solid #e6e6e6;
    border-top: none;
}


/* ==========================================================================
    案件応募モーダル
 ========================================================================== */

.modal .modal-dialog .modal-content.application-modal-content {
    border: 4px solid #c51720;
    border-radius: 20px;
    margin: auto;
    max-width: 760px;
    padding: 0;
}

.modal .modal-dialog .modal-content.application-modal-content .modal-body {
    padding: 72px;
}

.modal .modal-dialog .modal-content.application-modal-content .close {
    font-size: 64px;
    font-weight: normal;
    line-height: 32px;
    right: 24px;
    top: 24px;
    z-index: 999;
}

.modal .modal-dialog .modal-content.application-modal-content .checkbox label::before {
    border: 2px solid #bbb;
    border-radius: 2px;
}

.modal .modal-dialog .modal-content.application-modal-content .checkbox label::after {
    color: #c51720;
}

.modal .modal-dialog .modal-content.application-modal-content .form-check-inline.radio {
    padding-left: 1.25rem;
}

.modal .modal-dialog .modal-content.application-modal-content .radio label::before {
    border: 2px solid #bbb;
}

.modal .modal-dialog .modal-content.application-modal-content .radio label::after {
    background-color: #c51720;
    left: 4px;
    top: 4px;
    height: 9px;
    width: 9px;
}

.modal .modal-dialog .modal-content.application-modal-content .badge {
    position: initial;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 4px;
}

.modal .modal-dialog .modal-content.application-modal-content .badge.badge-danger {
    background-color: #c51720;
}

.modal .modal-dialog .modal-content.application-modal-content .badge.badge-gray {
    background-color: #969696;
}

.modal .modal-dialog .modal-content.application-modal-content .alert-warning {
    color: #c58008;
}

.modal .modal-dialog .modal-content.application-modal-content .job-application-title {
    color: #c51720;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.modal .modal-dialog .modal-content.application-modal-content .job-description {
    background: #f1f1f1;
    padding: 1.5em 3em;
}

.modal .modal-dialog .modal-content.application-modal-content .job-description-item {
    display: flex;
}

.modal .modal-dialog .modal-content.application-modal-content .job-description-title {
    font-weight: normal;
    width: 96px;
}

.modal .modal-dialog .modal-content.application-modal-content .job-description-content {
    font-weight: normal;
}

.modal .modal-dialog .modal-content.application-modal-content .job-qualification {
    border: 6px solid #f1f1f1;
    color: #777;
    padding: 1.5em 3em;
}

.modal .modal-dialog .modal-content.application-modal-content .job-qualification-title {
    background: #c51720;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    padding: 0.2em 0.6em;
}

.modal .modal-dialog .modal-content.application-modal-content .job-qualification-confirm {
    margin: 36px 20px;
    text-align: center;
}

.modal .modal-dialog .modal-content.application-modal-content .job-application-form {
    background-color: #f1f1f1;
    padding: 24px;
}

.modal .modal-dialog .modal-content.application-modal-content .card-box {
    padding: 20px;
    border: 1px solid rgba(54, 64, 74, 0.04);
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.modal .modal-dialog .modal-content.application-modal-content .card-box .hidden {
    display: none;
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content.application-modal-content .modal-body {
        padding: 20px;
    }

    .modal .modal-dialog .modal-content.application-modal-content .job-description {
        padding: 1.5em;
    }

    .modal .modal-dialog .modal-content.application-modal-content .job-qualification {
        padding: 1.5em;
    }
}


/* ==========================================================================
    案件応募完了モーダル
 ========================================================================== */

.modal .modal-dialog .modal-content.application-modal-content .screening-introduction-icon {
    color: #c51720;
    font-size: 72px;
    text-align: center;
}

.modal .modal-dialog .modal-content.application-modal-content .screening-introduction-header {
    font-weight: bold;
    text-align: center;
}

.modal .modal-dialog .modal-content.application-modal-content .screening-introduction-header-description {
    padding: 24px 48px;
    text-align: center;
}

.modal .modal-dialog .modal-content.application-modal-content .screening-introduction-balloon {
    background-color: #c51720;
    color: #fff;
    width: 240px;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin: auto;
    position: relative;
}

.modal .modal-dialog .modal-content.application-modal-content .screening-introduction-balloon::after {
    content: '';
    display: inline-block;
    position: absolute;
    margin: auto;
    bottom: -8px;
    left: -50%;
    right: -50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0;
    border-color: #c51720 transparent transparent transparent;
}

.modal .modal-dialog .modal-content.application-modal-content .screening-introduction {
    counter-reset: screening-introduction-item;
    list-style-type: none;
    padding-left: 0;
}

.modal .modal-dialog .modal-content.application-modal-content .screening-introduction-item {
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px 2px #eee;
    margin: 36px auto;
    padding: 48px 48px 24px;
    text-align: center;
}

.modal .modal-dialog .modal-content.application-modal-content .screening-introduction-item::before,
.modal .modal-dialog .modal-content.application-modal-content .screening-introduction-item::after {
    position: absolute;
    margin: auto;
    background-color: #c51720;
    border-radius: 50%;
    left: -50%;
    right: -50%;
}

.modal .modal-dialog .modal-content.application-modal-content .screening-introduction-item::before {
    content: ' ';
    top: -18px;
    height: 40px;
    width: 40px;
}

.modal .modal-dialog .modal-content.application-modal-content .screening-introduction-item::after {
    counter-increment: screening-introduction-item;
    content: counter(screening-introduction-item);
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    top: -16px;
    height: 36px;
    width: 36px;
}

.modal .modal-dialog .modal-content.application-modal-content .screening-introduction-title {
    font-size: 1.2em;
    font-weight: bold;
}

.modal .modal-dialog .modal-content.application-modal-content .screening-introduction-detail {
    text-align: left;
}

.modal .modal-dialog .modal-content.application-modal-content .screening-introduction-notice {
    background-color: #f1f1f1;
    padding: 18px 36px;
    text-align: left;
}

.modal .modal-dialog .modal-content.application-modal-content .btn-cancel {
    display: block;
    margin: auto;
    border: 2px solid #969696 !important;
    color: #969696 !important;
    background-color: #fff !important;
}

.modal .modal-dialog .modal-content.application-modal-content .btn-cancel:active {
    color: #fff !important;
    background-color: #969696 !important;
}


/* ==========================================================================
    案件応募完了ページ
 ========================================================================== */

#applicationCompleted {
    background: #fff;
}

#applicationCompleted .text-blue {
    color: #0e69a5;
}

#applicationCompleted .icon-check {
    color: #c51720;
    font-size: 72px;
    display: block;
    margin: 24px auto;
    padding-top: 36px;
}

#applicationCompleted h1 {
    text-align: center;
    font-weight: bold;
}

#applicationCompleted h1 small {
    font-size: 40%;
}

#applicationCompleted .dialog {
    border: 2px solid #0e69a5;
    border-radius: 8px;
    max-width: 800px;
    margin: 24px auto;
}

#applicationCompleted .dialog .content {
    padding: 24px 48px 48px;
}

#applicationCompleted .dialog h2 {
    color: #fff;
    background: #0e69a5;
    margin: 0;
    padding: 8px;
    font-size: 120%;
    text-align: center;
}

#applicationCompleted .dialog h3 {
    text-align: center;
}

#applicationCompleted .dialog p {
    margin: 24px auto;
}

#applicationCompleted .dialog .voices {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #0e69a5;
}

#applicationCompleted .dialog .point {
    background: #f5f5f5;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 24px;
    font-size: 120%;
    font-weight: bold;
    padding: 24px 64px 12px;
}

#applicationCompleted .dialog .point > li {
    margin-bottom: 12px;
    padding-left: 1.5em;
    position: relative;
}

#applicationCompleted .dialog .point > li::before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #d21b2b;
    position: absolute;
    left: 0;
}

#applicationCompleted .dialog .link {
    text-align: center;
    margin-top: 15px;
}

#applicationCompleted .btn-back {
    color: #aaa;
    border: 2px solid #aaa;
}

.specificSkillIcon {
    background-color: #D61E29;
    max-width: 80%;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    line-height: 1.2em;
    border-radius: 5px;
}

/* ==========================================================================
    特集ページ
   ========================================================================== */

.feature-page-link-top a {
    color: #5590FF;
    font-size: 15px;
    text-decoration: underline;
}

.feature-page-link-bottom a {
    color: #d61e29;
    text-decoration: underline;
    text-align: center;
}

.job-feature-page-job-details {
    padding: 36px;
    background-color: #ffffff;
}

.job-feature-page-job-details .slide-box-campaign {
    border: 1px solid #E5E5E5;
}

.job-feature-page-job-details .slide-box-campaign a {
    height: 100%;
}

@media screen and (max-width: 479px) {
    .job-feature-page-job-details {
        padding: 12px;
    }
}

.job-feature-page-job-details .caption {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 32px;
}

.job-feature-page-job-details .slide-link {
    border: 2px solid #E5E5E5;
}

.job-feature-page-job-details .inner {
    margin-right: 0;
    margin-left: 0;
    padding: 2px;
    height: 100%;
}

.job-feature-page-job-details .text-box {
    height: 100%;
}

@media screen and (min-width: 480px) {
    .job-feature-page-job-details .inner {
        height: 160px;
    }
}


/* ==========================================================================
    モニター詳細ページ
   ========================================================================== */

.monitor-details .monitor-details-referral {
    color: #777;
}

.monitor-details .monitor-details-referral h6 {
    font-size: 125% !important;
    color: #ff5a5f !important;
    font-weight: 600;
    margin: 0 0 15px;
}

.monitor-details .monitor-details-referral p {
    font-size: 90%;
    line-height: 1.4;
}

.monitor-details .monitor-details-referral .monitor-details-referral-text {
    font-size: 110%;
}

.monitor-details .monitor-details-referral .monitor-details-referral-fee {
    font-size: 150%;
    color: #ff5a5f;
    padding-right: 5px;
    font-weight: 600;
}

/* ==========================================================================
    求人詳細ページのビデオ
   ========================================================================== */

.video-wrap {
    max-height: 300px;
    max-width: 400px;
}

/* ==========================================================================
    求人詳細ページのシェアボタン
   ========================================================================== */

.share-section {
    background: #D92833;
    margin-bottom: 2px;
    text-align: center;
    padding: 10px 20px;
    position: relative;
}

.share-section a.twitter-btn {
    border-radius: 5px;
    background: #1DA1F2;
    color: #FFF;
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.share-section a.facebook-btn {
    border-radius: 5px;
    background: #4267B2;
    color: #FFF;
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
}

.share-section a.insta-btn {
    border-radius: 5px;
    background: rgb(178, 37, 151);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(178, 37, 151, 1) 0%, rgba(220, 18, 98, 1) 27%, rgba(241, 75, 53, 1) 65%, rgba(251, 197, 83, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(178, 37, 151, 1) 0%, rgba(220, 18, 98, 1) 27%, rgba(241, 75, 53, 1) 65%, rgba(251, 197, 83, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(178, 37, 151, 1) 0%, rgba(220, 18, 98, 1) 27%, rgba(241, 75, 53, 1) 65%, rgba(251, 197, 83, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b22597', endColorstr='#fbc553', GradientType=1);
    /* IE6-9 */
    color: #FFF;
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
}

.share-section a.line-btn {
    border-radius: 5px;
    background: #00B900;
    color: #FFF;
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.share-section a:hover {
    opacity: 0.8;
}

.share-section h3 {
    font-size: 1.3em;
    color: #FFF;
    margin-bottom: 30px;
    margin-top: 20px;
}

.share-section .col-6.col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.share-section .col-6.col-md-3 .left-box {
    padding-left: 0;
}

.share-section .col-6.col-md-3 .right-box {
    padding-right: 0;
}

.postingPeriod-label {
    background-color: #D61E29;
    color: white;
    padding: 5px 10px;
    font-size: 1.0rem;
    border-radius: 5px;
    margin: 0 10px 0 0;
}

.partTimeDetail-more, .partTimeDetail-less {
    font-size: 18px !important;
}

@media screen and (min-width: 480px) {
    .share-section h3 {
        font-size: 1.5em;
        margin-top: 40px;
        padding: 0 20px;
    }

    .share-section a.facebook-btn {
        margin-bottom: 30px;
    }

    .share-section .col-6.col-md-3 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .share-section .col-6.col-md-3 .left-box {
        padding-left: 15px;
    }

    .share-section .col-6.col-md-3 .right-box {
        padding-right: 15px;
    }

    .postingPeriod-label {
        padding: 3px 10px;
        float: left;
    }
}
