/* 
■■■■ works ■■■■
*/

.pageTtlArea {
  background: url(../images/works/bg_works.jpg) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
/* ================
    bread横幅変更
   ================ */

/* ====bread02==== */

#bread02{
	list-style: none;
	width: 1140px;
	margin: auto;
	max-width: 100%;
}
#bread02 ul{
  display: flex;
	list-style:none;
	font-size: 0.8rem;
}
#bread02 ul li a{
  text-decoration-line: none;
  color: #000000;
}
#bread02 ul li a:hover {
  text-decoration: underline; 
}
#bread02 ul li + li:before {
  content: "\00a0\00a0 - \00a0\00a0";
}


/* ================
    contents
   ================ */
.pager ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
#works_body .works_contents ul li {
	line-height: 0;
}

/* clear */
#works_body .works_contents .pc .works_list01:before,
#works_body .works_contents .pc .works_list01:after,
#works_body .works_contents .pc .works_list02:before,
#works_body .works_contents .pc .works_list02:after {
    content:' ';
    display:table;
}
#works_body .works_contents .pc .works_list01:after,
#works_body .works_contents .pc .works_list02:after {
    clear:both;
}
#works_body .works_contents .pc .works_list01,
#works_body .works_contents .pc .works_list02 {
    *zoom:1;
}


#works_body .works_contents {
	max-width: 1200px;
	margin: 120px auto 100px;
	overflow: hidden;
}

/* 共通 */
#works_body .works_contents .pc .works_list01 img {
	width: 100%;
}
#works_body .works_contents .pc .works_list02 img,
#works_body .works_contents .pc .works_list03 img  {
        height: fit-content;
	object-fit: cover;
}


/* works_list01  */
#works_body .works_contents .pc .works_list01 {
	margin-bottom: 20px;
}
#works_body .works_contents .pc .works_list01 li:nth-child(1) {
	float: left;
}
#works_body .works_contents .pc .works_list01 li:nth-child(2) {
	float: right;
}
#works_body .works_contents .pc .works_list01 li {
	width: 49%;
}


/* works_list02  */
#works_body .works_contents .pc .works_list02 {
	margin-bottom: 20px;
}
#works_body .works_contents .pc .works_list02 {
	position: relative;
	width: 100%;
	height: 758px;
}
#works_body .works_contents .pc .works_list02 li:nth-child(1) {
	position: absolute;
	width: 36%;
	height: 300px;
	top: 0;
	left: 0;
}
#works_body .works_contents .pc .works_list02 li:nth-child(2) {
	position: absolute;
	width: 24%;
	height: 300px;
	top: 0;
	left: 38%;
}
#works_body .works_contents .pc .works_list02 li:nth-child(1) img,
#works_body .works_contents .pc .works_list02 li:nth-child(2) img {
	height: 300px;
	object-fit: cover;
}
#works_body .works_contents .pc .works_list02 li:nth-child(3) {
	position: absolute;
	width: 62%;
	bottom: 0;
	left: 0;
}
#works_body .works_contents .pc .works_list02 li:nth-child(3) img {
	height: 438px;
	object-fit: cover;
}
#works_body .works_contents .pc .works_list02 li:nth-child(4) {
	position: absolute;
	width: 36%;
	height: 758px;
	top: 0;
	right: 0;
}
#works_body .works_contents .pc .works_list02 li:nth-child(4) img {
	height: 758px;
	object-fit: cover;
}

