@charset "utf-8";

.serif {
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-feature-settings: "palt";
	font-weight: 600;
}

/* 桜十字の”人” 一覧 */

.recruit__body.recruitBtn {
	gap: 20px;
}


/* 桜十字の”人” 詳細 */

.interview__header {
	display: flex;
	padding-block-end: 40px;
	margin-block-end: 40px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.interview__headComment {
	font-size: clamp(3rem, 1.5vw, 10rem);

	& .horizontal {
		writing-mode: lr-tb;
	}
}

.interview__headTxt__inner {
	margin-inline: auto;
	display: flex;
}

.interview__profile {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	max-inline-size: 30ic;
}

.interview__name {
	font-size: clamp(2rem, 1.5vw, 2.4rem);
}

.interview__name_en {
	font-size: clamp(1.2rem, 1.5vw, 1.3rem);
}

.interview__headImg {
	line-height: 0;
	margin: 0 auto;

	& img {
		width: 100%;
	}
}

.interview__history {
	font-size: clamp(1.2rem, 1.5vw, 1.3rem);
	color: rgba(0,0,0,.6);
}

.interview__body {
	width: 100%;
	margin-inline: auto;

	& .body__inner {
		width: 100%;
		max-width: 900px;
		margin-inline: auto;
	}
}

.interview__catch {
	font-size: clamp(2.5rem, 1.5vw, 3.5rem);
	font-weight: 600;
	margin-bottom: 1.5em;
}

.txtInner__txtWrap,
.txtInner__imgWrap {
	margin-bottom: 2.5em;
	width: 100%;
}

.txtInner__imgWrap img {
	width: 100%;
}

.txtInner__txtWrap {
	max-width: 700px;
	margin-inline: auto;
}

.interview__affiliation {
	font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

.interview__q {
	font-size: clamp(1.6rem, 1.5vw, 1.8rem);
	font-weight: 500;
	color: rgba(0,0,0,.5);
	position: relative;
	padding-left: 2.5em;
	margin-top: 0;

	&:before {
		content: "";
		display: block;
		width: 2em;
		height: 1px;
		background-color: rgba(0,0,0,.3);
		position: absolute;
		top: 15px;
		left: 0;
	}
}

.interview__a {
	line-height: 2;
	font-size: clamp(1.5rem, 1.5vw, 1.7rem);
}

.interview__footer {
	position: relative;
	padding-top: 120px;

	&:before {
		content: "";
		width: 1px;
		height: 100px;
		background-color: rgba(0,0,0,.1);
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}
}

.imgBrock {
	display: flex;
	gap: clamp(5px, 1.5vw, 10px);
	margin-block: clamp(60px, 1.5vw, 120px);

	& .txtInner__imgWrap {
		margin: 0;
	}
}

@media (orientation: portrait) {

	.interview__header {
		flex-direction: column-reverse;
	}

	.interview__headTxt {
		width: 100%;
		margin-block: 80px;
	}

	.interview__headComment {
		margin-bottom: 2em;
		text-align: center;
	}

	.interview__headTxt__inner {
		flex-direction: column;
		justify-content: space-between;
	}

	.interview__meta {
		text-align: center;
	}

	.interview__profile {
		margin-inline: auto;
	}
}

@media (orientation: landscape) {

	.interview__header {
		flex-direction: row;
		padding-block-end: 80px;
		margin-block-end: 80px;
		margin-inline: auto;
		justify-content: space-between;
		gap: clamp(40px, 1.5vw, 80px);
	}

	.interview__headImg,
	.interview__headTxt {
		width: clamp(calc(50% - 20px), 1.5vw, calc(50% - 40px));
	}

	.interview__headImg {
		height: auto;
		position: relative;
		overflow: hidden;
		display: block;
		margin: 0;

		& img {
			width: 100%;
			height: auto;
		}
	}

	.interview__headTxt__inner {
		position: relative;
		justify-content: flex-start;
		align-items: flex-end;
		height: 100%;
	}

	.interview__headComment {
		writing-mode: vertical-rl;
		font-feature-settings: "vpal";
		/* text-orientation: mixed; */
		text-orientation: upright;
		transform: scaleY(0.8);
		transform-origin: top;
		line-height: 1;
		margin: 0;
		width: 1em;
		white-space: nowrap;
		position: absolute;
		top: 0;
		right: 0;
		text-align: start;
	}

	.interview__meta {
		text-align: left;
	}

	.interview__profile {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-right: 6em;
	}
}

@media screen and (min-width: 768px) {

	.interview__headComment {
		font-size: 4em;
	}

	.interview__catch {
		text-align: center;
		margin-bottom: 1.5em;
	}
}

@media screen and (min-width: 1024px) {

	.interview__header {
		padding-block-end: 80px;
		margin-block-end: 80px;
	}

	.people-detail.chapter-header {
		margin-bottom: 60px;
		padding-top: 0;
		display: none;
	}

	.interview__headTxt {
		min-width: 470px;
	}

	.interview__history p {
		margin-bottom: 0;
	}

	.interview__catch {
		text-align: center;
		margin: 0 auto 2.5em;
	}

	.txtInner__txtWrap,
	.txtInner__imgWrap {
		margin-bottom: 5em;
	}

	.txtInner__imgWrap {
		line-height: 0;
	}

	.interview__q {
		padding-left: 3.5em;
		margin-bottom: 1.5em;

		&:before {
			width: 3em;
			top: 16px;
		}
	}

	.interview__footer {
		padding-top: 160px;
	}

	.interview__footer p {
		text-align: center;
	}
}

@media screen and (min-width: 1280px) {

	.interview__headComment {
		font-size: 7em;
	}
}

@media screen and (min-width: 1600px) {

	.interview__headComment {
		font-size: 8em;
	}
}





/* back btn */

/* .back__btn {
	text-align: center;

	& .back__anchor {
		position: relative;
		display: inline-flex;
		text-decoration: none;
	}
} */