/*******************************
メイン画像
*******************************/

.slide1 { width:100%; margin:0 auto;}
.slide1 img { width:100%;}





/*******************************
スタイル（全体）
*******************************/

#main{
width:100%;
background-position: center center; 
}

#headerPR{
    text-align: center;
    margin-top: 20px;
 }





/****************************************
　ボックス（大枠・外枠）※index限定
****************************************/

.box2 ul.QA_index li{
	width:337px;
	margin:0 10px 20px 0;
	display:inline-flex
}

.box2 ul.QA_index li:nth-child(even){
	margin:0 0 20px 0;
}



#QA_index_left{
	width:98px;
	margin-right:10px;
	float:left;
}

#QA_index_left img{
	margin-bottom:10px;
	text-align:center;
}

#QA_index_left .QA_index_Category{
	width:88px;
	margin-bottom:10px;
	padding:5px;
	color:#fff;
	text-align:center;
	background-color:#f02c8a;
	border-radius:6px;
}

#QA_index_left .QA_index_Name{
	margin:0 auto;
	text-align:center;

	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#QA_index_right{
	width:232px;
	float:right;
}



.box2 ul.Interview_index li{
	width:130px;
	margin:0 5px 10px 0;
	display:inline-flex
}

.box2 ul.Interview_index img{
  width: 125px;
  height: 125px;
  object-fit: cover; /* この一行を追加するだけ！ */
  border: 2.5px solid #35cccc;
  border-radius:50%;
}

.box2 ul.Interview_index li:nth-child(5), 
.box2 ul.Interview_index li:nth-child(10){
	margin:0 0 10px 0;
}

.box2 ul.Interview_index li #Interview_index{
	width:130px;
	float:left;
}

.box2 ul.Interview_index li #Interview_index img{
	margin-bottom:10px;
	text-align:center;
}

.box2 ul.Interview_index li #Interview_index .Interview_index_Production{
	width:124px;
	margin-bottom:5px;
	padding:3px;
	font-size:11px;
	color:#fff;
	text-align:center;
	background-color:#35cccc;
	border-radius:6px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box2 ul.Interview_index li #Interview_index a{color:#fff;text-decoration:none;}
.box2 ul.Interview_index li #Interview_index a:hover{color:#fff;text-decoration:none;}
.box2 ul.Interview_index li #Interview_index a:active, a:focus {outline: 0;}

.box2 ul.Interview_index li #Interview_index .Interview_index_Name{
	margin:0 auto;
	text-align:center;

	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



/****************************************
　テーブル　※index限定
****************************************/

table.QA_index {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float:right;
}

table.QA_index tr:first-child {
	height: 126px;
}

table.QA_index th {
	width: 33px;
	padding: 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.QA_index td {
	width: 192px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}



table.Interview_index {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float:right;
}
table.Interview_index th {
	width: 33px;
	padding: 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.Interview_index td {
	width: 192px;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}



/****************************************
　センター（中央）コンテンツ　※index限定
****************************************/

.trademark{
	z-index:2;
	position: relative;
	width:580px;
	margin:0px 0px -66px 0px;
	padding:10px;
	border:2px dotted #dadada;
	background-color:#fff;
}

.event_index_careful{
	z-index:2;
	position: relative;
	width:607px;
	margin:30px 0px -66px 0px;
	padding:10px;
	border:2px dotted #dadada;
	background-color:#fff;
}



/****************************************
　プロダクションからの求人募集速報　※index限定
****************************************/

.vticker{
	border: 0;
	width: 690px;
	margin-bottom:10px;
}

.vticker ul{
	padding: 0;
}

.vticker ul a{
	text-decoration: none;
}

.vticker li{
	width:670px;
	height:48px;
	padding: 10px;
	list-style: none;
	border-bottom: 1px dotted #dadada;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.vticker li img{
	width:48px;
	margin-right: 10px;
	float:left;
}

.vticker li .recruit_index_title{
	font-size:18px;
	color:#35cccc;
}
