@charset "utf-8";
/* ------------------------------
 インタビュー（PC）
------------------------------ */
.contents .inBlock {
	width: 100%;
}
/* メイン画像なければ背景色を付与 */
.contents:not(:has(.headImg)) {
	background-color: var(--base-color);
}
/* -- インタビュー一覧 -- */
/* 画像 */
.interviewBlock .imgBox {
	margin-bottom: 0;
}
/* はみ出し見出し */
.interviewBlock .lead-main {
    white-space: nowrap;
}
.interviewBlock .lead-main span {
    background-color: #fff;
}
/* profile */
.interviewBlock h4 {
    margin-bottom: 30px;
	font-size: 2.8rem;
	line-height: 1;
	background-size: 6px 100%;
}
.interviewBlock h4:has(small) {
    background-size: 6px 90%;
}
@media print, screen and (min-width: 768px) {
	.interviewBlock {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		column-gap: 45px;
	}
	/* 画像 */
	.interviewBlock .imgBox {
        width: calc(50% + 175px);
		height: 520px;
		position: relative;
		overflow: hidden;
    }
	.interviewBlock .imgBox img {
		width: 100%;
  		height: 100%;
        object-fit: cover;
		object-position: center top;
    }
	/* profile */
	.interviewBlock .textBox {
		width: 350px;
        padding-top: 35px;
		position: relative;
		z-index: 1;
    }
	/* はみ出し見出し */
	.interviewBlock:not(.text-first) .textBox .lead-main {
        float: right;
    }
    .interviewBlock:not(.text-first) .textBox .lead-main + * {
        clear:both;
    }
	/* 画像＆テキストが逆位置 */
	.interviewBlock.text-first {
		justify-content: flex-end;
	}
	.interviewBlock.text-first .imgBox {
        order: 2;
    }
    .interviewBlock.text-first .textBox {
        order: 1;
    }
}
/* ------------------------------
 インタビュー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents .inBlock {
		width: 100%;
		margin-left: 0;
    	margin-right: 0;
	}
	.contents .inBlock > * {
		width: 90%;
		margin-left: 5%;
    	margin-right: 5%;
	}
	/* 画像 */
	.interviewBlock .imgBox {
		aspect-ratio: 15 / 14;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.interviewBlock .imgBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	/* はみ出し見出し */
    .interviewBlock .lead-main {
		margin-top: -20px;
        white-space: normal;
    }
	.interviewBlock .lead-main br {
        display: none;
    }
	.interviewBlock .lead-main span:not(:last-child) {
		margin-right: -6px;
    }
	.interviewBlock .lead-main span:not(:first-child) {
		padding-left: 0;
    }
	.interviewBlock .lead-main span:not(:last-child) {
		padding-right: 0;
    }
	/* profile */
	.interviewBlock h4 {
		margin-bottom: 15px;
		font-size: 2.5rem;
		background-size: 5px 100%;
	}
	.interviewBlock h4:has(small) {
		background-size: 5px 95%;
	}
}

