:root {
  --color-white: #fff;
  --weight-bold: 700;
}

.l-wrapper {
  overflow: hidden;
  font-family: "游ゴシック","Yu Gothic",YuGothic,sans-serif;
}

.l-container {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
}

.l-kv {
  padding-top: 5.0694444444vw;
}

.l-kv_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 0 2.7777777778vw;
}

.l-kv_ttl_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.7916666667vw;
  height: 9.7916666667vw;
  border-radius: 50%;
  background: #fff;
  color: var(--saison-lp-blue);
  font-weight: var(--weight-bold);
  font-size: 1.875vw;
}

.l-kv_ttl_num_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.l-kv_ttl_num em {
  font-size: 3.1944444444vw;
}

.l-kv_ttl_img {
  width: 40.7638888889vw;
}

.l-kv_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 2.9166666667vw;
  gap: 0 2.5vw;
}

.l-kv_img {
  z-index: 1;
  position: relative;
  width: 59.0972222222vw;
}

.l-kv_txt {
  padding: 2.1527777778vw 0vw 2.1527777778vw 1.3888888889vw;
  border-top: 3px solid var(--color-white);
  border-bottom: 3px solid var(--color-white);
  color: var(--color-white);
  font-weight: var(--weight-bold);
  font-size: 1.9444444444vw;
}

.l-kv_txt_wrapper {
  max-width: 27.7777777778vw;
}

.l-kv_txt_day {
  font-size: 2.5vw;
}

.l-kv_txt_day_num {
  font-size: 4.2361111111vw;
}

.l-kv_txt_year {
  display: inline-block;
  padding-bottom: .6944444444vw;
  font-size: 1.6666666667vw;
}

.l-kv_txt_year_num {
  font-size: 2.0138888889vw;
}

.l-kv_txt_place {
  display: block;
  margin-top: .9722222222vw;
  font-size: 1.9444444444vw;
  line-height: 1.4285714286;
}

.l-kv_illust {
  z-index: 2;
  position: relative;
  width: 45.1388888889vw;
  margin-top: 5.5555555556vw;
  padding: 0 1.4583333333vw 0 .4861111111vw;
}

.l-lawn_grass {
  position: relative;
  background: url(/soccer/img/jfa_project/report2025/l-lawn_grass_bg_pc.webp) repeat-y;
  background-size: 100% auto;
}

.l-lawn_grass::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #009c38;
  content: "";
}

.l-dream {
  margin-top: -10.2777777778vw;
  padding-top: 17.2916666667vw;
}

.l-dream_wrapper {
  position: relative;
}

