@charset "UTF-8";

/************* commn **************/
html{line-height: 1.7; letter-spacing: .08rem;}

ul, ol {margin:0;}
@media print, screen and (min-width: 1000px) {
ul, ol {margin-bottom: 0;}
}
@media print, screen and (min-width: 768px) {
ul, ol {margin-bottom: 0;}
}

li{margin: 0; padding: 0;}
@media print, screen and (min-width: 1000px) {
li{margin-bottom: 0;}
}
@media print, screen and (min-width: 768px) {
li{margin-bottom: 0;}
}
p {margin: 0 0 0;}
@media print, screen and (min-width: 1000px) {
p {margin: 0 0 0 0;}
}
@media print, screen and (min-width: 768px) {
p {margin: 0 0 0 0;}
}



/************* キャリア採用お知らせ（支給データより） *************/
.txt-10 {
    font-size: 1rem;
    line-height: 2;
}
.txt-12 {
    font-size: 1.2rem;
    line-height: 2;
}
.txt-14 {
    font-size: 1.4rem;
    line-height: 2;
}
.txt-16 {
    font-size: 1.6rem;
    line-height: 2;
}
.c-ft--in {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.c-ft--min {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.c-ft--han {
    font-family: "source-han-serif-jp-subset", "Shippori Mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* お知らせ上部 */
.top-news {
    padding: 0;
    background: #edf1f2;
}
.top-news .flex {
    margin-top: 18px;
}
.top-news .flex p:first-child{
    width: 80px;
    line-height: 2.5;
}
.top-news .flex p:last-child {
    width: calc(100% - 100px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top-news a,
.top-news div{
    text-decoration: none;
    color: #212121;
}
.top-news .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}
.top-news .flex:nth-child(n+3){display:none;}
.top-news .flex p{padding:0; word-wrap:break-word; margin:0;}
.top-news .flex p:last-child {
    width: calc(100% - 100px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


@media only screen and (max-width: 370px) {
.pc .txt-10{
    font-size: 1rem;
}
.pc .txt-12{
    font-size: 1.1rem;
}
.pc .txt-16 {
    font-size: 1.4rem;
}
.pc.top-news .flex {
    gap: 3px;
}
.pc.top-news .flex p:first-child {
    width: 100%;
    line-height: 1;
}
.pc.top-news .flex p:last-child {
    width: 100%;
}
}

/*@media only screen and (max-width: 565px) {
    .pc .txt-10{
        font-size: 1vw;
    }
    .pc .txt-12{
        font-size: 1.2vw;
    }
    .pc .txt-16 {
        font-size: 1.3vw;
    }
    .pc .top-news .flex p:first-child {
        width: 70px;
    }
    .pc .top-news .flex p:last-child{
        width: calc(100% - 90px);
    }
}*/

.sp .txt-10{
    font-size: 1rem;
}
.sp .txt-12{
    font-size: 1.1rem;
}
.sp .txt-16 {
    font-size: 1.4rem;
}
.sp.top-news .flex {
    gap: 3px;
}
.sp.top-news .flex p:first-child {
    width: 100%;
    line-height: 1;
}
.sp.top-news .flex p:last-child {
    width: 100%;
}

@media only screen and (min-width: 572px) {
    .top-news a,
    .top-news a::before,
    .top-news a::after,
    .top-news button {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
}

/* お知らせ下部 */
.news-area ul {
    /*max-width: 700px;
    margin: auto;
    margin-top: 60px;*/
    list-style: none;
    padding: 0;
}
.news-area ul a{text-decoration:none; color:#212121;}
.news-area ul .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
    color: #212121;
}
.news-area ul .flex:nth-child(n+2) {
    margin-top: 45px;
}
.news-area ul .flex p:nth-child(1) {
    margin-right: 40px;
    width: 90px;
    line-height: 2.5;
}
.news-area ul .flex p:nth-child(2) {
    width: calc(100% - 130px);
}

@media only screen and (max-width: 1100px) {
    /*.txt-14 {
        font-size: 1.3vw;
    }*/
}
@media only screen and (max-width: 1100px) and (max-width: 577px) {
    /*.txt-14 {
        font-size: 1.4rem;
    }*/
}
@media only screen and (max-width: 577px) {
    .news-area ul .flex:nth-child(n+2) {
        margin-top: 30px;
    }
    .news-area ul .flex p {
        font-size: 1.3rem;
    }
    .news-area ul .flex p:nth-child(1) {
        width: 100%;
        margin-right: 0;
    }
    .news-area ul .flex p:nth-child(2){
        width: 100%;
    }

}




