@charset "utf-8";

/*-------------------------------
	特長
-------------------------------*/

.Feature__text{
	margin-bottom: 9.5rem;
}
.Feature-list__item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Feature-list__item:not(:last-child){
	margin-bottom: 7.6rem;
}
.Feature-list__itemBody{
	width: calc(100% - 30rem);
	padding-right: 5rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Feature-list__itemTag{
	background: var(--blackcolor);
	width: 9rem;
	height: 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}
.Feature-list__itemTagText{
	font-size: 1rem;
	margin-bottom: .7rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #b2b2b2;
}
.Feature-list__itemTagNumber{
	font-family: var(--en);
	font-size: 4rem;
	font-weight: 700;
	line-height: .7;
	padding-bottom: .2rem;
	letter-spacing: 0;
	display: block;
}
.Feature-list__itemContent{
	width: calc(100% - 9rem);
	padding-left: 3rem;
	padding-top: 2.5rem;
}
.Feature-list__itemTitle{
	color: var(--maincolor);
	font-size: 2.6rem;
	margin-bottom: 1.8rem;
	font-weight: 700;
	line-height: calc(3.3 / 2.2);
}
.Feature-list__itemImage{
	width: 30rem;
}
.Feature-list__itemImage img{
	width: calc(100% + 10rem);
}

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

	.Feature__text{
		margin-bottom: 5rem;
	}
	.Feature-list__item{
		flex-direction: column;
	}
	.Feature-list__itemBody{
		width: 100%;
		margin-bottom: 2.5rem;
		padding-right: 0;
	}
	.Feature-list__itemImage{
		width: 100%;
		padding-left: 12rem;
	}
	.Feature-list__itemImage img{
		width: 100%;
	}

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

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

	.Feature__text{
		margin-bottom: 9rem;
	}
	.Feature-list__item{
		flex-direction: column;
	}
	.Feature-list__item:not(:last-child){
		margin-bottom: 7.5rem;
	}
	.Feature-list__itemBody{
		width: 100%;
		margin-bottom: 3.3drem;
		padding-right: 0;
	}
	.Feature-list__itemTag{
		width: 12rem;
		height: 12rem;
	}
	.Feature-list__itemTagText{
		font-size: 1.4rem;
		margin-bottom: .8rem;
	}
	.Feature-list__itemTagNumber{
		font-size: 5.4rem;
		line-height: .7;
		padding-bottom: .3rem;
	}
	.Feature-list__itemContent{
		width: calc(100% - 12rem);
		padding-left: 4rem;
		padding-top: 2.5rem;
	}
	.Feature-list__itemTitle{
		width: 100%;
		font-size: 3.6rem;
		margin-bottom: .8rem;
		line-height: calc(4.7 / 3.6);
		min-height: 7rem;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.Feature-list__itemContent:has(.Feature-list__itemTitle br){
		padding-top: 1rem;
	}
	.Feature-list__itemContent:has(.Feature-list__itemTitle br) .Feature-list__itemTitle{
		margin-bottom: 2.2rem;
	}
	.Feature-list__itemImage{
		width: 100%;
		padding-left: calc(12rem + 4rem);
		margin-top: 3rem;
	}
	.Feature-list__itemImage img{
		width: 100%;
	}

}



/*-------------------------------
	製品紹介
-------------------------------*/

.Product__text{
	margin-bottom: 9.5rem;
}
.Product-list{
	width: 100%;
	gap: .8rem;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Product-list__item{
	width: calc((100% - .8rem) / 2);
	padding: 5rem 5rem 4.2rem;
	background: #fff;
}
.Product-list__itemImage{
	width: 100%;
	margin-bottom: 2.5rem;
}
.Product-list__itemImage img{
	width: 100%;
}
.Product-list__itemTitle{
	font-size: 2.2rem;
	margin-bottom: 1.2rem;
	line-height: calc(3.3 / 2.2);
	font-weight: 700;
}

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

	.Product__text{
		margin-bottom: 5rem;
	}
	.Product-list__item{
		padding: 2.5rem 2.5rem 2rem;
	}
	.Product-list__itemTitle br{
		display: none;
	}

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

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

	.Product__text{
		margin-bottom: 7rem;
	}
	.Product-list{
		gap: 2rem;
		flex-direction: column;
	}
	.Product-list__item{
		width: 100%;
		padding: 5rem 4rem 4.5rem;
	}
	.Product-list__itemImage{
		margin-bottom: 3rem;
	}
	.Product-list__itemTitle{
		font-size: 3.6rem;
		margin-bottom: 1.2rem;
		line-height: calc(5.1 / 3.6);
		text-align: center;
	}

}



/*-------------------------------
	保有設備
-------------------------------*/

.Equipment__text{
	margin-bottom: 9.5rem;
}
.Equipment-list{
	width: 100%;
	gap: 7.5rem 4.2rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Equipment-list__item{
	width: calc((100% - (4.2rem * 2)) / 3);
}
.Equipment-list__itemImage{
	width: 100%;
	margin-bottom: 2.2rem;
}
.Equipment-list__itemImage img{
	width: 100%;
}
.Equipment-list__itemTitle{
	font-size: 2.2rem;
	margin-bottom: 1.2rem;
	font-weight: 700;
	line-height: calc(3.3 / 2.2);
}

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

	.Equipment__text{
		margin-bottom: 5rem;
	}
	.Equipment-list{
		gap: 5rem 3.5rem;
	}
	.Equipment-list__item{
		width: calc((100% - (3.5rem * 1)) / 2);
	}

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

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

	.Equipment__text{
		margin-bottom: 8rem;
	}
	.Equipment-list{
		gap: 8rem 0;
		flex-direction: column;
	}
	.Equipment-list__item{
		width: 100%;
	}
	.Equipment-list__itemImage{
		width: 100%;
		max-width: 57rem;
		margin-bottom: 3rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Equipment-list__itemTitle{
		font-size: 3.6rem;
		margin-bottom: 1.4rem;
		line-height: calc(5.1 / 3.6);
		text-align: center;
	}

}