@charset "UTF-8";
/*CMS共通スタイル*/
/* アーカイブページのページネーション */
.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: var(--roboto);
  font-weight: 900;
  width: 88%;
  margin-inline: auto;
}

.prevItem {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
}

.nextItem {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 37.5px;
  min-width: 37.5px;
  height: 37.5px;
  text-decoration: none;
  color: #666666;
}
.page-numbers:hover {
  opacity: 1;
  color: #666666;
}

.prevItem .page-numbers,
.nextItem .page-numbers {
  max-width: 40.6px;
  min-width: 40.6px;
}
.prevItem .page-numbers:hover img,
.nextItem .page-numbers:hover img {
  transform: translate(0, 0);
  opacity: 1;
}

.current .page-numbers.current {
  background: #CCCCCC;
  color: #fff;
}
.current .page-numbers.current:hover {
  color: #fff;
}

/*詳細ページページャー*/
.pager_s {
  display: flex;
  flex-direction: column;
  gap: 2em 11%;
}

.pager_s__prev, .pager_s__next {
  max-width: 218px;
  width: 100%;
}

.pager_s__next {
  margin-left: auto;
}

.pager_s__prev > a, .pager_s__next > a {
  text-decoration: none;
}
.pager_s__prev > a .linkSingleParts, .pager_s__next > a .linkSingleParts {
  pointer-events: none;
}

.pager_s__next > a .pager_s__title {
  text-align: right;
}
.pager_s__next > a .pager_s__arrow {
  margin-left: auto;
}

.pager_s__arrow {
  max-width: 119px;
  width: 100%;
}

.pager_s__title {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/*おしらせ一覧*/
.news .sub02 #sub02 {
  padding-bottom: 1.2em;
}

.newsCate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1em 45px;
}
.newsCate > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 23px;
}
.newsCate > ul > li > a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 2.67;
  letter-spacing: 0.15em;
  color: #4d4d4d;
}
.newsCate > ul > li > a::before {
  content: "#";
  display: inline-block;
  margin-right: 8px;
}

.news #sub04 {
  padding-top: 1em;
}

.newsList > li:first-child .newsList__item {
  padding-top: 0;
}

.newsList__item {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 1em;
  border-bottom: 1px solid #cccccc;
  padding-block: 2em;
}
.newsList__item:hover .newsList__img img {
  opacity: 1;
}
.newsList__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1px;
  right: calc((100% - 100vw) / 2);
  width: calc((100vw - 100%) / 2);
  height: 1px;
  background: #cccccc;
}

.newsList__details {
  order: 3;
  flex: 1;
  display: block;
}

.newsList__dateWrap {
  order: 1;
  order: unset;
  width: 20px;
  align-self: flex-start;
}
.newsList__dateWrap:has(+ .newsList__img) {
  margin-top: 0.6em;
}

.newsList__date {
  display: inline-block;
  transform-origin: left bottom;
  transform: translateY(-25px) rotate(90deg);
}

.newsList__img {
  order: 2;
  flex: 0.7;
  aspect-ratio: 234/163;
  width: 100%;
  overflow: hidden;
}
.newsList__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: 0.45s ease-in-out;
}

.newsList__texts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 0.6em;
}

.newsList__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.newsList__cates {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.newsList__linkItem {
  max-width: 119px;
  min-width: 119px;
  margin-left: auto;
  margin-top: 0.5em;
}

/*お知らせ詳細*/
.news_s #sub02 {
  padding-bottom: 1.5em;
}
.news_s #sub04 {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding-top: 0;
}
.news_s #sub04::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1px;
  right: calc((100% - 100vw) / 2);
  width: calc((100vw - 100%) / 2);
  height: 1px;
  background: var(--border-color);
}

.news_s__cols {
  display: flex;
  flex-direction: column;
  gap: 3em 11%;
}

.news_s__headingBox {
  width: 100%;
}

.news_s__cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 14px;
}

.news_s__contents {
  flex: 1;
  max-width: 100%;
}
.news_s__contents > p {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #808080;
}

