@charset "utf-8";
/*------------------------------------*\
    会社情報
\*------------------------------------*/
.greeting {
  padding-top: 30px;
}
.greeting__image {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.4rem
}
.greeting__image > img {
    margin-bottom: 20px;
    border-radius: 6px;
  }
.greeting__lead {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 25%;
}
.greeting__name > img {
  display: inline-block;
  width: auto;
  height: 2em;
  vertical-align: bottom;
}
[data-bg="lightgray"]::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    margin-left: -50vw;
    background: #f7f8f8;
  }
.history {
  padding-bottom: 60px;
  background: #f7f8f8;
}
.history__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  width: 100vw;
  height: 200px;
  margin-bottom: 30px;
  margin-left: -50vw;
  background: url(../../company/images/image03.jpg) no-repeat center center / cover;
  color: #fff;
  text-align: center;
}
.slider-wrap {
  position: relative;
}
.slider .slick-slide {
    padding: 0 16px;
  }
.slider-navi .container {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: 100%;
  }
.slider-navi button {
    position: absolute;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    padding: 0;
    border-radius: 6px;
    border: 1px solid #004898;
    background: #fff;
    cursor: pointer
  }
.slider-navi button.js-prev {
      left: -10px;
    }
.slider-navi button.js-next {
      right: -10px;
    }
.slider-navi button .icon {
      font-size: 2.4rem;
      line-height: 1;
    }
.csr-banner {
  overflow: hidden;
  height: 100vw;
  color: #fff;
  text-align: center
}
.csr-banner a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    color: #fff;
    text-decoration: none
  }
.csr-banner a::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: url(../../company/images/image12.jpg) no-repeat center center / cover;
      transition: all 1s ease-in-out;
    }
.csr-banner a:hover::before {
      transform: scale(1.2);
    }
.csr-banner .icon {
    color: #004898;
    font-size: 48px;
  }
@media (min-width: 45.001em) {
  .greeting {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .greeting__image {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .greeting__body {
    flex: 1 0 45.45%;
    max-width: 45.45%;
  }
}
@media (min-width: 60.001em) {
    .greeting__image > img {
      width: 120%;
      max-width: none;
    }
  .greeting__lead {
    top: -70px;
    right: 0;
    width: 32%;
  }
  .history {
    padding-bottom: 120px;
  }
  .history__header {
    height: 440px;
  }
  .csr-banner {
    height: 720px
  }
    .csr-banner .icon {
      font-size: 62px;
    }
}
@media (min-width: 75.001em) {
  .greeting__lead {
    right: -40px;
  }
}
/*# sourceMappingURL=maps/company.css.map */
