@charset "UTF-8";

.anchor_wrap {
	margin-bottom: 100px;
}

.calendar-inner {
	max-width: 1090px;
}

.campuslife_text {
	margin-bottom: 52px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

.calendar {
	padding: 100px 0;
	background: #fefbe5;
}

.calendar_body {
	position: relative;
}

.calendar_body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 8%;
	z-index: -1;
	width: 5px;
	height: 97%;
	background: url(/assets/img/campuslife/line-calendar.svg);
	background-size: contain;
	background-repeat: repeat-y;
}

.calndar_wrap {
	display: flex;
	align-items: start;
	gap: 50px;
	margin-bottom: 80px;
}

.calndar_wrap:last-child {
	margin-bottom: 0;
}

.calndar_wrap.-center {
	align-items: center;
}

.calendar_cnt {
	position: relative;
}

.calendar_cnt_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 20px;
	position: relative;
}

.calendar_cnt_wrap.mb-50 {
	margin-bottom: 50px;
}

.calendar_cnt_item {
	position: relative;
	width: 100%;
	max-width: 400px;
}

.calendar_cnt_item img {
	margin-bottom: 10px;
}

.calendar_cnt_item img.-last {
	margin-left: 20px;
}

.calendar_cnt_item.-last {
	width: 100%;
	max-width: unset;
}

.calendar_cnt_item_ttl {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 25px;
}

.calendar_deco {
	position: absolute;
	z-index: 1;
}

.calendar_deco.-no1 {
	right: -109%;
	bottom: 15%;
}

.calendar_deco.-no2 {
	top: -28%;
	right: -5%;
}

.calendar_deco.-no3 {
	right: -171%;
	bottom: -355%;
}

.calendar_deco.-no4 {
	right: -161%;
	bottom: -80%;
}

.calendar_deco.-no5 {
	top: -150%;
	right: -310%;
}

.calendar_deco.-no6 {
	top: -144%;
	right: -86%;
}

.calendar_deco.-no7 {
	top: -30%;
	right: -3%;
}

/* interview */

.interview {
	padding: 130px 0;
}

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

.interview_intro {
	margin-bottom: 50px;
	text-align: center;
}

.interview_hero {
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.hero_cnt {
	position: absolute;
	bottom: 50%;
	left: 0;
	padding: 30px 60px;
	background: #ffffff;
	transform: translateY(50%);
}

.hero_name {
	margin-bottom: 10px;
	color: #ff671d;
	font-weight: bold;
	font-size: 18px;
}

.hero_name span {
	font-size: 25px;
}

.interview_cnt {
	position: relative;
	padding: 80px 100px;
}

.interview_cnt::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	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;
}

.interview_wrap {
	display: flex;
	flex-flow: column;
	gap: 20px;
	margin-bottom: 60px;
}

.interview_wrap.-gapl {
	gap: 60px;
	margin-bottom: 110px;
}

.interview_que {
	width: fit-content;
	margin-right: auto;
	padding: 25px 35px;
	border: solid 2px #ff671d;
	border-radius: 20px 20px 20px 0;
	background: #ffffff;
	font-weight: bold;
}

.interview_ans {
	position: relative;
	/* width: 100%; */
	max-width: 780px;
	margin-left: auto;
	padding: 25px 35px;
	border-radius: 20px 20px 0 20px;
	box-sizing: border-box;
	background: #ff671d;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.87;
}

.interview_ans.-leftitem {
	padding-left: 365px;
}

.interview_ans.-rightitem {
	padding-right: 365px;
}

.interview_ans.-picitem::before {
	content: "";
	position: absolute;
	background-size: 100% 100%;
}

.interview_ans.-picitem.-leftitem::before {
	transform: rotate(-10deg);
}

.interview_ans.-picitem.-rightitem::before {
	transform: rotate(10deg);
}

.interview_ans.-picitem01::before {
	top: 85px;
	left: 35px;
	width: 284px;
	height: 190px;
	background-image: url(../img/campuslife/img-interview-pic01@2x.jpg);
}

