@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* ページタイトル
------------------------------------ */
#pageHead {
	height: 420px;
	background: linear-gradient(-2deg,rgba(252, 235, 129, 1) 0%, rgba(254, 184, 49, 1) 70%);
}

#pageHeadInner {
	padding-bottom: 230px;
}

#pageHeadImgWrap {
	position: relative;
}

#pageHeadImg {
	height: 380px;
	margin-top: -230px;
	border-radius: 20px;
	overflow: hidden;
}

#pageHeadImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pageHeadDeco {
	position: absolute;
}

#pageHeadDeco01 {
	top: 0;
	left: 0;
}

#pageHeadDeco02 {
	top: 75px;
	right: 11%;
}

#pageHeadDeco03 {
	top: 40px;
	left: -40px;
}

#pageHeadDeco04 {
	bottom: -120px;
	right: -50px;
}

@media screen and (max-width: 1280px) {
	#pageHeadDeco01 {
		width: 34.375vw;
	}
	
	#pageHeadDeco02 {
		width: 8.047vw;
		top: 5.859vw;
	}
	
	#pageHeadDeco03 {
		width: 14.297vw;
		top: 3.125vw;
		left: -3.125vw;
	}
	
	#pageHeadDeco04 {
		width: 16.484vw;
		bottom: -9.375vw;
		right: -3.906vw;
	}
}

#pageTitle::after {
	content: "";
	width: 132px;
	height: 16px;
	margin-top: 15px;
	margin-inline: auto;
	display: block;
	background: url(../../img/campus-life/page-head_text_campus-life.svg) no-repeat center center / contain;
}

#lifeContainer {
	padding-top: 240px;
}

.lifeBlock {
	padding-top: 60px;
	padding-bottom: 120px;
}

.lifeBlock:not(:first-child) {
	border-top: 1px solid #cccccc;
}

.lifeAbout {
	margin-bottom: 70px;
	display: flex;
}

.lifeAboutContent {
	width: 50%;
	padding-top: 80px;
}

.lifeAboutTitle {
	margin-bottom: 40px;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: calc(50 / 30);
}

.lifeAboutTitle .letterSpaceMinus {
	letter-spacing: -0.5em;
}

.lifeAboutNameWrap {
	margin-bottom: 30px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	border-bottom: 3px solid #f88335;
}

.lifeAboutMajor {
	font-size: 1.6rem;
	font-weight: 700;
}

.lifeAboutName {
	font-size: 2.4rem;
	font-weight: 700;
}

.lifeAboutText {
	font-size: 1.8rem;
	line-height: calc(34 / 18);
}

.lifeAboutImg {
	width: 50%;
	text-align: center;
}

.lifeBlock:nth-child(odd) .lifeAbout {
	flex-direction: row-reverse;
}

.lifeBlock:nth-child(odd) .lifeAboutContent {
	padding-left: 50px;
}

.lifeBlock:nth-child(even) .lifeAbout {
	flex-direction: row;
}

.lifeBlock:nth-child(even) .lifeAboutContent {
	padding-right: 50px;
}

.lifeBox {
	padding: 30px 30px 40px;
	border: 1px solid #f88335;
}

.lifeBoxTitle {
	margin-bottom: 20px;
	font-size: 2.6rem;
	font-weight: 700;
	color: #f88335;
}

.lifeSchedule {
	margin-bottom: 70px;
}

.lifeScheduleList {
	display: grid;
	/* grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); */
	gap: 20px;
}

#lifeScheduleList1 {
	grid-template-columns: repeat(5, 17%);
	justify-content: space-between;
}

#lifeScheduleList2 {
	grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

.lifeScheduleListItem {
	padding-block: 15px;
	position: relative;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 12px;
	justify-content: center;
	text-align: center;
	background-color: #fff9f5;
	border-radius: 10px;
}

.lifeScheduleListItem:not(:last-child)::before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: -8px;
	transform: translateY(-50%) rotate(45deg);
	background-color: #fff9f5;
	border-radius: 3px;
	z-index: -1;
}

.lifeScheduleListTime {
	font-size: 2.8rem;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	color: #f88335;
}

.lifeScheduleListIcon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.lifeScheduleListText {
	font-size: 2rem;
	letter-spacing: -0.01em;
}

.lifeScheduleListText .sub {
	margin-top: 2px;
	padding: 0 2px;
	font-size: 1.1rem;
	background: #FFF;
}



