.post__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -3;
}

.post__main {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-top: 120px;
  padding-left: 48px;
  padding-right: 48px;
  z-index: 3;
}
@media (max-width: 1024px) {
  .post__main {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .post__main {
    padding-top: 180px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.post__contents {
  position: relative;
}

.post__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .post__title {
    margin-bottom: 40px;
  }
}
.post__title-img {
  height: 44px;
}
.post__title-img img {
  display: block;
  width: auto;
  height: 100%;
}
.post__title-text {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.4em;
}
.post__title-text::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 72.5px;
  background-color: #000;
  vertical-align: middle;
  margin-right: 1em;
}

.square-wh {
  width: 100%;
  height: 8000px;
  background: #fff;
  position: absolute;
  top: 480px;
  -webkit-transform: skew(0deg, 26.5deg);
          transform: skew(0deg, 26.5deg);
  z-index: -2;
}

.square-gr {
  width: 100%;
  height: 1400px;
  background: #e3e3d9;
  position: absolute;
  top: 1480px;
  -webkit-transform: skew(0deg, 26.5deg);
          transform: skew(0deg, 26.5deg);
  z-index: 1;
}

.works-post {
  max-width: 992px;
  margin-left: auto;
  padding-bottom: 80px;
}
@media (max-width: 1360px) {
  .works-post {
    width: calc(100vw - 48px - 370px - (100vw - 1080px) / 2);
  }
}
@media (max-width: 1024px) {
  .works-post {
    width: 100%;
  }
}
.works-post__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
  width: 100%;
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .works-post__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 80px;
  }
}
.works-post__eyecatch {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 4;
      -ms-flex: 4 1 0px;
          flex: 4 1 0;
  max-width: 360px;
  min-width: 240px;
  width: 100%;
}
@media (max-width: 768px) {
  .works-post__eyecatch {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.works-post__eyecatch img {
  display: block;
  width: 100%;
  height: auto;
}
.works-post__categories {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .works-post__categories {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 24px;
  }
}
.works-post__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 6;
      -ms-flex: 6 1 0px;
          flex: 6 1 0;
  min-width: 340px;
}
@media (max-width: 768px) {
  .works-post__content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    min-width: auto;
    width: 100%;
  }
}
.works-post__category {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.works-post__category + li::before {
  content: "  /  ";
  white-space: pre-wrap;
}
.works-post__category.is_selected a {
  background-color: #000;
  color: #fff;
}
.works-post__category-link:hover {
  background-color: #000;
  color: #fff;
}
.works-post__ttl {
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 600;
}
.works-post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
}
.works-post__business {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.75;
}
.works-post__services {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.75;
}
.works-post__staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  font-size: 14px;
  line-height: 1.75;
}
.works-post__staff dt::after {
  content: ": ";
}
.works-post__overview {
  font-size: 14px;
  line-height: 1.75;
}
.works-post__section {
  margin-top: 160px;
}
@media (max-width: 768px) {
  .works-post__section {
    margin-top: 80px;
  }
}
.works-post__heading {
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.works-post__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: -1;
  max-width: 808px;
  margin: 0 auto -32px;
}
@media (max-width: 768px) {
  .works-post__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin: 0 auto 20px;
  }
}
.works-post__image::before {
  position: absolute;
  top: 78px;
  left: -39px;
  border-top: 1px solid;
  width: 156px;
  height: 0;
  -webkit-transform-origin: 0px;
          transform-origin: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
@media (max-width: 768px) {
  .works-post__image::before {
    top: 40px;
    left: -20px;
    width: 80px;
  }
}
.works-post__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .works-post__image img {
    width: 100%;
  }
}
@media (max-width: 1360px) {
  .works-post__image:has(img:nth-of-type(2)) img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .works-post__image:has(img:nth-of-type(2)) img {
    width: 100%;
  }
}
.works-post__subheading {
  margin-bottom: 32px;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .works-post__subheading {
    margin-bottom: 16px;
    text-align: right;
  }
}
.works-post__credit {
  margin-bottom: 64px;
  font-size: 14px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .works-post__credit {
    text-align: justify;
    padding-right: 1em;
    border-right: 1px solid;
  }
}
.works-post__credit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
@media (max-width: 768px) {
  .works-post__credit-row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.works-post__credit dt::after {
  content: ": ";
}
.works-post__concept {
  max-width: 600px;
  font-size: 14px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .works-post__concept {
    text-align: justify;
    padding-right: 1em;
    border-right: 1px solid;
  }
}

.post__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 120px auto 160px;
}
.post__btn-link {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.post__btn-link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 10px;
  height: 10px;
  content: "";
}
.post__btn-link:hover::after {
  right: -1.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.works-slider {
  margin: 0 calc(50% - 50vw);
  background-color: #ECEBE4;
  padding: 100px 0 120px;
  position: relative;
}
.works-slider::before {
  content: "";
  display: block;
  width: 1px;
  height: 112px;
  margin: 0 auto 40px;
  border-left: 1px solid;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.works-slider__inner {
  padding: 0 48px;
}
@media (max-width: 1024px) {
  .works-slider__inner {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .works-slider__inner {
    padding: 0 5vw;
  }
}
.works-slider__ttl {
  margin-bottom: 40px;
  font-size: 21px;
  letter-spacing: 0.08em;
  text-align: center;
}
.works-slider__swiper {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.works-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.works-slider .swiper-slide {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.works-slider__link {
  display: block;
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.works-slider__link:hover {
  opacity: 0.5;
}
.works-slider__image img {
  width: 100%;
  height: auto;
  display: block;
}
.works-slider__button {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 20px;
  height: 20px;
}
.works-slider__button--prev {
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 20px;
}
.works-slider__button--prev::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
}
.works-slider__button--next {
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 20px;
}
.works-slider__button--next::before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}/*# sourceMappingURL=post.css.map */