@charset "UTF-8"; /**/
body.p-recruit {
  /* padding-top: initial!important; */
}

.contents {
  overflow: visible;
}

/*
## メイン
*/
.main_img {
  position: relative;
  overflow: hidden;
  transition: initial;
}

.main_img h1 {
  font-size: var(--f-r);
  /* padding: 1.5rem; */
  font-weight: bold;
  color: #1371ad;
  z-index: 1;
  position: relative;
  margin-bottom: 4vw;
}

.main_img .effect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  mix-blend-mode: screen;
  pointer-events: none;
  /* opacity: 0.8; */
  width: 100vw;
  height: 100vh;
}

.main_img .effect video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_img .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  /* z-index: -1; */
}

.main_img .main_bg img {
  object-fit: cover;
  height: 100%;
  /* width: 100%; */
  object-position: 85% center;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
}

.main_img .u-inner {
  /* margin-bottom: 3rem; */
}

.main_img .text_box {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.main_img .text_box.sub-col .u-inner {
  /* margin-top: -6rem; */
}

.main-col .catch {
  margin: inherit;
  font-size: var(--f-m);
  font-weight: bold;
}

.sub-col h3 {
  margin-bottom: var(--m-r);
}

.sub-col .catch {
  margin-top: var(--m-s);
}

.main_img .recruit-overlay-text {
  font-size: clamp(3.9rem, 11vw, 166px);
  line-height: 0.9;
  font-family: var(--f-en);
  font-weight: var(--w-b);
  font-style: italic;
  text-wrap: nowrap;
  letter-spacing: -0.03em;
  /* z-index: 1; */
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient( 60deg, rgb(24 54 185) 0%, rgb(0 199 208) 100% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 2rem;
  margin-left: -0.2em;
  position: relative;
  /* margin-top: 8%; */
}

.main_img .text_box h3 {
  font-size: var(--f-xxl);
  color: #000;
  white-space: nowrap;
  font-weight: var(--w-eb);
}

.p-recruit .main_img .button {
  margin: var(--m-l) 0 0;
  flex-direction: column;
}

.p-recruit .button a.entry {
  /* display: inline-flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
  padding: 1.4em;
  /* color: #fff; */
  /* text-decoration: none; */
  /* border-radius: 3rem; */
  /* width: auto; */
  /* background: linear-gradient(var(--c-07) 0 0) left / var(--d, 0%) 100% no-repeat; */
  /* transition: all 0.3s cubic-bezier(0.08, 0.78, 0.08, 0.98); */
  background-color: #f00;
  /* position: relative; */
  /* overflow: hidden; */
}

.p-recruit .button a.entry b {
  flex: 1;
  padding: 0 1em 0 0;
}

.p-recruit .button a.entry:before {
  /* content: ""; */
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

.p-recruit .button a.entry:hover:before {
  background-color: var(--c-04);
}

.p-recruit .button a.entry:after {
  /* content: ""; */
  display: block;
  width: 3px;
  height: 13px;
  background-color: var(--c-04);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.p-recruit .button a.entry:hover {
  --d: 100%;
  opacity: 1;
  color: var(--c-04);
}

.p-recruit .button a.entry:hover::after {
  transform: translateY(-50%) rotate(90deg);
  background: #fff;
}

.p-recruit .button p {
  display: block;
  color: #fff;
  font-weight: var(--w-b);
  margin-bottom: var(--m-xs);
}

.loopslide {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: loopSlide 30s linear infinite;
}

@keyframes loopSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.loopslide li {
  flex: 0 0 auto;
  min-width: 250px;
}

.loopslide {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  width: 100vw;
  will-change: transform;
}

.loopslide li {
  flex-shrink: 0;
  display: inline-block;
  width: auto;
}

.loopslide li {
  width: 33vw;
  position: relative;
  padding-top: 50%;
  min-height: 320px;
}

.loopslide li:nth-child(odd) {
  margin-bottom: 5em;
}

.loopslide li:nth-child(even) {
  align-self: flex-end;
}

.loopslide li img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--m-xxs);
}

/*
## 採用メッセージ
*/
.contents section.section-message {
  overflow: hidden;
  background: #fcede2;
  display: flex;
  flex-wrap: wrap;
}

.section-message .text_box {
  padding-left: 44%;
}

.section-message::before {
  /* content: ""; */
  background: #99d8ff;
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0 100%);
}

.section-message .column .text_box {
  flex: 1;
  /* margin-bottom: var(--m-m); */
}

.section-message figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  align-self: flex-start;
  /* height: 100vh; */
  padding-top: 100vh;
  /* z-index: -1; */
}

