@charset "UTF-8";
@media (max-width: 1182px) and (min-width: 1025px) {
  header .navbar > div > ul.nav > li.secondary-toggle-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 1540px) {
  header .navbar > div > ul.nav > li.secondary-toggle-wrapper {
    padding-left: 0;
  }
}
img.sticky-logo {
  width: 100%;
  height: auto;
  max-width: 138px;
}

body.single-projects .page-title-wrap,
body.archive-download .page-title-wrap {
  padding-top: 160px;
  padding-bottom: 100px;
}

body.single-projects .seoinux-page-header:after,
body.archive-download .seoinux-page-header:after {
  background-color: rgba(16, 10, 8, 0.79);
}

body.single-projects .page-title-wrap .page-title,
body.single-projects .page-title-wrap .breadcrumb li,
body.single-download .page-title-wrap .page-title,
body.single-download .page-title-wrap .breadcrumb li {
  color: #ffffff;
}

body.single-projects .page-title-wrap .breadcrumb a,
body.single-download .page-title-wrap .breadcrumb a {
  color: #DD7109;
}

.mfp-wrap .swiper-lazy-preloader,
.mfp-container .swiper-lazy-preloader {
  display: none !important;
}

body.mfp-ready .swiper-lazy-preloader {
  display: none !important;
}

/* :has() でモーダル表示中はページ内のプレローダー・Elementor lightbox も非表示（Safari 15.4+, Chrome 105+） */
body:has(.mfp-wrap) .swiper-lazy-preloader {
  display: none !important;
}

body:has(.mfp-wrap) .dialog-widget.dialog-lightbox-widget,
body:has(.mfp-wrap) .elementor-lightbox {
  display: none !important;
}

.cospa-projects-filter__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}
.cospa-projects-filter__tab {
  cursor: pointer;
  padding: 7px 28px;
  border: 1px solid #797979;
  border-radius: 80px;
  -webkit-transition: border-color 0.2s, background-color 0.2s, color 0.2s;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.cospa-projects-filter__tab-text {
  color: #252525;
}
.cospa-projects-filter__tab:first-child {
  padding: 7px 10px;
}
.cospa-projects-filter__tab:hover {
  border-color: #E07B00;
  background-color: #E07B00;
}
.cospa-projects-filter__tab:hover .cospa-projects-filter__tab-text {
  color: #fff;
}
.cospa-projects-filter__tab.is-active {
  border-color: #E07B00;
  background-color: #E07B00;
}
.cospa-projects-filter__tab.is-active .cospa-projects-filter__tab-text {
  color: #fff;
}
.cospa-projects-filter__target {
  position: relative;
  min-height: 100px;
}
.cospa-projects-filter__target.is-loading {
  pointer-events: none;
  opacity: 0.6;
}
.cospa-projects-filter__target.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border: 3px solid #E07B00;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: cospa-ajax-spin 0.8s linear infinite;
          animation: cospa-ajax-spin 0.8s linear infinite;
}
.cospa-projects-filter__grid {
  display: grid;
  gap: 47px 24px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .cospa-projects-filter__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .cospa-projects-filter__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cospa-projects-filter .filter-no-results,
.cospa-projects-filter .filter-error {
  padding: 40px 20px;
  text-align: center;
  color: #666;
}

@-webkit-keyframes cospa-ajax-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes cospa-ajax-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cospa-project-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cospa-project-card__link:hover {
  color: #252525;
  opacity: 0.8;
}
.cospa-project-card__link:hover .cospa-project-card__description {
  color: #e07b00;
}
.cospa-project-card__thumb {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  background: #d9d9d9;
}
.cospa-project-card__thumb img,
.cospa-project-card__thumb .cospa-project-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cospa-project-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin-top: 22px;
  text-align: left;
  color: #252525;
}
.cospa-project-card__type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 10px;
  height: 22px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #e07b00;
  border-radius: 80px;
  background: #fff;
  color: #e07b00;
  font-size: 12px;
  line-height: 22;
  font-weight: 600;
}
.cospa-project-card__title {
  margin: 0;
  margin-top: 8px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  color: #252525;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.cospa-project-card__description {
  margin: 0;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #252525;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.cospa-project-card__tags {
  margin: 0;
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.65;
  display: none;
}
.cospa-project-card__tag {
  color: #797979;
}
.cospa-project-card__link:hover .cospa-project-card__title {
  color: #DD7109;
}

.ajax-filter-target {
  position: relative;
  min-height: 100px;
}
.ajax-filter-target.is-loading {
  pointer-events: none;
  opacity: 0.6;
}
.ajax-filter-target.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border: 3px solid #E07B00;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: ajax-filter-spin 0.8s linear infinite;
          animation: ajax-filter-spin 0.8s linear infinite;
}

.filter-no-results,
.filter-error {
  padding: 40px 20px;
  text-align: center;
  color: #666;
}

