@charset "utf-8";

.career {
	padding-top: 10rem;
}

.career .inner {
	width: 90%;
	max-width: 101rem;
	margin: 0 auto;
}

.career .sec_ttl {
	font-size: 4.8rem;
	color: #a7799b;
	text-align: center;
	position: relative;
	margin-bottom: 5rem;
}

.career .sec_ttl .img_01 {
	display: block;
	width: 14.5rem;
	margin: 0 auto 5rem;
}

.career .sec_ttl .img_02 {
	display: block;
	width: 13rem;
	margin: 0 auto 5rem;
}

.career .txt {
	font-size: 1.125em;
	margin-bottom: 10rem;
}

.career h3 {
	font-size: 2.6rem;
	color: white;
	background: #a7799b;
	padding-left: 1.7rem;
	height: 6rem;
	line-height: 6rem;
	width: 90%;
	max-width: 101rem;
	margin: 0 auto 3rem;
	position: relative;
}

.career h3::after {
    content: attr(data-en);
	font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    display: block;
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    line-height: 1em;
}

.career .work_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10rem;
}

.career .work_img {
	width: 31.3%;
}

.career .company {
	width: 65.6%;
}

.career .company li {
	display: inline-block;
	margin-right: 0.5em;
	position: relative;
	padding-left: 1.2em;
}

.career .company li::before {
  content: "■";
  color: #a7799b;
  position: absolute;
  left: 0;
  top: 0;
}

.career .back .inner .txt:first-of-type {
	margin-bottom: 5rem;
}

.career .back .inner .txt:last-of-type {
	margin-bottom: 0;
}

.career .back {
	background: #faf4f8;
	padding: 10rem 0;
}

.career .graduate {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 5rem;
}

.career .graduate li {
	width: 48%;
}


@media screen and (max-width: 768px) {
	.career {
		padding-top: 5rem;
	}
	.career .sec_ttl {
		font-size: 2.8rem;
		margin-bottom: 3rem;
	}
	
	.career .sec_ttl .img_01 {
		width: 9.68rem;
		margin-bottom: 3rem;
	}
	
	.career .sec_ttl .img_02 {
		width: 8.72rem;
		margin-bottom: 3rem;
	}
	
	.career .txt {
		font-size: 1.143em;
		margin-bottom: 8rem;
	}
    .career h3 {
		width: 100%;
		font-size: 2.3rem;
		height: 5.5rem;
		line-height: 5.5rem;
	}
	
	.career h3::after {
    	content: attr(data-en);
    	font-size: 1.2rem;
    	color: #a7799b;
    	top: -2rem;
	}
	
	.career .work_wrap {
		display: block;
		margin-bottom: 8rem;
	}
	
	.career .work_img {
		width: 100%;
		margin-bottom: 3rem;
	}
	
	.career .company {
		width: 100%;
	}
	
	.career .back {
		padding: 8rem 0;
	}
	
	.career .back .inner .txt:first-of-type {
		margin-bottom: 3rem;
	}
	
	.career .graduate {
		display: block;
		margin-bottom: 3rem;
	}
	
	.career .graduate li {
		width: 100%;
	}
	
	.career .graduate li:first-of-type {
		margin-bottom: 3rem;
	}
}
