@charset "UTF-8";
.home-title {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .home-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .home-title {
    font-size: 2.7rem;
  }
}

a.btn-normal {
  text-decoration: none;
  display: block;
  width: 252px;
  max-width: 100%;
  border: 1px solid #222;
  color: #222;
  text-align: center;
  padding: 1.4rem;
  border-radius: 5rem;
  font-weight: 500;
  margin: 5rem auto 0;
  transition: all 0.2s;
}
@media screen and (max-width: 575.98px) {
  a.btn-normal {
    margin-top: 3rem;
  }
}
a.btn-normal:hover {
  opacity: 0.75 !important;
}

/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.mainimage-wrap {
  position: relative;
  height: calc(100vh - 60px);
}
@media screen and (max-width: 991.98px) {
  .mainimage-wrap {
    height: calc(85vh - 60px);
  }
}
@media screen and (max-width: 767.98px) {
  .mainimage-wrap {
    height: calc(50vh - 60px);
  }
}
.mainimage-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.mainimage-wrap .movie {
  overflow: hidden;
}
.mainimage-wrap .movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.mainimage-wrap .catch {
  position: absolute;
  bottom: 8rem;
  left: 6rem;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  .mainimage-wrap .catch {
    bottom: 6rem;
    left: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainimage-wrap .catch {
    bottom: 3rem;
    left: 2rem;
  }
}
.mainimage-wrap .catch p {
  color: #fff;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.mainimage-wrap .catch .en {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: min(7.9vw, 11rem);
}
@media screen and (max-width: 767.98px) {
  .mainimage-wrap .catch .en {
    font-size: 12.4vw;
  }
}
.mainimage-wrap .catch .jp {
  font-weight: 700;
  margin-top: 1.5rem;
  padding-left: 0.8rem;
  font-size: min(1.9vw, 2.6rem);
}
@media screen and (max-width: 767.98px) {
  .mainimage-wrap .catch .jp {
    font-size: 3.2vw;
    padding-left: 1vw;
  }
}
.mainimage-wrap .txt-rotate {
  position: absolute;
  bottom: -150px;
  right: 5rem;
}
@media screen and (max-width: 991.98px) {
  .mainimage-wrap .txt-rotate {
    bottom: -12vw;
  }
}
@media screen and (max-width: 767.98px) {
  .mainimage-wrap .txt-rotate {
    right: -5vw;
  }
}
.mainimage-wrap .page-down {
  position: absolute;
  top: 40%;
  right: 1rem;
}
.mainimage-wrap .page-down span {
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 1rem 6.5rem;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767.98px) {
  .mainimage-wrap .page-down span {
    display: none;
  }
}
.mainimage-wrap .page-down span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7rem;
  width: 2px;
  height: 0;
  background-color: #fff;
  left: 50%;
  margin-left: -2px;
  animation: pathmove 1.4s ease-in-out infinite;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 7rem;
    opacity: 0;
  }
  30% {
    height: 3rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
/*----------------------------------------------------
  会社情報
----------------------------------------------------*/
.company-wrap {
  padding: 10rem 0;
  background: url(../images/home/bg_company.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .company-wrap {
    padding: 6rem 0;
  }
}
.company-wrap .inner {
  max-width: 660px;
  margin: 0 auto;
}
.company-wrap .inner .home-title {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .company-wrap .inner .home-title {
    margin-bottom: 3rem;
  }
}
.company-wrap .inner > p {
  font-size: 2rem;
  line-height: 2.5;
  text-align: justify;
}
@media screen and (max-width: 767.98px) {
  .company-wrap .inner > p {
    font-size: 1.6rem;
  }
}
.company-wrap .inner .icon-list {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .company-wrap .inner .icon-list {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
}
.company-wrap .inner .icon-list figure {
  flex: 0 0 120px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .company-wrap .inner .icon-list figure {
    flex-basis: 140px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
}
.company-wrap .inner .icon-list figure img {
  display: block;
  margin: 0 auto;
}
.company-wrap .inner .icon-list figure figcaption {
  text-align: center;
  margin-top: 1rem;
}

/*----------------------------------------------------
  事業紹介
----------------------------------------------------*/
.business-wrap {
  background-color: #424242;
  position: relative;
  z-index: 0;
}
.business-wrap::before {
  content: "";
  width: 300px;
  height: 520px;
  display: inline-block;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .business-wrap::before {
    width: 200px;
    height: 450px;
  }
}
.business-wrap .intro-area {
  padding: 10rem 0 8rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .business-wrap .intro-area {
    padding: 8rem 0 6rem;
  }
}
.business-wrap .intro-area .title-area {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .business-wrap .intro-area .title-area {
    display: block;
  }
}
.business-wrap .intro-area .business-title {
  width: 330px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991.98px) {
  .business-wrap .intro-area .business-title {
    margin-bottom: 3rem;
    width: 250px;
  }
}
@media screen and (max-width: 575.98px) {
  .business-wrap .intro-area .business-title {
    margin-bottom: 2rem;
  }
}
.business-wrap .intro-area .business-title span {
  display: inline-block;
  color: #fff;
  font-size: 5rem;
}
@media screen and (max-width: 991.98px) {
  .business-wrap .intro-area .business-title span {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .business-wrap .intro-area .business-title span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .business-wrap .intro-area .business-title span {
    font-size: 2.7rem;
  }
}
.business-wrap .intro-area .home-title {
  margin-top: 0.3em;
}
@media screen and (max-width: 575.98px) {
  .business-wrap .intro-area .home-title {
    font-size: 2.4rem;
  }
}
.business-wrap .type-area {
  padding: 8rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .business-wrap .type-area {
    padding: 5rem 0 3rem;
  }
}
.business-wrap .type-area .type-block {
  display: flex;
  border-bottom: 1px dashed #878787;
  margin: 6rem 0;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .business-wrap .type-area .type-block {
    display: block;
    margin: 4rem 0;
    padding-bottom: 4rem;
  }
}
.business-wrap .type-area .type-block:last-child {
  border-bottom: none;
}
.business-wrap .type-area .type-block .title {
  width: 270px;
}
@media screen and (max-width: 991.98px) {
  .business-wrap .type-area .type-block .title {
    width: 240px;
  }
}
@media screen and (max-width: 767.98px) {
  .business-wrap .type-area .type-block .title {
    width: auto;
  }
}
.business-wrap .type-area .type-block .title h3 {
  color: #fff;
  line-height: 1.4;
  font-size: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .business-wrap .type-area .type-block .title h3 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}
.business-wrap .type-area .type-block .text {
  flex: 1;
}
.business-wrap .type-area .type-block .text .inner {
  border-left: 3px solid;
  padding-left: 3rem;
}
@media screen and (max-width: 767.98px) {
  .business-wrap .type-area .type-block .text .inner {
    padding-left: 2rem;
    margin-left: 0.5rem;
  }
}
.business-wrap .type-area .type-block .text .inner p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .business-wrap .type-area .type-block .text .inner p {
    font-size: 1.4rem;
  }
}
.business-wrap .type-area .type-block .text .inner + .inner {
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .business-wrap .type-area .type-block .text .inner + .inner {
    margin-top: 3rem;
  }
}
.business-wrap .type-area .type-block .text .inner h4 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .business-wrap .type-area .type-block .text .inner h4 {
    font-size: 2rem;
  }
}
.business-wrap .type-area .type-block .text .inner.system {
  border-color: #5576AB;
}
.business-wrap .type-area .type-block .text .inner.infra {
  border-color: #3d93cc;
}
.business-wrap .type-area .type-block .text .inner.support {
  border-color: #399c99;
}

/*スライダー*/
.swiper-container {
  overflow: hidden;
}
.swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container .swiper-wrapper img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------
  採用情報
----------------------------------------------------*/
.recruit-wrap {
  height: 640px;
  padding: 5rem 2.2rem;
  background: url(../images/home/bg_recruit.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .recruit-wrap {
    height: 640px;
    background-position: center left -13rem;
  }
}
@media screen and (max-width: 575.98px) {
  .recruit-wrap {
    height: 110vw;
  }
}
.recruit-wrap .inner > div {
  background: rgba(255, 255, 255, 0.8);
  padding: 5rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .recruit-wrap .inner > div {
    padding: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .recruit-wrap .inner > div {
    padding: 3rem 1rem;
  }
  .recruit-wrap .inner > div .home-title {
    font-size: 2.1rem;
  }
}
.recruit-wrap .inner a.btn-normal {
  background-color: #fff;
}/*# sourceMappingURL=home.css.map */