.interview_ans.-picitem02::before {
	top: -55px;
	right: 48px;
	width: 284px;
	height: 190px;
	background-image: url(../img/campuslife/img-interview-pic02@2x.jpg);
}

.interview_ans.-picitem03::before {
	top: -30px;
	left: 40px;
	width: 284px;
	height: 190px;
	background-image: url(../img/campuslife/img-interview-pic03@2x.jpg);
}

.interview_ans.-picitem04.-rightitem::before {
	top: -75px;
	right: 40px;
	width: 284px;
	height: 190px;
	background-image: url(../img/campuslife/img-interview-pic04@2x.jpg);
	transform: rotate(-10deg);
}

.interview_ans.-picitem05::before {
	top: -6px;
	right: 48px;
	width: 284px;
	height: 190px;
	background-image: url(../img/campuslife/img-interview-pic05@2x.jpg);
}

.interview_ans.-picitem06 {
	padding-left: 250px;
}

.interview_ans.-picitem06.-leftitem::before {
	top: -69px;
	left: 50px;
	width: 168px;
	height: 223px;
	background-image: url(../img/campuslife/img-interview-pic06@2x.jpg);
	transform: rotate(-7deg);
}

@media screen and (max-width: 767px) {
	.calendar {
		padding: 50px 0;
	}

	.calndar_wrap {
		gap: 10px;
	}

	.calndar_month {
		width: 70px;
	}

	.calendar_cnt {
		flex: 1;
	}

	.calendar_cnt_wrap {
		gap: 20px;
	}

	.calendar_cnt_item img.-last {
		margin-left: 0;
	}

	.calendar_body::before {
		left: 10%;
		width: 4px;
	}

	.calendar_deco.-no1 {
		right: 0;
		bottom: -20%;
		width: 145px;
	}

	.calendar_deco.-no2 {
		top: 46%;
		right: -3%;
		width: 40%;
	}

	.calendar_deco.-no3 {
		right: 0;
		bottom: -280%;
		width: 160px;
	}

	.calendar_deco.-no4 {
		top: -92%;
		right: 1%;
		bottom: unset;
		width: 100px;
	}

	.calendar_deco.-no5 {
		top: -2%;
		right: 1%;
		width: 116px;
	}

	.calendar_deco.-no6 {
		top: -140%;
		right: -7%;
		width: 112px;
	}

	.calendar_deco.-no7 {
		top: -15%;
		width: 50%;
	}

	.calendar_cnt_item_ttl {
		font-size: 18px;
	}

	/* interview */

	.interview {
		padding: 80px 0;
	}

	.interview_hero {
		height: 350px;
	}

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

	.hero_cnt {
		bottom: 22%;
		padding: 20px 30px;
	}

	.interview_cnt {
		padding: 30px 20px;
	}

	.interview_wrap {
		gap: 20px;
		margin-bottom: 30px;
	}

	.interview_wrap.-gapl {
		gap: 30px;
		margin-bottom: 30px;
	}

	.interview_ans {
		padding: 20px 20px;
	}

	.interview_ans.-leftitem {
	}

	.interview_ans.-picitem {
		margin-top: 30px;
		padding: 130px 20px 20px !important;
	}

	.interview_ans.-picitem::before {
		top: -40px !important;
		right: 50% !important;
		left: auto !important;
		width: 220px;
		height: auto;
		aspect-ratio: 284 / 190;
	}

	.interview_ans.-picitem.-leftitem::before {
		transform: translateX(50%);
	}

	.interview_ans.-picitem.-rightitem::before {
		transform: translateX(50%);
	}

	.interview_ans.-picitem01::before {
	}

	.interview_ans.-picitem02::before {
	}

	.interview_ans.-picitem03::before {
	}

	.interview_ans.-picitem04.-rightitem::before {
		width: 220px;
		height: auto;
		aspect-ratio: 284 / 190;
	}

	.interview_ans.-picitem05::before {
	}

	.interview_ans.-picitem06 {
		width: 100%;
		max-width: unset;
	}

	.interview_ans.-picitem06.-leftitem::before {
		width: 120px;
		height: auto;
		aspect-ratio: 168 / 223;
	}
}
