@charset "UTF-8";

/* YGUで学ぶ魅力　*/


.about-point-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.about-point-list li {
	width: 31.83%;
	background: #F1F2EA;
	padding: 30px 10px;
	border-radius: 8px;
}
.about-point-list li .ttl {
	text-align: center;
	margin-bottom: 10px;
}
.about-point-list li .ttl span:nth-child(1) {
	font-family: var(--en-font);
	color: var(--main-color);
	display: block;
}
.about-point-list li .ttl span.count {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #FFF;
	line-height: 32px;
	text-align: center;
	background: var(--main-color);
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.about-point-list li p:not([class]) {
	text-align: center;
	font-size: min(1.8vw,1.1em);
	line-height: 1.8em;
}
.journey-index {
	margin-bottom: 80px;
}
.journey-index ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.journey-index li {
	width: 48%;
	margin-bottom: 40px;
	position: relative;
}
.journey-index li.ttl-box {
	background: #F1F2EA;
	padding: 20px 10px;
	border-radius: 8px;
	display: flex;
	align-items: center;
}
.journey-index li.ttl-box h3 {
	position: relative;
	margin-top: 90px;
	padding: 0 60px;
}
.journey-index li.ttl-box h3 span:before {
	width: 60px;
	height: 60px;
	background-image: url("/admission/assets/img/about_img/about-titile-illust.svg");
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
}
.journey-index li.ttl-box h3:before {
	background-position: left center;
	background-size: cover;
	height: 6px;
	width: 50px;
}
.journey-index li.ttl-box h3:after {
	background-position: right center;
	background-size: cover;
	height: 6px;
	width: 50px;
}
.journey-index li.menu-bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.journey-index li.menu-bnr .bg {
	width: 35%;
}
.journey-index li.menu-bnr .bg img {
	object-fit: cover;
	height: 100%;
}
.journey-index li.menu-bnr .txt {
	width: 65%;
}
.journey-index li.menu-bnr .txt p {
	padding-left: 20px;
}
.journey-index li.menu-bnr .txt p.ttl {
	line-height: 1.8em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px;
}
.journey-index li.menu-bnr .txt p.ttl span {
	display: block;
	font-size: 1.4rem;
}
.journey-index li.menu-bnr .txt p:not([class]) {
	line-height: 1.8em;
}
.journey-index li:nth-child(2) {
	color: #5C8FBE;
}
.journey-index li:nth-child(3) {
	color: #DC7B7F;
}
.journey-index li:nth-child(4) {
	color: #E17B33;
}
.journey-index li:nth-child(5) {
	color: #166382;
}
.journey-index li:nth-child(6) {
	color: #4D9E3D
}
@media screen and (max-width: 834px) {
	.about-point-list {
		max-width: 400px;
		margin: 0 auto 80px;
	}
	.about-point-list li {
		width: 100%;
		background: #F1F2EA;
		padding: 20px 10px;
		border-radius: 8px;
		margin-bottom: 20px;
	}
	.about-point-list li .ttl {
		text-align: center;
		margin-bottom: 10px;
	}
	.about-point-list li .ttl span:nth-child(1) {
		font-family: var(--en-font);
		color: var(--main-color);
		display: block;
	}
	.about-point-list li .ttl span.count {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		color: #FFF;
		line-height: 32px;
		text-align: center;
		background: var(--main-color);
		display: block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.about-point-list li p:not([class]) {
		text-align: center;
		font-size: min(4.6vw,1.1rem);
		line-height: 1.8em;
	}
	.journey-index {
		margin-bottom: 80px;
	}
	.journey-index ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.journey-index li {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
	}
	.journey-index li.ttl-box {
		background: #F1F2EA;
		padding: 20px 10px;
		border-radius: 8px;
		display: flex;
		align-items: center;
	}
	.journey-index li.ttl-box h3:before {
		background-position: left center;
		background-size: cover;
		height: 4px;
		width: 50px;
	}
	.journey-index li.ttl-box h3:after {
		background-position: right center;
		background-size: cover;
		height: 4px;
		width: 50px;
	}
	.journey-index li.menu-bnr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.journey-index li.menu-bnr .bg {
		width: 25%;
	}
	.journey-index li.menu-bnr .txt {
		width: 75%;
	}
	.journey-index li.menu-bnr .txt p {
		padding-left: 15px;
	}
	.journey-index li.menu-bnr .txt p.ttl {
		line-height: 1.8em;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: solid 1px;
		font-size: 1.2rem;
	}
	.journey-index li.menu-bnr .txt p.ttl span {
		display: block;
		font-size: 1.6rem;
	}
	.journey-index li.menu-bnr .txt p:not([class]) {
		line-height: 1.6em;
		font-size: 1rem
	}
}

@media screen and (max-width: 600px) {
	.journey-index li.menu-bnr {
		min-height: 200px;
	}
	.journey-index li.menu-bnr .bg {
		width: 35%;
	}
	.journey-index li.menu-bnr .txt {
		width: 65%;
	}
	.journey-index li.menu-bnr .bg img {
		object-fit: cover;
		height: 100%;
	}
	.journey-index li.menu-bnr .txt p {
		padding-left: 15px;
	}
	.journey-index li.menu-bnr .txt p.ttl {
		line-height: 1.6em;
		padding-bottom: 8px;
		margin-bottom: 8px;
		border-bottom: solid 1px;
		font-size: 0.9rem;
	}
	.journey-index li.menu-bnr .txt p.ttl span {
		display: block;
		font-size: 1.1rem;
	}
	.journey-index li.menu-bnr .txt p:not([class]) {
		line-height: 1.3em;
		font-size: 0.95rem
	}
}
