@charset "UTF-8";

/* =====================
  MV
===================== */
.mv {
  background-image: url("/assets/img/recruit/bg.png");
}

.mv::after {
  background-image: url("/assets/img/recruit/mv.png");
}

/* =====================
  暮らしを支え、未来を切り開く。
===================== */
.article[data-id='1'] {
  overflow: hidden;
  padding-top: 106px;
  padding-bottom: 120px;
}

.article[data-id='1'] .about {
  position: relative;
}

.article[data-id='1'] .about::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/assets/img/recruit/01.png");
  width: 233px;
  height: 313px;
  position: absolute;
  left: 0;
  top: 136px;
}

.article[data-id='1'] .about::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/assets/img/recruit/02.png");
  width: 253px;
  height: 213px;
  position: absolute;
  right: 0;
  top: 23px;
}

.article[data-id='1'] .about h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #002a87;
}

.article[data-id='1'] .about .about-p {
  text-align: center;
  margin-top: 38px;
}

.article[data-id='1'] .about .about-p p+p {
  margin-top: 1em;
}

/* =====================
  充実した福利厚生制度
===================== */
.article[data-id='1'] .fukuri {
  position: relative;
}

.article[data-id='1'] .fukuri::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/assets/img/recruit/about_bg.png");
  width: 100vw;
  height: 203px;
  position: absolute;
  left: 0;
  top: -202px;
  margin-inline: calc(50% - 50vw);
  z-index: -1;
}

.article[data-id='1'] .fukuri h2 {
  width: fit-content;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #002a87;
  padding: 7px 22px;
  border: solid 1px #002a87;
  margin-inline: auto;
  margin-top: 224px;
}

.article[data-id='1'] .fukuri ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

.article[data-id='1'] .fukuri ul li {
  width: calc(100% / 4 - 4%);
  height: 232px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 19px;
  padding: 38px 0 0;
  background-color: #f1f3f8;
}

.article[data-id='1'] .fukuri ul li p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  height: 45px;
  display: grid;
  align-content: center;
  letter-spacing: 0.08em;
}

.article[data-id='1'] .fukuri ul li p span {
  font-size: 16px;
}

/* =====================
  ループ画像
===================== */
.loop {
  position: relative;
  display: flex;
  gap: 24px;
  overflow: hidden;
  margin-top: 120px;
}

.loop-box {
  display: flex;
  gap: 24px;
  animation: loop-list 80s linear infinite;
}

@keyframes loop-list {
  from {
    transform: translateX(0);
  }

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

.loop-item {
  width: 368px;
  display: block;
}

.loop-item img {
  width: 100%;
  height: inherit;
}

/* =====================
  募集要項
===================== */
.article[data-id='2'] {
  padding-top: 73px;

}

.article[data-id='2'] .req {
  padding-inline: 52px;
  margin-top: 66px;
  padding-bottom: 30px;
}

.article[data-id='2'] .bg-reset {
  padding-block: 120px;
}

.article[data-id='2'] .link-btn {
  margin-inline: auto;
}

.req-head{
  color: #002a87;
  border: 1px solid currentColor;
  width: fit-content;
  font-weight: bold;
  letter-spacing: 1.92px;
  line-height: 1;
  padding-block: 16.5px;
  padding-inline: 22px;
  font-size: 24px;
  margin-bottom: 24px;
}


.table tbody tr th, .table tbody tr td a{
  color: #002a87;
  text-decoration: underline;
}
