@charset "UTF-8";
#company_bg {
	width: 100%;
	position: relative;
	padding: 100px 0 160px 0;
	background-attachment: fixed;
	background-image: url(../../images/lipscompany/company_bg.jpeg);
}
.scroll span {
	color: #fff;

}
.scroll span:before {
	background-color: #fff;
}
.scroll span:after {
	border: 1px solid;
	border-color:  transparent transparent #fff #fff;
	transform: rotate(-45deg);
}
.lipscompany_txt h1 {
	color: #fff;
	font-size: 35px;
	text-align: center;
	font-weight: 500;
}
.lipscompany_txt h1 small {
	display: block;
	font-size: 16px;
	font-weight: 200;
	padding-top: 7px;
}
.lipscompany_txt p {
	width: 625px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	font-weight: 200;
	padding-top: 50px;
}
#company_list {
	padding: 100px 0;
}
#company_list article {
	width: 980px;
	margin: 0 auto;
}
#company_list .company_txt {
	width: 392px;
	box-sizing: border-box;
	padding: 80px 60px;
	color: #fff;
	min-height: 500px;
}
#company_list .company_txt h1 {
	font-size: 21px;
	line-height: 1.0;
	padding-bottom: 35px;
}
#company_list .company_txt p {
	font-size: 14px;
	font-weight: 200;
	line-height: 1.8;
}
#company_list .company_img {
	width: 588px;
}
#company_list article:nth-child(1) .company_img{
	background-image: url(../../images/lipscompany/01.jpeg);
}
#company_list article:nth-child(2) .company_img{
	background-image: url(../../images/lipscompany/02.jpg);
}
#company_list article:nth-child(3) .company_img{
	background-image: url(../../images/lipscompany/04.jpg);
}
#company_list article:nth-child(4) .company_img{
	background-image: url(../../images/lipscompany/03.jpg);
}
#company_list article:nth-child(1) .company_txt {
	background-color: #998e83;
	padding: 80px 60px 117px 60px;
}
#company_list article:nth-child(2) .company_txt {
	background-color: #89a4bd;
}
#company_list article:nth-child(3) .company_txt {
	background-color:#769ea2;
}
#company_list article:nth-child(4) .company_txt {
	background-color: #a18989;
}
#company_list article:nth-child(3) .ells-icon{
	display: block;
    width: 100px;
    margin-left: auto;
    margin-top: 20px;
}

#manegement {
	background-image: url(../../images/lipscompany/manege.jpg);
	padding: 100px 0 220px 0;
	position: relative;
	background-attachment: fixed;
}
#manegement:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0,0.2);
}
#manegement .lipscompany_txt {
	position: relative;
	z-index: 20;
}
.plan_wrap {
	width: 900px;
	margin: 0 auto;
}
.section_txt span {
	text-align: center;
    font-size: 21px;
    line-height: 2.0;
    font-weight: bold;
    display: block;
    letter-spacing: 0.1rem;
}
#future_plan {
	padding: 100px 0;
}
#future_plan ul li {
	width: 257px;
	margin-bottom: 60px;
}
#partner ul li {
	width: 240px;
}
#future_plan ul,
#partner ul {
	margin-top: 80px;
}
#future_plan ul li .plan_thumb {
	width: 255px;
	height: 170px;
}
#future_plan ul li:nth-child(1) .plan_thumb {
	background-image: url(../../images/lipscompany/lips_hotel.jpg);
}
#future_plan ul li:nth-child(2) .plan_thumb {
	background-image: url(../../images/lipscompany/future01.jpg);
}
#future_plan ul li:nth-child(3) .plan_thumb {
	background-image: url(../../images/lipscompany/future03.jpeg);
}
#future_plan ul li:nth-child(4) .plan_thumb {
	background-image: url(../../images/lipscompany/future04.jpg);
}
#future_plan ul li:nth-child(5) .plan_thumb {
	background-image: url(../../images/lipscompany/future05.jpeg);
}
#future_plan ul li:nth-child(6) .plan_thumb {
	background-image: url(../../images/lipscompany/future06.jpeg);
}
#future_plan ul li h2 {
	line-height: 1.0;
	font-size: 16px;
	padding: 20px 0 15px 0;
}
#future_plan ul li p {
	font-size: 14px;
	font-weight: 200;
}
#partner {
	background-color: #e5e5e5;
	padding: 100px 0 60px 0;
}
#partner ul {
	margin-bottom: 200px;
	justify-content: space-around;
}
#partner ul li {
	margin-bottom: 50px;
}
#partner ul li:last-child {
	margin-top: 20px;
}
#partner ul li figure img {
	width: 100%;
}
#partner ul li a {
	text-align: center;
	color: #000;
	width: 100%;
	display: block;
	margin-top: 20px;
}
#partner ul li span.parter_name {
	text-align: center;
    color: #000;
    width: 100%;
    display: block;
    margin-top: 20px;
    font-size: 12px;
}
#partner ul li span.partner_logo {
	font-size: 26px;
	display: block;
	text-align: center;
	padding: 68px 0 0px 0;
}
#partner ul li a span {
	text-decoration: underline;
	font-size: 12px;
}
a.back_top {
	background-color: #e5e5e5;
}
#business_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 96%;
	margin: 30px auto;
	max-width: 600px;
}
#business_list li {
	width: 49%;
	margin-bottom: 2%;
}
#business_list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #fff;
	height: 60px;
	font-weight: bold;
	background: rgba(255,255,255,0.3);
	color: #fff;
	padding: 0 2%;
	text-shadow: #000 2px 0 6px;
	font-size: 1.2em;
}
#business_list li a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px)  {
	.lipscompany_txt {
		width: 90%;
		margin: 0 auto;
	}
	#company_list article {
		width: 100%;
		margin-bottom: 30px;
	}
	#company_list .company_txt {
		width: 90%;
		margin: 0 auto;
		padding: 60px 30px;
		min-height: auto;
		box-sizing: border-box;
		order: 2;
	}
	#company_list article:nth-child(1) .company_txt {
		padding: 60px 23px;
	}
	#company_list article:nth-child(2) .company_img {

	}
	#company_list .company_img {
		width: 90%;
		margin: 0 auto;
		height: 300px;
		order: 1;
	}
	#company_list {
		padding: 40px 0;
	}
	.lipscompany_txt h1 {
		font-size: 24px;
	}
	.lipscompany_txt p {
		width: 90%;
		margin: 0 auto;
	}
	#manegement {
		padding: 60px 0 80px 0;
		background-position: center left -200px;
		background-attachment: scroll;
	}
	.plan_wrap {
		width: 95%;
		margin: 0 auto;
	}
	#future_plan ul, #partner ul {
		justify-content: space-around;
		margin-bottom: 80px;
	}
	#future_plan ul {
		margin-bottom: 0;
	}
	#future_plan {
		padding: 100px 0 60px 0;
	}
	#company_bg {
		margin-top: 74px;
		padding: 40px 0 120px 0;
		background-attachment: scroll;
	}
	#partner {
		padding: 40px 0 60px 0;
	}
	#business_list li a {
		font-size: 1em;
	}
}



