@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
@font-face {
  font-family: "LINE";
  src: url("/career/assets/fonts/lineseed_bd.woff2") format("woff2");
  font-weight: normal;
}
/* recruit-lp */
/* ============================================ */
.recruit-lp {
  font-feature-settings: normal;
  letter-spacing: normal;
  color: #0C090A;
}

.recruit-lp__header {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 800;
  transition: all 0.3s ease-out;
}
.recruit-lp__header__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.recruit-lp__header__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.recruit-lp__header__inner {
  padding: 20px 20px 20px 40px;
}
@media all and (max-width: 896px) {
  .recruit-lp__header__inner {
    padding: 16px 12px 16px 20px;
  }
}
.recruit-lp__header__contents {
  display: flex;
}
.recruit-lp__header__logo__link {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media all and (max-width: 896px) {
  .recruit-lp__header__logo__link {
    gap: 10px;
  }
}
@media all and (max-width: 480px) {
  .recruit-lp__header__logo__link {
    gap: 6px;
  }
}
.recruit-lp__header__logo__img {
  line-height: 1;
}
.recruit-lp__header__logo__img img {
  width: 288px;
}
@media all and (max-width: 896px) {
  .recruit-lp__header__logo__img img {
    width: 180px;
  }
}
@media all and (max-width: 480px) {
  .recruit-lp__header__logo__img img {
    width: 122px;
  }
}
.recruit-lp__header__logo__txt {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F29300;
  letter-spacing: normal;
}
@media all and (max-width: 896px) {
  .recruit-lp__header__logo__txt {
    font-size: 0.625rem;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__header__btn.--contact {
    display: none;
  }
}
.recruit-lp__header__btn.--contact .recruit-lp__header__btn__link::after {
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0;
  margin-top: 0.2em;
}
@media all and (max-width: 896px) {
  .recruit-lp__header__btn.--entry {
    display: none;
  }
}
.recruit-lp__header__btn.--entry .recruit-lp__header__btn__link {
  background: #D61819;
}
.recruit-lp__header__btn.--home .recruit-lp__header__btn__link {
  background: #FF6C1D;
}
.recruit-lp__header__btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.59em;
  height: 100%;
  padding: 0.72em 1.2em;
  background: #0C090A;
  color: #fff;
  font-size: clamp(0.625rem, 0.4638rem + 0.6612vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.13em;
}
.recruit-lp__header__btn__link::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/common/icon_blank_white.svg") center center/contain no-repeat;
}

.recruit-lp__outer {
  overflow: clip;
}

.recruit-lp__main {
  padding: 11.56vw 0 146px;
  position: relative;
}
@media all and (max-width: 600px) {
  .recruit-lp__main {
    padding: 62.13vw 0 12px;
  }
}
.recruit-lp__main__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-lp__main__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-lp__main__ttl {
  text-align: right;
  position: relative;
}
.recruit-lp__main__ttl img {
  width: 51.41vw;
}
@media all and (max-width: 600px) {
  .recruit-lp__main__ttl img {
    width: 93.87vw;
  }
}

.recruit-lp__follow {
  text-align: center;
  font-size: clamp(0.875rem, 0.2574rem + 1.1029vw, 1.25rem);
  width: calc(100% - 20px);
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
}
@media all and (max-width: 896px) {
  .recruit-lp__follow {
    display: none;
  }
}
.recruit-lp__follow.is-fixed {
  position: fixed;
  top: var(--follow-top, 0px);
  bottom: auto;
  z-index: 790;
}
.recruit-lp__follow.is-fixed .recruit-lp__follow__link {
  padding-block: 0.8em;
}
.recruit-lp__follow__list {
  display: inline-flex;
  justify-content: center;
  background: #0C090A;
  color: #fff;
  padding-inline: 1.6em;
}
.recruit-lp__follow__item {
  position: relative;
}
.recruit-lp__follow__item:first-of-type::before {
  content: none;
}
.recruit-lp__follow__item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.85em;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.recruit-lp__follow__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  padding: 1.6em 1.2em;
}
.recruit-lp__follow__link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0;
}
.recruit-lp__follow__txt {
  word-break: keep-all;
  font-weight: 700;
  min-width: 8em;
}

