/* Sass Document */
@media screen and (max-width: 767.98px) {
  #l-main {
    padding-top: 7rem;
  }
}

.l-mv {
  position: relative;
}
.l-mv::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 14rem;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .l-mv::before {
    height: 11rem;
  }
}

.l-mv__inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-mv__inner {
    padding-bottom: 10rem;
  }
}
.l-mv__inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 179, 21, 0) 0%, rgb(0, 179, 21) 100%);
  height: 41.2rem;
  z-index: 1;
  opacity: 0.5;
}
@media screen and (max-width: 767.98px) {
  .l-mv__inner::before {
    height: 31rem;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 179, 21, 0) 0%, rgba(0, 179, 21, 0.35) 37%, rgb(91, 202, 104) 72%);
  }
}

.p-mv-slide .splide__slide {
  aspect-ratio: 390/710;
  overflow: clip;
  width: 39rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv-slide .splide__slide {
    aspect-ratio: 220/470;
    width: 22rem;
  }
}
.p-mv-slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-mv__txt-wrapper {
  position: absolute;
  z-index: 3;
  bottom: -11.7rem;
  max-width: 132rem;
  margin-inline: auto;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-mv__txt-wrapper {
    bottom: -3.8rem;
  }
}
.l-mv__txt-wrapper .c-catch {
  width: 82.9rem;
  margin-left: 5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .l-mv__txt-wrapper .c-catch {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }
}
.l-mv__txt-wrapper .c-catch img {
  width: 100%;
}
.l-mv__txt-wrapper .c-main-ttl {
  width: 100%;
}
.l-mv__txt-wrapper .c-main-ttl img {
  width: 100%;
}

.p-top-number {
  background-color: #00b315;
  padding-top: 3.5rem;
  padding-bottom: 5.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-number {
    padding-block: 7.8rem 2rem;
  }
}
.p-top-number .carousel {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-number .carousel {
    margin-bottom: 1.5rem;
  }
}
.p-top-number .carousel .carousel__content {
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
@media screen and (max-width: 767.98px) {
  .p-top-number .carousel .carousel__content {
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
}
.p-top-number .carousel p {
  flex-shrink: 0;
  width: 113.2rem;
  padding-right: 3rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767.98px) {
  .p-top-number .carousel p {
    width: 79.2rem;
  }
}
.p-top-number .carousel p img {
  width: 100%;
}

.p-top-number__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 126rem;
  margin-inline: auto;
  gap: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-number__list {
    justify-content: space-between;
    padding-inline: 2rem;
    gap: 1.5rem;
  }
}

.p-top-number__item {
  background-color: #fff;
  width: 40rem;
  height: 40rem;
  text-align: center;
  padding: 3.2rem 2rem 3.6rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-top-number__item {
    width: 16rem;
    height: 16rem;
    padding: 1rem 1rem 0;
    overflow: clip;
  }
}
.p-top-number__item .c-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #00b315;
}
@media screen and (max-width: 767.98px) {
  .p-top-number__item .c-ttl {
    font-size: 1.4rem;
  }
}
.p-top-number__item .c-txt {
  font-weight: 800;
  font-size: 10rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-number__item .c-txt {
    font-size: 4rem;
  }
}
.p-top-number__item .u-txtsize--middle {
  font-size: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-number__item .u-txtsize--middle {
    font-size: 2.4rem;
  }
}
.p-top-number__item .u-txtsize--small {
  font-size: 3.6rem;
  font-weight: 900;
}
@media screen and (max-width: 767.98px) {
  .p-top-number__item .u-txtsize--small {
    font-size: 1.6rem;
  }
}
.p-top-number__item .c-icn {
  display: block;
  margin-inline: auto;
  margin-top: auto;
}
.p-top-number__item.-item01 .c-icn {
  width: 21.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-number__item.-item01 .c-icn {
    width: 9.4rem;
  }
}
.p-top-number__item.-item02 .c-icn {
  width: 22.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-number__item.-item02 .c-icn {
    width: 11rem;
    margin-bottom: -0.5rem;
  }
}
.p-top-number__item.-item03 {
  padding-bottom: 1.7rem;
}
.p-top-number__item.-item03 .c-icn {
  width: 29.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-number__item.-item03 .c-icn {
    width: 13.6rem;
  }
}
.p-top-number__item.-item04 {
  padding-bottom: 3rem;
}
.p-top-number__item.-item04 .c-icn {
  width: 27.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-number__item.-item04 .c-icn {
    width: 11.3rem;
  }
}
.p-top-number__item.-item05 {
  padding-bottom: 0;
}
.p-top-number__item.-item05 .c-icn {
  width: 24.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-number__item.-item05 .c-icn {
    width: 10.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-number__item.-item06 {
    padding-bottom: 3rem;
  }
}
.p-top-number__item.-item06 .c-ttl {
  letter-spacing: 0;
}
.p-top-number__item.-item06 .c-icn {
  width: 29.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-number__item.-item06 .c-icn {
    width: 12.9rem;
  }
}

.p-top-proteam {
  padding-top: 16rem;
  background: url(../img/top/mark.svg) #eaf7da no-repeat calc(50% + 37rem) -1%/80rem 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-proteam {
    padding-top: 11rem;
    margin-bottom: -6.4rem;
    background-size: 28.4rem 28.4rem;
    background-position: calc(50% + 10rem) 8%;
  }
}

