#works {
    padding: 150px 0 201px;
}
#work-image{
	width: 100%;
	height: 50vh;
	background: url('../image/works/image.jpg') no-repeat center/cover; /* 背景画像 */

}
#work-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../image/common/ami.png') repeat; /* 網点のテクスチャを重ねる */
  opacity: 0.5; /* 透明度を調整（必要に応じて変更） */
  pointer-events: none; /* クリックやホバーをブロックしない */
}
#work-detail {
  width: 100%;
  color: #fff;
  position: relative;
}
#work-detail a{
	color: #fff;
}
.work-text {
  width: 50%; /* 左側に固定 */
  position: fixed; /* スクロールしても固定 */
  top: 66px; /* 上部に固定 */
  z-index: 10;
  padding: 100px;
  height: 100vh; /* 高さを100vhに設定 */
      align-items: center;
    display: flex;
}

.work-pic {
  width: 50%; /* 右側に配置 */
  margin-left: 50%;
  margin-top: 66px;
 
}
.work-pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.work-text h2{
	font-size: 42px;
	font-family: "Sen", sans-serif;
	margin-bottom: 11px;
}
.work-text h3{
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 40px 0;
}
.work-text .eng{
	color: #F5A623;
	font-family: "Sen", sans-serif;
}
.work-text p{
	line-height: 2.4;
    font-size: 15px;
    margin: 40px 0 0 0;
}
.back{
	position: absolute;
	top:30px ;
	left: 30px;
	font-family: "Sen", sans-serif;
}
.back:hover{
	opacity: 0.7;
}
.entry-footer,.post-navigation{
	display: none;
}
.works-icon{
display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.works-icon img{
	height: 26px;
}
.works-icon img:hover{
	opacity: 0.7;
}
.work-text h3.address{
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
@media screen and (max-width: 820px){
	.work-text{
		padding: 24px;
		position: relative;
    width: 100%;
    height: 70vh;
	}
	.work-pic {
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
    padding: 0 20px 200px;
}
.work-pic img{
	margin: 0 0 5px 0;
}
.back{
	left:20px;
}
#work-image{
	height: 40vh;
}
}
@media screen and (max-width: 469px){
	.works-contents{
		display: block;
	}
	.works{
		width: 100%;
	}
	.work-text{
		padding: 20px;
		height: auto;
	}
	.detail-text{
		margin: 100px 0 ;
	}
	.work-text p{
		line-height: 2;
	}
	.work-text h2{
		margin-bottom: 30px;
		font-size: 32px;
	}
}