@charset "UTF-8";
.dn {
  display: none !important;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 991px) {
  .u-tab-no {
    display: none !important;
  }
}

.u-tab {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .u-tab {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
}
.single-works {
  overflow-x: visible !important;
}
@media screen and (max-width: 767px) {
  .single-works {
    overflow-x: hidden !important;
  }
}
.single-works .single_breadcrumb {
  margin-top: 50px !important;
}
@media screen and (max-width: 991px) {
  .single-works .single_breadcrumb {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 575px) {
  .single-works .single_breadcrumb {
    margin-top: 90px !important;
  }
}

.single_breadcrumb {
  line-height: 1.2;
}
.single_breadcrumb .wrapper {
  margin-inline: 0;
}
@media screen and (max-width: 767px) {
  .single_breadcrumb .wrapper {
    padding-inline: 0px 20px;
  }
}

.contents_single {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .contents_single {
    padding-bottom: 0 !important;
  }
}
.contents_single .wrapper {
  max-width: 1920px;
}
@media screen and (max-width: 767px) {
  .contents_single .wrapper {
    padding-inline: 20px;
  }
}

.works__single-header {
  text-align: center;
  width: max-content;
  margin-inline: auto;
  margin-top: -20px;
}
@media screen and (max-width: 991px) {
  .works__single-header {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .works__single-header {
    margin-top: -20px;
  }
}

.works__single-title {
  font-size: 32px;
  line-height: 1.26em;
  color: #0E1A3C;
  margin: 0 0 10px;
  position: relative;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 1199px) {
  .works__single-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .works__single-title {
    font-size: 22px;
  }
}
.works__single-title::before, .works__single-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 200px;
  height: 1px;
  background-color: #0E1A3C;
  transform: translateY(-50%);
}
.works__single-title::before {
  left: -220px;
}
@media screen and (max-width: 767px) {
  .works__single-title::before {
    left: -210px;
  }
}
.works__single-title::after {
  right: -220px;
}
@media screen and (max-width: 767px) {
  .works__single-title::after {
    right: -210px;
  }
}

@media screen and (max-width: 1199px) {
  .works__single-title--tab {
    font-size: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .works__single-title--tab::before, .works__single-title--tab::after {
    width: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .works__single-title--tab::before {
    left: -130px;
  }
}
@media screen and (max-width: 1199px) {
  .works__single-title--tab::after {
    right: -130px;
  }
}

.works__single-description {
  font-size: 26px !important;
  font-weight: 400;
  line-height: 1em;
  color: #0E1A3C;
  margin: 0 0 10px;
}
@media screen and (max-width: 1199px) {
  .works__single-description {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  .works__single-description {
    font-size: 22px !important;
  }
}

/* ワークスラッパー */
.works__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}
@media screen and (max-width: 991px) {
  .works__wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .works__wrapper {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .works__wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
/* サイドバー */
.works__side {
  width: 181px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .works__side .case-search {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .works__side {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.works__side-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.04em;
  color: #0E1A3C;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .works__side-title {
    font-size: 20px;
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .works__side-title::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 28px;
    height: 26px;
    background: url(../../images/works/works-side-title-sp.png) center/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .works__side-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .works__side-category {
    margin-bottom: 0;
  }
}

.works__side-category-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5em;
  letter-spacing: 0.04em;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  .works__side-category-title {
    font-size: 14px;
    line-height: 1.6428571429;
    padding: 2px 15px;
    border: 1px solid #0E1A3C;
  }
}

.works__side-category-link {
  color: #0E1A3C;
  text-decoration: none;
  transition: opacity 0.3s;
}

.works__side-category-link:hover {
  opacity: 0.7;
}

.works__side-line {
  width: 170px;
  height: 1px;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .works__side-line {
    display: none;
  }
}

.works__side-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .works__side-list {
    display: none;
  }
}

.works__side-item {
  margin-bottom: 0;
}

.works__side-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71em;
  letter-spacing: 0.04em;
  color: #0E1A3C;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .works__side-link {
    font-size: 13px;
  }
}

.works__side-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .works__side-button {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .works__side-button a {
    margin-left: 40px;
  }
}

/* メインコンテンツ */
.works__main {
  flex: 1;
  max-width: 1200px;
}
/* 詳細ページ */
.works__detail {
  max-width: 1200px;
  width: 100%;
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .works__detail {
    margin-top: 37px;
  }
}

.works__detail-header {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 6.4vw;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .works__detail-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .works__detail-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .works__detail-image {
    width: 100%;
  }
}

.works__detail-image img {
  width: 100%;
  aspect-ratio: 3/2;
  display: block;
}

.works__detail-client {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14em;
  letter-spacing: 0.07em;
  color: #0E1A3C;
  margin: 5px 0 0;
}

@media screen and (max-width: 767px) {
  .works__detail-info {
    width: 100%;
  }
}

.works__detail-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.33em;
  letter-spacing: 0.04em;
  color: #0E1A3C;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .works__detail-title {
    font-size: 24px;
    margin-bottom: 27px;
  }
}

.works__detail-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.88 !important;
  letter-spacing: 0.04em;
  color: #0E1A3C;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .works__detail-description {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.works__detail-meta {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .works__detail-meta {
    margin-top: 20px;
  }
}

