@charset "UTF-8";
/* =====================
  MV
===================== */
.mv {
  background-image: url('/assets/image/recruit/mv_2x.png');
}
/* =====================
  TOP MESSAGE
===================== */
.message {
  padding-top: 12.8vw;
  padding-bottom: 17.066666666666666vw;
  position: relative;
}
.message .inner .message-wrap {
  margin-inline: auto 0;
  position: relative;
}
.message .inner .message-wrap::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/recruit/recruit01_2x.png');
  width: 94.66666666666667vw;
  height: 48vw;
  position: absolute;
  top: 11.2vw;
  left: -5.333333333333333vw;
}
.message .inner .message-wrap::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/recruit/recruit02_2x.png');
  width: 54.666666666666664vw;
  height: 30.666666666666668vw;
  position: absolute;
  top: 44vw;
  right: -5.333333333333333vw;
}
.message .inner .message-wrap > span {
  line-height: 2;
}
.message .inner .message-wrap > h3 {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 2;
  padding-top: 76.2vw;
}
.message .inner .message-wrap > p {
  line-height: 2;
  margin-top: 4.266666666666667vw;
}
.message .inner .message-wrap .name picture img {
  display: block;
  margin-inline: auto 0;
  margin-top: 8.533333333333333vw;
  width: 49.2vw;
  height: 7.333333333333333vw;
}
.message .inner .h2-title {
  margin-top: 17vw;
}
/* =====================
  ループ画像
===================== */
.loop-1,
.loop-2 {
  display: flex;
  gap: 3.2vw;
  overflow: hidden;
  margin-top: 8.533333333333333vw;
}
.loop-2 {
  margin-top: 3.2vw;
}
.loop-box {
  display: flex;
  gap: 3.2vw;
  animation: loop-list 50s linear infinite;
}
@keyframes loop-list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.loop-2 .loop-box {
  animation: loop-list2 50s linear infinite;
}
@keyframes loop-list2 {
  from {
    transform: translateX(-22.5vw);
  }
  to {
    transform: translateX(calc(-100% + -22.5vw));
  }
}
.loop-item {
  width: calc(100vw / 2.5);
  display: block;
}
.loop-item img {
  width: 100%;
}
/* =====================
  募集要項
===================== */
.req {
  padding-bottom: 17.066666666666666vw;
}
.req .req-table {
  margin-top: 8.533333333333333vw;
}
.req .req-table table th,
.req .req-table table td {
  line-height: 2;
  vertical-align: middle;
}
.req .link-btn {
  margin-top: 12.8vw;
  margin-inline: auto;
}
/* =====================
  採用までの流れ
===================== */
.flow {
  padding-bottom: 17.066666666666666vw;
}
.flow .flow-wrap {
  margin-top: 8.533333333333333vw;
}
.flow .flow-wrap ol li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8.533333333333333vw;
}
.flow .flow-wrap ol li .flow-num {
  width: 89.33333333333333vw;
  height: 13.333333333333334vw;
  border-radius: 8px;
  background-color: var(--navy);
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.266666666666667vw;
}
.flow .flow-wrap ol li .flow-num .num {
  font-size: 7.466666666666667vw;
}
.flow .flow-wrap ol li .flow-num > span {
  margin-top: 1vw;
}
.flow .flow-wrap ol li .flow-num::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -4vw;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--navy) transparent transparent transparent;
  border-width: 6.133333333333333vw 3.6vw 0 3.6vw;
}
.flow .flow-wrap ol li .flow-p {
  margin-top: 4.266666666666667vw;
}
.flow .flow-wrap ol li h3 {
  font-size: 3.7333333333333334vw;
  line-height: 2;
  text-align: center;
  margin-top: 4.266666666666667vw;
}
.flow .flow-wrap ol li p {
  line-height: 2;
  text-align: center;
  margin-top: 4.266666666666667vw;
}
/* ==== 右端の画像 ==== */
.flow .flow-wrap ol li h3::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4.266666666666667vw;
}
.flow .flow-wrap ol li:nth-child(1) h3:after {
  background-image: url('/assets/image/recruit/step01_2x.png');
  width: 26vw;
  height: 21.733333333333334vw;
}
.flow .flow-wrap ol li:nth-child(2) h3:after {
  background-image: url('/assets/image/recruit/step02_2x.png');
  width: 28.53333333333333vw;
  height: 22vw;
}
.flow .flow-wrap ol li:nth-child(3) h3:after {
  background-image: url('/assets/image/recruit/step03_2x.png');
  width: 28.4vw;
  height: 21.6vw;
}
.flow .flow-wrap ol li:nth-child(4) h3:after {
  background-image: url('/assets/image/recruit/step04_2x.png');
  width: 19.866666666666667vw;
  height: 22vw;
}
.flow .link-btn {
  margin-top: 12.8vw;
  margin-inline: auto;
}
