@charset "utf-8";

/*-------------------------------
	共通
-------------------------------*/

.Quality-message{
	width: 100%;
	margin-bottom: 10rem;
	min-height: 47.2rem;
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
}
.Quality-message__body{
	padding-left: var(--padding-leftright);
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.Quality-message__body-inner{
	width: calc(var(--maxwidth-number) / 2);
	padding-right: 2.5rem;
}
.Quality-message__title{
	font-size: 4rem;
	margin-bottom: 4.2rem;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1;
}
.Quality-message__subtitle{
	font-size: 1.8rem;
	margin-bottom: 3.2rem;
	letter-spacing: .05em;
}
.Quality-message__text{
	font-weight: 400;
}
.Quality-message__image{
	padding-right: var(--padding-leftright);
	width: 50%;
	position: relative;
	z-index: 5000;
}
.Quality-message__image::before{
	width: calc(100% - (2.5rem + 10rem));
    top: 10rem;
}
.Quality-message__image.on::before{
	transform: scaleY(1);
}
.Quality-message__image-inner{
	width: calc(var(--maxwidth-number) / 2);
	max-width: 100%;
	padding-left: 2.5rem;
	display: block;
	position: relative;
	z-index: 5000;
}
.Quality-message__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){

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

	.Quality-message{
		flex-direction: column;
	}
	.Quality-message__body{
		padding-right: var(--padding-leftright);
		width: 100%;
		margin-bottom: 5rem;
	}
	.Quality-message__body-inner{
		width: 100%;
		padding-right: 0;
	}
	.Quality-message__image{
		width: 100%;
	}
	.Quality-message__image::before{
		top: var(--padding-leftright);
		width: calc(100% - var(--padding-leftright) * 2);
	}
	.Quality-message__image-inner{
		padding-left: var(--padding-leftright);
		width: 100%;
	}

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

	#Quality{
		padding-top: 14rem;
	}
	.Quality-message{
		margin-bottom: 23rem;
		min-height: auto;
		flex-direction: column;
	}
	.Quality-message__body{
		padding-left: 0;
		margin-bottom: 3.5rem;
		width: 100%;
	}
	.Quality-message__body-inner{
		width: 100%;
		padding-right: 0;
	}
	.Quality-message__title{
		border-bottom: 1px solid var(--blackcolor);
		font-size: 6rem;
		margin-bottom: 3rem;
		padding-bottom: 4.6rem;
	}
	.Quality-message__subtitle{
		border-bottom: 1px solid var(--blackcolor);
		font-size: 3rem;
		margin-bottom: 3rem;
		padding-bottom: 3.6rem;
	}
	.Quality-message__image{
		width: 100%;
		padding-right: 0;
	}
	.Quality-message__image::before{
		left: var(--padding-leftright);
		width: 100%;
		top: 5rem;
	}
	.Quality-message__image-inner{
		width: 100%;
		padding-left: 0;
		position: relative;
        z-index: 6000;
	}

}



/*-------------------------------
	Hグレード認定工場
-------------------------------*/

.Factory{
	padding-bottom: 0;
}
.Factory-table-wrap{
	margin-bottom: 10rem;
}
.Factory-table{
	width: 100%;
	table-layout: fixed;
}
.Factory-table__header{
	border-bottom: 1px solid #808080;
	background: #333;
	color: #fff;
	font-weight: 700;
}
.Factory-table__header-title:not(:last-child){
	border-right: 1px solid #808080;
}
.Factory-table__header-title{
	width: calc(100% * .182);
	height: 5rem;
	font-weight: 700;
	letter-spacing: .2em;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}
