@media screen and (max-width: 768px) {
    .overlay {
        background-color: rgba(245, 238, 246, 0.98) !important;
    }
.overlay ul li a {
    color: #252525 !important;
}
}


/* 背景色　背景画像　*/
#top .news_box {
    background: none;
}

#top .free {
    background-color: #FFF !important;
}
#top .free {
    background: none;
}

#gnavi {
    background-color: #d9f5ff !important;
}
#gnavi {
    background: none;
}

#footer {
    background: none;
}
#footer {
    background-color: #d9f5ff !important;
}

.overlay {
    background-color: rgba(217, 245, 255, 0.98);
}
#top #voice_box {
    background: none;
}


/* 帯色　*/
#gnavi {
    background: none;
    background-color: #F5EEF6 !important;
}
#navi span {
    background-color: #F5EEF6 ;
}
#gnavi li a {
    color: #000;
}
#gnavi li a:hover {
    background-color: #fff;
    color: #252525 ;
}
#gnavi li.current a {
    color: #000;
    background-color: #F5EEF6 !important;
}

/* フッター　*/
#footer {
    background-color: #F5EEF6 !important;
}


/* リンクボタン　*/
.btn_more a {
    color: #252525 !important;
    background-color: #F5EEF6;
}
.btn_more a:hover {
    background-color: #000;
    color: #252525 !important;
    border: 1px solid #F5EEF6;
}
.bn_contact {
    background-color: #F5EEF6;
}
#scrollUp a {
    color: #252525 ;
    background: #F5EEF6;
}
#data .bn_contact:hover {
    background-color: #F5EEF6;
    color: #252525 ;
}
#data .bn_contact a:hover {
    background-color: #F5EEF6;
    color: #252525 ;
}
#top .free .btn_more a {
    background-color: #F5EEF6;
    color: #252525 !important;
}
#top .free .btn_more:after {
    color: #252525 ;
}
#navi span {
    background-color: #252525 ;
}
#navi .menu {
    color: #252525 ;
}

/* PC版　グローバルナビ　男性求人非表示　*/
@media (min-width: 768px) {
  #gnavi li:nth-child(6) {
    display: none;
  }
  #gnavi li:nth-child(7) {
    display: none;
  }
  #gnavi li:nth-child(8) {
    display: none;
  }
  #gnavi li:nth-child(9) {
    display: none;
  }
}