.works__detail-meta-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .works__detail-meta-item {
    flex-direction: column;
    gap: 5px;
  }
}

.works__detail-meta-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88em;
  letter-spacing: 0.04em;
  color: #0E1A3C;
  margin-right: 21px;
}

.works__detail-meta-value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88em;
  letter-spacing: 0.04em;
  color: #0E1A3C;
}

.works__detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.works__detail-tag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.5em;
  letter-spacing: 0.04em;
  color: #0E1A3C;
  border: 1px solid #0E1A3C;
  background-color: #fff;
  padding: 0 8px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works__detail-tag--child {
  border: 1px dashed #0E1A3C;
  background-color: rgba(14, 26, 60, 0.05);
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .works__detail-tag--child {
    margin-left: 5px;
  }
}

/* ワークス詳細ギャラリー */
.works__detail-content {
  margin-top: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .works__detail-content {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.works__detail-gallery {
  display: flex;
  flex-direction: column;
  gap: 21px;
  /* 共通の幅 */
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media screen and (max-width: 1600px) {
  .works__detail-gallery {
    max-width: 800px;
  }
}
@media screen and (max-width: 1199px) {
  .works__detail-gallery {
    max-width: 550px;
  }
}
@media screen and (max-width: 991px) {
  .works__detail-gallery {
    max-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .works__detail-gallery {
    width: 100%;
    gap: 10px;
  }
}

/* メインスライダー */
.works-main-swiper {
  width: 100%;
  /* 親要素の幅に合わせる */
  height: auto;
}
@media screen and (max-width: 767px) {
  .works-main-swiper {
    height: auto;
    aspect-ratio: 696/351;
  }
}

.works__detail-main-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.works__detail-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 3/2;
}

/* サムネイルスライダー */
.works-thumbs-swiper {
  width: 100%;
  /* 親要素の幅に合わせる */
  height: 100px;
}
@media screen and (max-width: 991px) {
  .works-thumbs-swiper {
    height: 75px;
  }
}

.works__detail-thumbnail-item {
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0.6;
}
.works__detail-thumbnail-item.swiper-slide-thumb-active {
  opacity: 1;
}

.works__detail-thumbnail-item:hover {
  opacity: 0.8;
}

.works__detail-thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 3/2;
}

/* 関連事例セクション */
.works-related {
  padding: 60px 0;
  background-color: #fff;
  max-width: 1200px;
  margin-top: 70px;
  margin-inline: auto;
}
@media (max-width: 1635px) {
  .works-related {
    max-width: 61vw;
  }
}
@media screen and (max-width: 991px) {
  .works-related {
    max-width: 52vw;
  }
}
@media screen and (max-width: 767px) {
  .works-related {
    padding: 40px 20px;
    max-width: 120%;
    margin: 0 calc(50% - 50vw);
  }
}

.works-related__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.33em;
  letter-spacing: 0.04em;
  color: #0E1A3C;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .works-related__title {
    font-size: 24px;
    margin-bottom: 44px;
  }
}

/* 関連事例スライダー */
.works-related-swiper {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .works-related-swiper {
    margin-bottom: 40px;
  }
}
.works-related-swiper .swiper-wrapper {
  align-items: stretch;
}
.works-related-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.works-related-swiper .works-related__item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* 関連事例1件のみの場合 */
.works-related-single {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .works-related-single {
    margin-bottom: 40px;
  }
}
.works-related-single .works-related__item {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .works-related-single .works-related__item {
    max-width: 280px;
  }
}

.works-related__item {
  text-decoration: none;
  transition: opacity 0.3s;
}

.works-related__item:hover {
  opacity: 0.8;
}

.works-related__image {
  overflow: hidden;
}

.works-related__image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}

.works-related__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875em;
  letter-spacing: 0.07em;
  color: #0E1A3C;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .works-related__name {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .works-related__button a {
    width: 78vw !important;
  }
}

