@charset "UTF-8";

.pageImage {
	background-image: url("../img/campus_life/page_img.png");
	background-position: calc(50% + 2.5rem) center;
	height: calc(100svh - 12.5rem);
	margin-bottom: 5rem;
	aspect-ratio: auto;
}


.pageImage .pageImage__inner {
    background: rgba(255, 255, 255, 0.6);
    /* display: flex; */
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 5%;
    width: 34%;
    height: 100%;
}

.pageImage .pageImage__inner h2 {
    width: fit-content;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.pageImage .pageImage__inner .read {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    margin-top: 1rem;
    line-height: 1.8;   
}


.timeline {
	margin-bottom: 5rem;
}

.timeline .sectionTitle {
	margin-bottom: 5rem;
}

.timeline .senior {
	width: 90%;
	margin: 0 auto 5rem;
}

.timeline .senior .senior__header {
	display: block;
	position: relative;
	margin-bottom: 1.5rem;
}

.timeline .senior .senior__header dl {
	font-size: 1.5rem;
	font-weight: 500;
    color: #fff;
	text-align: right;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}

.timeline .senior .senior__header dl span {
	font-size: 1.2rem;
}

.timeline .senior p {
	padding-left: 3.5rem;
	line-height: 1.8;
	position: relative;
	letter-spacing: 0.04em;
}

.timeline .senior p::before {
	content: "";
	display: block;
	height: calc(100% + 4rem);
	border-right: 1px solid #00693E;
	position: absolute;
	top: -4rem;
	left: 2rem;
}

.timeline .oneday h3 {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 2.2rem;
	text-align: center;
	color: #00D67E;
	margin-bottom: 3rem;
	letter-spacing: .05em;
}

.timeline .oneday .oneday__inner {
	width: 90%;
	margin: 0 auto 5rem;
}

.timeline .oneday .oneday__inner:last-of-type {
	margin-bottom: 0;
}

.timeline .oneday .oneday__inner img {
	border-radius: 1rem;
	margin-bottom: 1.5rem;
}

.timeline .oneday .oneday__inner .oneday__inner--content {
	
}

.timeline .oneday .oneday__inner .oneday__inner--content dl {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.timeline .oneday .oneday__inner .oneday__inner--content dl dt {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: #00D67E;
	font-size: 2.8rem;
	margin-right: 1.5rem;
	letter-spacing: .05em;
}

.timeline .oneday .oneday__inner .oneday__inner--content dl dd {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .05em;
}

.timeline .oneday .oneday__inner .oneday__inner--content p {
	line-height: 1.8;
	letter-spacing: 0.04em;
	margin-bottom: 1.5rem;
}

.timeline .oneday .oneday__inner .oneday__inner--content ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.timeline .oneday .oneday__inner .oneday__inner--content ul li {
	width: 31%;
	font-size: 1.1rem;
	margin-right: 3.5%;
	text-align: center;
	line-height: 1.6;
}

.timeline .oneday .oneday__inner .oneday__inner--content ul li:last-of-type {
	margin-right: 0;
}

.timeline .oneday .oneday__inner .oneday__inner--content ul li img {
	border-radius: 999rem;
	margin-bottom: .7rem;
}


.faq {
	padding: 5rem 0;
}

.faq .sectionTitle {
	margin-bottom: 5rem;
}

.faq .chat {
	width: 90%;
	margin: 0 auto;
}

.faq .chat .chat__newcomer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.faq .chat .chat__newcomer p {
	font-size: 1.4rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	width: 66%;
	background: #00D67E;
	padding: 2rem;
	border-radius: 1rem;
	position: relative;
	letter-spacing: .04em;
}

.faq .chat .chat__newcomer p:after {
	content: "";
	display: block;
	width: 7%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -7%;
	background-image: url("../img/campus_life/talk_newcomer.svg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}

.faq .chat .chat__newcomer img {
	width: 27%;
}

.faq .chat .chat__senior {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.faq .chat .chat__senior img {
	width: 27%;
}

.faq .chat .chat__senior p {
	font-size: 1.4rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	width: 66%;
	background: #fff;
	padding: 2rem;
	border-radius: 1rem;
	position: relative;
	letter-spacing: .04em;
}

.faq .chat .chat__senior p:after {
	content: "";
	display: block;
	width: 7%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -7%;
	background-image: url("../img/campus_life/talk_senior.svg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}

.faq .chat .end:last-of-type {
	margin-bottom: 0;
}



@media screen and (min-width: 769px) {
	.pageImage {
		margin-bottom: 8rem;
		height: calc(100svh - 23.23rem);
        background-position: center;
        display: flex;
        align-items: center;
    }
	
    .pageImage .pageImage__inner {
        width: 66.8rem;
        padding: 3rem 0 3rem 12rem;
        display: block;
        height: auto;   
    }
    
    .pageImage .pageImage__inner h2 {
        font-size: 3.2rem;   
    }
    
    .pageImage .pageImage__inner .read {
        font-size: 1.8rem;
    }
    
	.timeline {
		margin-bottom: 8rem;
	}
	
	.timeline .sectionTitle {
		margin-bottom: 8rem;
	}
	
	.timeline .senior {
		width: 108rem;
		margin-bottom: 8rem;
	}
	
	.timeline .senior .senior__header {
		margin-bottom: 2.5rem;
	}
	
	.timeline .senior .senior__header dl {
		font-size: 2.4rem;
		bottom: 3.5rem;
    	right: 3.5rem;
	}
	
	.timeline .senior .senior__header dl span {
		font-size: 1.9rem;
	}
	
	.timeline .senior p::before {
		height: calc(100% + 5rem);
		top: -5rem;
	}
	
	.timeline .oneday h3 {
		font-size: 3rem;
		    margin-bottom: 8rem;
	}
	
	.timeline .oneday .oneday__inner {
		width: 108rem;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		position: relative;
	}
	
	.timeline .oneday .oneday__inner::before {
		content: "";
		display: block;
		border-left: 2px solid #00D67E;
		height: calc(100% + 5rem);
		position: absolute;
		top: 0;
		left: calc(50% + 2rem);
	}
	
	.timeline .oneday .oneday__inner::after {
		content: "";
		display: block;
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 999rem;
		border: 3px solid #00D67E;
		background: #fff;
		position: absolute;
		top: 2rem;
		left: calc(50% + 2rem - .8rem);
	}
	
	.timeline .oneday .oneday__inner:last-of-type::before {
		height: 100%;
	}
	
	.timeline .oneday .oneday__inner img {
		width: 52.5rem;
	}
	
	.timeline .oneday .oneday__inner .oneday__inner--content {
		width: 48rem;
	}
	
	.timeline .oneday .oneday__inner .oneday__inner--content dl {
		margin-bottom: 2rem;
	}
	
	.timeline .oneday .oneday__inner .oneday__inner--content dl dt {
		font-size: 3.6rem;
	}
	
	.timeline .oneday .oneday__inner .oneday__inner--content dl dd {
		font-size: 2.2rem;
	}
	
	.timeline .oneday .oneday__inner .oneday__inner--content p {
		margin-bottom: 2rem;
	}
	
	
	.timeline .oneday .oneday__inner .oneday__inner--content ul {
		width: 40.9rem;
        justify-content: flex-start;
	}
	
	.timeline .oneday .oneday__inner .oneday__inner--content ul li {
		font-size: 1.3rem;
		width: 29.3%;
		margin-right: 6.05%;
	}
	
	.timeline .oneday .oneday__inner .oneday__inner--content ul li img {
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.faq {
		padding: 8rem 0;
	}
	
	.faq .sectionTitle {
		margin-bottom: 8rem;
	}
	
	.faq .chat {
		width: 108rem;
	}
	
	.faq .chat .chat__newcomer {
		width: 70rem;
		margin: 0 0 5rem auto;
	}
	
	.faq .chat .chat__newcomer p {
		width: 57rem;
		font-size: 1.5rem;
	}
	
	.faq .chat .chat__newcomer p:after {
		width: 2.1rem;
		right: -2rem;
	}
	
	.faq .chat .chat__newcomer img {
		width: 10rem;
	}
	
	.faq .chat .chat__senior {
		width: 70rem;
		margin: 0 auto 5rem 0;
	}
	
	.faq .chat .chat__senior p {
		width: 57rem;
		font-size: 1.5rem;
	}
	
	.faq .chat .chat__senior p:after {
		width: 2.1rem;
		left: -2rem;
	}
	
	.faq .chat .chat__senior img {
		width: 10rem;
	}
	
	
	
}
