@charset "utf-8";

.search-block {
    max-width: 850px;
    margin: 1em auto;
}
.search-block .open-btn {
    position: relative;
    display: block;
    margin: 0;
    padding: 0.5em 1.5em;
    width: 100%;
    color: #000;
    background: rgb(237, 232, 220);
    text-align: left;
    font-size: 120%;
    border-radius: 0;
}
.search-block .open-btn .arrow_mark {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    background: url(../img/arrow-up.png) no-repeat;
    background-size: cover;
    right: 30px;
    bottom: 10px;
}
.search-block .open-btn[aria-expanded^=true] .arrow_mark {
    background: url(../img/arrow-down.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    background-size: cover;
    right: 30px;
    bottom: 10px;
}
.contents-joblist {
    max-width: 1080px;
    margin: 0 auto;
}
.no-data{
    padding: 0 1em;
}
.joblist-box {
    margin: 0 auto 3em;
    padding: 0 0 6px;
    max-width: 1080px;
}

.joblist-info {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}
.joblist-title {
    margin: 0;
    padding: 17px 10px 15px;
    font-size: 14px;
    font-weight: normal;
}

a .joblist-title{
    color:#FFF;
}
.joblist-box a:hover{
    text-decoration: none;
    opacity: .65;
}
.joblist-txt-box{
    min-height: 298px;
}
.joblist-table {
    margin: 15px 0 0 15px;
    width: 380px;
    width: calc(100% - 400px);
}
.joblist-table-box{
    padding: 14px 0 0;;
}
.joblist-table-box .title{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
}
.joblist-table-box .text{
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 17px;
}
.joblist-table-box:last-child{
    border-bottom: none;
}
.joblist-table-box:last-child .text {
    height:auto;
    -webkit-line-clamp: 1;
}
.joblist-table th,
.joblist-table td {
    text-align: left;
    border-top: none;
    width: 100%;
}
.joblist-table th {
    padding: 12px 12px 0 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}
.joblist-table td {
    border-bottom: 1px dashed #dee2e6;
    padding: 0 12px 12px 0;
    font-size: 14px;
    line-height: 20px;
}
.joblist-table .ellipsis-td {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 20px 0 17px;
}
.joblist-img-box {
    margin: 0 auto;
    padding: 0;
    width: 390px;
}

.joblist-img-box .joblist-no-img {
    margin: 0 auto;
    width: 300px;
    height: 225px;
    background: #ccc;
}

.joblist-img-box img {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 225px;
    font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */
}

.joblist-btn-box {
    position: absolute;
    bottom: 16px;
    right: 0;
    width: 290px;
    display: flex;
    justify-content: flex-end;
}

.joblist-btn-box .joblist-btn {
    background-color: transparent;
    display: block;
    padding: 12px 0px 11px;
    border: 1px solid #707070;
    border-radius: 20px;
    width: 135px;
    text-align: center;
    color: #2B2B2B;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}
.joblist-btn-box .joblist-btn:hover {
    opacity: .65
}
@media screen and (min-width:769px) {
.joblist-table-box .text{
    height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
}
@media screen and (max-width:767px) {
    .joblist-info {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .joblist-img-box {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .joblist-img-box img{
        width: 100%;
        height: fit-content;
        aspect-ratio: 358 / 214;
        margin: 16px 0 0;
        max-width: none;
        max-height: none;
    }

    .joblist-img-box .joblist-no-img {
        margin: 15px auto;
        width: 240px;
        height: 180px;
        background: #ccc;
    }
    .search-table{
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
    .btn-table{
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    .joblist-table {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .joblist-txt-box{
        text-align: left;
        padding: 0 14px;
        min-height: auto;
    }
    .joblist-table-box {
        border-bottom: none;
    }
    .joblist-table-box:last-child{
        margin-bottom:inherit;
    }
    .joblist-table-box:last-child .text{
        height: inherit;
    }
    .joblist-table th{
        padding: 12px 15px 0;
    }

    .joblist-table td{
        padding: 0 15px 12px;
        border-bottom: none;
    }
    .btn-table td div{
        max-width: 360px;
        margin: 0 auto;
    }
    .search-table .search-btn{
        font-size: 13px;
        float: left;
        width: 38vw;
        margin: 1rem 0;
        max-width: 170px;
    }
    .search-table .btn-default{
        font-size: 13px;
        float: right;
        width: 38vw;
        margin: 1rem 0;
        max-width: 170px;
        padding: .375rem 0;
    }
    .joblist-btn-box {
        padding: 0;
        width: 100%;
        position: static;
        display: flex;
        justify-content: flex-end;
    }
    .joblist-btn-box .joblist-btn {
        background-color: transparent;
        display: block;
        padding: 7px 26px 6px;
        border: 1px solid #707070;
        border-radius: 20px;
        width: 124px;
        text-align: center;
        color: #2B2B2B;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        margin: 0;
    }

    .joblist-btn-box .joblist-btn:hover {
        opacity: .65
    }
    .form-check-label{
        width:100%;
    }
    .search-block .open-btn {
        box-shadow: none;
    }
    .search-table th{
        padding: 0.75rem 1rem .5rem;
        font-size: 15px;
    }
    .search-table td{
        padding: 0 1rem .75rem;
        font-size:14px;
    }
}

/*****************************************************************
    i Round
******************************************************************/
.fv {
    width: calc(100% - 30px);
    margin: 141px 15px 124px;
    height: fit-content;
    aspect-ratio: 358 / 586;
    background: url(../../img/recruit/sp/recruit-fv.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    gap: 186px;
}

.content-ttl {
    color: #FFF;
    text-align: center;

    h2 {
        font-size: 71px;
    }

    h3 {
        font-size: 14px;
    }
}

.scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 50.38px;
}

.scroll b {
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 4.8px;
}

.scroll .arrow span {
    display: block;
    width: 13px;
    height: 13px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(45deg);
    line-height: 0;
}

.joblist-txt-box .joblist-table .joblist-table-box h3 {
    display: block;
    padding: 6px 61px 5px;
    border: 1px solid #707070;
    border-radius: 20px;
    width: 180px;
    text-align: center;
    color: #2B2B2B;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
}

@media only screen and (min-width:992px) {
    .contents-joblist {
        width: 79%;
    }

    .fv {
        width: 79%;
        max-width: 1080px;
        height: fit-content;
        aspect-ratio: 1290 / 750;
        background: url(../../img/top/recruit.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
        gap: 190px;
        margin: 177px auto 220px;
    }

    .content-ttl {
        color: #FFF;
        text-align: center;

        h2 {
            font-size: 150px;
        }

        h3 {
            font-size: 18px;
        }
    }

    .scroll {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 50.38px;
    }

    .scroll b {
        color: #FFF;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 4.8px;
    }

    .scroll .arrow span {
        display: block;
        width: 13px;
        height: 13px;
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        transform: rotate(45deg);
        line-height: 0;
    }

    .joblist-box {
        width: 100%;
        display: flex;
        gap: 16px;
        margin: 0 0 3em;
    }

    .joblist-box .joblist-img-box {
        width: 49%;
        max-width: 536px;
        height: fit-content;
        aspect-ratio: 536 / 321;
        margin: 0;
    }

    .joblist-box .joblist-img-box a {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .joblist-box .joblist-img-box a img {
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
        max-width: none;
        max-height: none;
        font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */;
    }

    .joblist-box .joblist-info{
        width: 49%;
        max-width: 536px;
        margin: 0;
    }

    .joblist-title {
        padding: 15px 0 15px 28px;
        font-size: 16px;
    }

    .joblist-table {
        margin: 15px 0 0 15px;
        width: 100%;
    }

    .joblist-table-box {
        padding: 0 0 20px;
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .joblist-txt-box .joblist-table .joblist-table-box h3 {
        padding: 12px 0px 11px;
        width: 135px;
        font-size: 16px;
    }

    .joblist-table-box .text {
        font-size: 16px;
    }
}

@media only screen and (max-width:991px) {
    @media only screen and (min-height:932px) {
        .fv {
            gap: 200px;
        }
    }

    @media only screen and (min-height:1000px) {
        .fv {
            gap: 300px;
        }
    }
}