


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Zen+Old+Mincho&display=swap');


/* TOPの場合 */


br.sp-only {
    display: none;
}




/* PCの場合 */
@media screen and (min-width: 769px) {
    .topbox05 {
        background: #d6e7ef;
        height: 300px;
        width: 100%;
    }
    .topbox05in div{
    background-color: #fff;
    }
    .rNewsList{
   background: #fff !important;
    }
}
/* PCの場合ここまで */

/* スマホ版調整 */
@media screen and (max-width: 768px) {
    .topbox05 {
        width: 100%;
        background-color: #d6e7ef;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
        background-image: none!important;
        padding-top: 46.48771%;
    }
     .topbox05in {
        width: 100%;
        padding: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .topbox05in div {
        background-color:  #fff!important;
        text-align: center;
        padding: 24px;
        background-image: none!important;
    }
     .topbox05in div h3 {
        font-size: 12pt;
    }
    .topbox05in div p {
        margin-top: 0px;
        margin-right: 0%;
        margin-left: 0%;
    }
     .grbtn01 a {
        height: 100%;
        /* padding: 6% 2%; */
        color: #fff;
        display: block;
        text-align: center;
        position: relative;
        text-decoration: none;
        transition: all .3s ease;
        z-index: 0;
        background: linear-gradient(135deg, rgba(10, 30, 205, 1) 0%, rgba(105, 162, 215, 1) 51%, rgba(0, 114, 227, 1) 100%);
        background-size: 200% auto;
        background-position: left center;
    }
    .grbtn01 a:after {
        content: "\f054";
        font-family: FontAwesome;
        position: absolute;
        z-index: -2;
        right: 4%;
        font-size: 10px;
        transition: all .3s ease;
    }
}

@media screen and (max-width: 769px) {
    .topCol>.topbox05in>div.rNewsList>ul>li>a {
        padding: 0%;
    }
}
/* スマホ版調整ここまで */
/* TOPの場合 */






/* 採用情報footer 固定ページのcss調整 */

/* PC版の調整 */
@media screen and (min-width: 769px) {

      .companyNv {
        padding-bottom: 40px;
    }

    #page>.topbox05 {
    background: #d6e7ef;
    padding-top: 50px!important;
    }

    #page>.topbox05 div {
        background-color:  #fff;
        text-align: center;
        width: 900px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .rct-flex{
        max-width: 760px;
    }

      #page>.ti01 {
        font-size: 22pt;
        font-weight: bold;
        text-align: center;
        line-height: 110%;
    }

     .rct-flex>.grbtn01 {
        width: 65%!important;
        display: flex;
        justify-content: center;
        padding: 12px;
    }

     .rct-flex>.ti01 {
        width: 50%;
    }

    .rct-flex>.grbtn01 a{
        display: flex!important;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}
/* PCここまで */



/* スマホ版の調整 */
@media screen and (max-width: 769px) {
 #page>.topbox05{
    padding-top: 39.48771%!important;
 }

    #page>.topbox05in div p {
        width: 380px;
    }
    #page>.ti01 span {
        font-size: 11pt;
    }
}


/* 採用情報footer 固定ページのcss調整ここまで */


