@charset "utf-8";

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

.Strengths{
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.Strengths__inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Strengths__content{
	width: calc(100% - 46rem);
	padding-right: 5rem;
}
.Strengths-header{
	margin-bottom: 4rem;
}
.Strengths-header__inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Strengths-header__icon{
	border: 1px solid var(--maincolor);
	width: 16rem;
	height: 16rem;
	border-radius: 50%;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.Strengths-header__icon-text{
	color: var(--maincolor);
	font-size: 1.4rem;
	margin-bottom: .5rem;
	letter-spacing: 1em;
	padding-left: 1em;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.Strengths-header__icon-number{
	color: var(--maincolor);
	font-size: 5rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.Strengths-header__title{
	width: calc(100% - 16rem);
	padding-left: 4.2rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: calc(4.5 / 3);
	display: block;
}
.Strengths__text{
	font-size: 1.8rem;
}
.Strengths__image{
	width: 46rem;
	border-radius: 1.6rem;
	overflow: hidden;
}
.Strengths__image img{
	width: 100%;
}

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

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

	.Strengths__image{
		width: 40rem;
	}
	.Strengths__content{
		width: calc(100% - 40rem);
	}

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

	.Strengths__image{
		width: 30rem;
	}
	.Strengths__content{
		width: calc(100% - 30rem);
	}

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

	.Strengths__inner{
		flex-direction: column-reverse;
	}
	.Strengths__image{
		width: 100%;
		max-width: 50rem;
		margin-bottom: 5rem;
	}
	.Strengths__content{
		width: 100%;
		padding-right: 0;
	}

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

	.Strengths{
		padding-top: var(--padding-topbottom);
		padding-bottom: var(--padding-topbottom);
	}
	.Strengths__inner{
		flex-direction: column;
	}
	.Strengths__content{
		width: 100%;
		margin-bottom: 6.5rem;
		padding-right: 0;
	}
	.Strengths-header{
		margin-bottom: 6rem;
	}
	.Strengths-header__icon{
		width: 18rem;
		height: 18rem;
	}
	.Strengths-header__icon-text{
		font-size: 2rem;
	}
	.Strengths-header__icon-number{
		font-size: 6.6rem;
	}
	.Strengths-header__title{
		width: calc(100% - 18rem);
		padding-left: 3.5rem;
		font-size: 4rem;
		line-height: calc(6 / 4);
	}
	.Strengths__text{
		font-size: 2.6rem;
	}
	.Strengths__image{
		width: 100%;
		border-radius: 2.4rem;
	}

}



/*-------------------------------
	強み01
-------------------------------*/

.Strengths1-image{
	width: 45.2rem;
	height: 42.4rem;
	position: relative;
}
.Strengths1-image-list{
	width: 100%;
	height: 100%;
	position: relative;
}
.Strengths1-image-list__item{
	width: 24.2rem;
	height: 24.2rem;
	border-radius: 50%;
	background: rgba(198,0,41,.07);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 4000;
}
.Strengths1-image-list__item:nth-of-type(1){
	padding-bottom: 4rem;
	left: 0;
	top: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.Strengths1-image-list__item:nth-of-type(2){
	padding-top: 3rem;
	left: 0;
	bottom: 0;
}
.Strengths1-image-list__item:nth-of-type(3){
	padding-top: 3rem;
	right: 0;
	bottom: 0;
}
.Strengths1-image-list__item-title{
	font-size: 1.8rem;
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.Strengths1-image-list__item-text{
	font-size: 1.2rem;
	line-height: calc(1.8 / 1.2);
	text-align: center;
}
.Strengths1-image__center{
	background: var(--maincolor);
	width: 11.2rem;
	height: 11.2rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: calc(2.4 / 1.8);
	border-radius: 50%;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 24.2rem;
	transform: translate(-50%,-50%);
	z-index: 6000;
}

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

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

	.Strengths1-image{
		width: 40rem;
		height: 40rem;
	}
	.Strengths1-image-list__item:nth-of-type(2){
		padding-right: 5rem;
	}
	.Strengths1-image-list__item:nth-of-type(3){
		padding-left: 5rem;
	}

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

	#Strengths1 .Strengths__content{
		width: calc(100% - 40rem);
	}

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

	#Strengths1 .Strengths__content{
		width: 100%;
	}

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

	.Strengths1-image{
		width: 100%;
		height: 62.8rem;
	}
	.Strengths1-image-list__item{
		width: 36rem;
		height: 36rem;
	}
	.Strengths1-image-list__item:nth-of-type(1){
		padding-bottom: 6rem;
	}
	.Strengths1-image-list__item:nth-of-type(2){
		padding-top: 5rem;
	}
	.Strengths1-image-list__item:nth-of-type(3){
		padding-top: 5rem;
	}
	.Strengths1-image-list__item-title{
		font-size: 2.7rem;
		margin-bottom: 1.8rem;
	}
	.Strengths1-image-list__item-text{
		font-size: 1.8rem;
		line-height: calc(2.7 / 1.8);
	}
	.Strengths1-image__center{
		width: 16.8rem;
		height: 16.8rem;
		font-size: 2.7rem;
		line-height: calc(3.6 / 2.7);
		top: 27.5rem;
		transform: translateX(-50%);
	}

}



/*-------------------------------
	強み02
-------------------------------*/

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

}



/*-------------------------------
	強み03
-------------------------------*/

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

}



/*-------------------------------
	強み04
-------------------------------*/

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

}