@charset "UTF-8";
/*----------
	top
----------*/
.l-content {
  margin-top: -100px;
  padding-bottom: 0;
}
@media (min-width: 768px), print {
  .l-content {
    margin-top: -188px;
  }
}

/* トップheader */
.l-mainheader {
  /* トップページは常にウィンドウ上部固定・透過スタイル */
  padding-top: 100px;
  background: linear-gradient(to bottom, #000 0%, transparent 100%);
  /* 下層と同じスタイルになるのは、スティッキー化していない かつ ハンバーガーメニューが開いた時 */
}
.l-mainheader__inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: none;
  background: transparent;
  transition: background 0.2s;
}
.l-mainheader.is-open .l-mainheader__inner {
  background: #fff;
}
.l-mainheader:not(.is-shrink):not(.is-open) .l-mainheader__inner {
  background: transparent;
}
.l-mainheader:not(.is-shrink):not(.is-open) .l-mainheader__navtoggle {
  background: transparent;
  border: 1px solid #fff;
}
@media (min-width: 768px), print {
  .l-mainheader {
    padding-top: 188px;
  }
}

@media (min-width: 768px), print {
  .l-mainnav:not(.is-shrink):not(.is-open) .l-mainnav__cattop > a {
    color: #fff;
  }
  .l-mainnav:not(.is-shrink):not(.is-open) .l-mainnav__cattop > a > span {
    background-image: linear-gradient(#fff, #fff);
  }
  .l-mainnav:not(.is-shrink):not(.is-open) .l-mainnav__qa > a {
    color: #fff;
  }
}

/* 個別 */
.recruit__inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0 20px 60px;
  position: relative;
}
@media (min-width: 768px), print {
  .recruit__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.recruit__lead {
  font-size: 2rem;
  font-weight: 500;
  color: #FFF;
  line-height: var(--line-height-m);
  margin-bottom: 24px;
}
@media (min-width: 768px), print {
  .recruit {
    height: 520px;
    position: relative;
  }
  .recruit__image {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .recruit__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recruit__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .recruit__lead {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
  .recruit__btnlist {
    display: flex;
    gap: 20px;
  }
  .recruit__btnlist-item {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .recruit__image {
    position: relative;
    z-index: -1;
  }
  .recruit__inner::before {
    content: "";
    width: 100%;
    height: calc(100% + 150px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgb(34, 34, 34) 150px, rgb(34, 34, 34) 100%);
  }
  .recruit__btnlist-item {
    max-width: 220px;
  }
  .recruit__btnlist-item + .recruit__btnlist-item {
    margin-top: 10px;
  }
}

.panel__button {
  max-width: 200px;
  margin-top: 32px;
}
@media (min-width: 768px), print {
  .panel__image {
    width: 952px;
  }
  .panel--r .panel__image {
    margin-left: auto;
  }
  .panel__box {
    background-color: #FFF;
    padding: 40px 50px;
    width: 680px;
    margin: -300px -50px 0 auto;
    position: relative;
    z-index: 2;
  }
  .panel--r .panel__box {
    margin-left: -50px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .panel__image {
    margin-inline: -20px;
  }
  .panel__title {
    margin-inline: -20px;
    margin-top: -126px;
    padding: 44px 20px 0;
    background-color: #FFF;
    width: 100%;
    position: relative;
    z-index: 2;
  }
}

.mv {
  position: relative;
  margin-bottom: 40px;
}
.mv__image {
  position: relative;
}
.mv__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.3;
}
.mv__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  margin: auto;
  width: calc(100% - 40px);
}
.mv__lead {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: var(--line-height-xs);
}
@media (min-width: 768px), print {
  .mv {
    margin-bottom: 90px;
  }
  .mv__inner {
    bottom: 80px;
    width: calc(100% - 100px);
  }
  .mv__lead {
    font-size: 4.8rem;
  }
}
/*# sourceMappingURL=style.css.map */
