@charset "UTF-8";
/* CSS Document */


#recruit{
    margin-bottom: 85px;
}

@media only screen and (max-width: 768px) {
#recruit{
    margin-bottom: 50px;
    width: 100%;
}
}


.recruitlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 35px;
    width: 100%;
    border-top: 1px solid #4d5355;
    padding-top: 60px;
}
.recruitlist li {
    list-style: none;
    padding: 0 0 0 0;
    width: 380px;
    transition: 0.2s ease;
}
.recruitlist .shop-img {
    height: 240px;
    text-align: center;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recruitlist .shop-img img {
    width: 320px;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}
.recruitlist .shop-name {
    font-size: 18px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 700;
    height: 2em;
    word-break: normal;
    overflow-wrap: break-word;
}
.recruitlist .detail {
    border-top: 5px solid #4d5355;
    border-bottom: 5px solid #4d5355;
    padding: 15px 0;
}
.recruitlist .art {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: 600;
    margin: 0 0 5px 0;
    padding-left: 8px;
}
#recruit .ico {
    font-size: 15px;
    color: #ffe100;
    line-height: 1.4em;
    font-weight: 600;
    padding-right: 5px;
    margin: 0;
}
.recruitlist .rec-text {
    font-size: 14px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding-left: 8px;
    height: 3.5em;
    border-bottom: 1px solid #4d5355;
}
.recruitlist .rec-text:nth-last-child(2) {
    border-bottom: none;
    margin: 0 0 0 0;
}
.recruitlist .btn-detail {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0 auto;
    padding: 12px 0 12px 15px;
    text-align: center;
    width: calc(250px - 15px);
    border-radius: 20px;
    background: #ffe100 url(../img/common/ico-glass.svg) left 60px center no-repeat; background-size: 25px 25px; 
    transition: 0.2s ease; 
}
.recruitlist .btn-detail:hover {
    font-size: 15px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0 auto;
    padding: 12px 0 12px 15px;
    text-align: center;
    width: calc(250px - 15px);
    border-radius: 20px;
    background: #009bdd url(../img/common/ico-glass.svg) left 60px center no-repeat; background-size: 25px 25px; 
}

@media only screen and (max-width: 768px) {
.recruitlist {
    display: block;
    gap: 0;
    margin: 0 auto 0px;
    width: 90%;
    border-top: 1px solid #4d5355;
    padding-top: 35px;
}
.recruitlist li {
    list-style: none;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    transition: 0.2s ease; 
    margin-bottom: 50px;
}
.recruitlist .shop-img {
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0 auto 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recruitlist .shop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.recruitlist .shop-name {
    font-size: 18px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 700;
    height: 2em;
    word-break: normal;
    overflow-wrap: break-word;
}
.recruitlist .detail {
    border-top: 5px solid #4d5355;
    border-bottom: 5px solid #4d5355;
    padding: 15px 0;
}
.recruitlist .art {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: 600;
    margin: 0 0 5px 0;
    padding-left: 8px;
}
#recruit .ico {
    font-size: 15px;
    color: #ffe100;
    line-height: 1.4em;
    font-weight: 600;
    padding-right: 5px;
    margin: 0;
}
.recruitlist .rec-text {
    font-size: 14px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding-left: 8px;
    height: 3.5em;
    border-bottom: 1px solid #4d5355;
}
.recruitlist .rec-text:nth-last-child(2) {
    border-bottom: none;
    margin: 0 0 0 0;
}
.recruitlist .btn-detail {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0 auto;
    padding: 12px 0 12px 18px;
    text-align: center;
    width: calc(200px - 18px);
    border-radius: 16px;
    background: #ffe100 url(../img/common/ico-glass.svg) left 40px center no-repeat; background-size: 25px 25px; 
    transition: 0.2s ease; 
}
.recruitlist .btn-detail:hover {
    font-size: 15px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0 auto;
    padding: 12px 0 12px 18px;
    text-align: center;
    width: calc(200px - 18px);
    border-radius: 16px;
    background: #009bdd url(../img/common/ico-glass.svg) left 40px center no-repeat; background-size: 25px 25px; 
}
}



#recruit-detail {
    width: 100%;
    padding: 0 0 0 0;
    margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
#recruit-detail {
    width: 95%;
    padding: 0 0 0 0;
    margin: 0 auto 55px;
}
}


