.learning {
	padding: 0 5%;
}

.learning.bg {
	background: #FAF4F8;
}

.learning .inner {
	max-width: 120rem;
	margin: 0 auto;
	padding: 10rem 0;
}

.learning .ttl {
	font-size: 4.8rem;
	color: #A7799B;
	text-align: center;
	line-height: 1em;
	width: fit-content;
	margin: 0 auto 10rem;
	position: relative;
	
}

.learning .ttl:before {
	content: "";
	display: block;
	width: 7rem;
	border-bottom: 4px solid #d3bbcd;
	position: absolute;
	top: 50%;
	left: -11rem;
}

.learning .ttl:after {
	content: "";
	display: block;
	width: 7rem;
	border-bottom: 4px solid #d3bbcd;
	position: absolute;
	top: 50%;
	right: -11rem;
}

.learning .ttl span {
	font-size: 1.6rem;
	display: block;
	margin-top: 20px;
	line-height: 1em;
}

.learning .subject {
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}

.learning .subject img {
	width: 44%;
}

.learning .subject dl {
	width: 52.5%;
}

.learning .subject dl dt {
	font-size: 2.6rem;
	color: #A7799B;
	line-height: 1;
	border-bottom: 1px solid #A7799B;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.learning .subject dl dd {
	font-size: 1.8rem;
}

.learning .careerdesign {
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	margin: 8rem 0;
}

.learning .careerdesign li {
	width: 31%;
	font-size: 2.2rem;
	line-height: 1.3;
	position: relative;
}

.learning .careerdesign li span.mark {
	color: #A7799B;
	margin-right: 0.5rem;
}


.learning .careerdesign li span.sub {
	display: block;
	font-size: 1.6rem;
	line-height: 1.3;
	padding-left: 2.7rem;
	margin-top: 1rem;
}


.learning .ttl-2 {
	font-size: 2.2rem;
	margin-bottom: 2.2rem;
}

.learning .ttl-2 span {
	color: #A7799B;
    margin-right: 0.5rem;
}

.learning .careerdesign img {
	margin-top: 2.5rem;
}

.learning .trainingprogram {
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}

.learning .trainingprogram .trainingprogram__img {
	width: 31%;
}

.learning .trainingprogram .trainingprogram__img li:first-of-type {
	margin-bottom: 2rem;
}

.learning .trainingprogram .trainingprogram__content {
	width: 65.2%;
}

.learning .trainingprogram .trainingprogram__content p {
	font-size: 1.125em;
	margin-bottom: 2.5rem;
}

.learning .trainingprogram .trainingprogram__content .txt {
	font-weight: 600;
}

.learning .trainingprogram .trainingprogram__content .mark {
	color: #A7799B;
	margin-right: 0.5rem;
}

.learning .trainingprogram .trainingprogram__content h3 {
	font-size: 2.2rem;
	color: #A7799B;
	margin-bottom: 2rem;
}

.learning .trainingprogram .trainingprogram__content ul {
	font-size: 1.8rem;
}


@media screen and (max-width: 768px) {
	.learning .inner {
		padding: 8rem 0;
	}
	
	.learning.corse .inner {
		padding: 5rem 0 8rem;
	}
	
	.learning .ttl {
		font-size: 2.8rem;
		margin: 0 auto 5rem;
	}
	
	.learning .ttl span {
		font-size: 1.4rem;
		margin-top: 15px;
	}
	
	.learning .ttl:before {
    	width: 2.8rem;
    	border-bottom: 3px solid #d3bbcd;
    	left: -4.8rem;
	}
	
	.learning .ttl:after {
    	width: 2.8rem;
    	border-bottom: 3px solid #d3bbcd;
    	right: -4.8rem;
	}
	
	.learning .subject {
		display: block;
	}
	
	.learning .subject img {
		width: 100%;
		margin-bottom: 2rem;
	}
	
	.learning .subject dl {
		width: 100%;
	}
	
	.learning .subject dl dt {
		
	}
	
	.learning .subject dl dd {
		font-size: 1.6rem;
	}
	
	.learning .careerdesign {
		display: block;
		margin: 5rem 0;
	}
	
	.learning .careerdesign li {
		width: 100%;
		font-size: 1.9rem;
		margin-bottom: 5rem;
	}
	
	.learning .careerdesign li:last-of-type {
		margin-bottom: 0;
	}
	
	.learning .careerdesign img {
		margin-top: 2rem;
	}
	
	.learning .ttl-2 {
		font-size: 1.9rem;
		margin-bottom: 2rem;
	}
	
	.learning .trainingprogram {
		display: block;
	}
	
	.learning .trainingprogram .trainingprogram__img {
		width: 100%;
		margin-bottom: 1em;
		
	}
	
	.learning .trainingprogram .trainingprogram__content {
		width: 100%;
	}
	
	.learning .trainingprogram .trainingprogram__content p {
		font-size: 1.143em;
	}
	
	.learning .trainingprogram .trainingprogram__content ul {
		font-size: 1.6rem;
	}
	
	.learning .ttl.carrer:before,
	.learning .ttl.carrer:after {
		display: none;
	}
}