@font-face {
  font-family: "Noto Sans";
  src: url("/company/efforts/next21/assets/fonts/noto-subset.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Roboto";
  src: url("/company/efforts/next21/assets/fonts/roboto-subset.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Roboto italic";
  src: url("/company/efforts/next21/assets/fonts/roboto-italic-subset.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap
}
.point .point-style {
  margin-top: 6rem
}
.point .point-style .style-ttl {
  margin-bottom: 1.8rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid #e8e8e8;
  color: #f2a81c;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5
}
.point .point-style .style-life {
  margin-top: 2.5rem
}
.point .point-style .sec-table {
  overflow-x: scroll;
  margin-top: 2rem
}
.point .point-style .sec-table table {
  min-width: 100rem;
  border: 1px solid #656565;
  font-size: 1.2rem;
  line-height: 1.66
}
.point .point-style .sec-table th, .point .point-style .sec-table td {
  padding: 1.2rem 2rem
}
.point .point-style .sec-table th + *, .point .point-style .sec-table td + * {
  border-left: 1px solid #dbdbdb
}
.point .point-style .sec-table tr + tr {
  border-top: 1px solid #dbdbdb
}
.point .point-style .sec-table th {
  width: 28%;
  background: #fffaed;
  text-align: center;
  vertical-align: middle
}
.point .point-style .sec-table th + th {
  background: #f5f5f5
}
.point .point-style .sec-table th:nth-of-type(1) {
  width: 16%
}
.point .point-style .life-item {
  display: grid;
  gap: 2rem;
  margin-top: 5rem
}
.point .point-style .life-item + .life-item {
  margin-top: 4rem
}
.point .point-style .life-item .cont-point {
  margin-top: 2rem;
  padding: 2.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 1.5rem;
  box-sizing: border-box;
  background: #fffaed
}
.point .point-style .life-item .cont-point .point-txt {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.83
}
.point .point-style .life-item .cont-point .point-txt .num {
  flex-shrink: 0;
  display: grid;
  place-content: center;
  width: 1.8rem;
  aspect-ratio: 1;
  background: #f2a81c;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center
}
.point .point-style .life-item .cont-point .point-txt.ib {
  width: -moz-fit-content;
  width: fit-content
}
.point .point-style .life-item .item-img {
  width: 81%;
  margin: 0 auto
}
@media screen and (min-width: 769px) {
  .point .point-style {
    margin-top: 5rem
  }
  .point .point-style .style-ttl {
    font-size: 1.8rem
  }
  .point .point-style .style-life {
    margin-top: 3%
  }
  .point .point-style .life-item {
    grid-template-columns: 500fr 412fr;
    gap: 8.8rem
  }
  .point .point-style .life-item + .life-item {
    margin-top: 5rem
  }
  .point .point-style .life-item .cont-point {
    margin-top: 2.5rem;
    padding: 4rem 3rem
  }
  .point .point-style .life-item .cont-point .point-txt {
    font-size: 1.4rem;
    line-height: 2;
    gap: .6rem
  }
  .point .point-style .life-item .cont-point .point-txt .num {
    width: 2rem;
    font-size: 1.4rem
  }
  .point .point-style .life-item .item-img {
    width: 90%;
    margin-left: 0
  }
}