/* 関連リンクセクション */
.works-links {
  padding: 60px 0;
  background-color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .works-links {
    padding: 40px 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .works-links .wrapper {
    padding-inline: 0 !important;
  }
}

.works-links__container {
  display: flex;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .works-links__container {
    flex-direction: column;
    gap: 20px;
  }
}

.works-links__item {
  position: relative;
  width: 600px;
  height: 240px;
  text-decoration: none;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .works-links__item {
    width: 100%;
    height: 130px;
  }
}

.works-links__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.works-links__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.works-links__item:hover .works-links__image img {
  transform: scale(1.05);
}

.works-links__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7B7B7B;
  opacity: 0.3;
  z-index: 2;
}

.works-links__content {
  position: relative;
  z-index: 3;
  padding: 38px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .works-links__content {
    padding: 16px 20px;
  }
}

.works-links__en {
  font-family: "Jost", sans-serif;
  font-size: 26px !important;
  font-weight: 300;
  line-height: 1.445 !important;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .works-links__en {
    font-size: 20px !important;
  }
}

.works-links__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .works-links__title {
    font-size: 20px !important;
  }
}

.works-links__arrow {
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .works-links__arrow {
    width: 26px;
    height: 26px;
  }
}

.works-links__arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: -2px;
}

.works-links__item:hover .works-links__arrow {
  background-color: rgba(255, 255, 255, 0.2);
}

/* QUOカードキャンペーンセクション */
.works-campaign {
  position: relative;
  padding: 70px 0;
  background-color: #F8F8F8;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .works-campaign {
    padding: 32px 0 0;
  }
}

.works-campaign__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}

.works-campaign__image-house {
  position: absolute;
  top: 130px;
  right: -15.625vw;
  width: 606px;
  height: 304px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .works-campaign__image-house {
    position: static;
    width: 100%;
    height: auto;
    margin-inline: auto;
  }
}

.works-campaign__image-house img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-campaign__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.26em;
  letter-spacing: 4%;
  color: #0E1A3C;
  text-align: center;
  margin: 0 0 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .works-campaign__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.works-campaign__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 5%;
  color: #0E1A3C;
  text-align: center;
  margin: 0 0 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .works-campaign__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.works-campaign__subtitle--highlight {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  width: 780px;
  height: 50px;
  background-color: #0E1A3C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 20px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .works-campaign__subtitle--highlight {
    width: 100%;
    max-width: 300px;
    margin-bottom: 0;
    font-size: 17px;
  }
}

.works-campaign__quo-content {
  display: flex;
  position: relative;
  z-index: 2;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .works-campaign__quo-content {
    flex-direction: column;
    margin-bottom: 0px;
    gap: 0;
  }
}

.works-campaign__quo-card {
  width: 243px;
  height: 163px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .works-campaign__quo-card {
    width: 112px;
    height: 76px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
  }
}

.works-campaign__quo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-campaign__quo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .works-campaign__quo-text {
    margin-bottom: 0px;
    align-items: flex-start;
    margin-left: 20px;
    margin-top: -60px;
  }
}

.works-campaign__quo-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.45em;
  color: #0E1A3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .works-campaign__quo-label {
    font-size: 28px;
  }
}

.works-campaign__quo-amount {
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-campaign__quo-number {
  font-family: "Jost", sans-serif;
  font-size: 86px;
  font-weight: 600;
  line-height: 1.45em;
  color: #0E1A3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .works-campaign__quo-number {
    font-size: 40px;
  }
}

.works-campaign__quo-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45em;
  color: #0E1A3C;
  margin: 48px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .works-campaign__quo-unit {
    font-size: 18px;
    margin-top: 10px;
  }
}

.works-campaign__quo-present {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.45em;
  color: #0E1A3C;
  margin: 37px 0 0;
}
@media screen and (max-width: 767px) {
  .works-campaign__quo-present {
    font-size: 25px;
    margin-top: 0px;
  }
}

.works-campaign__period {
  position: absolute;
  top: 0;
  right: 270px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .works-campaign__period {
    right: auto;
    left: 20px;
    top: 20px;
  }
}

.works-campaign__period-circle {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 1px solid #0E1A3C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  .works-campaign__period-circle {
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    padding: 0 14px;
    align-items: baseline;
  }
}

.works-campaign__period-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .works-campaign__period-label {
    font-size: 14px;
  }
}

.works-campaign__period-date {
  font-family: "Jost", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #0E1A3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .works-campaign__period-date {
    font-size: 24px;
  }
}
.works-campaign__period-date span {
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works-campaign__period-date span {
    font-size: 13px;
  }
}
.works-campaign__period-date span::after {
  position: absolute;
  content: "/";
  top: 33%;
  transform: translateY(-50%);
  left: 3px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .works-campaign__period-date span::after {
    font-size: 16px;
    top: 4px;
    left: 2px;
  }
}

.works-campaign__period-limit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .works-campaign__period-limit {
    font-size: 14px;
  }
}