/*よみもの一覧*/
.blog .sub02 #sub02 {
  padding-top: 2em;
  padding-bottom: 1em;
}

.blogCate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1em 45px;
}
.blogCate > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 24px;
}
.blogCate > ul > li > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  line-height: 2.67;
  letter-spacing: 0.15em;
  color: #4d4d4d;
}
.blogCate > ul > li > a:hover .blogCate__img > img {
  transform: unset;
}
.blogCate .blogCate__img {
  display: block;
  width: 48px;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.blogCate .blogCate__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogCate .blogCate__text {
  display: inline-block;
}
.blogCate .blogCate__text::before {
  content: "#";
  display: inline-block;
  margin-right: 8px;
}

.blog #sub04 {
  padding-top: 1em;
}

.blogList > li:first-child .blogList__item {
  padding-top: 0;
}

.blogList__item {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 1em;
  border-bottom: 1px solid #cccccc;
  padding-block: 2em;
}
.blogList__item:hover .blogList__img img {
  opacity: 1;
}
.blogList__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1px;
  right: calc((100% - 100vw) / 2);
  width: calc((100vw - 100%) / 2);
  height: 1px;
  background: #cccccc;
}

.blogList__details {
  order: 3;
  flex: 1;
  display: block;
}

.blogList__dateWrap {
  order: 1;
  width: 20px;
  align-self: flex-start;
}
.blogList__dateWrap:has(+ .blogList__img) {
  margin-top: 0.6em;
}

.blogList__date {
  display: inline-block;
  transform-origin: left bottom;
  transform: translateY(-25px) rotate(90deg);
}

.blogList__img {
  order: 2;
  flex: 0.7;
  aspect-ratio: 234/163;
  margin-left: 0;
  overflow: hidden;
}
.blogList__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: 0.45s ease-in-out;
}

.blogList__texts {
  order: 98;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 0.6em;
}

.blogList__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.blogList__cates {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.blogList__linkItem {
  max-width: 119px;
  min-width: 119px;
  margin-left: auto;
  margin-top: 0.5em;
}

/*よみもの詳細*/
.blog_s .sub02 #sub02 {
  padding-top: 2em;
  padding-bottom: 1em;
}
.blog_s #sub04 {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding-top: 0;
}
.blog_s #sub04::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1px;
  right: calc((100% - 100vw) / 2);
  width: calc((100vw - 100%) / 2);
  height: 1px;
  background: var(--border-color);
}

.blog_s__cols {
  display: flex;
  flex-direction: column;
  gap: 3em 12.2%;
  width: 100%;
}

.blog_s__headingBox {
  width: 100%;
}

.blog_s__cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 14px;
}

.blog_s__thumb > img {
  width: 100%;
}

.blog_s__contents {
  flex: 1;
  max-width: 100%;
  width: 100%;
}

.blog_s__textBox {
  max-width: 587px;
  width: 100%;
}
.blog_s__textBox > p {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #808080;
}

.blog_s__pagination {
  width: calc((100vw - 100%) / 2 * 0.43 + 100%);
}

/* 建築事例一覧 */
.worksCate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.5em 45px;
}
.worksCate > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 23px;
}
.worksCate > ul > li > a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 2.67;
  letter-spacing: 0.15em;
  color: #4d4d4d;
}
.worksCate > ul > li > a::before {
  content: "#";
  display: inline-block;
  margin-right: 8px;
}

.works__item {
  position: relative;
  display: block;
  border-bottom: 1px solid #CCCCCC;
  padding-block: 4em 3em;
}
.works__item:first-child {
  padding-top: 0;
}
.works__item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: calc((100% - 100vw) / 2);
  width: calc((100vw - 100%) / 2);
  height: 1px;
  background: #CCCCCC;
}
.works__item.no-item {
  border-bottom: none;
  padding-block: 0;
}
.works__item.no-item::after {
  display: none;
}

.works__headingCol {
  width: 100%;
  padding-block: 0;
}

.works__slideContainer {
  width: 100%;
}

