@charset "utf-8";
#company.index #csr h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: calc(48 / 36);
  color: #00a040;
  margin-top: 60px;
  margin-bottom: 40px;
}

#company.index .inner_box {
  padding-top: 0;
}

#company.index #csr ul.vision {
  width: 100%;
}
.sub_copy {
  margin-bottom: 40px;
  text-align: center;
}

#company.index #csr ul.vision li {
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 20px 40px;
  min-height: 100px;
  gap: 30px;
}

#company.index #csr ul.vision li:last-of-type {
  border-bottom: 1px solid #ccc;
}

#company.index #csr ul.vision li div:first-of-type {
  font-size: 6rem;
  font-weight: 500;
  font-family: "Akshar", sans-serif;
  color: var(--main-green);
  line-height: calc(82 / 60);
  margin-top: 9px;
  width: 30px;
  text-align: center;
}

#company.index #csr ul.vision li div:last-of-type {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  line-height: calc(38 / 24);
}

#company.index p.sign {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: calc(28 / 18);
  text-align: right;
}

#company.index p.sign em {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(28 / 24);
  margin-left: 7px;
}

#company.index p.sign small {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(28 / 16);
}

#csr {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #company.index #csr h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: calc(35 / 24);
    color: #00a040;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #company.index #csr ul.vision li {
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px 0px 20px 10px;
    min-height: 100px;
    gap: 24px;
  }

  #company.index #csr ul.vision li:last-of-type {
    border-bottom: 1px solid #ccc;
  }

  #company.index #csr ul.vision li div:first-of-type {
    font-size: 5.4rem;
    font-weight: 500;
    font-family: "Akshar", sans-serif;
    color: var(--main-green);
    line-height: calc(74 / 54);
    width: 26px;
    min-width: 26px;
    text-align: center;
  }

  #company.index #csr ul.vision li div:last-of-type {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    line-height: calc(28 / 18);
  }
  .sub_copy {
    margin-bottom: 20px;
    text-align: left;
  }

  #company.index p.sign {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: calc(28 / 14);
    text-align: right;
  }

  #company.index p.sign em {
    font-size: 2rem;
    font-weight: 700;
    line-height: calc(28 / 20);
    margin-left: 5px;
  }

  #company.index p.sign small {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: calc(24 / 14);
  }
}
