/* =========================================================
home
========================================================= */
@media (min-width: 769px) {
  body.page-home .main-cont {
    padding: 0;
  }
}
body.page-home .c-hd {
  transform: translateY(0) !important;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, height 0.2s ease !important;
}

body.page-home .c-hd.is-scrolled {
  pointer-events: all;
  opacity: 1;
}

@media (max-width: 768px) {
  body.page-home .c-hd.is-active {
    pointer-events: all;
    opacity: 1;
  }
}
/*------------------------------------------
MV
------------------------------------------*/
.home-mv {
  position: relative;
}

@media (max-width: 768px) {
  .home-mv {
    height: calc(100vh - 61px);
    height: calc(100svh - 61px);
  }
}
@media (min-width: 769px) {
  .home-mv {
    height: 100svh;
  }
}
@media (min-width: 769px) {
  .home-mv__left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.home-mv__logo {
  width: clamp(1px, 40vw, 446px);
  padding: clamp(1px, 2.48vw, 34px) clamp(1px, 2.63vw, 36px) clamp(1px, 2.26vw, 31px) clamp(1px, 3.22vw, 44px);
}

@media (max-width: 768px) {
  .home-mv__logo {
    display: none;
  }
}
.home-mv__logo a {
  display: block;
}

@media (max-width: 768px) {
  .home-mv__lead {
    padding: 25px 24px 20px;
  }
}
@media (min-width: 769px) {
  .home-mv__lead {
    margin: clamp(10px, 6.51vh, 50px) 0 0;
    padding: 0 0 0 clamp(1px, 2.56vw, 35px);
  }
}
.home-mv__lead .txt {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  clip-path: inset(0 calc(100% - 1px) 0 0);
}

@media (max-width: 768px) {
  .home-mv__lead .txt {
    padding: 3px 0;
  }
}
@media (min-width: 769px) {
  .home-mv__lead .txt {
    padding: 8px 0;
  }
}
.home-mv__lead .txt::before {
  content: "";
  width: 100%;
  background: #E50112;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .home-mv__lead .txt::before {
    height: calc(100% + 3px);
  }
}
@media (min-width: 769px) {
  .home-mv__lead .txt::before {
    height: calc(100% + 8px);
  }
}
.home-mv__lead span {
  background: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 300;
}

@media (max-width: 768px) {
  .home-mv__lead span {
    font-size: 27px;
  }
}
@media (min-width: 769px) {
  .home-mv__lead span {
    font-size: clamp(1px, 2.85vw, 39px);
  }
}
.home-mv-nav {
  width: 253px;
  height: 100%;
  margin: clamp(10px, 6.25vh, 48px) 0 0;
  padding: 0 0 0 clamp(1px, 2.56vw, 35px);
  z-index: 1;
}

@media (max-width: 768px) {
  .home-mv-nav {
    display: none;
  }
}
.home-mv-nav__item + .home-mv-nav__item {
  margin: clamp(1px, 3.1vh, 24px) auto 0;
}

.home-mv-nav__item a {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  transition: color 0.2s ease;
}

@media (hover: hover) {
  .home-mv-nav__item a:hover {
    color: #E50112;
  }
}
.home-mv__slider.no-initialized {
  visibility: visible;
}

.home-mv__slider .splide__arrows {
  position: absolute;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .home-mv__slider .splide__arrows {
    right: 20px;
    bottom: 17px;
    gap: 10px;
  }
}
@media (min-width: 769px) {
  .home-mv__slider .splide__arrows {
    right: 390px;
    bottom: 34px;
    gap: 23px;
  }
}
.home-mv__slider .splide__arrow {
  position: relative;
  border-radius: 0;
  background: none;
  transform: none;
  top: auto;
  left: auto;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  overflow: hidden;
}