.works__linkItem, .works__linkItem--mRightNone {
  max-width: 90px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.slick__container, .slick__container--mTop {
  position: relative;
  /* インナー幅から片側をはみ出させる */
  width: calc(100% + 100vw - 100%);
  /* / インナー幅から片側をはみ出させる */
  margin-right: 0;
  margin-left: calc((100% - 100vw) / 2);
}
.slick__container--mTop {
  margin-top: 70px;
}

.slick__images.is-single {
  display: flex;
  justify-content: center;
}

.navi-area {
  display: flex;
  align-items: center;
  gap: 32px;
}

.navi-area .slick-prev,
.navi-area .slick-next {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 14px;
  transition: all 0.3s ease-in-out;
}
.navi-area .slick-prev::before,
.navi-area .slick-next::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.navi-area .slick-prev::after,
.navi-area .slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease-in-out;
}

.navi-area .slick-prev img,
.navi-area .slick-next img {
  display: none;
}

.navi-area .slick-prev {
  transform: scale(-1, 1);
  left: 0;
}

.navi-area .slick-next {
  transform: unset;
}

.slick__prev,
.slick__next {
  border: none;
  background: transparent;
  position: absolute;
  top: -71px;
  z-index: 1;
  display: inline-block;
  width: 20px;
  height: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.slick__prev::before,
.slick__next::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.slick__prev::after,
.slick__next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease-in-out;
}

.slick__prev {
  /* (インナー幅の右端) + (画像のマージン + ボタンの大きさ + ボタンとの間隔) */
  right: calc(100vw - 100% + 52px);
  transform: scale(-1, 1);
}
.slick__prev:hover {
  transform: scale(-1, 1);
}

.slick__next {
  /* (インナー幅の右端) + (画像のマージン) */
  right: calc(100vw - 100% + 0px);
}

.slick-track {
  gap: 15px;
}

.slick__images .slick__image {
  position: relative;
  width: 470px;
  height: 100% !important;
  aspect-ratio: 470/330;
  overflow: hidden;
  margin-right: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.slick__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 建築事例詳細 */
.works_s.contents {
  padding-block: 0;
}
.works_s .sub00 {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 375/260;
  min-height: auto;
}
.works_s .sub00::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.4);
}
.works_s .works_s__kvImg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.works_s .works_s__kvImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works_s #sub00 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 9em;
}

.works_s__mvTexts {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.works_s__mvHeading {
  letter-spacing: 0.35em;
}

.works_s__inner {
  max-width: 969px;
  width: 100%;
  margin-left: auto;
}

.works_s__mainSlideContainer {
  width: 100%;
}
.works_s__mainSlideContainer .slick-track {
  gap: 0;
}
.works_s__mainSlideContainer .works_s__mainSlideItem {
  width: 100%;
  height: 100% !important;
  aspect-ratio: 969/546;
  overflow: hidden;
}
.works_s__mainSlideContainer .works_s__mainSlideItem > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works_s__thumbnailBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.works_s__thumbnailLink {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 309/217;
  overflow: hidden;
}
.works_s__thumbnailLink::after {
  content: "";
  display: inline-block;
  width: 12.3px;
  height: 12.3px;
  background: url(../img/common/icon_search_white.svg) center/contain no-repeat;
  position: absolute;
  bottom: 0.7em;
  right: 0.8em;
  transition: all 0.3s ease;
}
.works_s__thumbnailLink:hover::after {
  transform: scale(1.2);
}
.works_s__thumbnailLink:hover {
  opacity: 1;
}
.works_s__thumbnailLink > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

/* fancybox ナビボタン位置調整 */
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: all 0.3s ease-in-out !important;
}

.fancybox-inner .fancybox-navigation .fancybox-button--arrow_right {
  display: none;
  top: var(--btn-top, 50%);
  left: var(--btn-next-left, 0);
}

.fancybox-inner .fancybox-navigation .fancybox-button--arrow_left {
  display: none;
  top: var(--btn-top, 50%);
  left: var(--btn-prev-left, 0);
}

.works_s__imgList {
  display: flex;
  flex-direction: column;
  gap: 3em;
}