.section-message figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
## 求める人物像
*/
section.section-desire {
  overflow: visible;
}

.section-desire::before {
  /* content: ""; */
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0 100%);
}

.section-desire .list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}

.section-desire .list li {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
}

.section-desire .list li i {
  content: "";
  font-family: var(--f-icon);
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 auto var(--m-s);
  color: var(--c-gray);
}

.section-desire .list li .title {
  font-weight: var(--w-b);
  min-height: 2em;
}

.section-desire .list li .title + p {
  margin-top: var(--m-s);
}

/*
## 数字で見るキープラザ
*/
section.numbers {
  overflow: visible;
}

.numbers::before {
  content: "";
  background: #f1f1f1;
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0 100%);
  overflow: visible;
}

.numbers .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.numbers .list li {
  flex-basis: calc((100% - 4rem) / 5);
  background: #fff;
  border-radius: 0.5em;
  padding: var(--m-s);
}

.numbers .list h4 {
  font-size: var(--f-r);
  height: 2em;
}

.numbers .list h4 + p {
  text-align: center;
}

.numbers .list .count {
  font-family: var(--f-en);
  font-size: var(--f-xxl);
  line-height: 1;
  color: var(--c-01);
}

.numbers .list small {
  display: block;
  /* color: var(--c-02); */
}

/*
## キャリアプラン
*/
section.section-careerpath {
  overflow: visible;
  position: relative;
}

.section-careerpath::before {
  content: "";
  background: #faf9f3;
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0% 40%, 100% 20%, 100% 80%, 0% 100%);
}

.section-careerpath .list {
  display: flex;
  margin: 0 calc(var(--m-fix) + var(--m-l));
  gap: var(--m-l);
  flex-wrap: wrap;
}

.section-careerpath .list li {
  /* opacity: 0; */
  flex-basis: calc((100% - calc(var(--m-l) * 3)) / 4);
}

.section-careerpath .list figure {
  position: relative;
  padding-top: 70%;
  width: 100%;
  margin-bottom: var(--m-s);
}

.section-careerpath .list figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.section-careerpath .list dl {
  line-height: 1;
  font-weight: var(--w-b);
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  margin-bottom: var(--m-xs);
}

.section-careerpath .list dl dt {
  font-family: var(--f-en);
  font-size: var(--f-m);
  color: var(--c-accent);
  font-style: italic;
  letter-spacing: -0.05em;
}

.section-careerpath .list dl dd {
  font-size: var(--f-xs);
  border-bottom: 1px solid #222;
  padding-bottom: 0.1rem;
  margin-bottom: -1px;
}

.section-careerpath .list li h4 {
  font-size: var(--f-m);
  min-height: 2.8em;
  display: flex;
  align-items: center;
}

.section-careerpath .list li h4 + p {
  font-size: var(--f-s);
}

.section-careerpath .list li:nth-child(1) {
  margin-top: 6%;
}

.section-careerpath .list li:nth-child(2) {
  margin-top: 4%;
}

.section-careerpath .list li:nth-child(3) {
  margin-top: 2%;
}

/*
## 先輩の声
*/
section.section-voices {
  overflow: visible;
  position: relative;
}

.section-voices::before {
  content: "";
  background: #e5f3fc;
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  /* clip-path: polygon(0 40%, 100% 0%, 100% 70%, 0 100%); */
}

.section-voices .list {
  display: flex;
  gap: 3rem;
}

.section-voices .list li {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
}

.section-voices .list li p {
  flex: 1;
  background: #fff;
  padding: 1em;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 20px;
  /* font-size: var(--f-s); */
}

.section-voices .list li p::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}

.section-voices .voice-info {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.section-voices .voice-name {
  font-weight: bold;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  font-size: var(--f-l);
  justify-content: center;
}

.section-voices .voice-name span {
  font-size: var(--f-s);
}

/*
## 募集要項
*/
section.section-requirement {
  overflow: visible;
}

.section-requirement::before {
  content: "";
  background: #f9f9f9;
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0 100%);
}