.works-campaign__button {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .works-campaign__button {
    margin-bottom: 40px;
  }
}

.works-campaign__button {
  margin-top: 40px;
}

.works-campaign__notes {
  max-width: 764px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.works-campaign__notes::before {
  content: "";
  position: absolute;
  top: 73px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  .works-campaign__notes {
    padding: 0 15px;
    margin-top: -5px;
  }
  .works-campaign__notes::before {
    display: none;
  }
}

.works-campaign__notes-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78em;
  letter-spacing: 3%;
  color: #0E1A3C;
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  .works-campaign__notes-title {
    font-size: 16px;
    border-bottom: 1px solid #0E1A3C;
    padding-bottom: 6px;
  }
}
.works-campaign__notes-title span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .works-campaign__notes-title span {
    font-size: 18px;
  }
}

.works-campaign__notes-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  letter-spacing: 4%;
  color: #0E1A3C;
  margin: 14px 0 0;
}
@media screen and (max-width: 767px) {
  .works-campaign__notes-text {
    font-size: 14px;
  }
}

/* YouTube公式チャンネルセクション */
.works-youtube {
  padding: 80px 0;
  background-color: #fff;
  max-width: 1640px;
  margin-inline: auto;
  padding-inline: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .works-youtube {
    padding: 50px 20px;
    margin-top: 0;
  }
}

.works-youtube__header {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .works-youtube__header {
    margin-bottom: 30px;
  }
}

.works-youtube__title-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .works-youtube__title-container {
    padding-left: 0;
  }
}

.works-youtube__subtitle {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.445em;
  color: #0E1A3C;
  margin: 0;
  order: 1;
  padding-left: 24px;
  position: relative;
}
.works-youtube__subtitle::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 48px;
  background-color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  .works-youtube__subtitle::before {
    height: 18px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .works-youtube__subtitle {
    font-size: 18px;
    order: 1;
    padding-left: 34px;
  }
}

.works-youtube__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.5em;
  color: #0E1A3C;
  margin: 0;
  padding-top: 30px;
  order: 3;
}
@media screen and (max-width: 767px) {
  .works-youtube__title {
    font-size: 30px;
    padding-top: 15px;
    order: 3;
    padding-left: 20px;
    line-height: 1.2;
  }
}

.works-youtube__content {
  margin-bottom: 30px;
}

.works-youtube__videos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 53px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .works-youtube__videos {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
  }
}

.works-youtube__video-item {
  width: 100%;
}

.works-youtube__video-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
.works-youtube__video-link:hover {
  opacity: 0.8;
}

.works-youtube__video-thumbnail {
  width: 100%;
  height: 236px;
  background-color: #C7C7C7;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .works-youtube__video-thumbnail {
    height: 110px;
  }
}

.works-youtube__video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.works-youtube__video-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 4%;
  color: #505050;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .works-youtube__video-title {
    font-size: 14px;
  }
}

.works-youtube__button {
  display: flex;
  justify-content: center;
}

.works-youtube__button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 374px;
  height: 58px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #0E1A3C;
  text-decoration: none;
  border: 1px solid #0E1A3C;
  background-color: #fff;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
.works-youtube__button-link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #0E1A3C;
  border-right: 1px solid #0E1A3C;
  transition: border-color 0.3s;
}
.works-youtube__button-link:hover {
  background-color: #0E1A3C;
  color: #fff;
}
.works-youtube__button-link:hover::after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .works-youtube__button-link {
    width: 100%;
    max-width: 320px;
    height: 50px;
    font-size: 16px;
  }
}

/* ----------------------------------
   各種検索
---------------------------------- */
.post-type-archive-works .contents_breadcrumb,
.page-template-page-works-list .contents_breadcrumb {
  padding-top: 5.85rem;
}
@media screen and (max-width: 767px) {
  .post-type-archive-works .contents_breadcrumb,
  .page-template-page-works-list .contents_breadcrumb {
    padding-top: 3.85rem;
    margin-left: 0;
  }
}
.post-type-archive-works .wrapper,
.page-template-page-works-list .wrapper {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 20px;
}
.post-type-archive-works .archive-works-header,
.page-template-page-works-list .archive-works-header {
  padding-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .post-type-archive-works .archive-works-header,
  .page-template-page-works-list .archive-works-header {
    padding-top: 2.55rem;
  }
}

@media screen and (max-width: 767px) {
  .search-results-section {
    padding-top: 2.55rem !important;
  }
}

