/* ------------------------------------- */
.company1,
.company2,
.company3 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 80px;
}
/* ------------------------------------- */
.company1 {
}
.company1 .ph {
	height: 450px;
	width: 100%;
	background: url(../images/company/ph01.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 30px;
}
.company1 .inner {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.company1 .inner p,
.company1 .inner ul {
	float: left;
}
.company1 .inner .txt {
	width: 55%;
	padding-right: 10%;
}
.company1 .inner .name {
	font-size: 80%;
	font-family: kan48typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 160%;
}
.company1 .inner .name span {
	display: block;
	font-size: 160%;
	letter-spacing: 2px;
}
.company1 .inner ul {
	list-style: outside disc;
	width: 25%;
	font-size: 90%;
	font-weight: 400;
}
.company1 .inner li {
}
/* ------------------------------------- */
.company2 {
	padding: 20px 20px 20px 30px;
	border-left: #E3D69F 5px solid;
	box-shadow: 0px 6px 16px -6px rgba(0,0,0,0.3);
}
.company2 strong {
	display: block;
	margin-bottom: 5px;
	letter-spacing: 5px;
	font-size: 120%;
	font-family: kan48typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* ------------------------------------- */
.company3 {
	position: relative;
	padding-bottom: 35%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.company3 iframe,
.company3 object,
.company3 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------------------------------- */

/* ------------------------------------- */

/* ------------------------------------- */




@media screen and (max-width: 900px) {
	
	/* ------------------------------------- */
	.company1 .inner {
		position: relative;
	}
	.company1 .inner .txt {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.company1 .inner .name {
		position: absolute;
		right: 0;
		bottom: 0;
		text-align: right;
	}
	.company1 .inner .name span {
		text-align: right;
	}
	.company1 .inner ul {
		width: 70%;
		margin-left: 20px;
	}
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
}






@media screen and (max-width: 780px) {
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	.company3 {
		padding-bottom: 45%;
	}
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
}






@media screen and (max-width: 580px) {
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	.company3 {
		padding-bottom: 70%;
	}
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
}