@-webkit-keyframes ajax-filter-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ajax-filter-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ajax-filter-pagination {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ajax-filter-pagination .pagination {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ajax-filter-pagination .pagination .page-item,
.ajax-filter-pagination .pagination .nav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ajax-filter-pagination .pagination .page-item.current a,
.ajax-filter-pagination .pagination .page-item a.current,
.ajax-filter-pagination .pagination .nav-item.current a,
.ajax-filter-pagination .pagination .nav-item a.current {
  pointer-events: none;
  font-weight: 700;
}
.ajax-filter-pagination .pagination a.page-numbers {
  cursor: pointer;
}
.ajax-filter-pagination .pagination a.page-numbers:not(.prev-page):not(.next-page),
.ajax-filter-pagination .pagination span.active {
  min-width: 42px;
  max-width: 42px;
  width: 42px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ajax-filter-pagination .pagination a.prev-page,
.ajax-filter-pagination .pagination a.next-page {
  min-width: auto;
  width: auto;
  padding: 0 16px;
  border-radius: 21px;
}

ul.nav.pagination.post-pagination > li > a,
ul.nav.pagination.post-pagination > li > span {
  font-size: 14px;
}

ul.nav.pagination.post-pagination {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.projects-horizontal-scroll-wrap .projects-horizontal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.projects-horizontal-scroll-wrap .projects-horizontal-scroll::-webkit-scrollbar {
  height: 6px;
}
.projects-horizontal-scroll-wrap .projects-horizontal-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.projects-horizontal-scroll-wrap .projects-horizontal-scroll::-webkit-scrollbar-thumb {
  background: #E07B00;
  border-radius: 3px;
}
.projects-horizontal-scroll-wrap .projects-horizontal-scroll::-webkit-scrollbar-thumb:hover {
  background: #c96a00;
}
.projects-horizontal-scroll-wrap .projects-horizontal-scroll-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  padding: 10px 0 20px;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
.projects-horizontal-scroll-wrap .projects-horizontal-scroll-inner .portfolio-item-horizontal {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  /* スマホ: 1.3枚分（vw ベース） */
  max-width: calc((100vw - 48px) / 1.3);
  width: 100%;
}
@media (min-width: 768px) {
  .projects-horizontal-scroll-wrap .projects-horizontal-scroll-inner .portfolio-item-horizontal {
    /* PC: 3.5枚分 */
    max-width: calc((100vw - 80px) / 5);
  }
}
.projects-horizontal-scroll-wrap .projects-horizontal-scroll-inner .filter-no-results {
  padding: 40px 20px;
  color: #666;
}
.projects-horizontal-scroll-wrap .portfolio-style-classic .portfolio-inner .post-thumb img {
  aspect-ratio: 306/204;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.projects-horizontal-scroll-wrap .portfolio-style-classic .portfolio-inner .entry-title h4 a {
  font-size: 20px;
}
.projects-horizontal-scroll-wrap .portfolio-style-classic .portfolio-inner .post-overlay-items {
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(68, 57, 53, 0.8509803922);
}
.projects-horizontal-scroll-wrap .portfolio-style-classic .portfolio-inner a.post-title:hover h4 {
  color: #DD7109;
}
.projects-horizontal-scroll-wrap .portfolio-style-classic .portfolio-inner .post-excerpt {
  margin-top: 10px;
  font-size: 14px;
}
.projects-horizontal-scroll-wrap .portfolio-style-classic .portfolio-inner .post-content-wrapper {
  margin-top: 10px;
}

.donwload_card .donwload_card_inner a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.donwload_card .donwload_card_inner a .download_card_content {
  margin-top: 28px;
  margin-bottom: 40px;
}
.donwload_card .donwload_card_inner a .download_card_content .download_card_title {
  font-size: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  line-height: 34.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.donwload_card .donwload_card_inner a .download_card_content .download_card_title span.c-circle-arrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: solid 1px #ccc;
  border-radius: 50%;
  -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  position: relative;
}
.donwload_card .donwload_card_inner a .download_card_content .download_card_title span.c-circle-arrow svg {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 52%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.donwload_card .donwload_card_inner a .download_card_content .number_of_page {
  margin-top: 8px;
  font-size: 12px;
  display: block;
  line-height: 1.5;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.donwload_card .donwload_card_inner a .download_card_content .download_card_excerpt {
  line-height: 1.5;
  margin: 0;
  margin-top: 23px;
  font-size: 17px;
  color: #555;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.donwload_card .donwload_card_inner a:hover h3.download_card_title {
  color: #DD7109;
}
.donwload_card .donwload_card_inner a:hover .download_card_content .download_card_excerpt {
  color: #DD7109;
}

.image-full figure,
.image-full img {
  width: 100%;
  height: auto;
}

.cta-container {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-container .cta-card {
  width: 100%;
}

.logoSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.client-logo-grid .client-logo-grid__item img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
@media (max-width: 768px) {
  .client-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .client-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wpcf7 .wpcf7-form .newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.wpcf7 .wpcf7-form .newsletter-form .newsletter-email input[type=email] {
  margin: 0;
  background: transparent;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  border: 1px solid #4d4d4d;
  border-radius: 8px 0 0 8px !important;
}
.wpcf7 .wpcf7-form .newsletter-form .newsletter-email input[type=email]:placeholder {
  font-family: Figtree;
}
.wpcf7 .wpcf7-form .newsletter-form .newsletter-submit input[type=submit] {
  background-color: #DD7109;
  color: #fff;
  border: none;
  border-radius: 0 8px 8px 0 !important;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  color: #ffffff;
  background-color: #DD7109;
  border-color: rgb(221, 113, 9);
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  height: 52px;
}
.wpcf7 .wpcf7-form .newsletter-form .newsletter-submit {
  margin-bottom: 19px;
}
.wpcf7 .wpcf7-form .newsletter-form .wpcf7-spinner {
  display: none;
}