#recruit-detail .ico {
    font-size: 15px;
    color: #ffe100;
    line-height: 1.4em;
    font-weight: 600;
    padding-right: 10px;
    margin: 0;
}

#recruit-detail .detail-inner {
    border-top: 1px solid #4d5355;
    width: 1225px;
    margin: 0 auto;
    padding: 35px 0 0 0;
}
@media only screen and (max-width: 768px) {
#recruit-detail .detail-inner {
    width: 100%;
    margin: 0 auto;
}
}

#recruit-detail .detail-inner .inner{
    width: 1130px;
    margin: 0 auto;
    padding: 0 0 0 0;
}
@media only screen and (max-width: 768px) {
#recruit-detail .detail-inner .inner {
    width: 100%;
    margin: 0 auto;
}
}


#recruit-detail .shop-logoname {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    justify-content: flex-start;
    margin-bottom: 37px;
    width: 100%;
}
#recruit-detail .shop-logoname .shop-logo {
    width: 180px;
    height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    flex-shrink: 0;
}
#recruit-detail .shop-logoname .shop-logo img {
    max-width: 180px;
    max-height: 120px;
    width: auto;
    height: auto;
}
#recruit-detail .shop-logoname .shop-name {
    font-size: 36px;
    color: #254195;
    line-height: 1.2em;
    font-weight: 800;
    overflow-wrap: break-word;
    word-break: break-word;
    flex: 1;
}
#recruit-detail .shop-logoname .shop-name .subname {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: normal;
    display: block;
    margin-top: 15px;
}
@media only screen and (max-width: 768px) {
#recruit-detail .shop-logoname {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: flex-start;
    margin: 0 auto 30px;
    width: 100%;
}
#recruit-detail .shop-logoname .shop-logo {
    width: 92px;
    height: 67px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    flex-shrink: 0;
}
#recruit-detail .shop-logoname .shop-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
#recruit-detail .shop-logoname .shop-name {
    font-size: 24px;
    color: #254195;
    line-height: 1.2em;
    font-weight: 800;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-top: -5px;
    width: auto;
    flex: 1;
}
#recruit-detail .shop-logoname .shop-name .subname {
    font-size: 14px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: normal;
    display: block;
    margin-top: 7px;
}
}




#recruit-detail .detail-inner .sche {
    margin: 0 0 0 0;
    padding: 5px 0;
    width: 100%;
    background: #4d5355;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center;
}

@media only screen and (max-width: 768px) {
#recruit-detail .detail-inner .sche {
    margin: 0 0 0 0;
    padding: 5px 0;
    width: 100%;
    background: #4d5355;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center;
}

}



#recruit-detail .slider-container {
    width: 820px;
    margin: 0 auto 40px;
}

#recruit-detail .slides {
    position: relative;
    width: 820px;
    height: 570px;
    overflow: hidden;
}

#recruit-detail .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#recruit-detail .slide.active {
    opacity: 1;
}

#recruit-detail .slide img {
    width: 820px;
    height: 570px;
    object-fit: cover;
    display: block;
    border-radius: 30px;
}

#recruit-detail .dots {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

#recruit-detail .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4d5355;
    cursor: pointer;
    transition: background 0.3s;
}

#recruit-detail .dot.active {
    background: #009bdd;
}

#recruit-detail .dot:hover {
    background: #009bdd;
}

@media only screen and (max-width: 768px) {

#recruit-detail .slider-container {
    width: 100%;
    margin: 0 auto 30px;
}

#recruit-detail .slides {
    width: 100%;
    height: auto;
    aspect-ratio: 500 / 375;
}

#recruit-detail .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#recruit-detail .slide.active {
    opacity: 1;
}

#recruit-detail .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

#recruit-detail .dots {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

#recruit-detail .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4d5355;
    cursor: pointer;
    transition: background 0.3s;
}

#recruit-detail .dot.active {
    background: #009bdd;
}

#recruit-detail .dot:hover {
    background: #009bdd;
}
}



#recruit-detail .detail-inner p {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 17px;
    color: #4d5355;
    line-height: 2.2em;;
    font-weight: normal;
}
#recruit-detail .detail-inner p.lead {
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 30px;
    color: #4d5355;
    line-height: 1.6em;;
    font-weight: 600;
}
@media only screen and (max-width: 768px) {
#recruit-detail .detail-inner p.lead {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 18px;
    color: #4d5355;
    line-height: 1.6em;;
    font-weight: 700;
}
#recruit-detail .detail-inner p {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.9em;;
    font-weight: normal;
}
}


