@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
	margin-bottom: -44px;
}
#main .strongBox {
	/* min-height: min(95vw,1310px);
	margin-bottom: -65px; */
	margin-bottom: 60px; 
	display: flex;
	justify-content: flex-end;
}
#main .strongBox .photoBox {
	width: calc(50% + 440px);
	margin: 0 -12.5% 0 -17%;
	order: 2;
	mix-blend-mode: multiply;  
}
#main .strongBox .photoBox img {
	width: 100%;
}
#main .strongBox .textBox {
	/* padding: 212px 0 0 20px; */
	padding: 212px 0 0 8vw;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#main .strongBox .textBox .sub {
	max-width: 900px;
	width: 100%;
}
#main .strongBox h3 {
	margin-bottom: 60px;
	/* font-size: min(4vw,7.5rem); */
	font-size: min(4vw,5.5rem);
	color: #1A1A1A;
	line-height: 1.47;
}
#main .strongBox p {
	margin-bottom: 60px;
	/* width: 90%; */
	width: 120%;
	/* font-size: min(2vw,2.9rem); */
	font-size: min(2vw,2rem);
	line-height: 2.07;
}
#main .strongBox p:last-child {
	margin-bottom: 0;
}
#main .pointBox {
	position: relative;
}
#main .pointBox:after {
	width: 141vw;  
	height: 161vw;
	background: url(../img/strongpoint/bg.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: 1.35vw;
	right: -10.15vw;  
	content: ""; 
	z-index: -1;
}
#main .pointBox .imgBox {
	/* margin-bottom: -10px; */
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .pointBox .imgBox .photoBox {
	width: calc(50% - 207px);
	/* margin: 0 6.5% 0 -27px; */
	margin: 0 3% 0 -27px;
}
#main .pointBox .imgBox .photoBox img {
	width: 100%;
	border-radius: 50px;
}
#main .pointBox .imgBox .textBox {
	flex: 1;
	/* padding: 20px 20px 90px 20px; */
	padding: 20px 20px 90px 20px;

}

#main .pointBox h3 {
	margin-bottom: min(5vw,105px);
	/* font-size: min(4vw,7rem); */
	font-size: 4rem;
	position: relative;
	color: #1A1A1A;
	line-height: 1.43;
	z-index: 1;
}
#main .pointBox h3 .txtSpan {
	position: absolute;
	top: 79px;
	left: 190px;
	z-index: -1;
}
#main .pointBox p {
	margin-bottom: 60px;
	/* font-size: min(2vw,2.1rem); */
	font-size: min(2vw,2rem);
	/* line-height: 2.86; */
	line-height: 2;
	position: relative;
	z-index: 1;
}
#main .pointBox p:last-child {
	margin-bottom: 0;
}
#main .pointBox .imgBox02 {
	margin-bottom: 220px;
}
#main .pointBox .imgBox02 .photoBox {
	order: 2;
	width: calc(50% - 120px);
	margin: 0 -2.1% 0 60px;
	position: relative;
	z-index: 2;
}
#main .pointBox .imgBox02 .photoBox img {
	border-radius: 40px;
}
#main .pointBox .imgBox02 .textBox {
	display: flex;
	padding-bottom: 0;
	padding-top: 145px;
	justify-content: flex-end;

	/* tuika */
	padding: 20px 20px 90px 8vw;
}



#main .pointBox .imgBox02 .textBox .sub {
	width: 100%;
	max-width: 780px;
}
#main .pointBox .imgBox02 h3 .txtSpan {
	top: 55px;
	left: -43px;
	margin-right: -21%;
}
#main .pointList {
	/* max-width: 1690px; */
	max-width: 1400px;
	margin: 0 auto 130px;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .pointList li {
	width: 47%;
}
#main .pointList li a {
	display: block;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: min(22vw,349px);
	color: #fff;
}
#main .pointList li a:hover {
	opacity: 0.7;
}
#main .pointList li a:after {
	width: 100%;  
	height: 100%;
	background: linear-gradient(to right,#0863b2 0%, #002b8f 100%);
	opacity: 0.66;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
#main .pointList li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .pointList li .subSpan {
	padding: 10px min(3.1vw,60px) 30px;
	font-size: 2.9rem;
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
	box-sizing: border-box;
}
#main .pointList li .txtSpan {
	display: flex;
	min-height: 75px;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	font-size: min(5vw,5rem);
	font-weight: 500;
	letter-spacing: 0.1em;
	background: url(../img/common/icon06.png) no-repeat right center;
	background-size: min(5vw,74px) auto;
}







