@charset "UTF-8";
/*メインカラー*/
/*サブカラー*/
/*タブレット*/
/*スマホ*/
* { /*全部*/
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

html {
  width: 100%;
  height: auto;
  scroll-behavior: smooth;
  font-size: 0.4427083333vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  height: auto;
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.15em;
}

.zen-kaku-gothic-new-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a, button {
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
}

.area-normal-font {
  font-family: "area-normal", sans-serif;
}

.main .caseStudy__kv {
  position: relative;
  background-color: #080808;
}
.main .caseStudy__kv h1 {
  width: 100%;
  max-width: 196.4705882353rem;
  height: auto;
  margin: auto;
  padding: 17.6470588235rem 0 6.4705882353rem;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .main .caseStudy__kv h1 {
    max-width: 167rem;
    padding: 35rem 0 10rem;
  }
}
@media screen and (max-width: 599px) {
  .main .caseStudy__kv h1 {
    max-width: 33rem;
    padding: 9rem 0 5rem;
  }
}
.main .caseStudy__kv h1 small {
  font-size: 2.4705882353rem;
  font-weight: 700;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .main .caseStudy__kv h1 small {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .main .caseStudy__kv h1 small {
    font-size: 1rem;
  }
}
.main .caseStudy__kv h1 big {
  font-size: 6.4705882353rem;
  font-weight: 900;
  font-style: italic;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .main .caseStudy__kv h1 big {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 599px) {
  .main .caseStudy__kv h1 big {
    font-size: 2rem;
  }
}
.main .caseStudy__container {
  max-width: 167rem;
  width: 100%;
  display: flex;
  margin: 6.8rem auto;
  /*&--sp {
    width: 33rem;
    margin: auto;
    margin: 3.3rem auto 3.8rem;
    padding: .78rem 0 .78rem 1.5rem;
    background-color: #080808;
    color: #fff;
    font-size: .9rem;
    position: relative;
    display: none;
    @include sp() {
      display: block;
    }
    & button {
      letter-spacing: .15em;
      & .icon {
        width: .785rem;
        height: auto;
        display: flex;
        align-items: center;
        position: absolute;
        right: .86rem;
        top: 50%;
        transform: translateY(-50%);
      }
    }
  }*/
}
@media screen and (max-width: 599px) {
  .main .caseStudy__container {
    max-width: 33rem;
    margin: 3.5rem auto;
  }
}
.main .caseStudy__container h2 {
  font-size: 3rem;
  font-weight: 900;
  font-style: italic;
  margin: 0 6rem 0 0;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 599px) {
  .main .caseStudy__container h2 {
    display: none;
  }
}
.main .caseStudy__container .category-btn {
  border: 0.1rem solid #080808;
  background-color: #fff;
  color: #080808;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.15em;
  font-size: 2.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.main .caseStudy__container .category-btn a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 1rem 3.8rem;
}
.main .caseStudy__container .category-btn:hover {
  opacity: 0.8;
}
.main .caseStudy__container .category-btn.active {
  border: 0.1rem solid #080808;
  color: #fff;
  background-color: #080808;
}
@media (min-width: 600px) {
  .main .caseStudy__container .category-accordion {
    display: none;
  }
  .main .caseStudy__container .category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 2.7rem 2.18rem;
  }
}
@media (max-width: 599px) {
  .main .caseStudy__container .category-btn {
    font-size: 0.9rem;
  }
  .main .caseStudy__container .category-btn a {
    padding: 0.5rem 1rem;
  }
  .main .caseStudy__container .category-buttons {
    display: none;
  }
  .main .caseStudy__container .category-accordion {
    position: relative;
    width: 100%;
  }
  .main .caseStudy__container .category-accordion__trigger {
    width: 100%;
    border: 0.1rem solid #080808;
    background-color: #fff;
    color: #080808;
    border-radius: 0;
    padding: 0.75rem 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  .main .caseStudy__container .category-accordion__trigger:hover {
    opacity: 0.8;
  }
  .main .caseStudy__container .category-accordion__trigger[aria-expanded=true] {
    border-bottom: 0.1rem solid #eee;
  }
  .main .caseStudy__container .category-accordion__current {
    flex: 1;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .main .caseStudy__container .category-accordion__icon {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
    margin-left: 0.5rem;
  }
  .main .caseStudy__container .category-accordion__content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 50;
  }
  .main .caseStudy__container .category-accordion__content.active {
    max-height: 300px;
  }
  .main .caseStudy__container .category-accordion__inner {
    display: flex;
    flex-direction: column;
    border: 0.1rem solid #080808;
  }
  .main .caseStudy__container .category-accordion__inner .category-btn {
    border: none;
    border-bottom: 0.1rem solid #080808;
    border-radius: 0;
  }
  .main .caseStudy__container .category-accordion__inner .category-btn:last-child {
    border-bottom: none;
  }
  .main .caseStudy__container .category-accordion__inner .category-btn:hover {
    opacity: 0.5;
  }
  .main .caseStudy__container .category-accordion__inner .category-btn.active {
    border: none;
    background-color: #080808;
    color: #fff;
  }
  .main .caseStudy__container .category-accordion__inner .category-btn.active:hover {
    background-color: #080808;
  }
}
.main .caseStudy .posts {
  max-width: 167rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .posts {
    max-width: 33rem;
    flex-flow: column;
  }
}
.main .caseStudy .posts .post {
  width: 32%;
  margin: 0 0 4.9rem;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .posts .post {
    width: 100%;
    border: 0;
  }
}
.main .caseStudy .posts .post .inner {
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .posts .post .inner {
    width: 100%;
  }
}
.main .caseStudy .posts .post .inner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s all ease;
}
.main .caseStudy .posts .post .inner .bg strong {
  width: max(224px, 22.4rem);
  height: max(35px, 3.5rem);
  color: #fff;
  font-weight: 400;
  font-size: max(12px, 1.2rem);
  border: #fff solid 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main .caseStudy .posts .post .inner .bg strong i {
  width: max(28.96px, 2.896rem);
  display: flex;
  align-items: center;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(32deg) brightness(105%) contrast(102%);
}
.main .caseStudy .posts .post .inner:hover .bg {
  opacity: 1;
}
.main .caseStudy .posts .post .inner .img {
  width: 100%;
  height: 43.334rem;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .posts .post .inner .img {
    height: 17.5rem;
  }
}
.main .caseStudy .posts .post .inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .caseStudy .posts .post .inner .text {
  max-width: 92%;
  width: 100%;
  height: 27.9rem;
  display: flex;
  flex-direction: column;
  margin: 2.7rem auto 0;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .posts .post .inner .text {
    height: 11.2rem;
    margin: 1.3rem auto 0;
  }
}
.main .caseStudy .posts .post .inner .text h3 {
  display: flex;
  align-items: center;
  margin: 0 0 2.1rem 0;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .posts .post .inner .text h3 {
    margin: 0 0 1.3rem 0;
  }
}
.main .caseStudy .posts .post .inner .text h3 .icon {
  width: 2.3rem;
  height: 2.3rem;
  display: inline-block;
  background-color: #080808;
  margin: 0 2.6rem 0 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .posts .post .inner .text h3 .icon {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #080808;
    margin: 0 0.6rem 0 0;
  }
}
.main .caseStudy .posts .post .inner .text h3 .icon .block {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  background-color: #FF8237;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .posts .post .inner .text h3 .icon .block {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #FF8237;
  }
}
.main .caseStudy .posts .post .inner .text h3 strong {
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .posts .post .inner .text h3 strong {
    font-size: 1rem;
    font-weight: 500;
  }
}
.main .caseStudy .posts .post .inner .text p {
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .posts .post .inner .text p {
    -webkit-line-clamp: 2;
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.main .caseStudy .posts .post .inner .text .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 2.1rem 0;
  margin: auto 0 0 0;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .posts .post .inner .text .item {
    padding: 0 0 0 0;
  }
}
.main .caseStudy .posts .post .inner .text .item i {
  max-width: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #080808;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 400;
  font-style: normal;
  padding: 0.6rem 2rem 0.8rem;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .posts .post .inner .text .item i {
    max-width: auto;
    height: 1.7rem;
    font-size: 0.7rem;
    padding: 0 3rem;
  }
}
.main .caseStudy .posts .post .inner .text .item small {
  font-size: 2.1rem;
  color: #707070;
  display: inline-block;
  padding: 0 2.1rem 0 0;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .posts .post .inner .text .item small {
    padding: 0 0.4rem 0 0;
    font-size: 0.7rem;
  }
}
.main .caseStudy .pagination {
  display: flex;
  gap: 0 0.5rem;
  justify-content: center;
  margin: 3.6rem auto 11rem;
}
.main .caseStudy .pagination .page-numbers {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #080808;
  border: #080808 solid 0.1rem;
  background-color: #fff;
  padding: 0 0 0 0.2rem;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .pagination .page-numbers {
    padding: 0 0 0.1rem 0.15rem;
  }
}
.main .caseStudy .pagination .active {
  color: #fff;
  background-color: #080808;
}
.main .caseStudy .pagination .next {
  padding: 0 0 0.4rem 0.4rem;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .pagination .next {
    padding: 0 0 0.3rem 0.2rem;
  }
}
.main .caseStudy .pagination .prev {
  padding: 0 0 0.4rem 0.2rem;
}
@media screen and (max-width: 599px) {
  .main .caseStudy .pagination .prev {
    padding: 0 0 0.35rem 0.1rem;
  }
}/*# sourceMappingURL=style.css.map */