@charset "utf-8";

/*---------------------------
 共通部分
---------------------------*/
/*----------------
 フッターとの間にボーダー
----------------*/
.caution_wrap,.news_wrap,.contact_wrap ,.profile_wrap, .talent_detail , .talent_list , .audition_wrap {
    border-bottom: 1px solid #000;
}
.header_rightbox .leftbox{
	width: 75%;
	float: left;
}
.header_rightbox .leftbox a{
	line-height: 1;
	font-weight: 600;
	font-size: 14px;
}
.header_rightbox .leftbox p{
	font-size: 11px;
}
.header_rightbox .rightbox{
	width: 24%;
	float: right;
}
.footer_tel_box{
	float: left;
	width: 49%;	

}
.footer_tel_box a{
	font-size: 18px;
	font-weight: 600;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}
.footer_mail_box{
	float: right;
	width: 49%;	
}
.footer_mail_box a{
	font-size: 20px;
	font-weight: 600;
	background-color: #E67900;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	width: 100%;
	display: inline-block;
}

/*----------------
 ぱんくず
----------------*/
.pankuzu_wrap {
    border-bottom: 1px solid #000000;
    padding: 5px 0;
    color: #9E9E9E;
}
.pankuzu_wrap a {
    text-decoration: underline;
    color: #000;
}
.pankuzu_wrap a.home::before {
    content: url(/img/icon_home.png);
    margin-right: 5px;
    top: 3px;
    position: relative;
}

/*----------------
 ページタイトルh2
----------------*/
h2.pagetitle {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: -1px;
}

/*---------------------------
 ヘッダー
---------------------------*/
header {
	background-color: #000;
	color: #fff;
}
header a {
	text-decoration: none;
	color: #fff;
}
.header_contents {
	padding: 10px 0;
}
.header_leftbox {
	float: left;
	width: 60%;
}
h1 {
    font-size: 11px;
}
.header_leftbox h1 {
	margin-left: 8px;
}
.header_leftbox a {
	display: block;
}
.header_rightbox {
	float: right;
	max-width: 40%;
	height:54px;
}
.header_rightbox a {
	line-height: 54px;
}
.header_rightbox a img {
	margin-right: 6px;
	vertical-align: middle;
	max-height: 37px;
	width: auto;
}
.header_rightbox a:last-child img {
	margin-right: 0;
}
nav.disp_pc_over {
	background-color: #313131;
	padding: 10px 0 6px;
	text-align: center;
	position: relative;
}
nav.disp_pc_over ul {
	display: inline-block;
	line-height: 1;
	
}
nav.disp_pc_over li {
	float: left;
}
nav.disp_pc_over li a {
	display: inline-block;
	padding: 0 25px;
	font-size: 15px;
	border-right: 1px solid #fff;
	line-height: 1;
}

/*---------------------------
 スライド
---------------------------*/
.slider {
  display:none;
}
.slider.slick-initialized {
  display: block;
}
.slider .slick-slide:not(.slick-active) {
    opacity: 0.5;
}
.slider img {
	width: 100%;
}
.slider-container {
	position: relative;
	padding-bottom: 20px;
	background-color: #313131;
}
.slider-arrow {
	height: 39px;
	width: 39px;
    position: absolute;
    top: 50%;
    margin-top: -39px;
    cursor: pointer;
    z-index: 10;
	opacity: 0.6;
}
.slider-arrow:hover {
	opacity: 1;
}
.slider-arrow.slider-prev {
	background-image: url(/img/slide_arrow_left.jpg);
	-webkit-background-size: 100%;
	background-size: 100%;
	left: 20%;
	margin-left: -18.5px;
}
.slider-arrow.slider-next {
	background-image: url(/img/slide_arrow_right.jpg);
	-webkit-background-size: 100%;
	background-size: 100%;
	right: 20%;
	margin-right: -18.5px;
}
.news_List_Ymd {
	font-weight: 600;
}
@media screen and (max-width:799px){
	.slider-arrow.slider-prev {
		left: 21.5px;
	}
	.slider-arrow.slider-next {
		right: 21.5px;
	}
}