@media all and (min-width: 897px) {
	#main h2 .txtSpan {
		left: 200px;
		top: 65px;
	}
}



@media all and (max-width: 896px) {
	.mainImg h2 {
		font-size: 5rem !important;
	}
	.mainImg h2 .txtSpan {
		max-width: 362px;
		margin-right: 0;
	}
	.mainImg {
		margin-bottom: 102px;
	}
	#main .strongBox {
		min-height: inherit;
		display: block;
		margin: 0 20px -25px;
	}
	#main .strongBox .textBox {
		padding: 0;
		display: block;
	}
	#main .strongBox .textBox .sub {
		max-width: inherit;
	}
	#main .strongBox h3 {
		margin-bottom: 31px;
		font-size: 2.3rem;
		letter-spacing: 0.1em;
		line-height: 1.39;
	}
	#main .strongBox p {
		margin-bottom: 32px;
		font-size: 1.5rem;
		font-weight: 500;
		color: #1A1A1A;
		width: auto;
		line-height: 2.13;
	}
	#main .strongBox .photoBox {
		width: auto;
		margin: -144px -55px 0;
	}
	#main .pointBox .imgBox {
		margin-bottom: 37px;
		display: block;
	}
	#main .pointBox .imgBox .photoBox {
		width: auto;
		margin: 0 60px 0 0;
	}
	#main .pointBox .imgBox .photoBox img {
		border-radius: 0 20px 20px 0;
	}
	#main .pointBox h3 {
		margin-bottom: 20px;
		font-size: 2.6rem;
		letter-spacing: 0.05em;
		line-height: 1.615;
	}
	#main .pointBox p {
		margin-bottom: 0;
		font-size: 1.4rem;
		line-height: 1.36;
	}
	#main .pointBox .imgBox .textBox {
		padding-bottom: 0;
	}
	#main .pointBox .imgBox02 .photoBox {
		margin: 0 0 0 60px;
	}
	#main .pointBox .imgBox02 .photoBox img {
		border-radius: 20px 0 0 20px;
	}
	#main .pointBox .imgBox02 .textBox {
		padding-top: 23px;
	}
	#main .pointBox .imgBox02 .textBox .sub {
		max-width: inherit;
	}
	#main .pointBox .imgBox02 p {
		margin-bottom: 18px;
	}
	#main .pointBox .imgBox02 p:last-child {
		margin-bottom: 0;
	}
	#main .pointBox h3 .txtSpan {
		max-width: 420px;
		top: 8px;
		margin-right: 0 !important;
		left: -43px;
		width: calc(100% + 85px);
	}
	#main .pointBox h3 .txtSpan img {
		width: 100%;
	}
	#main .pointBox .imgBox02 h3 .txtSpan {
		width: calc(100% + 75px);
		top: 65px;
		left: -35px;
	}
	#main .pointBox .imgBox02 {
		margin-bottom: 29px;
	}
	#main .pointList {
		margin-bottom: 32px;
		display: block;
	}
	#main .pointList li {
		width: auto;
		margin-bottom: 13px;
	}
	#main .pointList li:last-child {
		margin-bottom: 0;
	}
	#main .pointList li a {
		min-height: 41.5vw;
	}
	#main .pointList li .subSpan {
		padding: 10px 25px 30px;
		font-size: 1.2rem;
	}
	#main .pointList li .txtSpan {
		margin-top: 12px;
		padding: 2px 0;
		min-height: inherit;
		font-size: 2.1rem;
		background-size: 32px auto;
	}
	#main .pointBox::after { 
		bottom: auto;
		width: 204%;
		height: 880px;
		top: -100px;
		right: auto;
		left: calc(50% - 30px);
		background-image: url(../img/strongpoint/bg_sp.png);
		transform: translateX(-50%);
	}
}

@media all and (min-width: 897px) and (max-width: 1600px) {
	#main .strongBox .photoBox {
		width: calc(50% + 20vw);
	}
	#main .pointBox .imgBox .photoBox {
		width: calc(50% - 4vw);
	}
	#main .pointBox .imgBox02 h3 .txtSpan {
		left: 0;
	}
	.mainImg .mainImgPhoto {
		margin-left: -34%;
	}
	.mainImg h2 {
		font-size: min(7.5vw,15.7rem) !important;
	}
	#main h2 .txtSpan {
		left: 70px;
	}
}

@media all and (max-width: 374px) {
	#main .pointBox h3 {
		font-size: 2.4rem;
	}
	.mainImg h2 .txtSpan {
		max-width: 280px;
	}
}