.dep-banner { display: flex; align-items: flex-end; min-height: 402px; margin-bottom: 60px; padding: 60px; background: url(../img/content/department02-bg.jpg) no-repeat center / cover; border-radius: 5px; overflow: hidden; }
.dep-banner h4, .dep-banner p { color: #fff; }
@media ( max-width: 1024px ) {
	.dep-banner { padding: 30px; }
}
.dep02 .tit { margin-bottom: 10px; padding: 25px 0; background-color: #f6f9ff; border-radius: 5px; font-weight: 700; font-size: 20px; text-align: center; line-height: 100%; letter-spacing: -.025em; color: #222; }
.dep02 .list { display: flex; flex-wrap: wrap; gap: 10px; }
.dep02 .list li { width: calc(50% - 5px); padding: 30px; border: 1px solid #d6dce8; border-radius: 5px; font-weight: 600; font-size: 16px; line-height: 19px; letter-spacing: -.02em; color: #333; }
.dep02 .list li p { padding-bottom: 10px; font-family: Prompt; font-weight: 600; font-size: 14px; line-height: 21px; letter-spacing: .01em; color: #011a7a; }
@media ( max-width: 1024px ) {
	.dep02 .list li { width: 100%; padding: 15px; }
}