/* works_list03  */
#works_body .works_contents .pc .works_list03 {
	margin-bottom: 20px;
}
#works_body .works_contents .pc .works_list03 {
	position: relative;
	width: 100%;
	height: 758px;
}
#works_body .works_contents .pc .works_list03 li:nth-child(1) {
	position: absolute;
	width: 36%;
	height: 758px;
	top: 0;
	left: 0;
}
#works_body .works_contents .pc .works_list03 li:nth-child(1) img {
	height: 758px;
	object-fit: cover;
}
#works_body .works_contents .pc .works_list03 li:nth-child(2) {
	position: absolute;
	width: 24%;
	height: 300px;
	top: 0;
	left: 38%;
}
#works_body .works_contents .pc .works_list03 li:nth-child(3) {
	position: absolute;
	width: 36%;
	height: 300px;
	top: 0;
	right: 0;
}
#works_body .works_contents .pc .works_list03 li:nth-child(2) img,
#works_body .works_contents .pc .works_list03 li:nth-child(3) img {
	height: 300px;
	object-fit: cover;
}
#works_body .works_contents .pc .works_list03 li:nth-child(4) {
	position: absolute;
	width: 62%;
	right: 0;
	bottom: 0;
}
#works_body .works_contents .pc .works_list03 li:nth-child(4) img {
	height: 438px;
	object-fit: cover;
}
@media all and (-ms-high-contrast: none){
	#works_body .works_contents .pc .works_list01 img {
		width: auto;
	}
	#works_body .works_contents .pc .works_list02,
	#works_body .works_contents .pc .works_list03 {
		position: relative;
		height: 0;
		padding-top: 63%;
	}
	#works_body .works_contents .pc .works_list02 li:nth-child(1),
	#works_body .works_contents .pc .works_list02 li:nth-child(2),
	#works_body .works_contents .pc .works_list02 li:nth-child(3),
	#works_body .works_contents .pc .works_list02 li:nth-child(4),
	#works_body .works_contents .pc .works_list03 li:nth-child(1),
	#works_body .works_contents .pc .works_list03 li:nth-child(2),
	#works_body .works_contents .pc .works_list03 li:nth-child(3),
	#works_body .works_contents .pc .works_list03 li:nth-child(4) {
		height: auto;
	}
	#works_body .works_contents .pc .works_list02 li:nth-child(1) img,
	#works_body .works_contents .pc .works_list02 li:nth-child(2) img,
	#works_body .works_contents .pc .works_list02 li:nth-child(3) img,
	#works_body .works_contents .pc .works_list02 li:nth-child(4) img,
	#works_body .works_contents .pc .works_list03 li:nth-child(1) img,
	#works_body .works_contents .pc .works_list03 li:nth-child(2) img,
	#works_body .works_contents .pc .works_list03 li:nth-child(3) img,
	#works_body .works_contents .pc .works_list03 li:nth-child(4) img {
		width: 100%;
		height: auto;
	}
}


/* ---works_area---*/
.works_area {
	padding: 60px 0 70px;
}
.works_area .itemArea {
	flex-wrap: wrap;
	margin: 0 -6px;
}
.works_area .itemArea .item {
	width: 32%;
	margin: 0 2% 40px 0;
}

.works_area .itemArea .item:nth-child(3n){
	margin: 0 0 40px 0;
}

