.dep-banner { display: flex; align-items: flex-end; min-height: 402px; margin-bottom: 60px; padding: 60px; background: url(../img/content/department01-bg01.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; }
}
.dep01 { padding: 60px 100px; background-color: #f9fafb; border-radius: 5px; text-align: center; }
.dep01 .con01 { background: url(../img/content/department01-bg02.png) no-repeat center top 40px / auto 128px; }
.dep01 .tit01 { margin-bottom: 60px; padding: 27px 0; background-color: #07b0c3; border-radius: 5px; text-align: center; color: #fff; }
.dep01 .list01 { display: flex; gap: 7px; }
.dep01 .list01 li { flex: 1; aspect-ratio: 1 / 1; }
.dep01 .list01 li div { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; background-color: #fff; border: 1px solid #d6dce8; border-radius: 50%; }
.dep01 .list01 li div img { height: 40px; }
.dep01 .list01 li div p { margin-top: 20px; font-weight: 600; font-size: 22px; line-height: 100%; letter-spacing: -.025em; color: #222; }
.dep01 .list02 { display: flex; gap: 10px; padding-bottom: 20px; }
.dep01 .list02 li { flex: 1; }
.dep01 .list02 li div { display: flex; justify-content: center; align-items: center; gap: 6px; padding: 12px 0; border: 1px solid #001b54; border-radius: 5px; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; letter-spacing: -.02em; color: #001b54; }
.dep01 .list02 li div img { height: 24px; }
@media ( max-width: 1440px ) {
	.dep01 { padding: 40px; }
}
@media ( max-width: 1024px ) {
	.dep01 { padding: 15px; }
	.dep01 .con01 { background-position: center top 30px; }
	.dep01 .tit01 { margin-bottom: 30px; padding: 17px 0; font-size: 18px; }
	.dep01 .list01 { flex-wrap: wrap; }
	.dep01 .list01 li div img { height: 36px; }
	.dep01 .list01 li div p { margin-top: 10px; font-size: 16px; }
	.dep01 .list02 { flex-direction: column; }
}
@media ( max-width: 768px ) {
	.dep01 { padding: 0; background-color: transparent; }
	.dep01 .tit01 { font-size: 16px; }
	.dep01 .list01 li { flex: auto; width: calc(50% - 3.5px); }
}