/* ------------------------------
 インタビュー下層（PC）
------------------------------ */
/* -- メインブロック -- */
.cms_block.heading {
    display: block;
	padding-top: 60px;
	color: #fff;
}
/* 見出し */
.cms_block.heading h1 {
	background: none;
    font-size: 4.2rem;
	text-align: left;
    margin-left: 0;
    margin-right: 0;
}
.cms_block.heading h1 span {
	display: inline-block;
    margin-bottom: 20px;
	font-family: var(--font-en);
	font-size: 2.2rem;
    color: #adaa7d;
}
/* profile */
.cms_block.heading h1 + * p {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
}
.cms_block.heading h1 + * p small {
	display: block;
	font-family: var(--font-en);
	font-size: 1.5rem !important;
	font-weight: 600;
	color: var(--yellow-color);
}
/* 職種 */
.cms_block.heading .text-box {
    background-color: var(--yellow-color);
	font-size: 2.3rem;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
/* メイン画像 */
.cms_block.heading .headImg {
    width: auto;
	margin-left: calc(50% - 570px);
	margin-right: 0;
}
/* -- 他のインタビューメニュー -- */
.otherMenu a {
	display: block;
	color: var(--main-font-color);
	text-decoration: none;
}
.otherMenu .text-min {
	font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
	/* 見出し */
	.cms_block.heading h1 {
		width: 920px;
		padding-bottom: 0;
	}
	/* profile */
	.cms_block.heading h1 + * {
		width: calc(100% - (920px + 40px));
	}
	/* 左にはみ出す */
	.cms_block.over-l.oveImg {
		width: auto;
		margin-right: calc(50% - 570px);
	}
	/* 右にはみ出す */
	.cms_block.over-r.oveImg {
		width: auto;
		margin-left: calc(50% - 570px);
	}

	/* 背景色大がついたブロックの場合 */
	.cms_block.over-l.bgBox-l,
	.cms_block.over-r.bgBox-l {
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	.cms_block.over-l.bgBox-l::before,
	.cms_block.over-r.bgBox-l::before,
	.cms_block.over-l.bgBox-l::after,
	.cms_block.over-r.bgBox-l::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: -1;
		background-color: var(--base-color);
	}
	/* 左にはみ出す */
	.cms_block.over-l.bgBox-l::before {
		left: -100vw;
		right: 99%;
	}
	.cms_block.over-l.bgBox-l::after {
		left: 99%;
		right: -120px;
	}
	/* 右にはみ出す */
	.cms_block.over-r.bgBox-l::before {
		left: -120px;
		right: 99%;
	}
	.cms_block.over-r.bgBox-l::after {
		left: 99%;
		right: -100vw;
	}
	
	/* -- 他のインタビューメニュー -- */
	/* リンクホバーの連動 */
	.otherMenu:has(a) > * {
		transition: opacity 0.3s ease-in-out;
	}
	.otherMenu:has(a) > *:hover {
		opacity: .7;
	}
	.otherMenu:has(a) > *:hover a {
		opacity: 1;
	}
}
/* ------------------------------
 インタビュー下層（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.heading {
		width: 100%;
		margin-left: 0;
    	margin-right: 0;
		padding-top: 20px;
	}
	/* 見出し */
	.cms_block.heading h1 {
		font-size: 2.8rem;
	}
	.cms_block.heading h1 span {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	/* profile */
	.cms_block.heading h1 + * {
		width: 50%;
	}
	.cms_block.heading h1 + * p {
		font-size: 2.2rem;
	}
	.cms_block.heading h1 + * p small {
		font-size: 1.4rem !important;
	}
	/* 職種 */
	.cms_block.heading .text-box {
		font-size: 1.8rem;
	}
	/* メイン画像 */
	.cms_block.heading .headImg {
		aspect-ratio: 71 / 70;
		margin-left: 5%;
	}
	.cms_block.heading .headImg img {
		object-fit: cover;
		object-position: calc(50% + 40px) top;
	}
	/* 左にはみ出す */
	.cms_block.over-l {
		width: 95%;
		margin-left: 0;
	}
	/* 右にはみ出す */
	.cms_block.over-r {
		width: 95%;
		margin-right: 0;
	}
	/* -- 他のインタビューメニュー -- */
	.otherMenu .font-min {
		font-size: 1.7rem;
	}
}
/* ------------------------------
 座談会（PC）
------------------------------ */
.profileBox {
	display: flex;
	flex-wrap: wrap;
	gap: 0 3.09%;
}
.profileBox > h3 {
	flex-basis: 100%
}
.profileBox .text-box {
	font-size: 1.6rem;
	padding: 2px 8px;
}
@media print, screen and (min-width: 768px) {
	
}

/* ------------------------------
 座談会（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.profileBox {
		justify-content: space-between;
	}
}