@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
}
.about {
  position: relative;
  z-index: 2;
  margin: -2rem 0 4rem
}
.about .about-logo {
  width: 5.6rem;
  margin: 0 auto
}
.about .about-ttl {
  display: grid;
  grid-template-columns: .5em 1fr;
  gap: .8rem;
  line-height: 1.5;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
  color: #3e9124;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5
}
.about .about-ttl::before {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin-top: .5em;
  background: #3e9124;
  border-radius: 50%;
  content: ""
}
@media screen and (min-width: 769px) {
  .about .about-ttl {
    grid-template-columns: .466em 1fr;
    gap: .9rem
  }
  .about .about-ttl::before {
    margin-top: .534em
  }
}
.about .about-ttl .ttl-s {
  font-size: 2rem
}
.about .about-subttl {
  margin-top: .8rem;
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: .06em;
  line-height: 1.73;
  text-align: center
}
.about .about-subttl .marker {
  border-bottom: .4rem solid #3e9124;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone
}
.about .about-subttl .palt {
  font-feature-settings: "palt"
}
.about .about-txt {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  line-height: 1.83
}
@media screen and (min-width: 769px) {
  .about {
    margin: -2.3rem 0 6rem
  }
  .about .about-logo {
    width: 9.3rem
  }
  .about .about-ttl {
    font-size: 3rem
  }
  .about .about-ttl .txt-s {
    font-size: 2.5rem
  }
  .about .about-subttl {
    font-size: 3rem
  }
  .about .about-subttl .marker {
    border-width: .5rem;
    padding-bottom: .2em
  }
  .about .about-txt {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 2;
    text-align: center
  }
}
.phase {
  margin-bottom: 6rem;
  padding: 6rem 0;
  background: #e9f7e6
}
.phase .phase-wrap {
  display: grid;
  gap: 2rem;
  background: #fff;
  padding: 3.5rem 2rem 3rem;
  box-sizing: border-box;
  border-radius: 1.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .16)
}
.phase .phase-wrap .wrap-img {
  width: 60%;
  margin: 0 auto
}
.phase .phase-wrap .wrap-cont .cont-tag {
  display: inline-block;
  padding: .5rem .8rem;
  background: #3e9124;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1
}
.phase .phase-wrap .wrap-cont .cont-ttl {
  margin-top: .5rem;
  color: #3e9124;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4
}
.phase .phase-wrap .wrap-cont .cont-txt {
  margin-top: .5rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.83
}
.phase .phase-wrap .phase-txt {
  margin-top: 1.5rem;
  padding: 2.5rem 2rem;
  background: #f9faf2;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.83;
  border-radius: 2rem
}
@media screen and (min-width: 769px) {
  .phase {
    padding: 7rem 0
  }
  .phase .phase-wrap {
    grid-template-columns: 354fr 486fr;
    gap: 4rem;
    padding: 5rem 6rem 8rem;
    border-radius: 2rem
  }
  .phase .phase-wrap .wrap-img {
    width: 100%
  }
  .phase .phase-wrap .wrap-cont .cont-tag {
    padding: .6rem 1.2rem;
    font-size: 1.3rem
  }
  .phase .phase-wrap .wrap-cont .cont-ttl {
    margin-top: 1.2rem;
    font-size: 2.8rem
  }
  .phase .phase-wrap .wrap-cont .cont-txt {
    margin-top: .8rem;
    font-size: 1.4rem
  }
  .phase .phase-wrap .phase-txt {
    margin-top: 1.5rem;
    padding: 3rem;
    font-size: 1.4rem;
    line-height: 1.7
  }
}
.link {
  margin: 6rem 0 4rem
}
.link .link-list {
  display: grid;
  gap: 5rem
}
.link .link-list .list-item {
  position: relative;
  display: grid;
  gap: 2rem
}
.link .link-list .list-item .item-cont .cont-ttl {
  display: grid;
  grid-template-columns: .5em 1fr;
  gap: .8rem;
  line-height: 1.5;
  color: #3e9124;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5
}
.link .link-list .list-item .item-cont .cont-ttl::before {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin-top: .5em;
  background: #3e9124;
  border-radius: 50%;
  content: ""
}
@media screen and (min-width: 769px) {
  .link .link-list .list-item .item-cont .cont-ttl {
    grid-template-columns: .466em 1fr;
    gap: .9rem
  }
  .link .link-list .list-item .item-cont .cont-ttl::before {
    margin-top: .534em
  }
}
.link .link-list .list-item .item-cont .cont-txt {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.83
}
.link .link-list .list-item .item-cont .cont-btn {
  width: 68.57%;
  margin-top: 2.5rem
}
.link .link-list .list-item .item-cont .cont-btn + .cont-btn {
  margin-top: .8rem
}
.link .link-list .list-item:nth-of-type(1)::before {
  position: absolute;
  top: 52.3vw;
  right: 2rem;
  z-index: 1;
  width: 9.2rem;
  aspect-ratio: 92/62;
  background: url("/company/efforts/next21/assets/img/about/link-01-deco-sp.svg") center/cover no-repeat;
  content: ""
}
.link .link-list .list-item:nth-of-type(3) {
  margin-top: 1rem
}
.link .link-list .list-item:nth-of-type(3) .item-img {
  position: relative
}
.link .link-list .list-item:nth-of-type(3) .item-img::before {
  position: absolute;
  top: -3.3rem;
  right: 1rem;
  z-index: 1;
  width: 6rem;
  aspect-ratio: 59/83;
  background: url("/company/efforts/next21/assets/img/about/link-02-deco-01.svg") center/cover no-repeat;
  content: ""
}
.link .link-list .list-item:nth-of-type(3) .item-img::after {
  position: absolute;
  top: 48.7vw;
  left: -2rem;
  z-index: 1;
  width: 14.7rem;
  aspect-ratio: 194/115;
  background: url("/company/efforts/next21/assets/img/about/link-02-deco-02.svg") center/cover no-repeat;
  content: ""
}
.link .link-list .list-item:nth-of-type(3) .item-cont {
  margin-top: 3rem
}
@media screen and (min-width: 769px) {
  .link {
    margin: 7rem 0 9rem
  }
  .link .link-list {
    gap: 9rem
  }
  .link .link-list .list-item {
    grid-template-columns: 440fr 510fr;
    gap: 5rem
  }
  .link .link-list .list-item .item-cont .cont-ttl {
    display: grid;
    grid-template-columns: .5em 1fr;
    gap: .8rem;
    line-height: 1.5;
    font-size: 3rem
  }
  .link .link-list .list-item .item-cont .cont-ttl::before {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    margin-top: .5em;
    background: #3e9124;
    border-radius: 50%;
    content: ""
  }
}
@media screen and (min-width: 769px)and (min-width: 769px) {
  .link .link-list .list-item .item-cont .cont-ttl {
    grid-template-columns: .466em 1fr;
    gap: .9rem
  }
  .link .link-list .list-item .item-cont .cont-ttl::before {
    margin-top: .534em
  }
}
@media screen and (min-width: 769px) {
  .link .link-list .list-item .item-cont .cont-txt {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 2
  }
  .link .link-list .list-item .item-cont .cont-btn {
    margin: 3rem auto 0 0
  }
  .link .link-list .list-item .item-cont .cont-btn + .cont-btn {
    margin-top: 1rem
  }
  .link .link-list .list-item:nth-of-type(2n) {
    grid-template-columns: 510fr 440fr
  }
  .link .link-list .list-item:nth-of-type(2n) .item-img {
    order: 2
  }
  .link .link-list .list-item:nth-of-type(1)::before {
    top: -2rem;
    right: 2rem;
    width: 9.2rem;
    background: url("/company/efforts/next21/assets/img/about/link-01-deco-pc.svg") center/cover no-repeat
  }
  .link .link-list .list-item:nth-of-type(3) {
    margin-top: 0
  }
  .link .link-list .list-item:nth-of-type(3) .item-img {
    align-self: self-start
  }
  .link .link-list .list-item:nth-of-type(3) .item-img::before {
    top: -3.3rem;
    right: 1rem
  }
  .link .link-list .list-item:nth-of-type(3) .item-img::after {
    top: auto;
    bottom: -6rem;
    left: -5.6rem;
    width: 19.2rem
  }
  .link .link-list .list-item:nth-of-type(3) .item-cont {
    margin-top: 0
  }
}
@media screen and (min-width: 1061px) {
  .link .link-list .list-item:nth-of-type(3) .item-img::after {
    left: -7.4rem
  }
}
.interview {
  margin: 4rem 0 5rem
}
.interview .interview-wrap {
  display: grid;
  gap: 1.5rem;
  background: #3e9124;
  border-radius: 2rem;
  padding: 2.5rem 2rem 3.5rem;
  box-sizing: border-box
}
.interview .interview-wrap .wrap-cont .cont-ttl {
  display: grid;
  grid-template-columns: .5em 1fr;
  gap: .8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5
}
.interview .interview-wrap .wrap-cont .cont-ttl::before {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin-top: .5em;
  background: #fff;
  border-radius: 50%;
  content: ""
}
@media screen and (min-width: 769px) {
  .interview .interview-wrap .wrap-cont .cont-ttl {
    grid-template-columns: .466em 1fr;
    gap: .9rem
  }
  .interview .interview-wrap .wrap-cont .cont-ttl::before {
    margin-top: .534em
  }
}
.interview .interview-wrap .wrap-cont .cont-txt {
  margin-top: 1rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.83
}
.interview .interview-wrap .wrap-cont .cont-btn {
  width: 82.2%;
  margin: 2.5rem 0 0 auto;
  padding: 1.1rem
}
@media screen and (min-width: 769px) {
  .interview {
    margin: 9rem 0 7rem
  }
  .interview .interview-wrap {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
    padding: 6rem
  }
  .interview .interview-wrap .wrap-cont .cont-ttl {
    font-size: 3rem
  }
  .interview .interview-wrap .wrap-cont .cont-txt {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 2
  }
  .interview .interview-wrap .wrap-cont .cont-btn {
    margin-top: 3rem;
    max-width: 30rem
  }
}
.other {
  padding: 5rem 0 7rem;
  background: #e9f7e6
}
.other .other-list {
  display: grid;
  gap: 4rem
}
.other .other-list .list-item {
  display: grid;
  gap: 1.8rem
}
.other .other-list .list-item .item-cont .cont-ttl {
  color: #3e9124;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5
}
.other .other-list .list-item .item-cont .cont-txt {
  margin-top: .8rem;
  font-size: 1.2rem;
  line-height: 1.83
}
.other .other-list .list-item .item-cont .cont-btn {
  width: 68.5%;
  margin-top: 2rem
}
@media screen and (min-width: 769px) {
  .other {
    padding: 5.5rem 0 7rem
  }
  .other .other-list {
    grid-template-columns: 1fr 1fr;
    gap: 6rem
  }
  .other .other-list .list-item .item-cont .cont-ttl {
    font-size: 2.4rem
  }
  .other .other-list .list-item .item-cont .cont-txt {
    margin-top: .8rem;
    font-size: 1.4rem;
    line-height: 2
  }
  .other .other-list .list-item .item-cont .cont-btn {
    margin-left: 0
  }
}