.section-requirement .column {
  position: relative;
}

.section-requirement dl.table {
  flex-basis: 60%;
  display: grid;
  grid-template-columns: fit-content(160px) auto;
  align-items: baseline;
  width: fit-content;
  border-left: 1px solid #333;
  padding-left: var(--m-m);
  margin-bottom: var(--m-l);
  gap: 2rem;
  /* flex: 2; */
}

.section-requirement dl.table > dt {
  font-weight: var(--w-b);
  /* padding: var(--m-s); */
}

.section-requirement dd ul {
  font-size: var(--f-s);
  /* list-style: circle; */
  padding-left: var(--m-xxs);
  /* list-style-position: outside; */
}

.section-requirement dd ul li::before {
  content: "\e183";
  font-family: var(--f-icon);
  margin-right: 0.3rem;
}

.section-requirement dd dt {
  font-weight: var(--w-b);
  margin-top: var(--m-s);
}

.section-requirement .entry-btn {
  height: 100%;
}

.section-requirement .button {
  position: sticky;
  top: 20%;
  text-align: center;
  background: #fff;
  padding: 2rem;
  z-index: 10;
  /* margin: initial; */
  box-shadow: 0 0 60px rgb(0 0 0 / 10%);
  border-radius: var(--m-xs);
  /* width: max-content; */
  flex-basis: auto;
  flex-direction: column;
}

.section-requirement .button p {
  color: currentColor;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
  .main_img h1 {
    top: 3%;
  }

  .main_img .text_box {
    /* margin-left: initial; */
    /* margin-top: -20%; */
  }

  .main_img .recruit-overlay-text {
    /* margin-top: -30%; */
  }

  .main_img .slider .slide:nth-child(1) img {
    object-position: 20% 100%;
  }

  .main_img .slider .slide:nth-child(2) img {
    object-position: 90% 100%;
  }

  .main_img .slider .slide:nth-child(3) img {
    object-position: 70% 100%;
  }

  .section-message figure {
    /* position: relative; */
    /* margin-top: calc(var(--m-xxl)*-1); */
    /* left: 0; */
    width: 100%;
    align-self: flex-start;
    /* height: 300px; */
    padding-top: 120%;
    /* overflow: hidden; */
    /* order: 2; */
  }

  .section-message figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125%;
    object-position: 15% center;
  }

  .section-message .text_box {
    padding-left: initial;
    padding-top: 100%;
  }

  .section-desire .list {
    /* display: flex; */
    /* gap: 1rem; */
    /* flex-wrap: wrap; */
    flex-direction: column;
    /* width: 80%; */
    text-align: center;
  }

  .p-recruit .button {
    margin-right: auto;
    margin-left: auto;
  }

  .section-desire .list li {
    flex-basis: calc((100% - 1rem) / 2);
  }

  .numbers .list li {
    flex-basis: calc((100% - 1rem) / 2);
  }

  .section-careerpath .list {
    margin: initial;
  }

  .section-careerpath .list li {
    margin-top: initial !important;
    width: 82%;
    flex-basis: initial;
  }

  .section-careerpath .list li:nth-child(2) {
    margin-left: 6%;
  }

  .section-careerpath .list li:nth-child(3) {
    margin-left: 12%;
  }

  .section-careerpath .list li:nth-child(4) {
    margin-left: 18%;
  }

  .section-voices .list {
    /* display: flex; */
    flex-direction: column;
  }

  .section-voices .list li {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
  }

  .section-voice .text_box.day h4 small {
    display: block;
    font-size: 60%;
    color: initial;
    font-weight: normal;
    margin: 0.5rem;
  }

  .voice .text_box.day h4 small::before {
    content: "\ec93";
    font-family: var(--f-icon);
    margin-right: 0.3rem;
    /* font-weight: normal; */
  }

  .flow {
    overflow-x: scroll;
  }

  .voice .text_box.day .flow li {
    min-width: 35%;
  }

  .requirement dl.table {
    display: block;
  }

  .requirement dl.table > dt {
    margin-top: var(--m-s);
  }

  .requirement .button {
    width: 100%;
  }
}