.l-dream_ttl {
  translate: 0 3.4722222222vw;
  color: #fff000;
  font-weight: var(--weight-bold);
  font-size: 2.5vw;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-dream_ttl.is-active {
  translate: 0 0vw;
  opacity: 1;
}

.l-dream_txt {
  position: relative;
  max-width: 44.4444444444vw;
  margin: 4.1666666667vw auto 0;
  color: var(--color-white);
  font-weight: var(--weight-bold);
  font-size: 2.0833333333vw;
  text-align: center;
}

.l-dream_txt_wrapper {
  translate: 0 3.4722222222vw;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-dream_txt_wrapper.is-active {
  translate: 0 0vw;
  opacity: 1;
}

.l-dream_txt span {
  display: inline-block;
  margin-top: 2.7777777778vw;
  padding-bottom: 1.0416666667vw;
  letter-spacing: .07em;
}

.l-dream_txt span:nth-of-type(1) {
  margin-top: 0;
  background: url(/soccer/img/jfa_project/report2025/l-dream_txt_line01_pc.webp) no-repeat bottom center/100% auto;
}

.l-dream_txt span:nth-of-type(2) {
  background: url(/soccer/img/jfa_project/report2025/l-dream_txt_line02_pc.webp) no-repeat bottom center/100% auto;
}

.l-dream_txt span:nth-of-type(3) {
  background: url(/soccer/img/jfa_project/report2025/l-dream_txt_line03_pc.webp) no-repeat bottom center/100% auto;
}

.l-dream_txt_small {
  position: absolute;
  right: -.0694444444vw;
  bottom: -3.4027777778vw;
  margin-top: 0;
  font-size: 1.25vw;
}

.l-dream_txt_sub {
  max-width: 44.4444444444vw;
  margin: 4.1666666667vw auto 0;
  padding: 2.2222222222vw 5.5555555556vw 2.2222222222vw 3.8194444444vw;
  border-radius: 1.6666666667vw;
  background: var(--color-white);
  color: var(--saison-lp-blue);
  font-weight: var(--weight-bold);
  font-size: 1.3888888889vw;
  line-height: 1.8;
  letter-spacing: .07em;
}

.l-dream_txt_sub span {
  color: var(--saison-lp-green);
}

.l-dream_illust01 {
  z-index: 2;
  position: absolute;
  top: -17.5vw;
  left: 1.4583333333vw;
  width: 15.3472222222vw;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-dream_illust01.is-active {
  translate: 3.4722222222vw 3.4722222222vw;
  opacity: 1;
}

.l-dream_illust02 {
  z-index: 2;
  position: absolute;
  top: 12.5vw;
  right: 2.8472222222vw;
  width: 16.3194444444vw;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-dream_illust02.is-active {
  translate: -3.4722222222vw -3.4722222222vw;
  opacity: 1;
}

.l-dream_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-dream_list_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8.3333333333vw;
  gap: 0 2.0833333333vw;
  translate: 0 3.4722222222vw;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-dream_list_wrapper.is-active {
  translate: 0 0vw;
  opacity: 1;
}

.l-dream_list_txt {
  position: relative;
  height: 100%;
  padding: 1.5972222222vw 1.6666666667vw 1.5972222222vw 7.6388888889vw;
  border-radius: 2.4305555556vw 2.4305555556vw 0 0;
  background: var(--saison-lp-blue);
  color: var(--color-white);
  font-weight: var(--weight-bold);
  font-size: 1.25vw;
  letter-spacing: .07em;
}

.l-dream_list_txt::before {
  display: block;
  position: absolute;
  top: -1.5277777778vw;
  left: .9722222222vw;
  width: 5.6944444444vw;
  height: 8.5416666667vw;
  content: "";
}

.l-dream_list:nth-of-type(1) .l-dream_list_txt::before {
  background: url(/soccer/img/jfa_project/report2025/l-dream_list_number01.webp) no-repeat center center/contain;
}

.l-dream_list:nth-of-type(2) .l-dream_list_txt::before {
  background: url(/soccer/img/jfa_project/report2025/l-dream_list_number02.webp) no-repeat center center/contain;
}

.l-dream_list:nth-of-type(3) .l-dream_list_txt::before {
  background: url(/soccer/img/jfa_project/report2025/l-dream_list_number03.webp) no-repeat center center/contain;
}

.l-dream_list_img {
  z-index: 1;
  position: relative;
  margin-top: -1px;
}

.l-dream_movie iframe {
  display: block;
  aspect-ratio: 560/315;
  width: 66.6666666667vw;
  margin: 9.3055555556vw auto 0;
  border-radius: 2.7777777778vw;
}

.l-about {
  margin-top: 18.0555555556vw;
  padding-bottom: 11.1111111111vw;
}

.l-about_wrapper {
  position: relative;
  padding: 5vw 0 4.8611111111vw;
  border-radius: 2.4305555556vw;
  background: var(--color-white);
  text-align: center;
}

.l-about_wrapper::before {
  display: block;
  position: absolute;
  top: .6944444444vw;
  left: .6944444444vw;
  width: calc(100% - 1.3888888889vw);
  height: calc(100% - 1.3888888889vw);
  border: 1px solid var(--saison-lp-blue);
  border-radius: 1.6666666667vw;
  content: "";
}

.l-about_ttl {
  display: block;
  width: 33.6805555556vw;
  margin: 0 auto;
}

.l-about_txt {
  display: block;
  width: 25.0694444444vw;
  margin: 2.0833333333vw auto 3.4722222222vw;
}

.l-about_btn {
  font-family: var(--noto-font);
  --btn-bgColor: #003e8d;
  --btn-color: #fff;
  -webkit-box-shadow: 0px .1388888889vw .2777777778vw 0px #012a5d;
          box-shadow: 0px .1388888889vw .2777777778vw 0px #012a5d;
  text-align: center;
}

.l-about_illust_wrapper img {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-about_illust_wrapper img.is-active {
  opacity: 1;
}

.l-about_illust01 {
  top: -15vw;
  left: 1.5277777778vw;
  width: 13.6805555556vw;
}

.l-about_illust01.is-active {
  translate: 3.4722222222vw 3.4722222222vw;
}

.l-about_illust02 {
  top: -15vw;
  right: 2.5vw;
  width: 10.3472222222vw;
}

.l-about_illust02.is-active {
  translate: -3.4722222222vw 3.4722222222vw;
}

.l-about_illust03 {
  bottom: -13.6805555556vw;
  left: -2.2916666667vw;
  width: 17.3611111111vw;
}

.l-about_illust03.is-active {
  translate: 3.4722222222vw -3.4722222222vw;
}

.l-about_illust04 {
  right: -3.8194444444vw;
  bottom: -13.6805555556vw;
  width: 17.3611111111vw;
}

.l-about_illust04.is-active {
  translate: -3.4722222222vw -3.4722222222vw;
}

.l-recruitment {
  padding-top: 14.9305555556vw;
}

.l-recruitment_ttl {
  width: 43.0555555556vw;
}

.l-recruitment_wrapper {
  position: relative;
}

.l-recruitment_list {
  position: absolute;
}

.l-recruitment_list::before {
  display: block;
  position: absolute;
  content: "";
}

.l-recruitment_list_wrapper {
  position: relative;
  padding-top: 77.0833333333vw;
}

.l-recruitment_list:nth-of-type(1) {
  top: -6.8055555556vw;
  right: 0;
  width: 38.8888888889vw;
}

.l-recruitment_list:nth-of-type(1)::before {
  top: 14.8611111111vw;
  left: -7.3611111111vw;
  width: 4.8611111111vw;
  height: 5.5555555556vw;
  background: url(/soccer/img/jfa_project/report2025/l-recruitment_list01_icn_pc.webp) no-repeat center center/contain;
}

.l-recruitment_list:nth-of-type(2) {
  top: 4.375vw;
  left: 0;
  width: 36.9444444444vw;
}

.l-recruitment_list:nth-of-type(2)::before {
  top: 21.25vw;
  right: -10.1388888889vw;
  width: 4.8611111111vw;
  height: 5.5555555556vw;
  background: url(/soccer/img/jfa_project/report2025/l-recruitment_list02_icn_pc.webp) no-repeat center center/contain;
}

.l-recruitment_list:nth-of-type(3) {
  top: 24.7916666667vw;
  right: 0;
  width: 40.4166666667vw;
}

.l-recruitment_list:nth-of-type(3)::before {
  top: 17.6388888889vw;
  left: -6.1111111111vw;
  width: 4.8611111111vw;
  height: 5.5555555556vw;
  background: url(/soccer/img/jfa_project/report2025/l-recruitment_list03_icn_pc.webp) no-repeat center center/contain;
}

.l-recruitment_list:nth-of-type(4) {
  top: 35.7638888889vw;
  left: 0;
  width: 41.3888888889vw;
}

.l-recruitment_illust {
  position: absolute;
  right: 26.875vw;
  bottom: 0;
  width: 20.6944444444vw;
}

.l-recruitment_bottom {
  position: relative;
  padding-top: 5.5555555556vw;
  padding-bottom: 4.8611111111vw;
  background: url(/soccer/img/jfa_project/report2025/l-recruitment_bottom_bg_pc.webp) repeat-y;
  background-size: 100% auto;
}

.l-recruitment_bottom_txt {
  display: block;
  z-index: 1;
  position: relative;
  width: 38.75vw;
  margin: 0 auto 4.8611111111vw;
}

.l-recruitment_bottom_btn {
  font-family: var(--noto-font);
  --btn-bgColor: #003e8d;
  --btn-color: #fff;
  -webkit-box-shadow: 0px .1388888889vw .2777777778vw 0px #012a5d;
          box-shadow: 0px .1388888889vw .2777777778vw 0px #012a5d;
  text-align: center;
}

.l-recruitment_bottom_btn .l-btn_icn {
  top: 2.9166666667vw;
  right: auto;
  left: 2.9166666667vw;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}

.l-recruitment_bottom_illust {
  position: absolute;
  top: -14.0277777778vw;
  right: 5vw;
  width: 20.1388888889vw;
}

.l-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 34.7222222222vw;
  height: 4.8611111111vw;
  margin: 0 auto;
  border-radius: 2.4305555556vw;
  background: var(--btn-bgColor);
  color: var(--btn-color);
  font-size: 1.6666666667vw;
  letter-spacing: .08em;
  -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1),color 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 1s cubic-bezier(0.19, 1, 0.22, 1),color 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-btn_icn {
  position: absolute;
  top: 50%;
  right: 2.7777777778vw;
  width: 2.0138888889vw;
  translate: 0 -50%;
}

.l-btn_icn g {
  stroke: var(--btn-color);
  -webkit-transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-bnr {
  z-index: 3;
  position: relative;
  padding: 8.3333333333vw 0;
  background: #fff;
}

.l-bnr_wrapper {
  width: calc(100% - 2.7777777778vw);
  margin: 0 auto;
}

.l-bnr_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 8.3333333333vw);
  margin: 0 auto;
  gap: 4.1666666667vw 2.7777777778vw;
}

.l-bnr_item {
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-bnr_item.is-bnr_top {
  width: 27.2222222222vw;
}

.l-bnr_item.is-bnr_top img {
  margin: 0 auto;
}

.l-bnr_item.is-bnr_bottom {
  width: 16.6666666667vw;
}

.l-bnr_item.is-bnr_bottom img {
  margin: 0 auto;
}

.l-bnr_item_img_txt {
  margin-top: 1.3888888889vw;
  color: var(--saison-lp-blue);
  font-weight: 700;
  font-size: .9722222222vw;
  line-height: normal;
  letter-spacing: .08em;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .l-container {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .l-kv {
    padding-top: 8.5333333333vw;
  }
  .l-kv_ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 4vw;
  }
  .l-kv_ttl_num {
    width: 15.7333333333vw;
    height: 15.7333333333vw;
    font-size: 3.2vw;
  }
  .l-kv_ttl_num em {
    font-size: 5.3333333333vw;
  }
  .l-kv_ttl_img {
    width: 66.6666666667vw;
  }
  .l-kv_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 3.7333333333vw;
    gap: 8vw 0;
  }
  .l-kv_img {
    width: 100%;
  }
  .l-kv_txt {
    padding: 4.2666666667vw 5.3333333333vw;
    border-top: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
  }
  .l-kv_txt_wrapper {
    max-width: 100%;
  }
  .l-kv_txt_day {
    font-size: 4.8vw;
  }
  .l-kv_txt_day_num {
    font-size: 8vw;
  }
  .l-kv_txt_year {
    font-size: 4.8vw;
  }
  .l-kv_txt_year_num {
    font-size: 4.8vw;
  }
  .l-kv_txt_place {
    margin-top: 1.8666666667vw;
    font-size: 4.8vw;
  }
  .l-kv_illust {
    display: block;
    width: 30.4166666667vw;
    width: 60.2666666667vw;
    margin: 10.6666666667vw auto;
  }
  .l-lawn_grass {
    z-index: 1;
    margin-top: 0;
    background: url(/soccer/img/jfa_project/report2025/l-lawn_grass_bg_sp.webp) repeat-y;
    background-size: 100% auto;
  }
  .l-lawn_grass::before {
    display: none;
  }
  .l-dream {
    margin-top: -38.9333333333vw;
    padding-top: 38.9333333333vw;
  }
  .l-dream_ttl {
    translate: 0 13.3333333333vw;
    font-size: 6.4vw;
  }
  .l-dream_txt {
    max-width: 100%;
    margin-top: 10.1333333333vw;
    margin-bottom: 0;
    font-size: 4.8vw;
  }
  .l-dream_txt_wrapper {
    translate: 0 13.3333333333vw;
  }
  .l-dream_txt span {
    margin-top: 8.8vw;
    padding-bottom: 2.4vw;
    letter-spacing: .02em;
  }
  .l-dream_txt span:nth-of-type(1) {
    background: url(/soccer/img/jfa_project/report2025/l-dream_txt_line01_sp.webp) no-repeat bottom center/100% auto;
  }
  .l-dream_txt span:nth-of-type(2) {
    background: url(/soccer/img/jfa_project/report2025/l-dream_txt_line02_sp.webp) no-repeat bottom center/100% auto;
  }
  .l-dream_txt span:nth-of-type(3) {
    background: url(/soccer/img/jfa_project/report2025/l-dream_txt_line03_sp.webp) no-repeat bottom center/100% auto;
  }
  .l-dream_txt_small {
    right: .2083333333vw;
    bottom: -11.2vw;
    font-size: 3.7333333333vw;
  }
  .l-dream_txt_sub {
    max-width: 100%;
    margin: 18.6666666667vw auto 0;
    padding: 6.1333333333vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
  .l-dream_illust01 {
    display: none;
  }
  .l-dream_illust01.is-active {
    translate: 13.3333333333vw 13.3333333333vw;
  }
  .l-dream_illust02 {
    display: none;
  }
  .l-dream_illust02.is-active {
    translate: -13.3333333333vw -13.3333333333vw;
  }
  .l-dream_list_wrapper {
    grid-template-columns: 1fr;
    margin-top: 20.5333333333vw;
    gap: 13.3333333333vw 0;
    translate: 0 13.3333333333vw;
  }
  .l-dream_list_txt {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 24vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    font-size: 4vw;
  }
  .l-dream_list_txt::before {
    top: -5.6vw;
    left: 2.9333333333vw;
    width: 17.8666666667vw;
    height: 29.3333333333vw;
  }
  .l-dream_movie iframe {
    width: 100%;
    margin-top: 21.3333333333vw;
    border-radius: 10.6666666667vw;
  }
  .l-about {
    margin-top: 45.3333333333vw;
    padding-bottom: 29.6vw;
  }
  .l-about_wrapper {
    padding: 18.9333333333vw 8vw 18.9333333333vw;
    border-radius: 10.6666666667vw;
  }
  .l-about_wrapper::before {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    width: calc(100% - 5.3333333333vw);
    height: calc(100% - 5.3333333333vw);
    border-radius: 8vw;
  }
  .l-about_ttl {
    width: 71.4666666667vw;
  }
  .l-about_txt {
    width: 56vw;
    margin: 6.1333333333vw auto 7.4666666667vw;
  }
  .l-about_btn {
    -webkit-box-shadow: 0px 1.8666666667vw 1.6vw 0px #012a5d;
            box-shadow: 0px 1.8666666667vw 1.6vw 0px #012a5d;
  }
  .l-about_illust01 {
    top: -38.4vw;
    left: -17.3333333333vw;
    width: 22.6666666667vw;
  }
  .l-about_illust01.is-active {
    translate: 13.3333333333vw 13.3333333333vw;
  }
  .l-about_illust02 {
    top: -37.8666666667vw;
    right: -13.0666666667vw;
    width: 18.4vw;
  }
  .l-about_illust02.is-active {
    translate: -13.3333333333vw 13.3333333333vw;
  }
  .l-about_illust03 {
    bottom: -32.5333333333vw;
    left: -15.2vw;
    width: 28.2666666667vw;
  }
  .l-about_illust03.is-active {
    translate: 13.3333333333vw -13.3333333333vw;
  }
  .l-about_illust04 {
    right: -16.8vw;
    bottom: -32.5333333333vw;
    width: 30.1333333333vw;
  }
  .l-about_illust04.is-active {
    translate: -13.3333333333vw -13.3333333333vw;
  }
  .l-recruitment {
    padding-top: 21.3333333333vw;
  }
  .l-recruitment_ttl {
    width: 100%;
  }
  .l-recruitment_list {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
  }
  .l-recruitment_list_wrapper {
    display: grid;
    padding-top: 9.0666666667vw;
    padding-bottom: 59.4666666667vw;
    gap: 13.6vw;
  }
  .l-recruitment_list:nth-of-type(1) {
    top: auto;
    right: auto;
    left: -2.6666666667vw;
    width: 102%;
  }
  .l-recruitment_list:nth-of-type(1)::before {
    top: 64.8vw;
    left: 45.6vw;
    width: 13.8666666667vw;
    height: 15.4666666667vw;
    background: url(/soccer/img/jfa_project/report2025/l-recruitment_list01_icn_sp.webp) no-repeat center center/contain;
  }
  .l-recruitment_list:nth-of-type(2) {
    top: auto;
    right: auto;
    left: auto;
    width: 102%;
  }
  .l-recruitment_list:nth-of-type(2)::before {
    top: 66.6666666667vw;
    right: 46.4vw;
    width: 12.8vw;
    height: 15.4666666667vw;
    background: url(/soccer/img/jfa_project/report2025/l-recruitment_list02_icn_sp.webp) no-repeat center center/contain;
  }
  .l-recruitment_list:nth-of-type(3) {
    top: auto;
    right: auto;
    left: -4.8vw;
    width: 105%;
    margin-top: 2.9333333333vw;
  }
  .l-recruitment_list:nth-of-type(3)::before {
    top: 64.5333333333vw;
    left: 47.7333333333vw;
    width: 13.6vw;
    height: 15.4666666667vw;
    background: url(/soccer/img/jfa_project/report2025/l-recruitment_list03_icn_sp.webp) no-repeat center center/contain;
  }
  .l-recruitment_list:nth-of-type(4) {
    top: auto;
    right: auto;
    left: auto;
    width: 102%;
    margin-top: 2.9333333333vw;
  }
  .l-recruitment_illust {
    right: 40vw;
    width: 55.7333333333vw;
  }
  .l-recruitment_bottom {
    z-index: 1;
    margin-top: 0;
    padding-top: 21.3333333333vw;
    padding-bottom: 18.6666666667vw;
    background: url(/soccer/img/jfa_project/report2025/l-recruitment_bottom_bg_sp.webp) repeat-y;
    background-size: 100% auto;
  }
  .l-recruitment_bottom_txt {
    width: 88.2666666667vw;
    margin: 0 auto 17.8666666667vw;
  }
  .l-recruitment_bottom_btn {
    -webkit-box-shadow: 0px 1.8666666667vw 1.6vw 0px #012a5d;
            box-shadow: 0px 1.8666666667vw 1.6vw 0px #012a5d;
  }
  .l-recruitment_bottom_btn .l-btn_icn {
    top: 8.2666666667vw;
    left: 4.8vw;
  }
  .l-recruitment_bottom_illust {
    top: -28.8vw;
    right: .8vw;
    width: 40vw;
  }
  .l-btn {
    max-width: 89.3333333333vw;
    height: 13.3333333333vw;
    padding: 0 8vw;
    border-radius: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .l-btn_icn {
    right: 5.8666666667vw;
    width: 5.3333333333vw;
  }
  .l-bnr {
    padding: 16vw 0;
  }
  .l-bnr_wrapper {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .l-bnr_container {
    width: 100%;
    padding: 0;
  }
  .l-bnr_container {
    gap: 10.6666666667vw;
  }
  .l-bnr_item.is-bnr_top {
    width: 100%;
  }
  .l-bnr_item.is-bnr_bottom {
    width: calc(50% - 5.3333333333vw);
  }
  .l-bnr_item_img_txt {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

@media (hover: hover) {
  .l-btn:hover {
    background: var(--btn-color);
    color: var(--btn-bgColor);
  }
  .l-btn:hover svg g {
    stroke: var(--btn-bgColor);
  }
  .l-bnr_item:hover {
    opacity: .6;
  }
}