@media (max-width: 768px) {
  .home-mv__slider .splide__arrow {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 769px) {
  .home-mv__slider .splide__arrow {
    width: 10px;
    height: 10px;
  }
}
.home-mv__slider .splide__arrow::before {
  content: "";
  background: url(../images/common/ico_arrow01.svg) no-repeat 0 0/contain;
}

@media (max-width: 768px) {
  .home-mv__slider .splide__arrow::before {
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 769px) {
  .home-mv__slider .splide__arrow::before {
    width: 10px;
    height: 10px;
  }
}
@media (hover: hover) and (max-width: 768px) {
  .home-mv__slider .splide__arrow:hover::before {
    animation: mv-arrow-1st-sp 0.2s linear, mv-arrow-2nd-sp 0.2s linear 0.2s;
  }
}
@media (hover: hover) and (min-width: 769px) {
  .home-mv__slider .splide__arrow:hover::before {
    animation: mv-arrow-1st-pc 0.2s linear, mv-arrow-2nd-pc 0.2s linear 0.2s;
  }
}
.home-mv__slider .splide__arrow svg {
  display: none;
}

.home-mv__slider .splide__arrow--prev {
  transform: scale(-1, -1);
}

.home-mv__slider .item {
  width: 100%;
  height: 100%;
}

.home-mv__slider .img {
  overflow: hidden;
}

@media (max-width: 768px) {
  .home-mv__slider .img {
    height: calc(100vh - 223px);
    height: calc(100svh - 223px);
  }
}
@media (min-width: 769px) {
  .home-mv__slider .img {
    width: calc(100vw - clamp(100px, 44vw, 453px));
    height: calc(100vh - 80px);
    margin: 0 0 0 auto;
  }
}
.home-mv__slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-mv__slider .txt {
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .home-mv__slider .txt {
    height: 50px;
    padding: 0 72px 0 125px;
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .home-mv__slider .txt {
    height: 80px;
    padding: 0 452px 0 193px;
    font-size: 14px;
  }
}
.home-mv__slider .item.is-active .img img {
  animation: zoom 5s linear forwards;
}

.home-mv__slider.is-stop .item.is-active .img img {
  animation: none !important;
}

.home-mv__current {
  aspect-ratio: 1/1;
  position: absolute;
}

@media (max-width: 768px) {
  .home-mv__current {
    width: 33px;
    bottom: 7px;
    left: 76px;
  }
}
@media (min-width: 769px) {
  .home-mv__current {
    width: 44px;
    bottom: 18px;
    left: 125px;
  }
}
.home-mv__current .progress-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.home-mv__current .progress-circle {
  fill: none;
  stroke: #E50112;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
}

@media (max-width: 768px) {
  .home-mv__current .progress-circle {
    stroke-width: 3;
  }
}
@media (min-width: 769px) {
  .home-mv__current .progress-circle {
    stroke-width: 2;
  }
}
.home-mv__current .current {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  color: #E50112;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .home-mv__current .current {
    font-size: 8px;
  }
}
@media (min-width: 769px) {
  .home-mv__current .current {
    font-size: 12px;
  }
}
.home-mv__current.is-active .progress-circle {
  animation: progress 5s linear;
}

.home-mv__btn {
  width: clamp(1px, 36vw, 360px);
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .home-mv__btn {
    display: none;
  }
}
.home-mv__btn .btn {
  flex: 1;
}

.home-mv__btn .btn a {
  height: 80px;
  color: #fff;
  font-size: clamp(1px, 1.8vw, 13px);
  line-height: 1.46;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-mv__btn .btn.black a {
  background: #353535;
}

@media (hover: hover) {
  .home-mv__btn .btn.black a:hover {
    background: #000;
  }
}
.home-mv__btn .btn.red a {
  background: #E50112;
}

@media (hover: hover) {
  .home-mv__btn .btn.red a:hover {
    background: #B4000E;
  }
}
.home-mv__scroll {
  aspect-ratio: 1/1;
  background: #E50112;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .home-mv__scroll {
    width: 50px;
  }
}
@media (min-width: 769px) {
  .home-mv__scroll {
    width: 80px;
  }
}
.home-mv__scroll .arrow {
  aspect-ratio: 14/20;
  overflow: hidden;
}

@media (max-width: 768px) {
  .home-mv__scroll .arrow {
    width: 14px;
  }
}
@media (min-width: 769px) {
  .home-mv__scroll .arrow {
    width: 18px;
  }
}
.home-mv__scroll .arrow::before, .home-mv__scroll .arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/ico_scroll.svg) no-repeat center/contain;
}

