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

/* ------------------------------ SP ------------------------------ */

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

/* ----- 概要 ----- */
.mainContents__Sec-header {
	position: relative;
}
.mainContents__Sec-header-titleArea {
	position: relative;
	padding: calc(162vw / 7.5) 0 calc(72vw / 7.5);
	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指定に必要 */
	width: 100%;
	padding: 10% calc(40vw / 7.5) 0;
	z-index: 9;
}
.mainContents__Sec-header-titleArea .eventTitle {
	width: calc(670vw / 7.5);
	font-size: calc(25vw / 7.5);
	line-height: calc(27 / 25);
	color: #FFF;
	text-shadow: calc(3vw / 7.5) calc(3vw / 7.5) calc(6vw / 7.5) rgba(0,0,0,0.8);
}
.mainContents__Sec-header-titleArea .interview {
	margin-top: calc(39vw / 7.5);
	width: calc(670vw / 7.5);
	font-size: calc(25vw / 7.5);
	line-height: calc(27 / 25);
	font-weight: bold;
	color: #FFF;
	text-shadow: calc(3vw / 7.5) calc(3vw / 7.5) calc(6vw / 7.5) rgba(0,0,0,0.8);
}
.mainContents__Sec-header-titleArea .title {
	margin-top: calc(12vw / 7.5);
	width: calc(670vw / 7.5);
	font-family: 'Noto Serif JP';
	font-size: calc(61vw / 7.5);
	line-height: calc(69/ 61);
	font-style: normal;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: -0.035em;
	text-shadow: calc(3vw / 7.5) calc(3vw / 7.5) calc(6vw / 7.5) rgba(0,0,0,0.8);
}
.mainContents__Sec-header-titleArea .person {
	margin-top: calc(36vw / 7.5);
	width: calc(670vw / 7.5);
	font-size: calc(25vw / 7.5);
	line-height: calc(27 / 25);
	font-weight: bold;
	text-align: left;
	color: #FFF;
	text-shadow: calc(3vw / 7.5) calc(3vw / 7.5) calc(6vw / 7.5) rgba(0,0,0,0.8);
}
.mainContents__Sec-header-titleArea .lead {
	margin-top: calc(57vw / 7.5);
	font-size: calc(25vw / 7.5);
	line-height: calc(39 / 25);
	font-weight: bold;
	color: #FFF;
}

/* ----- リード ----- */
.mainContents__Sec-lead {
	position: relative;
	width: 100%;
	padding: 0;
	background: #FFF;
}
.mainContents__Sec-lead .outer {
	width: calc(750vw / 7.5);
	padding: 0 calc(40vw / 7.5);
}
.mainContents__Sec-lead-text {
	margin-top: calc(40vw / 7.5);
	font-size: calc(25vw / 7.5);
	line-height: calc(39 / 25);
}

/* ----- コンテンツ ----- */
.mainContents__Sec-contents {
	position: relative;
	width: 100%;
	padding: 0;
	background: #FFF;
}
.mainContents__Sec-contents .outer {
	width: calc(750vw / 7.5);
	padding: 0 calc(40vw / 7.5);
}
.mainContents__Sec-contents-head {
	margin-top: calc(96vw / 7.5);
	font-size: calc(34vw / 7.5);
	line-height: calc(42 / 34);
	color: #E77E2F;
}
.mainContents__Sec-contents-text {
	margin-top: calc(40vw / 7.5);
	font-size: calc(25vw / 7.5);
	line-height: calc(39 / 25);
}
.mainContents__Sec-contents-imagePhoto {
	/* display: none; */
}
.noFloat {
    clear: both;
}

/* プロフィール */
.mainContents__Sec-profile {
	margin: calc(108vw / 7.5) auto;
	width: calc(670vw / 7.5);
	padding: calc(36vw / 7.5) calc(35vw / 7.5);
	border-radius: calc(9vw / 7.5);
	background: rgba(231,126,47,0.2);
}
.mainContents__Sec-profile .photo {
    float: left;
	width: calc(130vw / 7.5);
}
.mainContents__Sec-profile .info {
    float: left;
	margin-left: calc(30vw / 7.5);
	width: calc(440vw / 7.5);
}
.mainContents__Sec-profile .info .name {
	font-size: calc(28vw / 7.5);
	line-height: calc(30 / 28);
    font-weight: bold;
}
.mainContents__Sec-profile .info .name span.small {
	font-size: calc(22vw / 7.5);
	line-height: calc(24 / 22);
    font-weight: bold;
}
.mainContents__Sec-profile .info .position {
	margin-top: calc(12vw / 7.5);
	font-size: calc(21vw / 7.5);
	line-height: calc(21 / 21);
    font-weight: bold;
}
.mainContents__Sec-profile .info .profile {
	margin-top: calc(12vw / 7.5);
	font-size: calc(19vw / 7.5);
	line-height: calc(27 / 19);
}
.mainContents__Sec-profile .company {
    float: right;
	margin-top: calc(24vw / 7.5);
	width: calc(440vw / 7.5);
}

/* ----- お申し込みボタン ----- */
.entry {
	margin: calc(78vw / 7.5) 0;
}
.entry .btn {
	/*
	margin: 0 auto;
	width: calc(540vw / 7.5);
	padding: calc(45vw / 7.5) calc(20vw / 7.5);
	font-size: calc(43vw / 7.5);
	line-height: calc(45 / 43);
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border-radius: calc(12vw / 7.5);
	border: calc(2vw / 7.5) solid #999;
	background: #999;
	*/
}
.entry .btn a {
	margin: 0 auto;
	width: calc(600vw / 7.5);
	padding: calc(18vw / 7.5) calc(20vw / 7.5);
	font-size: calc(31vw / 7.5);
	line-height: calc(45 / 31);
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border-radius: calc(12vw / 7.5);
	border: calc(2vw / 7.5) 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: calc(540vw / 7.5) calc(810vw / 7.5);
	/*
	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: calc(2vw / 7.5) solid #E77E2F;
	background-position: 0 100%;
}

/* お申し込み締切 */
.entry .btn {
	margin: 0 auto;
	width: calc(600vw / 7.5);
	padding: calc(18vw / 7.5) calc(20vw / 7.5);
	font-size: calc(31vw / 7.5);
	line-height: calc(45 / 31);
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border-radius: calc(12vw / 7.5);
	border: calc(2vw / 7.5) solid #999;
	background: #999;
}
.entry .notice {
	margin: calc(21vw / 7.5) auto 0;
	width: calc(670vw / 7.5);
	font-size: calc(22vw / 7.5);
	line-height: calc(33 / 22);
	font-weight: bold;
}