@charset "UTF-8";


.block-ttl-style01.small {
	font-size: 1.4rem;
	margin-bottom: 0;
}
@media screen and (max-width: 834px) {
	.block-ttl-style01.small {
		font-size: 0.9rem;
		margin-bottom: 0;
	}
}

.block-sub-ttl {
	color: #00A0C8;
	font-size: 1.2rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.block-sub-ttl:after {
	width: 350px;
	height: 6px;
	background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 834px) {
	.block-sub-ttl {
		color: #00A0C8;
		font-size: 1rem;
	}
	.block-sub-ttl:after {
		width: 220px;
		height: 6px;
		background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
		background-size: cover;
		background-position: left center;
		left: 0;
		bottom: 0;
	}
}



/* YGUでのリアルライフ */

.lifestyle-index {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 103%;
	position: relative;
	left: -1.5%;
}
.lifestyle-index li {
	width: 30.33%;
	margin: 0 1.5% 40px;
	position: relative;
}
.lifestyle-index li p {
	text-align: center;
	padding: 5px 0 0;
}

@media screen and (max-width: 834px) {
	.lifestyle-index li {
		width: 47%;
		margin: 0 1.5% 40px;
		position: relative;
	}
}
@media screen and (max-width: 480px) {
	.lifestyle-index {
		max-width: 300px;
		margin: 0 auto;
	}
	.lifestyle-index li {
		width: 100%;
		margin: 0 0 20px;
		position: relative;
	}
}
.intro-center-txt {
	font-size: 1.2rem;
	text-align: center;
	padding: 0 0 80px;
}
@media screen and (max-width: 834px) {
	.intro-center-txt {
		font-size: 1rem;
		text-align: center;
		padding: 0 0 50px;
	}
}
.sub-block {
	margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
	.sub-block {
		margin-bottom: 50px;
	}
}


/* キャンパスライフ編 */

.campus-map {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.campus-map .map {
	width: 66.66%;
}
.campus-map .place-list {
	width: 32.33%;
	background: #F1F2EA;
	border-radius: 12px;
	padding: 30px 25px;
}
.place-list ol {
	counter-reset: item;
}
.place-list ol li {
	position: relative;
	padding-left: 2em;
	margin-bottom: 0.6em;
}
.place-list ol li:before {
	content: counter(item);
	counter-increment: item;
	position: absolute;
	left: 0;
	top: .3em;
	width: 1.8em;
	height: 1.8em;
	background-color: #00A0C8;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: em;
	border-radius: 50%;
	font-size: 0.9rem;
}


.place-detail-list {
	position: relative;
	margin-bottom: 50px;
}
.place-detail-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 102%;
	position: relative;
	left: -1%;
}
.place-detail-list ul li {
	width: 31.33%;
	margin: 0 1% 40px;
}
.place-detail-list ul li .ttl {
	color: #00A0C8;
	font-size: min(1.4vw,1.2rem);
	padding-left: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.place-detail-list ul li .ttl span {
	width: 30px;
	height: 30px;
	background: #00A0C8;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
	color: #FFF;
	text-align: center;
	line-height: 28px;
	font-size: 0.9rem;
}
.place-detail-list ul li .ttl:after {
	width: 100%;
	max-width: 350px;
	height: 6px;
	background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
	background-size: cover;
		background-position: left center;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 834px) {
	.campus-map {
		margin-bottom: 60px;
	}
	.campus-map .map {
		width: 100%;
	}
	.campus-map .place-list {
		width: 100%;
		background: #F1F2EA;
		border-radius: 12px;
		padding: 30px 25px;
		margin: 20px auto 0;
	}
	.place-detail-list {
		position: relative;
		margin-bottom: 40px;
	}
	.place-detail-list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		position: relative;
		left: 0;
	}
	.place-detail-list ul li {
		width: 48%;
		margin: 0 0 30px;
	}
	.place-detail-list ul li .ttl {
		color: #00A0C8;
		font-size: 1rem;
	}
	.place-detail-list ul li .ttl:after {
		width: 220px;
		height: 6px;
		background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
		background-size: cover;
		background-position: left center;
		left: 0;
		bottom: 0;
	}
}
@media screen and (max-width: 600px) {
	.place-detail-list ul {
		max-width: 400px;
		margin: 0 auto;
	}
	.place-detail-list ul li {
		width: 100%;
		margin: 0 0 30px;
	}
}


.location-list {
	position: relative;
	margin: 20px 0 20px;
}
.location-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.location-list li .image {
	width: 30%;
}
.location-list li .txt {
	width: 67%;
}
.location-list li:nth-child(even) .image {
	order: 2;
}
.location-list li:nth-child(even) .txt {
	order: 1;
}
@media screen and (max-width: 834px) {
	.support-list {
		max-width: 400px;
		margin: 20px auto 80px;
	}
	.support-list li {
		width: 100%;
	}
	.support-list li p.list-ttl {
		min-height: auto;
		line-height: 1.6em;
		padding-bottom: 20px;
	}
	.location-list {
		position: relative;
		margin: 20px 0 50px;
	}
	.location-list li {
		margin-bottom: 50px;
	}
	.location-list li .image {
		width: 100%;
		padding-bottom: 10px;
		max-width: 400px;
		margin: 0 auto;
	}
	.location-list li .txt {
		width: 100%;
	}
	.location-list li:nth-child(even) .image {
		order: 1;
	}
	.location-list li:nth-child(even) .txt {
		order: 2;
	}
}

.googlemap {
	margin-bottom: 50px;
}

.yamanashi-trivia {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yamanashi-trivia .trivia-box {
	width: 48%;
}
.trivia-box .box-ttl {
	display: inline-block;
	background: #F1F2EA;
	padding: 3px 15px 3px 40px;
	border-radius: 40px;
	color: var(--main-color);
	position: relative;
	margin-bottom: 10px;
}
.trivia-box .box-ttl:before {
	width: 14px;
	height: 18px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("/admission/assets/img/lifestyle_img/pen.svg");
}
.trivia-box h3 {
	color: var(--main-color);
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 5px;
}
.trivia-box p:not([class]) span {
	font-size: 0.8rem;
}
.trivia-box .data {
	padding: 20px 0 0;
}
@media screen and (max-width: 834px) {
	.yamanashi-trivia {
		max-width: 500px;
		margin: 0 auto;
	}
	.yamanashi-trivia .trivia-box {
		width: 100%;
	}
	.yamanashi-trivia .trivia-box:nth-child(1) {
		padding-bottom: 40px;
	}
}