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

/*-------------------------------------
	Main Visual
-------------------------------------*/

#main_visual.main_index{
	position: relative;
	height: 100vh;
	height: calc(100vh - 80px);
	background-image: url(../images/index/main.jpg);
	background-position: center bottom;
}

#main_visual.main_index .wrapper{
	position: absolute;
	text-align: center;
	top:50%;
	left:50%;
	width:100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#main_visual.main_index .change{
	color: #FFF;
	line-height: 1.2;
	transition: all 0.5s;
}

#main_visual.main_index .change .large{
	font-size: 90px;
}

#main_visual.main_index .change .middle{
	font-size: 30px;
	line-height: 1.6;
}

#main_visual.main_index .small{
	color: #BFBFBF;
	font-size: 25px;
	line-height: 1.6;
	margin-top: 11vh;
}

@media screen and (max-width: 1240px) and (min-width: 769px){
	#main_visual.main_index .change .large{
		font-size: 7.258064vw;
	}

	#main_visual.main_index .change .middle{
		font-size: 2.419354vw;
	}

	#main_visual.main_index .small{
		font-size: 2.016129vw;
	}
}

/*-------------------------------------
	News
-------------------------------------*/

#news{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 150px;
	position: relative;
	overflow: hidden;
}

#news.show{
	margin-top: -70px;
}

#news header{
	background-color: #FFF;
	width: 30%;
	float: left;
}

#news header h3{
	text-align: center;
	line-height: 1.2;
	font-size: 22px;
	margin-top: 40px;
}

#news header h3:before{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #919191;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}

#news .news_list{
	background-color: #09101C;
	width: 70%;
	float: right;
	padding:20px 30px 10px;
	min-height: 200px;
}

#news .news_list li{
	border-bottom: 1px dashed #263648;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

#news .news_list li a{
	color: #FFF;
}

#news .news_list li a p{
	display: inline;
	margin-left: 1em;
}

#news .news_list .more{
	text-align: right;
}

#news .news_list .more a{
	color: #919191;
	display: inline-block;
	padding-right: 25px;
	position: relative;
	margin-top: 10px;
}

#news .news_list .more a:after{
	content: '→';
	display: inline-block;
	transition: all 0.2s ease;
	position: absolute;
	right: 5px;
	top: 0;
}

#news .news_list .more a:hover:after{
	right: 0;
}

/*-------------------------------------
	Possibility
-------------------------------------*/

#possibility .data{
	background-image: url(../images/index/pos_bg.jpg);
	padding-top: 70px;
	padding-bottom: 150px;
}

#possibility .data .wrapper{
	overflow: hidden;
}

#possibility .data .wrapper div{
	width: calc(33.333333% - 20px);
	float: left;
	margin-left: 30px;
}

#possibility .data .wrapper div:nth-child(2){
	transition-delay: 0.5s;
}

#possibility .data .wrapper div:nth-child(3){
	transition-delay: 1.0s;
}

#possibility .data .wrapper div:nth-child(3n+1){
	margin-left: 0;
}

#possibility .data .wrapper div span{
	color: #919191;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

#possibility .data .wrapper div h4{
	color: #919191;
	font-size: 30px;
	line-height: 1.2;
	margin-top: 20px;
}

#possibility .data .wrapper div p{
	color: #FFF;
	margin-top: 20px;
}

#consulting .checkbox{
	font-size: 0;
}

/*-------------------------------------
	Consulting
-------------------------------------*/

#consulting .checkbox{
	margin-bottom: 30px;
}

#consulting .checkbox li{
	display: inline-block;
	font-size: 30px;
	color: #09101C;
	padding-left: 40px;
	margin-right: 20px;
	position: relative;
}

#consulting .checkbox li:last-child{
	margin-right: 0;
}

#consulting .checkbox li:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	border: 1px solid #09101C;
}

#consulting .checkbox.active li:after{
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 15px;
  border-left: 5px solid #B81C22;
  border-bottom: 3px solid #B81C22;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  animation: check_anim 0.2s linear both;
  animation-delay: 0s;
}

#consulting .checkbox.active li:nth-child(2):after {
    animation-delay: .6s;
}

#consulting .checkbox.active li:nth-child(3):after {
    animation-delay: 1.2s;
}

#consulting .checkbox.active li:nth-child(4):after {
    animation-delay: 1.8s;
}

