@charset "UTF-8";
/*
エフピコアルライトで働く
/recruit/welfare/
Version: 1.1.0
Update: 2024-09-24
*/
.pointlist > li {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .pointlist > li {
    padding-top: 30px;
  }
}

.pointlist h3 {
  margin-bottom: 20px;
  padding-left: 25px;
  padding-bottom: 5px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 3.2rem;
  border-left: 8px solid #0068b6;
  border-bottom: 1px solid #0068b6;
}

@media screen and (max-width: 767px) {
  .pointlist h3 {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 2rem;
    line-height: 1.3;
    border-left: 4px solid #0068b6;
  }
}

/* エフピコアルライトで働く */
#workstyle .comment {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #workstyle .comment {
    text-align: left;
  }
}

/* 人材育成・キャリア */
#education_career .image {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #education_career .image {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #education_career .pointlist > li:first-child {
    padding-top: 0;
  }
}

#education_career .sublist dt,
#education_career .sublist dd {
  padding-bottom: 1.5em;
}

#education_career .sublist dt {
  clear: left;
  float: left;
  width: 200px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  #education_career .sublist dt {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
}

#education_career .sublist dd {
  margin-left: 200px;
}

@media screen and (max-width: 767px) {
  #education_career .sublist dd {
    margin-left: 0;
  }
}

#worklifebalance .container,
#well_being .container {
  position: relative;
}

#worklifebalance .heading,
#well_being .heading {
  text-align: left;
}

@media screen and (max-width: 767px) {
  #worklifebalance .heading,
  #well_being .heading {
    text-align: center;
  }
}

#worklifebalance .image,
#well_being .image {
  position: absolute;
  top: -40px;
}

@media screen and (max-width: 767px) {
  #worklifebalance .image,
  #well_being .image {
    position: static;
    padding-bottom: 20px;
  }
}

#worklifebalance .pageLink,
#well_being .pageLink {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  #worklifebalance .pageLink,
  #well_being .pageLink {
    padding-top: 30px;
    text-align: center;
  }
}

/* ワークライフバランス */
#worklifebalance .image {
  right: -160px;
}

/* ココロとからだの健康 */
#well_being .container {
  padding-left: 560px;
}

@media screen and (max-width: 767px) {
  #well_being .container {
    padding-left: 20px;
  }
}

#well_being .image {
  left: -160px;
}

/* 社内風景 */
.photos .item {
  position: relative;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .photos .item {
    padding: 0;
  }
}

.photos .item .title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .photos .item .title {
    left: 0;
    right: 0;
    padding: 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .photos .item img {
    width: 100%;
  }
}

.photos .slick-dots {
  text-align: center;
}

.photos .slick-dots > li {
  display: inline-block;
  padding: 20px 5px 0;
}

.photos .slick-dots > li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .photos .slick-dots > li button {
    width: 12px;
    height: 12px;
  }
}

.photos .slick-dots > li button::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #b2d2e9;
  border-radius: 9px;
}

@media screen and (max-width: 767px) {
  .photos .slick-dots > li button::before {
    width: 12px;
    height: 12px;
  }
}

.photos .slick-dots > li.slick-active button::before {
  background-color: #0068b6;
}