.search .wrapper {
  max-width: 1500px;
  margin-inline: auto;
  padding-inline: 20px;
  margin-bottom: 160px;
}
.search .wrapper.u-mb0 {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .search .wrapper.u-mb0 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .search .wrapper {
    padding: 0px;
    margin-bottom: 100px;
  }
}
.search .case-search {
  padding: 110px 40px 0px 40px;
  /* 広さタブ専用のグリッド */
}
@media screen and (max-width: 767px) {
  .search .case-search {
    padding: 75px 20px 20px;
  }
}
.search .case-search__header {
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
  margin-bottom: 35px;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .search .case-search__header {
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 15px;
  }
}
.search .case-search__header .case-search__icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.search .case-search__title {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  color: #0E1A3C;
  letter-spacing: 2px;
  width: max-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .search .case-search__title {
    font-size: 20px;
    margin-left: 0;
  }
}
.search .case-search__title img {
  margin-right: 13px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .search .case-search__title img {
    width: 28px;
    margin-right: 0;
  }
}
.search .case-search__tabs {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .search .case-search__tabs {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.search .case-search__tab {
  padding: 6px 15px;
  border: 1px solid #0E2971;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s, color 0.2s;
}
@media screen and (min-width: 1200px) {
  .search .case-search__tab {
    font-size: 18px;
    padding: 6px 36px;
  }
}
@media screen and (max-width: 1199px) {
  .search .case-search__tab {
    padding: 6px 10px;
  }
}
@media screen and (max-width: 991px) {
  .search .case-search__tab {
    font-size: 14px;
    padding: 6px 5px;
  }
}
@media screen and (max-width: 575px) {
  .search .case-search__tab {
    padding: 6px 15px;
  }
}
.search .case-search__tab--active {
  background: #0E2971;
  color: #fff;
}
.search .case-search__tab:hover:not(.search .case-search__tab--active) {
  background: #eee;
}
.search .case-search__content {
  background: #fff;
  padding: 24px;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .search .case-search__content {
    padding: 15px;
  }
}
.search .case-search__panel {
  display: none;
}
.search .case-search__panel--active {
  display: block;
}
.search .case-search__options {
  display: grid;
  gap: 20px 12px;
  /* 3列レイアウト */
}
@media screen and (max-width: 767px) {
  .search .case-search__options {
    display: block;
  }
}
.search .case-search__options .no-options {
  padding: 15px;
  text-align: center;
  color: #666;
  font-weight: normal;
  margin: 0;
  grid-column: 1/-1;
}
.search .case-search__options--size {
  grid-template-columns: repeat(3, 1fr);
}
.search .case-search__options--size label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search .case-search__options--size label {
    margin-bottom: 10px;
  }
}
.search .case-search__options--size label input[type=radio],
.search .case-search__options--size label input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.search .case-search .search-button {
  margin-top: 60px;
}
.search .simple-search {
  padding: 40px;
  background: #f8f8f8;
  /* for wishes buttons, override in nested */
  /* モバイル時：1列レイアウト */
}
.search .simple-search__title {
  font-size: 24px;
  font-weight: 300;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  color: #0E1A3C;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .search .simple-search__title {
    font-size: 20px;
  }
}
.search .simple-search__title img {
  margin-right: 8px;
  width: 30px;
}
.search .simple-search__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 16px 24px;
  margin-bottom: 16px;
}
.search .simple-search__row + .search .simple-search__row {
  margin-top: 8px;
}
.search .simple-search__row--services, .search .simple-search__row--wishes {
  display: flex;
}
.search .simple-search__label {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  text-align: left;
  width: 260px;
  padding: 20px 20px 20px 0px;
  border-right: 1px solid #0E1A3C;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .search .simple-search__label {
    text-align: center;
    border: none;
    margin-right: 0px;
  }
}
.search .simple-search__items {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  /* for service logos */
}
@media screen and (max-width: 767px) {
  .search .simple-search__items {
    display: block;
  }
}
.search .simple-search__items .simple-search__service-item {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .search .simple-search__items .simple-search__service-item {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
}
.search .simple-search__items .simple-search__service-item img {
  display: block;
  object-fit: contain;
}
.search .simple-search .simple-search__wish-item {
  display: inline-block;
  padding: 8px 40px 8px 12px;
  background: #0E1A3C;
  border: 1px solid #0E1A3C;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s;
  position: relative;
  margin: 10px;
}
@media screen and (max-width: 1199px) {
  .search .simple-search .simple-search__wish-item {
    font-size: 14px;
    margin: 5px;
  }
}
@media screen and (max-width: 575px) {
  .search .simple-search .simple-search__wish-item {
    font-size: 12px;
    margin: 5px;
    padding: 8px 30px 8px 12px;
  }
}
.search .simple-search .simple-search__wish-item:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(../../images/index/arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 575px) {
  .search .simple-search .simple-search__wish-item:after {
    width: 15px;
    height: 15px;
  }
}
.search .simple-search .simple-search__wish-item:hover {
  background: #fff;
  color: #0E1A3C;
  border: 1px solid #0E1A3C;
}
@media screen and (max-width: 600px) {
  .search .simple-search__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .search .simple-search__row::before {
    display: none;
  }
  .search .simple-search__items {
    margin-top: 12px;
    gap: 8px;
  }
  .search .simple-search__items .simple-search__wish-item {
    width: 100%;
    text-align: center;
  }
  .search .simple-search__items .simple-search__service-item img {
    max-width: 100%;
  }
}

.search-results-title-wrapper {
  text-align: center;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .search-results-title-wrapper {
    font-size: 20px;
  }
}

/* 投稿タイプのラベル */
.post-type-label {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 3px;
  margin-left: 10px;
  background-color: #0E1A3C;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-type-label {
    font-size: 10px;
    padding: 1px 6px;
  }
}