.Factory-table__header-title:nth-of-type(1){
	width: calc(100% * .256)
}
.Factory-table__item{
	border-bottom: 1px solid #808080;
}
.Factory-table__item:nth-of-type(2n){
	background: #fff;
}
.Factory-table__item-title{
	width: calc(100% * .256);
	height: 5rem;
	font-weight: 700;
	letter-spacing: .2em;
	border-right: 1px solid #808080;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	background: #333;
}
.Factory-table__item-title.-vertical{
	width: 5rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.Factory-table__item-title span{
	width: 100%;
	height: 100%;
	padding-left: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.Factory-table__item-title span[data-title]::before{
	content: attr(data-title);
	width: 5rem;
	height: calc(400% + .4rem);
	border-right: 1px solid #808080;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 6000;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
    align-items: center;
    justify-content: center;
	background: #333;
}
.Factory-table__item-text{
	width: calc(100% * .182);
	padding-left: 1rem;
	padding-right: 1rem;
	height: 5rem;
	line-height: calc(1.8 / 1.6);
	font-weight: 400;
	vertical-align: middle;
	text-align: center;
}
.Factory-table__item-text:has(span){
	padding-left: 0;
	padding-right: 0;
}
.Factory-table__item-text span{
	width: 100%;
	height: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5000;
}
.Factory-table__item-text span::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #64ff00;
	opacity: .15;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.Factory-table__item-text:not(:last-child){
	border-right: 1px solid #808080;
}
.Factory-list-wrap{
	width: 100%;
	margin-bottom: 10rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Factory-list{
	width: 50%;
}
.Factory-list:first-child{
	padding-right: 5rem;
}
.Factory-list__title{
	margin-bottom: 4rem;
}
.Factory-list__item{
	width: 100%;
	padding-left: 1.8rem;
	font-weight: 400;
	position: relative;
}
.Factory-list__item::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.Factory-last{
	width: 100%;
	padding: 4rem;
	background: #fff;
}
.Factory-last__text{
	font-size: 2rem;
	letter-spacing: .05em;
	text-align: center;
}

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

	.Factory-table-wrap .mCSB_container{
		width: 100% !important;
	}

}
@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){

	.Factory-table-wrap{
		width: calc(100% + var(--padding-leftright));
	}
	.Factory-table-wrap .Factory-table{
		width: 116.6rem;
	}
	.Factory-list-wrap{
		flex-direction: column;
	}
	.Factory-list{
		width: 100%;
	}
	.Factory-list:first-child{
		padding-right: 0;
	}
	.Factory-list:not(:last-child){
		margin-bottom: 5rem;
	}
	.Factory-last__text{
		text-align: left;
	}

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

	#Factory{
		padding-top: 14rem;
	}
	.Factory-table-wrap{
		width: calc(100% + var(--padding-leftright));
		margin-bottom: 17.5rem;
	}
	.Factory-table{
		width: 233.2rem;
	}
	.Factory-table__header-title{
		width: 36.6rem;
		height: 10rem;
		font-size: 3.2rem;
	}
	.Factory-table__header-title:nth-of-type(1){
		width: 50rem;
	}
	.Factory-table__item-title{
		width: 50rem;
		height: 10rem;
	}
	.Factory-table__item-title.-vertical{
		width: 5rem;
	}
	.Factory-table__item-title span{
		padding-left: 5rem;
	}
	.Factory-table__item-title span[data-title]::before{
		width: 10rem;
		height: calc(400% + 4px);
	}
	.Factory-table__item-text{
		width: 36.6rem;
		height: 5rem;
		line-height: calc(3.6 / 3.2);
	}
	.Factory-list-wrap{
		margin-bottom: 9rem;
		flex-direction: column;
	}
	.Factory-list{
		width: 100%;
	}
	.Factory-list:first-child{
		padding-right: 0;
	}
	.Factory-list:not(:last-child){
		margin-bottom: 7.5rem;
	}
	.Factory-list__title{
		margin-bottom: 2.5rem;
	}
	.Factory-list__item-wrap{
		padding-left: 8rem;
	}
	.Factory-list__item{
		padding-left: 3.5rem;
	}
	.Factory-list__item::before{
		width: 2.5rem;
		height: 2.5rem;
		top: .6em;
		transform: translateY(0);
	}
	.Factory-last{
		padding: 4rem 5rem 3.5rem;
	}
	.Factory-last__text{
		font-size: 3rem;
		letter-spacing: 0;
		text-align: left;
	}

}



