<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.width{
    max-width: 1200px;
    margin: 0 auto;
}
body{
    margin: 0;
}
@media screen and (max-width: 1300px) {
    .width{
        max-width: calc(100% - 100px);
        margin: 0 50px;
    }
}
@media screen and (max-width: 768px) {
    .width{
        max-width: 100%;
        margin: 0 0;
    }
}

/* よく使うタイトルのcss */
#titlebox .main{
    font-family: Cormorant Garamond,sans-serif;
    font-size: 62px;
    font-style: italic;
    margin: 0;
    line-height: initial;
    font-weight: 500;
    color: #7788b7;
}
#titlebox .sub{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.NewsTitle{
    position: absolute;
    top: -70px;
    left: 50px;
}
@media screen and (max-width: 768px) {
    #titlebox .main{
        font-size: 36px;
        font-weight: bold;
    }
    #titlebox .sub{
        font-size: 14px;
    }
    .NewsTitle{
        position: absolute;
        top: -45px;
        left: 20px;
    }
}
/* よく使うタイトルのcss */

/* newsここから */
#news{
    width: 100%;
    padding: 200px 0 100px;
    background-color: #c3c3c3;
}
#news &gt; .inner{
    padding: 70px 50px 30px;
    background-color: #fff;
    position: relative;
}

@media screen and (max-width: 768px) {
    #news{
        width: calc(100% - 40px);
        padding: 100px 20px 70px;
    }
    #news &gt; .inner{
        width: calc(100% - 40px);
        padding: 50px 20px 30px;
        background-color: #fff;
        position: relative;
    }
}

#news .categorybox{
    display: flex;
    /* align-items: center; */
    margin-bottom: 50px;
    padding: 30px 50px;
    border-bottom: 1px solid #bbbbbb;
}

#news .categorybox .category_nav{
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: end;
}
#news .categorybox .title{
    font-family: 'Oswald',sans-serif;    
    font-weight: 500;
    font-size: 24px;
    color: #528080;
    letter-spacing: 1px;
    margin: 0;
}
#news .categorybox .category_nav li{
    width: auto;
    padding: 0 30px;
    border-right: 1px solid #bbb;
    text-align: center;
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 16px;
    color: #332d2a;
    cursor: pointer;
}

#news .categorybox .category_nav .active{
    color: #77aad9 !important;
    font-weight: bold;
}

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

    #news .categorybox{
        display: block;
        /* align-items: center; */
        margin-bottom: 10px;
        padding: 20px 0px;
        border-bottom: 1px solid #bbbbbb;
    }
    #news .categorybox .title{
        font-family: 'Oswald',sans-serif;    
        font-weight: 500;
        padding-bottom: 10px;
        font-size: 20px;
        color: #528080;
        letter-spacing: 1px;
        margin: 0;
    }
    #news .categorybox .category_nav{
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    
    #news .categorybox .category_nav li{
        flex-basis: 33%;
        width: 100%;
        padding: 0 0px;
        border-right: 1px solid #bbb;
        text-align: center;
        font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
        font-size: 15px;
        color: #332d2a;
    }
}

#news &gt; .inner &gt; .news_details a{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 50px;
    border-bottom: 1px solid #bbbbbb;
    position: relative;
}
#news &gt; .inner &gt; .news_details a .daycg{
    display: flex;
    gap: 20px;
   align-items: center;
}
#news &gt; .inner &gt; .news_details a .daycg .day{
    font-family: 'Oswald',sans-serif;
    font-size: 13px;
    color: #528099;
    margin: 0;
}
#news &gt; .inner &gt; .news_details a .daycg .category{
    font-family: 'Oswald',sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 3px 5px;
    letter-spacing: 1px;
    border-radius: 2px;
    width: 65px;
    text-align: center;
    margin: 0;
}
#news &gt; .inner &gt; .news_details  li .category.column{
    background-color: #77aad9;
}
#news &gt; .inner &gt; .news_details  li .category.event{
    background-color: #ce965a;
}
#news &gt; .inner &gt; .news_details  li .news_title{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 16px;
    color: #332d2a;
    margin: 0;
    line-height: 30px;
}