#recruit-detail .detail-inner .shop-info {
    margin: 0 0 70px 0;
    padding: 0 0 30px 0;
    width: 100%;
    border-bottom: 5px solid #4d5355;
}
#recruit-detail .detail-inner .shop-info ul {
    width: 100%;
    margin: 0 auto 30px;
}
#recruit-detail .detail-inner .shop-info li {
    display: flex;
    padding: 30px 20px;
    border-bottom: 1px solid #4d5355;
}
#recruit-detail .detail-inner .shop-info li .art {
    width: 210px;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: 600;
    flex-shrink: 0;
}
#recruit-detail .detail-inner .shop-info li .text {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: normal;
    flex: 1;
}
#recruit-detail .detail-inner .shop-info li .text a.url {
    color: #009bdd;
    line-height: 3em;
}
#recruit-detail .detail-inner .shop-info li .text a.url:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
#recruit-detail .detail-inner .shop-info {
    margin: 0 0 50px 0;
    padding: 0 0 30px 0;
    width: 100%;
    border-bottom: 3px solid #4d5355;
}
#recruit-detail .detail-inner .shop-info ul {
    width: 100%;
}
#recruit-detail .detail-inner .shop-info li {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #e1e6ec;
}
#recruit-detail .detail-inner .shop-info li .art {
    width: calc(33% - 15px);
    font-size: 14px;
    color: #4d5355;
    line-height: 1.4em;;
    font-weight: 600;
    padding-right: 15px;
}
#recruit-detail .detail-inner .shop-info li .text {
    width: 67%;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.6em;;
    font-weight: normal;
}
#recruit-detail .detail-inner .shop-info li .text a.url {
    color: #009bdd;
    line-height: 3em;
    font-weight: 500;
}
#recruit-detail .detail-inner .shop-info li .text a.url:hover {
    text-decoration: underline;
}
}




#recruit-detail .btn-detail {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0 auto;
    padding: 15px 0 15px 15px;
    text-align: center;
    width: calc(250px - 15px);
    border-radius: 22px;
    background: #f7f7f7 url(../img/common/ico-glass.svg) left 30px center no-repeat; background-size: 25px 25px; 
    transition: 0.2s ease; 
    border: 1px solid #4d5355;
}
#recruit-detail .btn-detail:hover {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0 auto;
    padding: 15px 0 15px 15px;
    text-align: center;
    width: calc(250px - 15px);
    border-radius: 22px;
    background: #ffe100 url(../img/common/ico-glass.svg) left 30px center no-repeat; background-size: 25px 25px; 
    border: 1px solid #4d5355;
}

@media only screen and (max-width: 768px) {
#recruit-detail .btn-detail {
    font-size: 17px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0 auto;
    padding: 15px 0 15px 15px;
    text-align: center;
    width: calc(250px - 15px);
    border-radius: 20px;
    background: #f7f7f7 url(../img/common/ico-glass.svg) left 20px center no-repeat; background-size: 25px 25px; 
    transition: 0.2s ease; 
    border: 1px solid #4d5355;
}
#recruit-detail .btn-detail:hover {
    font-size: 17px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0 auto;
    padding: 15px 0 15px 15px;
    text-align: center;
    width: calc(250px - 15px);
    border-radius: 22px;
    background: #ffe100 url(../img/common/ico-glass.svg) left 20px center no-repeat; background-size: 25px 25px; 
    border: 1px solid #4d5355;
}
}


.nojob {
    width: 100%;
    height: 570px;
    padding: 0;
    border-top: 1px solid #4d5355;
    border-bottom: 5px solid #4d5355;
    text-align: center;
    background: url(../img/recruit/nojob-img.gif) top 150px center no-repeat; background-size: 152px 111px; 
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.nojob p {
    font-size: 35px;
    color: #4d5355;
    line-height: 1.6em;;
    font-weight: normal;
    margin-top: 45px;
}

@media only screen and (max-width: 768px) {
.nojob {
    width: 90%;
    height: 300px;
    padding: 0;
    border-top: 1px solid #4d5355;
    border-bottom: 5px solid #4d5355;
    text-align: center;
    background: url(../img/recruit/nojob-img.gif) top 70px center no-repeat; background-size: 102px auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    
}
.nojob p {
    font-size: 20px;
    color: #4d5355;
    line-height: 1.6em;;
    font-weight: 500;
    margin-top: 60px;
}
}