/*---------------------------
 背景ロゴ
---------------------------*/
.bg_logo {
	background-image: url(/img/bg_logo.jpg);
}

.news_box h2 {
	text-align: center;
	margin-bottom: 10px;
}
/*---------------------------
 NEWS
---------------------------*/
.new_mark {
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 1px 10px;
    background-color: darkred;
    margin-bottom: 5px;
    font-size: 12px;
}
.news_box h2 {
	text-align: center;
	margin-bottom: 10px;
}
.news_box {
    
}
.news_inner {
	background-color: #fff;
	padding: 20px 30px;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	max-height: 250px;
	overflow-y: scroll;
}
.news_inner ul li:first-child {
	padding-top: 0!important;
}
.news_inner li {
	padding: 1em 0;
	border-bottom: 1px solid #AEAEAE;
}
.news_inner li a {
	word-wrap: break-word;
}
.news_inner li span.news_List_Ymd {
	margin-right: 2em;
}
.news_inner li a {
    text-decoration: underline;
    color: #000;
    
}

/*----------------
 NEWS記事
----------------*/
.news_wrap h2 {
    background-image: url(/img/news_bg_title.jpg);
}
/*---------------------------
 ピックアップタレント
---------------------------*/
.pickup_wrap {
	background-image: url(/img/bg_dotto.jpg);
	padding: 25px 0;
}
.pickup_wrap h2 {
	border-bottom: 1px solid #FBFBFB;
	padding-bottom: 8px;
	text-align: center;
}
.talents_wrap .talent_box {
	float: left;
	width: 23.5%;
	margin-right: 1.5%;
}
.talents_wrap .talent_box img {
	width: 100%;
}
.talents_wrap a {
	text-decoration: none;
	color: #fff;
}
.button {
	position: relative;
	display: inline-block;
	padding: .5em 4em;
	border: 2px solid #fff;
	color: #333;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	overflow: hidden;
}
.button:hover {
  color: #fff;
	opacity: 0.99;
}
.button::before {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  content: '';
  width: 110%;
  height: 215%;
  background: rgba(33,100,189,0.3);
  transform-origin: left bottom;
  transform: skewY(-10deg) scale(1, 0);
  transition: transform .3s;
}
.button:hover::before {
  transform-origin: left top;
  transform: skewY(-10deg) scale(1, 1);
}

/*---------------------------
 sns
---------------------------*/
.sns_box{
	text-align: center;
	padding-top: 10px;
}
.sns_box img {
    max-width: 100%;
	margin-bottom: 10px;
}
li.bd_none a{
	border: none!important;
	display: inline-block;
}
/*---------------------------
 フッター
---------------------------*/
footer {
    border-bottom: 1px solid #E0E0E0;
}
/*----------------
 フッター上部
----------------*/
.footer_top {
	background-image: url(/img/bg_stripe.jpg);
	box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.6);
}
.footer_top_bn_box {
    margin-bottom: 30px;
}
.footer_top_bn_box a {
	display: inline-block;
	vertical-align: middle;
}
.footer_top_bn_box a:first-child {
	margin-right: 25px;	
}

/*----------------
 フッター中部
----------------*/
.footer_inner {
	padding: 0 0 15px;
}
.footer_left {
	float: left;
	width: 40%;
}
.footer_center {
	float: left;
	width: 20%;
}
.footer_right {
	float: right;
	width: 40%;
    text-align: center;
}
.footer_right img {
	margin-right: 10px;
}
.footer_right a:last-child img {
    margin-right: 0;
}
/*----------------
 フッター下部
----------------*/
.footer_nav {
	text-align: center;
	position: relative;
	border-top: 1px solid #333333;
}
.footer_nav ul {
	display: inline-block;
}
.footer_nav li {
	float: left;
}
.footer_nav li a {
	text-decoration: none;
	color: #000;
	margin-right: 1em;
}
.footer_nav li a:before {
	content: url(../img/foooter_arrow.png);
	margin-right: 5px;
}
#slide-line {
    position: absolute;
    bottom: 5px;
    height: 2px;
    background-color: #E69200;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#slide-line-pc {
    position: absolute;
    bottom: 5px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.copyright {
	background-color: #313131;
	padding: 8px 0;
	color: #fff;
}
.footer_left p {
    margin-top: 5px;
}
.footer_nav ul{
	margin-top: 9px;
	margin-bottom: 5px;
}

