@charset "UTF-8";

/* ----------------------------------
  works - project - index
 * ------------------------------- */
#er-projectIndex {
  position: relative;
  overflow: hidden;
}

#er-projectIndex::before {
  position: absolute;
  bottom: -110px;
  left: 50%;
  display: block;
  width: max(1440px, 100%);
  height: 280px;
  pointer-events: none;
  content: '';
  background: url('/recruitment/assets/images/common/page_bg3-pc.png') no-repeat center bottom / 100% auto;
  translate: -50% 0;
}

@media screen and (width <= 767px) {
  #er-projectIndex::before {
    content: none;
  }
}

/*
 * Parts
 * ------------------------------- */
#er-projectIndex .er-projectIndex-inner {
  width: min(100%, 1060px);
  padding-inline: 30px;
  margin-inline: auto;
}

@media screen and (width <= 767px) {
  #er-projectIndex .er-projectIndex-inner {
    width: 80%;
    padding-inline: 0;
  }
}

#er-projectIndex .er-projectIndex-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
  font-size: 57px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#er-projectIndex .er-projectIndex-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 2px;
  margin: 0 auto;
  content: '';
  background: #e60027;
}

#er-projectIndex .cs{
  pointer-events: none;
  opacity: .7;
}

@media screen and (width <= 767px) {
  #er-projectIndex .er-projectIndex-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
}

#er-projectIndex .er-projectIndex-img {
  margin-block: 70px 40px;
}

@media screen and (width <= 767px) {
  #er-projectIndex .er-projectIndex-img {
    margin-block: 30px 20px;
  }
}

#er-projectIndex .er-projectIndex-text {
  width: min(100%, 860px);
  padding-inline: 30px;
  margin-inline: auto;
  font-size: 16px;
  line-height: 2.1;
}

@media screen and (width <= 767px) {
  #er-projectIndex .er-projectIndex-text {
    width: 100%;
    padding-inline: 0;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.8;
  }
}

/*
 * Section / projectIndex
 * ------------------------------- */
#er-projectIndex .er-projectIndexSection {
  padding-block: 0 120px;
}

#er-projectIndex .er-projectIndexSection:last-of-type {
  padding-block: 0 225px;
}

@media screen and (width <= 767px) {
  #er-projectIndex .er-projectIndexSection {
    padding-block: 0 60px;
  }

  #er-projectIndex .er-projectIndexSection:last-of-type {
    padding-block: 0 90px;
  }
}

@media (hover) {
  #er-projectIndex .er-projectIndexSection a.er-hov {
    transition: opacity 0.3s;
  }

  #er-projectIndex .er-projectIndexSection a.er-hov[href]:hover {
    opacity: 0.7;
  }
}
