@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.ttlArea {
	background-image: url("../img/works/ttl_bg.webp");
}

/* worksArea */
.worksArea {
	background-image: url("../img/sub/content_bg.webp");
	background-repeat: repeat-y;
	background-position: top center;
}
/* desc */
.worksArea .desc .inner {
	padding: 50px 20px;
}
.worksArea .desc .inner h2 {
	font-weight: 700;
	line-height: 1;
	font-size: 30px;
	color: #00a496;
	text-align: center;
}
.worksArea .desc .inner .item {
	padding-top: 30px;
}

/* desc01 */
.worksArea .desc01 .inner .item {
	text-align: center;
}
.worksArea .desc01 .inner .item .img {
	background-image: url("../img/works/img.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 30px;
	margin-bottom: 10px;
	height: 280px;
}

/* desc02 */
.worksArea .desc02 {
	background-color: rgba(129,215,185,.2);
}
.worksArea .desc02 .inner {
	padding: 50px 200px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1500px) {
	.worksArea .desc02 .inner {
		padding: 50px 160px;
	}
}	

@media screen and (max-width: 1200px) {
	.worksArea .desc02 .inner {
		padding: 50px 100px;
	}
}	

@media screen and (max-width: 1000px) {
/* desc */
	.worksArea .desc .inner {
		padding: 50px 6vw;
	}
	.worksArea .desc .inner h2 {
		font-size: 24px;
	}
	
/* desc01 */
	.worksArea .desc01 .inner .item {
		text-align: left;
	}
	.worksArea .desc01 .inner .img {
		height: 200px;
	}
}	

@media screen and (max-width: 767px) {
/* desc */
	.worksArea .desc .inner {
		padding: 40px 6vw;
	}
	.worksArea .desc .inner h2 {
		font-size: 20px;
	}
	
/* desc01 */
	.worksArea .desc01 .inner .img {
		height: 160px;
	}
}	

@media screen and (max-width: 600px) {
/* desc01 */
	.worksArea .desc01 .inner .item p {
		line-height: 1.4;
	}
	.worksArea .desc01 .inner .img {
		height: 130px;
	}
}	
