footer{
	background-color: var(--color-white);
}
footer .copyright{
	color: var(--color-black1);
}

.work_dt_wrap .visual_bg{
	background-image: url(/assets/images/works/itcen/works_itcen_bg.png);
}
.work_dt_wrap .visual_bg::before{
	opacity: 0.25;
}

.work_content.content01 .content_txt_wrap{
	width: 100%;
	height: 100%;
	padding: 290px 0;
	background: url("/assets/images/works/itcen/work_itcen_img01.png") no-repeat center / cover;
}
.work_content.content01 .txt_wrap{
	width: calc(100% - 272px);
	max-width: 694px;
	margin: 0 auto;
}
.work_content.content01 .txt_wrap li + li{
	margin-top: -48px;
}
.work_content.content01 .txt_wrap li{
	position: relative;
	width: 100%;
	padding-top: 100%;
	border-radius: 50%;
	border: 2px solid var(--color-white);
}
.work_content.content01 .txt_wrap li h3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 20px);
	font-size: 40px;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	color: var(--color-white);
}
.work_content.content01 .img_box.img01{
	padding: 240px 0 416px;
	background-color: #EFEFEF;
}
.work_content.content01 .img_box.img01 img{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 107%;
	max-width: inherit;
}
.work_content.content01 .img_box.img02{
	background-color: var(--color-white);
}
.work_content.content01 .img_box.img02 .img_wrap{
	width: calc(100% - 272px);
	max-width: 904px;
	margin: 0 auto;
}
.work_content.content01 .img_box.img02 img{
	transform: translateY(-19%);
}
.work_content.content01 .img_box.img03{
	background-color: #EFEFEF;
	padding: 180px 0;
}
.work_content.content01 .img_box.img03 img{
	width: calc(100% - 272px);
	max-width: 904px;
	margin: 0 auto;
}
.work_content.content01 .img_box.img04{
	padding: 180px 0;
}
.work_content.content01 .img_box.img04 img{
	width: calc(100% - 272px);
	max-width: 904px;
	margin: 0 auto;
}

.work_content.content02{
	background-color: #EFEFEF;
}
.work_content.content02 .img_group{
	position: relative;
	width: calc(100% - 272px);
	max-width: 1648px;
	margin: 0 auto;
	padding-top: 200px;
}
.work_content.content02 .img_group .fill_box{
	display: block;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 12.5%;
	background-color: #2A2A40;
}
.work_content.content02 .img_group .fill_box.white{
	position: absolute;
	bottom: 12.5%;
	background-color: #EFEFEF;
	width: 100%;
	height: 5%;
}
.work_content.content02 .img_group .img_wrap{
	width: 100%;
	position: relative;
	z-index: 2;
}
.work_content.content02 .img_group .img_wrap img{
	width: 100%;
}
.work_content.content02 .img_group .img_wrap + .img_wrap{
	margin-top: -20%;
}
.work_content.content02 .mo_img_wrap{
	background-color: #2A2A40;
	padding: 160px 0 370px;
}
.work_content.content02 .mo_img_wrap .img_box{
	width: calc(100% - 272px);
	max-width: 1648px;
	margin: 0 auto;
}
.work_content.content02 .mo_img_wrap .img_box img{
	width: 100%;
}


/* 768 responsive */
@media all and (max-width:768px){
	.work_dt_wrap .visual_bg{
		background-image: url(/assets/images/works/itcen/works_itcen_bg_mo.png);
	}
	.work_content.content01 .content_txt_wrap{
		padding: 180px 0;
		background-image: url(/assets/images/works/itcen/work_itcen_img01_mo.png);
	}
	.work_content.content01 .txt_wrap{
		width: calc(100% - 64px);
	}
	.work_content.content01 .txt_wrap li h3{
		font-size: 18px;
		line-height: 26px;
	}
	.work_content.content01 .img_box.img01{
		padding: 120px 0 180px;
	}
	.work_content.content01 .img_box.img01 img{
		width: 117%;
	}
	.work_content.content01 .img_box.img02 .img_wrap{
		width: calc(100% - 40px);
	}
	.work_content.content01 .img_box.img02 img{
		transform: translateY(-21%);
	}
	.work_content.content01 .img_box.img03{
		padding: 70px 0;
	}
	.work_content.content01 .img_box.img03 img{
		width: calc(100% - 40px);
	}
	.work_content.content01 .img_box.img04{
		padding: 70px 0;
	}
	.work_content.content01 .img_box.img04 img{
		width: calc(100% - 40px);
	}

	.work_content.content02 .img_group{
		width: calc(100% - 100px);
		padding-top: 120px;
	}
	.work_content.content02 .img_group .img_wrap + .img_wrap{
		margin-top: 60px;
	}
	.work_content.content02 .img_group .img_wrap img:not(:last-child){
		margin-bottom: 60px;
	}

	.work_content.content02 .img_group .fill_box.white{
		bottom: 4%;
	}
	.work_content.content02 .img_group .fill_box{
		height: 4%;
	}

	.work_content.content02 .mo_img_wrap{
		padding: 120px 0 160px;
	}
	.work_content.content02 .mo_img_wrap .img_box{
		width: calc(100% - 176px);
	}
	.work_content.content02 .mo_img_wrap .img_box img:not(:last-child){
		margin-bottom: 120px;
	}



	.work_content.content01 .content_txt_wrap{
		padding: 50.0000vw 0;
	}
	.work_content.content01 .txt_wrap{
		width: calc(100% - 17.7778vw);
	}
	.work_content.content01 .txt_wrap li h3{
		font-size: 5.0000vw;
		line-height: 7.2222vw;
	}
	.work_content.content01 .img_box.img01{
		padding: 33.3333vw 0 50vw;
	}
	.work_content.content01 .img_box.img01 img{
		width: 117%;
	}
	.work_content.content01 .img_box.img02 .img_wrap{
		width: calc(100% - 11.1111vw);
	}
	.work_content.content01 .img_box.img02 img{
		transform: translateY(-21%);
	}
	.work_content.content01 .img_box.img03{
		padding: 19.4444vw 0;
	}
	.work_content.content01 .img_box.img03 img{
		width: calc(100% - 11.1111vw);
	}
	.work_content.content01 .img_box.img04{
		padding: 19.4444vw 0;
	}
	.work_content.content01 .img_box.img04 img{
		width: calc(100% - 11.1111vw);
	}

	.work_content.content02 .img_group{
		width: calc(100% - 27.7778vw);
		padding-top: 33.3333vw;
	}
	.work_content.content02 .img_group .img_wrap + .img_wrap{
		margin-top: 16.6667vw;
	}
	.work_content.content02 .img_group .img_wrap img:not(:last-child){
		margin-bottom: 16.6667vw;
	}

	.work_content.content02 .img_group .fill_box.white{
		bottom: 4%;
	}
	.work_content.content02 .img_group .fill_box{
		height: 4%;
	}

	.work_content.content02 .mo_img_wrap{
		padding: 33.3333vw 0 44.4444vw;
	}
	.work_content.content02 .mo_img_wrap .img_box{
		width: calc(100% - 48.8889vw);
	}
	.work_content.content02 .mo_img_wrap .img_box img:not(:last-child){
		margin-bottom: 33.3333vw;
	}
}
/* 768 responsive end */