@keyframes check_anim{
  0% {  
	  height: 0;
	  border-bottom:0px;
  }

  50%,80% {
	  height: 15px;
	  border-bottom:0px;
  }

  100% {
	  height: 15px;
  	  border-bottom: 3px solid #B81C22;
  }
}

#consulting .service{
	background-image: url(../images/index/con_bg.jpg);
	padding-bottom: 200px;
}

#consulting .service header{
	width: 300px;
	height: 150px;
	background: url(../images/index/con_title_bg.gif) repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-bottom: 80px;
}

#consulting .service header h4{
	color: #FFF;
	text-align: center;
	font-size: 22px;
	line-height: 1.4;
}

#consulting .service header h4:before{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #919191;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}

#consulting .service .wrapper{
	overflow: hidden;
	color: #FFF;
}

#consulting .service .wrapper > div{
	width: calc(50% - 15px);
	float: left;
	margin-left: 30px;
	margin-bottom: 80px;
}

#consulting .service .wrapper > div a{
	color: #FFF;
}

#consulting .service .wrapper > div figure{
	text-align: center;
}

#consulting .service .wrapper > div:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}

#consulting .service .wrapper > div:nth-child(2n+1){
	clear: both;
	margin-left: 0;
}

#consulting .service .wrapper > div:nth-last-child(-n+2){
	margin-bottom: 0;
}

#consulting .service .wrapper > div .text{
	padding: 10px 20px 0;
}

#consulting .service .wrapper > div .text h5{
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 10px;
}

#consulting .service .wrapper > div .text .btn_arrow{
	max-width: 220px;
	margin-top: 20px;
	position: relative;
}

#consulting .service .wrapper > div .text .btn_arrow span{
	color: #919191;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 55px;
	transition: all 0.2s;
}

#consulting .service .wrapper > div .text .btn_arrow span:after{
	content: "→";
	display: inline-block;
	margin-left: 10px;
	transition: all 0.2s;
}

#consulting .service .wrapper > div a:hover .text .btn_arrow span{
	background-color: #919191;
	color: #FFF;
}

#consulting .service .wrapper > div a:hover .text .btn_arrow span:after{
	margin-left: 15px;
	margin-right: -5px;
}



/*-------------------------------------
	Sublease
-------------------------------------*/
#sublease {
	margin-bottom: 0;
}

#sublease .btn_arrow{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#sublease .data{
	background-image: url(../images/index/sub_bg.jpg);
	padding-top: 80px;
	padding-bottom: 60px;
}

#sublease .data ul{
	max-width: 1040px;
	color: #FFF;
}

#sublease .data ul li{
	font-size: 0;
	margin-bottom: 50px;
	position: relative;
	width: 0;
	transition: all 0.5s ease;
}

#sublease .data ul li.active{
	width: 100%;
}

#sublease .data ul li.graph02{
	transition-delay: 0.2s
}

#sublease .data ul li.graph03{
	transition-delay: 0.4s
}

#sublease .data ul li:last-child{
	margin-bottom: 0;
}

#sublease .data ul li p{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	transition: all 0.5s ease;
	transition-delay: 0.5s;
}

#sublease .data ul li.active p{
	font-size: 17px;
}

#sublease .data ul li p.title{
	width: 20%;
	text-align:right;
	font-size: 0;
	position: absolute;
	bottom:100%;
	left: 20px;
	line-height: 1.8;
	height: 1.8em;
	width: auto;
	}

#sublease .data ul li.active p.title{
	font-size: 22px;
}

#sublease .data ul li:nth-child(2){
	transition-delay: 0.3s
}

#sublease .data ul li:nth-child(3){
	transition-delay: 0.6s
}

#sublease .data ul li.graph01 p.element01{
	background-color: #919191;
	width: 82.75862%;
}

#sublease .data ul li.graph01 p.element02{
	background-color: #BFBFBF;
	width: 17.24138%;
}

#sublease .data ul li.graph02 p.element01{
	background-color: #606060;
	width: 65.517241%;
}

#sublease .data ul li.graph02 p.element02{
	background-color: #919191;
	width: 17.24137931034483%;
}

#sublease .data ul li.graph03 p.element01{
	background-color: #606060;
	width: 65.517241%
}

