.company.materiality .step {
  position: relative;
}
.company.materiality .step::after {
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  background: #0081CC;
  position: absolute;
  top: 10%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .company.materiality .step::after {
    height: calc(100% - 162px);
    top: 62px;
  }
}
.company.materiality .step .step-wrap {
  width: 808px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company.materiality .step .step-wrap {
    width: 90%;
  }
}
.company.materiality .step .step-wrap .step-list {
  background: #F7F7F7;
  padding: 28px 32px 35px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company.materiality .step .step-wrap .step-list {
    padding: 20px 25px 25px;
  }
}
.company.materiality .step .step-wrap .step-list::after {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background: url(/company/img/materiality/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -35px;
}
.company.materiality .step .step-wrap .step-list dt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.company.materiality .step .step-wrap .step-list dt .step-num {
  font-size: 1.5625rem;
  color: #0081CC;
  font-family: "Antonio", sans-serif;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .company.materiality .step .step-wrap .step-list dt .step-num {
    display: block;
  }
}
.company.materiality .step .step-wrap .step-list:first-of-type::before {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background: url(/company/img/materiality/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  right: -42px;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .company.materiality .step .step-wrap .step-list:first-of-type::before {
    top: 50px;
    right: -11%;
  }
}
.company.materiality .step .step-wrap .step-list:last-of-type {
  margin-bottom: 0;
}
.company.materiality .step .step-wrap .step-list:last-of-type::after {
  width: 42px;
  height: 2px;
  background: #0081CC;
  left: auto;
  right: -63px;
  bottom: 50%;
}
@media screen and (max-width: 767px) {
  .company.materiality .step .step-wrap .step-list:last-of-type::after {
    width: 11%;
    right: -16%;
    bottom: 100px;
  }
}
.company.materiality .position {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company.materiality .position .position-image {
  width: 352px;
}
@media screen and (max-width: 767px) {
  .company.materiality .position .position-image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.company.materiality .position .guidelines {
  width: 476px;
  padding: 30px 25px;
  background: #F7F7F7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company.materiality .position .guidelines {
    width: 100%;
  }
}
.company.materiality .position .guidelines .guidelines-img {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .company.materiality .position .guidelines .guidelines-img {
    width: 90%;
    margin: 0 auto 15px;
  }
}
.company.materiality .position .guidelines .guidelines-txt {
  width: 195px;
}
@media screen and (max-width: 767px) {
  .company.materiality .position .guidelines .guidelines-txt {
    width: 100%;
  }
}
.company.materiality .position .guidelines .guidelines-txt h5 {
  color: #0081CC;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.company.materiality .position .guidelines .guidelines-txt p {
  font-size: 0.875rem;
}
.company.materiality .materiality-list {
  margin-bottom: 40px;
}
.company.materiality .materiality-list li {
  position: relative;
  margin-left: 1em;
  margin-bottom: 5px;
}
.company.materiality .materiality-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #0081CC;
  border-radius: 50px;
  position: absolute;
  left: -1em;
  top: 0.55em;
}
.company.materiality .materiality-list li strong {
  color: #0081CC;
}
.company.materiality .table-wrap {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.company.materiality .table-wrap .scroll-hint-icon-wrap .scroll-hint-icon {
  top: 150px;
}
.company.materiality .materiality-table {
  width: 1310px;
}
@media screen and (max-width: 767px) {
  .company.materiality .materiality-table {
    width: 900px;
  }
}
.company.materiality .materiality-table thead tr th {
  color: #fff;
  background: #0081CC;
  font-weight: 500;
}
.company.materiality .materiality-table thead tr th:first-of-type {
  width: 22%;
}
.company.materiality .materiality-table thead tr th:nth-of-type(2) {
  width: 24%;
}
.company.materiality .materiality-table thead tr th:nth-of-type(3) {
  width: 25%;
}
.company.materiality .materiality-table thead tr th:nth-of-type(4) {
  width: 29%;
}
.company.materiality .materiality-table tbody tr td {
  padding: 15px 13px;
  vertical-align: top;
}
.company.materiality .materiality-table tbody tr td.materiality-head {
  background: #DFEEF7;
}
.company.materiality .materiality-table tbody tr td.materiality-head .materiality-ttl {
  color: #0081CC;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
.company.materiality .materiality-table tbody tr td .materiality-list {
  margin-bottom: 0;
}/*# sourceMappingURL=materiality.css.map */