.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.copy-pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: inline-block;
  }
}

.top-first-view {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.top-section {
  background-color: #F9F9F9;
  position: relative;
  overflow: hidden;
}

.top-section .blob {
  position: absolute;
  z-index: 0;
}

@media (min-width: 768px) {
  .top-section .blob-pink {
    right: -6%;
    top: 258px;
    width: 500px;
  }

  .top-section .blob-orange {
    left: -10%;
    top: 353px;
    width: 500px;
  }
}

@media (max-width: 768px) {
  .top-first-view {
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
  }

  .top-section .blob-pink {
    left: -27%;
    top: 231px;
    width: 332px;
  }

  .top-section .blob-orange {
    top: -117px;
    right: -42%;
    width: 400px;
  }
}

.top-first-view-copy {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.top-first-view h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  color: #2F1B00;
  margin: 0 auto;
  width: fit-content;
  line-height: 69.5px;
  letter-spacing: 2%;
  text-align: center;
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .top-first-view-copy .copy-br {
    display: none;
  }
}

@media (max-width: 768px) {

  .top-first-view h1 {
    font-size: 2.6rem;
    background-image: none;
    padding: 1.5rem 0 2rem;
    padding-top: 15px;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 40px;
    font-size: 2.6rem;
  }

  .top-first-view h1 span {
    display: block;
    padding: 0;
    text-align: center;
    padding-left: 2rem;
    background-image: url("../../images/top/line-sp.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: fit-content;
    margin-bottom: 15px;
  }
}

/* トップスライド（For～～） */

.top-first-view .splide__list {
  height: 349px;
}

@media (max-width: 768px) {
  .top-first-view .splide__list {
    height: 220px;
  }
}

.top-first-view .splide__slide {
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: linear;
  position: relative;
  width: fit-content;
  height: fit-content;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .top-first-view .splide__slide {
    padding: 0;
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    transition: 0s;
  }
}


.top-first-view .splide__slide img {
  width: 220px;
  height: 348px;
  object-fit: cover;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.15));
  border-radius: 15px;
}

@media (max-width: 768px) {
  .top-first-view .splide__slide img {
    width: 315px;
    height: 220px;
    filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.1));
    border-radius: 11px;
  }
}

.top-first-view-slide-wrapper,
.top-first-view-slide-for {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}

.top-first-view .splide__slide.is-active {
  padding-top: 0;
  margin-top: 0;
}

.top-first-view .splide__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
}

.splide__slide_image.splide__slide.is-active::before {
  background: linear-gradient(143.62deg, rgba(64, 46, 31, 0) 40.41%, rgba(64, 46, 31, 0.15) 66.13%, rgba(64, 46, 31, 0.6) 91.85%);
}

.top-first-view .splide__slide.is-active img {
  width: 591px;
  height: 349px;
  filter: none;
}

@media (max-width: 768px) {
  .top-first-view .splide__slide.is-active img {
    width: 315px;
    height: 220px;
  }
}

.splide__slide .top-first-view-slide-for {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  width: fit-content;
  z-index: 2;

}

.splide__slide.is-active .top-first-view-slide-for {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
  padding-top: 0;
  margin-top: 0;
  transition: all .6s ease-in;
}


@media (max-width: 768px) {
  .splide__slide .top-first-view-slide-for {
    bottom: 25px;
    opacity: 1;
    visibility: visible;
    transition: 0s;
  }

  .splide__slide.is-active .top-first-view-slide-for {
    bottom: 25px;
  }
}

.splide__slide.is-active .top-first-view-slide-for h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: .1rem;
  padding-right: 23px;
}

@media (max-width: 768px) {
  .is-active .top-first-view-slide-for h3 {
    font-size: 16px;
    padding-right: 5px;
    margin-bottom: 0;
  }
}

.is-active .top-first-view-slide-for h2 {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 42px;
  letter-spacing: .4rem;
  padding-bottom: 9px;
  padding-right: 12px;
}

@media (max-width: 768px) {
  .is-active .top-first-view-slide-for h2 {
    font-size: 26px;
    padding-bottom: 0;
    padding-right: 15px;
  }
}

