@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: 3.5rem
}
.sublink {
  margin-top: 7rem
}
.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-txt {
  margin-top: .5rem;
  font-size: 1.2rem;
  line-height: 1.83
}
.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-ttl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e8e8e8
}
.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-txt + .body-img {
  margin-top: 2rem
}
.sec-item .item-body .body-txt .ast {
  font-size: .6em;
  vertical-align: text-top
}
.sec-item .item-body .body-img + .body-txt {
  margin-top: 2rem
}
.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;
  text-align: center
}
.sec-item .item-body .body-images.col-3 {
  grid-template-columns: 1fr 1fr
}
.sec-item .item-body .body-images.col-3 .span-2 {
  grid-column: span 2
}
.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
}
.sec-item .item-body .body-btn-wrap .body-btn {
  margin-top: 0
}
.sec-item .item-body .body-btn {
  margin-top: 2rem
}
.sec-item .item-body .body-wrap {
  display: flex;
  flex-direction: column
}
.sec-item .item-body .body-wrap .wrap-cont {
  display: contents
}
.sec-item .item-body .body-wrap .wrap-cont .body-btn {
  order: 2
}
.sec-item .item-body .body-wrap .img-scroll {
  overflow-x: scroll
}
.sec-item .item-body .body-wrap .img-scroll .body-img {
  min-width: 55rem
}
@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-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-ttl {
    font-size: 1.8rem;
    line-height: 1.66
  }
  .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-3 {
    grid-template-columns: 1fr 1fr 1fr
  }
  .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-btn .link {
    width: 1.5rem
  }
  .sec-item .item-body .body-wrap {
    display: grid;
    grid-template-columns: 410fr 500fr;
    gap: 3rem
  }
  .sec-item .item-body .body-wrap .wrap-cont {
    display: block
  }
  .sec-item .item-body .body-wrap .img-scroll {
    overflow: visible
  }
  .sec-item .item-body .body-wrap .img-scroll .body-img {
    min-width: 100%
  }
  .sec-item .item-body .body-wrap .body-btn {
    margin-left: 0
  }
  .sec-item#sec-5 .item-body .body-wrap {
    grid-template-columns: 550fr 360fr
  }
}