@charset "shift-jis";

/* ワーキングマザー対談
============================ */
#recruit.second.working-mother_cross::before {
	display: none;
}

/* ビジュアル
------------------------------------------------- */
/* 写真 */
#recruit.working-mother_cross .visual {
	width: 100%;
	position: relative;
}
/* 見出し */
#recruit.working-mother_cross .visual .copy {
	margin: -40px 40px 0;
	position: relative;
	z-index: 1;
	writing-mode: vertical-rl;
}
#recruit.working-mother_cross .visual .copy::before {
	writing-mode: horizontal-tb;
	width: 100%;
	position: absolute;
	top: -40px;
	left: -25px;
	content: "Cross Talk";
	display: block;
	font-family: 'Great Vibes', cursive;
	font-weight: 400;
	font-size: 44px;
	color: #d6c9b8;
	transform: rotate(-6deg);
	letter-spacing: 0.05em;
}
#recruit.working-mother_cross .visual .copy h1 {
	writing-mode: vertical-rl;
	display: inline-block;
	background: #a98a4a;
	color: #fff;
	font-size: 14px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
	writing-mode: vertical-rl;
	margin-left: 16px;
	padding: 16px 4px;
}
#recruit.working-mother_cross .visual .copy h2 {
	color: #5c4c38;
	writing-mode: vertical-rl;
}
#recruit.working-mother_cross .visual .copy h2 span {
	display: inline-block;
	background: #fff;
	margin-left: 10px;
	padding: 16px 14px;
	font-size: 22px;
	font-weight: 500;
	white-space: nowrap;
}
#recruit.working-mother_cross .visual .copy h2 span:last-of-type {
	margin-left: 0;
	}
	@media screen and (min-width:768px) {
	/* 写真 */
	#recruit.working-mother_cross .visual {
		width: 75%;
		margin: 0 0 140px auto;
		padding-top: 32px;
	}
	/* 見出し */
	#recruit.working-mother_cross .visual .copy {
		position: absolute;
		margin: 0;
		top: 84px;
		left: -25%;
	}
	#recruit.working-mother_cross .visual .copy::before {
		top: -44px;
		left: -25px;
		font-size: 70px;
		letter-spacing: 0.05em;
		transform: rotate(-8deg);
	}
	#recruit.working-mother_cross .visual .copy h1 {
		font-size: 14px;
		margin-left: 16px;
		padding: 20px 4px;
	}
	#recruit.working-mother_cross .visual .copy h2 {
		color: #5c4c38;
		writing-mode: vertical-rl;
	}
	#recruit.working-mother_cross .visual .copy h2 span {
		margin-left: 10px;
		padding: 20px 14px;
		font-size: 26px;
	}
	}
	@media screen and (min-width:1305px) {
	/* 写真 */
	#recruit.working-mother_cross .visual {
		width: calc(50% + 637px);
		margin: 0 0 64px auto;
		padding-top: 58px;
		text-align: right;
	}
	#recruit.working-mother_cross .visual img {
		width: 100%;
	}
	#recruit.working-mother_cross .sec03.no_number figure {
		width: 1275px;
	}
	/* 見出し */
	#recruit.working-mother_cross .visual .copy h1 {
		font-size: 20px;
		margin-left: 16px;
		margin-top: -24px;
		padding: 20px 10px;
	}
	#recruit.working-mother_cross .visual .copy {
		top: 150px;
		left: 0;
		text-align: left;
	}
	#recruit.working-mother_cross .visual .copy::before {
		top: -80px;
		left: -25px;
		font-size: 124px;
		letter-spacing: 0.05em;
		transform: rotate(-8deg);
		width: 150%;
	}
	#recruit.working-mother_cross .visual .copy h2 span {
		margin-left: 12px;
		padding: 40px 14px;
		font-size: 38px;
	}
}

/* プロフィール
------------------------------------------------- */
#recruit.working-mother_cross .profile {
	background: #f7f4ef;
	padding: 20px 20px 24px;
	width: calc(100% - 80px);
	margin-bottom: 60px;
}
#recruit.working-mother_cross .profile .col3 dl {
	margin-bottom: 10px;
	display: flex;
}
#recruit.working-mother_cross .profile .col3 dl:last-of-type {
	margin-bottom: 0;
}
/* × */
#recruit.working-mother_cross .profile .col3 div {
	text-indent: -9999px;
	position: relative;
	height: 85px;
}
#recruit.working-mother_cross .profile .col3 div::before,
#recruit.working-mother_cross .profile .col3 div::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 2px;
	height: 80px;
	background: #a98a4a;
}
#recruit.working-mother_cross .profile .col3 div::before {
	transform: rotate(45deg);
}
#recruit.working-mother_cross .profile .col3 div::after {
	transform: rotate(-45deg);
}
 /* 写真 */