.section-topics {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.section-topics .blob {
  position: absolute;
}

@media (min-width: 768px) {
  .section-topics .blob-blue {
    left: 0;
    top: 0;
    max-width: 300px;
  }

  .section-topics .blob-green {
    right: 0;
    bottom: 0;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .section-topics {
    padding-bottom: 40px;
  }

  .section-topics .blob-blue {
    left: -105px;
    top: 0;
    max-width: 300px;
  }

  .section-topics .blob-green {
    right: -80px;
    bottom: 30px;
    max-width: 300px;
  }
}


.top-first-view .topics-morelink,
.section-topics .topics-morelink,
.section-intro .topics-morelink {
  width: 100%;
  max-width: 668px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.section-intro .topics-morelink {
  padding-top: 40px;
}

@media (min-width: 768px) {

  .top-first-view .topics-morelink,
  .section-topics .topics-morelink {
    justify-content: space-between;
  }

  .section-intro .topics-morelink {
    justify-content: center;
    padding-top: 30px;
  }
}

@media (max-width: 768px) {

  .top-first-view .topics-morelink {
    width: 100%;
    max-width: 668px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    justify-content: center;
  }

  .section-topics .topics-morelink {
    gap: 15px;
    justify-content: center;
  }
}

.top-first-view .topics-morelink a,
.section-topics .topics-morelink a,
.section-intro .topics-morelink a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  width: 314px;
  margin: 0;
  border-radius: 4rem;
  padding: 1.1rem 4rem;
  color: #fff;
  letter-spacing: .1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 23.17px;
  letter-spacing: -5%;
  border: 2.5px solid #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.section-topics .topics-morelink a,
.section-intro .topics-morelink a {
  gap: 2px;
}

@media (min-width: 768px) {

  .top-first-view .topics-morelink a {
    row-gap: 2px;
  }
}

@media (max-width: 768px) {
  .section-intro .topics-morelink a {
    padding: 1.1rem 2rem;
  }

  .top-first-view .topics-morelink a {
    flex-direction: column;
    column-gap: 2px;
    row-gap: 0;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    padding: 0.8rem 1rem 1.2rem 0rem;
    text-decoration: none !important;
    justify-content: center;
    width: 160px;
    line-height: 100%;
  }
}

.top-first-view .topics-morelink a:after,
.section-topics .topics-morelink a:after,
.section-intro .topics-morelink a::after {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0C23.2843 0 30 6.71573 30 15ZM12.6834 22.5L21.3174 15.365L12.6834 7.5V22.5Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
}

@media (max-width: 768px) {
  .top-first-view .topics-morelink a:after {
    width: 19px;
    height: 19px;
  }
}

.top-first-view .topics-morelink a:nth-child(1),
.section-topics .topics-morelink a:nth-child(1) {
  background-color: #FC6203;
}

.section-intro .topics-morelink a {
  background-color: #FC6203;
}

.top-first-view .topics-morelink a:nth-child(2),
.section-topics .topics-morelink a:nth-child(2) {
  background-color: #02A1A7;
}

.top-first-view .topics-morelink a:nth-child(1):hover,
.section-topics .topics-morelink a:nth-child(1):hover {
  background-color: #FFF;
  color: #FC6203;
  border: 2.5px solid #FC6203;
  opacity: 1;
  transition: all 0.3s ease;
}

.top-first-view .topics-morelink a:nth-child(2):hover,
.section-topics .topics-morelink a:nth-child(2):hover {
  background-color: #FFF;
  color: #02A1A7;
  border: 2.5px solid #02A1A7;
  opacity: 1;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .top-first-view .topics-morelink a:nth-child(2) {
    padding-left: 5.0rem;
  }

  .section-topics .topics-morelink a:nth-child(2) {
    padding-left: 5.0rem;
  }
}

@media (max-width: 768px) {
  .section-topics .topics-morelink a:nth-child(2) {
    padding-left: 5.0rem;
  }
}

.top-first-view .topics-morelink a:nth-child(1):hover:after,
.section-topics .topics-morelink a:nth-child(1):hover:after {
  background-image: url(../../images/top/top-forgood-about_button-arrow-orange.svg);
}

.top-first-view .topics-morelink a:nth-child(2):hover:after,
.section-topics .topics-morelink a:nth-child(2):hover:after {
  background-image: url(../../images/top/top-forgood-about_button-arrow-blue.svg);
}

.top-first-view .topics-morelink a span,
.section-topics .topics-morelink a span,
.section-intro .topics-morelink a span {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 37.65px;
  letter-spacing: 0%;
}

@media (max-width: 768px) {

  .top-first-view .topics-morelink a span {
    font-size: 1.8rem;
    letter-spacing: normal;
    padding: 0;
    font-weight: 900;
    line-height: 22px;
  }
}

.next-first-wrapper {
  margin: 0 auto 2rem;
}

.next-first-wrapper>a {
  width: fit-content;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1040px) {
  .next-first-wrapper {
    width: calc(100% - 4rem);
  }
}

@media (max-width: 768px) {
  .next-first-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .next-first-wrapper .next-card .product-description {
    border: 1.5px solid;
  }
}

@media (max-width: 768px) {
  .next-first-wrapper .next-card .product-description span {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    padding: 3px 0 0 3px;
  }
}

@media (max-width: 768px) {
  .next-first-wrapper .next-card .product-description p {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

/* カルーセルバナー */

.section-slide-wrapper {
  width: 100%;
  background: #f8f8f8;
  display: inline-block;
  padding: 0;
  margin-bottom: 2rem;
}

.projectarea_wrapper {
  padding: 1rem 0 0;
  margin: 0 auto;
}

.projectarea_wrapper:first-of-type {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .section-slide-wrapper {
    margin-bottom: 2rem;
    padding: 2rem 0;
  }

  .projectarea_wrapper {
    padding: 2rem 0 0;
  }
}

.top-page-slide-items-arrow {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 0 0;
}

.top-page-slide-items-arrow .slick-list {
  padding: 0 5% !important;
}



.banner-top {
  aspect-ratio: 527 / 176;
  display: block;
  height: auto;
  max-width: 336px;
  width: 100%;
}


@media (max-width: 768px) {
  .top-page-slide-items-arrow {
    padding: 0;
  }

  .top-page-slide-items-arrow .slick-list {
    padding: 0 20% !important;
  }

}

/* プロジェクト */

.projectarea_wrapper .nextarea_title,
.projectarea_wrapper .projectarea_title {
  max-width: 1140px;
  align-items: flex-end;
}

@media (max-width: 1040px) {

  .projectarea_wrapper .nextarea_title,
  .projectarea_wrapper .projectarea_title {
    width: calc(100% - 4rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
  }
}

.projectarea_wrapper .nextarea_title .english-title-carouselarea,
.projectarea_wrapper .projectarea_title .english-title-carouselarea {
  font-family: "Bebas Neue", sans-serif;
  font-size: 9rem;
  color: #2F1B00;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {

  .projectarea_wrapper .nextarea_title .english-title-carouselarea,
  .projectarea_wrapper .projectarea_title .english-title-carouselarea {
    font-size: 6.4rem;
  }
}

.projectarea_wrapper .nextarea_title h2,
.projectarea_wrapper .projectarea_title h2 {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #2F1B00;
  margin: 0;
  padding: 0 0 1.6rem 2rem;
}

@media (max-width: 768px) {

  .projectarea_wrapper .nextarea_title h2,
  .projectarea_wrapper .projectarea_title h2 {
    font-size: 1.3rem;
    padding: 0 0 0 1rem;
    letter-spacing: normal;
  }
}

.nextarea_wrapper {
  padding: 6rem 0 0;
  margin: 0 auto;
}

.nextarea_wrapper-sub {
  padding: 6rem 0 4rem;
  margin: 0 auto;
  max-width: 1160px;
}

@media (max-width: 768px) {
  .nextarea_wrapper {
    padding: 4rem 0 0;
  }

  .nextarea_wrapper-sub {
    padding: 2rem 0 0rem;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .nextarea_wrapper .project-card .project-card-image {
    grid-area: 1/1/2/2;
    grid-area: project-card-image;
  }
}

@media (max-width: 768px) {
  .nextarea_wrapper .project-card .project-card-inner {
    grid-area: 1/2/2/3;
    grid-area: project-card-inner;
    padding: 1rem 0;
  }
}

/* カードのデザイン */
.project-progress-fund-flex {
  display: flex;
  justify-content: space-between;
}

.nextarea_wrapper .project-slider .project-card .project-card-progress,
.nextarea_wrapper .project-slider .project-card .project-card-progress div {
  width: 125px;
  height: 12px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
  align-items: flex-end;
  height: 1.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #FFF;
}

.nextarea_wrapper .project-slider .project-card .project-card-progress span,
.nextarea_wrapper .project-slider .project-card .project-card-progress div span {
  margin-left: .1rem !important;
  padding-right: .8rem;
}

@media (max-width: 768px) {

  .nextarea_wrapper .project-slider .project-card .project-card-progress,
  .nextarea_wrapper .project-slider .project-card .project-card-progress div {
    width: 59px;
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .nextarea_wrapper .project-card .project-bottom {
    flex-wrap: wrap;
    row-gap: 0.5rem;
    grid-area: project-bottom;
    height: 50px;
  }
}

@media (max-width: 768px) {

  .nextarea_wrapper .project-card .project-bottom-info,
  .nextarea_wrapper .project-card .project-bottom-fund {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .nextarea_wrapper .project-card a {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    grid-template-rows: 1fr 50px;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "project-card-image project-card-inner" "project-bottom project-bottom";
    text-decoration: none;
  }
}

.section-topics-wrapper {
  position: relative;
  max-width: 1140px;
  margin: 5rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}

@media (max-width: 768px) {

  .section-topics-wrapper {
    margin: 4rem auto;
  }

}

.section-topics-wrapper:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dadada;
}

@media (max-width: 1040px) {
  .section-topics-wrapper:after {
    display: none;
  }
}

.section-topics .topics-report,
.section-topics .topics-message {
  width: calc(50% - 2rem);
  gap: 2rem;
}

@media (max-width: 768px) {

  .section-topics .topics-report,
  .section-topics .topics-message {
    width: calc(100% - 4rem);
    max-width: 720px;
    margin: 0 auto;
  }
}

.section-topics .topics-report h2,
.section-topics .topics-message h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2F1B00;
  font-weight: 900;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}

.splide-next .splide__track {
  max-width: 1160px;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 1159px) {
  .splide-next .splide__track {
    width: 100vw;
    margin: 0 auto;
  }
}

.splide-next .project-card-image {
  position: relative;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
  background: #ccc;
  overflow: hidden;
}

@media (max-width: 768px) {

  .section-topics .topics-report h2,
  .section-topics .topics-message h2 {
    display: flex;
    flex-direction: column;
    font-size: 2.2rem;
  }
}

.section-topics .topics-report h2 span,
.section-topics .topics-message h2 span {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 1.8rem;
}

@media (max-width: 768px) {

  .section-topics .topics-report h2 span,
  .section-topics .topics-message h2 span {
    font-size: 1.4rem;
    display: unset;
    position: relative;
    right: -6px;
  }
}

.section-topics .topics-report-list li {
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .section-topics .topics-report-list li {
    border-bottom: 1px solid #c6c6c6;
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 111px;
  }
}

.section-topics .topics-report-list li>a {
  display: flex;
  gap: 2rem;
  color: unset;
  text-decoration: unset;
}

@media (max-width: 768px) {
  .section-topics .topics-report-list li:last-child {
    border: 0;
  }
}

.section-topics .topics-report-list__img {
  width: 146px;
  height: fit-content;
  overflow: hidden;
  border-radius: 2px;
}

.section-topics .topics-report-list__img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  aspect-ratio: 38 / 25;
}

@media (max-width: 768px) {
  .section-topics .topics-report-list__img {
    width: 100px;
  }

  .section-topics .topics-report-list__img img {
    height: 72px;
    aspect-ratio: 55 / 36;
  }
}

.section-topics .topics-report-list__post {
  width: calc(100% - 150px);
}

.section-topics .topics-report-list__post-date {
  color: #2F1B0099;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .section-topics .topics-report-list__post-date {
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
  }
}

.section-topics .topics-report-list__post-title {
  color: #2F1B00;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}

.section-topics .topics-report-list__post-title span {
  overflow-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

@media (max-width: 768px) {
  .section-topics .topics-report-list__post-title {
    font-size: 1.6rem;

  }
}

.section-topics .topics-report-list__post-text {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.section-topics .topics-report-list__post-text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(22.4px * 2);
}

@media (max-width: 768px) {
  .section-topics .topics-report-list__post-text {
    font-size: 1.2rem;
  }
}

.section-topics .topics-message-list li {
  padding-bottom: 3rem;
}

.section-topics .topics-message-list li a {
  display: flex;
  justify-content: space-between;
  color: #2F1B00;
  text-decoration: none;
  column-gap: 1.5rem;
}

@media (max-width: 768px) {
  .section-topics .topics-message-list li {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #0000001A;
  }
}

.section-topics .topics-message-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-topics .topics-message-list__icon {
    width: 50px;
  }
}

.section-topics .topics-message-list__icon-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section-topics .topics-message-list__icon-img {
    width: 38px;
    height: 38px;
    margin: 0 auto;
  }
}


.section-topics .topics-message-list__icon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-topics .topics-message-list__icon-date {
  font-family: Noto Sans JP;
  color: #2F1B0099;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 768px) {
  .section-topics .topics-message-list__icon-date {
    font-size: 1.2rem;
    margin-top: 0.5em;
  }
}

.section-topics .topics-message-list__inner {
  width: 58%;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .section-topics .topics-message-list__inner {
    width: calc(100% - 130px);
    margin: 1rem 0;
  }
}

.section-topics .topics-message-list__name {
  color: #2F1B00;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .section-topics .topics-message-list__name {
    font-size: 1.4rem;
  }
}

.section-topics .topics-message-list__text {
  color: #2F1B00;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .section-topics .topics-message-list__text {
    font-size: 1.6rem;
  }
}

.section-topics .topics-message-list__img {
  width: 146px;
  height: fit-content;
  overflow: hidden;
  border-radius: 2px;
}

.section-topics .topics-message-list__img img {
  width: 100%;
  height: 102px;
  object-fit: cover;
  aspect-ratio: 73 / 51;
}

@media (max-width: 768px) {
  .section-topics .topics-message-list__img {
    width: 100px;
  }

  .section-topics .topics-message-list__img img {
    height: 70px;
    aspect-ratio: 10 / 7;
  }
}

.section-people {
  background: linear-gradient(#fd790e, #fff0e6);
  padding: 12rem 0;
  display: block;
}

@media (max-width: 768px) {
  .section-people {
    padding: 6rem 0;
  }
}

.section-people h2 {
  color: #fff;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}

.section-people h2 span {
  display: block;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .section-people h2 {
    font-size: 2.6rem;
  }
}


/* トップページ-今すぐ始めよう */

.section-intro {
  position: relative;
  margin-bottom: 327px;
}

.splide-intro .splide__track {
  width: 100%;
}

.splide-intro .splide__slide {
  height: 700px;
}

@media (max-width: 768px) {
  .splide-intro .splide__slide {
    height: 354px;
  }
}

.splide-intro .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 768px) {
  .splide-intro .splide__slide .intro-slide-image-pc {
    display: none;
  }

  .splide-intro .splide__slide .intro-slide-image-sp {
    width: 100%;
    height: 354px;
  }
}

@media (min-width: 768px) {
  .splide-intro .splide__slide .intro-slide-image-pc {
    width: 100%;
    height: 700px;
  }

  .splide-intro .splide__slide .intro-slide-image-sp {
    display: none;
  }
}

.section-intro-content {
  position: absolute;
  top: 500px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
}

.section-intro-content-inner {
  padding: 40px 118px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  border: 3px solid #FC6203;
}

@media (max-width: 768px) {
  .section-intro-content {
    top: 314px;
    max-width: 335px;
  }

  .section-intro-content-inner {
    position: relative;
    padding: 100px 22px 40px;
  }
}

.section-intro-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-intro-content-wrap .intro-txt img {
  max-width: 764px;
}

@media (max-width: 768px) {
  .section-intro-content-wrap .intro-txt img {
    max-width: 274px;
  }

  .section-intro-content-wrap .text-img-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .section-intro-content-wrap .text-img-sp {
    display: none;
  }
}

.section-intro-content-wrap .intro-achieve {
  margin: 0 auto;
}

.section-intro-content-wrap .intro-achieve img {
  max-width: 130px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .section-intro-content-wrap .intro-achieve img {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 110px;
  }
}

.section-intro-content-wrap .intro-morelink {
  display: block;
  margin: 0 auto;
}

.section-intro-content-wrap .intro-morelink a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  width: 100%;
  display: block;
  margin-top: 40px;
  background: #FC6203;
  border: 2.5px solid #FFFFFF;
  border-radius: 60px;
  padding: 1.1rem 6rem;
  font-size: 2.4rem;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}

.section-intro-content-wrap .intro-morelink a::after {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0C23.2843 0 30 6.71573 30 15ZM12.6834 22.5L21.3174 15.365L12.6834 7.5V22.5Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
}

.section-about-textarea {
  padding: 80px 0 100px;
  background: linear-gradient(251.2deg, #FCA103 0%, #FC6203 50.45%, #FC2403 100%);
}

@media (max-width: 768px) {
  .section-about-textarea {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .section-intro-content-wrap .intro-morelink {
    width: 281px;
  }

  .section-intro-content-wrap .intro-morelink a {
    margin-top: 30px;
    font-size: 2.0rem;
    padding: 1.1rem 2rem;
  }

  .section-intro-content-wrap .intro-morelink a::after {
    width: 25px;
    height: 25px;
  }
}

/* アニメーション */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.section-about-carousel-animation__wrap {
  display: flex;
  overflow: hidden;
}

.section-about-carousel-animation__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.section-about-carousel-animation__list--left {
  animation: infinity-scroll-left 27s infinite linear 0.5s both;
}

.section-about-carousel-animation__item {
  width: calc(100vw / 7);
}

.section-about-carousel-animation__item img {
  width: 100%;
  max-width: 214px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-about-carousel-animation__item {
    width: calc(100vw / 2);
  }

  .section-about-carousel-animation__item img {
    max-width: 170px;
  }
}

.section-about-textarea h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  line-height: 1.7;
}

.section-about-textarea h2 span {
  font-size: 4rem;
}

@media (max-width: 768px) {
  .section-about-textarea h2 {
    font-size: 2.2rem;
  }

  .section-about-textarea h2 span {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .section-about-textarea h2 .sp-br {
    display: none;
  }
}

.section-about-textarea .about-morelink {
  display: block;
  max-width: 314px;
  margin: 6rem auto 0;
}

@media (max-width: 768px) {
  .section-about-textareat h2 {
    font-size: 2.2rem;
    line-height: 2;
  }

  .section-about-textarea .about-morelink {
    max-width: 281px;
    margin: 3rem auto 0;
  }
}

.section-about-textarea .about-morelink a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  width: 100%;
  display: block;
  margin: 4rem auto;
  background: #FFF;
  border-radius: 60px;
  padding: 1.2rem 4.5rem 1.4rem 5.5rem;
  font-size: 2.6rem;
  text-align: center;
  color: #FC6203;
  font-weight: bold;
}

@media (max-width: 768px) {
  .section-about-textarea .about-morelink a {
    text-decoration: none;
    margin: 2rem auto 0;
    font-size: 2.0rem;
    padding: 1.2rem 4.5rem 1.3rem 3.5rem;
  }
}

.section-about-textarea .about-morelink a:after {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('../../images/top/top-forgood-about_button-arrow-orange.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.section-event {
  padding: 6rem 0;
}

@media (max-width: 768px) {
  .section-event {
    padding: 6rem 0;
  }
}

.section-event h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2F1B00;
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.5;
}

.section-event h2 span {
  font-family: "Bebas Neue", sans-serif;
  color: #2F1B00;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 5%;
}

@media (max-width: 768px) {
  .section-event h2 {
    font-size: 2.2rem;
  }
}

.section-event h2 span {
  color: #2F1B00;
  font-family: "Bebas Neue", sans-serif;
  display: block;
  font-size: 2.2rem;
}

.section-event__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (max-width: 768px) {
  .section-event__wrapper {
    width: calc(100% - 4rem);
    flex-wrap: wrap;
    gap: 1rem;
  }
}

.section-event__item {
  width: calc(100%/3 - 2rem);
  display: none;
}

@media (min-width: 768px) {
  .section-event__item:nth-child(-n+9) {
    display: block;
  }
}

@media (max-width: 768px) {
  .section-event__item {
    width: 100%;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid #bebebe;
  }

  .section-event__item:nth-child(-n+6) {
    display: flex;
  }
}

.section-event__item:first-child {
  border: 0;
}

.section-event__item a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .section-event__item a {
    display: block;
    display: flex;
    column-gap: 1rem;
  }
}

.section-event__item-image {
  width: 100%;
  height: fit-content;
  aspect-ratio: 315/177;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.section-event__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-event__item-image {
    width: 126px;
  }
}

.section-event__wrapper>div p {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-event__wrapper>div p {
    width: calc(100% - 126px);
    font-size: 14px;
  }
}

.section-event .event-moreview {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2F1B00;
  padding-right: 30px;
  display: grid;
  align-items: center;
}

.section-event .event-moreview::before {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,%3Csvg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9.5 0.75C14.3325 0.75 18.25 4.66751 18.25 9.5C18.25 14.3325 14.3325 18.25 9.5 18.25C4.66751 18.25 0.75 14.3325 0.75 9.5C0.75 4.66751 4.66751 0.75 9.5 0.75Z" fill="white" stroke="black" stroke-width="1.5"/%3E%3Cpath d="M5.88196 9.5H13.118H5.88196Z" fill="white"/%3E%3Cpath d="M5.88196 9.5H13.118" stroke="black" stroke-width="1.5" stroke-linecap="round"/%3E%3Cpath d="M9.5 13.2344L9.5 5.99829L9.5 13.2344Z" fill="white"/%3E%3Cpath d="M9.5 13.2344L9.5 5.99829" stroke="black" stroke-width="1.5" stroke-linecap="round"/%3E%3C/svg%3E');
  background-size: cover;
  /* Adjust as needed */
}

.project-slider-next .slick-next {
  right: -50px;
}

@media (max-width: 768px) {
  .project-slider-next .project-card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .project-slider-next .project-card>a {
    width: 100%;
    display: grid;
    grid-template-columns: 150px 200px;
    padding: 20px;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .project-slider-next .project-card-inner .project-card-title {
    font-size: 1.4rem;
    min-height: 60px;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 768px) {
  .project-slider-next .project-card-inner .project-bottom {
    display: block;
  }
}

@media (max-width: 768px) {
  .project-slider-next .project-card-inner .project-bottom-info {
    display: none;
  }
}

@media (max-width: 768px) {
  .project-slider-next .project-card-inner .project-bottom-fund>div .project-bottom-info__text {
    width: 25px;
  }
}

.project-slider-common .slick-prev,
.project-slider-common .slick-next {
  right: -50px;
}

.project-slider-common .slick-track {
  margin-left: unset;
}

.splide__pagination {
  display: flex !important;
}


.top-first-view .splide__pagination__page.is-active {
  background: #00000080 !important;
}

.top-first-view .splide__pagination li {
  padding: 0 10px;
}

.splide-projects .splide__arrow,
.splide-next .splide__arrow,
.top-first-view .splide__arrow {
  background: transparent;
  border: 2px #21171580 solid;
  width: 38px;
  height: 38px;
  opacity: 1;
}

.top-first-view .splide__arrow {
  border: 2px white solid;
  box-shadow: 4px 4px 20px 0px #00000026;
  width: 46px;
  height: 46px;
}

.top-first-view .splide__arrow svg {
  fill: white;
}

.splide-projects .splide__arrow svg,
.splide-next .splide__arrow svg {
  fill: #21171580;
}

.top-first-view .splide__arrow--prev {
  left: 6%;
}

.top-first-view .splide__arrow--next {
  right: 6%;
}

.splide-next .splide__arrow--prev,
.splide-projects .splide__arrow--prev {
  left: -6rem;
}

.splide-next .splide__arrow--next,
.splide-projects .splide__arrow--next {
  right: -6rem;
}


@media (max-width: 768px) {
  .top-first-view .splide__pagination li {
    padding: 0 4px;
  }
}

.splide-feature .splide__pagination {
  position: relative;
  bottom: 0;
  padding: 10px 0;
}

.splide-feature .splide__pagination .is-active {
  background-color: #00000080;
  transform: scale(1);
}

.splide-feature .splide__track {
  max-width: 1170px;
  margin: 0 auto;
}

.splide-projects .splide__pagination {
  margin-top: 32px;
  margin-right: 0;
  margin-left: auto;
  padding: 0;
  position: relative;
  justify-content: flex-end;
  background: #e3dcd8;
  width: fit-content;
  border-radius: 2px;
}

.splide-projects .splide__pagination .splide__pagination__page {
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;

}

.splide-projects .splide__pagination li:first-child .splide__pagination__page {
  border-radius: 2px 0 0 2px;
}

.splide-projects .splide__pagination li:last-child .splide__pagination__page {
  border-radius: 2px 2px 0 0;
}

.splide-projects .splide__pagination li {
  position: relative;
  width: 30px;
  height: 6px;
  cursor: pointer;
  vertical-align: top;
}

.splide-projects .splide__pagination .is-active {
  background-color: #fd780d;
  transform: scale(1);
}

.splide-projects .splide__pagination li:first-child .splide__pagination__page {
  border-radius: 2px 0 0 2px;
}

.splide-projects .splide__pagination li:last-child .splide__pagination__page {
  border-radius: 2px 2px 0 0;
}

@media (max-width: 768px) {
  .splide-projects .splide__pagination li {
    width: 20px;
    height: 4px;

  }

  .splide-projects .splide__pagination {
    margin-top: 16px;
    margin-right: 10px;
  }

}




.project-slider.project-slider-common .slide-card {
  width: 290px;
}

@media (max-width: 768px) {
  .project-slider.project-slider-common .slide-card {
    width: 202px;
  }

  .project-promoter-name {
    font-size: 1.1rem;
  }

  .project-promoter-name div {
    word-break: keep-all;
  }
}

.project-slider {
  max-width: 1160px;
  margin: 0 auto;
}

@media (max-width: 1010px) {
  .project-slider {
    max-width: calc(100% - 4rem);
  }

  /* PJカードのスライダーの矢印非表示 */
  .projectarea_wrapper .splide-projects .splide__arrows {
    display: none;
  }
}

.projectarea_wrapper .project-slider .slick-list {
  padding: 8px 2px !important;
}

.projectarea_wrapper .project-slider .project-slide-item {
  box-shadow: unset;
  transition: 0.3s;
}

.projectarea_wrapper .project-slider a {
  opacity: 1 !important;
}

.project-slider .slick-slide img {
  width: 100%;
  display: block;
}

.project-slider .slide-card {
  margin: 0 auto;
  width: 290px;
}

.project-slider .slide-card .project-card {
  position: relative;
  overflow: hidden;
  width: 290px;
  padding: 8px 10px 12px 10px;
  margin: 10px 0;
  background: #F9F9F9;
  border-radius: 10px;
  /* box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .12); */
}

.project-slider .slide-card .project-card .project-card-image {
  position: relative;
  width: 270px;
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
  background: #ccc;
  overflow: hidden;
}

.project-slider .slide-card .project-card .project-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-slider .slide-card .project-card:hover .project-card-image img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.project-slider .slide-card .project-card:hover {
  box-shadow: 0px 0px 20px 0px #00000026;
  z-index: 500;
}

@media (max-width: 768px) {
  .project-slider .slide-card .project-card .project-card-image {
    width: 182px;
    height: 121px;
  }
}

.project-slider .slide-card .project-card .project-card-title {
  color: #2F1B00;
  min-height: 91px;
  padding: 5px 0;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: normal;
}

@media (max-width: 768px) {
  .project-slider .slide-card .project-card {
    width: 202px;
  }

  .project-slider .slide-card .project-card .project-card-title {
    font-size: 1.4rem;
    min-height: 78px;
    line-height: 2.0rem;
    letter-spacing: -0.5px;
  }
}

.project-slider .slide-card .project-card .product-description {
  line-height: normal;
}

.project-slider .slide-card .project-card .project-promoter {
  column-gap: 0.5rem;
}

@media (max-width: 768px) {
  .project-slider .slide-card .project-card .project-promoter {
    column-gap: 0.5rem;
    padding: 0.25em 0 0.5em;
  }
}

.project-slider .slide-card .project-card .project-promoter-icon {
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: #CCC;
}

.project-slider .slide-card .project-card .project-promoter-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-slider .slide-card .project-card .project-promoter-name {
  font-size: 1.4rem;
}

.project-slider .slide-card .project-card .project-bottom {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}

.project-slider-next .slide-card .project-card .project-bottom {
  padding: 0 1rem 1rem 1rem;
}

@media (max-width: 768px) {
  .project-slider .slide-card .project-card .project-bottom {
    margin-top: 0.8em;
    align-items: flex-end;
  }
}

@media (max-width: 768px) {

  .project-bottom-info__days,
  .project-bottom-info__supporter {
    justify-content: space-between;
  }
}

.project-slider .next-goal {
  position: absolute;
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  font-size: 16px;
  background-color: unset;
  color: white;
  padding: 0;
  border-radius: 0;
  width: 21%;
}

@media (max-width: 768px) {
  .coming-project-card .project-bottom-info {
    width: 100%;
    justify-content: start;
  }
}

@media (max-width: 768px) {
  .coming-project-card .project-bottom-fund>div .project-bottom-info__text {
    width: 28px;
    font-size: 1.2rem;
  }
}

.nextarea_wrapper .project-slider .slide-card .project-card .project-card-inner {
  padding: 1rem 1rem 0 1rem;
}

.projectarea_wrapper .project-slider .project-card a {
  text-decoration: none;
}

.projectarea_wrapper .project-slider .project-card .project-card-inner {
  padding: 1rem 0 0;
}

.projectarea_wrapper .project-slider .project-card .project-card-progress,
.projectarea_wrapper .project-slider .project-card .project-card-progress div {
  width: 125px;
  height: 12px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
  align-items: flex-end;
  height: 1.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.projectarea_wrapper .project-slider .project-card .project-card-progress span,
.projectarea_wrapper .project-slider .project-card .project-card-progress div span {
  margin-left: .1rem !important;
  padding-right: .8rem;
}

@media (max-width: 768px) {

  .projectarea_wrapper .project-slider .project-card .project-card-progress,
  .projectarea_wrapper .project-slider .project-card .project-card-progress div {
    width: 59px;
    font-size: 1.2rem;
  }
}

.splide-feature {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .splide-feature {
    padding: 10px 0 10px;
  }
}

.splide-feature .slick-dots {
  padding: 20px 0 0;
}

.splide-feature .slick-prev {
  left: -45px;
}

.splide-feature .slick-next {
  right: -45px;
}

.top-page-slide-items-arrow>button {
  background-color: unset;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: unset;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}


.section-slide .slick-next:before,
.section-slide .slick-prev:before {
  margin: 0 !important;
}

.cf-firsttime {
  display: flex;
  justify-content: center;
}

.cf-firsttime img {
  max-width: 600px;
}

@media(max-width: 768px) {
  .cf-firsttime {
    padding-top: 20px;
  }

  .cf-firsttime img {
    max-width: 334px;
  }
}

@media(max-width: 768px) {
  .action {
    padding-bottom: 35px;
  }

  .action h2 {
    font-size: 16px;
    padding-top: 60px;
  }

  .action h1 {
    margin-top: 10px;
    font-size: 28px;
  }

  .card-design-default {
    width: 220px;
    margin: 80px 10px 0 10px;
  }

  .default-top {
    height: 125px;
  }

  .default-top p.default-name {
    font-size: 14px;
    bottom: 36px;
  }

  .default-bottom {
    height: 175px;
    background-size: 280px 230px;
  }

  .default-bottom h1 {
    font-size: 23px;
  }

  .default-bottom h1 span {
    padding: 0px 5px;
  }

  .card-design {
    width: 300px;
    border: 3px solid var(--clr);
    border-radius: 10px;
  }

  .card-design-bust {
    position: absolute;
    bottom: 0;
    z-index: 1;
  }


  .card-design-top::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(0.25turn, transparent, var(--clr));
  }

  /* .card-design-middle {
    padding: 15px 17px;
  } */

  /* .card-design-middle dl {
    background-color: #FCF4EF;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  } */

  /* .card-design-middle dt {
    width: 33%;
  }

  .card-design-middle dd {
    width: 66%;
  } */

  .card-design-middle main p {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .card-design-middle main p:last-child {
    margin-bottom: 0;
  }

  .card-design-middle p span {
    font-weight: bold;
  }

  .card-design-middle a {
    text-decoration: none;
    color: #ff0000b4;
    text-align: end;
    margin: 10px 0;
    font-size: 12px;
  }

  .card-design-middle a img {
    vertical-align: top;
  }

  .card-design-bottom h2 {
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  .slider-action .slick-arrow {
    display: none !important;
  }
}

/* nextカードSP版のみ適用 */
@media(max-width: 768px) {


  .splide-next .splide__pagination__page.is-active {
    background-color: #00000080;
    opacity: 0.6;
  }


  .splide-next .splide__pagination {
    margin: 0;
    padding: 20px 0;
    position: relative;

  }
}

.project-slider-progress {
  background-color: #0000001A;
  margin-top: 30px;
  border-radius: 20px;
  max-width: 200px;
  margin-left: auto;
  margin-right: 0;
}

.project-slider-progress-bar {
  background: linear-gradient(251.2deg, rgba(252, 161, 3, 0.7) 0%, rgba(252, 98, 3, 0.7) 50.45%, rgba(252, 36, 3, 0.7) 100%);
  border-radius: 20px;
  height: 8px;
  transition: width 1000ms ease;
  width: 0;
}

@media(max-width: 768px) {
  .project-slider-progress {
    margin-top: 5px;
    border-radius: 40px;
    max-width: 120px;
  }

  .project-slider-progress-bar {
    border-radius: 40px;
    height: 6px;
  }
}
