.company .company-img {
	width: 100%;
}

.company-title {
	margin-bottom: 0
}

.company-text .tittle {
	margin-top: 20px;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}

.create_movie,
.company-sponser {
	margin-top: 50px;
    text-align: center;
}

.navi-text {
    margin-bottom: 50px;
    padding: 15px 30px;
    display: inline-block;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    font-size: 20px;
    color: #fff;
    background: #000;
}

.navi-text:after {
    content: "";
    width: 0;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    border: 20px solid transparent;
    border-top: 20px solid #000;
}

#movie {
	position: relative;
	background: #eaeaea;
	border: 2px solid #000;
}

#movie:after {
	content: "";
	display: block;
	clear: both;
}

#movie .viewer {
	margin-right: 250px;
	padding: 10px;
}

#movie .viewer ul {
	height: 500px;
	position: relative;
	overflow: hidden;
	border: 2px solid #000;
}

#movie .viewer li {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#movie .viewer li.show {
	position: relative;
	z-index: 2;
}

#movie .viewer li img {
	width: 100%;
	display: block;
}

#movie .thumbnail {
	width: 250px;
	height: 100%;
	padding: 5px 10px 5px 0;
	position: absolute;
	background-color: transparent; 
     border: none; 
	bottom: 0;
	right: 0;
}

#movie .thumbnail li {
	height: 33.3%;
	padding: 5px 0;
}

#movie .thumbnail li a {
	height: 100%;
	display: block;
	background: no-repeat center;
	background-size: cover;
	border: 2px solid #000;
	-webkit-transition: opacity ease 0.5s;
			transition: opacity ease 0.5s;
}

#movie .thumbnail li a:hover {
	opacity: 0.7;
}

.more-link {
	    margin-top: 30px;
    padding: 15px;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
    color: #000
}

#performance ul {
	text-align: center;
	font-size: 0;
}

#performance li {
	max-width: 150px;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
}

#performance li img {
	margin: 0 auto;
	display: block;
	border: 1px solid #eaeaea;
	max-width: 100%;
    height: auto;
}

.information {
	text-align: center;
	margin-top: 50px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

#workflow_list {
	width: calc(100% + 80px);
	position: relative;
	left: -80px;
	z-index: 2;
	list-style: none;
}

#workflow_list:after {
	content: "";
	display: block;
	clear: both;
}

#workflow_list a {
	cursor: pointer;
}

#workflow_list a:hover {
	text-decoration: none;
}

#workflow_list li {
	width: calc(33.3% - 80px);
	margin-left: 80px;
	float: left;
	position: relative;
	background: #fff;
	border: 2px solid #000;
	-webkit-transition: background ease 0.5s;
			transition: background ease 0.5s;
}

#workflow_list li:hover {
	background: #FFF136;
}

#workflow_list li:before {
	content: "";
	position: absolute;
	top: 15px;
	bottom: -15px;
	left: 15px;
	right: -15px;
	z-index: -1;
	border: 2px dashed #000;
}

#workflow_list li:not(:first-child):after {
	content: "";
	width: 16px;
	height: 33px;
	margin: 0 auto;
	position: absolute;
	top: 90px;
	right: calc(100% + 27px);
	background: url(images/arrow.svg) no-repeat center;
	background-size: contain;
	-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
}

#workflow_list li .open {
	padding: 15px 15px 30px;
	display: block;
}

#workflow_list li .number {
	width: 55px;
	padding: 10px 0;
	position: absolute;
	top: -15px;
	left: -15px;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 25px;
    font-family: 'Fredoka One', cursive;
	color: #fff;
	background: #000;
}

#workflow_list li img {
	height: 150px;
	margin: 0 auto;
	padding: 15px;
	display: block;
}

#workflow_list .more {
	margin-top: 10px;
	position: relative;
	bottom: -10px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	font-size: 11px;
	font-weight: normal;
    font-family: 'Fredoka One', cursive;
	color: #333;
    cursor: pointer;
}

#workflow_list .more:after {
	content: "";
	width: 10px;
	height: 10px;
	margin: 2px auto 0;
	display: block;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
    -webkit-transform: rotate(-45deg);
    		transform: rotate(-45deg);
}

#workflow_list li h3 {
	margin-top: 15px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	font-size: 15px;
	font-weight: bold;
}

#workflow_list li .list-content {
	padding: 0 30px 15px;
	display: none;
}

#workflow_list li .list-content h4 {
	line-height: 1.8;
	font-size: 15px;
	font-weight: bold;
}

#workflow_list li .list-content p {
	line-height: 1.5;
	font-size: 12px;
}

#workflow_list li .close-company {
	width: 100px;
	margin: 10px auto 0;
	padding: 15px;
	display: block;
	text-align: center;
	text-decoration: underline;
	line-height: 1;
	letter-spacing: 0.1em;
	font-size: 11px;
	font-weight: normal;
    font-family: 'Fredoka One', cursive;
	color: #333;
	cursor: pointer;
}


#workflow_list li .close-company:hover {
	text-decoration: none;
}

@media screen and (max-width: 1200px) {
	#workflow_list li h3 {
		margin-top: 5px;
	}
}

@media screen and (max-width: 900px) {
	#workflow_list {
		width: auto;
		padding: 0 10px;
		left: auto;
	}
	
	#workflow_list li {
		width: auto;
		max-width: 400px;
		margin: 0 auto;
		float: none;
	}
	
	#workflow_list li:not(:first-child) {
		margin-top: 80px;
	}
	
	#workflow_list li:not(:first-child):after {
		top: auto;
		bottom: calc(100% + 15px);
		left: 0;
		right: 0;
		-webkit-transform: none;
				transform: none;
	}

	#workflow_list li .number {
		width: 45px;
		font-size: 18px;
	}
}

@media screen and (max-width: 480px) {
	#workflow_list li:not(:first-child) {
		margin-top: 60px;
	}
	
	#workflow_list li:not(:first-child):after {
		width: 12px;
		bottom: calc(100% + 10px);
	}
	
	#workflow_list li .close {
		font-size: 8px;
	}
}

@media screen and (max-width: 1200px) {
	#service_list li .open {
		font-size: 18px;
	}
	
	#movie .viewer {
		margin-right: auto;
	}
	
	#movie .thumbnail {
		width: auto;
		padding: 0 5px 10px;
		position: static;
	}
	
	#movie .thumbnail:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#movie .thumbnail li {
		width: 33.3%;
		height: 200px;
		padding: 0 5px;
		float: left;
	}
}

@media screen and (max-width: 900px) {
	.create_movie {
		margin-top: 80px;
	}
	
	#movie .viewer ul {
		height: 350px;
	}
	
	#movie .viewer li iframe {
		height: 350px;
	}
	
	#movie .thumbnail li {
		height: 130px;
	}
	
	.create_movie .more-link {
		font-size: 15px;
	}
}

@media screen and (max-width: 480px) {
	#movie .viewer ul {
		height: 200px;
	}
	
	#movie .viewer li iframe {
		height: 200px;
	}
	
	#movie .thumbnail li {
		height: 100px;
	}
}
