/* キャリア入社者の傾向と経路
=========================================================================
=========================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap');



/* 各インタビュー
=========================================================================
=========================================================================*/
#title {
	position: relative;
	margin: 50px auto 72px;
	padding: 0;
	width: 100%;
	background: linear-gradient(to right,
			rgba(234, 234, 234, 1) 10%,
			rgba(234, 234, 234, 0) 20%,
			rgba(234, 234, 234, 0) 80%,
			rgba(234, 234, 234, 1) 90%);
}

#title .inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

@media (max-width:1010px) {
	#title .inner {
		width: 100%;
	}
}

#title figure {
	margin-left: auto;
	width: 712px;
	width: calc(712 / 960 * 100%);
}

#title .text {
	position: absolute;
	bottom: 81px;
	left: 16px;
}

#title h2 {
	margin-bottom: 1em;
	font-size: 4.1rem;
	font-weight: bold;
	line-height: 1em;
	color: #8E8E8E;
}

#title h2 span {
	display: block;
	font-size: 2.1rem;
	line-height: 1em;
}

#title h3 {
	font-weight: bold;
	color: #242424;
}

#title h3 span:nth-of-type(1) {
	display: block;
	margin-bottom: 1em;
	font-size: 1.5rem;
	line-height: 1em;
}

#title h3 span:nth-of-type(2) {
	display: block;
	margin-bottom: .5em;
	font-size: 3.4rem;
	line-height: 1.47em;
	color: #B13649;
}

/* INTERVIEW SECTION
=========================================================================*/
#interview {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 928px;
}

@media (max-width:978px) {
	#interview {
		padding: 0 25px;
		width: 100%;
	}
}

#interview h3 {
	margin: 0 0 32px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #B13749;
}

#interview p {
	margin: 0 0 72px;
}

#interview p.last {
	margin: 0 0 100px;
}

#interview p.annotation {
	margin: 0 0 30px;
	font-size: 1.2rem;
	text-align: right;
}

#interview ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 72px;
	width: 916px;
}

#interview ul li {
	width: calc(456 / 916 * 100%);
}

/* LIST SECTION
=========================================================================*/
#list {
	overflow: hidden;
	position: relative;
	padding: 52px 25px 77px;
	width: 100%;
	background: url(../images/job/careers_interview_list_bg.png) center top no-repeat;
	background-size: cover;
}

#list h4 {
	position: relative;
	margin: 0 auto 14px;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
	color: #8E8E8E;
}

#list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 18px;
	margin: 0 auto;
	width: 928px;
}

#list ul li {
	width: calc(138 / 928 *100%);
	transition: all .5s;
}

#list ul li a {
	display: block;
	text-align: left;
	text-decoration: none;
}

#list ul li div {
	margin-bottom: 8px;
}

#list ul li p.from {
	font-size: 1.1rem;
	line-height: 1em;
}

#list ul li p.name {
	font-size: 1.3rem;
	font-weight: bold;
}


/*  スマホ（740px以下）
=========================================================================
=========================================================================*/
@media (max-width:740px) {

	/* 各インタビュー
	=========================================================================
	=========================================================================*/
	#title {
		margin: 0 auto 56px;
		padding: 74px 0 0;
		background: none;
	}

	#title figure {
		width: 100%;
	}

	#title .text {
		bottom: calc(22 / 318 * 100%);
		left: 25px;
	}

	#title h2 {
		margin-bottom: 5px;
		font-size: calc(22 / 320 * 100vw);
	}

	#title h2 span {
		font-size: calc(11 / 320 * 100vw);
	}

	#title h3 {
		font-size: calc(15 / 320 * 100vw);
	}

	#title h3 span:nth-of-type(1) {
		margin-bottom: 3em;
		font-size: calc(11 / 320 * 100vw);
	}

	#title h3 span:nth-of-type(2) {
		font-size: calc(20 / 320 * 100vw);
	}

	#title h3 span:nth-of-type(3) {
		font-size: calc(15 / 320 * 100vw);
	}

	/* INTERVIEW SECTION
	=========================================================================*/
	#interview h3 {
		margin: 0 0 22px;
		font-size: 1.8rem;
	}

	#interview p {
		margin: 0 0 48px;
	}

	#interview p.last {
		margin: 0 0 80px;
	}

	#interview ul {
		margin: 0 auto 42px;
		width: 100%;
	}

	#interview ul li {
		width: 100%;
	}

	/* LIST SECTION
	=========================================================================*/
	#list {
		padding: 52px 25px 70px;
		width: 100%;
		background: url(../images/job/careers_interview_list_bg@2x.png) center top no-repeat;
		background-size: cover;
	}

	#list h4 {
		margin: 0 auto 26px;
		font-size: 1.6rem;
	}

	#list ul {
		gap: 26px calc(18 / 294 * 100%);
		width: 100%;
	}

	#list ul li {
		width: calc(138 / 294 *100%);
	}
}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {}