.recruit-lp__further {
  padding: 120px 0;
  background: #FF6C1D;
  color: #fff;
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__further {
    padding: 40px 0;
  }
}
.recruit-lp__further__block {
  text-align: center;
  position: relative;
  z-index: 5;
}
.recruit-lp__further__en {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: -3deg;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(3.5rem, 0.5992rem + 11.9008vw, 12.5rem);
  font-weight: 800;
  color: #fff;
  opacity: 0.16;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
  z-index: -5;
}
.recruit-lp__further__catch {
  word-break: keep-all;
  color: #fff;
  font-size: clamp(1rem, 0.5165rem + 1.9835vw, 2.5rem);
  font-weight: 900;
  line-height: 1.4;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.12);
}
.recruit-lp__further__ttl {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 4px;
  line-height: 1.3;
  font-size: clamp(1.5rem, 0.6942rem + 3.3058vw, 4rem);
  font-weight: 900;
  color: #fff;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.12);
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .recruit-lp__further__ttl {
    gap: 2px;
    margin-top: 12px;
  }
}
.recruit-lp__further__ttl .txt_large {
  font-size: 1.5em;
  color: #FF6C1D;
  text-shadow: none;
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  paint-order: stroke;
}
@media all and (max-width: 896px) {
  .recruit-lp__further__ttl .txt_large {
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
  }
}
.recruit-lp__further__list {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
@media all and (min-width: 897px) {
  .recruit-lp__further__list .splide__track {
    overflow: visible !important;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__further__list {
    margin-top: 44px;
    margin-inline: calc(50% - 50vw);
  }
  .recruit-lp__further__list .splide__pagination {
    bottom: 8px;
  }
  .recruit-lp__further__list .splide__pagination__page {
    background: rgba(255, 255, 255, 0.5);
  }
  .recruit-lp__further__list .splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.2);
  }
}
.recruit-lp__further__item {
  container-type: inline-size;
  position: relative;
  filter: drop-shadow(10px 10px 0px #fff);
  padding-bottom: 10%;
}
@media all and (max-width: 896px) {
  .recruit-lp__further__item {
    filter: drop-shadow(6px 6px 0px #fff);
  }
}
.recruit-lp__further__img img {
  width: 100%;
  aspect-ratio: 459/286;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-lp__further__story {
  width: calc(100% + 40px);
  position: absolute;
  left: -10px;
  bottom: 10px;
}
@media all and (max-width: 896px) {
  .recruit-lp__further__story {
    width: calc(100% + 26px);
    left: -6px;
    bottom: 6px;
  }
}
.recruit-lp__further__story > span {
  background: #0C090A;
  color: #fff;
  font-size: 8.8cqw;
  font-weight: 900;
  padding: 0 0.15em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .recruit-lp__further__story > span {
    font-size: 8.5cqw;
  }
}

.recruit-lp__support {
  padding-bottom: min(100px, 5.21vw);
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__support {
    padding-bottom: 10.13vw;
  }
}
.recruit-lp__support__wrap {
  padding: min(74px, 38.54vw) 0 min(323px, 16.82vw);
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__support__wrap {
    padding: 0;
    background: #0C090A;
  }
}
.recruit-lp__support__inner {
  width: 70%;
  max-width: 770px;
  margin: 0 0 0 auto;
  padding: 48px 64px;
  background: color-mix(in srgb, #0C090A 90%, transparent);
  color: #fff;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .recruit-lp__support__inner {
    width: 100%;
    max-width: none;
    padding: 32px 0;
    background: none;
  }
}
.recruit-lp__support__ttl {
  font-size: clamp(2.125rem, 1.2789rem + 3.4711vw, 4.75rem);
  font-weight: 900;
  line-height: 1.2;
}
.recruit-lp__support__ttl .txt_large {
  font-size: 1.68em;
  color: #FF6C1D;
}
.recruit-lp__support__txt {
  font-size: clamp(0.875rem, 0.7541rem + 0.4959vw, 1.25rem);
  line-height: 2.1;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .recruit-lp__support__txt {
    margin-top: 20px;
  }
}
.recruit-lp__support__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .recruit-lp__support__bg {
    height: 98vw;
    position: static;
  }
}
.recruit-lp__support__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-lp__support__fukidashi01 {
  width: min(430px, 22.4vw);
  position: absolute;
  left: 25.52vw;
  bottom: min(32px, 1.67vw);
  z-index: 10;
}
@media all and (max-width: 896px) {
  .recruit-lp__support__fukidashi01 {
    width: min(300px, 48.5vw);
    left: 1.2vw;
    bottom: 3.2vw;
  }
}
.recruit-lp__support__fukidashi01 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__support__fukidashi02 {
  width: min(430px, 22.4vw);
  position: absolute;
  right: 25.52vw;
  bottom: 0;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .recruit-lp__support__fukidashi02 {
    width: min(300px, 48.5vw);
    right: 1.2vw;
  }
}
.recruit-lp__support__fukidashi02 img {
  width: 100%;
  max-width: none;
}

.recruit-lp__skill {
  padding: 40px 0 120px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .recruit-lp__skill {
    padding-bottom: 56px;
  }
}
.recruit-lp__skill .recruit-lp__skillup {
  display: flex;
  gap: 32px 2%;
}
@media all and (max-width: 1025px) {
  .recruit-lp__skill .recruit-lp__skillup {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__skill .recruit-lp__skillup {
    gap: 24px 2%;
  }
}
.recruit-lp__skill .recruit-lp__skillup__img {
  flex-shrink: 0;
  width: 48%;
  padding-left: 3%;
  position: relative;
}
@media all and (max-width: 1025px) {
  .recruit-lp__skill .recruit-lp__skillup__img {
    width: 72%;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__skill .recruit-lp__skillup__img {
    width: 100%;
  }
}
.recruit-lp__skill .recruit-lp__skillup__en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(3rem, 1.3884rem + 6.6116vw, 8rem);
  font-weight: 800;
  color: #FF6C1D;
  line-height: 1;
  transform-origin: top left;
  translate: 24% 0;
  rotate: 90deg;
  position: absolute;
  top: -20px;
  left: 0;
}
.recruit-lp__skill .recruit-lp__skillup__inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 1025px) {
  .recruit-lp__skill .recruit-lp__skillup__inner {
    width: 100%;
  }
}
.recruit-lp__skill .recruit-lp__skillup__catch {
  font-size: clamp(1.625rem, 1.1818rem + 1.8182vw, 3rem);
  font-weight: 900;
  line-height: 1.4;
}
.recruit-lp__skill .recruit-lp__skillup__about {
  font-size: clamp(1.25rem, 0.9277rem + 1.3223vw, 2.25rem);
  font-weight: 900;
  line-height: 1.4;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .recruit-lp__skill .recruit-lp__skillup__about {
    margin-top: 8px;
  }
}
.recruit-lp__skill .recruit-lp__skillup__about .txt_color {
  color: #FF6C1D;
}
.recruit-lp__skill .recruit-lp__skillup__ttl {
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .recruit-lp__skill .recruit-lp__skillup__ttl {
    margin-top: 8px;
  }
}
.recruit-lp__skill .recruit-lp__skillup__ttl > span {
  word-break: keep-all;
  display: inline-block;
  background: #0C090A;
  color: #fff;
  font-weight: 900;
  padding: 0.1em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.2;
}
.recruit-lp__skill .recruit-lp__skillup__ttl > span:nth-of-type(1) {
  font-size: clamp(1.375rem, 0.8512rem + 2.1488vw, 3rem);
}
.recruit-lp__skill .recruit-lp__skillup__ttl > span:nth-of-type(2) {
  font-size: clamp(2.5rem, 1.4122rem + 4.4628vw, 5.875rem);
}
.recruit-lp__skill .recruit-lp__skillup__ttl .txt_fuchi {
  font-size: 1.33em;
  color: #0C090A;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
  margin-right: 0.1em;
}
@media all and (max-width: 896px) {
  .recruit-lp__skill .recruit-lp__skillup__ttl .txt_fuchi {
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
  }
}
.recruit-lp__skill .recruit-lp__skillup__contents {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .recruit-lp__skill .recruit-lp__skillup__contents {
    margin-top: 24px;
  }
}
.recruit-lp__skill .recruit-lp__skillup__txt {
  font-size: clamp(1rem, 0.8791rem + 0.4959vw, 1.375rem);
  font-weight: 900;
  line-height: 2;
}
.recruit-lp__skill .recruit-lp__skillup__em {
  font-size: clamp(1.25rem, 0.8471rem + 1.6529vw, 2.5rem);
  font-weight: 900;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .recruit-lp__skill .recruit-lp__skillup__em {
    margin-top: 4px;
  }
}
.recruit-lp__skill .recruit-lp__feature {
  container-type: inline-size;
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .recruit-lp__skill .recruit-lp__feature {
    margin-top: 40px;
  }
}
.recruit-lp__skill .recruit-lp__feature__ttl {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.25rem, 1.1694rem + 0.3306vw, 1.5rem);
  font-weight: 900;
  margin-bottom: calc(-3cqw - 6px);
}
@media all and (max-width: 896px) {
  .recruit-lp__skill .recruit-lp__feature__ttl {
    margin-bottom: -8px;
  }
}
.recruit-lp__skill .recruit-lp__feature__ttl > span {
  display: inline-block;
  background: #0C090A;
  color: #fff;
  font-weight: 900;
  padding: 0.3em 1em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.4;
}
.recruit-lp__skill .recruit-lp__feature__ttl .txt_large {
  font-size: 2em;
  color: #FF6C1D;
}
.recruit-lp__skill .recruit-lp__feature__inner {
  border: 12px solid #0C090A;
  padding: 6cqw;
  background: #fff;
}
@media all and (max-width: 896px) {
  .recruit-lp__skill .recruit-lp__feature__inner {
    border-width: 8px;
    padding: 16px;
  }
}
.recruit-lp__skill .recruit-lp__feature__txt {
  font-size: clamp(0.875rem, 0.6333rem + 0.9917vw, 1.625rem);
  font-weight: 900;
  line-height: 1.7;
}
.recruit-lp__skill .recruit-lp__feature__txt .txt_large {
  font-size: 1.92em;
}
.recruit-lp__skill .recruit-lp__feature__txt .txt_color {
  color: #FF6C1D;
}

.recruit-lp__data__wrap {
  padding: 128px 0;
  background: linear-gradient(180deg, #FF672C 0%, #FFA64D 100%);
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__wrap {
    padding: 56px 0;
  }
}
.recruit-lp__data__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/bg_sun.svg") center top -24.74vw/127.86% auto no-repeat;
  mix-blend-mode: screen;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__wrap::after {
    background-position: center top -20vw;
  }
}
.recruit-lp__data__container {
  position: relative;
  z-index: 10;
}
.recruit-lp__data__heading {
  word-break: keep-all;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 4px;
  line-height: 1.3;
  font-size: clamp(1.5rem, 0.6942rem + 3.3058vw, 4rem);
  font-weight: 900;
  color: #fff;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.12);
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__heading {
    gap: 2px;
    margin-top: 12px;
  }
}
.recruit-lp__data__heading .txt_large {
  font-size: 1.5em;
}
.recruit-lp__data__heading .txt_fuchi {
  color: #FF6C1D;
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  paint-order: stroke;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__heading .txt_fuchi {
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
  }
}
.recruit-lp__data__catch {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1rem, 0.5165rem + 1.9835vw, 2.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin-top: 24px;
}
.recruit-lp__data__sub {
  font-size: clamp(0.8125rem, 0.7118rem + 0.4132vw, 1.125rem);
  font-weight: 700;
  color: #fff;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin: 40px 0 0 auto;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__sub {
    margin-top: 32px;
  }
}
.recruit-lp__data__column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 3%;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__column2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px 3%;
    margin-top: 16px;
  }
}
.recruit-lp__data__column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 3%;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__column3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px 3%;
    margin-top: 32px;
  }
}
.recruit-lp__data__column4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 3%;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__column4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px 3%;
    margin-top: 32px;
  }
}
.recruit-lp__data__item {
  padding: 40px 16px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 896px) {
  .recruit-lp__data__item {
    padding: 24px 12px;
    border-radius: 24px;
  }
}
.recruit-lp__data__item .place-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px 5%;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__item .place-contents {
    margin-top: 16px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__data__item .place-contents {
    flex-direction: column;
  }
}
.recruit-lp__data__item .place-contents .place-img {
  flex-shrink: 0;
  width: 60%;
  max-width: 311px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__item .place-contents .place-img {
    max-width: 248.8px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__data__item .place-contents .place-img {
    width: 100%;
  }
}
.recruit-lp__data__item .place-contents .place-img img {
  width: 100%;
  max-width: none;
}
.recruit-lp__data__item .rental-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px 5%;
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__item .rental-contents {
    margin-top: 24px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__data__item .rental-contents {
    flex-direction: column;
  }
}
.recruit-lp__data__item .rental-contents .rental-img {
  flex-shrink: 0;
  width: 50%;
  max-width: 300px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__item .rental-contents .rental-img {
    max-width: 240px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__data__item .rental-contents .rental-img {
    width: 100%;
  }
}
.recruit-lp__data__item .gender-contents {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5%;
}
.recruit-lp__data__item .recruitment-contents {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5%;
}
.recruit-lp__data__img {
  width: 100%;
  margin-inline: auto;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img {
    margin-top: 24px;
  }
}
.recruit-lp__data__img.money-img {
  max-width: 130px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.money-img {
    max-width: 104px;
  }
}
.recruit-lp__data__img.sales-img {
  max-width: 120px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.sales-img {
    max-width: 96px;
  }
}
.recruit-lp__data__img.founding-img {
  max-width: 216px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.founding-img {
    max-width: 172.8px;
  }
}
.recruit-lp__data__img.employees-img {
  max-width: 148px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.employees-img {
    max-width: 118.4px;
  }
}
.recruit-lp__data__img.average-img {
  max-width: 150px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.average-img {
    max-width: 120px;
  }
}
.recruit-lp__data__img.men-img {
  max-width: 56px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.men-img {
    max-width: 44.8px;
  }
}
.recruit-lp__data__img.women-img {
  max-width: 68px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.women-img {
    max-width: 54.4px;
  }
}
.recruit-lp__data__img.year-img {
  max-width: 160px;
  margin-top: 56px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.year-img {
    max-width: 107.2px;
    margin-top: 24px;
  }
}
.recruit-lp__data__img.newgraduate-img {
  max-width: 120px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.newgraduate-img {
    max-width: 96px;
  }
}
.recruit-lp__data__img.career-img {
  max-width: 105px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.career-img {
    max-width: 84px;
  }
}
.recruit-lp__data__img.job-img {
  max-width: 292px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.job-img {
    max-width: 233.6px;
  }
}
.recruit-lp__data__img.overtime-img {
  max-width: 172px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.overtime-img {
    max-width: 137.6px;
  }
}
.recruit-lp__data__img.holiday-img {
  max-width: 130px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.holiday-img {
    max-width: 104px;
  }
}
.recruit-lp__data__img.vacation-img {
  max-width: 127px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.vacation-img {
    max-width: 101.6px;
  }
}
.recruit-lp__data__img.vacation-percent-img {
  max-width: 127px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.vacation-percent-img {
    max-width: 101.6px;
  }
}
.recruit-lp__data__img.childcare-img {
  max-width: 160px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.childcare-img {
    max-width: 128px;
  }
}
.recruit-lp__data__img.childcare-percent-img {
  max-width: 110px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.childcare-percent-img {
    max-width: 88px;
  }
}
.recruit-lp__data__img.childcare-men-img {
  max-width: 154px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__img.childcare-men-img {
    max-width: 123.2px;
  }
}
.recruit-lp__data__img img {
  width: 100%;
  max-width: none;
}
.recruit-lp__data__ttl {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.375rem, 1.1736rem + 0.8264vw, 2rem);
  font-weight: 700;
  opacity: 0.8;
  line-height: 1.4;
}
.recruit-lp__data__txt {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.25rem, 1.0486rem + 0.8264vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  color: #E9470D;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__txt {
    margin-top: 6px;
  }
}
.recruit-lp__data__txt.--brown {
  color: #8E2600;
}
.recruit-lp__data__txt.--left {
  text-align: left;
}
.recruit-lp__data__txt__number {
  font-size: 2.466em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
}
.recruit-lp__data__txt__number.--small {
  font-size: 1.777em;
}
.recruit-lp__data__name {
  text-align: center;
  font-size: clamp(1.125rem, 1.0041rem + 0.4959vw, 1.5rem);
  font-weight: 700;
  color: #E9470D;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__name {
    margin-top: 8px;
  }
}
.recruit-lp__data__name.--brown {
  color: #8E2600;
}
.recruit-lp__data__note {
  font-size: clamp(0.75rem, 0.7097rem + 0.1653vw, 0.875rem);
  font-weight: 700;
  opacity: 0.8;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__note {
    margin-top: 12px;
  }
}
.recruit-lp__data__note.--center {
  word-break: keep-all;
  text-align: center;
}
@media all and (max-width: 896px) {
  .recruit-lp__data .job-item {
    padding-bottom: 48px;
  }
}
.recruit-lp__data .job-contents {
  max-width: 292px;
  margin-inline: auto;
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__data .job-contents {
    max-width: 233.6px;
  }
}
.recruit-lp__data .job-txt {
  font-size: clamp(1.25rem, 1.0888rem + 0.6612vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  color: #E9470D;
  position: absolute;
}
.recruit-lp__data .job-txt.--brown {
  color: #8E2600;
}
.recruit-lp__data .job-txt.--left {
  bottom: -24px;
  left: -8%;
}
@media all and (max-width: 1200px) {
  .recruit-lp__data .job-txt.--left {
    left: -10px;
  }
}
.recruit-lp__data .job-txt.--right {
  bottom: -24px;
  right: -10%;
}
@media all and (max-width: 1200px) {
  .recruit-lp__data .job-txt.--right {
    right: -10px;
  }
}

.recruit-lp__welfare__intro {
  padding: 24px 0;
  background: #FF6C1D;
}
.recruit-lp__welfare__intro__ttl {
  text-align: center;
  word-break: keep-all;
  line-height: 1.2;
  font-size: clamp(1.5rem, 0.6942rem + 3.3058vw, 4rem);
  font-weight: 900;
  color: #fff;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.12);
}
.recruit-lp__welfare__intro__ttl .txt_large {
  font-size: 1.5em;
}
.recruit-lp__welfare__wrap {
  padding: 128px 0;
  background: linear-gradient(180deg, #F4F4F4 0%, #fff 100%);
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__wrap {
    padding: 56px 0;
  }
}
.recruit-lp__welfare__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/bg_sun_white.svg") center top -24.74vw/127.86% auto no-repeat;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__wrap::after {
    background-position: center top -20vw;
  }
}
.recruit-lp__welfare__container {
  position: relative;
  z-index: 10;
}
.recruit-lp__welfare__inner + .recruit-lp__welfare__inner {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__inner + .recruit-lp__welfare__inner {
    margin-top: 48px;
  }
}
.recruit-lp__welfare__ttl {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.375rem, 0.8512rem + 2.1488vw, 3rem);
}
.recruit-lp__welfare__ttl > span {
  display: inline-block;
  background: #0C090A;
  color: #fff;
  font-weight: 900;
  padding: 0.3em 0.8em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
}
.recruit-lp__welfare__ttl .txt_color {
  color: #FF6C1D;
}
.recruit-lp__welfare__txt {
  text-align: center;
  font-size: clamp(1.125rem, 0.843rem + 1.157vw, 2rem);
  font-weight: 900;
  line-height: 1.4;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__txt {
    margin-top: 16px;
  }
}
.recruit-lp__welfare__txt:has(.txt_large) {
  line-height: 1.1;
}
.recruit-lp__welfare__txt .txt_margin {
  margin-right: 0.4em;
}
.recruit-lp__welfare__txt .txt_color {
  color: #FF6C1D;
}
.recruit-lp__welfare__txt .txt_medium {
  font-size: 2.625em;
  margin-inline: 0.05em;
}
.recruit-lp__welfare__txt .txt_large {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4.5625em;
  font-weight: 800;
  margin-inline: 0.07em;
}
.recruit-lp__welfare__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 64px;
}
@media all and (max-width: 1367px) {
  .recruit-lp__welfare__list {
    gap: 32px 24px;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
    margin-top: 40px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__welfare__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recruit-lp__welfare__item {
  border: 2px solid #0C090A;
  background: #fff;
  position: relative;
  box-shadow: 14px 14px 0 #282828;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__item {
    box-shadow: 8px 8px 0 #282828;
  }
}
.recruit-lp__welfare__work {
  display: inline-block;
  padding: 0.1em 0.2em;
  background: #FF6C1D;
  color: #fff;
  font-size: clamp(1.3125rem, 1.0506rem + 1.0744vw, 2.125rem);
  font-weight: 900;
  line-height: 1.2;
  position: absolute;
  top: -12px;
  left: -2px;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__work {
    top: -8px;
  }
}
.recruit-lp__welfare__block {
  padding: 64px 32px 32px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1025px) {
  .recruit-lp__welfare__block {
    padding-inline: 16px;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__block {
    padding: 40px 16px 20px;
  }
}
.recruit-lp__welfare__box {
  width: 100%;
  margin-inline: auto;
  max-width: 480px;
}
@media all and (max-width: 600px) {
  .recruit-lp__welfare__box {
    max-width: 320px;
  }
}
.recruit-lp__welfare__subttl {
  font-size: clamp(1rem, 0.9194rem + 0.3306vw, 1.25rem);
  font-weight: 900;
}
.recruit-lp__welfare__price {
  color: #FF6C1D;
  font-size: clamp(1.125rem, 0.843rem + 1.157vw, 2rem);
  font-weight: 900;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.recruit-lp__welfare__price > span:nth-of-type(even) {
  text-align: right;
}
.recruit-lp__welfare .txt_number {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2em;
  font-weight: 700;
}
.recruit-lp__welfare__example {
  border: 1px solid #0C090A;
  padding-bottom: 16px;
  margin-top: 28px;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__example {
    padding-bottom: 12px;
    margin-top: 16px;
  }
}
.recruit-lp__welfare__example__ttl {
  background: #0C090A;
  color: #fff;
  text-align: center;
  font-size: clamp(1rem, 0.9194rem + 0.3306vw, 1.25rem);
  font-weight: 700;
  line-height: 1.1;
  padding: 0.4em 0.8em;
  margin-bottom: 8px;
}
.recruit-lp__welfare__example__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(100% - 20px);
  max-width: 280px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__example__list {
    max-width: 220px;
  }
}
.recruit-lp__welfare__example__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}
.recruit-lp__welfare__example__item dt {
  flex-shrink: 0;
  background: #0C090A;
  color: #fff;
  padding: 4px;
  font-size: clamp(0.875rem, 0.8347rem + 0.1653vw, 1rem);
  font-weight: 700;
  line-height: 1.1;
}
.recruit-lp__welfare__example__item dd {
  color: #FF6C1D;
  font-size: clamp(0.875rem, 0.674rem + 0.826vw, 1.5rem);
  font-weight: 900;
  line-height: 1.2;
}
.recruit-lp__welfare__license {
  display: flex;
  justify-content: space-between;
  gap: 32px 3%;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__license {
    flex-direction: column;
  }
}
.recruit-lp__welfare__license__img {
  flex-shrink: 0;
  width: 54%;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__license__img {
    width: 100%;
  }
}
.recruit-lp__welfare__license__img img {
  width: 100%;
  max-width: none;
}
.recruit-lp__welfare__license__inner {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__license__inner {
    width: 100%;
  }
}
.recruit-lp__welfare__license__ttl > span {
  word-break: keep-all;
  display: inline-block;
  background: #0C090A;
  color: #fff;
  font-weight: 900;
  padding: 0.1em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.2;
}
.recruit-lp__welfare__license__ttl > span:nth-of-type(1) {
  font-size: clamp(1.375rem, 0.8512rem + 2.1488vw, 3rem);
}
.recruit-lp__welfare__license__ttl > span:nth-of-type(2) {
  font-size: clamp(2.5rem, 1.4122rem + 4.4628vw, 5.875rem);
}
.recruit-lp__welfare__license__ttl .txt_fuchi {
  font-size: 1.33em;
  color: #0C090A;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
  margin-right: 0.1em;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__license__ttl .txt_fuchi {
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
  }
}
.recruit-lp__welfare__license__txt {
  font-size: clamp(1.125rem, 0.843rem + 1.157vw, 2rem);
  font-weight: 900;
  line-height: 1.4;
  margin-top: 24px;
}
.recruit-lp__welfare__license__txt .txt_color {
  color: #FF6C1D;
}
.recruit-lp__welfare__license__contents {
  margin-top: 40px;
  background: #F4F4F4;
  padding: 28px 32px 32px;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__license__contents {
    margin-top: 32px;
    padding: 20px 24px 24px;
  }
}
.recruit-lp__welfare__license__subttl {
  font-size: clamp(1rem, 0.8388rem + 0.6612vw, 1.5rem);
  font-weight: 700;
  color: #FF6C1D;
  padding-left: 0.8em;
  position: relative;
}
.recruit-lp__welfare__license__subttl::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background: #FF6C1D;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.recruit-lp__welfare__license__list {
  margin-top: 12px;
}
.recruit-lp__welfare__license__item {
  display: flex;
  align-items: flex-start;
  gap: 4px 16px;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__license__item {
    margin-top: 8px;
  }
}
@media all and (max-width: 480px) {
  .recruit-lp__welfare__license__item {
    flex-direction: column;
  }
}
.recruit-lp__welfare__license__item:first-of-type {
  margin-top: 0;
}
.recruit-lp__welfare__license__item dt {
  flex-shrink: 0;
  background: #0C090A;
  color: #fff;
  padding: 0.4em 0.8em;
  font-size: clamp(0.875rem, 0.8347rem + 0.1653vw, 1rem);
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0.1em;
}
.recruit-lp__welfare__license__item dd {
  flex-grow: 1;
  font-size: clamp(0.875rem, 0.8347rem + 0.1653vw, 1rem);
  line-height: 2;
}
.recruit-lp__welfare__license__note {
  font-size: clamp(0.75rem, 0.7097rem + 0.1653vw, 0.875rem);
  color: #6E6E6E;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .recruit-lp__welfare__license__note {
    margin-top: 12px;
  }
}