#recruit.working-mother_cross .profile .col3 dt {
	flex-basis: 110px;
}
#recruit.working-mother_cross .profile .col3 dt img {
	width: 90px;
}
 /* 名前 */
#recruit.working-mother_cross .profile .col3 dd {
	flex-basis: calc(100% - 110px);
	font-size: 17px;
	line-height: 1.6;
	margin: 10px 0 0;
}
#recruit.working-mother_cross .profile .col3 dd span {
	display: block;
	font-size: 11px;
	color: #5c4c38;
}
/* 所属 */
#recruit.working-mother_cross .profile .col3 dd span:nth-of-type(2) {
	display: block;
	font-size: 13px;
	margin-top: 8px;
	}
	@media screen and (min-width:768px) {
	#recruit.working-mother_cross .profile {
		background: #f7f4ef;
		padding: 24px 20px;
		width: calc(100% - 108px);
		margin-bottom: 70px;
	}
	#recruit.working-mother_cross .profile .col3 {
		display: flex;
		justify-content: center;
	}
	#recruit.working-mother_cross .profile .col3 dl {
		flex-basis: calc((100% - 110px) / 2);
		margin-bottom: 0;
	}
	/* × */
	#recruit.working-mother_cross .profile .col3 div {
		flex-basis: 110px;
		margin-top: 17px;
	}
	 /* 写真 */
	#recruit.working-mother_cross .profile .col3 dt img {
		width: 102px;
	}
	 /* 名前 */
	#recruit.working-mother_cross .profile .col3 dd {
		font-size: 18px;
		line-height: 1.2;
		margin: 14px 0 0 16px;
	}
	#recruit.working-mother_cross .profile .col3 dd span {
		display: inline-block;
		font-size: 11px;
		color: #5c4c38;
		margin-left: 10px;
	}
	/* 所属 */
	#recruit.working-mother_cross .profile .col3 dd span:nth-of-type(2) {
		font-size: 13px;
		margin-top: 12px;
		line-height: 1.6;
		margin-left: 0;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.working-mother_cross .profile {
		background: #f7f4ef;
		padding: 34px 54px;
		width: 1167px;
		margin-bottom: 100px;
	}
	#recruit.working-mother_cross .profile .col3 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#recruit.working-mother_cross .profile .col3 dl {
		flex-basis: calc((100% - 200px) / 2);
		margin-bottom: 0;
	}
	/* × */
	#recruit.working-mother_cross .profile .col3 div {
		flex-basis: 200px;
		margin-top: 0;
	}
	 /* 写真 */
	#recruit.working-mother_cross .profile .col3 dt img {
		width: 102px;
	}
	 /* 名前 */
	#recruit.working-mother_cross .profile .col3 dd {
		font-size: 20px;
		line-height: 1.2;
		margin: 14px 0 0 50px;
	}
	#recruit.working-mother_cross .profile .col3 dd span {
		display: inline-block;
		font-size: 12px;
		color: #5c4c38;
		margin-left: 16px;
	}
	 /* 所属 */
	#recruit.working-mother_cross .profile .col3 dd span:nth-of-type(2) {
		font-size: 14px;
		margin-top: 12px;
		line-height: 1.6;
		margin-left: 0;
	}
}

/* section共通
------------------------------------------------- */
/* section区切り */
#recruit.working-mother_cross section {
	position: relative;
}