@media screen and (max-width: 768px) {
    #news &gt; .inner &gt; .news_details  li{
        display: block;
        padding: 10px 20px;
        border-bottom: 1px solid #bbbbbb;
        position: relative;
    }
    #news &gt; .inner &gt; .news_details li a{
        display: block;
        padding: 0px;
        border-bottom: none;
        position: relative;
    }
    #news &gt; .inner &gt; .news_details a .daycg{
        display: flex;
        gap: 20px;
        align-items: center;
        padding-bottom: 10px;
    }
    #news &gt; .inner &gt; .news_details  li  .daycg  .category{
        padding: 1px 5px;
    }
    #news &gt; .inner &gt; .news_details  li .news_title{
        font-size: 15px;
        width: calc(100% - 30px);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-right: 30px;
    }
}

#news &gt; .inner &gt; .news_details  li a::after{
    background: url(https://image.global-center.co.jp/recruiting/index/icon_arrow_min.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 50px;
    width: 25px;
    height: 25px;
    transition: .3s;
}
#news &gt; .inner &gt; .news_details  li a:hover::after{
    right: 30px;
}



@media screen and (max-width: 768px) {
    #news &gt; .inner &gt; .news_details li a::after{
        top: calc(65% - 5px);
        right: 0px;
        width: 20px;
        height: 20px;
        transition: .3s;
    }
    #news &gt; .inner .more{
        width: 100%;
        text-align: right;
        padding: 20px 0;
    }
    .news_more{
        width: 100%;
    }
    .news_more &gt; img{
        width: 140px;
        margin-right: 0px;
    }
}

/* newsここまで */

#news &gt; .inner .pager{
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
    display: flex;
    gap: 30px;
}
#news &gt; .inner .pager .page{
    width: 45px;
    text-align: center;
}
#news &gt; .inner .pager .num{
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    background: #7788b7;
    font-family: 'Cormorant Garamond',sans-serif;
    font-style: italic;
    opacity: 1;
    border-radius: 50%;
}

#news &gt; .inner .pager .num.active{
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    background: linear-gradient(0deg, #005beb 20%, #58abdb 89%);
    background: -webkit-linear-gradient(90deg, #005beb 20%, #58abdb 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid #005beb;
}

#news &gt; .inner .pager .next{
    width: auto;
    cursor: pointer;
    padding-right: 50px;
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
}

#news &gt; .inner .pager .next::after{
    background: url(https://image.global-center.co.jp/recruiting/index/icon_arrow_min.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    width: 20px;
    height: 20px;
    transition: .3s;
}
@media screen and (max-width: 768px) {

    #news &gt; .inner .pager{
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 50px 0;
        display: flex;
        gap: 10px;
    }
    #news &gt; .inner .pager .page{
        width: 35px;
        text-align: center;
    }
    #news &gt; .inner .pager .num{
        width: 35px;
        height: 35px;
        line-height: 30px;
        text-align: center;
        font-size: 20px;
        letter-spacing: 1px;
        border-radius: 50%;
    }
    
    #news &gt; .inner .pager .num.active{
        display: inline-block;
        font-weight: bold;
        letter-spacing: 1px;
        background: linear-gradient(0deg, #005beb 20%, #58abdb 89%);
        background: -webkit-linear-gradient(90deg, #005beb 20%, #58abdb 89%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: 2px solid #005beb;
    }
    
    #news &gt; .inner .pager .next{
        width: auto;
        padding-right: 20px;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 500;
        position: relative;
    }
    
    #news &gt; .inner .pager .next::after{
        background: url(https://image.global-center.co.jp/recruiting/index/icon_arrow_min.svg) no-repeat center center;
        background-size: contain;
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 6px);
        right: 0px;
        width: 17px;
        height: 17px;
        transition: .3s;
    }
}</pre></body></html>