@charset "utf-8";
/* ------------------------------
 インタビュー（PC）
------------------------------ */
/* h1調整 */
.heading h1 {
	line-height: 1.4;
}
.heading h1 span {
	line-height: 1;
}
/* 名前 */
.bgBox .name {
	position: relative;
}
.bgBox .name::before {
	content: "";
	display: block;
	position: absolute;
	top: .6em;
	left: -50px;
	width: 36px;
	height: 12px;
	background: url(../img/decoration_eng.png) no-repeat 0 0 / cover;
}
@media print, screen and (min-width: 768px) {
	/* h1調整 */
	.heading:has(img) h1 {
		height: 635px;
	}
	.heading:has(img)::before {
        height: 635px;
    }
	.heading.wide > .cms_text,
	.heading.wide > .cms_image {
		width: 100%;
		margin-bottom: 0;
	}
	.heading:has(img) .pc {
		width: 1530px;
		height: 600px;
		margin-top: -325px;
	}
	.heading:has(img) .pc img {
		border-radius: 30px 0 0 30px;
	}
	/* 画像横並び */
	.interviewBlock01,
	.interviewBlock02 {
		position: relative;
	}
	.cms_block.interviewBlock01 .cms_image,
	.cms_block.interviewBlock02 .cms_image {
		position: relative;
		width: calc(50% - 50px);
		margin-bottom: 0;
		margin-right: calc(50% + 50px);
	}
	.cms_block.interviewBlock02 .cms_image {
		margin-left: calc(50% + 50px);
	}
	.cms_block.interviewBlock01 .cms_image img,
	.cms_block.interviewBlock02 .cms_image img {
		width: 100%;
		height: 600px;
		border-radius: 0 30px 30px 0;
		object-fit: cover;
		object-position: center center;
	}
	.cms_block.interviewBlock02 .cms_image img {
		border-radius: 30px 0 0 30px;
	}
	.cms_block.interviewBlock01 .cms_text {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1140px;
		margin: 0 0 0 -570px;
		padding-left: 590px;
	}
	.cms_block.interviewBlock02 .cms_text {
		position: absolute;
		top: 0;
		right: 50%;
		width: 1140px;
		margin: 0 -570px 0 0;
		padding-right: 590px;
	}
}
/* ------------------------------
 インタビュー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* h1調整 */
	.cms_block.wide.heading:has(img) > .cms_text {
		width: 100%;
		margin: 0;
	}
	.heading:has(img) h1 {
		font-size: 3.2rem;
		line-height: 1.2;
	}
	.heading h1 span {
        margin: 0 0 10px 3px;
    }
	.heading h1 br {
		display: none;
	}
	.cms_block.wide.heading:has(img) > .cms_image {
		width: 95%;
		margin-right: 0;
		border-radius: 30px 0 0 30px;
	}
	.cms_block.wide.heading:has(img) > .cms_image img {
		border-radius: 30px 0 0 30px;
	}
	/* 名前 */
	.bgBox .name {
		position: relative;
	}
	.bgBox .name::before {
		top: .5em;
		left: -30px;
		width: 24px;
		height: 12px;
		background: url(../img/decoration_eng_sp.png) no-repeat 0 0 / cover;
	}
	/* インタビュー */
	.cms_block.interviewBlock01 .cms_image {
		width: 95%;
		margin-left: 0;
		margin-right: 5%;
	}
	.cms_block.interviewBlock02 .cms_image {
		width: 95%;
		margin-left: 5%;
		margin-right: 0;
	}
	.cms_block.interviewBlock01 .cms_image img {
		border-radius: 0 20px 20px 0;
	}
	.cms_block.interviewBlock02 .cms_image img {
		border-radius: 20px 0 0 20px;
	}
	.cms_block.interviewBlock01 .cms_text,
	.cms_block.interviewBlock02 .cms_text {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

/* ------------------------------
 女性医師の活躍（PC）
------------------------------ */
.heading.female h1 span {
	margin: 0 0 16px 5px;
	font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2rem;
	font-weight: 600;
}
/* 1日のスケジュール */
.cms_text.dailySchedule > p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 44px;
	margin-bottom: 15px;
	border-radius: 20px 20px 0 0;
	background-color: var(--recruit-sub-font-color);
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.cms_text.dailySchedule ul > li {
	display: flex;
	padding-left: 0;
}
.cms_text.dailySchedule ul > li:not(:last-child) {
	padding-bottom: 4px;
}
.cms_text.dailySchedule ul > li::before {
	content: none;
}
.cms_text.dailySchedule ul > li > .time {
	position: relative;
	width: calc(3em + 25px);
	padding-right: 25px;
	color: var(--recruit-sub-font-color);
	font-weight: 600;
	text-align: right;
}
.cms_text.dailySchedule ul > li > .time::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 12px;
	width: 1px;
	height: calc(100% + 19px);
	background-color: var(--recruit-sub-font-color);
}
.cms_text.dailySchedule ul > li:first-child > .time::before {
	top: 9px;
}
.cms_text.dailySchedule ul > li:last-child > .time::before {
	height: calc(100% - 13px);
}
.cms_text.dailySchedule ul > li > .time::after {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	right: 9px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: var(--recruit-sub-font-color);
}
.cms_text.dailySchedule ul > li > .schedule {
	width: calc(100% - (3em + 25px));
}
/* ------------------------------
 女性医師の活躍（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.heading.female h1 span {
		margin: 0 0 5px 3px;
		font-size: 1.8rem;
	}
	/* 1日のスケジュール */
	.cms_text.dailySchedule > p {
		height: 42px;
		padding-top: 3px;
		border-radius: 15px 15px 0 0;
		font-size: 1.8rem;
	}
}