/************************************
ファーストビューイメージ画像スタイル str
************************************/
#firstViewImg {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  margin: 0;
  padding: 0;
}

#firstViewImg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

#innerViewImg span {
  display: none;
  position: absolute;
  color: #ffffff;
  font-size: 3em;
  font-family :Quicksand, sans-serif;
  letter-spacing: 20px;
  position: absolute;
  top: 53%;
  left: 27%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  text-align: left;
  letter-spacing: 5px;
}

#InnerViewImg {
  position: relative;
  width: 100%;
  height: 100vh;
}

.smallText {
  font-size: 20px;
  color:#ffffff;
}

.headTran {
  color: #000000 !important;
  border-left: 1px solid #b3b3b3 !important;
}

.noHeadTran {
  color: #ffffff !important;
  border-left: none !important;
}
/************************************
ファーストビューイメージ画像スタイル end
************************************/
.individualHeader {
  height: 0px;
}

.headerCont {
  background-color: transparent;
}

#sysLogo {
  display: none;
}

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

.pcMenu {
  color: #000000 !important;
}

.mainPage {
  position: relative;
  top: 1000px;
  overflow: auto;
  background-color: #ffffff;
}

.allCont {
  width: 100%;
}

.eachCont {
  margin: 0 65px;
  text-align: center;
}

.contTitle {
  margin-top: 80px;
  font-family: "ＭＳ ゴシック";
  letter-spacing: 5px;
}

.innerPieces {
  margin-top: 60px;
}

.businessTitle {
  font-size: 16px;
  font-weight: bold;
}

.description {
  margin-top: 20px;
  text-align: left;
  padding: 0 16px;
  font-size: 14px;
}

.businessPieces {
  width: 350px;
  height: 350px;
  display: inline-block;
  background-color: rgba(192,192,192,0.5);
  vertical-align: top;
  background-color: #ecf5f7;
}

.businessPieces:nth-child(2) {
  margin: 0 65px;
}

.groupWareImg {
  width: 115px;
  height: 217px;
}

.transitionBotton {
  width: 640px;
  margin: 120px 0px 35px 0;
  display: inline-block;
  padding: 1.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 10px;
  transition: .4s;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  background-color: #ffffff;
  letter-spacing: 2px;
}

.transitionBotton:hover {
  background: #67c5ff;
  color: #ffffff;
  cursor: pointer;
}

.innerCompany {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  left: 9px;
}

.outCont {
  display: inline-block;
}

.innerCont {
  display: inline-block;
  overflow: hidden;
}

.companyCont {
  margin-left: 30px;
}

.companySubTitle {
  height: 40px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
}

.companyImg,
.presidentImg {
  width: 500px;
  height: 360px;
  display: block;
}

.presidentImg:hover,
.companyImg:hover {
  opacity: 0.8;
}

.contLink {
  text-decoration: none;
}

.innerCont img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.innerCont img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.newsRow {
  height: 65px;
}

/* .newsItemName {
  width: 165px;
} */

.newIcon {
  width: 48px;
  padding-top: 6px;
  height: 19px;
}

.newIcoNone {
  padding-left: 53px;
}

.newsItemName,
.newsItemVal {
  border-bottom: dotted 2px #87CEFA;
}

.category {
  width: 80px;
  height: 36px;
  border-radius: 10px;
  background-color: rgba(0,153,255,0.2);
  display: block;
  margin: 0 25px;
  text-align: center;
  padding: 5px;
  float: right;
}

.newsTable {
  margin: 0 auto;
  margin-top: 35px;
  padding-left: 186px;
  padding-top: 30px;
  border-collapse: collapse;
}

.commonCont {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 500ms;
}

/* 画面内に入った状態 */
.commonCont.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

.commonCont:nth-of-type(1) {
  -moz-transition-delay:200ms;
  -webkit-transition-delay:200ms;
  -o-transition-delay:200ms;
  -ms-transition-delay:200ms;
}

