:root {
  --primary: #003f98;
  --primary-dark: #003288;
  --secondary: #f39700;
  --secondary-clear: rgba(143, 195, 31, 0.2);
  --black: #000;
  --bg-color: #efede4;
  --font-color: #1c1b1f;
  --gray: #e9e9e9;
  --white: #ffffff;
  --link-color: #004097;
}

.p-top__keyvisual {
  position: relative;
  width: 100vw;
  height: 50.5208333333vw;
  background: url(/assets/images/top/key_pc@2x.png) center 0/100% auto no-repeat;
}
@media (max-width: 768px) {
  .p-top__keyvisual {
    height: calc(100vh - 83px - 0px);
    max-height: 830px;
    background: url(/assets/images/top/key_sp@2x.png) center bottom/100% auto no-repeat;
    background-size: cover;
  }
}
.p-top__keyvisual .l-container {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .p-top__keyvisual .l-container {
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: calc((100vh - 83px - 0px) / 2);
    max-height: 830px;
    padding: 0 25px;
  }
}
.p-top__keyvisual .slider {
  width: 100%;
  margin: 0 auto 0;
}
@media (min-width: 768px) {
  .p-top__keyvisual .slider {
    position: absolute;
    top: 35.5208333333vw;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .p-top__keyvisual .slider {
    padding-top: 10vh;
  }
}
.p-top__keyvisual .slider img {
  width: 100%;
}
.p-top__keyvisual .slider .slick-slide {
  margin-right: 0.5vw !important;
  margin-left: 0.5vw !important;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 768px) {
  .p-top__keyvisual .slider .slick-slide.slick-current {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-top__keyvisual__title {
  position: absolute;
  left: 0;
  bottom: 18vw;
  color: white;
  font-size: 93px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 1550px) {
  .p-top__keyvisual__title {
    font-size: 5.5vw;
  }
}
@media (max-width: 768px) {
  .p-top__keyvisual__title {
    font-size: 7vw;
    letter-spacing: 0.1rem;
    line-height: 1.3;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    left: 25px;
    bottom: calc(150px - 11vw);
  }
}
@media (max-width: 530px) {
  .p-top__keyvisual__title {
    font-size: 8vw;
    top: 0;
    bottom: auto;
  }
}
.p-top__keyvisual__title__logo {
  width: 400px;
  position: absolute;
  right: 0;
  bottom: 18vw;
}
@media (max-width: 768px) {
  .p-top__keyvisual__title__logo {
    display: none;
  }
}
.p-top__article {
  padding-top: 124px;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .p-top__article {
    padding-top: 70px;
  }
}
.p-top__article__description {
  position: relative;
  padding-right: 12.4479166667vw;
  z-index: 2;
}
.p-top__article__description.--white {
  color: var(--white);
}
@media (max-width: 768px) {
  .p-top__article__description {
    padding-right: 0;
  }
}
.p-top__article__description__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60px;
}
/*# sourceMappingURL=top.css.map */