@charset "utf-8";



.lock { overflow:hidden; }
.close { position:absolute; top:0; right:0; margin:0; }
.modal-overlay { z-index:10001; display:none; position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,.7); }
.modal-wrap { z-index:10002; display:none; position:fixed; top:0; left:0; width:100%; height:100%; }
.modal-content { position:relative; display:none; top:50%; margin:-220px auto 0; width:900px; height:440px; background:#fff; }
.modal-close { box-sizing:border-box; display:block; width:56px; height:56px; background:#b48c00; text-indent:-9999px; overflow:hidden; cursor:pointer; position: relative; }
/*.modal-block .txt { padding:70px; }*/

.modal-close::after {
	background: url("/jp/recruit/saiyo/special_talks/manager/img/popup_close.png") no-repeat scroll 0 0 / 26px 26px;
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.modal-block .popup_photo {
}
.modal-block .popup_prof {
	position: absolute;
	top: 30px;
	left: 470px;
}
.modal-block .popup_prof .en_name {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 38px;
	color: #b48c00;
}
.modal-block .popup_prof .corp {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.modal-block .popup_prof .corp span {
	font-size: 12px;
}
.modal-block .popup_prof .name {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 32px;
	font-weight: bold;
}
.modal-block .popup_epi {
	position: absolute;
	width: 380px;
	top: 210px;
	left: 470px;
}
.modal-block .popup_epi .note {
	font-size: 12px;
	padding-top: 0.5em;
}

@media screen and (max-width: 800px) {

	.modal-content { top:auto; margin:0 auto; width:100%; height:100%; overflow:auto; }

	.modal-block .popup_photo img {
		width: 100%;
	}
	.modal-block .popup_prof {
		position: inherit;
		padding: 10% 5%;
		line-height: 1.3;
	}
	.modal-block .popup_prof .en_name {
		line-height: 1.0em;
	}
	.modal-block .popup_prof .corp {
		padding-top: 0.5em;
	}	
	.modal-block .popup_epi {
		position: inherit;
		padding: 10% 5%;
		width: inherit;
	}

}
@media all and (min-width: 0px) and (max-width: 375px) {
	.modal-block .popup_prof .en_name {
		font-size: 32px;
	}
	.modal-block .popup_prof .corp {
		font-size: 12px;
	}
	.modal-block .popup_prof .name {
		font-size: 28px;
	}
	.modal-block .popup_prof .txt {
		font-size: 12px;
	}	
	.modal-block .popup_epi {
		font-size: 12px;
	}
}


