@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: 4rem
}
.sec-item .item-head {
  position: relative;
  background: #f2fbfe;
  padding: 3rem 2rem 4.5rem;
  border-bottom: 1px solid #15afb5;
  box-sizing: border-box
}
.sec-item .item-head .head-date {
  color: #75d0d6;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5
}
.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-ttl .ast {
  font-size: .6em;
  vertical-align: text-top
}
.sec-item .item-head .head-txt {
  margin-top: .5rem;
  font-size: 1.2rem;
  line-height: 1.83
}
.sec-item .item-head .head-txt .txt-s {
  display: block;
  margin-top: .5rem;
  font-size: .9rem
}
.sec-item .item-head .head-txt a {
  display: inline;
  color: #0066b5;
  text-decoration: underline
}
.sec-item .item-head .head-txt .txt-s a.link-blank {
  position: relative;
  padding-right: 1.2em;
  margin-right: 0.2em;
}
.sec-item .item-head .head-txt .txt-s a.link-blank::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: .9rem;
  aspect-ratio: 14/11;
  background: url("/company/efforts/next21/assets/img/common/icon-tab.svg") center/cover no-repeat;
  content: ""
}
.sec-item .item-head .head-arrow::before {
  position: absolute;
  bottom: 1.8rem;
  right: 50%;
  transform: translate(50%, 0) rotate(135deg);
  width: 1rem;
  aspect-ratio: 1;
  border-top: 2px solid #15afb5;
  border-right: 2px solid #15afb5;
  transition: .3s;
  content: ""
}
.sec-item .item-head.active .head-arrow::before {
  transform: translate(50%, 0) 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-images {
  display: grid;
  gap: 2rem;
  margin-top: 2rem
}
.sec-item .item-body .body-images .item-cap {
  margin-top: .5rem;
  font-size: 1rem;
  line-height: 1.5
}
.sec-item .item-body .body-comment {
  margin-top: 2rem
}
.sec-item .item-body .body-comment .comment-ttl {
  color: #15afb5;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5
}
.sec-item .item-body .body-comment .comment-txt {
  margin-top: .5rem;
  font-size: 1.2rem;
  line-height: 1.83
}
.sec-item .item-body .body-btn-wrap {
  display: grid;
  gap: .8rem 2rem;
  margin: 2rem auto 0;
  max-width: 540px;
  width: 82%
}
.sec-item .item-body .body-btn-wrap .body-btn {
  width: 100%;
  margin-top: 0
}
.sec-item .item-body .body-btn {
  width: 82%;
  margin-top: 2rem
}
.sec-item .item-body .body-item + .body-item {
  margin-top: 3rem
}
.sec-item .item-body .body-item .item-ttl {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #15afb5;
  line-height: 1.5
}
.sec-item .item-body .body-item .item-img {
  margin-top: 2rem
}
@media screen and (min-width: 769px) {
  .page-title {
    margin-bottom: 5rem
  }
  .sublink {
    margin-top: 9rem
  }
  .sec-item .item-head {
    padding: 4rem 12rem 4rem 3rem
  }
  .sec-item .item-head .head-date {
    font-size: 1.2rem
  }
  .sec-item .item-head .head-ttl {
    margin-top: .5rem;
    font-size: 2.4rem
  }
  .sec-item .item-head .head-txt {
    margin-top: .5rem;
    font-size: 1.4rem
  }
  .sec-item .item-head .head-txt .txt-s {
    font-size: 1.1rem
  }
  .sec-item .item-head .head-txt .txt-s a.link-blank::after {
    width: 1.1rem
  }
  .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-head .head-arrow::before {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%) rotate(135deg);
    border-color: #fff
  }
  .sec-item .item-head.active .head-arrow::before {
    transform: translate(50%, 75%) rotate(-45deg)
  }
  .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-images {
    gap: 1.5rem 2rem
  }
  .sec-item .item-body .body-images.col-2 {
    grid-template-columns: 1fr 1fr
  }
  .sec-item .item-body .body-images.col-2 .span-2 {
    grid-column: span 2
  }
  .sec-item .item-body .body-images .item-cap {
    font-size: 1.2rem
  }
  .sec-item .item-body .body-comment {
    margin-top: 2rem
  }
  .sec-item .item-body .body-comment .comment-ttl {
    font-size: 1.6rem
  }
  .sec-item .item-body .body-comment .comment-txt {
    font-size: 1.4rem;
    line-height: 2
  }
  .sec-item .item-body .body-btn-wrap {
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem
  }
  .sec-item .item-body .body-btn-wrap .body-btn {
    width: 100%
  }
  .sec-item .item-body .body-btn {
    margin-top: 3rem
  }
  .sec-item .item-body .body-item + .body-item {
    margin-top: 4rem
  }
  .sec-item .item-body .body-item .item-ttl {
    font-size: 1.6rem
  }
  .sec-item .item-body .body-item .item-img {
    margin-top: 2.5rem
  }
  .sec-item#sec-1 .item-body .body-images {
    grid-template-columns: 300fr 610fr;
    gap: 3rem
  }
}