@charset "UTF-8";

/* ===========================================
	curriculum Page
   =========================================== */

.cu_flow_head {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.cu_flow_head {
		max-width: 366px;
		margin-top: 35px;
		padding: 0 15px;
	}

	.cu_flow_lead {
		margin: 22px 5.3% 0;
	}

	.cu_flow_fig {
		margin: 37px 15px 0;
	}

	.cu_flow_fig picture~picture {
		margin-top: 45px;
	}
}

@media (min-width: 768px) {
	.cu_flow_head {
		width: 550px;
		margin-top: 80px;
	}

	.cu_flow_lead {
		margin-top: 47px;
		text-align: center;
	}

	.cu_flow_fig {
		width: 869px;
		margin: 87px auto 0;
	}
}

.cu_event {
	background-repeat: no-repeat;
	background-position: center 0;
}

.cu_event_head {
	margin-left: auto;
	margin-right: auto;
}

.cu_event_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 854px;
	margin-left: auto;
	margin-right: auto;
}

.cu_event_note {
	max-width: 854px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 1.2rem;
}

.cu_event_note li {
	padding-left: 16px;
	background: url(../sy_images/common/co_icon_hana01_2x.png) no-repeat 0 7px;
	background-size: 12px;
	line-height: 1.5;
}

.cu_event_note em {
	font-size: 1.8rem;
	font-weight: 700;
}

.cu_event_note li:not(:last-child) em {
	margin-right: 0.7em;
}

@media (max-width: 767px) {
	.cu_event {
		margin-top: 30px;
		padding: 8vw 0 30vw;
		background-image: url(../sy_images/curriculum/ch_02_back_sp@2024.png);
		background-size: 100% 100%;
	}

	.cu_event_head {
		max-width: 366px;
		padding: 0 15px;
	}

	.cu_event_lead {
		margin: 22px 5.3% 0;
	}

	.cu_event_list {
		padding: 27px 5.3% 0;
	}

	.cu_event_list li {
		width: calc(50% - 5px);
	}

	.cu_event_list li:nth-child(n + 3) {
		margin-top: 25px;
	}

	.cu_event_note {
		margin: 25px 5.3% 0;
		padding: 20px 20px 35px;
		line-height: 1.5;
	}

	.cu_event_note li~li {
		margin-top: 15px;
	}
}

@media (min-width: 768px) {
	.cu_event {
		min-height: 1681px;
		margin-top: 70px;
		padding-top: 75px;
		background-image: url(../sy_images/curriculum/ch_02_back@2024.png);
	}

	.cu_event_head {
		width: 550px;
	}

	.cu_event_lead {
		margin-top: 37px;
		margin-bottom: -8px;
		text-align: center;
	}

	.cu_event_list li {
		width: 200px;
		margin-top: 55px;
	}

	.cu_event_note {
		margin-top: 50px;
		padding: 22px 50px 22px 150px;
	}

	.cu_event_note li:not(:last-child) {
		display: inline-block;
		margin-right: 5em;
		margin-bottom: 10px;
	}
}

@media (min-width: 1441px) {
	.cu_event {
		height: 118vw;
		padding-top: 5.86vw;
		background-size: cover;
	}
}

/* 2024/06/20 スライダー追加 */
.slider {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.slider .swiper-slide {
	display: block;
	width: min(64vw, 452px);
	overflow: hidden;
}

.slider .swiper-slide img {
	display: block;
	width: 100%;
	aspect-ratio: 452/300;
	overflow: hidden;
}

.slider .swiper-slide figcaption {
	display: block;
	width: 100%;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
}

@media (max-width: 767px) {
	.slider .swiper-slide figcaption {
		font-size: 12px;
	}
}