#sublease .data ul li.graph03 p.element02{
	background-color: #FFF;
	width: 34.482759%;
	color: #09101C;
}

#sublease .data ul li.active.graph03 p.element02{
	font-size: 22px;
}

#sublease .data ul li.graph03 p.element01:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 0px;
	background-color: #C7BEA3;
	right: 0;
	bottom: -15px;
	z-index: 10;
	opacity: 0;
	transition: all 1s ease;
	transition-delay: 2.5s;
}

#sublease .data ul li.active.graph03 p.element01:after{
	height: 200px;
	opacity: 1;
}

#sublease .data ul li.graph02 p.element02:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 0px;
	background-color: #C7BEA3;
	right: 0;
	bottom: -15px;
	z-index: 10;
	opacity: 0;
	transition: all 1s ease;
	transition-delay: 3.0s;
}

#sublease .data ul li.active.graph02 p.element02:after{
	height: 200px;
	opacity: 1;
}

#sublease .data ul li.graph01 p.element01:before{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 310px;
	background-color: #C7BEA3;
	left: 0;
	top: -15px;
	z-index: 10;
}

@media screen and (max-width: 1040px){
	
	#sublease .data ul li.active p{
		font-size: 1.634615vw;
	}
	#sublease .data ul li.active.graph03 p.element02{
		font-size: 2vw;
	}
	
	#sublease .data ul li.active p.title{
		font-size: 15px;
	}
}

#sublease .gray{
	padding-top: 50px;
	padding-bottom: 140px;
}

#sublease .gray .typing{
	font-size: 40px;
	color: #09101C;
	margin-bottom: 50px;
}

#sublease .gray .btn_push{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

/*-------------------------------------
	Flow
-------------------------------------*/

#flow{
	padding-top: 150px;
	margin-top: 0;
	padding-bottom: 150px;
}

#flow dl{
	overflow: hidden;
}

#flow dl dt{
	clear: both;
	width: 33.333333%;
	float:left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 180px;
	margin-bottom: 1px;
	color: #FFF;
	position: relative;
}

#flow dl dt.flow01{
	background-image: url(../images/index/flow01_bg.jpg);
}

#flow dl dt.flow02{
	background-image: url(../images/index/flow02_bg.jpg);
}

#flow dl dt.flow03{
	background-image: url(../images/index/flow03_bg.jpg);
}

#flow dl dt.flow04{
	background-image: url(../images/index/flow04_bg.jpg);
}

#flow dl dt.flow05{
	background-image: url(../images/index/flow05_bg.jpg);
}

#flow dl dt p{
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

#flow dl dt span{
	display: block;
}

#flow dl dt .number{
	font-size: 80px;
	color: #919191;
	line-height: 1;
}

#flow dl dt .title{
	font-size: 30px;
}

@media screen and (max-width: 1240px) and (min-width: 769px){
	#flow dl dt .number{
		font-size: 6.451612vw;
	}

	#flow dl dt .title{
		font-size: 2.419354vw;
	}
}

#flow dl dd{
	width: 66.666667%;
	float:left;
	background-color: #FFF;
	margin-bottom: 1px;
	padding: 50px 30px;
}

/*-------------------------------------
	Inquiry
-------------------------------------*/

#inquiry .btn_push{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

/*-------------------------------------
	Image Movie
-------------------------------------*/
#image_movie{
	position: relative;
	width: 100%;
	height: 400px;
	background: url(../images/index/image_movie.jpg) no-repeat center center;
	background-size: cover;
}

/*-------------------------------------
	Model
-------------------------------------*/

#model .chart{
/*	max-width: 1200px;*/	
	margin-left: auto;
	margin-right: auto;
}

#model .chart .image{
	background-image: url(../images/index/model.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 180px;
}

#model .chart .gray{
	padding: 80px 20px 70px;
	text-align: center;
}

/*-------------------------------------
	Paformance
-------------------------------------*/
#performance{
	margin-bottom: 0;
	overflow: hidden;
}

#performance .example{
	background-image: url(../images/index/per_bg.jpg)
}

#performance .example .carousel{
	position: relative;
}

/*SP,TAB*/

