.works__title {
  font-size: 3.2rem;
  margin-bottom: 20px;
}

.works__url,
.works__client,
.works__tool {
  font-size: 1.4rem;
}

.works__url a {
  border-bottom: 0.1px solid #595959;
}

.works__thumbnail {
  margin-top: 64px;
  display: flex;
}

.works__thumbnail--image {
  margin: 0 auto;
}

.overview--items__container {
  padding: 0 64px;
  margin: 0 auto;
}

.overview--items__header {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.overview--items {
  margin-bottom: 48px;
}

.overview--items:last-child {
  margin-bottom: 0;

}


.overview .section__container * {
  color: #fff;
}

.overview .section__wrapper {
  background-color: #333;
}


.overview--items--image-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.overview--items--image.pc {
  flex: 5;
}

.overview--items--image.sp {
  flex: 2;
}

.overview--items--image {
  width: 100%;
  /* 親要素の幅を100%に設定 */
  display: flex;
  /* 子要素を中央揃え */
  align-items: flex-start;
}

.overview--items--pc--image {
  /* スクロールを有効にする */
  position: relative;
  /* 高さを固定してスクロールを発生させる */
  margin-right: 32px;

}

.overview--items--pc--image img {

  height: auto;
  /* 高さは自動に設定 */
}

.overview--items--sp--image img {
  width: 100%;
  /* 幅を親要素の100%に設定 */
  height: auto;
  /* 高さは自動に設定 */
}

.overview--items--sp--image {
  width: 100%;
}


/* コンテンツ一覧 */



.overview--items__header {

  margin-bottom: 4px;
}

.overview--items__description {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.overview--items__container {
  padding: 32px;
  margin: 0 auto;
}




.overview--items--pc--image {
  margin-right: unset;
}

.overview--items--image.sp {
  width: 50%;
  aspect-ratio: 9 / 16;
  margin-top: 0;
  margin-left: 4%;
}






/* タブレット */
@media screen and (max-width:540px) {
  .works__title {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }

  .works__url,
  .works__client,
  .works__tool {
    font-size: 1rem;
  }

  .works__url a {
    font-size: 1rem;
  }



  .works--items {
    width: 100%;
    margin-bottom: 48px;
  }

  .works--items:nth-child(7) {
    margin-bottom: 48px;
  }

  .overview--items__container {
    padding: 0;
    margin: 0 auto;
  }

}

/* ワークス終わり */