.works_s__staffBox {
  border: 1px solid #EFEFEF;
  display: flex;
  flex-direction: column;
  gap: 2em 65px;
  padding-inline: 1.5em;
  padding-block: 1.5em;
}

.works_s__staffImg {
  max-width: 190px;
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 1/1;
}

.works_s__staffTexts {
  flex: 1;
  padding-top: 0em;
}

.works_s__moreHeading {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
}
.works_s__moreHeading::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: calc((100% - 100vw) / 2);
  width: calc((100vw - 100%) / 2);
  height: 1px;
  background: #CCCCCC;
}
@media (min-width: 768px){
  .prevItem {
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .nextItem {
    width: auto;
    margin-left: 20px;
    margin-top: 0;
  }
  .pager_s {
    flex-direction: row;
    justify-content: flex-end;
  }
  .pager_s__next {
    margin-left: 0;
  }
  .pager_s__prev > a:hover .linkSingleParts::before, .pager_s__next > a:hover .linkSingleParts::before {
    right: -7px;
    width: 21px;
  }
  .pager_s__prev > a:hover .linkSingleParts::after, .pager_s__next > a:hover .linkSingleParts::after {
    right: -7px;
  }
  .pager_s__prev > a:hover .linkSingleParts--reverse::before, .pager_s__next > a:hover .linkSingleParts--reverse::before {
    left: -7px;
    width: 21px;
  }
  .pager_s__prev > a:hover .linkSingleParts--reverse::after, .pager_s__next > a:hover .linkSingleParts--reverse::after {
    left: -7px;
  }
  .newsCate {
    flex-direction: row;
    align-items: center;
  }
  .newsList__item {
    align-items: center;
    padding-left: 17px;
    padding-block: 4em;
  }
  .newsList__item:hover .newsList__img img {
    transform: scale(1.03);
  }
  .newsList__item:hover .linkSingleParts::before {
    right: -7px;
    width: 21px;
  }
  .newsList__item:hover .linkSingleParts::after {
    right: -7px;
  }
  .newsList__item:not(:has(.newsList__img)) .newsList__texts {
    padding-top: 23px;
  }
  .newsList__details {
    display: contents;
  }
  .newsList__dateWrap:has(+ .newsList__img) {
    margin-top: 0;
  }
  .newsList__img {
    flex: unset;
    max-width: 234px;
    min-width: 234px;
    margin-left: 4.6%;
  }
  .newsList__texts {
    order: 3;
    width: auto;
    flex: 1;
    margin-top: 0;
    margin-left: 6%;
    margin-right: 20px;
    padding-bottom: 11px;
  }
  .newsList__title {
    order: unset;
  }
  .newsList__cates {
    gap: 0.5em 1em;
  }
  .newsList__linkItem {
    order: 4;
    padding-bottom: 28px;
    margin-top: 0;
  }
  .news_s__cols {
    flex-direction: row;
  }
  .news_s__headingBox {
    width: 27.9%;
  }
  .news_s__contents {
    max-width: 590px;
  }
  .news_s__contents > p {
    font-size: 13px;
  }
  .news_s__pagination {
    width: calc((100vw - 100%) / 2 * 0.43 + 100%);
  }
  .blog .sub02 #sub02 {
    padding-top: 0;
  }
  .blogCate {
    flex-direction: row;
    align-items: center;
  }
  .blogCate > ul {
    gap: 0.5em 34px;
  }
  .blogCate > ul > li > a {
    gap: 21px;
  }
  .blogCate .blogCate__img {
    width: 58px;
  }
  .blogList__item {
    align-items: center;
    gap: 0;
    padding-left: 17px;
    padding-block: 5em 4em;
  }
  .blogList__item:hover .blogList__img img {
    transform: scale(1.03);
  }
  .blogList__item:hover .linkSingleParts::before {
    right: -7px;
    width: 21px;
  }
  .blogList__item:hover .linkSingleParts::after {
    right: -7px;
  }
  .blogList__item:not(:has(.blogList__img)) .blogList__texts {
    padding-top: 23px;
  }
  .blogList__details {
    flex: unset;
    display: contents;
  }
  .blogList__dateWrap:has(+ .blogList__img) {
    margin-top: 0;
  }
  .blogList__img {
    flex: unset;
    max-width: 33.5%;
    min-width: 33.5%;
    margin-left: 4.6%;
  }
  .blogList__texts {
    order: 3;
    width: auto;
    flex: 1;
    margin-top: 0;
    margin-left: 8.6%;
    margin-right: 20px;
    padding-top: 26px;
  }
  .blogList__title {
    order: unset;
  }
  .blogList__cates {
    gap: 0.5em 1em;
  }
  .blogList__linkItem {
    order: 4;
    padding-bottom: 13px;
    margin-top: 0;
  }
  .blog_s .sub02 #sub02 {
    padding-top: 0;
  }
  .blog_s__cols {
    flex-direction: row;
    width: calc((100vw - 100%) / 2 * 0.4 + 100%);
  }
  .blog_s__headingBox {
    width: 25.3%;
  }
  .blog_s__textBox > p {
    font-size: 13px;
  }
  .worksCate {
    flex-direction: row;
    align-items: center;
  }
  .works__item {
    display: flex;
    padding-block: 5em 3em;
  }
  .works__headingCol {
    width: 26.5%;
    padding-block: 96px 0;
  }
  .works__slideContainer {
    width: 73.5%;
  }
  .works__linkItem, .works__linkItem--mRightNone {
    max-width: 126px;
  }
  .slick__container, .slick__container--mTop {
    margin-left: 0;
  }
  .slick__container--mTop {
    margin-top: 156px;
  }
  .slick__images.is-single {
    display: block;
  }
  .navi-area .slick-prev:hover::before,
  .navi-area .slick-next:hover::before {
    right: -7px;
    width: calc(100% + 7px);
  }
  .navi-area .slick-prev:hover::after,
  .navi-area .slick-next:hover::after {
    right: -7px;
  }
  .slick__prev:hover::before,
  .slick__next:hover::before {
    right: -7px;
    width: calc(100% + 7px);
  }
  .slick__prev:hover::after,
  .slick__next:hover::after {
    right: -7px;
  }
  .slick-track {
    gap: 0;
  }
  .slick__images .slick__image {
    margin-right: 30px;
  }
  .works_s .sub00 {
    height: 100%;
    min-height: 650px;
    aspect-ratio: 1600/856;
  }
  .works_s #sub00 {
    padding-top: 27em;
  }
  .works_s__thumbnailBox {
    gap: 18px 20px;
  }
  .works_s__thumbnailLink::after {
    width: 15.3px;
    height: 15.3px;
    bottom: 1em;
    right: 1.2em;
  }
  .works_s__thumbnailLink:hover > img {
    opacity: 1;
    transform: scale(1.03);
  }
  .works_s__imgList {
    gap: 4em;
  }
  .works_s__staffBox {
    flex-direction: row;
    padding-inline: 60px;
    padding-block: 3em;
  }
  .works_s__staffImg {
    margin-inline: 0;
  }
  .works_s__staffTexts {
    padding-top: 0.5em;
  }
}
@media (min-width: 990px){
  .prevItem {
    margin-right: 41px;
  }
  .nextItem {
    margin-left: 41px;
  }
}
@media (min-width: 1400px){
  .newsCate {
    margin-right: calc((100% - 100vw) / 2 * 0.44);
  }
  .newsList__linkItem {
    margin-right: calc((100% - 100vw) / 2 * 0.45);
  }
  .blogCate {
    margin-right: calc((100% - 100vw) / 2 * 0.55);
  }
  .blogList__linkItem {
    margin-right: calc((100% - 100vw) / 2 * 0.45);
  }
  .worksCate {
    width: 97%;
    margin-inline: auto;
  }
  .works__linkItem, .works__linkItem--mRightNone {
    margin-right: calc((100% - 100vw) / 2 * 0.25);
  }
  .works__linkItem--mRightNone {
    margin-right: 1em;
  }
}
@media (min-width: 1600px){
  .works_s .sub00 {
    height: 100vh;
    aspect-ratio: unset;
  }
}