/*---------------------------
 タレント一覧
---------------------------*/
.talent_list h2 {
    background-image: url(/talent/img/talent_bg_title.jpg);
}
.talent_list h3 {
    border-bottom: 2px solid #333740;
    padding-bottom: 7px;
    margin-bottom: 15px;
    text-align: center;
}
.talent_list .talent_box {
    width: 23.5%;
    margin-right: 2%;
    float: left;
	margin-bottom: 20px;
}
.talent_list .talent_box:last-of-type {
    margin-right: 0;
}
.talent_list .talent_box img {
    width: 100%;
    margin-bottom: 8px;
}
.talent_list .talent_box a {
    text-decoration: none;
    color: #fff;
}
.talent_list .talent_box p {
    background-color: #000;
    text-align: center;
    padding: 8px 0 6px;
    line-height: 1;
    font-size: 0.8em;
}


a.oubo_btn{
	background-color: #E68000;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 60px; 
	font-weight: 600;
}

.oubo_btn_box img{
	max-width: 100%;
}
/*---------------------------
 タレント詳細
---------------------------*/
.talent_detail h2 {
    background-image: url(/talent/detail/img/talentdetail_bg_title.png);
}
.talent_img_box {
	width: 46.65%;
	margin-right: 6.7%;
	float: left;
}
.talent_img_box img:not(.detail_name) {
	width: 100%;
	border: 1px solid #DCDCDC;
}
.talent_img_main li:nth-child(n+2) {
	display: none;
}
.thumb li{
	cursor: pointer;
}
.thumb.icon2 li {
	width: 48%;
	margin-right: 4%;
	float: left;
    padding-top: calc(100% / 3);
    display: block;
    background-size: 100%;
    background-position: center -13px;
    background-repeat: no-repeat;
    border: 1px solid #DCDCDC;
}
.thumb.icon3 li {
	width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
	float: left;
    padding-top: calc(100% / 4);
    display: block;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    border: 1px solid #DCDCDC;
}
.thumb.icon4 li {
    width: 23%;
    margin-right: 2.666666666%;
    margin-bottom: 2%;
	float: left;
    padding-top: calc(100% / 6);
    display: block;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    border: 1px solid #DCDCDC;
}
.thumb.icon4 li:nth-child(4n) {
    margin-right: 0%;
}
.thumb li:last-child {
	margin-right: 0;
}
.talent_detail h3 {
    border-bottom: 2px solid #333740;
    padding-bottom: 4px;
    margin-bottom: 15px;
}
.detail_name {
    max-width: 100%;    
}
.talent_img_box p.name {
	font-size: 25px;
	margin-bottom: 25px;
}
.talent_img_box p.name span {
	margin-left: 20px;
	font-size: 15px;
	color: #B6B6B6;
}
.img_box_wrap {
    width: 100%;
    margin: auto;
}
ul.talent_img_main a {
    width: 100%;
    padding-top: calc(100% / 1.25);
    display: block;
    background-size: 100%;
    background-position: center -13px;
    background-repeat: no-repeat;
    border: 1px solid #DCDCDC;
}
/*----------------
 プロフテーブル
----------------*/
.prof_box {
	width: 46.65%;
	float: right;
}
/* 幅 */
table.profTable {
	width: 100%;
	font-size: 16px;
}
table.profTable th {
	width:30%;
    font-weight: 600;
}
table.profTable td {
	width:70%;	
}
/* パディング */
table.profTable th , table.profTable td {
	padding:20px;
}
/* ボーダー */
table.profTable tbody  {
}
table.profTable tr {
	background-image: url(/img/dotted.png);
    background-repeat: no-repeat;
    background-position: center bottom 7px;
}
div.carrer {
	padding-top: 10px;
}
/* 戻るボタン */
.goList,.btn_conposite {
	font-weight: bold;
	display: block;
	width: 270px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	background-color: #000;
    clear: both;
    margin: 40px auto 30px;
}
.banner_sp {
	display: none!important;
}
.page_link{
	border: 1px solid #000000;
	padding: 5px 10px;
}
a.page_link:hover{
	opacity: 1.0;
}
.page_link_enable {
	background-color: #DB802A;
	color: #fff;
}

