@charset "utf-8";

.main{
	padding-bottom: 0;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

}



/*-------------------------------
	○○について
-------------------------------*/
.Protop{
	padding-bottom: 21rem;
}
.C-Layout1__body.Protop__about-body{
	max-width: 50rem;
}


@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){
	.C-Layout1__body.Protop__about-body{
		max-width: unset;
	}
}
@media screen and (max-width:768px){
	.Protop{
		padding-bottom: 25rem;
	}
	.C-Layout1__body.Protop__about-body{
		max-width: unset;
	}
}



/*-------------------------------
	○○はケミカルリサイクル
-------------------------------*/

.Recycle{
	padding-top: 5rem;
	padding-bottom: 7.5rem;
	position: relative;
}
.Recycle::before{
	content: "";
	display: block;
	width: 35.6rem;
	height: 35rem;
	background-image: url(../images/products_ipb/icon_recycle.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 1rem;
	top: .5rem;
}
.Recycle__title{
	margin-bottom: 3rem;
}
.Recycle__text{
	margin-bottom: 6rem;
	line-height: calc(3.6 / 1.4);
	text-align: center;
}
.Recycle__image{
	width: 100%;
	max-width: 83.2rem;
	margin-left: auto;
	margin-right: auto;
}
.Recycle__image img{
	width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Recycle__image.products_scroll{
		width: 100%;		
		overflow-x: auto; 
		white-space: nowrap; 
	}
	.Recycle__image.products_scroll img{
		width: 83.5rem;
	}
}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	.Recycle{
		padding-top: 9rem;
		padding-bottom: 13.5rem;
	}
	.Recycle::before{
		width: 35.6rem;
		height: 35rem;
		left: 1rem;
		top: .5rem;
	}
	.Recycle__title{
		margin-bottom: 4.2rem;
	}
	.Recycle__text{
		margin-bottom: 8.4rem;
	}

	.Recycle__image.products_scroll{
		width: 100%;		
		overflow-x: auto; 
		white-space: nowrap; 
	}
	.Recycle__image.products_scroll img{
		width: 95rem;
	}
}



/*-------------------------------
	○○の特徴と効果
-------------------------------*/

.Points__item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Points__item:not(:first-child){
	padding-top: 7rem;
}
.Points__item:not(:last-child){
	padding-bottom: 7rem;
	border-bottom: 1px solid #707070;
}
.Points__item-body{
	width: calc(100% - 30rem);
	padding-right: 2.5rem;
}
.Points__item.--bodymin .Points__item-body{
	width: calc(100% - 40rem);
}
.Points__item-title{
	color: var(--maincolor);
	font-family: var(--en);
	font-size: 3.2rem;
	margin-bottom: 2.5rem;
	line-height: 1.5;
	font-weight: 700;
}
.Points__item-title::before{
	-webkit-text-stroke: 1px var(--maincolor);
	text-stroke: 1px var(--maincolor);
	content: attr(data-number);
	font-family: var(--en);
	width: fit-content;
	font-size: 8rem;
	padding-bottom: 1.2rem;
	margin-bottom: .5rem;
	line-height: .65;
	display: block;
	paint-order: stroke;
	color: transparent;
}
.Points__item-image{
	width: 30rem;
}
.Points__item.--bodymin .Points__item-image{
	width: 40rem;
}
.Points__item-image img{
	width: 100%;
}
.Points__item-image-caption{
	margin-top: .2rem;
}
.Points__item-image-wrap{
	width: 100%;
	margin-top: 4rem;
	gap: 4.5rem 6.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Points__item-image-wrap .Points__item-image{
	width: calc((100% - (6.5rem * 2)) / 3);
}
.Points__item:has(.Points__item-image-wrap) .Points__item-body{
	width: 100%;
	padding-right: 0;
}
.Points__item-list-item{
	width: 100%;
	column-gap: .8rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Points__item-list-item::before{
	line-height: var(--line-height);
	color: var(--maincolor);
	content: "●";
	display: block;
}
.Points__item-frame{
	margin-top: 6.5rem;
	width: 100%;
	padding: 1.6rem 2.2rem;
	border: 1px solid var(--maincolor);
}
.Points__item-frame-title{
	margin-bottom: 1.2rem;
	font-size: 1.8rem;
	line-height: calc(2.4 / 1.8);
	color: var(--maincolor);
}


@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	
	.Points__item{
		flex-direction: column;
	}
	.Points__item:not(:first-child){
		padding-top: 9.8rem;
	}
	.Points__item:not(:last-child){
		padding-bottom: 9.8rem;
	}
	.Points__item-body{
		width: 100%;
		padding-right: 0;
		margin-bottom: 8rem;
	}
	.Points__item.--bodymin .Points__item-body{
		width: 100%;
	}
	.Points__item-title{
		font-size: 4.48rem;
		margin-bottom: 3.5rem;
	}
	.Points__item-title::before{
		font-size: 11.2rem;
		padding-bottom: 1.68rem;
		margin-bottom: .7rem;
	}
	.Points__item-image{
		width: 100%;
	}
	.Points__item.--bodymin .Points__item-image{
		width: 100%;
	}
	.Points__item-image img{
		width: 100%;
	}
	.Points__item-image-caption{
		margin-top: .28rem;
		text-align: center;
	}
	.Points__item-image-wrap{
		margin-top: 4rem;
		gap: 4.5rem 6.5rem;
		flex-wrap: wrap;
	}
	.Points__item-image-wrap .Points__item-image{
		width: calc((100% - (6.5rem)) / 2);
	}
	.Points__item-list-item{
		width: 100%;
		column-gap: .8rem;
	}
	.Points__item-frame{
		margin-top: 9.1rem;
		/*padding: 2.24rem 2.2rem;*/
		padding: 3rem 2.2rem;
		border: 1px solid var(--maincolor);
	}
	.Points__item-frame-title{
		margin-bottom: 1.68rem;
		/*font-size: 2.52rem;*/
		font-size: 3.2rem;
	}
}



/*-------------------------------
	○○の製造工程
-------------------------------*/
.Flow{
	padding-bottom:	18.8rem;
}
.Flow__image{
	margin-bottom: 9.5rem;
	width: 100%;
}
.Flow__image img{
	width: 100%;
}
.Flow__item-frame{
	margin-bottom: 8.6rem;
	padding: 3.4rem 6.5rem;
	width: 100%;
	border: 1px solid var(--maincolor);
	background: #e5eeee;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Flow__item-frame-title{
	margin-right: 4.5rem;
	font-size: 2.8rem;
	font-weight: 700;	
    font-family: var(--en);
	color: var(--maincolor);
}
.Flow__item-list{
	padding-left: 5.9rem;
	border-left: 1px solid var(--maincolor);
}
.Flow__item-list-item{
	font-size: 2rem;
	line-height: calc(3 / 2);
	color: var(--maincolor);
    letter-spacing: .1em;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){
	.Flow__image.products_scroll{
		width: 100%;		
		overflow-x: auto; 
		white-space: nowrap; 
	}
	.Flow__image.products_scroll img{
		width: 83.5rem;
	}	
	.Flow__image.products_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: var(--maincolor) !important;
	}
}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	.Flow{
		padding-bottom:	21rem;
	}


	.Flow__image.products_scroll{
		margin-bottom: 9.5rem;
		width: 100%;		
		overflow-x: auto; 
		white-space: nowrap; 
	}
	.Flow__image.products_scroll img{
		width: 95rem;
	}
	.Flow__image.products_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: var(--maincolor) !important;
	}
	.Flow__item-frame{
		margin-bottom: 8.6rem;
		padding: 3.4rem 5.5rem;
		flex-direction: column;
	}

	.Flow__item-frame-title{
		margin-right: unset;
		margin-bottom: 5rem;
		font-size: 3.92rem;
	}	
	.Flow__item-list{
		padding-left: 0;
		border-left: unset;
		padding-top: 5rem;
		border-top: 1px solid var(--maincolor);
	}
	.Flow__item-list-item{
		font-size: 3.6rem;
	}
}