/* 見出し */
#recruit.working-mother_cross section h3 {
	writing-mode: vertical-rl;
	margin: -16px auto 0 !important;
	position: relative;
}
#recruit.working-mother_cross section h3::before {
	writing-mode: horizontal-tb;
	width: 100%;
	position: absolute;
	top: -60px;
	left: -40px;
	content: "Part 01";
	display: block;
	font-family: 'Great Vibes', cursive;
	font-weight: 400;
	font-size: 44px;
	color: #d6c9b8;
	transform: rotate(-6deg);
	letter-spacing: 0.05em;
}
#recruit.working-mother_cross section.sec02 h3::before {
	content: "Part 02";
}
#recruit.working-mother_cross section.sec03 h3::before {
	content: "Part 03";
}
#recruit.working-mother_cross section.sec03 .no_number h3::before {
	display: none;
}
#recruit.working-mother_cross section h3 span {
	display: inline-block;
	background: #a98a4a;
	color: #fff;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, serif;
	font-size: 20px;
	font-weight: 400;
	margin-left: 10px;
	padding: 16px 10px;
	white-space: nowrap;
}
#recruit.working-mother_cross section h3 span:last-of-type {
	margin-left: 0;
	}
	@media screen and (min-width:768px) {
	#recruit.working-mother_cross section h3 {
		margin: -16px auto 0 !important;
		position: absolute;
		top: 70px;
		right: 24px;
	}
	#recruit.working-mother_cross section h3::before {
		top: -90px;
		left: -40px;
		font-size: 64px;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.working-mother_cross section .picWrap {
		width: calc(50% + 584px);
		margin-right: auto;
		position: relative;
	}
	#recruit.working-mother_cross section h3 {
		position: absolute;
		top: 78px;
		right: -34px;
	}
	#recruit.working-mother_cross section h3 span {
		font-size: 30px;
		margin-left: 12px;
		padding: 30px 12px;
	}
	#recruit.working-mother_cross section h3::before {
		top: -130px;
		left: -40px;
		font-size: 100px;
	}
}

/* 見出しの写真 */
#recruit.working-mother_cross section figure {
	width: calc(100% - 40px);
	}
	@media screen and (min-width:768px) {
	#recruit.working-mother_cross section figure {
		width: calc(100% - 100px);
		margin-bottom: 30px;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.working-mother_cross section figure {
		width: 100%;
	}
}

/* wrap */
#recruit.working-mother_cross section .wrap {
	width: calc(100% - 80px);
	/*background: #ccc; ------------------------------------------------*/
	}
	@media screen and (min-width:768px) {
	#recruit.working-mother_cross section .wrap {
		width: calc(100% - 108px);
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.working-mother_cross section .wrap {
		width: 1060px;
		padding: 50px 0 80px;
	}
}

/* 写真＋コメント */
#recruit.working-mother_cross section dl {
	display: flex;
	align-items: flex-start;
	margin: 0 0 24px;
	break-inside: avoid-column;
}
#recruit.working-mother_cross section dt {
	font-size: 10px;
	padding-top: 65px;
	text-align: center;
	flex-basis: 62px;
	margin-right: 20px;
	line-height: 1.1;
}
#recruit.working-mother_cross section dt.sato {
	background: url("../interview/working-mother/images/crosstalk/01/thumb_sato.jpg") top center no-repeat;
	background-size: 62px auto;
}
#recruit.working-mother_cross section dt.hasegawa {
	background: url("../interview/working-mother/images/crosstalk/01/thumb_hasegawa.jpg") top center no-repeat;
	background-size: 62px auto;
}
#recruit.working-mother_cross section dt.yokomori {
	background: url("../interview/working-mother/images/motherstalk/talk01/thumb_yokomori.jpg") top center no-repeat;
	background-size: 62px auto;
}
#recruit.working-mother_cross section dd {
	flex-basis: calc(100% - 82px);
	line-height: 2;
	}
	@media screen and (min-width:768px) {
	#recruit.working-mother_cross section dl {
		display: flex;
		align-items: flex-start;
		margin: 0 0 32px;
		break-inside: avoid-column;
	}
	#recruit.working-mother_cross section dt {
		font-size: 10px;
		padding-top: 65px;
		text-align: center;
		flex-basis: 70px;
		margin-right: 30px;
		line-height: 1.1;
	}
	#recruit.working-mother_cross section dt.sato {
		background: url("../interview/working-mother/images/crosstalk/01/thumb_sato.jpg") top center no-repeat;
		background-size: 62px auto;
	}
	#recruit.working-mother_cross section dt.hasegawa {
		background: url("../interview/working-mother/images/crosstalk/01/thumb_hasegawa.jpg") top center no-repeat;
		background-size: 62px auto;
	}
	#recruit.working-mother_cross section dd {
		flex-basis: calc(100% - 100px);
		line-height: 2;
		letter-spacing: 0.07em;
	}
}

