.news-text-table {
    width: 64rem;
    margin: 0 auto 4rem;
  }
  .news-text-table tr th{
    vertical-align: middle;
    font-weight: normal;
    white-space: nowrap;
    border-top: 1px solid #DBDBDB;
  }
  .news-text-table tr td{
    position: relative;
    padding: 3.5rem 6rem 3.5rem 2rem;
    border-top: 1px solid #DBDBDB;
    vertical-align: middle;
  }
  .news-text-table tr:last-of-type th, .news-text-table tr:last-of-type td {
    border-bottom: 1px solid #DBDBDB;
  }
  .news-text-table a {
    color: #000000;
  }
  .news-text-table-date {
    display: inline-block;
  }
  .news-text-table-category {
    display: inline-block;
    margin-left: 2.4rem;
    white-space: nowrap;
  }
  .news-link-text{
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
  }
  .news-link-text:hover{
    color: #666666;
  }
  .news-ul li:first-child {
    border-top: 1px solid #DBDBDB;
  }
  .news-li {
    padding: 30px 2%;
    border-bottom: 1px solid #DBDBDB;
    min-width: 670px;
  }
  
  .breadcrumbs{
    background-color: #23235E;
  }
  
  .select-news-category {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    border-radius: 35px;
    width: 100%;
    height: 50px;
    background: #F2F2F2;
    font-size: 18px;
    opacity: 0;
    cursor: pointer;
  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .select-area {
    width: 64rem;
    margin: 40px auto;
    position: relative;
  }
  /* .select-label {
   border-radius: 35px;
   width: 300px;
   height: 50px;
   background: #F2F2F2;
   text-align: center;
   line-height: 50px;
   position: relative;
  } */
  .select-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 18px;
    border-radius: 35px;
    text-align: center;
    background: #F2F2F2;
  }
  
  .material-icons.arrow-down {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 36px;
    pointer-events: none;
  }
  .arrow-right {
    color: #23235E;
  }
  
  /* ページ送りボタン */
  .paging {
    margin: 50px 0px;
    text-align: center;
    color: #ffffff!important;
  }
