@charset "utf-8";

/*-------------------------------------------------------------------
	共通
-------------------------------------------------------------------*/
.linkButton {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    background-color: #39447B;
    border: 1px solid #39447B;
    position: relative;
    z-index: 3;
}
.linkButton .arrowButton {
	position: relative;
	display: inline-block;
}
.linkButton .arrowButton::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 50%;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg) translateY(-50%);
    transition: .5s all;
}
.linkButton:hover .arrowButton::after {
    margin-left: 10px;
}
.spScroll {
    overflow: auto;
}
#processing_reproduction #sec02{
	padding-bottom: 0;
}

#sec03{
	margin-bottom: 115px;
}
#sec03 .mainContainer{
	display: flex;
	position: relative;
	margin-bottom: 100px;

}
#sec03 .mainContainer .textContainer .ttl3{
	width: 45%;
	color: #39447b;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 75px;
	padding-bottom: 30px;
	border-bottom: 1px #d5d5d5 solid;
	position: relative;
	z-index: -1;
}
#sec03 .mainContainer .textContainer .ttl3::after{
	content: '';
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	left: 0;
	border-bottom: 1px #39447b solid;
}
#processing_reproduction #sec03 .mainContainer .textContainer .ttl3{
	line-height: 1.3;
}

#sec03 .mainContainer .textContainer .ttl4{
	width: 45%;
	color: #39447b;
	font-size: 2.0rem;
	font-weight: 500;
	padding-bottom: 40px;
}
#sec03 .mainContainer .textContainer .text{
	width: 45%;
	line-height: 2.8rem;
    letter-spacing: 0.05rem;
}
#recovery_fron #sec03 .mainContainer .textContainer .text{
	margin-bottom: 40px;
}
#processing_reproduction #sec02 .numberContentsListItem:nth-child(4) .numberContentsListItemContainer{
	bottom: -75px;
}
#sec03 .ImgContainer{
	max-width: 50%;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-bottom: 100px;
    position: absolute;
    top: 5%;
    right: 0;
}
#sec03 .ImgContainer .ImgS{
	width: 50%;
	position: absolute;
    bottom: -100px;
	right: 60%;
}
#sec03 .subContainer{
	margin-bottom: 70px;
}
#sec03 .subContainer .ttl3{
	color: #39447b;
	font-size: 2.0rem;
	font-weight: 500;
	padding-bottom: 40px;
}
#sec03 .subContainer .text{
	width: 95%;
	line-height: 2.8rem;
    letter-spacing: 0.05rem;
}
#sec03 .subImgContainer{
	position: relative;
}
#sec03 .subImgContainer .inner{
	display: block;
}

#sec03 .subImgContainer .inner img{
	width: 95%;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
}
#sec03 .subImgContainer figure.inner img::before{
	width: 95%;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
}
#sec03 .subImgContainer .Imgdecoration{
	max-width: 1200px;
    width: 90%;
    position: absolute;
    top: 0;
    right: 0;
}
#sec03 .subImgContainer .Imgdecoration::after{
	width: 95%;
	content: '';
    aspect-ratio: 6 / 2;
    background: #cee4f1;
    position: absolute;
	top: 60px;
    right: 0;
	z-index: -1;
}
#sec03{
	padding: 125px 0 150px;
	margin-bottom: 0;
}
#sec03 .certificationText{
	border: #39447b 2px solid;
	padding: 30px 25px;
	position: relative;
	margin-bottom: 60px;
}
#sec03 .certificationText:nth-last-of-type(){
	margin-bottom: 30px;
}
#sec03 .certificationText::before{
	content: url(../image/business/processing/reproduction/dec01.png);
	width: 25px;
	height: 25px;
	position: absolute;
	top: -1px;
	left: -1px;
}
#sec03 .lineTtl03{
	margin: 100px 0;
}
#sec03 .flowContainer{
	display: flex;
	justify-content: center;
}
#sec03 .flowContainer:last-of-type{
	margin-bottom: 0;
}
#sec03 .mainContainer{
	margin-top: 100px;
}
/*-------------------------------------------------------------------
	fron
-------------------------------------------------------------------*/



@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
	#sec03 {
		padding-top: 80px;
		margin-bottom: 0;
	}
	#recovery_halon #sec03{
		padding-bottom: 60px;
	}


	#sec03 .mainContainer{
		display: flex;
		flex-flow: column-reverse;
		margin-bottom: 0;
	}
	#recovery_fron #sec03 .mainContainer{
		margin-bottom: 70px;
	}

	#sec03 .mainContainer .textContainer .ttl3{
		width: 100%;
		margin-bottom: 40px;
	}
	#sec03 .mainContainer .textContainer .ttl3::after{
		width: 35px;
	}
	#sec03 .mainContainer .textContainer .ttl4 {
		width: 100%;
		font-size: 2.2rem;
		padding-bottom: 20px;
	}

	#sec03 .mainContainer .textContainer .text{
		width: 100%;
		margin-bottom: 50px;
	}
	#sec03 .mainContainer .textContainer .linkButton{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	#sec03 .ImgContainer{
		position: relative;
		max-width: 100%;
		margin-bottom: 0;
	}
	#recovery_fron #sec03 .ImgContainer{
		margin-bottom: 200px;
	}
	#processing_reproduction #sec02 .numberContentsListItem:nth-child(4) .numberContentsListItemContainer{
		bottom: -25px;
	}	
	#sec03 .ImgContainer .ImgS{
		right: auto;
		left: 0;
	}
	#sec03 .ImgContainer .ImgS p{
		width: 195%;
		margin-left: 5%;
		display: inline-block;
	}
	#sec03 .subContainer{
		margin-bottom: 40px;
	}
	#sec03 .subContainer .ttl3{
		font-size: 2.2rem;
		padding-bottom: 30px;
	}
	#sec03 .subContainer .text{
		width: 100%;
	}
	#sec03 .subImgContainer .inner{
		display: block;
		width: 85%;
		max-width: none;
		margin: 0;
		margin-left: auto;
	}
	#sec03 .subImgContainer .inner img{
		width: 100%;
	}
	#sec03 .subImgContainer .Imgdecoration,
	#sec03 .subImgContainer .Imgdecoration::after{
		width: 95%;
		left: 0;
		aspect-ratio: 5 / 3;
	}
	#sec03 .subImgContainer .Imgdecoration::after{
		background: linear-gradient(340deg, #cee4f1, #fafdfd);
	}
	#sec03 .flowContainer{
		max-width: 100%;
		display: block;
		width: fit-content;
		overflow-x: auto;
		margin: 0 auto;
	}
	#sec03 .flowContainer img{
		max-width: 800px;
	}

}
@media screen and (max-width: 640px) {
	#sec03 .lineTtl03{
		line-height: 1.3;
	}
}
