@charset "utf-8";

/* jirei detail ============================== */
.jirei_detail {
	color: #333;
}

/* page title band */
.jirei_head {
	position: relative;
	background: #dee2ec;
	padding-top: 80px; /* fixed header offset (PC) */
	overflow: hidden;
}

.jirei_head_inner {
	max-width: 1000px;
	margin: 0 auto;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jirei_head_ttl {
	position: relative;
	z-index: 2;
	font-size: 3rem;
	font-weight: 700;
	color: #333;
	letter-spacing: 0.05em;
}

.jirei_head_item {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 46%;
	max-width: 460px;
	opacity: 0.9;
}

@media screen and (max-width:768px) {
	.jirei_head {
		padding-top: 0;
	}
	.jirei_head_inner {
		height: 80px;
	}
	.jirei_head_ttl {
		font-size: 2.2rem;
	}
	.jirei_head_item {
		width: 50%;
	}
}

.jirei_detail_inner {
	max-width: 1000px;
	margin: 0 auto;

}

.jirei_ttl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	color: #333;
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 5px solid #333;
}

.jirei_main_visual {
	margin-bottom: 35px;
}


.jirei_lead {
	font-size: 1.2rem;
	line-height: 2;
	margin-bottom: 50px;
}

.jirei_lead p {
	margin-bottom: 1.5em;
}

.jirei_lead p:last-child {
	margin-bottom: 0;
}

/* section title (profile / etc.) */
.jirei_sec_ttl {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 25px;
}

.jirei_sec_ttl::after {
	content: "";
	flex: 1;
	height: 1px;
	margin-left: 30px;
	background: #333;
}

/* profile cards */
.jirei_profile {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}

.jirei_profile li {
	width: 48.5%;
	background: #eef1f8;
	padding: 22px;
	box-sizing: border-box;
}

.jirei_profile_one li {
	width: 100%;
}

.jirei_profile_head {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d8dee8;
}

.jirei_profile_th {
	width: 132px;
	min-width: 132px;
}

.jirei_profile_th img {
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.jirei_profile_company {
	font-size: 1rem;
}

.jirei_profile_person {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
}

.jirei_profile_person span {
	font-size: 1rem;
	margin-left: 4px;
}

.jirei_profile_dept {
	font-size: 1rem;
	margin-top: 5px;
}

.jirei_profile_txt {
	font-size: 1rem;
	line-height: 1.8;
}

/* kadai / kouka box */
.jirei_box {
	padding: 25px 30px;
	margin-bottom: 25px;
}

.jirei_kadai {
	background: #f1f2f4;
}

.jirei_kouka {
	background: #fbf6ee;
	margin-bottom: 100px;
}

.jirei_box_ttl {
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 12px;
}

.jirei_kouka .jirei_box_ttl {
	color: #7f132a;
}

.jirei_check li {
	position: relative;
	padding-left: 32px;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.jirei_check li:last-child {
	margin-bottom: 0;
}

.jirei_check li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 20px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
}

.jirei_check01 li::before {
	background-image: url(img/check01.png);
}

.jirei_check02 li::before {
	background-image: url(img/check02.png);
}

/* interview Q&A */
.jirei_qa {
	margin-bottom: 55px;
}

.jirei_qa_ttl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	color: #333;
	margin-bottom: 40px;
}

.jirei_qa_ttl::before {
	content: "";
	display: block;
	width: 80px;
	height: 8px;
	margin-bottom: 20px;
	background: #333;
}

/* photo + text 2-column row (.rev swaps left/right) */
.jirei_row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 40px;
}

.jirei_row.rev {
	flex-direction: row-reverse;
}

.jirei_row_photo {
	width: 46%;
	flex-shrink: 0;
}



.jirei_row_body {
	flex: 1;
}

.jirei_row_body .jirei_a:last-child {
	margin-bottom: 0;
}

.jirei_q {
	position: relative;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	padding-left: 50px;
	margin-bottom: 40px;
}

.jirei_q::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 36px;
	height: 1px;
	background: #333;
}

.jirei_a {
	font-size: 1.2rem;
	line-height: 1.9;
	margin-bottom: 40px;
}

.jirei_speaker {
	font-weight: 700;
	color: #333;
	margin-right: 4px;
}

.jirei_speaker::after {
	content: "：";
}

/* back to top button */
.jirei_back {
	text-align: center;
	margin: 10px 0 60px;
}

.jirei_back a {
	display: inline-block;
	background: #333;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	padding: 16px 60px;
	border-radius: 5px;
}

@media screen and (max-width:768px) {
	.jirei_detail_inner {
	
	}
	.jirei_ttl {
		font-size: 1.4rem;
	}
	.jirei_lead {
		font-size: 1rem;
		margin-bottom: 35px;
	}
	.jirei_sec_ttl {
		font-size: 1.4rem;
	}
	.jirei_profile {
		display: block;
		margin-bottom: 35px;
	}
	.jirei_profile li {
		width: 100%;
		margin-bottom: 15px;
	}

	.jirei_profile_th {
  width: 80px;
  min-width: 80px;
}

.jirei_profile_company {
	font-size: 1rem;
}
.jirei_profile_dept {
	font-size: 1rem;
}
.jirei_profile_person {
	font-size: 1.3rem;
}
.jirei_profile_txt {
	font-size: 1rem;
}

.jirei_qa_ttl::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  margin-bottom: 20px;
  background: #333;
}
	.jirei_box {
		padding: 20px;
	}
	.jirei_kouka {
		margin-bottom: 40px;
	}
	.jirei_box_ttl {
		font-size: 1.2rem;
	}
	.jirei_check li {
		font-size: 1rem;
		padding-left: 26px;
	}
	.jirei_check li::before {
		width: 16px;
		height: 13px;
	}
	.jirei_qa {
		margin-bottom: 40px;
	}
	.jirei_qa_ttl {
		font-size: 1.3rem;
		margin-bottom: 20px;
	}
	.jirei_row,
	.jirei_row.rev {
		flex-direction: column;
		gap: 0;
	}
	.jirei_row_photo {
		width: 100%;
		margin-bottom: 20px;
	}
	.jirei_q {
		font-size: 1.2rem;
		padding-left: 40px;
	}
	.jirei_q::before {
		width: 28px;
	}
	.jirei_a {
		font-size: 1rem;
	}
	.jirei_back a {
		display: block;
		padding: 14px 0;
	}
}
