@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-group {
  margin-top: 6rem
}
.point .point-group .group-list {
  display: grid;
  gap: 3rem;
  margin-top: 4rem
}
.point .point-group .group-list .item-ttl {
  margin-bottom: 2rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid #e8e8e8;
  color: #f2a81c;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5
}
.point .point-group .group-list .item-img {
  margin-bottom: 2rem
}
.point .point-group .group-list .sec-txt {
  position: relative;
  padding-left: 1.5rem
}
.point .point-group .group-list .sec-txt b {
  font-weight: bold
}
.point .point-group .group-list .sec-txt::before {
  position: absolute;
  top: .915em;
  left: 0;
  transform: translate(0, -50%);
  width: 1rem;
  height: 1rem;
  background: #f2a81c;
  border-radius: 50%;
  content: ""
}
@media screen and (min-width: 769px) {
  .point .point-group {
    margin-top: 7rem
  }
  .point .point-group .group-list {
    gap: 4rem;
    margin-top: 3rem
  }
  .point .point-group .group-list .item-ttl {
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    font-size: 1.8rem
  }
  .point .point-group .group-list .item-img {
    width: 720px;
    margin: 0 auto 2.5rem
  }
  .point .point-group .group-list .sec-txt {
    padding-left: 1.7rem
  }
  .point .point-group .group-list .sec-txt::before {
    width: 1.2rem;
    height: 1.2rem
  }
  .designer .designer-single {
    grid-template-columns: 370fr 600fr
  }
}