@charset "UTF-8";
/* CSS Document */

/* ------------------------------ PC ------------------------------ */

/* -------------------- プレイベントページ -------------------- */
/* ---------- コンテンツ ---------- */
.mainContents__Sec {
}

/* ----- ヘッダー ----- */
.mainContents__Sec-header {
	position: relative;
}
.mainContents__Sec-header-titleArea {
	position: relative;
	padding: 150px 0 84px;
	background: url(../../images/mainContents__Sec-header-interview-bg2.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.mainContents__Sec-header-titleArea-dot {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/dot.png) repeat;
	background-size: 4px 4px; /* pxで指定 */
}
.mainContents__Sec-header-titleArea .box {
	position: relative; /* z-index指定に必要 */
	margin: 0 auto;
	width: 1280px;
	padding: 100px 100px 0;
	z-index: 9;
}
.mainContents__Sec-header-titleArea .eventTitle {
	width: 1080px;
	font-size: calc(25rem / 16);
	line-height: calc(27em / 25);
	color: #FFF;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
}
.mainContents__Sec-header-titleArea .interview {
	margin-top: 30px;
	width: 1080px;
	font-size: calc(22rem / 16);
	line-height: calc(24em / 22);
	font-weight: bold;
    color: #FFF;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
}
.mainContents__Sec-header-titleArea .title {
	margin-top: 9px;
	width: 1080px;
	font-family: 'Noto Serif JP';
	font-size: calc(58rem / 16);
	line-height: calc(69em / 58);
	font-style: normal;
	font-weight: 600;
	text-align: left;
	letter-spacing: -0.010em;
	color: #FFF;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
}
.mainContents__Sec-header-titleArea .person {
	margin-top: 30px;
	width: 1080px;
	font-size: calc(22rem / 16);
	line-height: calc(24em / 22);
	font-weight: bold;
	color: #FFF;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
}
.mainContents__Sec-header-titleArea .lead {
	margin-top: 57px;
	width: 1080px;
	font-size: calc(19rem / 16);
	line-height: calc(33em / 19);
	font-weight: bold;
    color: #FFF;
}

/* ----- リード ----- */
.mainContents__Sec-lead {
	position: relative;
	width: 100%;
	padding: 0;
	background: #FFF;
}
.mainContents__Sec-lead .outer {
	margin: 0 auto;
	width: 1280px;
	padding: 0 160px;
}
.mainContents__Sec-lead-text {
	margin-top: 33px;
	font-size: calc(19rem / 16);
	line-height: calc(33em / 19);
}

/* ----- コンテンツ ----- */
.mainContents__Sec-contents {
	position: relative;
	width: 100%;
	padding: 0;
	background: #FFF;
}
.mainContents__Sec-contents .outer {
	margin: 0 auto;
	width: 1280px;
	padding: 0 160px;
}
.mainContents__Sec-contents-head {
	margin-top: 96px;
	font-size: calc(22rem / 16);
    line-height: calc(24em / 22);
	color: #E77E2F;
}
.mainContents__Sec-contents-text {
	margin-top: 33px;
	font-size: calc(19rem / 16);
    line-height: calc(33em / 19);
}
.mainContents__Sec-contents-imagePhoto {
	float: right;
	margin: 0 0 60px 60px;
	width: 300px;
}
.noFloat {
    clear: both;
}

/* プロフィール */
.mainContents__Sec-profile {
	margin: 69px auto 120px;
	width: 1080px;
	padding: 36px 40px 33px;
	border-radius: 6px;
	background: rgba(231,126,47,0.2);
}
.mainContents__Sec-profile .photo {
    float: left;
    width: 125px;
}
.mainContents__Sec-profile .info {
    float: left;
	margin-left: 25px;
    width: 545px;
}
.mainContents__Sec-profile .info .name {
	font-size: calc(22rem / 16);
    line-height: calc(24em / 22);
    font-weight: bold;
}
.mainContents__Sec-profile .info .name span.small {
	font-size: calc(16rem / 16);
    line-height: calc(24em / 16);
    font-weight: bold;
}
.mainContents__Sec-profile .info .position {
	font-size: calc(16rem / 16);
    line-height: calc(27em / 16);
    font-weight: bold;
}
.mainContents__Sec-profile .info .profile {
	margin-top: 6px;
	font-size: calc(16rem / 16);
    line-height: calc(24em / 16);
}
.mainContents__Sec-profile .company {
    float: left;
	margin-left: 35px;
    width: 270px;
}

/* ----- お申し込みボタン ----- */
.entry {
	margin: 72px auto;
	width: 860px;
}
.entry .btn {
	/*
	padding: 30px 15px;
	font-size: calc(28rem / 16);
	line-height: calc(30em / 28);
	font-weight: bold;
	text-align: center;
	color: #000;
	border-radius: 6px;
	border: 1px solid #999;
	background: #999;
	*/
}
.entry .btn a {
	padding: 24px 15px;
	font-size: calc(28rem / 16);
	line-height: calc(30em / 28);
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border-radius: 6px;
	border: 1px solid #D8481D;
	background: #D8481D;
	background: linear-gradient(180deg, rgba(216,72,29,1) 10%, rgba(216,72,29,0.5) 25%, rgba(231,126,47,0.5) 75%, rgba(231,126,47,1) 95%);
	background-size: 360px 540px;
	/*
	background: rgb(216,72,29);
	background: linear-gradient(180deg, rgba(216,72,29,0.5) 0%, rgba(216,72,29,1) 50%);
	*/
	display: block;
	transition: all 0.3s ease;
}
.entry .btn a:hover {
	border: 1px solid #E77E2F;
	background-position: 0 100%;
}

/* お申し込み締切 */
.entry .btn {
	padding: 24px 15px;
	font-size: calc(28rem / 16);
	line-height: calc(30em / 28);
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border-radius: 6px;
	border: 1px solid #999;
	background: #999;
}
.entry .notice {
	margin-top: 12px;
	font-size: calc(16rem / 16);
	line-height: calc(24em / 16);
	font-weight: bold;
	text-align: center;
}