/* スタイルの初期化 */
* {
  margin:0;
  padding:0;
  color: #5f5f5f;
}

/***********************
headスタイル str
************************/
.allHeader {
  height: 100px;
}

header {
  width: 100%;
  height: 60px;
  position: fixed;
  background: rgba(0,0,0,0);
  z-index: 1;
}
.spImg {
  display: none;
}

.whiteSpace {
  height: 296px;
  float: left;
}

/* 事業画像 */
.pcImg {
  width: 1536px;
  float: right;
  height: 296px;
  background-repeat: no-repeat;
  background-size: cover;
}

.outerImageArea {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}

.img-title {
  background-color: #ffffff;
  box-shadow: 0 0 8px grey;
  width: 484px;
  position: absolute;
  padding: 19px 50px;
  opacity: 0.9;
  left: 361px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  text-align: center;
  letter-spacing: 5px;
  color: #ffffff;
  clear: both;
  top: 50%;
}

.japTitle {
  letter-spacing: 0px;
  text-align: left;
  color: #68789a;
  font-weight: unset;
  width: 200px;
}

.titleNum {
  font-size: 20px;
  font-variant-numeric: slashed-zero;
  color: #afe7dc;
}

.titleColor {
  color: #213c6b;
  font-size: 30px;
}

.engTitle {
  letter-spacing: 0px;
  font-size: 11px;
  text-align: left;
  font-weight: unset;
  width: 200px;
}

.individualHeader {
  height: 170px;
  background : none;
  position: static;
}

#sysLogo {
  width: 182px;
  height: 72px;
}

.headerCont {
  display: flex;
  width: 100%;
  height: 95px;
  position: fixed;
  justify-content: space-between;
  z-index: 1;
  border-bottom: #b3b3b3 1px solid;
  background-color: #ffffff;
}

.parantNuv {
  margin: auto 0;
}

.sumMenu {
  color: #005FFF;
  padding: 0 24px;
}

.logoOuter {
  margin-top: 15px;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menus li {
  width: 170px;
  list-style: none;
  cursor: pointer;
}

#subMenu_1 li:hover {
  background-color: rgb(234, 239, 255);
}

#subMenu_2 li:hover {
  background-color: rgb(234, 239, 255);
}


.menus {
  display: flex;
}

.pcMenu {
  border: #b3b3b3 1px solid;
  border-top: 0;
}

.menu a {
	text-decoration: none;
  font-family: sans-serif;
  color: #ffffff;
  width: 100%;
  display: block;
  padding: 0;
  color: #000000;
  border-left: #b3b3b3 1px solid;
  font-weight: unset;
}

.menu a:hover {
  color: rgb(128, 128, 128);
}

.menu ul {
  position: absolute;
  display: none;
	background-color: #ffffff;
	z-index: 10;
}

.menu ul li {
  width: 171px;
}

.menus li:hover ul {
	display: block;
}

header a {
  display: inline-block;
  height: 60px;
  color: #3399CC;
  padding: 0px 30px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  color: #ffffff;
}

.spMenu {
  display: none;
}

/***********************
headスタイル end
************************/
/***********************
footerスタイル str
************************/
.footerArea {
  text-align: center;
  background-color: rgb(65, 105, 225);
  color: #ffffff;
  padding-top: 80px;
}

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

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

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

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

.recruitInfo:hover {
  border-bottom: none !important;
}

.title-border {
  display: flex;
  align-items: center;
}

.title-border:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 0.8;
  color: #ffffff;
}

.copyRight {
  height: 60px;
  background-color: #005BAC;
  padding: 20px 0px;
  color: #ffffff;
}

#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;
}
/***********************
footerスタイル end
************************/
/***********************
ハンバーガーメニュー end
************************/
/*スマホ用のcssを読みこみ*/
@media screen and (max-width: 960px) {
  #navToggle {
  	display: none;
  }

  header a {
    padding-left: 0;
  }

  .img-title {
    width: 300px;
    position: relative;
    left: 165px;
    bottom: 200px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 10px 24px;
    text-align: center;
    letter-spacing: 5px;
    color: #ffffff;
    height: 130px;
  }

  .japTitle {
    font-size: 18px;
  }

  .titleNum {
    font-size: 15px;
  }

  .engTitle {
    font-size: 9px;
  }
  /* 企業画像 */
  /* .spImg {
    width: 100%;
    height: auto;
    display: block;
  } */

  .pcImg {
    /* width: 100%;
    height: auto; */
    display: block;
  }

  .outerSpMenu {
    width: 79px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .spMenu {
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 11px;
    right: 19px;
    border-radius: 50%;
    border: 1px solid #ffffff;
  }

  .innerText {
    color: #ffffff;
    position: absolute;
    top: 9px;
    left: 13px;
    font-size: 13px;
  }
  .menus {
    display: block;
  }

  .menu a {
    color: #ffffff !important;
  }

  .menu ul {
  	background-color: #696969;
  }

  .menus li {
    width: 100%;
    position: relative;
  }

  .menus li:hover ul {
  	display: none;
  }

  .spMenu:active .menus li ul {
    display: block;
  }

  .openSubMenu {
    position: static !important;
    display: block !important;
    visibility:visible;
    background-color: #ffffff;
  }

  .closeSubMenu {
    display: none !important;
  }

  nav {
    display: none;
    width: 100%;
    position: absolute;
    top:90px;
    background: #006598;
    left: 0;
  }

  header nav ul {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  header nav ul li {
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #fff;
    width: 100vw;
  }

  header nav ul li:last-child {
    border: none;
  }

  header nav ul li a {
    display: block;
  }

  #navToggle {
    display: block;
    width: 80px;
    height: 97px;
    position: relative;
    z-index: 100;
    padding-top: 18px;
  }

  #navToggle .hamburgerBorder {
    position: relative;
    width: 50px;
    left: 14px;
    top: 20px;
  }

  #navToggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position:absolute;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  #navToggle span:nth-child(1) {
    top:0px;
  }

  #navToggle span:nth-child(2) {
    top:12px;
  }

  #navToggle span:nth-child(3) {
    top:24px;
  }

  .open #navToggle {
    background: #006598;
  }

  .open #navToggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open #navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #navToggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /***********************
  ハンバーガーメニュー end
  ************************/
  /***********************
  その他 str
  ************************/
  .spList {
    display: none;
  }

  .footerArea {
    position: relative;
  }

  .footContent {
    display: none;
  }

  .spFotter {
    position: absolute;
    bottom: 86px;
    display: inline-flex;
    width: 100%;
    /* height: 100px; */
    left: 0;
    right: 0;
  }

  .spLinkList {
    width: 113px; */
    list-style: none;
    /* margin: 15px 0; */
    display: inline-block;
    text-align: left;
  }

  .spLinkList a {
    color: #ffffff;
    text-decoration: none;
  }
  .spUl {
    padding-left: 17px;
  }

  /***********************
  その他 end
  ************************/
  .copyRight {
    font-size: 9px;
  }

  #page-top {
    width: 70px;
    height: 70px;
    bottom: 40px;
  }

  .spMenuCont {
    color: #ffffff !important;
  }
}