/* 検索結果のグリッドスタイル */
.search-results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 37px;
  margin-bottom: 40px;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 20px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .search-results-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 40px;
    margin-bottom: 27px;
  }
}

.search-result-item {
  overflow: hidden;
}

.search-result-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.search-result-image {
  height: 331px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1140px) {
  .search-result-image {
    height: 29vw;
  }
}
@media screen and (max-width: 767px) {
  .search-result-image {
    height: 63vw;
  }
}

.search-result-content {
  padding-block: 6px;
}

.search-result-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 767px) {
  .search-result-title {
    font-size: 16px;
  }
}

.search-result-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #666;
}
.search-result-meta time {
  flex-shrink: 0;
}

/* 検索結果なしのスタイル */
.no-results {
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 30px;
}
.no-results p {
  margin: 10px 0;
  font-size: 16px;
  color: #666;
}
.no-results p:first-child {
  font-weight: 500;
  font-size: 18px;
  color: #0E1A3C;
}

/* 検索結果のスタイル */
.search-results-header {
  margin-bottom: 30px;
  padding: 100px 20px 0;
}
.search-results-header .search-conditions {
  margin-bottom: 15px;
}
.search-results-header .search-conditions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.search-results-header .search-conditions ul li {
  margin-bottom: 5px;
  padding: 5px 10px;
  position: relative;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .search-results-header .search-conditions ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .search-results-header {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-results-header {
    padding: 15px 20px 10px;
    margin-bottom: 0;
  }
  .search-results-header .search-conditions ul {
    display: block;
  }
}

.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .custom-pagination {
    gap: 5px;
  }
}
.custom-pagination a,
.custom-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid #A5AAB9;
  color: #A5AAB9;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  background-color: #fff;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  .custom-pagination a,
  .custom-pagination span {
    min-width: 27px;
    height: 27px;
    font-size: 14px;
  }
}
.custom-pagination a:hover,
.custom-pagination span:hover {
  background-color: #A5AAB9;
  color: #fff;
}
.custom-pagination .pagination-current {
  background-color: #A5AAB9;
  color: #fff;
  cursor: default;
}
.custom-pagination .pagination-prev,
.custom-pagination .pagination-next {
  font-weight: 400;
  font-size: 16px;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .custom-pagination .pagination-prev,
  .custom-pagination .pagination-next {
    font-size: 14px;
  }
}