.commonCont:nth-of-type(2) {
  -moz-transition-delay:200ms;
  -webkit-transition-delay:200ms;
  -o-transition-delay:200ms;
  -ms-transition-delay:200ms;
}

.commonCont:nth-of-type(3) {
  -moz-transition-delay:400ms;
  -webkit-transition-delay:400ms;
  -o-transition-delay:400ms;
  -ms-transition-delay:400ms;
}

.outerItem {
  float: left;
}

.bannerArea {
  background-color: #c0c0c0;
  margin: 40px 0 0 0;
}

.banner {
  height: 150px;
}

.bannerList {
  width: 100%;
  height: 214px;
  padding-top: 70px;
  text-align: center;
}

.bannerList a {
  text-decoration: unset;
}

.commonSize {
  width: 234px;
  height: 60px;
  vertical-align: top;
  margin: 0 20px;
}

.ibmBnner {
  display: inline-block;
  margin: 0 20px;
}

.typePhare {
  vertical-align: top;
  margin: 0 20px;
}

.pmark {
  width: 100px;
  height: 100px;
  vertical-align: top;
  margin: 0 20px;
}
/***********************
スマホ用 str
************************/
/*スマホ用のcssを読みこみ960*/
@media screen and (max-width: 960px) {
  #innerViewImg,
  #innerViewImg img {
    height: 300px;
  }

  #innerViewImg span {
    display: block;
    font-size: 16px;
    font-family :Quicksand, sans-serif;
    white-space: nowrap;
    left: 135px;
  }

  .smallText {
    font-size: 10px;
  }

  .newsRow {
    float: left;
    height: 100%;
    width: 100%;
    border-bottom: dotted 2px #87CEFA;
  }

  .mainPage {
    top: 347px;
  }

  .allCont {
    width: 100%;
    min-width: 250px;
  }

  .eachCont {
    margin: 0;
    margin: 0 25px;
  }

  .contTitle {
    font-size: 30px;
  }

  .innerPieces {
    margin-top: 40px;
    min-width: 250px;
    width: 100%;
  }

  .allBusinessCont {
    margin: unset;
  }

  .companyCont {
    margin-left: 0;
  }

  .businessPieces {
    width: 265px;
    height: 400px;
  }

  .businessPieces:nth-child(2) {
    margin: 55px 0;
  }

  .transitionBotton {
    width: unset;
    margin: 45px 0;
    height: 50px;
    padding: 0 10px;
  }

  .companyImg,
  .presidentImg {
    width: 264px;
    height: 215px;
  }

   .spSubTitle {
     margin-top: 30px;
   }

  .recruitImg {
    width: 193px;
    height: 260px;
  }

  .newsTable {
    padding-left: 0;
  }

  .newsItemName {
    width: 100%;
    display: block;
    height: 30px;
    border-bottom: none;
    margin-top: 15px;
    text-align: left;
  }

  .category {
    width: 55px;
    height: 27px;
    margin: 0 0 0 10px;
    font-size: 11px;
    display: inline-block;
    float: none;
  }

  .newsItemVal {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 13px;
  }

  .newsItemName,
  .newsItemVal {
    border-bottom: none;
  }

  .outerItem {
    float: none;
    display: inline-block;
  }

  .bannerArea {
    /* background-color: #c0c0c0;
    margin: 40px 0 0 0; */
  }

  .banner {
    /* height: 150px; */
  }

  .bannerList {
    width: auto;
    height: auto;
    padding: 0;
  }

  .commonSize {
    width: 234px;
    height: 60px;
    margin: 10px 20px;
    /* vertical-align: top;
     */
  }

  .bannerList a {
    width: 100%;
    display: block;
    padding-left: 10px;
    text-align: center;
  }

  .ibmBnner {
    text-align: center;
    display: inherit;
  }

  .pmark {
    margin: 10px 20px;
  }

  .bannerIbm {
    margin-top: 10px;
  }
}
/***********************
スマホ用 end
************************/
