@charset "UTF-8";
/* -----------------------------
    CONTENTS
-------------------------------*/
#contents > div {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
#footer {
  position: relative;
  z-index: 1;
}
/* section_top */
#section_top {
  z-index: 0;
  position: relative;
  padding: 0;
}
#section_top .mainVisual:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear;
}
#section_top .mainVisual.overlay:after {
  opacity: 0.7;
}
#section_top .mainVisual img {
  position: fixed;
  top: 0;
  left: 0;
}
#section_top .catch {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 1000;
  color: #ffffff;
  font-size: 75px;
  font-weight: normal;
  text-align: center;
  text-shadow: 2px 2px 0 #000;
  width: 100%;
}
#section_top .catch span {
  display: block;
  font-size: 28px;
  padding: 30px;
  line-height: 2;
  font-family: "mplus-1m-light", sans-serif;
}
#section_top .catch.moveText {
  animation: fadeInUp 2s;
  -moz-animation: fadeInUp 2s;
  -webkit-animation: fadeInUp 2s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* vision     -------------*/
.visionWrap {
  font-size: 16px;
  padding: 10% 0 160px 0;
  position: relative;
  width: 100%;
  background: url("/common/img/vision_bk.png") no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}
.innerTxt {
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
}
.innerTxt img {
  display: block;
  margin: 0 auto 30px auto;
}
.slideup {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
}
.slideup.show {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
.slideleft {
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
}
.slideleft.show {
  opacity: 1 !important;
  transform: translateX(0px) !important;
}

/* service     -------------*/
.serviceWrap {
  width: 100%;
  padding-top: 5%;
}
.serviceWrap .btnWrap a {
  width: 178px;
  margin-bottom: 5%;
}
.serviceDit {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.serviceDit li {
  float: left;
  width: 25%;
  height: 260px;
}
.serviceDit li img {
  transform: scale(1);
  transition: all 0.2s ease 0s;
}
.serviceDit li a > img {
  transform: scale(1);
  transition: all 0.2s ease 0s;
}
.serviceDit li a:hover > img {
  transform: scale(1.1);
}
.serviceDit li.app {
  background: #f7f0dc;
}
.serviceDit li.infra {
  background: #fbe0da;
}
.serviceDit li.itadmin {
  background: #eee2f7;
}
.serviceDit li.uxdesign {
  background: #dfebfa;
}
.serviceDit li.design {
  background: #d2f0f7;
}
.serviceDit li.dataservice {
  background: #d4f6e1;
}
.serviceDit li.qa {
  background: #e3f5cc;
}
.serviceDit li.itd {
  background: #f1f2c8;
}
.serviceDit li.app:hover {
  background: #ebd390;
}
.serviceDit li.infra:hover {
  background: #e8a698;
}
.serviceDit li.itadmin:hover {
  background: #d5bde7;
}
.serviceDit li.uxdesign:hover {
  background: #b3cbe9;
}
.serviceDit li.design:hover {
  background: #b3dfe9;
}
.serviceDit li.dataservice:hover {
  background: #b3e9c7;
}
.serviceDit li.qa:hover {
  background: #d1e9b3;
}
.serviceDit li.itd:hover {
  background: #eaebad;
}

.serviceDit li.app .enTit {
  color: #e89f11;
}
.serviceDit li.infra .enTit {
  color: #c83c0b;
}
.serviceDit li.itadmin .enTit {
  color: #8f639d;
  line-height: 0.6;
  font-size: 29px;
}
.serviceDit li.uxdesign .enTit {
  color: #0950a0;
}
.serviceDit li.design .enTit {
  color: #18a3c3;
}
.serviceDit li.dataservice .enTit {
  color: #64d58e;
}
.serviceDit li.qa .enTit {
  color: #80b43f;
}
.serviceDit li.itd .enTit {
  color: #b4b636;
}

.serviceDit li .enTit {
  font-size: 34px;
  font-family: "Brandon_light", sans-serif !important;
  padding-bottom: 24px;
}
.serviceDit li .jpTit {
  font-size: 13px;
}
.serviceDit li a {
  display: block;
  padding: 40px 0;
  color: #555555;
}
.serviceDit li span {
  display: block;
  padding-top: 10px;
}
.serviceDit li.app a img {
  width: 78px;
  height: auto;
  margin-bottom: 8px;
}
.serviceDit li.infra a img {
  width: 71px;
  height: auto;
  margin: 6px 0 8px 0;
}
.serviceDit li.itadmin a img {
  width: 70px;
  height: auto;
  margin: 5px 0 21px 0;
}
.serviceDit li.itadmin .enTit small {
  font-size: 17px;
}
.serviceDit li.uxdesign a img {
  width: 74px;
  height: auto;
  margin-bottom: 11px;
}
.serviceDit li.design a img {
  width: 74px;
  height: auto;
  margin-bottom: 11px;
}
.serviceDit li.dataservice a img {
  width: 74px;
  height: auto;
  margin-bottom: 11px;
}
.serviceDit li.qa a img {
  width: 74px;
  height: auto;
  margin-bottom: 11px;
}
.serviceDit li.itd a img {
  width: 84px;
  height: auto;
  margin-bottom: 11px;
}

/* member     -------------*/
.memberWrap {
  width: 100%;
  padding: 5% 0;
}
.memberWrap .memberTit{
  padding-bottom: 35px;
}
.memberWrap .memberTit,
.memberWrap .memberDit {
  display: inline-block;
  width: 50%;
}
.memberWrap .memberDit {
  font-size: 0;
  vertical-align: middle;
}
.memberWrap .memberTit .btnWrap {
  width: 198px;
  margin: 0 auto;
}
.memberWrap .memberDit li {
  width: 50%;
  float: left;
}
.memberWrap .memberDit li a {
  display: block;
}
.memberWrap .memberDit li a p {
  display: table;
  width: 100%;
}
.memberWrap .memberDit li a p.memberName {
  font-size: 18px;
  font-weight: bold;
}
.memberWrap .memberDit li a p.division {
  font-size: 13px;
  padding-bottom: 3%;
  min-height: 18%;
  line-height: 1.3;
}
.memberWrap .memberDit li a p.division span {
  display: table-cell;
  vertical-align: middle;
}
.memberWrap .memberDit li a img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  transition: all 0.2s;
}
.memberWrap .memberDit li a:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.imgHover figure {
  position: relative;
  overflow: hidden;
  display: block;
}
.imgHover .transform {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.imgHover figcaption {
  transition: 0.3s;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  display: block;
  color: #fff;
  padding-top: 5%;
}

.imgHover figcaption.ABE {
  background: rgba(10, 81, 161, 0.7);
}
.imgHover figcaption.SAKUMA {
  background: rgba(137, 183, 28, 0.7);
}
.imgHover figcaption.MATSUNAMI {
  background: rgba(33, 42, 49, 0.7);
}
.imgHover figcaption.NITTA {
  background: rgba(137, 183, 28, 0.7);
}
.imgHover figcaption.FUKUCHAN {
  background: rgba(4, 180, 174, 0.7);
}
.imgHover figcaption.KOHKO {
  background: rgba(137, 183, 28, 0.7);
}
.imgHover figcaption.LAYTON {
  background: rgba(255, 191, 0, 0.7);
}
.imgHover figcaption.EMI_CHANG {
  background: rgba(255, 105, 163, 0.7);
}
.imgHover figcaption.MANA {
  background: rgba(183, 1, 126, 0.7);
}
.imgHover figcaption.EVY {
  background: rgba(255, 0, 0, 0.7);
}
.imgHover figcaption.SAHO {
  background: rgba(137, 183, 28, 0.7);
}
.imgHover figcaption.GAZULIN {
  background: rgba(33, 42, 49, 0.7);
}
.imgHover figcaption.ZAKKY {
  background: rgba(10, 81, 161, 0.7);
}
.imgHover figcaption.JUICY {
  background: rgba(4, 180, 174, 0.7);
}
.imgHover figcaption.SHIMAJIRO {
  background: rgba(255, 0, 0, 0.7);
}

html>/**/body .imgHover figcaption.ABE {
  background/*\**/: #0a51a1 \9;
}
html>/**/body .imgHover figcaption.SAKUMA {
  background/*\**/: #89b71c \9;
}
html>/**/body .imgHover figcaption.MATSUNAMI {
  background/*\**/: #212a31 \9;
}
html>/**/body .imgHover figcaption.NITTA {
  background/*\**/: #89b71c \9;
}
html>/**/body .imgHover figcaption.FUKUCHAN {
  background/*\**/: #04b4ae \9;
}
html>/**/body .imgHover figcaption.KOHKO {
  background/*\**/: #89b71c \9;
}
html>/**/body .imgHover figcaption.LAYTON {
  background/*\**/: #ffbf00 \9;
}
html>/**/body .imgHover figcaption.EMI_CHANG {
  background/*\**/: #ff69a3 \9;
}
html>/**/body .imgHover figcaption.MANA {
  background/*\**/: #b7017e \9;
}
html>/**/body .imgHover figcaption.EVY {
  background/*\**/: #ff0000 \9;
}
html>/**/body .imgHover figcaption.SAHO {
  background/*\**/: #89b71c \9;
}
html>/**/body .imgHover figcaption.GAZULIN {
  background/*\**/: #212a31 \9;
}
html>/**/body .imgHover figcaption.ZAKKY {
  background/*\**/: #0a51a1 \9;
}
html>/**/body .imgHover figcaption.JUICY {
  background/*\**/: #04b4ae \9;
}
html>/**/body .imgHover figcaption.SHIMAJIRO {
  background/*\**/: #ff0000 \9;
}

.imgHover figure:hover figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

/* youtube     -------------*/
.youtubeWrap {
  width: 100%;
  padding: 5% 0;
  background: #ebeff5;
  background: linear-gradient(to right, #ebeff5, #f7fdff);
}
.youtubeWrap .btnWrap a {
  width: 178px;
  margin-bottom: 5%;
}
.videoWrap {
  margin: 0 auto;
}
.videoWrap iframe {
  width: 400px;
  height: 228px;
  padding: 0 5px;
}

/* recruit     -------------*/
.recruitWrap {
  font-size: 16px;
  padding: 12% 0 4% 0;
  position: relative;
  width: 100%;
  color: #fff !important;
  background-color: #222 !important;
}
.recruitWrap h2.enTit {
  color: #fff !important;
}
.recruitWrap h2.enTit span {
  background: #fff !important;
}
.recruitWrap .btnWrap {
	display: flex;
	justify-content: center;
  align-items: center;
}
.recruitWrap .btnWrap a {
  width: 178px;
  margin-bottom: 5%;
  color: #fff !important;
  border-color: #fff !important;
  margin-right: 20px;
  margin-left: 20px;
}
.recruitWrap .btnWrap a:hover {
  background-color: #fff;
  color: #0950a0 !important;
}
.recruitWrap p {
  margin: 3% 0;
  line-height: 1.6;
}

.recruitWrap .recruitImgWrap {
  background: url("/common/img/recruit_bk_clean.jpg") no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
}

/* news     -------------*/
.newsWrap {
  text-align: left;
  /* padding-top: 20px; */
}
.newsHead {
  position: relative;
}
.newsWrap h2 {
  padding: 2%;
  font-size: 24px;
}
.newsWrap .more {
  position: absolute;
  right: 2%;
  bottom: 30%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding-top: 8px;
}
.newsWrap .more:hover {
  right: 1%;
}
.newsWrap .more span {
  display: block;
  float: left;
  position: relative;
  padding-right: 40px;
}
.newsWrap .more span:after{
  content: url("/common/img/icon-right-blue.svg");
  position: absolute;
  right: 0;
}
.newsWrap .newsList {
  clear: both;
  border-top: 1px solid #eeeeee;
}
.newsWrap .newsList li {
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding: 20px 2%;
}
.newsWrap .newsList li a {
  text-decoration: underline;
}
.newsWrap .newsList li a:hover {
  text-decoration: none;
}
.newsWrap .newsList li span.date {
  display: block;
  float: left;
  width: 10%;
}

@media screen and (max-width: 1000px) {
  .newsWrap .newsList li span.date {
    width: 14%;
  }
}

.newsWrap .newsList li span.txt {
  display: block;
  float: left;
  width: 80%;
  line-height: 1.6;
}

.sa {
  opacity: 0;
  transition: all 0.5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(0, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}