.archive-works .inner {
	width: 1140px;
}
.works_area .itemArea .item figure {
	margin: 0 0 15px;
}
.works_area .itemArea .item figure img {
	width: 100%;
	    height: auto;
}
.works_area .itemArea .item .sub {
	color: #757474;
	font-size: 14px;
}
.works_area .btnArea {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.works_area .btnArea a {
	text-decoration: none;
}
.works_area .btnArea .btn {
	display: block;
	width: 270px;
	height: 40px;
	color: #000;
	text-align: center;
	line-height: 40px;
	background-color: #d9d9d9;
	margin: 0 30px;
}




/* worksmore_area */
.twoColumn {
	max-width: 1200px;
	margin: 50px auto 80px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.worksmore_area {
	width: 770px;
}
.worksmore_area figure {
	margin: 0;
}
.worksmore_area .ttl {
	font-size: 24px;
	margin-bottom: 20px;
}
.worksmore_area .dateArea {
	padding: 25px 0;
	margin: 30px 0;
	border-top: 1px #d9d9d9 solid;
	border-bottom: 1px #d9d9d9 solid;
}
.worksmore_area .item {
	margin-bottom: 30px;
}
.worksmore_area .item figure {
	text-align: center;
	margin-bottom: 20px;
}

.worksmore_area .item figure img{
	width:100%;
}

.worksmore_area .btnArea {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 50px;
}
.worksmore_area .btnArea a {
	text-decoration: none;
}
.worksmore_area .btnArea .btn {
	display: block;
	width: 270px;
	height: 40px;
	color: #000;
	text-align: center;
	line-height: 40px;
	background-color: #d9d9d9;
	margin: 0 0 30px;
}
.worksmore_area .btnArea .sakuraBtn {
	width: 263px;
}
.worksmore_area .btnArea .btn_b span {
    width: 100%;
}

.works_side {
	width: 380px;
}
.works_side .ttl {
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 3px #000 solid;
}
.works_side .link {
	margin-bottom: 35px !important;
}
.works_side .link li a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px #d9d9d9 solid;
	text-decoration: none;
	margin-bottom: 5px;
}
.works_side .itemArea {
	flex-direction: column;
}
.works_side .item {
	margin-bottom: 25px;
}
.works_side .item figure {
	margin: 0 0 15px;
}

.works_side .item figure img {
	    height: auto;
}

.works_side .item .txt {
	font-size: 16px;
}
.works_side .item .sub {
	color: #757474;
	font-size: 14px;
}

@media screen and (max-width: 1140px) {
	.twoColumn {
		padding: 0 15px;
	}
	.works_side {
		width: 360px;
		margin-right: 20px;
	}
	.works_area .itemArea {
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.pageTtlArea {
	  background: url(../images/works/bg_works_sp.jpg) center center no-repeat;
	  background-size: cover;
	}

  /*表示領域が0～768pxに適用*/

	#bread02 ul {
		font-size: 0.8rem;		
	}

	#works_body .works_contents {
		width: 95%;
		max-width: 95%;
		margin: 40px auto 50px;
		overflow: hidden;
	}
	#works_body .works_contents .sp .works_list li {
		margin-bottom: 20px;
	}
	#works_body .works_contents .sp .works_list li:last-child {
		margin-bottom: 0;
	}

	/* ---works_area---*/
	.works_area {
		padding: 30px 0;
	}
	.works_area .itemArea {
		justify-content: space-between;
		margin: 0 0 30px;
	}
	.works_area .itemArea .item {
		max-width: inherit;
		width: 48%;
		margin: 0 0 20px;
	}
	.works_area .itemArea .item figure {
		margin: 0 0 5px;
	}
	.works_area .itemArea .item figure img {
		width: 100%;
	}
	.works_area .itemArea .item .sub {
		font-size: 11px;
	}
	.works_area .btnArea {
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.works_area .btnArea .btn {
		width: 48%;
		height: 55px;
		line-height: 55px;
		margin: 0;
	}

	/* worksmore_area */
	.twoColumn {
		margin: 20px auto 30px;
		display: flex;
		flex-direction: column;
	}
	.worksmore_area {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.worksmore_area .ttl {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.worksmore_area .dateArea {
		padding: 15px 0;
		margin: 20px 0;
	}
	.worksmore_area .item {
		margin-bottom: 10px;
	}
	.worksmore_area .item figure {
		margin-bottom: 15px;
	}
	.worksmore_area .item .txt {
		margin-bottom: 25px;
	}
	.worksmore_area .btnArea {
		align-items: center;
		margin: 30px 0;
	}

	.works_side {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.works_side .ttl {
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	.works_side .link {
		margin-bottom: 30px !important;
	}
	.works_side .link li a {
		height: 55px;
		line-height: 55px;
		text-align: center;
	}
	.works_side .itemArea {
		flex-wrap: wrap;
		flex-direction: inherit;
		justify-content: space-between;
	}
	.works_side .item {
		width: 48%;
		margin-bottom: 20px;
	}
	.works_side .item figure {
		margin: 0 0 7px;
	}
	.works_side .item .txt {
		font-size: 14px;
	}
	.works_side .item .sub {
		font-size: 11px;
	}

}