@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
}
main .sec-ttl {
  display: grid;
  grid-template-columns: .5em 1fr;
  gap: .8rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: #3e9124;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5
}
main .sec-ttl::before {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin-top: .5em;
  background: #3e9124;
  border-radius: 50%;
  content: ""
}
@media screen and (min-width: 769px) {
  main .sec-ttl {
    grid-template-columns: .466em 1fr;
    gap: .9rem
  }
  main .sec-ttl::before {
    margin-top: .534em
  }
}
main .sec-ttl + .sec-subttl {
  margin-top: 2rem
}
main .sec-subttl {
  position: relative;
  padding-bottom: .8rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5
}
main .sec-subttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: .2rem;
  background: #3e9124;
  content: ""
}
main .sec-subttl + .sec-txt {
  margin-top: 1.5rem
}
main .sec-txt {
  font-size: 1.2rem;
  line-height: 1.83
}
@media screen and (min-width: 769px) {
  main .sec-ttl {
    margin-bottom: 2.5rem;
    font-size: 3rem
  }
  main .sec-ttl + .sec-subttl {
    margin-top: 2.5rem
  }
  main .sec-subttl {
    font-size: 2rem
  }
  main .sec-subttl::after {
    width: 3rem
  }
  main .sec-subttl + .sec-txt {
    margin-top: 1.8rem
  }
  main .sec-txt {
    font-size: 1.4rem;
    line-height: 2
  }
}
.pagelink {
  margin-top: 3.5rem
}
.pagelink .sec-txt {
  padding-bottom: 4rem;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #e8e8e8
}
@media screen and (min-width: 769px) {
  .pagelink {
    margin-top: 6rem
  }
}
.si {
  margin-top: 5rem
}
.si .si-wrap {
  display: grid;
  gap: 2rem
}
.si .si-point {
  margin-top: 3rem;
  padding: 3rem 2rem 4rem;
  background: #f9faf2;
  border-radius: 1rem
}
.si .si-point .point-item + .point-item {
  margin-top: 3.5rem
}
.si .si-point .item-num {
  color: #3e9124;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center
}
.si .si-point .item-ttl {
  margin-top: .5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px dashed #3e9124;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center
}
.si .si-point .sec-txt .indent {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 1rem
}
.si .si-point .sec-txt .indent::before {
  position: absolute;
  top: .7em;
  left: 0;
  width: .5rem;
  aspect-ratio: 1;
  background: #3e9124;
  border-radius: 50%;
  content: ""
}
.si .si-point .item-wrap {
  display: grid;
  gap: 1rem
}
.si .si-point .item-wrap.col-1-2 {
  gap: 4.5rem
}
.si .si-point .item-wrap.col-1-2 .wrap-item .sec-txt {
  margin-top: 1.2rem
}
.si .si-point .item-wrap.col-1-2 .wrap-item:nth-of-type(2) {
  position: relative
}
.si .si-point .item-wrap.col-1-2 .wrap-item:nth-of-type(2)::before {
  position: absolute;
  top: -3.3rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2.8rem;
  aspect-ratio: 28/18;
  background: #3e9124;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: ""
}
.si .si-point .item-wrap.col-2 {
  margin-top: 2rem
}
@media screen and (min-width: 769px) {
  .si {
    margin-top: 7rem
  }
  .si .si-wrap {
    grid-template-columns: 56fr 38fr;
    gap: 6rem
  }
  .si .si-point {
    padding: 4rem 6rem 6rem;
    border-radius: 2rem
  }
  .si .si-point .point-item + .point-item {
    margin-top: 4rem
  }
  .si .si-point .item-num {
    font-size: 1.4rem
  }
  .si .si-point .item-ttl {
    margin-top: .5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    font-size: 2rem
  }
  .si .si-point .sec-txt .indent {
    padding-left: 1.2rem
  }
  .si .si-point .sec-txt .indent::before {
    width: .7rem
  }
  .si .si-point .item-wrap {
    gap: 4rem
  }
  .si .si-point .item-wrap.col-1-2 {
    gap: 5rem;
    grid-template-columns: 33fr 50fr
  }
  .si .si-point .item-wrap.col-1-2 .wrap-item .sec-txt {
    margin-top: 1rem
  }
  .si .si-point .item-wrap.col-1-2 .wrap-item:nth-of-type(2)::before {
    top: 17rem;
    left: -3.4rem;
    transform: rotate(-90deg)
  }
  .si .si-point .item-wrap.col-2 {
    grid-template-columns: 1fr 1fr
  }
}
.sb .inner {
  padding-top: 5rem;
  margin-top: 4.5rem;
  border-top: 1px solid #e8e8e8
}
.sb .sb-wrap {
  display: flex;
  flex-direction: column
}
.sb .sb-wrap .wrap-img {
  margin-top: 2rem
}
.sb .sb-wrap .wrap-cont {
  display: contents
}
.sb .sb-wrap .wrap-cont .sb-point {
  order: 1;
  margin-top: 2rem;
  padding: 3rem 2rem 4rem;
  background: #f9faf2;
  box-sizing: border-box
}
.sb .sb-wrap .wrap-cont .sb-point .point-ttl {
  margin-bottom: 1rem;
  color: #3e9124;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5
}
.sb .sb-wrap .wrap-cont .sb-point .point-subttl {
  position: relative;
  margin-bottom: .5rem;
  padding-left: 1.1rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5
}
.sb .sb-wrap .wrap-cont .sb-point .point-subttl::before {
  position: absolute;
  top: .75em;
  left: 0;
  transform: translate(0, -50%);
  width: .6rem;
  aspect-ratio: 1;
  background: #3e9124;
  content: ""
}
.sb .sb-wrap .wrap-cont .sb-point .sec-txt + .point-subttl {
  margin-top: 1.5rem
}
@media screen and (min-width: 769px) {
  .sb .sb-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem
  }
  .sb .sb-wrap .wrap-img {
    margin-top: 0
  }
  .sb .sb-wrap .wrap-cont {
    display: block
  }
  .sb .sb-wrap .wrap-cont .sb-point {
    padding: 2.5rem 2.5rem 3.5rem
  }
  .sb .sb-wrap .wrap-cont .sb-point .point-ttl {
    margin-bottom: 1.2rem;
    font-size: 1.6rem
  }
  .sb .sb-wrap .wrap-cont .sb-point .point-subttl {
    padding-left: 1.2rem;
    font-size: 1.4rem
  }
  .sb .sb-wrap .wrap-cont .sb-point .point-subttl::before {
    width: .7rem
  }
}
.pipe .inner {
  padding-top: 5rem;
  margin-top: 4.5rem;
  border-top: 1px solid #e8e8e8
}
.pipe .pipe-img {
  overflow-x: scroll;
  margin-top: 1.5rem
}
.pipe .pipe-img .img-item {
  min-width: 62rem
}
.pipe .pipe-wrap {
  display: grid;
  gap: 3rem;
  margin-top: 3rem
}
.pipe .pipe-wrap .wrap-item .item-ttl {
  margin-bottom: 1.4rem;
  background: #f9faf2;
  padding: 1.2rem 1.5rem;
  box-sizing: border-box;
  color: #3e9124;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5
}
.pipe .pipe-wrap .wrap-item .item-img {
  margin-top: 1.5rem
}
.pipe .pipe-wrap .wrap-item .item-img.img-s {
  width: 77%;
  margin-left: auto;
  margin-right: auto
}
.pipe .pipe-wrap .wrap-item .item-linl {
  margin-top: 1.5rem
}
.pipe .pipe-wrap .wrap-item .item-linl > * {
  margin-top: 0
}
@media screen and (min-width: 769px) {
  .pipe .pipe-img {
    margin-top: 2rem;
    overflow-x: visible
  }
  .pipe .pipe-img .img-item {
    min-width: 100%
  }
  .pipe .pipe-wrap {
    grid-template-columns: 1fr 1fr;
    margin-top: 5rem
  }
  .pipe .pipe-wrap .wrap-item .item-ttl {
    margin-bottom: 1.8rem;
    padding: 1.8rem 2.4rem;
    font-size: 1.6rem
  }
  .pipe .pipe-wrap .wrap-item .item-img {
    margin-top: 2rem
  }
  .pipe .pipe-wrap .wrap-item .item-img.img-s {
    width: 60%
  }
}
.book .inner {
  padding-top: 5rem;
  margin-top: 4.5rem;
  border-top: 1px solid #e8e8e8
}
.book .book-wrap {
  display: grid;
  gap: 2rem 6rem
}
@media screen and (min-width: 769px) {
  .book .book-wrap {
    grid-template-columns: 57fr 37fr;
    align-items: center
  }
}