@charset "UTF-8";
/* ---------------------------------------------
*   ABOUT
--------------------------------------------- */

/*  */
.l-header-nav__inner-item--full{
  grid-column: span 2;
}
.l-header-nav__inner-list--add-text .l-header-nav__inner-item::before{
  top: .5rem;
  transform: none;
}
.l-header-nav__inner-list--add-text .l-header-nav__inner-link{
  font-size: .875rem;
}
.l-header-nav__inner-list--add-text .l-header-nav__inner-explan{
  margin: 5px 0 0 -20px;
  font-size: .75rem;
}


/* CATALYST */
.c-section-22{
  padding: 40px 0 50px;
}
.c-section-22__container{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.c-section-22__head{
  width: 46.09375%;
}
.c-section-22__ttl{
  font-size: 4rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.c-section-22__txt{
  margin-top: 18px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: justify;
  word-break: break-word;
}
.c-section-22__btn{
  margin: 12px 0 0;
}
.c-section-22__body{
  width: 46.09375%;
}

@media screen and (max-width: 767px) {
  .c-section-22{
    padding: 4.8vw 0 10.66666vw;
  }
  .c-section-22__container{
    display: block;
  }
  .c-section-22__head{
    width: 100%;
  }
  .c-section-22__ttl{
    font-size: 9.6vw;
  }
  .c-section-22__txt{
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.02em;
    line-height: 1.5;
  }
  .c-section-22__btn{
    margin-top: 10.66666vw;
  }
  .c-section-22__body{
    margin-top: 10.66666vw;
    width: 100%;
  }

}



/* PARTNER */
.c-section-23{
  padding: 50px 0 100px;
}
.c-section-23__container{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}
.c-section-23__btn{
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .c-section-23{
    padding: 10.66666vw 0;
  }
  .c-section-23__btn{
    margin-top: 6.6666666667vw;
  }
}



/* �Ǐ]�G���A */
.l-fixed-navi{
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
.l-fixed-navi.is-hidden{
  display: none;
}
.l-fixed-navi__list{
  display: flex;
  align-items: center;
  width: 1340px;
  max-width: 95vw;
  height: 80px;
  margin: 0 auto;
  padding: 0 24px;
  border-radius: 10px;
  background: #231815;
}
.l-fixed-navi__item{
  position: relative;
  flex: 1;
  padding: 0 10px;
}
.l-fixed-navi__item:nth-child(n + 2)::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #fff;
}
.l-fixed-navi__link{
  color: #fff;
  text-align: center;
}
.l-fixed-navi__title{
  font-size: 1.125rem;
  font-weight: bold;
}
.l-fixed-navi__text{
  font-size: .75rem;
}



@media screen and (max-width: 767px) {
  .l-fixed-navi__list{
    height: 44px;
    padding: 0;
  }
  .l-fixed-navi__item{
    padding: 0;
  }
  .l-fixed-navi__item:first-of-type{
    padding: 0 5px;
  }
  .l-fixed-navi__title{
    font-size: .875rem;
  }
}