.work-article {
  color: #333;
  font-family: "Yu Gothic", "游ゴシック体", sans-serif;
  line-height: 1.9;
  padding: 0 20px 140px;
}

.work-container {
  max-width: 900px;
  margin: 0 auto;
}

/* ===== Hero部分 ===== */
.work-hero {
  position: relative;
  text-align: right; /* 画像を右寄せ */
  margin-bottom: 50px;

}

.work-hero img {
  width: 65%;
  height: auto;
  display: inline-block;
  object-fit: cover;
}

/* 英語タイトル（左上固定） */
.en-title {
  position: absolute;
  top: -110px;
  left: 30px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;  font-weight: 500;
  line-height: 1.2;
  color: rgba(211, 211, 211, 0.795);
  text-align: left;
  letter-spacing: 0px;


  /* フォントサイズを画面幅に合わせて可変にする */
  font-size: clamp(1.8rem, 4vw, 3rem);
}

/* ===== 日本語タイトル ===== */
.jp-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 40px 3%;
  line-height: 1.6;
}

/* ===== 本文 ===== */
.text {
  font-size: 15px;
  color: #444;
  margin-left: 3%;
  margin-bottom: 25px;
}
.text-sub{
  margin-bottom: 60px;
}




.site-footer{
  margin-top: 0;
}