.easy-search {
  margin-top: 90px;
  background-color: #F8F8F8;
  padding: 65px 0 90px;
  text-align: center;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .easy-search {
    padding: 30px 0;
    margin-top: 0;
    background-color: #fff;
  }
}
.easy-search .easy-search__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 36px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .easy-search .easy-search__title {
    margin-bottom: 40px;
    justify-content: flex-start;
    padding-left: 20px;
    font-size: 20px;
    gap: 0px;
  }
}
.easy-search .easy-search__icon {
  position: relative;
  width: 41.66px;
  height: 41.66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .easy-search .easy-search__icon {
    width: 32px;
    height: 32px;
  }
}
.easy-search .easy-search__icon-main {
  position: absolute;
  width: 35.23px;
  height: 35.23px;
  top: 0.61px;
  left: -0.39px;
}
@media screen and (max-width: 767px) {
  .easy-search .easy-search__icon-main {
    width: 28px;
    height: 28px;
    top: 0.5px;
    left: -0.3px;
  }
}
.easy-search .easy-search__title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #0E1A3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .easy-search .easy-search__title-text {
    font-size: 24px;
  }
}
.easy-search .easy-search__cards {
  display: flex;
  justify-content: center;
  gap: 42px;
  max-width: 1480px;
  margin: 0 auto;
  padding-inline: 20px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .easy-search .easy-search__cards {
    flex-direction: column;
    gap: 67px;
    padding: 0 16px;
  }
}
.easy-search .easy-search__card {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 40px 70px 40px 60px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .easy-search .easy-search__card {
    grid-template-columns: 1fr;
    padding: 10px 20px;
    gap: 20px;
  }
}
.easy-search .easy-search__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #0E1A3C;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .easy-search .easy-search__card-text {
    font-size: 16px;
    text-align: center;
  }
}
.easy-search .easy-search__logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-around;
  padding-left: 60px;
  gap: 5vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .easy-search .easy-search__logos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-inline: 30px;
  }
}
.easy-search .easy-search__logos::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 80px;
  background-color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  .easy-search .easy-search__logos::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .easy-search .easy-search__logos img {
    max-width: 528px;
    margin-inline: auto;
  }
}
.easy-search .easy-search__tags {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  position: relative;
  padding-left: 60px;
  padding-block: 10px;
}
.easy-search .easy-search__tags::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 80px;
  background-color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  .easy-search .easy-search__tags {
    gap: 7px;
    justify-content: flex-start;
    padding-left: 0;
    padding-block: 0;
  }
}
.easy-search .easy-search__tag {
  background-color: #0E1A3C;
  color: #F8F8F8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 65px 0px 30px;
  border-radius: 0;
  line-height: 2.1;
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.easy-search .easy-search__tag::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
  width: 20px;
  height: 20px;
  background: url(../../images/works/easy-search-tag-icon.png) center/contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .easy-search .easy-search__tag {
    font-size: 14px;
    padding: 0px 40px 0px 16px;
    line-height: 2.2;
  }
  .easy-search .easy-search__tag::after {
    right: 15px;
    width: 16px;
    height: 16px;
  }
}

