@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
.worksfv {
  padding: 4% 0;
  background-color: #F7F9FA;
  border-radius: 0 0 150px 0;
}
.worksfv__inner {
  width: 80%;
  margin: 0 auto;
  font-size: 4.2vw;
  display: flex;
  align-items: end;
}
.worksfv__subTtl {
  font-size: 1.666667vw;
  margin-left: 5%;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.works {
  padding: 7% 0 0;
  /* パネル切り替えのアニメーション */
}
.works__list.other .works__item {
  width: 30%;
  justify-content: center;
}
.works__list.other .works__item:nth-child(3) {
  margin-top: 0;
}
.works__list.other .works__itemContents {
  justify-content: center;
  margin-top: 10%;
}
.works__listContents {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
.works__list.other .works__itemImgPc {
  width: 70%;
}
.works__listTtl {
  font-size: 2.604167vw;
  font-weight: 500;
}
.works__listSubTtl {
  font-size: 1.25vw;
  margin-top: 1.5%;
  display: block;
}
.works__listTxt {
  text-align: left;
  font-size: 1.25vw;
  margin-top: 3.5%;
  line-height: 1.8;
}
.works__tabArea {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
.works__tabArea::before, .works__tabArea::after {
  content: "";
  display: block;
  width: 15%;
  order: 1;
}
.works__tabItem {
  width: 15%;
  border: 1px solid #262626;
  text-align: center;
  font-size: 1.1vw;
  padding: 1.5% 0;
  border-radius: 5px;
}
.works__tabItem:nth-child(n+7) {
  margin-top: 2%;
}
.works .panel {
  display: none;
}
.works .panel.active {
  display: block;
  margin-top: 6%;
  animation: panel-show 0.9s ease-in-out forwards;
}
.works__tabItem.active {
  font-weight: bold;
}
.works .tab.active {
  background-image: url(../common/img/tab.png);
  background-size: 100% 100%;
  color: #262626;
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .worksfv {
    padding: 10% 0;
  }
  .worksfv__inner {
    font-size: 8vw;
    display: block;
  }
  .worksfv__subTtl {
    font-size: 3.5vw;
    margin-left: 0;
    margin-top: 5%;
  }
  .works {
    padding: 15% 0;
  }
  .works .panel.active {
    margin-top: 15%;
  }
  .works__listContents {
    width: 90%;
  }
  .works__list {
    width: 90%;
    margin-top: 13%;
    display: block;
  }
  .works__list.other {
    display: flex;
  }
  .works__listTtl {
    font-size: 6vw;
  }
  .works__listSubTtl {
    font-size: 3.5vw;
    margin-top: 3%;
  }
  .works__listTxt {
    font-size: 3.5vw;
    margin: 8% auto 0;
  }
  .works__item {
    width: 100%;
  }
  .works__list.other .works__item {
    width: 45%;
  }
  .works__item:nth-child(n+2) {
    margin-top: 18%;
  }
  .works__list.other .works__item:nth-child(2) {
    margin-top: 0;
  }
  .works__list.other .works__item:nth-child(n+3) {
    margin-top: 18%;
  }
  .works__list.other .works__itemContents {
    margin-top: 15%;
  }
  .works__itemTtl {
    font-size: 4.5vw;
  }
  .works__list.other .works__itemImgPc {
    width: 90%;
  }
  .works__tabArea {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: 90%;
    border-bottom: 3px solid #EAEBEB;
  }
  .works__tabItem {
    display: inline-block;
    cursor: pointer;
    font-size: 3.5vw;
    border: none;
    width: auto;
    border-radius: 5px 5px 0 0;
  }
  .works__tabItem:nth-child(n+2) {
    margin-left: 8%;
  }
  .works__tabItem.active {
    padding: 3.5%;
  }
  .works__tabItem:nth-child(n+7) {
    margin-top: 0;
  }
  .works__tabArea::-webkit-scrollbar {
    display: none;
  }
}
.animationTtl span {
  transition-delay: 0s;
}

.animationSubTtl span {
  transition-delay: 1.3s;
}

.fade-start {
  transition-delay: 1.5s;
}/*# sourceMappingURL=works-page.css.map */