@charset "UTF-8";

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


}

.link_ico:before{
	top: 0.9em;
}

#strengths{
	overflow: hidden;
}

#strengths .strengths-sec{
	display: flex;
	align-items: center;
	padding-bottom: 105px;
}
#strengths .strengths-sec.flex-bottom{
	align-items: flex-end;
}


#strengths .strengths-sec01 {	
	background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0) calc(50% - 100px), 
    rgba(196, 219, 243, 0.3) calc(50% - 100px), 
    rgba(196, 219, 243, 0.3) 100%
);
}

.en #strengths .strengths-sec01 {	
	background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0) calc(50% - 80px), 
    rgba(196, 219, 243, 0.3) calc(50% - 80px), 
    rgba(196, 219, 243, 0.3) 100%
);
}

#strengths .strengths-sec02 {
  background: linear-gradient(
    to bottom,
    rgba(196, 219, 243, 0.3) 0%, 
    rgba(196, 219, 243, 0.3) calc(50% - 120px), 
    rgba(255, 255, 255, 0) calc(50% - 120px), 
    rgba(255, 255, 255, 0) 100%
);
}

.en #strengths .strengths-sec02 {
  background: linear-gradient(
    to bottom,
    rgba(196, 219, 243, 0.3) 0%, 
    rgba(196, 219, 243, 0.3) calc(50% - 95px), 
    rgba(255, 255, 255, 0) calc(50% - 95px), 
    rgba(255, 255, 255, 0) 100%
);
}

#strengths .strengths-sec03 {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0) calc(0% + 80px), 
    rgba(196, 219, 243, 0.3) calc(0% + 80px), 
    rgba(196, 219, 243, 0.3) 100%
);
}

.en #strengths .strengths-sec03 {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0) calc(0% + 70px), 
    rgba(196, 219, 243, 0.3) calc(0% + 70px), 
    rgba(196, 219, 243, 0.3) 100%
);
}


@media screen and (min-width: 1610px) {
#strengths .strengths-sec03 {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0) calc(50% - 210px), 
    rgba(196, 219, 243, 0.3) calc(50% - 210px), 
    rgba(196, 219, 243, 0.3) 100%
);
}

.en #strengths .strengths-sec03 {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0) calc(50% - 230px), 
    rgba(196, 219, 243, 0.3) calc(50% - 230px), 
    rgba(196, 219, 243, 0.3) 100%
);
}
}


#strengths .strengths-sec04{
	padding-top: 85px;
}
#strengths .strengths-sec05{
	align-items: flex-start;
	position: relative;
	padding-bottom: 80px;
	margin-bottom: 180px;
	background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0) calc(0% + 80px), 
    rgba(196, 219, 243, 0.3) calc(0% + 80px), 
    rgba(196, 219, 243, 0.3) 100%
);
}

.en #strengths .strengths-sec05{
	align-items: flex-start;
	position: relative;
	padding-bottom: 240px;
	margin-bottom: 180px;
	background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0) calc(0% + 125px), 
    rgba(196, 219, 243, 0.3) calc(0% + 125px), 
    rgba(196, 219, 243, 0.3) 100%
);
}

#strengths .strengths-sec05 .box{
	position: absolute;
}
#strengths .strengths-sec06{
	align-items: flex-start;
}


#strengths .strengths-sec .txt{
	width: 60%;
}
#strengths .img-left{
	flex-direction: row-reverse;
}
#strengths .strengths-sec .txt .txt-inner{
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
#strengths .strengths-sec .txt .txt-inner p{
	width: fit-content;
	line-height: 2;
	font-size: 1.8rem;
	margin-bottom: 40px;
}
#strengths .strengths-sec .txt .txt-inner h4{
	width: fit-content;
	font-size: 3.8rem;
	color: #0075C2;
	margin-bottom: 50px;
}
.en #strengths .strengths-sec .txt .txt-inner h4{
	line-height: 1.4;
}
#strengths .strengths-sec .txt .txt-inner .box{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 360px;
	height: 180px;
	background-color: #fff;
	border: 1px solid #0075C2;
}
#strengths .strengths-sec .txt .txt-inner .box .box-inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#strengths .strengths-sec .txt .txt-inner .box p{
	margin-bottom: 0;
}

#strengths .strengths-sec .txt .txt-inner .box .box-inner .box-title{
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.en #strengths .strengths-sec .txt .txt-inner .box .box-inner .box-title{
	font-size: 1.4rem;
	line-height: 1.2;
}
#strengths .strengths-sec .txt .txt-inner .box .box-inner .txt-01{
	font-size: 1.6rem;
	line-height: 1;
}
#strengths .strengths-sec .txt .txt-inner .box .box-inner .txt-01 span{
	line-height: 1;
	font-size: 6.1rem;
	font-family: 'Jost', sans-serif;
	color: #ed34a7;
	font-weight: bold;
}
#strengths .strengths-sec .txt .txt-inner .box .box-inner .txt-02{
	font-size: 1.8rem;
	margin-top: -10px;
}
#strengths .strengths-sec .txt .txt-inner .box .box-inner .txt-03{
	font-size: 1.2rem;
}