/*---------------------------
 オーディション情報
---------------------------*/
.audition_wrap h2 {
    background-image: url(/audition/img/bg_audition_headline.jpg);
}
h3.midashi_common{
    border-bottom: 1px solid #333740;
    padding-bottom: 4px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
}
.audition_wrap h3 span {
    display: inline-block;
    border-bottom: 3px solid #535353;
    margin-bottom: 8px;
}

/*---------------------------
 会社概要
---------------------------*/
.profile_wrap h2 {
    background-image: url(/profile/img/bg_title.jpg);   
}
.profile_wrap h3 {
    border-bottom: 2px solid #333740;
    padding-bottom: 7px;
    margin-bottom: 15px;
    text-align: center;
}
table.prof_table tr {
	background-image: url(/img/dotted.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
table.prof_table th {
    padding: 0.7em 0 0.7em 1.5em;
    width: 30%;
    vertical-align: top;
    font-weight: 600;
}
table.prof_table td {
    width: 70%;
    padding: 0.7em 0;
}
h3.access_moyori {
    background-image: url(/profile/img/icon_train.png);
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    background-position: left top 1px;
}

h3.recruit_h3{
	font-size: 23px;
	font-weight: 600;
	background-color: #000;
	color: #fff;
	border: none;
	padding: 10px;
}
.sankaku{
	color: #F49745;
}
/*---------------------------
 お問い合わせ
---------------------------*/
.contact_wrap h2 {
    background-image: url(/contact/img/bg_contact_headline.jpg);
}
/* ステップ */
.step {
	display: flex;
	max-width: 400px;
	position: relative;
	margin: 20px auto;
	text-align: center;
}
.step li {
	font-size: 14px;
	list-style: none;
	position: relative;
	width: 33.333%;
}
.step li:after {
	background: #CFC9BD;
	content: "";
	width: calc(100% - 24px);
	height: 4px;
	position: absolute;
	left: calc(-50% + 12px);
	top: 10px;
}
.step li:first-child:after {
  display: none;
}
.step li span {
  background: #CFC9BD;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.step .visited:after {
  background: #CD4600;
}
.step .visited {
    font-weight: 600;
}
.step .visited span {
  background: #CD4600;
}
.contact_wrap h3 span {
    display: inline-block;
    border-bottom: 3px solid #535353;
    margin-bottom: 8px;
}

/*===========================
 【1023px以下】※PCサイズ未満
 ===========================*/
@media screen and (max-width:1023px){
    h1 {
        text-align: center;
        font-size: 10px;
        background-color: #313131;
        border-top: 1px solid #fff;
        color: #fff;
        padding: 5px 0;
    }
}
/*===========================
 【800px以下】※タブレット縦以下
  800pxはNexus10の縦
　※2017年時点でipadProを除いてタブレット縦最大
 ===========================*/
@media screen and (max-width:800px){
    /*---------------------------
     タレント詳細
    ---------------------------*/
    .talent_detail .talent_box {
		font-size: 0.8em;
	}
	.talent_img_box {
		margin-bottom: 25px;
	}
	.talent_img_box , .prof_box {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}
/*===========================
 【767px以下】※タブレット未満
 ===========================*/
@media screen and (max-width:767px){
    /*---------------------------
     トップページ
    ---------------------------*/
    /*----------------
     お知らせ
    ----------------*/
    .news_inner li span.news_List_Ymd {
        display: block;
        font-size: 85%;
    }
    .news_box li {
        font-size: 14px;
    }
    
    /*----------------
     タレントピックアップ
    ----------------*/
    .talents_wrap .talent_box {
        width: 48.5%;
        margin-right: 3%;
        margin-left:0!important;
        margin-bottom: 25px;
    }
    .talents_wrap .talent_box p {
        text-decoration: underline;
    }
    .talents_wrap .talent_box:nth-child(2n) {
        margin-right: 0;
    }
    
   /*---------------------------
     タレント一覧
    ---------------------------*/
    .talent_list .talent_box {
        width: 48.5%;
        margin-right: 3%;
        margin-left:0!important;
        margin-bottom: 25px;
    }
    .talent_list .talent_box:nth-child(odd) {
        margin-right: 0;
    }
    
    /*----------------
     フッター
    ----------------*/
    .footer_top_bn_box {
        margin-bottom: 15px;
    }
    .footer_top_bn_box a {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .footer_top_bn_box a img {
        max-width: 100%;
    }
    .footer_top_bn_box a:first-child {
        margin-right: 0;
    }
    
    .footer_left {
        width: 100%;
        clear: both;
        text-align: center;
    }
    .footer_left p span {
        font-size: 20px;
        text-align: center;
        display: block;
    }
    .footer_left p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .footer_right {
        clear: both;
        margin: auto;
        float: none;
    }
    .footer_nav ul li {
        float: left;
        width: 50%;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        font-size: 13px;
        padding: 7px;
        text-align: left;
    }
    .footer_nav ul li:first-child {
        width: 100%;
        border-right: 0;
        text-align: center;
    }
    .footer_nav ul li:nth-child(3),.footer_nav ul li:nth-child(5) {
        border-right: 0;
    }
    .footer_nav ul {
        margin-top: 0;
        display: block;
        margin-bottom: 0;
    }
    
    /*---------------------------
     会社概要
    ---------------------------*/
    table.prof_table tr {
        background: none;
        border-bottom: 2px solid #000;
    }
    table.prof_table th {
        background-image: url(/img/dotted.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-left: 0;
        padding-bottom: 8px;
        padding-top: 30px;
    }
    table.prof_table tbody tr:first-child th {
        padding-top: 0;
    }
    table.prof_table th , table.prof_table td{
        width: 100%;
        display: block;
    }
}
/*===========================
 【567px以下】
★iPhone5横未満まで（※スマホ縦以下）
===========================*/
@media screen and (max-width:567px){
	.sns_box a {
		display: block;
		width: 46%;
		float: left;
		margin: 2%;
	}

.footer_mail_box{
	float: none;
	width: 100%;	
}
.footer_tel_box a{
	margin-bottom: 5px;
}
.footer_tel_box{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
	
}
/*===========================
 【359px以下】
★iPhone5以下まで（※スマホ縦以下）
===========================*/
@media screen and (max-width:359px){
    .footer_left p {
        font-size: 13px;
    }    
}
/*===========================
 【768px以上】※タブレット縦以上
 ===========================*/
@media screen and (min-width:768px){
    .talent_list .talent_box:nth-of-type(4n) {
        margin-right: 0;
    }
}
/*===========================
 【801px以上】※タブレット縦より大きい
 ===========================*/
@media screen and (min-width:801px){
}
/*===========================
 【768～1023px以上】※タブレット縦～PC未満
 ===========================*/
@media screen and (min-width:768px) and (max-width:1023px) {
    .footer_left p {
        font-size: 80%;        
    }
}
/*===========================
 【1024px以上】※PCサイズ以上
 ===========================*/
@media screen and (min-width:1024px){
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        height: 114px;
    }
    .header_leftbox {
        height: 54px;   
    }
    .header_leftbox a {
        vertical-align: middle;        
    }
    .header_leftbox a:first-of-type {
        line-height: 54px;
    }
    .header_leftbox a img {
        line-height: 54px;
        vertical-align: middle;
    }
    .disp_pc_over.header_pc.cont {
        height: 84px;
    }
    nav.disp_pc_over {
        border-bottom: 1px solid #C7C7C7;
    }
    html {
        margin-top: 114px;
    }
    .news_box {
        max-width: 1024px;
        margin: auto;
    }
    .header_leftbox a.link_img {
        width: 30%;
        float: left;
    }
    .header_leftbox h1 {
        width: 68%;
        float: right;
        text-align: left;
        margin-left: 2%;
    }
}