.emp_mv {
  background: url("/assets/eco/img/eco-mv-bg_sp.jpg") no-repeat left top;
  background-size: cover;
  position: relative;
  padding-top: 40%;
}
@media print, screen and (min-width: 769px) {
  .emp_mv {
    width: 100%;
    min-width: 1140px;
    margin: 0 auto;
    height: 300px;
    background: url("/assets/eco/img/eco-mv-bg_pc.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 0;
  }
}

.emp_mv-txt {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 3.05rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  .emp_mv-txt {
    font-size: 4rem;
    line-height: 1.8;
    letter-spacing: 0.3em;
  }
}
@media print, screen and (min-width: 769px) {
  .emp_mv-txt span {
    margin-left: 2rem;
  }
}

.emp_basic {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  .emp_basic {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.emp_basic {
  padding: 16px 0 27px;
}
@media print, screen and (min-width: 769px) {
  .emp_basic {
    padding: 40px 0 27px;
  }
}

.emp_basic-l-inner {
  width: 92%;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .emp_basic-l-inner {
    width: 1140px;
    margin: 0 auto;
  }
}

.emp_basic-ttl {
  border-bottom: 1px solid #d8dee5;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.emp_basic-ttl::after {
  content: "";
  display: block;
  width: 7.25%;
  height: 1px;
  background-color: #21409a;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  .emp_basic-ttl::after {
    width: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .emp_basic-ttl {
    font-size: 3rem;
    padding-bottom: 10px;
    margin-bottom: 32px;
  }
}

.emp_basic-borderBottom {
  border-bottom: 1px solid #222;
  margin-bottom: 2em;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}
.emp_basic-subTtl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .emp_basic-subTtl {
    margin-bottom: 10px;
  }
}

.emp_basic-img {
  font-weight: bold;
  padding: 2em 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .emp_basic-img {
    width: 75%;
  }
}

.emp_basic-list-box {
  background: #eff2f9;
  padding: 2em;
  margin-bottom: 2em;
  border-radius: 15px;
}

.emp_basic-list {
  list-style-type: disc;
}
.emp_basic-list li {
  margin-left: 1.25em;
}
.emp_basic-list li span {
  font-size: 80%;
}