@charset "UTF-8";
/* =====================
  MV
===================== */
.mv {
  background-image: url('/assets/image/recruit/mv.png');
}
/* =====================
  TOP MESSAGE
===================== */
.message {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}
.message::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url('/assets/image/recruit/recruit_bg.png');
  width: 100%;
  height: 785px;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.message .inner .message-wrap {
  width: 718px;
  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.png');
  width: 710px;
  height: 380px;
  position: absolute;
  top: 0;
  right: 840px;
}
.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.png');
  width: 270px;
  height: 209px;
  position: absolute;
  top: 276px;
  right: 776px;
}
.message .inner .message-wrap > span {
  line-height: 2;
}
.message .inner .message-wrap > h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  margin-top: 2px;
}
.message .inner .message-wrap > p {
  line-height: 2;
  margin-top: 32px;
}
.message .inner .message-wrap .name picture img {
  display: block;
  margin-inline: auto 0;
  margin-top: 32px;
}
.message .inner .h2-title {
  margin-top: 70px;
}
/* =====================
  ループ画像
===================== */
.loop {
  display: flex;
  gap: 24px;
  overflow: hidden;
  margin-top: 32px;
}
.loop-box {
  display: flex;
  gap: 24px;
  animation: loop-list 50s linear infinite;
}
@keyframes loop-list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.loop-item {
  width: calc(1300px / 4.33);
  display: block;
}
.loop-item img {
  width: 100%;
}
/* =====================
  募集要項
===================== */
.req {
  padding-bottom: 64px;
}
.req .req-table {
  margin-top: 32px;
}
.req .req-table table th,
.req .req-table table td {
  line-height: 2;
  vertical-align: middle;
  padding-block: 0.938em;
  padding-left: 1.8em;
}
.req .link-btn {
  margin-top: 62px;
  margin-inline: auto;
}
/* =====================
  採用までの流れ
===================== */
.flow {
  padding-top: 32px;
  padding-bottom: 128px;
}
.flow .flow-wrap {
  margin-top: 29px;
}
.flow .flow-wrap ol li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 42px;
  border-top: 1px solid #dadada;
  padding-top: 16px;
  padding-bottom: 50px;
  padding-left: 60px;
}
.flow .flow-wrap ol li:last-child {
  border-bottom: 1px solid #dadada;
}
.flow .flow-wrap ol li .flow-num {
  width: 115px;
  height: 115px;
  border-radius: 8px;
  background-color: var(--navy);
  position: relative;
  text-align: center;
  padding-top: 10px;
}
.flow .flow-wrap ol li .flow-num .num {
  font-size: 56px;
  line-height: 1;
  margin-top: 3px;
}
.flow .flow-wrap ol li .flow-num::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--navy) transparent transparent transparent;
  border-width: 46px 27px 0 27px;
}
.flow .flow-wrap ol li .flow-p {
  display: flex;
  gap: 44px;
  align-items: center;
  margin-top: 34px;
}
.flow .flow-wrap ol li h3 {
  font-size: 20px;
  line-height: 2;
}
.flow .flow-wrap ol li p {
  line-height: 2;
}
/* ==== 右端の画像 ==== */
.flow .flow-wrap ol li::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.flow .flow-wrap ol li:nth-child(1):after {
  background-image: url('/assets/image/recruit/step01.png');
  width: 138px;
  height: 115px;
  right: 66.8px;
}
.flow .flow-wrap ol li:nth-child(2):after {
  background-image: url('/assets/image/recruit/step02.png');
  width: 148px;
  height: 115px;
  right: 61px;
}
.flow .flow-wrap ol li:nth-child(3):after {
  background-image: url('/assets/image/recruit/step03.png');
  width: 150px;
  height: 115px;
  right: 60.1px;
}
.flow .flow-wrap ol li:nth-child(4):after {
  background-image: url('/assets/image/recruit/step04.png');
  width: 104px;
  height: 117px;
  right: 83px;
}
.flow .link-btn {
  margin-top: 64px;
  margin-inline: auto;
}