/*-------------------------------
	リサイクルの流れ
-------------------------------*/

#RecycleFlow{
	padding-bottom: var(--padding-topbottom);
	padding-top: 5rem;
	position: relative;
}
.RecycleFlow::before{
	content: "";
	display: block;
	width: 35.6rem;
	height: 35rem;
	background-image: url(../images/products_ipb/icon_recycle.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 1rem;
	top: .5rem;
}
.RecycleFlow__title{
	margin-bottom: 8.5rem;
}
.RecycleFlow__item-wrap{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.RecycleFlow__item{
	width: calc((100% - (6.4rem * 2)) / 3);
}
.RecycleFlow__item-image{
	width: 100%;
	margin-bottom: 2.2rem;
	position: relative;
}
.RecycleFlow__item:not(:last-of-type) .RecycleFlow__item-image::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 1.9rem solid transparent;border-bottom: 19px solid transparent;
	border-left: 1.8rem solid var(--maincolor);
	border-right: 0;
	position: absolute;
	right: -6.4rem;
	top: 50%;
	transform: translate(-100%, -50%);
	display: block;
	content: "";
}

.RecycleFlow__item-image img{
	width: 100%;
}
.RecycleFlow__item-title{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 2.4rem;
	margin-bottom: 3.2rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.5;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.RecycleFlow__item-title::before{
	color: var(--maincolor);
	font-family: var(--en);
	content: attr(data-number);
	font-size: 3.2rem;
	margin-bottom: .8rem;
	padding-bottom: .4rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: .7;
	display: block;
}
.RecycleFlow__item-text{
	line-height: calc(3.6 / 1.4);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	
	#RecycleFlow{
		padding-top: 7rem;
	}
	.RecycleFlow::before{
		width: 35.6rem;
		height: 35rem;
		left: 1rem;
		top: .5rem;
	}
	.RecycleFlow__title{
		margin-bottom: 11.9rem;
	}
	.RecycleFlow__item-wrap{
		flex-direction: column;
	}
	.RecycleFlow__item{
		width: 100%;
		padding-bottom: 8rem;
		position: relative;
	}	
	.RecycleFlow__item:not(:last-of-type)::before{
		border-left: 2.52rem solid transparent;
		border-right: 2.52rem solid transparent;
		border-top: 2.66rem solid var(--maincolor);
		border-bottom: 0;
		position: absolute;
		bottom: 5rem;
		left: 50%;
		transform: translate(-50%, 50%);
		display: block;
		content: "";
	}
	.RecycleFlow__item-image{
		width: 100%;
		margin-bottom: 3.36rem;
	}
	.RecycleFlow__item:not(:last-of-type) .RecycleFlow__item-image::before{
		display: none;
	}
	.RecycleFlow__item-title{
		font-size: 3.36rem;
		margin-bottom: 3.36rem;
	}
	.RecycleFlow__item-title::before{
		font-size: 4.48rem;
		margin-bottom: 1.12rem;
		padding-bottom: .56rem;
	}
}