.p-top-proteam__content {
  max-width: 117rem;
  margin-inline: auto;
  position: relative;
  min-height: 108.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-proteam__content {
    min-height: inherit;
  }
}

.p-top-proteam__txt-wrapper {
  padding-top: 7rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767.98px) {
  .p-top-proteam__txt-wrapper {
    padding-top: 0;
    padding-inline: 2.5rem;
  }
}
.p-top-proteam__txt-wrapper .c-ttl {
  width: 93.8rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-proteam__txt-wrapper .c-ttl {
    width: 100%;
    margin-bottom: 3.6rem;
  }
}
.p-top-proteam__txt-wrapper .c-ttl img {
  width: 100%;
}
.p-top-proteam__txt-wrapper .c-txt {
  font-size: 2.6rem;
  line-height: 1.8461538462;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-top-proteam__txt-wrapper .c-txt {
    padding-inline: 0.6rem;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.p-top-proteam__txt-wrapper .c-txt + .c-txt {
  margin-top: 1.8em;
}
.p-top-proteam__txt-wrapper .u-txtbgcolor--main {
  padding: 0 0.2em;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(180deg, rgb(0, 179, 21) 0%, rgb(0, 179, 21) 100%);
}

.p-top-proteam__img-wrapper {
  width: 46rem;
  margin-top: auto;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .p-top-proteam__img-wrapper {
    margin-top: 4rem;
    position: static;
    width: 100%;
  }
}

.p-top-team-iteac__heading {
  display: grid;
}

.p-top-team-iteac__heading-img {
  grid-row: 1;
  grid-column: 1;
}
.p-top-team-iteac__heading-img img {
  width: 100%;
}

.p-top-team-iteac__heading-txt-wrapper {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 116rem;
  width: 100%;
  margin-inline: auto;
  padding-top: 13rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-team-iteac__heading-txt-wrapper {
    padding-inline: 2.1rem;
    padding-top: 11rem;
  }
}
.p-top-team-iteac__heading-txt-wrapper .c-ttl {
  width: 62.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-team-iteac__heading-txt-wrapper .c-ttl {
    width: 26.8rem;
  }
}
.p-top-team-iteac__heading-txt-wrapper .c-txt {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  margin-top: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-team-iteac__heading-txt-wrapper .c-txt {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.p-top-team-iteac__heading-txt-wrapper .c-txt .u-line {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%, rgb(255, 255, 255) 95%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767.98px) {
  .p-top-team-iteac__heading-txt-wrapper .c-txt .u-line {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 93%, rgb(255, 255, 255) 93%, rgb(255, 255, 255) 100%);
  }
}

.p-top-about {
  background-color: #00b315;
  padding-top: 9.1rem;
  overflow: clip;
}
@media screen and (max-width: 767.98px) {
  .p-top-about {
    padding-top: 3rem;
  }
}

.p-top-about-team {
  background-color: #fff;
  padding-top: 2.1rem;
  padding-bottom: 7.3rem;
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about-team {
    padding-bottom: 3.5rem;
    margin-bottom: 3.8rem;
  }
}
.p-top-about-team .carousel__content {
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}
@media screen and (max-width: 767.98px) {
  .p-top-about-team .carousel__content {
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
  }
}
.p-top-about-team .carousel__inner p {
  width: 184rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about-team .carousel__inner p {
    width: 120rem;
  }
}
.p-top-about-team .p-img-block {
  display: flex;
  justify-content: space-between;
  margin-top: -6rem;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about-team .p-img-block {
    gap: 0 0.5rem;
    margin-top: 2rem;
  }
}
.p-top-about-team .p-img-block li {
  width: calc((100% - 2.4rem) / 4);
}
@media screen and (max-width: 767.98px) {
  .p-top-about-team .p-img-block li {
    width: calc((100% - 1rem) / 3);
  }
}
.p-top-about-team .p-img-block li:first-of-type {
  margin-top: 21rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about-team .p-img-block li:first-of-type {
    display: none;
  }
}
.p-top-about-team .p-img-block li:nth-of-type(2) {
  margin-top: 14rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about-team .p-img-block li:nth-of-type(2) {
    margin-top: 5rem;
  }
}
.p-top-about-team .p-img-block li:nth-of-type(3) {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about-team .p-img-block li:nth-of-type(3) {
    margin-top: 2.5rem;
  }
}
.p-top-about-team .p-img-block li img {
  width: 100%;
}

.p-top-about-team__ttl-wrapper {
  max-width: 117rem;
  margin: -11.5rem auto 0;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-top-about-team__ttl-wrapper {
    padding-inline: 2rem;
    margin-top: -1rem;
  }
}

.p-top-about-team__ttl {
  width: 83.2rem;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-about-team__ttl {
    width: 32.2rem;
  }
}

.c-main__ttl {
  display: flex;
  align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 9.1rem;
}
.c-main__ttl.-rev {
  flex-direction: row-reverse;
}
.c-main__ttl.-rev .u-en::after {
  right: 0;
  left: auto;
}
@media screen and (max-width: 767.98px) {
  .c-main__ttl {
    margin-bottom: 5rem;
  }
}
.c-main__ttl .u-jp {
  width: 9.7rem;
  display: inline-block;
  margin-right: 2.3rem;
}
@media screen and (max-width: 767.98px) {
  .c-main__ttl .u-jp {
    width: 6.5rem;
    margin-right: 0;
  }
}
.c-main__ttl .u-en {
  position: relative;
  width: 97rem;
}
@media screen and (max-width: 767.98px) {
  .c-main__ttl .u-en {
    width: 26.4rem;
  }
}
.c-main__ttl .u-en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3.4rem;
  width: 100vw;
  height: 0.8rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .c-main__ttl .u-en::after {
    height: 0.4rem;
    bottom: -2rem;
  }
}
.c-main__ttl img {
  width: 100%;
}

.p-top-about__block {
  max-width: 117rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block {
    max-width: inherit;
  }
}
.p-top-about__block + .p-top-about__block {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block + .p-top-about__block {
    margin-top: 3rem;
  }
}
.p-top-about__block.-cp .p-block__ttl .u-en {
  display: block;
}
.p-top-about__block.-cp .p-link-list {
  -moz-column-gap: 3.9rem;
       column-gap: 3.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block.-cp .p-link-list {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.p-top-about__block.-jd .p-block.-body {
  padding-top: 8.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block.-jd .p-block.-body {
    padding-top: 24.5rem;
  }
}
.p-top-about__block.-ss {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block.-ss {
    margin-bottom: 3rem;
  }
}
.p-top-about__block.-ss .p-block.-body {
  margin-right: -6.7rem !important;
  padding-top: 9rem;
  padding-bottom: 8rem;
  min-height: inherit;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block.-ss .p-block.-body {
    margin-right: 1.5rem !important;
    padding-top: 24rem;
    padding-bottom: 3.8rem;
  }
}
.p-top-about__block.-ss .p-block.-ttl {
  padding-top: 4.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block.-ss .p-block.-ttl {
    padding-top: 0;
  }
}
.p-top-about__block.-ws {
  padding-bottom: 8.9rem;
}
.p-top-about__block .p-img-wrapper {
  max-width: 56rem;
}
.p-top-about__block.-rev .p-top-about__block-content {
  flex-direction: row-reverse;
}
.p-top-about__block.-rev .p-top-about__block-content .p-block.-body {
  margin-inline: calc(50% - 50vw) -8.5rem;
  border-radius: 0 5rem 5rem 0;
  padding-inline: 0 15rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block.-rev .p-top-about__block-content .p-block.-body {
    margin-inline: 0 1.5rem;
    border-radius: 0 2rem 2rem 0;
    padding-inline: 2.8rem 4.2rem;
  }
}
.p-top-about__block.-rev .p-top-about__block-content .p-block__body {
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block.-rev .p-top-about__block-content .p-block__body {
    margin-left: 0;
  }
}

.p-top-about__block-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block-content {
    display: block;
  }
}
.p-top-about__block-content .p-block.-ttl {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block-content .p-block.-ttl {
    width: 81.3333333333%;
    margin-inline: auto;
  }
}
.p-top-about__block-content .p-block.-body {
  background-color: #fff;
  flex-grow: 1;
  min-height: 74rem;
  border-radius: 5rem 0 0 5rem;
  position: relative;
  margin-inline: -11rem calc(50% - 50vw);
  padding: 5.5rem 0 9.2rem 17.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block-content .p-block.-body {
    min-height: inherit;
    border-radius: 2rem 0 0 2rem;
    margin: -22rem 0 0 1.5rem;
    padding: 23.9rem 4.3rem 3rem 2.7rem;
  }
}
.p-top-about__block-content .p-block__body {
  max-width: 55rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block-content .p-block__body {
    position: relative;
  }
}
.p-top-about__block-content .p-img {
  position: absolute;
  z-index: 10;
}
.p-top-about__block-content .p-img01 {
  width: 25.5rem;
  left: 45rem;
  top: -2.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block-content .p-img01 {
    width: 9.3rem;
    left: 17.6rem;
    top: -3.4rem;
  }
}
.p-top-about__block-content .p-img02 {
  width: 22.6rem;
  right: 17.3rem;
  top: -1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block-content .p-img02 {
    width: 8.1rem;
    right: 0;
    top: -3.4rem;
  }
}
.p-top-about__block-content .p-img03 {
  width: 18.8rem;
  bottom: -9.8rem;
  left: 50.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block-content .p-img03 {
    left: auto;
    right: -3rem;
    width: 9.4rem;
    bottom: -5.2rem;
  }
}
.p-top-about__block-content .p-img04 {
  width: 21.5rem;
  top: -5.6rem;
  right: 13.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block-content .p-img04 {
    width: 8.6rem;
    right: -1rem;
    top: -4.1rem;
  }
}
.p-top-about__block-content .c-ttl {
  font-size: 7.4rem;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block-content .c-ttl {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
.p-top-about__block-content .c-ttl.u-txtsize--middle {
  font-size: 6.4rem;
  line-height: 1.25;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block-content .c-ttl.u-txtsize--middle {
    font-size: 3.2rem;
  }
}
.p-top-about__block-content .c-ttl.u-txtsize--middle + .c-txt {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block-content .c-ttl.u-txtsize--middle + .c-txt {
    margin-top: 2.1rem;
  }
}
.p-top-about__block-content .c-ttl .u-txtsize--small {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__block-content .c-ttl .u-txtsize--small {
    font-size: 1.8rem;
  }
}
.p-top-about__block-content .c-txt {
  margin-top: 2.1rem;
  text-align: justify;
}

.p-block__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-block__ttl .u-bg {
  font-size: 5.4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  background-color: #000;
  position: relative;
  padding: 0 0.3em;
}
@media screen and (max-width: 767.98px) {
  .p-block__ttl .u-bg {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-block__ttl .u-bg1 {
    padding-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-block__ttl .u-bg2 {
    padding-left: 0;
    margin-left: -0.4rem;
  }
}
.p-block__ttl .l-flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-block__ttl .l-flex {
    display: inline;
  }
}
.p-block__ttl .l-flex span {
  display: inline;
}
@media screen and (max-width: 767.98px) {
  .p-block__ttl .l-flex .u-en {
    display: block;
  }
}
.p-block__ttl span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-block__ttl .u-jp {
  font-size: 5.4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  padding: 0.1rem 1.6rem 0.1rem;
  background-color: #1d1d1d;
}
@media screen and (max-width: 767.98px) {
  .p-block__ttl .u-jp {
    font-size: 2.6rem;
    padding-inline: 0.6rem;
  }
}
.p-block__ttl .u-bgcolor--black {
  display: inline-block;
}
.p-block__ttl .u-en {
  display: block;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 800;
  background-color: #fff;
  padding: 0.2rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-block__ttl .u-en {
    font-size: 1.4rem;
    padding-inline: 0.6rem;
  }
}

.p-link-list {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-link-list {
    margin-top: 2.3rem;
  }
}
.p-link-list.l-col--2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 3rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-link-list.l-col--2 {
    gap: 0.7rem 0;
  }
}
.p-link-list.l-col--2 .p-link-list__item {
  min-width: 42.5%;
}
@media screen and (max-width: 767.98px) {
  .p-link-list.l-col--2 .p-link-list__item {
    min-width: inherit;
  }
}
.p-link-list.l-col--2 .p-link-list__item + .p-link-list__item {
  margin-top: 0;
}

.p-link-list__item + .p-link-list__item {
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-link-list__item + .p-link-list__item {
    margin-top: 1rem;
  }
}

.c-link--arrow {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: currentColor;
  font-size: 2rem;
  font-weight: 700;
  transition: 0.3s color;
  padding: 0.8rem 0 1.1rem 6rem;
}
@media screen and (max-width: 767.98px) {
  .c-link--arrow {
    display: block;
    font-size: 1.6rem;
    padding-left: 3.4rem;
  }
}
@media (any-hover: hover) {
  .c-link--arrow:hover {
    color: #00b315;
  }
  .c-link--arrow:hover::before {
    background-color: #00b315;
  }
  .c-link--arrow:hover span::after {
    background-color: #00b315;
  }
}
.c-link--arrow span {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5rem;
}
.c-link--arrow span::after {
  transition: 0.3s background-color;
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background-color: #1d1d1d;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .c-link--arrow span::after {
    height: 0.25rem;
  }
}
.c-link--arrow::before, .c-link--arrow::after {
  content: "";
  position: absolute;
}
.c-link--arrow::before {
  width: 4.4rem;
  height: 4.4rem;
  background-color: #1d1d1d;
  border-radius: 100vw;
  left: 0;
  top: 0;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767.98px) {
  .c-link--arrow::before {
    width: 2.6rem;
    height: 2.6rem;
    top: 0.6rem;
  }
}
.c-link--arrow::after {
  width: 1.4rem;
  height: 2.2rem;
  background-color: #fff;
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.41 11.41"><title>arrow</title><polygon  points="8.71 0 7.29 1.41 10.59 4.71 0 4.71 0 6.71 10.59 6.71 7.29 10 8.71 11.41 14.41 5.71 8.71 0"/></svg>') no-repeat center/100% 100%;
          mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.41 11.41"><title>arrow</title><polygon  points="8.71 0 7.29 1.41 10.59 4.71 0 4.71 0 6.71 10.59 6.71 7.29 10 8.71 11.41 14.41 5.71 8.71 0"/></svg>') no-repeat center/100% 100%;
  left: 1.4rem;
  top: 1rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .c-link--arrow::after {
    left: 0.7rem;
    top: 0.8rem;
  }
}

.p-person__heading-txt,
.p-person__heading-img {
  grid-area: 1;
  grid-row: 1;
}

.p-person__heading-img img {
  width: 100%;
}

.p-person__heading-txt {
  position: absolute;
  z-index: 2;
  max-width: 115.3rem;
  margin-inline: auto;
  left: 0;
  right: 0;
  padding-top: 8.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-person__heading-txt {
    padding: 3.1rem 2rem;
  }
}
.p-person__heading-txt .c-ttl {
  margin-left: auto;
  width: 68.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-person__heading-txt .c-ttl {
    width: 28.2rem;
  }
}

.p-person__body {
  background-color: #ffdd00;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-person__body {
    padding-bottom: 5.1rem;
  }
}

.p-person__body-catch {
  position: absolute;
  z-index: 2;
  left: calc(50% - 54.6rem);
  width: 19.2rem;
  top: -28.1rem;
}
.p-person__body-catch img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-person__body-catch {
    position: relative;
    width: 28.6rem;
    margin-inline: auto;
    top: -1rem;
    left: 0;
  }
}

.p-person__body-inner {
  background-color: #ffdd00;
  max-width: 88rem;
  padding: 9.5rem 9rem 3rem;
  position: relative;
  top: -11.8rem;
  left: calc(50% - 29.6rem);
}
@media screen and (max-width: 767.98px) {
  .p-person__body-inner {
    width: 33.5rem;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10rem;
    padding: 3.1rem 1.4rem;
    padding-top: 12.4rem;
  }
}
.p-person__body-inner .c-txt {
  font-size: 2rem;
  line-height: 2.4;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-person__body-inner .c-txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-person__body-inner .c-txt + .c-txt {
  margin-top: 2.4em;
}
.p-person__body-inner .u-bg {
  background: linear-gradient(180deg, rgb(255, 192, 1) 0%, rgb(255, 192, 1) 100%);
}
.p-person__body-inner .c-txtsize--large {
  font-size: 2.8rem;
  line-height: 2;
  margin-top: 5rem !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-person__body-inner .c-txtsize--large {
    font-size: 2rem;
    line-height: 2;
    margin-top: 1.9rem !important;
  }
}
.p-person__body-inner .u-line {
  white-space: nowrap;
  font-feature-settings: "palt";
  background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0) 92%, rgb(29, 29, 29) 92%, rgb(29, 29, 29) 100%);
}

.p-top-interview {
  background-color: #00b315;
  position: relative;
  z-index: 2;
  padding-top: 8.7rem;
  padding-bottom: 9.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-interview {
    padding-top: 4.7rem;
    padding-bottom: 3.5rem;
  }
}
.p-top-interview .c-heading__txt {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-interview .c-heading__txt {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.p-top-interview__ttl {
  color: #fff;
  font-size: 13rem;
  font-weight: 900;
  text-align: center;
  position: absolute;
  top: -6rem;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-interview__ttl {
    font-size: 5.2rem;
    line-height: 0.85;
    top: -5.3rem;
  }
}

.p-interview__slide {
  margin-top: 6.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-interview__slide {
    margin-top: 2.1rem;
  }
}

.p-top-recruit {
  background-color: #eaf7da;
  padding-bottom: 13.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit {
    padding-bottom: 4.2rem;
  }
}

.p-top-recruit__img {
  position: relative;
  margin-bottom: -17rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__img {
    margin-bottom: 0;
  }
}
.p-top-recruit__img img {
  width: 100%;
}
.p-top-recruit__img .c-catch {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 21.9rem;
  top: 11.3%;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__img .c-catch {
    width: 8.7rem;
    top: 13.4%;
  }
}

.p-top-recruit__body {
  overflow: clip;
}
.p-top-recruit__body .c-main-ttl {
  width: 85.8rem;
  margin: 8.8rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__body .c-main-ttl {
    margin-top: 2rem;
    width: 33.4rem;
  }
}

.p-top-recruit__block {
  margin-top: 8rem;
  display: grid;
  max-width: 117rem;
  margin-inline: auto;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__block {
    display: block;
    margin-top: 1rem;
  }
}

.p-top-recurit-img-wrapper {
  grid-column: 1;
  grid-row: 1;
  margin-right: calc(50% - 50vw);
  width: 52.9282576867vw;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-recurit-img-wrapper {
    margin-left: 2.1rem;
    width: auto;
  }
}
.p-top-recurit-img-wrapper img {
  width: 100%;
}

.p-top-recruit-txt-wrapper {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  padding-top: 9rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit-txt-wrapper {
    display: block;
    position: static;
    padding: 2rem 2rem 0 2.1rem;
  }
}
.p-top-recruit-txt-wrapper .c-ttl {
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit-txt-wrapper .c-ttl {
    font-size: 2.4rem;
  }
}
.p-top-recruit-txt-wrapper .c-txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 5.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit-txt-wrapper .c-txt {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    font-weight: 500;
    margin-top: 1.9rem;
  }
}

.p-top-recruit__card {
  display: flex;
  flex-wrap: wrap;
  max-width: 117rem;
  margin: 6rem auto 0;
  gap: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__card {
    margin-top: 4.2rem;
    display: block;
    padding-inline: 2.1rem;
  }
}

.p-top-recruit__card-item {
  width: 37rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__card-item {
    width: auto;
  }
  .p-top-recruit__card-item + .p-top-recruit__card-item {
    margin-top: 4rem;
  }
}

.p-top-recruit__card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__card-inner {
    height: auto;
    display: block;
  }
}
.p-top-recruit__card-inner .p-card__img-wrapper {
  aspect-ratio: 37/26;
  overflow: clip;
}
.p-top-recruit__card-inner .p-card__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-recruit__card-body {
  padding: 3.8rem 1rem 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__card-body {
    display: block;
    padding: 2.7rem 0 0;
  }
}
.p-top-recruit__card-body .c-ttl {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__card-body .c-ttl {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 2rem;
  }
}
.p-top-recruit__card-body .c-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__card-body .c-txt {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.p-top-recruit__card-body .p-btn-wrapper {
  margin: auto auto 0;
  width: 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__card-body .p-btn-wrapper {
    margin-top: 2.5rem;
  }
}

.p-img-carousel {
  padding: 1rem 0;
  width: 100%;
  overflow: clip;
}
@media screen and (max-width: 767.98px) {
  .p-img-carousel {
    padding: 0.5rem 0;
  }
}
.p-img-carousel .carousel__content {
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}
.p-img-carousel p {
  width: 124rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-img-carousel p {
    width: 64.1rem;
  }
}

.p-img-carousel__block {
  display: flex;
}
.p-img-carousel__block.block01 > div {
  -webkit-animation-duration: 68s;
          animation-duration: 68s;
}
.p-img-carousel__block.block01 div > div {
  width: 185rem;
}
@media screen and (max-width: 767.98px) {
  .p-img-carousel__block.block01 div > div {
    width: 92.5rem;
  }
}
.p-img-carousel__block.block02 > div {
  -webkit-animation-duration: 68s;
          animation-duration: 68s;
}
.p-img-carousel__block.block02 div > div {
  width: 159.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-img-carousel__block.block02 div > div {
    width: 92.5rem;
  }
}
.p-img-carousel__block > div {
  flex-shrink: 0;
  display: flex;
  transform: translateX(-50%);
  -webkit-animation: carousel-rev 30s infinite linear;
          animation: carousel-rev 30s infinite linear;
}
.p-img-carousel__block > div > div {
  padding-right: 1rem;
}
/*# sourceMappingURL=top.css.map */