@charset "UTF-8";
/* CSS Document */
/****************
色
*********************************/
.bgc_gray{
  background-color: #ededed;
}
/*******************************
ヘッダー
*********************************************/
header {
    padding: 6px 0;
    background-color: #141414;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #c1c1c1;
}
header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0 2%;
}
h1{
	width: 160px;
	margin-right: auto;
}
h1 img{
	width: 204px;
}
header nav {
	margin-right: -16px;
}
header nav ul{
	display: flex;
	align-items: center;

}
header nav ul li a{
  font-family: 'Lora', serif;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 16px 10px;
}
header nav ul li a:hover{
  color: red;
}
header nav ul li a.bnr{
	padding: 16px 16px 16px 10px;
}
header nav ul li a.bnr img{
	width: 146px;
}
header nav ul li a.bnr img:hover{
	opacity: 0.8;
}
header nav ul li a:hover{
	color: #f04442;
	text-decoration: underline;
}
#main_img{
	max-width: 960px;
	margin: 0 auto;
}

#nav_toggle{
	display: none;
}
.change_btn{
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size:20px;
	margin-top: 40px;
}

/*スマホ・タブレット用の設定*/
@media screen and (max-width:767px){
	header{
		padding: 8px 0;
		position: relative;
	}
	h1{
		width: 120px;
	}
	h1 img{
		width: 148px;
	}
	.inner{
		width: 90%;
	}
	#main_img{
		width: 100%;
	}
	.change_btn{
		width: 90%;
		margin: 32px auto;
	}


	/*メニュー部分*/
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(0, 0, 0, 0.9);
		left: 0;
		z-index: 99;
	}
	/*
	header nav ul{
		display: block;
		width: 90%;
		height: 130vw;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	*/
	header nav ul {
    display: block;
    width: 90%;
    height: 100vw;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: auto;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a {
		display: block;
		color: #fff;
		font-size: 14px;
		padding: 12px 0;
	}
	header nav ul li.logo img{
		width: 210px;
	}
	/*開閉ボタン*/
	header .inner {
		padding: 0;
	}
	#nav_toggle{
		display: block;
		width: 32px;
		height: 32px;
		position: relative;
		top: 4px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}

	/*開閉ボタンopen時*/
	.open #nav_toggle span{
		background: #fff;
	}
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}



/*******************************
トップ
*********************************************/
#kv {
	text-align: center;
	background-color: #e1e1e1;
}
#kv img{
	width: 100%;
}
#wrap #kv .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}
/********
タレント-トップページ
***********/
#wrap #tarent.topver h2.c-ttl{
  text-align: left;
}
#tarent.topver .inner {
  padding: 60px 0;
}
#tarent.topver .box{
/*  width: 304px;*/
  width: 222px;
}
#tarent.topver .box .img{
  margin-bottom: 0;
}
/********
NEWS
***********/
#wrap-news table th{
	vertical-align: top;
}
#wrap-news table th, #wrap-news table td{
	padding: 10px;
}
#wrap-news table td a{
	color: #000;
}
#wrap-news table td a:hover{
	color: #ee3635;
}
#wrap-news .link-btn{
    font-size: 13px;
    height: 40px;
    transform: skew(-36deg);
    background-color: #141414;
    width: 200px;
    margin: 32px auto;
}
#wrap-news .link-btn a{
    display: block;
    transform: skew(36deg);
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
#wrap-news .link-btn:hover{
	background-color: #e73433;
}

#recruit .link-btn {
    font-size: 13px;
    height: 40px;
    transform: skew(-36deg);
    background-color: #ee3635;
    width: 200px;
    margin: 24px auto;
}
#recruit .link-btn a{
    display: block;
    transform: skew(36deg);
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
#recruit .link-btn:hover {
	background-color: #252525;
}


/********
ABOUT
***********/
.bg_red {
	background-color: #ee3635;
}

#about .inner {
    background-image: url(../images/top/about_bg.webp?20251006);
    background-position: top 126px right;
    background-size: 380px;
    background-repeat: no-repeat;
}
#about h2 {
    border-bottom: 2px dotted #fff;
    font-family: 'Lora', serif;
    color: #fff;
    font-size: 28px;
    margin: 0 auto 16px;
}
#about .cont_inner .txt_100{
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
	color: #fff;
}

#about .link-btn {
    font-size: 13px;
    height: 40px;
    transform: skew(-36deg);
    background-color: #fff;
    width: 200px;
    margin: 48px auto 32px;
	color: #000;
}
#about .link-btn a {
    display: block;
    transform: skew(36deg);

    color: #000;
    text-align: center;
    padding-top: 10px;
}
#about .link-btn:hover {
	background-color: #000;
	color: #fff;
}
#about .link-btn a:hover {
	color: #fff;
}
/********
COMPANY
***********/
#company .wrap-com .txt_100{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 16px;
	margin-right: 62px;
  line-height: 2.6;
}
#company .wrap-com .map{
	display: inline-block;
	width: 500px;
}
#company .txt_100 a{
	color: #000;
}
/********
request
***********/
#request .inner {
	padding: 0 0 60px;
}
#request .introtxt {
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    background-color: #2b2b2b;
    margin-bottom: 16px;
    color: #fff;
}