.home-mv__scroll .arrow::before {
  animation: scroll-top 6s linear infinite;
}

.home-mv__scroll .arrow::after {
  animation: scroll-bottom 6s linear 1s infinite;
}

.home-mv__slider.no-initialized + .home-mv__current {
  display: none;
}

@keyframes scroll-top {
  0% {
    transform: translateY(-100%);
  }
  16% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scroll-top {
  0% {
    transform: translateY(-100%);
  }
  8%, 92% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes progress {
  from {
    stroke-dashoffset: 283;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes mv-arrow-1st-sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 8px;
  }
}
@keyframes mv-arrow-2nd-sp {
  0% {
    background-position-x: -8px;
  }
  100% {
    background-position-x: 0;
  }
}
@keyframes mv-arrow-1st-pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 10px;
  }
}
@keyframes mv-arrow-2nd-pc {
  0% {
    background-position-x: -10px;
  }
  100% {
    background-position-x: 0;
  }
}
.home-mv .home-mv__lead .txt {
  opacity: 0;
}

.home-mv .home-mv__lead .txt:nth-child(1) {
  transition: opacity 0.5s ease, clip-path 0.4s ease-in-out 1s;
}

.home-mv .home-mv__lead .txt:nth-child(1)::before {
  transition: width 0.4s ease-in-out 1.8s;
}

.home-mv .home-mv__lead .txt:nth-child(1) span {
  opacity: 0;
  transition: opacity 0s 1.4s;
}

.home-mv .home-mv__lead .txt:nth-child(2) {
  transition: opacity 0.5s ease 0.5s, clip-path 0.4s ease-in-out 1.4s;
}

.home-mv .home-mv__lead .txt:nth-child(2)::before {
  transition: width 0.4s ease-in-out 2.2s;
}

.home-mv .home-mv__lead .txt:nth-child(2) span {
  opacity: 0;
  transition: opacity 0s 1.8s;
}

.home-mv .home-mv-nav__list,
.home-mv .home-mv__slider .txt,
.home-mv .home-mv__slider .splide__arrows,
.home-mv .home-mv__btn,
.home-mv .home-mv__current,
.home-mv .home-mv__scroll {
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s ease 2.7s;
}