.paging ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

  .paging-li {
    height: 100%;
      margin: 0 0.4rem;
      text-align: center;
      width: fit-content;
      font-size: 12px;
      background-color: #004098;
      
  }

  .paging-li a{
display: inline-block;
width: 100%;
padding: 8px 12px;
  }
  
  .paging-link {
    text-decoration: none;
    padding: 8px 12px;
    display: flex;
    align-items: center;
  }
  .paging-link:visited {
    color: #ffffff;
  }
  .paging-link:hover {
    color: #666666;
  }
  .current{
    background-color: rgba(0, 64, 152, 0.5);
  }
  .disable {
    color: #aaaaaa;
    display: flex;
    align-items: center;
  }
  .course__header__years {
    padding-top: 15px;
  }
  @media screen and (max-width: 560px) {
    .course__header__years {
        padding-top: 10px;
      }
  }
  .course__job__heading.cg-graphics__job__heading {
    /* background-image: linear-gradient(135deg, #6478E6 5%, #00A1FF 95%, #00CCC2 100%); */
  
    /* background-image : linear-gradient(126.46deg, rgba(0, 204, 194, 1) 0%, rgba(0, 161, 255, 1) 50%, rgba(202, 78, 204, 1) 100%);
    background-image : -moz-linear-gradient(-7.89% -99.74% -36.46deg,rgba(0, 204, 194, 1) 0%,rgba(0, 161, 255, 1) 50%,rgba(202, 78, 204, 1) 100%);
    background-image : -webkit-linear-gradient(-36.46deg, rgba(0, 204, 194, 1) 0%, rgba(0, 161, 255, 1) 50%, rgba(202, 78, 204, 1) 100%);
    background-image : -webkit-gradient(linear,-7.89% -99.74% ,105.68% 194.01% ,color-stop(0,rgba(0, 204, 194, 1) ),color-stop(0.5,rgba(0, 161, 255, 1) ),color-stop(1,rgba(202, 78, 204, 1) ));
    background-image : -o-linear-gradient(-36.46deg, rgba(0, 204, 194, 1) 0%, rgba(0, 161, 255, 1) 50%, rgba(202, 78, 204, 1) 100%);
    background-image : -ms-linear-gradient(-36.46deg, rgba(0, 204, 194, 1) 0%, rgba(0, 161, 255, 1) 50%, rgba(202, 78, 204, 1) 100%); */
  }
  .course__job__text02 {
    width: 85%;
  }
  
  .course__job__heading {
    color: white;
    background-clip: text;
    /* text-fill-color: black; */
    /* text-fill-color: transparent; */
    /* -webkit-text-fill-color: black; */
  }
  
  .sp-break {
      display: none;
  }
  @media screen and (max-width: 560px) {
    .news-text-table {
      width: 100%;
      margin-bottom: 3.5rem;
    }
    .news-text-table tr th, .news-text-table tr td {
      display: block;
    }
    .news-text-table tr th {
      padding: 2rem 0 .8rem;
      text-align: left;
      border-top: 1px solid #DBDBDB;
      border-bottom: none;
    }
    .news-text-table tr td{
      padding: 0 4.5rem 2rem 0;
      border-top: none;
    }
    .news-text-table tr:last-of-type th {
      border-bottom: none;
    }
    .select-news-category {
      width: 100%;
      height: 50px;
      background: #F2F2F2;
      padding-right: 0 ;
      font-size: 18px;
      margin-left: 0px;
    }
    .news-link-text {
      top: .8em;
      right: 1.5rem;
    }
    .course__header__heading__text {
      font-size: 4.6vw;
    }
    .sp-break {
        display: block;
    }
    .course__job__heading.cg-graphics__job__heading {
        margin-left: -18px;
    }
  }
  @media screen and (max-width: 1280px) and (min-width: 561px) {
    .course__header__heading__text {
      font-size: 5vw;
    }
    .course__picup__box-col1 {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .course__picup__box__header {
        /* padding-top: 6.5rem; */
        padding-top: 3.5rem;
        text-align: center;
        line-height: 1.4;
        font-size: 2rem;
    }
    .course__picup__box__header {
        margin-bottom: 2rem;
    }
    .course__picup__box__icon {
      width: 6vw;
      min-width: 70px;
    }
    .course__picup__box__imgholder img {
        display: block;
        width: 100%;
    }
    .course__picup__box__content {
        /* padding: 0 8vw 8vw; */
        line-height: 1.71429;
        font-size: 1.4rem;
    }
    .course__picup__box-col1__inner {
        padding: 30px 0;
    }
    .course__picup__box-col1__imgholder {
        flex: none;
        width: 100%;
    }
  }
  
  .is-header-hide {
    transform: translateY(-100%);
    transition: linear 0.5s;
  }
  .is-header-translation {
    transform: translateY(0%);
    transition: linear 0.5s;
  }
  
  /* ★ style.css */
  .course__arrow {
    z-index: 100;
  }
  scrollbar {
      background-color: #23235E;
  }
  scrollbar-color {
        background-color: #23235E;
  }
  
  .scrollbar::-webkit-scrollbar-thumb {
    /* #23235E */
    scrollbar-base-color: #23235E;
    scrollbar-face-color: #23235E;
    scrollbar-3dlight-color: #23235E;
    scrollbar-highlight-color: #23235E;
    scrollbar-track-color: #23235E;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: #23235E;
    scrollbar-dark-shadow-color: #23235E;
  }
  @media screen and (max-width: 560px) {
    .select-area {
      width: 100%;
    }
  }
  

  .next,.prev{
    background: none;
    padding: 0;
   display: flex;
   align-items: center;
  }

  .next img,.prev img{
    width: 20px;
    height: 20px;
  }

  .prev img{
    transform: rotate(180deg);
  }