@media screen and (max-width: 768px){
	
	/*-------------------------------------
		Main Visual
	-------------------------------------*/

	#main_visual.main_index{
		height: calc(100vh - 50px);
	}
	
	#main_visual.main_index .change .large{
		font-size: 11.71875vw;
	}

	#main_visual.main_index .change .middle{
		font-size: 4.557291vw;
	}

	#main_visual.main_index .small{
		font-size: 3.255208vw;
		margin-top: 20px;
	}
	
	/*-------------------------------------
		News
	-------------------------------------*/

	#news{
		margin-top: 70px;
		margin-bottom: 120px;
		overflow: visible;
		}
	
	#news.show{
		margin-top: 0px;
	}
	
	#news header{
		padding-bottom: 15px;
	}

	#news header h3{
		font-size: 17px;
		margin-top: 25px;
	}

	#news header h3:before{
		margin-bottom: 13px;
	}

	#news .news_list{
		padding:10px 20px 30px !important;
		position: relative;
		min-height: 0;
	}

	#news .news_list .more{
		text-align: center;
		width: auto;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
	}
	
	#news .news_list .more a{
		color: #09101C;
	}
	
/*-------------------------------------
	Possibility
-------------------------------------*/

#possibility .data{
	padding-top: 60px;
	padding-bottom: 80px;
}
	
#possibility .data .wrapper div{
	margin-bottom: 50px;
}
	
#possibility .data .wrapper div:nth-child(2){
	transition-delay: 0s;
}

#possibility .data .wrapper div:nth-child(3){
	transition-delay: 0s;
}
	
#possibility .data .wrapper div figure{
	text-align: center;
}
	
#possibility .data .wrapper div:last-child{
	margin-bottom: 0;
}

#possibility .data .wrapper div h4{
	font-size: 22px;
}

#possibility .data .wrapper div p{
	margin-top: 10px;
}

	
	/*-------------------------------------
		Consulting
	-------------------------------------*/

	#consulting .checkbox{
		margin-bottom: 20px;
	}

	#consulting .checkbox li{
		font-size: 22px;
	}
	
	#consulting .checkbox.active li:after{
		top: 3px;
		left: 8px;
	}
	
	#consulting .service{
		padding-bottom: 50px;
	}
	
	#consulting .service header{
		margin-bottom: 40px;
	}
	
	#consulting .service .wrapper > div .text h5{
		font-size: 22px;
	}
	
	#consulting .service .wrapper > div{
		margin-bottom: 50px;
	}

	#consulting .service .wrapper > div:nth-last-child(-n+2){
		margin-bottom: 50px;
	}
	
	#consulting .service .wrapper > div:last-child{
		margin-bottom: 0;
	}

	#consulting .service .wrapper > div a .text .btn_arrow span{
		background-color: #919191;
		color: #FFF;
	}

	
	/*-------------------------------------
		Sublease
	-------------------------------------*/
	
	#sublease .data ul li{
		position: relative;
	}
	
	#sublease .data ul li p.title{
		position: absolute;
		bottom:100%;
		line-height: 1.8;
		height: 1.8em;
		width: auto;
	}
	#sublease .data ul li.active p{
		font-size: 2vw;
	}

	#sublease .data ul li.active.graph03 p.element02{
		font-size: 2.5vw;
	}
	
	#sublease .gray{
		padding-top: 30px;
		padding-bottom: 80px;
	}
	
	#sublease .gray .typing{
		font-size: 28px;
		margin-bottom: 0;
	}
	
	/*-------------------------------------
		Flow
	-------------------------------------*/

	#flow{
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#flow dl dt{
		min-height: 100px;
		margin-bottom: 0px;
	}

	#flow dl dt span{
		display: inline-block;
		vertical-align: middle;
	}
	#flow dl dt .number{
		font-size: 40px;
		margin-right: 10px;
	}

	#flow dl dt .title{
		font-size: 22px;
	}

	#flow dl dd{
		padding: 10px 10px !important;
		margin-bottom: 10px;
	}

	/*-------------------------------------
		Image Movie
	-------------------------------------*/
	#image_movie{
		height: 200px;
	}
	
}

@media screen and (max-width: 414px){
	/*-------------------------------------
		Main Visual
	-------------------------------------*/
	
	#main_visual.main_index .change .large{
		font-size: 11vw;
	}

	#main_visual.main_index .change .middle{
		font-size: 5.5vw;
	}
	#main_visual.main_index p.small{
		font-size: 4.5vw;
	}
}
