.works__container {}

.works-intro__text {
  font-size: clamp(1rem, 0.88rem + 0.6vw, 1.6rem);
  line-height: 2.5;
  margin-bottom: 10rem;
}

.card-box__desc {
  font-size: clamp(1.2rem, 0.844rem + 1.78vw, 2.4rem)
}

.works-dropdown {
  display: flex;
  justify-content: center;
  margin-bottom: 15rem;
}

.works-dropdown__inner {
  width: 50rem;
  position: relative;
  font-family: 'futura-pt', sans-serif;
}

.works-dropdown__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2.5rem 1rem 2rem;
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  letter-spacing: 0.1em;
  background: transparent;
  border-width: 0;
  cursor: pointer;
  position: relative;
}

.works-dropdown__toggle::before,
.works-dropdown__toggle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #aaa;
}

.works-dropdown__toggle::before {
  left: 0;
}

.works-dropdown__toggle::after {
  right: 0;
}

.works-dropdown__label {

  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.works-dropdown__arrow {
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.works-dropdown__list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #aaa;
  border-bottom: none;
  z-index: 10;
  display: none;
  max-height: 250px;
  overflow-y: auto;
}

.works-dropdown.open .works-dropdown__list {
  display: block;
}

.works-dropdown__list li {
  border-bottom: 1px solid #aaa;
}

.works-dropdown__list li a {
  display: block;
  padding: 1.2rem 1.8rem;
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  text-align: left;
  color: #000;
  text-decoration: none;
}

.works-dropdown__list li a:hover {
  background-color: #f1f1f1;
}

.card-box__list-text {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  line-height: 1.8;
  border-top: 1px solid #808080;
  padding-top: 3rem;
  margin-top: 3rem;
}

.single-works__top {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.single-works__main {
  flex: 1;
  min-width: 0;
}

.single-works__main,
.single-works__info {
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  line-height: 1.8;
}

.single-works__inner {
  background: rgba(255, 255, 255, 0.5);
  padding: 5rem;
  border-radius: 1rem;
}

.single-works__result {
  margin-bottom: 4rem;
}

.single-works__title {
  font-family: futura-pt, sans-serif;
  font-size: clamp(2rem, 1.526rem + 2.37vw, 3.6rem);
  font-weight: 700;
  margin-bottom: 1.6rem;
  letter-spacing: 0.1em;
}

.works-result__catch {
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
  line-height: 2;
  margin-bottom: 5rem;
  font-feature-settings: "palt";
}

.single-works__main img {
  width: 100%;
  display: block;
  border-radius: 1rem;
}

.single-works__outline {
  margin-bottom: 4rem;
}

.outline__text {
  background: #fff;
  padding: 4rem;
  border-radius: 1rem;
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2;
  margin-bottom: 5rem;
}

.outline-points {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2;
  margin-bottom: 8rem;
}

.outline-points__item {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.outline-points__item dt {
  font-weight: 600;
  flex-shrink: 0;
  position: relative;
  padding-bottom: 1rem;
}

.outline-points__item dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(45deg, rgba(25, 146, 203, 1) 0%, rgba(102, 45, 145, 1) 100%);
}

.outline-points__item dd {
  margin: 0;
  flex: 1;
}

.single-works__interview {
  margin-bottom: 3rem;
}

.interview-block {
  margin-bottom: 4rem;
}

.interview-block__title {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  margin-top: 7rem;
  border-bottom: 1px solid #999;
  padding-bottom: 0.5rem;
  letter-spacing: 0.1em;
}

.interview-block__question {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  color: #3fa9f5;
  margin: 3rem 0 2rem 3rem;
  position: relative;
  line-height: 2.5;
}

.interview-block__question::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 2.5rem;
  background: #3fa9f5;
  height: 1px;
  width: 1.8rem;
}

.interview-block__answer {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2;
  margin-bottom: 5rem;
}

.single-works__note {
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  margin-top: 6rem;
}

.single-works__info {
  flex: 0 0 38rem;
  align-self: flex-start;
  position: sticky;
  top: 10rem;
}


.works-info__logo {
  text-align: center;
  padding: 0 0 3rem;
}

.works-info__logo img {
  max-height: 8rem;
  width: auto;
}

.works-info__list {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 1rem;
  column-gap: 3rem;
}

.works-info__list dt {}

.works-info__list dd {
  word-break: break-word;
}

.works-info__list a {
  color: #b3b3b3;
  text-decoration: underline;
}

.works-info__button a {
  margin-top: 5rem;
  width: 100%;
}

/* PC */
@media (max-width: 1440px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

/* Tablet */
@media (max-width: 768px) {
  .works-dropdown__inner {
    width: 70%;
  }

  .works-intro__text {
    line-height: 2;
    margin-bottom: 6rem;
  }

  .works-dropdown {
    margin-bottom: 8rem;
  }

  .single-works__top {
    flex-direction: column;
  }

  .single-works__info {
    flex: 1 1 auto;
    position: static;
    width: 100%;
    top: auto;
  }

  .outline-points {
    grid-template-columns: 1fr;
  }

  .single-works__inner {
    padding: 2rem 0;
  }

  .outline-points__item {
    gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .outline__text {
    padding: 1rem;
    line-height: 1.8;
    margin-bottom: 4rem;
  }

  .interview-block__answer {
    line-height: 1.8;
    margin-bottom: 3rem;
  }

  .interview-block__question::before {
    left: -2rem;
    top: 1.5rem;
    width: 1rem;
  }

  .interview-block__question {
    margin: 3rem 0 2rem 1.5rem;
    line-height: 1.8;
  }

  .works-info__button a {
    margin-top: 3rem;
  }

  .works-back-link {
    padding: 3rem 0 7rem 1rem;

  }

  /* Smartphone */
  @media (max-width: 480px) {}