@charset "UTF-8";

.u-inner {
	max-width: 1030px;
}

.gVisual_title {
	margin-bottom: 50px;
}

.sup_text {
	text-align: center;
}

.anchor_wrap {
	margin-bottom: 100px !important;
}


/* school */

.school {
	padding: 50px 100px 100px;
	background: #F7F7F7;
	margin-bottom: 96px;
}

.school_ttl {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #0E63B7;
	width: 100%;
	max-width: 675px;
	text-align: center;
	padding: 20px 30px;
	margin: 0 auto;
	position: relative;
	transform: translateY(-80px);
}

.school_ttl::after {
	content: '';
	width: 142px;
	height: 120px;
	background: url(/assets/img2025/support/img-label_school_ttl.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -30%;
    right: 5%;
}

.school_intro {
	font-size: 25px;
	font-weight: bold;
	color: #0E63B7;
	text-align: center;
	margin-bottom: 30px;
}

.img-school {
	text-align: center;
	margin-bottom: 70px;
}

.support_list_item {
	padding: 15px 0 30px;
	border-top: solid 1px #000;
}

.support_list_ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

.school .support_list_ttl {
	margin-bottom: 10px;
}

.support_list_label {
	background: #EFFAFF;
	padding: 5px 20px;
	margin-bottom: 10px;
}

/* support */

.training {
	padding-bottom: 96px;
}

.support_intro {
	text-align: center;
	margin-bottom: 40px;
}

.training_list {
	display: flex;
	justify-content: center;
	gap: 25px;
	margin-bottom: 70px;
}

.training_list_item {
	width: 100%;
	max-width: calc(33.3% - 25px);
	padding: 40px 50px;
	background: #F7F7F7;
}

.training_list_ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.support_faci {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
	padding: 0 10px;
}

.support_faci.-top {
	margin-bottom: 50px;
}

.support_faci p {
	width: calc(50% - 20px);
	position: relative;
	padding-left: 10px;
}

.support_faci p::before {
	content: '';
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}


/* qualifi */

.qualifi {
	background: #F7F7F7;
	padding: 96px 0;
}

.qualifi_list {
	display: flex;
	gap: 90px 20px;
	flex-wrap: wrap;
	margin-bottom: 96px;
}

.qualifi_list_item {
	width: 100%;
	max-width: calc(50% - 10px);
}

.qualifi_list_img {
	margin-bottom: 20px;
}

.qualifi_list_ttl {
	font-size: 25px;
	font-weight: bold;
	color: #0E63B7;
	margin-bottom: 20px;
}

.qualifi .support_list_ttl {
	margin-bottom: 40px;
}

.archive {
	padding: 70px 80px;
	background: #fff;
	margin: 40px 0;
}

.archive_ttl {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 45px;
	text-align: center;
}

.archive_list {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 20px;
}

.archive_list.-relative {
	position: relative;
}

.archive_list.-relative::before {
	content: '';
	width: 216px;
	height: 146px;
	background: url(/assets/img2025/support/img-balloon_archive.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -35%;
    left: -8%;
}

.support_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}


.support_wrap_cnt {
	max-width: 460px;
}

.support_wrap_ttl {
	font-size: 25px;
	font-weight: bold;
	color: #0E63B7;
	margin-bottom: 25px;
}


/* work */

.work {
	padding: 96px 0;
}

.work_list {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.work_list.-top {
	margin-bottom: 30px;
}

.work_list.-bottom {
	margin-bottom: 80px;
}

.work_list_item {
	width: 100%;
	max-width: 280px;
	padding: 15px 25px;
	background: #EFFAFF;
}

.work_list_item_hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #0E63B7;
}

.work_list_item_ttl {
	font-size: 20px;
	font-weight: bold;
}

.work_list_item_num {
	font-size: 53px;
	line-height: 60px;
	color: #0E63B7;
	font-family: 'Oswald', sans-serif;
}

.work .archive {
	background: #F7F7F7;
}


@media screen and (max-width:767px) {
	

	.sup_text {
		padding: 0 16px;
	}


	/* .school */

	.school {
		padding: 30px 20px;
		margin-bottom: 50px;
	}

	.school_ttl {
		width: unset;
		font-size: 18px;
		padding: 10px 20px;
		transform: translateY(-60px);
	}

	.school_ttl::after {
		width: 92px;
		height: 80px;
		top: -30%;
		right: -5%;
	}

	.school_intro {
		font-size: 20px;
	}

	/* training */

	.training {
		padding-bottom: 50px;
	}

	.training_list {
		flex-wrap: wrap;
		gap: 10px;
	}

	.training_list_item {
		padding: 30px 20px;
		max-width: 100%;
	}

	.support_faci p {
		width: 100%;
	}


	/* qualifi */

	.qualifi {
		padding: 50px 0;
	}

	.qualifi_list {
		flex-wrap: wrap;
		gap: 30px;
		margin-bottom: 50px;
	}

	.qualifi_list_item {
		max-width: 100%;
	}

	.qualifi_list_img {
		margin-bottom: 10px;
	}

	.qualifi_list_ttl {
		font-size: 22px;
		margin-bottom: 10px;
	}


	/* archive */

	.archive {
		padding: 30px 20px;
	}

	.archive_ttl {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.archive_list {
		flex-flow: column;
		gap: 20px;
	}

	.archive_list.-relative::before {
		width: 115px;
        height: 79px;
		top: -38%;
        left: -12%;
	}


	.support_wrap {
		flex-flow: column;
		gap: 10px;
	}

	.support_wrap_ttl {
		font-size: 20px;
	}


	/* work */

	.work {
		padding: 50px 0;
	}

	.work_list {
		flex-wrap: wrap;
		gap: 10px;
	}

	.work_list.-top {
		margin-bottom: 10px;
	}

	.work_list_item {
		max-width: 100%;
	}

	.work_list_item_hd {
		padding-bottom: 10px;
	}

	.work_list_item_num {
		font-size: 40px;
		line-height: 50px;
	}


}