@charset "UTF-8";

.hero {
	margin-bottom: 150px;
}

.hero_wrap {
	display: flex;
	/* align-items: center; */
}

.hero_wrap_cnt {
	position: relative;
	width: 70%;
}

.img-hero {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: -45px;
    z-index: -1;
	max-height: 550px;
}

.img-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero_cnt {
	height: 460px;
	display: flex;
	flex-flow: column;
	padding: 0 50px 0 70px;
	justify-content: center;
	margin-top: 40px;
	width: 100vw;
    max-width: 700px;
	background: linear-gradient(to bottom right, #0E63B6, #6ACFF9);
}

.hero_cnt_ttl {
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	font-weight: bold;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.hero_cnt_ttl::after {
	content: '';
	width: 55px;
	height: 4px;
	background: #6AD0FA;
	position: absolute;
	bottom: 0;
	left: 0;
}

.hero_cnt_ttl span {
	font-size: 25px;
	line-height: 30px;
}

.hero_cnt_intro {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.hero_cnt_txt {
	color: #fff;
}


/* curriculum_info */

.curr {
	padding: 96px 0;
}

.curr_info {
	margin-bottom: 50px;
}

.curr_info_cnt {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 30px 20px;
	border-bottom: solid 1px #CECECE;
}

.calendar {
	margin-bottom: 100px;
}

.info_ttl {
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 5px;
	width: 140px;
}

.info_ttl::before {
	content: '';
	width: 9px;
	height: 9px;
	background: #0E63B6;
}

.info_txt {
	flex: 1;
}

.curr_list {
	display: flex;
	flex-wrap: wrap;
	gap: 80px 50px;
	margin-bottom: 100px;
}

.curr_list.-mb0 {
	margin-bottom: 0;
}

.curr_img {
	margin-bottom: 15px;
	position: relative;
}

.curr_img::before {
	content: '';
	width: 80%;
    height: 85%;
	background-image: linear-gradient(-45deg, #fefbe5 25%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, #fefbe5 0, #fefbe5 75%, rgba(255, 255, 255, 0) 0);
	background-size: 50px 50px;
	position: absolute;
	top: 75px;
    right: -20px;
	z-index: -1;
}

.curr_list_item {
	width: calc(100% - 40px);
	max-width: 595px;
}

.curr_list_item:nth-child(2) {
	margin-top: 100px;
}

.curr_list_item:nth-child(3) {
	margin-top: -100px;
}

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

.curr_item_txt {
	margin-bottom: 30px;
}

.curr_comment {
	padding: 30px 25px 30px 0;
	display: flex;
	align-items: center;
	gap: 40px;
	background: #EFFAFF;
}

.curr_comment_ttl {
	color: #0E63B7;
	font-weight: bold;
	background: #fff;
	padding: 18px 25px;
	position: relative;
}

.curr_comment_ttl::after {
	content: '';
	width: 44px;
	height: 63px;
	background: url(/assets/img2025/campus_physical/icon-comment.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: -15%;
	right: -15%;
}

.curr_comment_txt {
	color: #0E63B7;
	flex: 1;
}


/* event */

.event_wrap {
    display: flex;
	justify-content: right;
	position: relative;
}

.event_wrap_cnt {
    position: absolute;
	top: -100px;
    left: 0;
	width: calc(100% - 630px);
	max-width: 665px;
}

.img-event {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: -45px;
    z-index: 1;
    max-height: 550px;
}

.img-event img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event_cnt {
    padding: 140px 15% 150px 15%;
    margin-top: 40px;
    max-width: 370px;
    background: linear-gradient(to bottom right, #0E63B6, #6ACFF9);
	position: relative;
	overflow: hidden;
	/* z-index: -1; */
}

.event_cnt_ttl {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 35px;
	color: #fff;
}

.event_cnt_txt {
	margin-bottom: 20px;
	color: #fff;
}

.event_cnt a {
	display: block;
	width: 100%;
	max-width: 150px;
	color: #fff;
	text-decoration: none;
	padding-bottom: 10px;
	transition-duration: .5s;
}

/* .event_cnt a:hover {
	border-bottom: solid 1px #0E63B7;
} */

.camp_more::after {
    content: "";
    display: block;
    width: 153px;
    height: 1px;
    margin-top: 12px;
    background: #ffffff;
    transition-property: width;
    transition-duration: 0.3s;
}

.camp_more:hover::after {
	width: 170px;
}

.event_lanel {
	font-size: 200px;
	line-height: 250px;
	color: #fff;
	opacity: 0.15;
	position: absolute;
	bottom: -70px;
	right: 0;
	font-family: 'Oswald', sans-serif;
}

/* target */

.target {
	padding: 96px 20px;
}

.sche_note {
	display: none;
}

/* voice */

.voice {
	padding: 96px 0;
	background: #EFFAFF;
}

.voice_hero {
	text-align: center;
	margin-bottom: 60px;
}

.voice_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 50px;
}

.voice_cnt {
	flex: 1;
	max-width: 500px;
}

.voice_cnt_ttl {
	margin-bottom: 30px;
}

.voice_cnt_ttl span {
	font-size: 24px;
	font-weight: bold;
}

.voice_img {
	position: relative;
}

.voice_img::before {
	content: '';
	width: 97%;
    height: 97%;
    background-image: linear-gradient(-45deg, #fefbe5 25%, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 50%, #fefbe5 0, #fefbe5 75%, rgba(255, 255, 255, 1) 0);
    background-size: 50px 50px;
    border-radius: 300px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.message {
	padding: 50px 55px;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	background: #fff;
}

.message_ttl {
	font-size: 30px;
	font-weight: bold;
	color: #0E63B7;
	text-align: center;
	width: fit-content;
	margin: 0 auto 35px;
	position: relative;
}

.message_ttl::after {
	content: '';
	width: 122px;
	height: 60px;
	background: url(/assets/img2025/campus/icon-label_message.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: -20px;
    right: -70px;
}

.message .voice_wrap {
	margin-bottom: 0;
}


.bnr_list {
	background: #fff !important;
}


@media screen and (max-width:1250px) {
	.curr_list_item {
		width: calc(50% - 25px);
	}
}

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


	/* hero */

	.hero {
		margin-bottom: 60px;
	}
	
	.hero_wrap {
		flex-flow: column;
	}

	.hero_wrap_cnt {
		width: calc(100% - 100px);
	}

	.hero_cnt {
		padding: 30px 20px;
		width: auto;
		margin-top: 200px;
		height: 350px;
	}

	.hero_cnt_ttl {
		font-size: 30px;
	}

	.hero_cnt_intro {
		font-size: 20px;
	}
	
	.img-hero {
		z-index: 1;
	}


	/* curr */

	.curr {
		padding: 50px 0;
	}

	.curr_info_cnt {
		flex-flow: column;
		gap: 10px;
		align-items: start;
		padding: 20px 15px;
	}

	.curr_list {
		gap: 60px;
		margin-bottom: 50px;
	}

	.curr_list_item {
		width: 100%;
	}

	.curr_list_item:nth-child(2),
	.curr_list_item:nth-child(3) {
		margin-top: 0;
	}

	.calendar {
		margin-bottom: 100px;
	}
	
	.curr_calendar {
		overflow: scroll;
	}

	.curr_calendar img {
		width: 1240px;
		max-width: unset;
	}

	/* event */

	.event_cnt {
		max-width: 100%;
		padding: 150px 5% 30px;
	}

	.event_lanel {
		font-size: 100px;
		line-height: 150px;
	}

	.event_wrap_cnt {
		width: 70%;
	}

	.event_cnt_ttl {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.img-event {
		max-height: 300px;
	}


	/* target */

	.target {
		padding: 50px 20px;
	}

	.img_target {
		overflow: scroll;
	}

	.img_target img {
		width: 1240px;
		max-width: unset;
	}


	/* .voice */

	.voice {
		padding: 50px 0;
	}

	.voice_wrap {
		flex-flow: column;
		gap: 20px;
		align-items: center;
	}

	.voice_img {
		width: 80%;
	}

	.voice_cnt_ttl span {
		font-size: 20px;
	}


	/* .message */

	.message {
		padding: 30px 20px;
		width: unset;
	}

	.message_ttl {
		font-size: 24px;
	}

	.message_ttl::after {
		width: 102px;
		height: 50px;
		right: -58px;
	}



	.sche_note {
        display: block;
        margin-top: 10px;
        text-align: center;
    }

	
}