.works-latest {
  margin-top: 86px;
  margin-inline: calc(50% - 50vw);
}
.works-latest .works__detail {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 20px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .works-latest .works__detail {
    padding: 0;
    margin-top: 40px;
  }
}
.works-latest .works__detail-header {
  grid-template-columns: 1fr 696px;
}
@media (max-width: 1100px) {
  .works-latest .works__detail-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .works-latest .works__detail-header {
    flex-direction: column-reverse;
  }
}
.works-latest .works__detail-info {
  width: 70%;
  margin-left: auto;
}
@media (max-width: 1100px) {
  .works-latest .works__detail-info {
    width: 100%;
    max-width: 750px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .works-latest .works__detail-info {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 767px) {
  .works-latest .works__detail-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .works-latest .works__detail-description {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .works-latest .works__detail-meta {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  .works-latest .works__detail-meta-item {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 20px;
  }
}
.works-latest .works__detail-content {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .works-latest {
    margin-top: 44px;
    padding-inline: 20px;
  }
}

.works-latest__header {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .works-latest__header {
    margin-bottom: 30px;
    text-align: left;
  }
}

.works-latest__title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .works-latest__title {
    font-size: 20px;
  }
}

.works-latest__main {
  margin-bottom: 170px;
}
.works-latest__main .works__detail-link-wrapper {
  text-align: right;
  padding-right: 35px;
  font-size: 15px;
  position: relative;
}
.works-latest__main .works__detail-link-wrapper::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  background: url(../../images/event/event-icon.png) center/cover no-repeat;
  height: 24px;
  transition: all 0.3s ease;
}
.works-latest__main .works__detail-link-wrapper:hover::after {
  background: url(../../images/event/event-icon-hover.png) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .works-latest__main {
    margin-bottom: 30px;
  }
}

.works-latest__slider {
  position: relative;
  padding-inline: 20px;
}
.works-latest__slider .works-latest-swiper {
  position: relative;
  overflow: hidden;
}
.works-latest__slider .swiper-wrapper {
  display: flex;
}
.works-latest__slider .swiper-slide {
  flex-shrink: 0;
}

.works-latest__slider-item {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}
.works-latest__slider-item img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}

.works-latest__slider-item-title {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  .works-latest__slider-item-title {
    font-size: 14px;
  }
}

/*========================================
# タクソノミーページ用スタイル
========================================  */
.tax-category_works .contents_breadcrumb {
  margin-top: 73px;
}
@media screen and (max-width: 767px) {
  .tax-category_works .contents_breadcrumb {
    margin-top: 44px;
  }
}
.tax-category_works .wrapper {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .tax-category_works .wrapper {
    padding-inline: 0px;
  }
}
.tax-category_works .archive-works-header {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .tax-category_works .archive-works-header {
    margin-top: 28px;
  }
}
.tax-category_works .search .wrapper {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .tax-category_works .search .wrapper {
    margin-bottom: -10px;
  }
}
.tax-category_works .case-search {
  max-width: 1450px;
  margin: 0 auto;
}

.works-archive .works-list-section .term-description {
  margin-bottom: 40px;
  padding: 20px;
  background: #F8F8F8;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .works-archive .works-list-section .term-description {
    margin-bottom: 30px;
    padding: 15px;
  }
}
.works-archive .works-list-section .term-description p {
  font-size: 16px;
  line-height: 1.7;
  color: #0E1A3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .works-archive .works-list-section .term-description p {
    font-size: 14px;
  }
}
.works-archive .works-list-section .works__taxonomy-title {
  margin-bottom: 5px;
  padding: 5px 10px;
  position: relative;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .works-archive .works-list-section .works__taxonomy-title {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
.works-archive .works-list-section .works-list-title-wrapper {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .works-archive .works-list-section .works-list-title-wrapper {
    margin-bottom: 30px;
  }
}
.works-archive .works-list-section .works-list-title-wrapper .works-list-title {
  font-size: 28px;
  font-weight: 600;
  color: #0E1A3C;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .works-archive .works-list-section .works-list-title-wrapper .works-list-title {
    font-size: 22px;
  }
}
.works-archive .works-list-section .works-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 20px;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .works-archive .works-list-section .works-list-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.works-archive .works-list-section .works-list-item {
  background: #fff;
  overflow: hidden;
}
.works-archive .works-list-section .works-list-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.works-archive .works-list-section .works-list-image {
  width: 100%;
  height: 330px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1140px) {
  .works-archive .works-list-section .works-list-image {
    height: 29vw;
  }
}
@media screen and (max-width: 767px) {
  .works-archive .works-list-section .works-list-image {
    height: 63vw;
  }
}
.works-archive .works-list-section .works-list-content {
  padding: 6px;
}
@media screen and (max-width: 767px) {
  .works-archive .works-list-section .works-list-content {
    padding: 9px 0;
  }
}
.works-archive .works-list-section .works-list-title {
  font-size: 18px;
  font-weight: 600;
  color: #0E1A3C;
  margin: 0 0 15px 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .works-archive .works-list-section .works-list-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.works-archive .works-list-section .works-list-meta .works-list-meta-text {
  font-size: 14px;
  color: #0E1A3C;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .works-archive .works-list-section .works-list-meta .works-list-meta-text {
    font-size: 13px;
  }
}
.works-archive .pagenation {
  text-align: center;
}
.works-archive .pagenation .custom-pagination {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .works-archive .pagenation .custom-pagination {
    gap: 6px;
  }
}
.works-archive .pagenation .pagination-prev,
.works-archive .pagenation .pagination-next,
.works-archive .pagenation .pagination-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #0E1A3C;
  color: #0E1A3C;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .works-archive .pagenation .pagination-prev,
  .works-archive .pagenation .pagination-next,
  .works-archive .pagenation .pagination-number {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }
}
.works-archive .pagenation .pagination-prev:hover,
.works-archive .pagenation .pagination-next:hover,
.works-archive .pagenation .pagination-number:hover {
  background: #0E1A3C;
  border-color: #0E1A3C;
  color: #fff;
}
.works-archive .pagenation .pagination-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #0E1A3C;
  border: 1px solid #0E1A3C;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .works-archive .pagenation .pagination-current {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }
}
.works-archive .pagenation .pagination-prev,
.works-archive .pagenation .pagination-next {
  font-weight: 600;
}
.works-archive .no-results {
  text-align: center;
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .works-archive .no-results {
    padding: 40px 20px;
  }
}
.works-archive .no-results p {
  font-size: 16px;
  color: #0E1A3C;
  margin: 0 0 15px 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .works-archive .no-results p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.works-archive .no-results .no-results__actions {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .works-archive .no-results .no-results__actions {
    margin-top: 20px;
  }
}
.works-archive .no-results .no-results__actions .no-results__link {
  display: inline-block;
  padding: 12px 24px;
  background: #0E1A3C;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .works-archive .no-results .no-results__actions .no-results__link {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.works-archive .no-results .no-results__actions .no-results__link:hover {
  background: #040813;
}

/*========================================
# works-list
========================================  */
@media screen and (max-width: 767px) {
  .page-template-page-works-list .works-archive .wrapper {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-works-list .archive-works-header {
    padding-top: 1.55rem;
  }
}

.blank_space {
  width: 180px;
}
@media screen and (max-width: 991px) {
  .blank_space {
    display: none;
  }
}

.contents_title {
  padding-bottom: 0 !important;
  margin-bottom: -50px;
}
@media screen and (max-width: 991px) {
  .contents_title {
    padding-top: 0 !important;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .contents_title .works__wrapper {
    gap: 0;
  }
}

.contents .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

/*# sourceMappingURL=works.css.map */
