* {
  margin:0;
  padding:0;
  color: #5f5f5f;
}

.sp-head-img {
  display: none;
}

.recruit-common-nav {
  background-color: #ffffff;
  height: 59px;
  position: fixed;
  width: 960px;
  z-index: 3;
}

.common-nav-list {
  border: 2px solid #a4b5d1;
  height: 55px;
  width: 100%;
}

.common-nav-list:hover {
  background-color: #a4b5d1;
}

.common-nav-block {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-link {
  border-radius: 4px;
  color: #000000;
  display: block;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}

.activity {
  background-color: #2cb4de;
}
/***********************
footerスタイル str
************************/
.footerArea {
  text-align: center;
  background-color: #ebebed;
  color: #000000;
  position: relative;
    z-index: 2;
}

.footContent {
  display: inline-block;
  width: 260px;
  height: 300px;
  vertical-align: top;
  padding-right: 20px;
  padding-top: 20px;
}

.linkList {
  list-style: none;
  margin: 15px 0;
  display: block;
  text-align: left;
}

.linkText {
  color: #000000;
  text-decoration: none;
}

.linkText:hover {
  border-bottom: 1px solid #000000;
}

.fistText {
  font-size: 23px;
}
.recruitInfo:hover {
  border-bottom: none !important;
}

.copyRight {
  height: 20px;
  background-color: #111d35;
  padding: 20px 0px;
  color: #ffffff;
  text-align: right;
}

#page-top {
  position: fixed;
  width: 100px;
  height: 100px;
  right: 8px;
  bottom: 10px;
  background-color: #505168;
  opacity: 0.7;
  border-radius: 50%;
  z-index: 10;
  opacity : 0;
}

#page-top.effect-scroll {
  animation-name: fadein;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:1s;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  from {
      opacity: 0;
      transform: translateY(20px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

#page-top:hover {
  cursor: pointer;
}

.page-top-icon {
    color: #FFF;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
}

.spFotter {
  display: none;
}

.active {
  background-color: #0f3d86;
}

.active .menu-link {
  color: #ffffff;
}
/***********************
footerスタイル end
************************/

/***********************
スマホ用 str
************************/
/*スマホ用のcssを読みこみ960*/
@media screen and (max-width: 760px) {
  .recruit-common-nav {
    height: 60px;
    width: 100%;
  }

  .recruit-nav ul li {
  }

  .recruit-nav ul {
  }

  .recruit-nav a {
    align-items: center;
    display: flex;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    padding: 0;
  }

  .sp-link {
    display: none;
  }

  .spList {
    display: none;
  }

  .footerArea {
    position: relative;
  }

  .footContent {
    display: none;
  }

  .spFotter {
    position: relative;
    bottom: 0;
    display: inline-flex;
    width: 100%;
    left: 0;
    right: 0;
  }

  .spLinkList {
    display: inline-block;
    list-style: none;
    text-align: left;
    width: 113px;
  }

  .spLinkList a {
    color: #000000;
    text-decoration: none;
  }

  .spUl {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  .copyRight {
    font-size: 10px;
    height: auto;
    text-align: center;
  }

  .active {
    background-color: #ffffff !important;
  }

  .menu-img {
    width: 30px;
  }

  .common-nav-list {
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: center;
    padding: 0;
  }

  .sp-head-img {
    width: 30px;
    display: block;
  }
}
/***********************
スマホ用 end
************************/
