@charset "UTF-8";

/*================ general ================*/
#cntarea {
	margin-top: 60px;
}

#cntarea * {
	box-sizing: border-box;
}
.l__inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
	.l__inner {
		width: 100%;
	}
}
/*================ l__head ================*/
.l__head {
	color: #212f57;
	font-weight: bold;
	margin-bottom: 45px;
}
.l__head__ttl {
	font-size: 34px;
	line-height: 1.4705;
	letter-spacing: 0.115em;
	margin-bottom: 15px;
	font-weight: bold;
}
.l__head__lead {
	font-size: 18px;
	letter-spacing: 0.089em;
	line-height: 1.5555;
	margin-bottom: 15px;
}
.l__head__stxt {
	font-size: 12px;
	letter-spacing: 0.115em;
	font-weight: 300;
}
/*================ l__ttl2 ================*/
.l__ttl2 {
	font-size: 20px;
	font-weight: bold;
}
.l__ttl2 > span {
	border-bottom: 3px solid #3b68af;
	display: inline-block;
	padding-bottom: 7px;
}
/*================ l__cnt__list ================*/
.l__cnt__list {
	margin-top: 52px;
	margin-bottom: 150px;
	/* padding-right: 110px; */
}

.l__cnt__item {
	background: rgb(255, 255, 255);
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(192, 198, 212, 1) 70%,
		rgba(143, 150, 164, 1) 100%
	);
	width: 90%;
	padding-left: calc((100% - 920px) / 2);
}
.l__cnt__item:not(:last-child) {
	margin-bottom: 75px;
}
.l__cnt__item__in {
	margin-right: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-right: 0;
	padding-left: 0;
}
.l__cnt__item__txt {
	padding: 60px 0 115px;
	width: 48%;
}
.l__cnt__item__img {
	max-width: 450px;
	width: 48%;
}
.l__cnt__item__img > img {
	width: 100%;
	max-width: 100%;
	position: relative;
	transform: translateX(20%);
}
.l__cnt__item__num {
	display: inline-block;
	color: #3b68af;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 3px solid #3b68af;
	line-height: 1;
	padding-bottom: 3px;
}
.l__cnt__item__txt > h2 {
	font-weight: bold;
	font-size: 28px;
	color: #3b68af;
	margin: 20px auto;
}
.l__cnt__item__txt > p {
	font-size: 18px;
	line-height: 1.8333;
	max-width: 480px;
}
/* ------ option ------ */
.l__cnt__item--single .l__cnt__item__txt {
	width: 100%;
}
.l__cnt__item--single .l__cnt__item__txt > p {
	max-width: 100%;
}
/* ------ option ------ */
.l__cnt__item__txt > p.l__smtxt {
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 0.06em;
	margin-top: 60px;
}

@media (max-width: 1110px) and (min-width: 1010px) {
	.l__cnt__item__img {
		width: 42%;
	}
}
@media screen and (min-width: 1200px) {
	.l__cnt__list {
		padding-right: calc((100% - 1000px) / 2);
	}
	.l__cnt__item {
		width: 100%;
	}
	.l__cnt__item__in {
		padding-left: 0;
	}
	.l__cnt__item__img > img {
		transform: translateX(30%);
	}
}
@media screen and (max-width: 1000px) {
	.l__cnt__item {
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	/*================ SP ================*/

	/*================ general ================*/
	#cntarea {
		margin-top: 30px;
	}
	.l__inner {
		padding: 0 20px;
		width: 100%;
	}
	/* ------ option ------ */
	.l__ttl2 {
		font-size: 17px;
	}
	/*================ l__head ================*/
	.l__head__ttl {
		font-size: 20px;
	}
	.l__head__lead {
		font-size: 15px;
	}
	/*================ l__cnt__list ================*/
	.l__cnt__list {
		margin-top: 52px;
        margin-bottom: 28%;
		padding-right: 0;
	}
	.l__cnt__item:not(:last-child) {
		margin-bottom: 105px;
	}
	.l__cnt__item {
		padding-left: 0;
		width: 100%;
	}
	.l__cnt__item__in {
		margin-right: 0;
		display: block;
	}
	.l__cnt__item__img {
		width: 100%;
	}
	.l__cnt__item__img > img {
		width: 100%;
		transform: translateY(40px);
	}
	.l__cnt__item__txt {
		padding: 50px 0 15px;
		width: 100%;
	}
	.l__cnt__item__num {
		font-size: 20px;
	}
	.l__cnt__item__txt > h2 {
		font-size: 24px;
	}
	.l__cnt__item__txt > p {
		font-size: 15px;
	}
}
