@charset "utf-8";
/*////////////////////////////////////
works
////////////////////////////////////*/
@media screen and (min-width: 768px){
#under_image {
	position: absolute;
	background: url("../works/img/works_top.png");
	background-position: center center;
	background-size: cover;
	width: 800px;
	aspect-ratio:948/643;
	top: -20%;
	right: 50px;
	z-index: 1;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#under_image {
	position: absolute;
	background: url("../works/img/works_top.png");
	background-position: center center;
	background-size: cover;
	width: 400px;
	aspect-ratio:948/643;
	top: -10%;
	right: -50px;
	z-index: 1;
}
}



@media screen and (min-width: 768px){
#works_area {
	position: relative;
	width: 100%;
	padding: 150px 0;
	background: #EEE;
}
#works_place {
	position: relative;
	width: 90%;
	max-width: 1620px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.works_item {
	position: relative;
	width: 30%;
	margin: 1.5%;
	padding: 20px;
	background: #FFF;
	border-radius: 5px;
	
}
.works_img {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.works_title {
	position: relative;
	width: 100%;
	background:rgba(30,130,170,1.00);
	padding: 5px 10px;
	color: #FFF;
	font-size: clamp(1.8rem,1.4vw,2rem);
	font-weight: 700;
	margin-bottom: 5px;
}
.works_word {
	position: relative;
	width: 100%;
	padding: 5px 10px;
	color: #333;
	font-size: clamp(1.4rem,1.4vw,1.6rem);
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 30px;
}
.works_addr {
	position: absolute;
	bottom: 10px;
	left: 5%;
	width: 90%;
}
.works_addr a {
	display: block;
	width: 100%;
	background: #EEE;
	padding: 5px 10px;
	color: #333;
	font-size: clamp(1.4rem,1.4vw,1.6rem);
	font-weight: 700;
	transition: all 0.3s;
	text-decoration: none;
}
.works_addr a:hover {
	background: #333;
	color: #FFF;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#works_area {
	position: relative;
	width: 100%;
	padding: 80px 0;
	background: #EEE;
	overflow: hidden;
}
#works_place {
	position: relative;
	width: 90%;
	max-width: 1620px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.works_item {
	position: relative;
	width: 48%;
	margin: 1%;
	padding: 10px 5px;
	background: #FFF;
	border-radius: 5px;
	
}
.works_img {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.works_title {
	position: relative;
	width: 100%;
	background:rgba(30,130,170,1.00);
	padding: 5px 10px;
	color: #FFF;
	font-size: clamp(1.6rem,1.4vw,2rem);
	font-weight: 700;
	margin-bottom: 5px;
}
.works_word {
	position: relative;
	width: 100%;
	padding: 5px 10px;
	color: #333;
	font-size: clamp(1.4rem,1.4vw,1.6rem);
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 70px;
}
.works_addr {
	position: absolute;
	bottom: 10px;
	left: 5%;
	width: 90%;
}
.works_addr a {
	display: block;
	width: 100%;
	background: #EEE;
	padding: 5px 10px;
	color: #333;
	font-size: clamp(1.4rem,1.4vw,1.6rem);
	font-weight: 700;
	transition: all 0.3s;
	text-decoration: none;
	overflow-wrap:anywhere;
}
.works_addr a:hover {
	background: #333;
	color: #FFF;
}
}