#strengths .strengths-sec .txt .txt-inner .box .left{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#strengths .strengths-sec .txt .txt-inner .box .right{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#strengths .strengths-sec .img{
	width: 40%;
    min-width: 320px;
}


@media screen and (max-width: 768px) {
	#strengths{
		margin-bottom: 40px;
	}
	#strengths .strengths-sec{
		padding: 0 25px;
	}
	#strengths .strengths-sec01 {
	  background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(196, 219, 243, 0.3) 75%, rgba(196, 219, 243, 0.3) 100% );
	}
	.en #strengths .strengths-sec01 {
	  background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(196, 219, 243, 0.3) 70%, rgba(196, 219, 243, 0.3) 100% );
	}
	#strengths .strengths-sec02 {
		padding-top: 65px;
	  background: linear-gradient(
		to bottom,
		rgba(196, 219, 243, 0.3) 0%, rgba(196, 219, 243, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100% );
	}
	.en #strengths .strengths-sec02 {
		padding-top: 65px;
	  background: linear-gradient(
		to bottom,
		rgba(196, 219, 243, 0.3) 0%, rgba(196, 219, 243, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100% );
	}
	#strengths .strengths-sec03 {
		gap: 25px;
		margin-top: 65px;
	  background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 78%, rgba(196, 219, 243, 0.3) 78%, rgba(196, 219, 243, 0.3) 100% );
	}
	.en #strengths .strengths-sec03 {
		gap: 25px;
		margin-top: 65px;
	  background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 78%, rgba(196, 219, 243, 0.3) 78%, rgba(196, 219, 243, 0.3) 100% );
	}
	#strengths .strengths-sec04{
		padding-top: 65px;
		background: linear-gradient(
		to bottom,
		rgba(196, 219, 243, 0.3) 0%, rgba(196, 219, 243, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100% );
	}
	.en #strengths .strengths-sec04{
		padding-top: 65px;
		background: linear-gradient(
		to bottom,
		rgba(196, 219, 243, 0.3) 0%, rgba(196, 219, 243, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100% );
	}
	#strengths .strengths-sec05{
		margin-top: 65px;
		gap: 25px;
		align-items: flex-start;
		position: relative;
		padding-bottom: 80px;
		margin-bottom: 0px;
		background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(196, 219, 243, 0.3) 70%, rgba(196, 219, 243, 0.3) 100% );
	}
	.en #strengths .strengths-sec05{
		margin-top: 65px;
		gap: 25px;
		align-items: flex-start;
		position: relative;
		padding-bottom: 80px;
		margin-bottom: 0px;
		background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(196, 219, 243, 0.3) 70%, rgba(196, 219, 243, 0.3) 100% );
	}
	#strengths .strengths-sec05 .box{
		position: initial;
	}
	#strengths .strengths-sec06{
		background: linear-gradient(
		to bottom,
		rgba(196, 219, 243, 0.3) 0%, rgba(196, 219, 243, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100% );
	}
	
	#strengths .strengths-sec .txt{
	width: 100%;
	}
	#strengths .strengths-sec .txt .txt-inner{
		max-width: initial;
		padding: 0;
	}
	#strengths .strengths-sec .txt .txt-inner p{
		text-align: left;
		font-size: 100%;
		letter-spacing: 0;
		line-height: 1.75;
		margin-bottom: 20px;
	}
	#strengths .strengths-sec .txt .txt-inner h4{
		font-size: 2.1rem;
		margin-bottom: 30px;
	}
	#strengths .strengths-sec .txt .txt-inner .box{
		width: 310px;
		height: 140px;
		margin: 0 auto;
	}
	
	#strengths .strengths-sec .txt .txt-inner .box .box-inner .box-title{
		font-size: 1.3rem;
		margin-bottom: 5px;
	}
	.en #strengths .strengths-sec .txt .txt-inner .box .box-inner .box-title{
		padding: 0 10px;
		text-align: center;
	}
	#strengths .strengths-sec .txt .txt-inner .box .box-inner .txt-01{
		font-size: 1.2rem;
	}
	#strengths .strengths-sec .txt .txt-inner .box .box-inner .txt-01 span{
		font-size: 4rem;
	}
	#strengths .strengths-sec .txt .txt-inner .box .box-inner .txt-02{
		font-size: 1.2rem;
		margin-top: -5px;
	}
	#strengths .strengths-sec .txt .txt-inner .box .box-inner .txt-03{
		font-size: 1rem;
	}
	
	#strengths .strengths-sec .img{
	width: 100%;
    min-width: initial;
}
   #strengths .strengths-sec{
	flex-direction: column;
	}
}