@charset "utf-8";
/*------------------------------------------------------------
	computer
------------------------------------------------------------*/
#main .textBox p {
	margin-bottom: 3.3rem;
}
#main .textBox p:last-child {
	margin-bottom: 0;
}
.mainVisual .title img {
	height: 38rem;
}
.mainVisual {
	margin-bottom: 4.2rem;
}
#main .secBox {
	padding: 10.1rem 0 10.3rem;
}
#main .textImg {
	margin-top: 15.2rem;
}
#main .textImg .ttl {
	margin-bottom: 1.1rem;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.6;
}
#main .textImg img {
	width: 100%;
}
#main .secBg {
	padding: 7.5rem 0 9.3rem;
	position: relative;
}
#main .secBg::before {
	width: 999.9rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(62,84,158,0.1);
	content: "";
	z-index: -1;
}
#main .sec03 .textImg {
	margin-top: 5.6rem;
}
#main .sec04 .headLine03 {
	margin-bottom: 8.5rem;
}
#main .listUl {
	margin-top: 5.1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4.2rem;
}
#main .listUl li {
	padding: 2.9rem 5.7rem 3.2rem;
	color: #3E549E;
	font-size: 1.8rem;
	width: 46rem;
	background-color: #fff;
	border: 1px solid #3E549E;
}
#main .listUl p {
	line-height: 1.9;
}
#main .listUl .title {
	margin-bottom: 1.9rem;
	padding-bottom: 1.8rem;
	font-size: 2.2rem;
	font-weight: 700;
	border-bottom: 1px solid #3E549E;
	line-height: 1.55;
}
#main * + .headLine04 {
	margin-top: 12.4rem;
}
#main .headLine03 + .headLine04 {
	margin-top: 0;
}
#main .borBox {
	margin-top: 3.1rem;
	padding: 2rem 5.7rem 2rem;
	color: #3E549E;
	font-size: 1.8rem;
	background-color: #fff;
	border: 1px solid #3E549E;
	text-align: center;
}
#main .sec04 {
	padding-bottom: 12.3rem;
}
#main .sec05 .textImg {
	margin-top: 9.4rem;
}
@media all and (max-width: 896px) {
	.mainVisual .title img {
		height: 16rem;
	}
	.mainVisual {
		margin-bottom: 0;
	}
	#main .secBox {
		padding: 5rem 0;
	}
	#main .textImg .ttl {
		font-size: 2rem;
	}
	#main .textImg {
		margin-top: 9.2rem;
	}
	#main .borBox {
		padding: 2rem 1rem 2rem;
		font-size: 1.4rem;
	}
	#main .sec04 .headLine03 {
		margin-bottom: 3.5rem;
	}
	#main .listUl li {
		padding: 2.9rem 2.7rem 3.2rem;
		width: 100%;
		font-size: 1.4rem;
	}
	#main .listUl .title {
		font-size: 1.8rem;
		padding-bottom: 1.5rem;
	}
	#main * + .headLine04 {
		margin-top: 7.4rem;
	}
	#main .sec05 .textImg {
		margin-top: 4.4rem;
	}
}