.section{
	padding:5.73% 0 7%;
}
.section:nth-child(even){
	background-color:var(--theme-mint);
}
.section .inner{
	width:90.25em;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row-reverse;
}
.section:nth-child(even) .inner{
	flex-direction:row;
}
.section .text-box{
	width:56%;
}
.section .text-box ul{
	margin-bottom:1.875em;
}
.section .text-box li{
	padding-left:2em;
	margin-bottom:0.625em;
}
.section .text-box li:last-child{
	margin-bottom:0;
}
.section .text-box h3{
	font-size:3em;
	line-height:1.333;
	color:var(--theme-blue);
	margin:0.125em 0 0.73em;
}
.section .text-box h5{
	font-size:1.375em;
	line-height:1.64;
	position:relative;
}
.section .text-box h5::before{
	position:absolute;
	right:100%;
	margin-right:0.64em;
	top:0.43em;
	content:"";
	width:0.77em;
	height:0.77em;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='%230B4CA1'/%3E%3Cpath d='M5.5 9l2.625 2.5 4.375-5' stroke='%230B4CA1' stroke-linecap='round'/%3E%3C/svg%3E");
}
.section .text-box p{
	font-size:1.125em;
	line-height:2;
}
.section .text-box p.first{
	font-weight:600;
	color:var(--theme-blue);
}
.section .text-box p.dot{
	padding-left:1em;
}
.section .text-box p b{
	display:inline-block;
	vertical-align:baseline;
	width:1em;
	margin-left:-1em;
	text-align:center;
}
.section .img-box{
	border-radius:1.25em;
	width:38.64%;
	position:relative;
}
.section .img-box .swiper{
	border-radius:inherit;
}
.section .img-box::before{
	border-radius:inherit;
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:3.23%;
	top:4.16%;
	background-color:var(--theme-blue);
}

@media only screen and (min-width:1025px){
}
@media only screen and (max-width:1024px){
	.section{
		padding:15% 0;
	}
	.section .inner{
		display:block;
	}
	.section .text-box{
		width:100%;
		margin-bottom:10%;
	}
	.section .text-box h3{
		font-size:2.5em;
	}
	.section .img-box{
		width:95%;
	}
}