/*-------------------------------
	品質管理体制
-------------------------------*/

.Management-list__item{
	width: 100%;
	padding-top: 2.5rem;
	padding-left: 5rem;
	padding-bottom: 2.5rem;
	background: #fff;
	position: relative;
	z-index: 5000;
}
.Management-list__item:not(:last-child){
	margin-bottom: 10rem;
}
.Management-list__item::after{
	content: "";
	display: block;
	width: 15rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #e5e5e5;
	z-index: -1;
}
.Management-list__itemInner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Management-list__item-body{
	width: calc(100% - 30rem);
	max-width: 74rem;
	padding-right: 5rem;
}
.Management-list__item-title{
	width: 100%;
	font-size: 2.4rem;
	margin-bottom: 1.8rem;
	padding-left: 3.2rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
}
.Management-list__item-title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.Management-list__item-text{
	font-weight: 400;
}
.Management-list__item-image{
	width: 30rem;
}
.Management-list__item-image img{
	width: 100%;
}

.Management-list__item.-graph{
	margin-top: var(--padding-topbottom);
	padding: 0;
	background: none;
}
.Management-list__item.-graph::after{
	content: "";
	display: block;
	width: 15rem;
	height: 100%;
}
.Management-list__item.-graph .Management-list__itemInner{
	padding: 5rem;
	background: #fff;
	flex-direction: column;
	align-items: flex-start;
}
.Management-list__item.-graph .Management-list__item-body{
	font-size: 2.4rem;
	margin-bottom: -1em;
}
.Management-list__item.-graph .Management-list__item-title{
	margin-bottom: 0;
}
.Management-list__item.-graph .Management-list__item-image{
	width: 100%;
}
.Management-list__item.-graph .Management-list__item-body{
	width: 100%;
	max-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){

	.Management-list__item.-graph{
		width: calc(100% + var(--padding-leftright));
	}
	.Management-list__item.-graph .Management-list__itemInner{
		padding-right: var(--padding-leftright);
	}
	.Management-list__item.-graph .Management-list__item-image{
		width: 120rem;
		height: auto;
	}
	.Management-list__item.-graph .Management-list__item-image img{
		width: calc(100% - var(--padding-leftright));
		height: auto;
	}

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

	#Management{
		padding-bottom: 20rem;
	}
	.Management{
		padding-top: 20rem;
	}
	.Management-list__item{
		padding: 5rem 5rem 0;
	}
	.Management-list__item::after{
		width: 100%;
		height: 21.5rem;
		top: unset;
		bottom: 0;
	}
	.Management-list__itemInner{
		display: block;
	}
	.Management-list__item-body{
		width: 100%;
		max-width: 100%;
		margin-bottom: 3rem;
		padding-right: 0;
	}
	.Management-list__item-title{
		font-size: 4rem;
		margin-bottom: 2.8rem;
		padding-left: 5rem;
	}
	.Management-list__item-title::before{
		width: 3.6rem;
		height: 3.6rem;
	}
	.Management-list__item-image{
		width: 100%;
		height: 36.5rem;
	}
	.Management-list__item-image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.Management-list__item.-graph{
		width: calc(100% + var(--padding-leftright));
		margin-top: 10rem;
	}
	.Management-list__item.-graph::after{
		display: none;
	}
	.Management-list__item.-graph .Management-list__itemInner{
		padding: 8rem var(--padding-leftright) 8rem 8rem;
		background: #fff;
	}
	.Management-list__item.-graph .Management-list__item-body{
		font-size: 2.4rem;
		margin-bottom: -1em;
	}
	.Management-list__item.-graph .Management-list__item-title{
		margin-bottom: 0;
	}
	.Management-list__item.-graph .Management-list__item-image{
		width: 188rem;
		height: auto;
	}
	.Management-list__item.-graph .Management-list__item-image img{
		width: calc(100% - var(--padding-leftright));
		height: auto;
	}

}