@media screen and (min-width: 961px) {
  .work-style .inner {
    padding-top: 155px;
  }
}

.work-style__tab-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  border-bottom: 2px solid #f39800;
}
@media screen and (max-width: 960px) {
  .work-style__tab-list {
    margin-top: 34px;
    gap: 10px;
  }
}

.work-style__tab-item {
  padding: 18px;
  width: 300px;
  height: 61px;
  color: #F58217;
  border-radius: 5px 5px 0px 0px;
  border: 2px solid #F58217;
  border-bottom: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.2px;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 960px) {
  .work-style__tab-item {
    padding: 7px;
    border-radius: 5px 5px 0px 0px;
    width: 33.3%;
    height: 40px;
  }
}
@media screen and (max-width: 375px) {
  .work-style__tab-item {
    padding: 1.8666666667vw;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.work-style__tab-item.active {
  background: #F58217;
  color: #fff;
}
.work-style__tab-item.active::before {
  background: url("../img/works/tab-bg.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 312px;
  height: 61px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .work-style__tab-item.active::before {
    content: none;
  }
}
.work-style__tab-item:hover {
  opacity: 0.7;
}

.work-style__tab-panel {
  display: none;
}
.work-style__tab-panel.active {
  display: block;
}

.timeline__list {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .timeline__list {
    padding-top: 24px;
    gap: 28px;
  }
}

.timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.timeline__content {
  max-width: 680px;
}

.timeline__content--upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 960px) {
  .timeline__content--upper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 9%;
  }
}

.timeline__time {
  padding-left: 130px;
  color: #F58217;
  font-family: "Inter", serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  width: 355px;
}
@media screen and (max-width: 960px) {
  .timeline__time {
    padding-left: 64px;
    font-size: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 375px) {
  .timeline__time {
    padding-left: 17.0666666667vw;
    font-size: 8.5333333333vw;
  }
}
.timeline__time::before {
  content: "";
  position: absolute;
  width: 114px;
  height: 114px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 960px) {
  .timeline__time::before {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 375px) {
  .timeline__time::before {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
  }
}

.timeline__time--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.timeline__time--seven::before {
  background: url("../img/works/timeline-seven.svg") no-repeat center center/cover;
}

.timeline__time--seven-thirty::before {
  background: url("../img/works/timeline-seven-thirty.svg") no-repeat center center/cover;
}

.timeline__time--eight::before {
  background: url("../img/works/timeline-eight.svg") no-repeat center center/cover;
}

.timeline__time--eight-thirty::before {
  background: url("../img/works/timeline-eight-thirty.svg") no-repeat center center/cover;
}

.timeline__time--ten::before {
  background: url("../img/works/timeline-ten.svg") no-repeat center center/cover;
}

.timeline__time--twelve::before {
  background: url("../img/works/timeline-twelve.svg") no-repeat center center/cover;
}

.timeline__time--thirteen::before {
  background: url("../img/works/timeline-thirteen.svg") no-repeat center center/cover;
}

.timeline__time--fourteen::before {
  background: url("../img/works/timeline-timeline-fourteen.svg") no-repeat center center/cover;
}

.timeline__time--fifteen::before {
  background: url("../img/works/timeline-fifteen.svg") no-repeat center center/cover;
}

.timeline__time--seventeen::before {
  background: url("../img/works/timeline-seventeen.svg") no-repeat center center/cover;
}

.timeline__time--seventeen-thirty::before {
  background: url("../img/works/timeline-seventeen-thirty.svg") no-repeat center center/cover;
}

.timeline__time--eighteen::before {
  background: url("../img/works/timeline-eighteen.svg") no-repeat center center/cover;
}

.timeline__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .timeline__title {
    margin-top: 16px;
    width: 100%;
  }
}

.timeline__content--lower {
  margin-top: 8px;
}

.timeline__img {
  max-width: 403px;
}
@media screen and (max-width: 960px) {
  .timeline__img {
    max-width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .timeline__img {
    max-width: 46%;
  }
}
.timeline__img img {
  border-radius: 5px;
}

.join-us {
  position: relative;
  z-index: 2;
}
.join-us .inner {
  padding-bottom: 110px;
}

.join-us__img {
  position: relative;
}
.join-us__img img {
  border-radius: 10px;
}

.join-us .section__title {
  position: absolute;
  bottom: -108px;
}
@media screen and (max-width: 960px) {
  .join-us .section__title {
    bottom: -28px;
  }
}

.join-us .section__title--en {
  font-size: 216px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .join-us .section__title--en {
    font-size: 56px;
  }
}

.join-us__box {
  margin-top: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .join-us__box {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.join-us__content {
  max-width: 512px;
}
@media screen and (max-width: 960px) {
  .join-us__content {
    max-width: 100%;
  }
}

.join-us__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .join-us__title {
    font-size: 24px;
  }
}

.join-us__text {
  margin-top: 25px;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .join-us__text {
    margin-top: 16px;
  }
}

.join-us__link {
  padding-right: 25px;
  padding-bottom: 24px;
  border-bottom: 1px solid #CACACA;
  width: 100%;
  max-width: 548px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .join-us__link {
    margin-top: 24px;
    gap: 16px;
  }
}
.join-us__link::after {
  background: url("../img/common/arrow-black.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 7px;
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 960px) {
  .join-us__link::after {
    top: 42%;
  }
}
@media (hover: hover) {
  .join-us__link:hover::after {
    -webkit-transform: translate(90%, -50%);
            transform: translate(90%, -50%);
  }
}

.join-us__link-img {
  max-width: 217px;
}
@media screen and (max-width: 960px) {
  .join-us__link-img {
    max-width: 144px;
  }
}
.join-us__link-img img {
  border-radius: 5px;
}

.join-us__link--en {
  color: #F58217;
  font-family: "Inter", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.join-us__link--jp {
  color: #2F2F2F;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.8px;
}

@media screen and (min-width: 961px) {
  .footer-contact::before {
    background: url("../img/common/footer-contact-deco-short.svg") no-repeat center center/cover;
    width: 1643px;
    height: 446px;
    left: 50%;
    top: -370px;
    -webkit-transform: translateX(-67%);
            transform: translateX(-67%);
    z-index: -1;
    pointer-events: none;
  }
}