/* 写真レイアウト（2カラム） */
#recruit.working-mother_cross section .col_pic figure {
	padding: 0;
	margin: 32px -40px 40px 0;
	width: calc(100% + 40px);
}
#recruit.working-mother_cross section .col_pic.picL figure {
	margin: 32px 0 40px -40px;
}
#recruit.working-mother_cross .sec03 .col_pic dl:last-of-type {
	margin-bottom: 0;
	}
	@media screen and (min-width:768px) {
	#recruit.working-mother_cross section .col_pic figure {
		margin: 32px -54px 40px auto;
		width: calc(100% - 100px);
	}
	#recruit.working-mother_cross section .col_pic.picL figure {
		margin: 32px 0 40px -54px;
	}
	#recruit.working-mother_cross .sec03 .col_pic dl:last-of-type {
		margin-bottom: 0;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.working-mother_cross section .col_pic {
		display: flex;
		width:calc(50% + 530px);
	}
	#recruit.working-mother_cross section .col_pic.picR {
		margin-left: auto;
	}
	#recruit.working-mother_cross section .col_pic.picL {
		margin-right: auto;
	}
	#recruit.working-mother_cross section .col_pic figure {
		flex-basis: 60%;
		padding: 0 0 0 85px;
		margin: 60px -108px 40px 0;
	}
	#recruit.working-mother_cross section .col_pic.picL figure {
		padding: 0 85px 0 0;
		margin: 20px 0 40px -108px;
		order: -1;
	}
	#recruit.working-mother_cross section .col_pic .inner {
		flex-basis: calc(40% + 108px);
		padding: 0;
	}
	#recruit.working-mother_cross .sec03 .col_pic dl:last-of-type {
		margin-bottom: 0;
	}
}



/* sec02
------------------------------------------------- */
/* 写真 */
#recruit.working-mother_cross .sec02 figure {
	margin-left: auto;
	}
	@media screen and (min-width:1305px) {
	#recruit.working-mother_cross .sec02 .picWrap {
		width: calc(100% - 108px);
		position: absolute;
		top: 86px;
		right: 0;
		left: 0;
		margin: 0 auto;
		padding-left: 108px;
	}
	#recruit.working-mother_cross .sec02 figure {
		width: calc(100% - 108px);
	}
}
/* 見出し */
	@media screen and (min-width:768px) {
	#recruit.working-mother_cross .sec02 h3 {
		position: absolute;
		top: 60px;
		right: 0;
		left: 0;
		width: 40%;
	}
	#recruit.working-mother_cross .sec02 h3::before {
		top: -84px;
		left: 0;
		font-size: 64px;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.working-mother_cross .sec02 h3 {
		position: static;
		width: 30%;
	}
	#recruit.working-mother_cross .sec02 h3::before {
		text-align: center;
		top: -140px;
		font-size: 100px;
	}
}

/* sec03
------------------------------------------------- */
/* 写真 */
#recruit.working-mother_cross .sec03 figure.no_number {
	width: calc(100% - 80px);
	margin: 0 auto;
	}
	@media screen and (min-width:768px) {
	#recruit.working-mother_cross .sec03 figure {
		margin: 0 0 40px;
	}
	#recruit.working-mother_cross .sec03 .no_number {
		position: relative;
		margin-bottom: 130px;
	}
	#recruit.working-mother_cross .sec03 .no_number figure {
		width: calc(100% - 108px);
		margin: 0 0 0 auto;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.working-mother_cross .sec03 figure {
		margin: 0;
	}
	#recruit.working-mother_cross .sec03 .no_number {
		width: calc(100% - 150px);
		margin: 0 auto;
	}
	#recruit.working-mother_cross .sec03 .no_number figure {
		width: 100%;
	}
}
/* 見出し */
	@media screen and (min-width:768px) {
	#recruit.working-mother_cross .sec03 .no_number h3 {
		top: 70px;
		right: auto;
		left: 24px;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.working-mother_cross .sec03 .no_number div {
		width: 1275px;
		margin: 0 auto;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		background: #f00;
		text-align: left;
	}
	#recruit.working-mother_cross .sec03 .no_number h3 {
		top: -85px;
	}
}
/* テキスト */
@media screen and (min-width:1305px) {
	#recruit.working-mother_cross .sec03 .wrap {
		padding-left: 237px;
	}
}