@media screen and (min-width: 1025px) {
	.lifeScheduleList.sizeSm .lifeScheduleListTime {
		font-size: 2rem;
	}
	
	.lifeScheduleList.sizeSm .lifeScheduleListText {
		font-size: 1.4rem;
	}
}

.lifeExpenseList {
	display: flex;
	gap: 25px 50px;
}

.lifeExpenseListItem {
	padding: 20px 40px;
	flex: 1;
	background-color: #fff9f5;
	border-radius: 10px;
}

.lifeExpenseListTitle {
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 2rem;
	font-weight: 700;
	color: #f88335;
	border-bottom: 1px solid #f88335;
}

.lifeExpenseListBreakdown {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	font-size: 2rem;
}

.lifeExpenseListBreakdownInner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#pageHeadImg {
		height: 300px;
	}

	#lifeContainer {
		padding-top: 140px;
	}

	.lifeBlock {
		padding-bottom: 80px;
	}

	.lifeBlock:nth-child(odd) .lifeAbout,
	.lifeBlock:nth-child(even) .lifeAbout {
		flex-direction: column;
	}

	.lifeBlock:nth-child(odd) .lifeAboutContent,
	.lifeBlock:nth-child(even) .lifeAboutContent {
		padding-inline: 0;
	}

	.lifeAbout {
		row-gap: 30px;
	}

	.lifeAboutContent {
		width: 100%;
		padding-top: 0;
	}

	.lifeAboutImg {
		width: 100%;
	}

	#lifeScheduleList1 {
		grid-template-columns: repeat(4, 1fr);
	}

	#lifeScheduleList2 {
		grid-template-columns: repeat(5, 1fr);
	}

	.lifeScheduleList.sizeSm .lifeScheduleListTime {
		font-size: 2.4rem;
	}

	.lifeScheduleList.sizeSm .lifeScheduleListText {
		font-size: 1.8rem;
	}

	.lifeExpenseList {
		flex-direction: column;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* ページタイトル
	------------------------------------ */
	#pageHead {
		height: 200px;
	}

	#pageHeadInner {
		padding-bottom: 60px;
	}

	#pageHeadImg {
		height: 140px;
		margin-top: -70px;
	}

	#pageHeadDeco01 {
		top: 28%;
	}

	#pageHeadDeco02 {
		top: 25%;
		right: 4%;
	}

	#pageHeadDeco04 {
		right: 2%;
	}

	#pageTitle::after {
		width: 95px;
		height: 14px;
		margin-top: 5px;
	}

	#lifeContainer {
		padding-top: 120px;
	}

	.lifeAbout {
		margin-bottom: 40px;
	}

	.lifeAboutTitle {
		margin-bottom: 30px;
		font-size: 1.9rem;
	}

	.lifeAboutNameWrap {
		margin-bottom: 20px;
		padding-bottom: 10px;
		gap: 5px;
		border-width: 2px;
	}

	.lifeAboutMajor {
		font-size: 1.4rem;
	}

	.lifeAboutName {
		font-size: 1.8rem;
	}

	.lifeAboutText {
		font-size: 1.5rem;
	}

	.lifeBox {
		padding: 20px 15px 30px;
	}

	.lifeBoxTitle {
		margin-bottom: 15px;
		font-size: 2rem;
	}

	.lifeSchedule {
		margin-bottom: 40px;
	}

	#lifeScheduleList1,
	#lifeScheduleList2 {
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
	}

	.lifeScheduleListItem:not(:last-child)::before {
		right: -5px;
	}

	.lifeScheduleListIcon {
		height: 30px;
	}

	.lifeScheduleListIcon img {
		max-height: 100%;
	}

	.lifeScheduleListTime,
	.lifeScheduleList.sizeSm .lifeScheduleListTime {
		font-size: 1.8rem;
	}

	.lifeScheduleListText,
	.lifeScheduleList.sizeSm .lifeScheduleListText {
		font-size: 1.3rem;
	}

	.lifeExpenseList {
		row-gap: 15px;
	}

	.lifeExpenseListItem {
		padding: 20px 25px;
	}

	.lifeExpenseListTitle {
		font-size: 1.6rem;
	}

	.lifeExpenseListBreakdown {
		font-size: 1.6rem;
		row-gap: 10px;
	}
}