/********
タレント
***********/
#tarent .inner {
    padding: 0 0 60px;
}
#tarent-wrap {
	text-align: center;
}
#tarent .box {
	display: inline-block;
	margin: 0 12px 24px;
	padding: 12px;
	box-sizing: border-box;
  background-color: #3f3f3f;
	border: 2px solid #474747;
	width: 470px;
  font-family: 'Lora', serif;
}
#tarent .box a{
	display: block;
	cursor: pointer;
	color: #fff;
}
#tarent .box .img{
	margin-bottom: 12px;
}
#tarent .box .img img{
	width: 100%;
}
#tarent .box .name{
	font-size: 22px;
	font-weight: bold;
}
#tarent .box .kana{
	font-size: 10px;
}
#tarent .box:hover {
	border: 2px dotted #acacac;
}
#tarent .detail-box {
	text-align: left;
}
#tarent .detail-box .img {
	display: inline-block;
	width: 340px;
	vertical-align: top;
    margin-right: 40px;
}
#tarent .detail-box .img img{
	width: 100%;
}
#tarent .detail-box .right {
	display: inline-block;
    width: 610px;
}
#tarent .detail-box .right #catch-ttl {
    font-family: 'Lora', serif;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #c1c1c1;
    padding: 0 0 5px 0;
}
#tarent .detail-box .right table {
    margin-bottom: 16px;
	width: 610px;
}
#tarent .detail-box .right table th {
    padding: 10px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e2e2e2;
}
#tarent .detail-box .right table td{
	padding: 10px;
    border-bottom: 1px solid #e2e2e2;
}
#tarent .detail-box .right table td a{
	color: #000;
  text-decoration: underline;
}
#tarent .detail-box .right table td a:hover{
	text-decoration: underline;
	color: #ef3736;
}

#tarent .detail-box section h3 {
    font-size: 12px;
    font-weight: normal;
    background-color: #f9f9f9;
    border-bottom:solid 1px #c1c1c1;
    margin-bottom: 1px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}

#tarent .detail-box section h3:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #474747;
}

#tarent .detail-box section h3:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  background: #f9f9f9;
}

#tarent .detail-box section h3.active:before{
  margin-top: -2px;
}

#tarent .detail-box section h3.active:after{
  /*margin-top: 3px;*/
  margin-top: 0px;
}

#tarent .detail-box section li{
    padding: 8px 12px;
	font-size: 12px;
}

#tarent .detail-box section li a {
    position: relative;
    display: block;
}

#tarent .detail-box section li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #9CF;
}

#tarent .detail-box section li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #F2F2F2;
}



/******NEWS******/
.bg_gray {
	background-color: #474747;
}
#pagenation_list {
	padding: 40px 0 80px;
}
#pagenation_list ul{
  list-style: none;
	display: table;
	margin: 0 auto;
}
#pagenation_list ul li{
	display: inline-block;
	margin: 0 10px;
}
#pagenation_list ul li a{
  color: #000;
}
#pagenation_list ul li a:hover{
  text-decoration: underline;
}
#pagenation_list ul li.active{
     background: #000;
  color: #fff;
      border-radius: 24px;
}
#pagenation_list ul li.active a {
    display: inline-block;
    padding: 4px 7px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 12px;
    display: block;
    width: 12px;
    text-align: center;
}
#pagenation_list ul li.active a:hover{
	text-decoration: none;
	color: #fff;
}
#pagenation_list ul li a {
    display: inline-block;
    padding: 4px;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 28px;
    font-size: 14px;
    display: block;
    width: 16px;
    text-align: center;
}
#pagenation_list ul li a:hover {
	color:#1d2188;
	text-decoration: underline;
}
#newspage .inner {
	padding: 0 0 60px;
}
#news-detail .inner {
	padding: 0 0 60px;
}
/******NEWS　詳細******/
#pan {
	margin-bottom: 24px;
}
#pan ul{
	width: 1000px;
	margin: 0 auto;
	padding: 8px 0;
}
#pan ul li{
	display: inline-block;
  color: #fff;
	margin-right: 4px;
}
#pan ul li a{
	color: #fff;
}
#pan ul li a:hover{
	color: #ef3736;
}
#wrap #news-detail h2 {
    font-size: 22px;
    margin: 0 auto 12px;
}
#news-d-ttl-wrap{
    margin-bottom: 14px;
}
#news-d-ttl-wrap .date{
	font-size: 14px;
	color: #828282;
	margin-bottom: 8px;
	text-align: right;
}
#news-d-ttl-wrap .ttl{
	font-size: 16px;
	color: #121212;
}
#news-d-wrap #main-img-wrap{
    width: 100%;
    /*height: 400px;*/
    position: relative;
    display: block;
    margin-bottom: 10px;
}
#news-d-wrap #main-img-wrap .main-img{
    display: block;
    /*height: 400px;*/
	width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