.home-mv.is-active .home-mv__lead .txt {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.home-mv.is-active .home-mv__lead .txt::before {
  width: 0;
}

.home-mv.is-active .home-mv__lead .txt span {
  opacity: 1;
}

.home-mv.is-active .home-mv-nav__list,
.home-mv.is-active .home-mv__slider .txt,
.home-mv.is-active .home-mv__slider .splide__arrows,
.home-mv.is-active .home-mv__btn,
.home-mv.is-active .home-mv__current,
.home-mv.is-active .home-mv__scroll {
  pointer-events: all;
  opacity: 1;
}

/*------------------------------------------
NEWS
------------------------------------------*/
@media (max-width: 768px) {
  .home-news {
    padding-top: 38px;
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .home-news {
    padding-top: 144px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1025px) {
  .home-news .c-sec__in {
    display: grid;
    grid-template-columns: 237px 1fr;
    grid-template-rows: max-content 1fr;
    grid-template-areas: "title list" "button list";
    gap: 24px 0;
  }
}
@media (min-width: 1025px) {
  .home-news .c-ttl01 {
    grid-area: title;
  }
}
.home-news .c-ttl01__en {
  font-size: 12px;
}

@media (max-width: 768px) {
  .home-news .c-ttl01__ja {
    font-size: clamp(1px, 6.4vw, 24px);
  }
}
@media (min-width: 769px) {
  .home-news .c-ttl01__ja {
    font-size: 32px;
  }
}
.home-news__list {
  border-top: 1px solid #D9D9D9;
  margin: 24px auto 0;
}

@media (min-width: 1025px) {
  .home-news__list {
    grid-area: list;
    margin: 0;
  }
}
.home-news__item {
  border-bottom: 1px solid #D9D9D9;
}

.home-news__item a {
  position: relative;
}

@media (max-width: 768px) {
  .home-news__item a {
    display: block;
    padding: 16px 25px 16px 0;
  }
}
@media (min-width: 769px) {
  .home-news__item a {
    display: flex;
    padding: 32px 25px 32px 18px;
  }
}
.home-news__item a::before {
  content: "";
  width: 6px;
  height: 11px;
  background: #E50112;
  -webkit-mask: url(../images/common/ico_arrow03.svg) no-repeat center/contain;
          mask: url(../images/common/ico_arrow03.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.home-news__item .date {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 768px) {
  .home-news__item .date {
    color: #999;
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .home-news__item .date {
    width: 118px;
    font-size: 14px;
  }
}
.home-news__item .txt {
  line-height: 1.5;
  transition: color 0.2s ease;
}

@media (max-width: 768px) {
  .home-news__item .txt {
    margin: 4px auto 0;
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .home-news__item .txt {
    flex: 1;
    font-size: 15px;
  }
}
@media (hover: hover) {
  .home-news__item a:hover .txt {
    color: #E50112;
  }
}
.home-news .c-btn01 {
  margin: 24px auto 0;
}

@media (min-width: 1025px) {
  .home-news .c-btn01 {
    grid-area: button;
    margin: 0;
    align-self: top;
  }
}
/*------------------------------------------
SEARCH
------------------------------------------*/
.home-search {
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .home-search {
    padding-top: 80px;
    padding-bottom: 69px;
    background: #F8F9F9 url(../images/home/bg_search02.png) no-repeat center top/100% auto;
  }
}
@media (min-width: 769px) {
  .home-search {
    padding-top: 144px;
    padding-bottom: 120px;
    background: #F8F9F9;
  }
}
.home-search::before {
  content: "";
  aspect-ratio: 448/412;
  background: url(../images/home/bg_search01.png) no-repeat center/contain;
}

@media (max-width: 768px) {
  .home-search::before {
    width: 448px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 769px) {
  .home-search::before {
    width: 647px;
    position: absolute;
    top: 82px;
    right: calc(50% - 16px);
  }
}
.home-search .c-sec__in {
  position: relative;
}

@media (min-width: 769px) {
  .home-search .c-sec__in {
    padding: 0 0 0 clamp(1px, 17.34vw, 237px);
  }
}
.home-search .c-ttl01 {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1025px) {
  .home-search .c-ttl01 {
    grid-area: title;
  }
}
.home-search .c-ttl01__en {
  font-size: 12px;
  writing-mode: vertical-lr;
}

.home-search .c-ttl01__ja {
  writing-mode: vertical-lr;
}

@media (max-width: 768px) {
  .home-search .c-ttl01__ja {
    font-size: clamp(1px, 6.4vw, 24px);
  }
}
@media (min-width: 769px) {
  .home-search .c-ttl01__ja {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .home-search__head {
    padding: 0 0 0 clamp(1px, 17.06vw, 64px);
  }
}
@media (min-width: 1025px) {
  .home-search__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .home-search__head .txt {
    font-size: 13px;
    line-height: 1.75;
  }
}
@media (min-width: 769px) {
  .home-search__head .txt {
    font-size: 15px;
    line-height: 1.73;
  }
}
@media (min-width: 1025px) {
  .home-search__head .txt {
    flex: 1;
  }
}
.home-search__head .c-btn01 {
  margin: 16px auto 0;
}

@media (max-width: 768px) {
  .home-search__head .c-btn01 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .home-search__head .c-btn01 {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .home-search__block {
    margin: 24px auto 0;
    padding: 0 0 0 clamp(1px, 17.06vw, 64px);
  }
}
@media (min-width: 769px) {
  .home-search__block {
    margin: 24px auto 0;
    padding: 24px 0 0;
    border-top: 1px solid #D9D9D9;
  }
}
.home-search__box + .home-search__box {
  margin: 24px auto 0;
}

.home-search__box .head {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.home-search__box [class*=list] {
  display: grid;
}

@media (max-width: 768px) {
  .home-search__box [class*=list] {
    margin: 8px auto 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media (min-width: 769px) {
  .home-search__box [class*=list] {
    margin: 16px auto 0;
    gap: clamp(1px, 1.17vw, 16px);
  }
}
@media (min-width: 769px) {
  .home-search__box .list-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 769px) {
  .home-search__box .list-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home-search__btn {
  border-top: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .home-search__btn {
    margin: 24px auto 0;
    padding: 24px 0 0;
    gap: 10px;
  }
}
@media (min-width: 769px) {
  .home-search__btn {
    margin: 40px auto 0;
    padding: 32px 0 0;
    gap: 16px;
  }
}
.home-search__btn .reset {
  width: clamp(1px, 33.33vw, 138px);
}

.home-search__btn .reset button {
  width: 100%;
  height: 40px;
  border: 1px solid #333;
  border-radius: 40px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-search__btn .submit {
  width: clamp(1px, 46.4vw, 192px);
  position: relative;
}

.home-search__btn .submit button {
  width: 100%;
  height: 40px;
  background: #E50112;
  color: #fff;
  border-radius: 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .home-search__btn .submit button {
    font-size: 13px;
    gap: 10px;
  }
}
@media (min-width: 769px) {
  .home-search__btn .submit button {
    font-size: 15px;
    gap: 17px;
  }
}
.home-search__btn .submit button::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/common/ico_search.svg) no-repeat center/contain;
          mask: url(../images/common/ico_search.svg) no-repeat center/contain;
  background: #fff;
}

@media (max-width: 768px) {
  .home-search__btn .submit button::before {
    width: 10px;
  }
}
@media (min-width: 769px) {
  .home-search__btn .submit button::before {
    width: 13px;
  }
}
/*------------------------------------------
PROJECT
------------------------------------------*/
.home-project {
  overflow: hidden;
  background: #333;
  color: #fff;
}

@media (max-width: 768px) {
  .home-project {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .home-project {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.home-project .c-ttl01 {
  text-align: center;
}

.home-project .c-ttl01__en {
  color: #fff;
  font-size: 12px;
}

@media (max-width: 768px) {
  .home-project .c-ttl01__ja {
    font-size: clamp(1px, 6.4vw, 24px);
  }
}
@media (min-width: 769px) {
  .home-project .c-ttl01__ja {
    font-size: 32px;
  }
}
.home-project__list {
  max-width: 442px;
}

@media (max-width: 768px) {
  .home-project__list {
    margin: 24px auto 0;
  }
}
@media (min-width: 769px) {
  .home-project__list {
    margin: 32px auto 0;
  }
}
.home-project__list.no-initialized {
  visibility: visible;
}

@media (min-width: 769px) {
  .home-project__list > .splide__track {
    overflow: visible;
  }
}
.home-project__list .splide__arrow {
  transform: none;
  background: rgba(217, 217, 217, 0.3);
  backdrop-filter: blur(10px);
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .home-project__list .splide__arrow {
    width: 32px;
    height: 32px;
    top: 28.53vw;
  }
}
@media (min-width: 769px) {
  .home-project__list .splide__arrow {
    width: 64px;
    height: 64px;
    top: 148px;
  }
}
.home-project__list .splide__arrow::before {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/common/ico_arrow01.svg) no-repeat 0 0/contain;
}

.home-project__list .splide__arrow svg {
  display: none;
}

@media (hover: hover) {
  .home-project__list .splide__arrow:hover::before {
    animation: project-arrow-1st 0.2s linear, project-arrow-2nd 0.2s linear 0.2s;
  }
}
.home-project__list .splide__arrow--prev {
  transform: scale(-1, -1);
}

@media (max-width: 768px) {
  .home-project__list .splide__arrow--prev {
    left: -16px;
  }
}
@media (min-width: 769px) {
  .home-project__list .splide__arrow--prev {
    left: -120px;
  }
}
@media (max-width: 768px) {
  .home-project__list .splide__arrow--next {
    right: -16px;
  }
}
@media (min-width: 769px) {
  .home-project__list .splide__arrow--next {
    right: -120px;
  }
}
.home-project__item {
  width: 100%;
}

.home-project__item .splide__pagination {
  position: relative;
  margin: 12px auto 0;
  gap: 12px;
  display: flex !important;
}

.home-project__item .splide__pagination .splide__pagination__page {
  width: 8px;
  margin: 0;
  background: none;
  border: 1px solid #fff;
  opacity: 1;
}

.home-project__item .splide__pagination .splide__pagination__page.is-active {
  transform: none;
  background: #fff;
}

.home-project__item .img-list.no-initialized {
  visibility: visible;
}

.home-project__item .img {
  aspect-ratio: 442/332;
  width: 100%;
}

.home-project__item .detail {
  margin: 16px auto 0;
}

.home-project__item .txt01 {
  font-size: 18px;
  line-height: 1.36;
  font-weight: 500;
}

.home-project__item .list {
  margin: 8px auto 0;
  font-size: 13px;
  line-height: 1.38;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 4px 0;
}

.home-project__item .list dt {
  font-weight: 400;
}

.home-project__item .link {
  margin: 16px auto 0;
  font-size: 13px;
  line-height: 1.38;
}

@keyframes project-arrow-1st {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 11px;
  }
}
@keyframes project-arrow-2nd {
  0% {
    background-position-x: -11px;
  }
  100% {
    background-position-x: 0;
  }
}
/*------------------------------------------
EVENT SPACE
------------------------------------------*/
.home-space {
  background: #F8F9F9;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .home-space {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}
@media (min-width: 769px) {
  .home-space {
    padding-top: 144px;
    padding-bottom: 120px;
  }
}
.home-space::before {
  content: "";
  width: 100%;
  background: url(../images/home/bg_space.png) no-repeat center right/auto 100%;
  position: absolute;
  right: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .home-space::before {
    height: 798px;
    top: 138px;
  }
}
@media (min-width: 769px) {
  .home-space::before {
    height: 100%;
    top: 65px;
  }
}
.home-space::after {
  width: 100%;
  height: 798px;
  top: 138px;
  background: url(../images/home/bg_space.png) no-repeat center right/auto 100%;
  position: absolute;
  bottom: -59px;
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .home-space::after {
    content: "";
  }
}
@media (min-width: 1025px) {
  .home-space__head {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
@media (min-width: 1025px) {
  .home-space .c-ttl01 {
    flex-shrink: 0;
  }
}
.home-space .c-ttl01__en {
  font-size: 12px;
}

@media (max-width: 768px) {
  .home-space .c-ttl01__ja {
    font-size: clamp(1px, 6.4vw, 24px);
  }
}
@media (min-width: 769px) {
  .home-space .c-ttl01__ja {
    font-size: 32px;
  }
}
.home-space__lead {
  margin: 16px auto 0;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .home-space__lead {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .home-space__lead {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .home-space__lead {
    margin: 0;
  }
}
.home-space__list {
  display: grid;
}

@media (max-width: 768px) {
  .home-space__list {
    margin: 40px auto 0;
    gap: 16px;
  }
}
@media (min-width: 769px) {
  .home-space__list {
    margin: 32px auto 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 32px 48px;
  }
}
.home-space__item a {
  display: block;
}

.home-space__item .img {
  aspect-ratio: 344/255;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-space__item .img > * {
  transition: transform 0.2s ease;
}

.home-space__item .txt {
  margin: 8px auto 0;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .home-space__item .txt {
    font-size: 13px;
    text-decoration: underline;
  }
}
@media (min-width: 769px) {
  .home-space__item .txt {
    font-size: 15px;
  }
}
@media (hover) {
  .home-space__item a:hover .img > * {
    transform: scale(1.1);
  }
}
/*------------------------------------------
BUSINESS
------------------------------------------*/
@media (max-width: 768px) {
  .home-business {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .home-business {
    padding: 120px 0;
  }
}
@media (min-width: 769px) {
  .home-business .c-sec__in {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-business__left {
  width: calc(50vw - 16px);
  height: calc(100vh - 112px);
  position: sticky;
  top: 96px;
  left: 16px;
}

@media (max-width: 768px) {
  .home-business__left {
    display: none;
  }
}
.home-business__left .video,
.home-business__left [class*=img] {
  width: 100%;
  height: 100%;
}

.home-business__left .video img,
.home-business__left .video video,
.home-business__left [class*=img] img,
.home-business__left [class*=img] video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-business__left [class*=img] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .home-business__block {
    margin: 40px auto 0;
    padding: 0 4.26vw;
  }
}
@media (min-width: 769px) {
  .home-business__block {
    width: clamp(1px, 30.74vw, 420px);
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .home-business__block:first-child, .home-business__block:last-child {
    height: 120vh;
  }
}
.home-business__block.js-parallaxflag {
  opacity: 0;
}

@media (min-width: 769px) {
  .home-business__in {
    height: calc(100vh - 96px);
    padding: clamp(1px, 10.98vw, 150px) 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 96px;
  }
}
@media (min-width: 769px) {
  .home-business__in > * {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-business .c-ttl01 {
    transform: translateX(-4.26vw);
  }
}
.home-business .c-ttl01__en {
  font-size: 12px;
}

@media (max-width: 768px) {
  .home-business .c-ttl01__ja {
    font-size: clamp(1px, 6.4vw, 24px);
  }
}
@media (min-width: 769px) {
  .home-business .c-ttl01__ja {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .home-business .c-ttl01 + * {
    margin: 64px auto 0;
  }
}
@media (min-width: 769px) {
  .home-business .c-ttl01 + * {
    margin: 80px auto 0;
  }
}
.home-business__num {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.home-business__num + * {
  margin: 8px auto 0;
}

.home-business__ttl {
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .home-business__ttl {
    font-size: clamp(1px, 6.4vw, 24px);
  }
}
@media (min-width: 769px) {
  .home-business__ttl {
    font-size: clamp(1px, 2.63vw, 36px);
  }
}
@media (max-width: 768px) {
  .home-business__ttl + * {
    margin: 16px auto 0;
  }
}
@media (min-width: 769px) {
  .home-business__ttl + * {
    margin: 40px auto 0;
  }
}
@media (max-width: 768px) {
  .home-business__txt01 {
    font-size: 13px;
    line-height: 2;
  }
}
@media (min-width: 769px) {
  .home-business__txt01 {
    font-size: 15px;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .home-business__video, .home-business__img {
    aspect-ratio: 375/281;
    width: 100vw;
    margin: 40px auto 0;
    transform: translateX(-10.66vw);
  }
}
@media (min-width: 769px) {
  .home-business__video, .home-business__img {
    display: none;
  }
}
.home-business__video img,
.home-business__video video, .home-business__img img,
.home-business__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------
SUPPORT
------------------------------------------*/
.home-support {
  background: #F8F9F9;
  overflow: hidden;
}

@media (max-width: 768px) {
  .home-support {
    padding-top: 93px;
    padding-bottom: 93px;
  }
}
@media (min-width: 769px) {
  .home-support {
    padding-top: 237px;
    padding-bottom: 225px;
  }
}
.home-support__block {
  color: #fff;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .home-support__block {
    padding: 130px 6.13vw;
    flex-direction: column;
    gap: 25px;
  }
}
@media (min-width: 769px) {
  .home-support__block {
    padding: 105px clamp(1px, 8.27vw, 113px) 120px clamp(1px, 6.8vw, 93px);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home-support__block {
    flex-direction: column;
    gap: 50px;
  }
}
@media (min-width: 1025px) {
  .home-support__block {
    align-items: center;
    gap: clamp(1px, 8.78vw, 120px);
  }
}
.home-support__block::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #E50112;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  z-index: -2;
}

.home-support__block::after {
  content: "";
  width: 100vw;
  background: url(../images/home/bg_txt.png) repeat-x 0 0/auto 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}

@media (max-width: 768px) {
  .home-support__block::after {
    height: 114px;
    animation: support-sp 60s linear infinite;
  }
}
@media (min-width: 769px) {
  .home-support__block::after {
    height: 152px;
    animation: support-pc 60s linear infinite;
  }
}
.home-support__block .bg {
  width: 100%;
  height: 100%;
  background: url(../images/home/bg_support_sp.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 1025px) {
  .home-support__block .bg {
    background: url(../images/home/bg_support_pc.webp) no-repeat center/cover;
  }
}
.home-support__block .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.66);
  position: absolute;
  top: 0;
  left: 0;
}

.home-support .c-ttl01__en {
  color: #fff;
}

@media (max-width: 768px) {
  .home-support .c-ttl01__en {
    font-size: 11px;
  }
}
@media (min-width: 769px) {
  .home-support .c-ttl01__en {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .home-support .c-ttl01__ja {
    font-size: clamp(1px, 5.86vw, 22px);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home-support .c-ttl01__ja {
    font-size: 32px;
  }
}
@media (min-width: 1025px) {
  .home-support .c-ttl01__ja {
    font-size: clamp(1px, 2.34vw, 32px);
  }
}
@media (min-width: 1025px) {
  .home-support__box {
    flex: 1;
  }
}
.home-support__txt {
  line-height: 1.75;
}

@media (max-width: 768px) {
  .home-support__txt {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .home-support__txt {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .home-support__list {
    margin: 20px auto 0;
  }
}
@media (min-width: 769px) {
  .home-support__list {
    margin: 32px auto 0;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 32px 48px;
  }
}
.home-support__list li {
  padding: 0 0 0 1.5em;
  position: relative;
  line-height: 1.75;
  font-weight: 500;
}

@media (max-width: 768px) {
  .home-support__list li {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .home-support__list li {
    font-size: 18px;
  }
}
.home-support__list li::before {
  content: "";
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

@media (max-width: 768px) {
  .home-support__list li::before {
    width: 10px;
    top: 8px;
  }
}
@media (min-width: 769px) {
  .home-support__list li::before {
    width: 12px;
    top: 12px;
  }
}
.home-support__list li + li {
  margin: 12px auto 0;
}

.home-support__btn {
  position: absolute;
  display: flex;
}

@media (max-width: 768px) {
  .home-support__btn {
    width: calc(100vw - 6.4vw);
    left: 37px;
    bottom: -15px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home-support__btn {
    width: calc(100vw - clamp(1px, 9.15vw, 125px));
    left: 86px;
    bottom: -26px;
  }
}
@media (min-width: 1025px) {
  .home-support__btn {
    width: clamp(1px, 38.6vw, 530px);
    left: calc(50% + 86px);
    bottom: -26px;
  }
}
.home-support__btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #E50112 #E50112 transparent;
}

@media (max-width: 768px) {
  .home-support__btn::before {
    border-width: 26px 13px 26px 13px;
  }
}
@media (min-width: 769px) {
  .home-support__btn::before {
    border-width: 44px 24px 44px 24px;
  }
}
.home-support__btn::after {
  content: "";
  aspect-ratio: 56/32;
  background: url(../images/home/parts_btn.svg);
  position: absolute;
  bottom: 0;
  right: 100%;
}

@media (max-width: 768px) {
  .home-support__btn::after {
    width: 37px;
  }
}
@media (min-width: 769px) {
  .home-support__btn::after {
    width: 56px;
  }
}
.home-support__btn a {
  width: 100%;
  background: #E50112;
  color: #fff;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .home-support__btn a {
    height: 52px;
    padding: 0 0 0 13px;
    gap: 12px;
  }
}
@media (min-width: 769px) {
  .home-support__btn a {
    height: 88px;
    padding: 0 0 0 50px;
    gap: 21px;
  }
}
@media (max-width: 768px) {
  .home-support__btn .txt {
    font-size: clamp(1px, 3.2vw, 12px);
  }
}
@media (min-width: 769px) {
  .home-support__btn .txt {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .home-support__btn .txt {
    font-size: clamp(1px, 1.31vw, 18px);
  }
}
.home-support__btn .arrow {
  display: block;
  width: 13px;
  height: 13px;
  overflow: hidden;
}

.home-support__btn .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
          mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
  background: #fff;
}

@media (hover: hover) {
  .home-support__btn a:hover .arrow::before {
    animation: c-arrow-1st 0.2s linear, c-arrow-2nd 0.2s linear 0.2s;
  }
}
@keyframes support-sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1304px;
  }
}
@keyframes support-pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1751px;
  }
}