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

@media screen and (min-width: 768px){
#works_title h2 {
	position: relative;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
#works_title h2::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#works_title h2::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#works_title h2 {
	position: relative;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
#works_title h2::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#works_title h2::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
}
/*////////////////////////////////////
works
////////////////////////////////////*/

@media screen and (min-width: 768px){
#works {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background: #FEFEFE;
}
.works_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.works_sectitle_area {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.works_sectitle {
	position: relative;
	padding: 10px 0;
	border-bottom:5px solid rgba(199,192,22,1.00);
	margin-bottom: 20px;
}
.works_sectitle h3 {
	font-size: 3.2rem;
	font-weight: 500;
	color: #333;
	margin-left: 1.5em;
}
.works_sectitle h3::before {
	content: "";
	position: absolute;
	width: 30px;
	aspect-ratio:56/21;
	top: 30px;
	left: 0px;
	background: url(../img/title_mark.png);
	background-size: cover;
}
.works_place {
	position:relative;
	width: 100%;
}
.works_item_place {
	position: relative;
}
.works_item_place a {
	text-decoration: none;
}
a .works_item {
	position: relative;
	margin: 10px;
	padding: 10px;
	border:1px solid #EEE;
}
a .works_item_photo {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
a .works_item_photo img {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	object-fit: cover;
	transition: all 0.3s;
}
a:hover .works_item_photo img {
	transform: scale(1.1);
}
a .works_item_day {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}
a .works_item_day span {
	display: inline-block;
	padding: 3px 5px;
	font-size: 1.4rem;
	background: rgba(124,124,124,1.00);
	color: #FFF;
	border-radius: 3px;
	transition: all 0.3s;
}
a:hover .works_item_day span {
	background: #999;
}
a .works_item_title {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	transition: all 0.3s;
}
a:hover .works_item_title {
	color:rgba(91,143,19,1.00);
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#works {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background: #FEFEFE;
}
.works_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.works_sectitle_area {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.works_sectitle {
	position: relative;
	padding: 10px 0;
	border-bottom:5px solid rgba(199,192,22,1.00);
	margin-bottom: 20px;
}
.works_sectitle h3 {
	font-size: 2rem;
	font-weight: 500;
	color: #333;
	margin-left: 1.5em;
}
.works_sectitle h3::before {
	content: "";
	position: absolute;
	width: 30px;
	aspect-ratio:56/21;
	top: 30px;
	left: 0px;
	background: url(../img/title_mark.png);
	background-size: cover;
}
.works_place {
	position:relative;
	width: 100%;
}
.works_item_place {
	position: relative;
}
.works_item_place a {
	text-decoration: none;
}
a .works_item {
	position: relative;
	margin: 10px;
	padding: 10px;
	border:1px solid #EEE;
}
a .works_item_photo {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
a .works_item_photo img {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	object-fit: cover;
	transition: all 0.3s;
}
a:hover .works_item_photo img {
	transform: scale(1.1);
}
a .works_item_day {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}
a .works_item_day span {
	display: inline-block;
	padding: 3px 5px;
	font-size: 1.4rem;
	background: rgba(124,124,124,1.00);
	color: #FFF;
	border-radius: 3px;
	transition: all 0.3s;
}
a:hover .works_item_day span {
	background: #999;
}
a .works_item_title {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	transition: all 0.3s;
}
a:hover .works_item_title {
	color:rgba(91,143,19,1.00);
}
}
/*////////////////////////////////////
works 一覧
////////////////////////////////////*/

@media screen and (min-width: 768px){
#works_atten_place {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 100px;
}
#works_atten_photo {
	position: relative;
	width: 35%;
	margin-right: 5%;
}
#works_atten_word {
	position: relative;
	width: 60%;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2;
}

}
@media screen and (min-width: 0px) and (max-width: 767px){

}

/*////////////////////////////////////
works 一覧
////////////////////////////////////*/

@media screen and (min-width: 768px){
#works_list {
	position: relative;
	width: 100%;
	padding: 50px 0 100px 0;
	margin-bottom: 100px;
}
#works_list_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#contact_space {
	position: relative;
	background: #FEFEFE;
	padding: 100px 0;
}
.works_list_item_place {
	position: relative;
	width: 30%;
	margin: 1.5%;
	background: #FEFEFE;
	padding: 20px;
}
.works_list_item_place a {
	text-decoration: none;
}
a .works_list_item {
	position: relative;
	width: 100%;
}
a .works_list_item_photo {
	position: relative;
	width: 100%;
	aspect-ratio:3/2;
	margin-bottom: 10px;
	overflow: hidden;
}
a .works_list_item_photo img {
	transition: all 0.3s;
}
a:hover .works_list_item_photo img {
	transform: scale(1.1);
}
a .works_list_item_day {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
a .works_list_item_day span {
	display: inline-block;
	background: #555;
	font-size: 1.4rem;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 3px;
	transition: all 0.3s;
}
a:hover .works_list_item_day span {
	background: #999;	
}
a .works_list_item_title {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	color: #333;
	transition: all 0.3s;
}
a:hover .works_list_item_title {
	color: #999;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){

}

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

@media screen and (min-width: 768px){
#works_detail {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background: #FEFEFE;
}
#works_detail_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
#works_detail_title_area {
	position: relative;
	margin-bottom: 50px;
}
.works_detail_day {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
.works_detail_day span {
	display: inline-block;
	background: #555;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 5px 20px;
	border-radius: 3px;
}
.works_detail_title {
	position: relative;
	width: 100%;
	text-align: center;
}
.works_detail_title h3 {
	font-size: 2.4rem;
	font-weight: 400;
}
.works_detail_word {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.works_detail_word p {
	margin-bottom: 1em;
	font-size: 2rem;
	font-weight: 300;
	line-height: 2;
}
.works_detail_word p span {
	font-weight: 700;
}
.image_right {
	width: 45%;
	float: right;
	margin-left: 5%;
	margin-bottom: 30px;
}
.image_left {
	width: 45%;
	float: left;
	margin-right: 5%;
	margin-bottom: 30px;
}
.works_detail_list {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	background: #999;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 20px 10px 10px;
}
.works_subchk {
	width: 30%;
	margin-right: 2%;
	background: #FEFEFE;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.works_subdel {
	width: 68%;
	background: #FEFEFE;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 5px 10px;
	margin-bottom: 10px;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
.image_right {
	width: 100%;
	margin-bottom: 30px;
}
.image_left {
	width: 100%;
	margin-bottom: 30px;
}
#works_detail {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background: #FEFEFE;
}
#works_detail_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
#works_detail_title_area {
	position: relative;
	margin-bottom: 50px;
}
.works_detail_day {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
.works_detail_day span {
	display: inline-block;
	background: #555;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 5px 20px;
	border-radius: 3px;
}
.works_detail_title {
	position: relative;
	width: 100%;
	text-align: center;
}
.works_detail_title h3 {
	font-size: 2rem;
	font-weight: 400;
}
.works_detail_word {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.works_detail_word p {
	margin-bottom: 1em;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2;
}
.works_detail_word p span {
	font-weight: 700;
}
.works_detail_list {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	background: #999;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 10px 10px 5px;
}
.works_subchk {
	width: 30%;
	margin-right: 2%;
	background: #FEFEFE;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.works_subdel {
	width: 68%;
	background: #FEFEFE;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 5px 10px;
	margin-bottom: 10px;
}
}