#news-d-wrap .txt p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.8;
}
/*******************************
recruit
*********************************************/
#recruit .inner {
    padding:0 0 24px;
}
#recruit h2.m-ttl {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 8px;
    margin: 0 auto 16px;
    display: inline-block;
    width: 100%;
    font-family: 'Lora', serif;
}
@media screen and (max-width: 767px) {
	#pan {
    	margin-bottom: 0;
	}
	footer {
		margin-bottom: 34px;
	}
	.foot-btm {
		position: fixed;
		bottom: 0;
	    width: 100%;
		background-color: #ee3635;
	}
	.foot-btm a {
		display: block;
		color: #fff;
		text-align: center;
		font-size: 16px;
	}
	#wrap .inner {
		width: 100%;
		margin: 0 auto;
		padding: 16px 10px;
		box-sizing: border-box;
	}
	#wrap #kv .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#kv img {
		width: 100%;
	}
	#wrap h2.c-ttl {
		font-weight: bold;
		font-size: 16px;
		border-bottom: 2px dotted #dedede;
		margin: 0 auto 16px;
		display: inline-block;
		width: 100%;
		text-align: left;
		border-top: none;
	    padding: 0;
	}

/********
タレント-トップページ
***********/
#tarent.topver .inner {
  padding: 16px 10px;
  box-sizing: border-box;
}
#tarent.topver .box{
  width: 304px;
}
#tarent.topver .box .img{
  margin-bottom: 0;
}
/********
ニュース
***********/
#wrap-news table th {
    padding: 10px 0 10px 0;
}
#wrap-news table td {
    padding: 10px 10px 10px 10px;
}
#wrap h2.c-ttl .kana {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}
	#about h2{
		font-size: 20px;
		border-top: none;
		border-bottom: 2px dotted #fff;
		padding: 10px 0px 6px;
		width: 100%;
		margin: 0 auto 24px;
		box-sizing: border-box;
		text-align: left;
	}
	#company .wrap-com .map {
		width: 100%;
	}

	#company .wrap-com .txt_100 {
		margin-right: 0;
	}
	#company .wrap-com .txt_100 {
		margin-right: 0;
		font-size: 13px;
	}
	/**********
	株式会社トゥモロウズについて
	 ************/
	#about .inner {
		background-image: none;
	}
	.cont_inner .txt_100:nth-child(2){
		margin-bottom: 24px;
	}
	#about .cont_inner .txt_100 {
    	font-size: 13px;
	}
	/**********
	下層・ニュース
	 ************/

	#pan ul {
		width: 100%;
		margin: 0 auto;
		padding: 6px 10px;
		box-sizing: border-box;
	}
	#pan ul li {
	    font-size: 10px;
	}
	#wrap #news-detail h2 {
		font-size: 15px;
	}
	#news-d-wrap #main-img-wrap{
		z-index: -99;
	}
	/**********
	タレント
	 ************/
	#tarent .box {
		padding:2% ;
		margin: 0 0 3%;
		width: 32%;
	}
	#tarent-wrap {
		text-align: left;
		font-size: 0;
	}
	#tarent .box .img {
		margin-bottom: 8px;
	}
	#tarent .box:nth-child(2), #tarent .box:nth-child(5){
		margin:0 2% 3%;
	}
	#tarent .box:nth-child(1), #tarent .box:nth-child(2), #tarent .box:nth-child(3){
		margin-bottom: 3%;
	}
	#tarent .detail-box .right table th, #tarent .detail-box .right table td {
		font-size: 10px;
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	/**********
	タレント中身
	 ************/
	#tarent .detail-box .img {
    display: block;
    width: 70%;
    vertical-align: top;
    margin: 0 auto 16px;
	}
	#tarent .detail-box .right {
		width: 100%;
	}
	#tarent .detail-box .right #catch-ttl {
    font-size: 13px;
	}
	#tarent .detail-box .right table {
    width: 100%;
	}
  #tarent .box .name {
      font-size: 14px;
  }
  #tarent.topver .box {
      width: 46%;
      margin: 0 2% 3%;
  }
	/**********
	フォーム
	 ************/
	#request .introtxt {
    font-size: 13px;
    padding: 8px;
	text-align: left;
	}
	.form {
		width: 95%;
	}
	.form th, .form td {
		padding: 8px;
		font-size: 12px;
	}
	.form input[type=text], .form textarea {
    	font-size: 14px;
	}
	#recruit h2.m-ttl {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 8px;
	padding-left: 0;
    margin: 0 auto 8px;
    display: inline-block;
    width: 100%;
    text-align: left;
    border-top: none;
	}
}