.recruit-lp__life {
  padding: 128px 0;
  background: #FF6C1D;
}
@media all and (max-width: 896px) {
  .recruit-lp__life {
    padding: 64px 0 40px;
  }
}
.recruit-lp__life__wrap {
  width: 93.75vw;
  margin-inline: auto;
}
@media all and (max-width: 1600px) {
  .recruit-lp__life__wrap {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 480px) {
  .recruit-lp__life__wrap {
    width: calc(100% - 20px);
  }
}
.recruit-lp__life__block {
  text-align: center;
  position: relative;
  z-index: 5;
}
.recruit-lp__life__en {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: -3deg;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(3.5rem, 0.5992rem + 11.9008vw, 12.5rem);
  font-weight: 800;
  color: #fff;
  opacity: 0.16;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
  z-index: -5;
}
.recruit-lp__life__catch {
  word-break: keep-all;
  color: #fff;
  font-size: clamp(1rem, 0.5165rem + 1.9835vw, 2.5rem);
  font-weight: 900;
  line-height: 1.4;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.12);
}
.recruit-lp__life__ttl {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 4px;
  line-height: 1.3;
  font-size: clamp(1.5rem, 0.6942rem + 3.3058vw, 4rem);
  font-weight: 900;
  color: #fff;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.12);
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .recruit-lp__life__ttl {
    gap: 2px;
    margin-top: 12px;
  }
}
.recruit-lp__life__ttl .txt_large {
  font-size: 1.5em;
  color: #FF6C1D;
  text-shadow: none;
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  paint-order: stroke;
}
@media all and (max-width: 896px) {
  .recruit-lp__life__ttl .txt_large {
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
  }
}
.recruit-lp__life__txt {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.375rem, 0.8512rem + 2.1488vw, 3rem);
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .recruit-lp__life__txt {
    margin-top: 48px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__life__txt {
    margin-top: 32px;
  }
}
.recruit-lp__life__txt > span {
  display: inline-block;
  background: #0C090A;
  color: #fff;
  font-weight: 900;
  padding: 0.3em 0.8em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.2;
}
.recruit-lp__life__txt .txt_large {
  font-size: 1.5em;
}
.recruit-lp__life__txt .txt_color {
  color: #FF6C1D;
}
.recruit-lp__life__inner {
  position: relative;
  padding-top: 34.44%;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .recruit-lp__life__inner {
    margin-top: 48px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__life__inner {
    padding-top: 132.6%;
    margin-top: 32px;
  }
}
.recruit-lp__life__list {
  position: absolute;
  left: 0;
  top: 6.41%;
  width: 100%;
  height: 93.59%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__list {
    top: 0;
    height: 100%;
  }
}
.recruit-lp__life__list img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-lp__life__item {
  position: absolute;
  overflow: hidden;
}
.recruit-lp__life__item.--item01 {
  left: 0;
  top: 0;
  width: 23.34%;
  height: 100%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item01 {
    width: 50.4%;
    height: 53.1%;
  }
}
.recruit-lp__life__item.--item02 {
  left: 24.03%;
  top: 0;
  width: 22.37%;
  height: 62.28%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item02 {
    left: 51.6%;
    width: 48.4%;
    height: 33.2%;
  }
}
.recruit-lp__life__item.--item03 {
  left: 24.03%;
  top: 64.44%;
  width: 22.37%;
  height: 35.56%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item03 {
    left: 51.6%;
    top: 34.2%;
    width: 48.4%;
    height: 19%;
  }
}
.recruit-lp__life__item.--item04 {
  left: 47.1%;
  top: 0;
  width: 38.13%;
  height: 39.65%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item04 {
    left: 0;
    top: 54.1%;
    width: 71.1%;
    height: 18.9%;
  }
}
.recruit-lp__life__item.--item05 {
  left: 85.93%;
  top: 0;
  width: 14.1%;
  height: 39.65%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item05 {
    left: 72.3%;
    top: 54.1%;
    width: 27.7%;
    height: 18.9%;
  }
}
.recruit-lp__life__item.--item06 {
  left: 47.1%;
  top: 41.81%;
  width: 27.36%;
  height: 58.19%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item06 {
    left: 0;
    top: 74%;
    width: 50.4%;
    height: 26%;
  }
}
.recruit-lp__life__item.--item07 {
  left: 75.16%;
  top: 41.81%;
  width: 24.87%;
  height: 58.19%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item07 {
    left: 51.6%;
    top: 74%;
    width: 48.4%;
    height: 26%;
  }
}
.recruit-lp__life__fukidashi {
  position: absolute;
  width: 10.49%;
  pointer-events: none;
}
.recruit-lp__life__fukidashi img {
  width: 100%;
  max-width: none;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__fukidashi {
    width: 24%;
  }
}
.recruit-lp__life__fukidashi.--fukidashi01 {
  left: 1.17%;
  top: 9.78%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__fukidashi.--fukidashi01 {
    left: 2%;
    top: 1%;
  }
}
.recruit-lp__life__fukidashi.--fukidashi02 {
  left: 39.52%;
  top: 40.38%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__fukidashi.--fukidashi02 {
    left: 70%;
    top: 22%;
  }
}
.recruit-lp__life__fukidashi.--fukidashi03 {
  left: 77.11%;
  top: 0;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__fukidashi.--fukidashi03 {
    left: 54%;
    top: 48%;
  }
}
.recruit-lp__life__fukidashi.--fukidashi04 {
  left: 69.93%;
  top: 64.74%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__fukidashi.--fukidashi04 {
    left: 40%;
    top: 68%;
  }
}

.recruit-lp__person {
  padding: 128px 0;
  background: linear-gradient(180deg, #F4F4F4 0%, #fff 100%);
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__person {
    padding: 56px 0;
  }
}
.recruit-lp__person::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/bg_sun_white.svg") center top -24.74vw/127.86% auto no-repeat;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .recruit-lp__person::after {
    background-position: center top -20vw;
  }
}
.recruit-lp__person__wrap {
  position: relative;
  z-index: 20;
}
.recruit-lp__person__container {
  display: flex;
  align-items: flex-start;
  gap: 64px 2%;
  margin-right: -16vw;
}
@media all and (max-width: 1200px) {
  .recruit-lp__person__container {
    flex-direction: column;
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__person__container {
    gap: 24px;
  }
}
.recruit-lp__person__inner {
  flex-shrink: 0;
  width: 560px;
}
@media all and (max-width: 1200px) {
  .recruit-lp__person__inner {
    width: 100%;
  }
}
.recruit-lp__person__txt {
  font-size: clamp(1.125rem, 0.6818rem + 1.8182vw, 2.5rem);
  margin-top: 36px;
}
@media all and (max-width: 896px) {
  .recruit-lp__person__txt {
    margin-top: 24px;
  }
}
.recruit-lp__person__txt > span {
  display: inline-block;
  background: #0C090A;
  color: #fff;
  font-weight: 900;
  padding: 0.3em 0.5em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.2;
}
.recruit-lp__person__txt .txt_large {
  font-size: 1.5em;
}
.recruit-lp__person__txt .txt_color {
  color: #FF6C1D;
}
.recruit-lp__person .common-btn {
  margin-top: 56px;
}
@media all and (max-width: 896px) {
  .recruit-lp__person .common-btn {
    margin-top: 32px;
  }
}
.recruit-lp__person__link {
  display: flex;
  align-items: flex-end;
  padding-bottom: 104px;
  position: relative;
  height: 100%;
}
@media all and (max-width: 480px) {
  .recruit-lp__person__link {
    padding-bottom: 144px;
  }
}
@media (hover: hover) {
  .recruit-lp__person__link:hover {
    opacity: 1;
  }
}
.recruit-lp__person__slide {
  flex-grow: 1;
  height: calc(35.469vw + 14px + 104px);
  position: relative;
}
@media all and (max-width: 1200px) {
  .recruit-lp__person__slide {
    width: calc(100% + 20px);
    height: calc(50.794vw + 14px + 104px);
    margin-right: -20px;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__person__slide {
    margin-top: 64px;
    height: calc(80.488vw + 12px + 104px);
  }
}
@media all and (max-width: 480px) {
  .recruit-lp__person__slide {
    height: calc(94.651vw + 10px + 144px);
  }
}
.recruit-lp__person__slide .splide__slide {
  width: 19.6875vw;
}
@media all and (max-width: 1200px) {
  .recruit-lp__person__slide .splide__slide {
    width: 27.5625vw;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__person__slide .splide__slide {
    width: 43.3125vw;
  }
}
@media all and (max-width: 480px) {
  .recruit-lp__person__slide .splide__slide {
    width: 51.1875vw;
  }
}
.recruit-lp__person__slide .splide__slide.is-prev .recruit-lp__person__link {
  margin-right: 4vw;
}
.recruit-lp__person__slide .splide__slide.is-active {
  width: 33.875vw;
}
@media all and (max-width: 1200px) {
  .recruit-lp__person__slide .splide__slide.is-active {
    width: 47.425vw;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__person__slide .splide__slide.is-active {
    width: 74.525vw;
  }
}
@media all and (max-width: 480px) {
  .recruit-lp__person__slide .splide__slide.is-active {
    width: 88.075vw;
  }
}
.recruit-lp__person__slide .splide__slide.is-active .recruit-lp__person__link {
  margin-right: -2.2vw;
}
@media all and (max-width: 1200px) {
  .recruit-lp__person__slide .splide__slide.is-active .recruit-lp__person__link {
    margin-right: -3.4vw;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__person__slide .splide__slide.is-active .recruit-lp__person__link {
    margin-right: -4.8vw;
  }
}
.recruit-lp__person__slide .splide__slide.is-active .recruit-lp__person__img {
  padding-left: 2vw;
}
.recruit-lp__person__slide .splide__slide.is-active .recruit-lp__person__block {
  display: block;
  width: 85%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .recruit-lp__person__slide .splide__slide.is-active .recruit-lp__person__block {
    width: 95%;
  }
}
.recruit-lp__person__slide .splide__arrow {
  width: 58px;
  height: 58px;
  border-radius: 0;
  top: calc(14vw - 58px);
  transform: translateY(0);
  background: transparent;
  background: url("../images/common/slide_arrow_prev.svg") center center/contain no-repeat;
}
@media all and (max-width: 1200px) {
  .recruit-lp__person__slide .splide__arrow {
    top: calc(20vw - 58px);
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__person__slide .splide__arrow {
    width: 48px;
    height: 48px;
    top: -64px;
  }
}
.recruit-lp__person__slide .splide__arrow svg {
  display: none;
}
.recruit-lp__person__slide .splide__arrow--prev {
  left: 37.2vw;
}
@media all and (max-width: 1200px) {
  .recruit-lp__person__slide .splide__arrow--prev {
    left: 52vw;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__person__slide .splide__arrow--prev {
    left: auto;
    right: 160px;
  }
}
.recruit-lp__person__slide .splide__arrow--next {
  right: auto;
  left: calc(37.2vw + 74px);
  background-image: url("../images/common/slide_arrow_next.svg");
}
@media all and (max-width: 1200px) {
  .recruit-lp__person__slide .splide__arrow--next {
    left: calc(52vw + 74px);
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__person__slide .splide__arrow--next {
    left: auto;
    right: 100px;
  }
}
.recruit-lp__person__slide .pagination {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.25rem, 1.1544rem + 0.3922vw, 1.625rem);
  position: absolute;
  top: calc(14vw - 48px);
  left: calc(37.2vw + 160px);
}
@media all and (max-width: 1200px) {
  .recruit-lp__person__slide .pagination {
    top: calc(20vw - 48px);
    left: calc(52vw + 160px);
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__person__slide .pagination {
    font-size: 1.25rem;
    top: -56px;
    left: auto;
    right: 20px;
  }
}
.recruit-lp__person__img {
  width: 100%;
  filter: drop-shadow(14px 14px 0 #282828);
  padding-bottom: 14px;
}
@media all and (max-width: 896px) {
  .recruit-lp__person__img {
    filter: drop-shadow(12px 12px 0 #282828);
    padding-bottom: 12px;
  }
}
@media all and (max-width: 480px) {
  .recruit-lp__person__img {
    filter: drop-shadow(10px 10px 0 #282828);
    padding-bottom: 10px;
  }
}
.recruit-lp__person__img__item {
  -webkit-clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
          clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
}
.recruit-lp__person__img__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 364/379;
}
.recruit-lp__person__block {
  display: none;
}
.recruit-lp__person__catch {
  word-break: keep-all;
  font-size: clamp(1.25rem, 1.1225rem + 0.5229vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.2;
  color: #fff;
}
.recruit-lp__person__catch > span {
  padding: 0.2em 0.6em;
  background: #E9470D;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.recruit-lp__person__box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 24px;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .recruit-lp__person__box {
    gap: 4px 16px;
  }
}
.recruit-lp__person__category {
  display: flex;
  align-items: center;
  gap: 4px 8px;
}
.recruit-lp__person__category > li {
  display: inline-block;
  padding: 0.1em 0.8em;
  border: 1px solid #E9470D;
  font-size: clamp(0.9375rem, 0.8897rem + 0.1961vw, 1.125rem);
  font-weight: 500;
  line-height: 1.4;
  border-radius: 9999px;
}
.recruit-lp__person__name {
  font-size: clamp(1.75rem, 1.4314rem + 1.3072vw, 3rem);
  font-weight: 700;
  line-height: 1.4;
}

.recruit-lp__contact {
  padding: 120px 0 200px;
  background: url("../../../assets/images/top/bg_main.jpg") bottom center/100% auto no-repeat, #CAEEFA;
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__contact {
    padding: 64px 0 100px;
    background: url("../../../assets/images/top/bg_main_sp.jpg") bottom center/100% auto no-repeat, #9FDDF6;
  }
}
.recruit-lp__contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 10vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 66, 121, 0.4) 25%, #004279 100%);
}
@media all and (max-width: 896px) {
  .recruit-lp__contact::after {
    height: 46vw;
  }
}
.recruit-lp__contact__wrap {
  position: relative;
  z-index: 20;
}
.recruit-lp__contact .common-ttl {
  text-align: center;
}
.recruit-lp__contact__catch {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.125rem, 1.0041rem + 0.4959vw, 1.5rem);
  font-weight: 700;
  opacity: 0.8;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .recruit-lp__contact__catch {
    margin-top: 24px;
  }
}
.recruit-lp__contact__link {
  display: flex;
  justify-content: center;
  gap: 4%;
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .recruit-lp__contact__link {
    gap: 20px;
    margin-top: 40px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__contact__link {
    flex-direction: column;
  }
}
.recruit-lp__contact__link__item {
  width: 48%;
}
@media all and (max-width: 896px) {
  .recruit-lp__contact__link__item {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__contact__link__item {
    width: 100%;
  }
}
.recruit-lp__contact__link__item.--career .recruit-lp__contact__link__btn {
  background: #FF6C1D;
}
.recruit-lp__contact__link__btn {
  height: 100%;
  min-height: 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  padding: 1em 1.33em;
  border-radius: 8px;
  background: #CA0600;
  color: #fff;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
  font-size: clamp(1.375rem, 0.9721rem + 1.6529vw, 2.625rem);
}
@media all and (max-width: 896px) {
  .recruit-lp__contact__link__btn {
    min-height: 180px;
  }
}
.recruit-lp__contact__link__btn::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.48em;
  height: 1.48em;
  background: url("../images/common/icon_blank_white.svg") center center/contain no-repeat;
}
.recruit-lp__contact__link__ttl {
  word-break: keep-all;
  font-weight: 700;
  line-height: 1.3;
}
.recruit-lp__contact__link__en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1rem, 0.8388rem + 0.6612vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.5em;
}

.recruit-lp__nav {
  display: none;
}
@media all and (max-width: 896px) {
  .recruit-lp__nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
  }
}
.recruit-lp__nav.is-open .recruit-lp__nav__panel {
  max-height: 500px;
}
.recruit-lp__nav.is-open .recruit-lp__nav__toggle {
  display: none;
}
.recruit-lp__nav__panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.recruit-lp__nav__panel__inner {
  background: #0C090A;
  padding: 16px 40px 20px;
}
.recruit-lp__nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recruit-lp__nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.recruit-lp__nav__item:last-child {
  border-bottom: none;
}
.recruit-lp__nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.recruit-lp__nav__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0;
}
.recruit-lp__nav__bottom {
  position: relative;
}
.recruit-lp__nav__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 20px);
  max-width: 200px;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 10px 4px 25px;
  background: #0C090A;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
}
.recruit-lp__nav__toggle__txt {
  flex-grow: 1;
}
.recruit-lp__nav__toggle__icon {
  width: 16px;
  height: 1px;
  background: #fff;
  position: relative;
  flex-shrink: 0;
}
.recruit-lp__nav__toggle__icon::before, .recruit-lp__nav__toggle__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
.recruit-lp__nav__toggle__icon::before {
  top: -5px;
}
.recruit-lp__nav__toggle__icon::after {
  top: 5px;
}
.recruit-lp__nav__close {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 20px);
  max-width: 200px;
  margin-inline: auto;
  padding: 4px 10px 4px 25px;
  background: #fff;
  color: #0C090A;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  margin-top: 8px;
}
.recruit-lp__nav__close__txt {
  flex-grow: 1;
}
.recruit-lp__nav__close__icon {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}
.recruit-lp__nav__close__icon::before, .recruit-lp__nav__close__icon::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #0C090A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.recruit-lp__nav__close__icon::before {
  translate: -50% -50%;
  rotate: 45deg;
}
.recruit-lp__nav__close__icon::after {
  translate: -50% -50%;
  rotate: -45deg;
}
.recruit-lp__nav__bar {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
}
.recruit-lp__nav__entry {
  display: block;
  width: 100%;
  padding: 10px 40px;
  background: #f22324;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
}
.recruit-lp__nav__entry__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.recruit-lp__nav__entry__main {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}
.recruit-lp__nav__entry__sub {
  font-size: 0.625rem;
  line-height: 1.4;
}
.recruit-lp__nav__entry__icon {
  width: 20px;
  height: 20px;
  background: url("../images/common/icon_blank_white.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}