/*---------------------------------
  Base
---------------------------------*/
.container {
  padding-top: 0;
}

.content {
  width: 100%;
}

/*---------------------------------
  Header
---------------------------------*/
.header {
  background: transparent;
  box-shadow: none;
  transition: all 0.3s ease;
}

.globalNav--item a {
  color: #ffffff;
}

.header.change {
  background: #ffffff;
}
.header.change .globalNav--item a {
  color: #000000;
}


/*---------------------------------
  Keyvisual
---------------------------------*/
.keyv {
  position: relative;
}
.keyv--catchcopy {
  line-height: 1;
  font-size: 5.2rem;
  color: #fff;
  position: absolute;
  top: 44%;
  left: 5%;
  transform: translateY(-50%);
  font-family: "BIZ UDPMincho";
}
.keyv--catchcopy span {
  display: block;
  margin: 20px 0 0;
  font-size: 3.0rem;
  text-align: center;
}

/*---------------------------------
  Technology
---------------------------------*/
.technology--wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
.technology--heading {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #8ec31f;
  position: absolute;
  top: 90px;
  left: 0;
}
/*
.technology--heading::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #005A49;
  position: relative;
  top: -20px;
  left: -12px;
  transform: translateY(-100%);
}
*/
.technology--list {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 0 auto;
  position: relative;
}
.technology--unit {
  width: 300px;
  position: relative;
  transition: all 0.3s ease;
}
.technology--unit:hover {
  opacity: 0.5;
}
.technology--name {
  margin: 10px 0 0;
  text-align: center;
}
.technology--name a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  color:#8ec31f;
}
.technology--btn {
  position: absolute;
  top: -40px;
  right: 75px;
}

@media all and (-ms-high-contrast: none) {
  .technology--heading::before {
    top: -80px;
    left: -9px;
  }
}
@supports (-ms-ime-align: auto) {
  .technology--heading::before {
    top: -80px;
  }
}
.bnr {
  text-align: center;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}

/*---------------------------------
  Recruit
---------------------------------*/
.recruit {
  margin: -150px 0 0;
  padding: 150px 0 0;
  background: #eeeeee;
  position: relative;
}
.recruit--skew {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit--skew::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 100vw;
  border-color: #fff transparent transparent transparent;
}
.recruit--intro {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 80px 0 0;
  padding: 100px 0 100px 5%;
  position: relative;
}
.recruit--intro::before {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  background: #8ec31f;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit--catchcopy {
  padding-left: 40px;
  font-weight: bold;
  font-size: 3.4rem;
  position: relative;
  z-index: 2;
}
.recruit--heading {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-style: italic;
  color: #ffffff;
  z-index: 2;
  position: relative;
  right: 15px;
}
.recruit--image {
  width: calc(100% - 22%);
  height: 400px;
  overflow: hidden;
  position: absolute;
  top: 280px;
  left: 22%;
}
.recruit--image img {
  width: 88%;
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
}
.recruit--btn {
  position: absolute;
  bottom: -110px;
  left: calc(5% + 75px);
  z-index: 2;
}
.recruit--btn a {
  color: #8ec31f;
  border: 1px solid #8ec31f;
}
.recruit--btn a:hover, .recruit--btn a:active {
  background: #8ec31f;
  color: #fff;
}
.recruit--btn a::after {
  border-top: solid 2px #8ec31f;
  border-right: solid 2px #8ec31f;
}

/*---------------------------------
  News
---------------------------------*/
.news {
  padding: 120px 0 0;
  background: #eeeeee;
}
.news--heading {
  margin: 40px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.news--btn {
  position: relative;
  top: 30px;
}
.news--btn a {
  color: #8ec31f;
  border: 1px solid #8ec31f;
}
.news--btn a:hover, .news--btn a:active {
  background: #8ec31f;
  color: #fff;
}
.news--btn a::after {
  border-top: solid 2px #8ec31f;
  border-right: solid 2px #8ec31f;
}
.newsIndex {
  width: 980px;
  margin: 20px auto;
}
.newsIndex--item {
  background: #ffffff;
  border-color: #eeeeee;
}
/*# sourceMappingURL=top.css.map */
