@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
}
.page-title {
  margin-bottom: 3rem
}
.sublink {
  margin-top: 6rem
}
.sec-item + .sec-item {
  margin-top: 2.5rem
}
.sec-item .item-head {
  position: relative;
  background: #f2fbfe;
  padding: 3rem 8rem 3rem 2rem;
  border-bottom: 1px solid #15afb5;
  box-sizing: border-box
}
.sec-item .item-head .head-ttl {
  margin-top: .5rem;
  color: #15afb5;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5
}
.sec-item .item-head .head-arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  width: 3.6rem;
  aspect-ratio: 1;
  background: #15afb5;
  border-radius: 50%
}
.sec-item .item-head .head-arrow::before {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%) rotate(135deg);
  z-index: 1;
  width: .8rem;
  aspect-ratio: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: .3s;
  content: ""
}
.sec-item .item-head.active .head-arrow::before {
  transform: translate(50%, 75%) rotate(-45deg)
}
.sec-item .item-body {
  display: none;
  padding: 3rem 2rem 4rem;
  background: #fff;
  border-bottom: 1px solid #15afb5
}
.sec-item .item-body .body-txt {
  font-size: 1.2rem;
  line-height: 1.83
}
.sec-item .item-body .body-txt a {
  display: inline;
  color: #0066b5;
  text-decoration: underline
}
.sec-item .item-body .body-btn {
  margin-top: 2rem
}
.sec-item .item-body .body-concept {
  background: #eaf9fd;
  padding: 2rem;
  margin-top: 2rem
}
.sec-item .item-body .body-concept .concept-txt {
  padding-left: 8em;
  text-indent: -8em;
  font-size: 1.2rem;
  line-height: 1.83
}
.sec-item .item-body .body-concept + .body-txt {
  margin-top: 2rem
}
.sec-item .item-body .body-img {
  margin-top: 2rem
}
.sec-item .item-body .body-subttl {
  position: relative;
  margin: 1.5rem 0 .5rem;
  color: #15afb5;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: calc(.55em + .5rem)
}
.sec-item .item-body .body-subttl::before {
  position: absolute;
  top: .75em;
  left: 0;
  transform: translate(0, -50%);
  width: .55em;
  aspect-ratio: 1;
  background: #15afb5;
  content: ""
}
.sec-item .item-body .body-subttl + .body-concept {
  margin-top: 0
}
.sec-item .item-body .body-wrap.col-3 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem
}
.sec-item .item-body .body-wrap.col-3 .item-txt {
  margin-bottom: 1.5rem;
  background: #eaf9fd;
  padding: 1.5rem 2rem;
  color: #15afb5;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.83
}
.sec-item .item-body .body-wrap.col-3 .item-img {
  width: 80%;
  margin: 0 auto
}
.sec-item .item-body .body-wrap.col-3 .wrap-item:nth-of-type(3) {
  position: relative;
  padding-top: 4rem
}
.sec-item .item-body .body-wrap.col-3 .wrap-item:nth-of-type(3)::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3.5rem;
  aspect-ratio: 35/20;
  background: #15afb5;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: ""
}
@media screen and (min-width: 769px) {
  .page-title {
    margin-bottom: 6rem
  }
  .sublink {
    margin-top: 10rem
  }
  .sec-item .item-head {
    padding: 4rem 12rem 4rem 3rem
  }
  .sec-item .item-head .head-ttl {
    margin-top: .5rem;
    font-size: 2.4rem
  }
  .sec-item .item-head .head-arrow {
    position: absolute;
    top: 50%;
    right: 4rem;
    transform: translate(0, -50%);
    width: 4.4rem;
    aspect-ratio: 1;
    background: #15afb5;
    border-radius: 50%
  }
  .sec-item .item-body {
    padding: 4rem 3rem 5rem
  }
  .sec-item .item-body .body-txt {
    font-size: 1.4rem;
    line-height: 2
  }
  .sec-item .item-body .body-btn {
    margin-top: 3rem
  }
  .sec-item .item-body .body-wrap.col-2 {
    display: grid;
    grid-template-columns: 44fr 47fr;
    gap: 3rem
  }
  .sec-item .item-body .body-wrap.col-2 .body-img {
    margin-top: 0
  }
  .sec-item .item-body .body-wrap.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.8rem
  }
  .sec-item .item-body .body-wrap.col-3 .item-txt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center
  }
  .sec-item .item-body .body-wrap.col-3 .item-img {
    width: 100%
  }
  .sec-item .item-body .body-wrap.col-3 .wrap-item:nth-of-type(3) {
    position: relative;
    padding: 0 0 0 1.4rem
  }
  .sec-item .item-body .body-wrap.col-3 .wrap-item:nth-of-type(3)::before {
    position: absolute;
    top: 50%;
    left: -1.6rem;
    transform: translate(0%, -50%) rotate(-90deg)
  }
}