@charset "utf-8";
/*////////////////////////////////////
works
////////////////////////////////////*/

@media screen and (min-width: 768px){
#works {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#works_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.works_item_area {
	position: relative;
	width: 28%;
	margin: 0 2.5% 50px 2.5%;
	border: 1px solid #999;
	padding-bottom: 10px;
}
.works_item_area a {
	text-decoration: none;
}
.works_item_area a .works_photo {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	overflow: hidden;
	margin-bottom: 10px;
}
.works_item_area a .works_photo img {
	width: 100%;
	aspect-ratio:1/1;
	object-fit: cover;
	transition: all 0.3s;
}
.works_item_area a:hover .works_photo img {
	transform: scale(1.1);
}
.works_info {
	position: relative;
	width: 96%;
	margin: 0 auto 10px;
	display: flex;
	justify-content:flex-start;
}
.works_cate {
	position: relative;
	margin-right: 10px;
}
.works_cate span {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 1.2rem;
	color: #FFF;
}
.works_day {
	position: relative;
}
.works_day span {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 1.2rem;
	color: #FFF;
	background: rgba(63,63,63,1.00);
}
.works_title {
	position: relative;
	width: 96%;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #333;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#works {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#works_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.works_item_area {
	position: relative;
	width: 46%;
	margin: 0 2% 30px 2%;
	border: 1px solid #999;
	padding-bottom: 10px;
}
.works_item_area a {
	text-decoration: none;
}
.works_item_area a .works_photo {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	overflow: hidden;
	margin-bottom: 10px;
}
.works_item_area a .works_photo img {
	width: 100%;
	aspect-ratio:1/1;
	object-fit: cover;
	transition: all 0.3s;
}
.works_item_area a:hover .works_photo img {
	transform: scale(1.1);
}
.works_info {
	position: relative;
	width: 96%;
	margin: 0 auto 10px;
	display: flex;
	justify-content:flex-start;
}
.works_cate {
	position: relative;
	margin-right: 10px;
}
.works_cate span {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 1.2rem;
	color: #FFF;
}
.works_day {
	position: relative;
}
.works_day span {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 1.2rem;
	color: #FFF;
	background: rgba(63,63,63,1.00);
}
.works_title {
	position: relative;
	width: 96%;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #333;
}
}
.cate1 { background: rgba(166,41,43,1.00); }
.cate2 { background:rgba(30,105,150,1.00); }
.cate3 { background:rgba(50,125,50,1.00); }
.cate4 { background:rgba(138,105,47,1.00); }
.cate5 { background: rgba(88,51,124,1.00); }

/*////////////////////////////////////
works detail
////////////////////////////////////*/

@media screen and (min-width: 768px){
#works_main_title {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	text-align: center;
}
#works_main_title h3 {
	font-family: 'Noto Serif JP', serif;
	margin: 0;
	padding: 0;
	font-size: 3rem;
	color: #555;
}
.works_kanday {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.works_kanday span {
	display: inline-block;
	background: rgba(36,76,123,1.00);
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 5px 20px;
}
#works_detail_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 300;
}
#works_detail_area span {
	font-weight: 700;
}
.image_right { width: 45%; float: right; margin-left: 20px; margin-bottom: 20px; }
.image_left { width: 45%; float: left; margin-right: 20px; margin-bottom: 20px; }

#kouki {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 100px;
}

#works_photo_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.works_item_photo {
	position: relative;
	width: 19%;
	aspect-ratio:1/1;
	margin: 1% 0.5%;
	overflow: hidden;
}
.works_item_photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#works_main_title {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	text-align: center;
}
#works_main_title h3 {
	font-family: 'Noto Serif JP', serif;
	margin: 0;
	padding: 0;
	font-size: 2.2rem;
	color: #555;
}
#works_detail_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 300;
}
#works_detail_area span {
	font-weight: 700;
}
.image_right { width: 100%; margin-bottom: 20px; }
.image_left { width: 100%; margin-bottom: 20px; }

#kouki {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 100px;
}
#works_photo_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.works_item_photo {
	position: relative;
	width: 32%;
	aspect-ratio:1/1;
	margin: 1% 0.5%;
	overflow: hidden;
}
.works_item_photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
}

.link_bt {
	position: relative;
	width: 100%;
	text-align: center;
}
.link_bt a {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	border: 1px solid #333;
	text-decoration: none;
	padding: 20px 70px;
	color: #333;
	font-weight: 700;
	transition: all 0.3s;
	overflow: hidden;
	z-index: 1;
}
.link_bt a:hover {
	color: #FFF;
}
.link_bt a::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #333;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	transition: all 0.3s;
	z-index: -1;
}
.link_bt a:hover::before {
	left: 0;
}