@charset "UTF-8";

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

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

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

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

.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_2x.png');
  width: 39.6vw;
  height: 53.199999999999996vw;
  position: absolute;
  left: 0;
  bottom: 15.7vw;
}

.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_2x.png');
  width: 41.06666666666666vw;
  height: 34.666666666666664vw;
  position: absolute;
  right: 0;
  bottom: -5.5vw;
}

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

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

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

/* =====================
  充実した福利厚生制度
===================== */
.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_2x.png');
  width: 100vw;
  height: 54vw;
  position: absolute;
  left: 0;
  top: -124vw;
  margin-inline: calc(50% - 50vw);
  z-index: -1;
}

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

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

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

.article[data-id='1'] .fukuri ul li picture img {
  width: 17.333333333333332vw;
  height: 13.333333333333334vw;
}

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

.article[data-id='1'] .fukuri ul li p span {
  display: block;
  font-size: 3.2vw;
  margin-top: 1.6vw;
}

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

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

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

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

.loop-item {
  width: 59.42666666666666vw;
  display: block;
}

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

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

.article[data-id='2'] .req {
  margin-top: 9.3vw;
  padding-bottom: 6.5vw;
}

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

.article[data-id='2'] .link-btn {
  margin-inline: auto;
}
.bg-reset .link-btn a {
  padding-inline: 5.4vw;
}


.req-head{
  color: #002a87;
  border: 1px solid currentColor;
  width: fit-content;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: calc((100 / 750) * 3.04 * 1vw);
  padding-block: calc((100 / 750) * 11 * 1vw);
  padding-inline: calc((100 / 750) * 27 * 1vw);
  font-size: calc((100 / 750) * 38 * 1vw);
}
