@charset "utf-8";
/*============================
#mv
============================*/

.lcl-mv {
	position: relative;
}
.lcl-mv__in {
	z-index: 1;
	position: relative;
	padding: 100px 0px 0px;
}
.lcl-mv::after {
	display: block;
	content: '';
	background: url(../img/main/bg_01.jpg)no-repeat center / cover;
	width: 100%;
	height: 640px;
	position: absolute;
	top: 0;
}

.lcl-mv__logo {
	margin: 0 auto 30px;
	width: 720px;
}

.lcl-service-list {
	align-items: flex-start;
}

.lcl-service-list__item {
	width: 470px;
}

.lcl-service-list__img {
	height: 238px;
}

.lcl-service-list__item:nth-child(1) .lcl-service-list__img {
	background: url(../img/main/img_01.jpg)no-repeat center / cover;
}

.lcl-service-list__item:nth-child(2) .lcl-service-list__img {
	background: url(../img/main/img_02.jpg)no-repeat center / cover;
}

.lcl-service-list__txt {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 70px 0 36px;
}

.lcl-service-list__txt::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: -38px;
	left: 0;
	width: 380px;
	height: 100px;
	margin: 0 auto;
	z-index: -1;
}

.lcl-service-list__copy {
	position: absolute;
	top: -10px;
	margin: 0 auto;
	width: 100%;
	line-height: 1.6;
}

.lcl-service-list__txt--haken,
.lcl-service-list__txt--haken::before {
	color: #e50012;
	background: #edecd1;
}

.lcl-service-list__txt--haken .lcl-service-list__btn {
	background: #e50012;
}

.lcl-service-list__txt--catering,
.lcl-service-list__txt--catering::before {
	color: #00739d;
	background: #d3eaf5;
}

.lcl-service-list__txt--catering .lcl-service-list__btn {
	background: #00739d;
}

.lcl-service-list__btn {
	color: #ffffff;
	font-weight: bold;
	height: 75px;
	display: flex;
	font-size: 20px;
	font-weight: bold;
	width: 390px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 37.5px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 5px rgba(0, 0, 0, 0.15);
	transition: 0.3s ease;
}

.lcl-service-list__btn-in {
	line-height: 1.3;
}

.lcl-service-list__btn::after {
	content: '\f105';
	font-family: fontawesome;
	font-size: 30px;
	position: absolute;
	right: 20px;
	height: 1em;
	line-height: 1em;
}
@media screen and (min-width: 768px) {
	.lcl-service-list__btn:hover {
		box-shadow: none;
		transform: translateY(5px);
		transition: 0.3s ease;
	}
}
/*============================
#about
============================*/

.lcl-about {
	background: url(../img/lead/bg_01.jpg)no-repeat center / cover;
	padding: 250px 0 100px;
	margin-top: -140px;
}

.lcl-about-box {
	width: 800px;
	margin: 0 auto;
	padding: 60px 65px;
	background: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

.lcl-about__ttl {
	text-align: center;
	margin-bottom: 46px;
}

.lcl-about__copy {
	text-align: center;
	font-size: 30px;
	margin-bottom: 36px;
	font-weight: bold;
}

.lcl-about__copy span {
	position: relative;
}

.lcl-about__copy span::before,
.lcl-about__copy span::after {
	content: "";
	background: url(../img/lead/border.png) center / cover no-repeat;
	width: 46px;
	height: 64px;
	display: block;
	position: absolute;
	top: 0;
}
.lcl-about__copy span::before {
	left: -50px;
}

.lcl-about__copy span::after {
	transform: scale(-1, 1);
	right: -50px;
}

.lcl-about__copy2 {
	text-align: center;
}

.lcl-about__subcopy {
	width: 500px;
	margin: 0 auto 34px;
}

.lcl-about__copy2 .subcopy {
	width: 245px;
	padding: 14px 0;
	font-size: 17px;
	color: #ffffff;
	line-height: 1.2;
	position: relative;
}

.lcl-about__copy2 .subcopy::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -13px;
	left: 0;
	width: 0;
	margin: auto;
	height: 0;
	border-style: solid;
	border-width: 13px 13px 0 13px;
}

.lcl-about__subcopy .subcopy:nth-child(1) {
	background: #94a545;
}

.lcl-about__subcopy .subcopy:nth-child(1)::after {
	border-color: #94a545 transparent transparent transparent;
}

.lcl-about__subcopy .subcopy:nth-child(2) {
	background: #4eb2db;
}

.lcl-about__subcopy .subcopy:nth-child(2)::after {
	border-color: #4eb2db transparent transparent transparent;
}


.lcl-about__copy2 .copy-inner {
	color: #e50012;
	font-weight: bold;
	font-size: 28px;
}

.lcl-about__ttl {
	position: relative;
}

.lcl-about__ttl::before,
.lcl-about__ttl::after {
	content: "";
	background: #e50012;
	width: 400px;
	height: 3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.lcl-about__ttl-in {
	width: 309px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px;
}
.lcl-about__ttl-in::before,
.lcl-about__ttl-in::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -16px;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 14px 0 14px;
	border-color: #e50013 transparent transparent transparent;
}

.lcl-about__ttl-in::after {
	bottom: -11px;
	border-color: #fff transparent transparent transparent;
}

.lcl-about__txt {
	margin: 0 auto 20px;
	line-height: 2.2;
}

/*============================
#recruit
============================*/
.lcl-recruit {
	padding: 0 0 70px;
	position: relative;
}

.lcl-recruit::after {
	content: "RECRUIT";
	font-weight: bold;
	color: #e50012;
	text-align: center;
	display: block;
	font-size: 168px;
	position: absolute;
	bottom: -64px;
	margin: auto;
	width: 100%;
	opacity: .1;
}

.lcl-recruit__ttl {
	margin-bottom: 50px;
	top: -1px;
}

.lcl-rectuit__item {
	position: relative;
	z-index: 1;
}

.lcl-recruit-txt {
	width: 460px;
}
.lcl-recruit-txt__ttl{
	margin-bottom: 15px;
	text-align: left;
}

.lcl-recruit__img {
	width: 450px;
}
.lcl-recruit-address h3 {
	color: #e50012;
	font-weight: bold;
}

.lcl-recruit-address__tel {
	font-size: 22px;
}

/*============================
#company
============================*/

.lcl-company {
	background: url(../img/company/bg_01.jpg) no-repeat center / cover;
	padding: 50px 0;
}

.lcl-company-box {
	background: #fff;
	padding: 40px 65px 40px;
}

.lcl-company_ttl {
	text-align: center;
	margin-bottom: 30px;
}

.lcl-company__txt {
	margin-bottom: 30px;
}

.lcl-company__table {
	background: #efefef;
	width: 490px;
}
.lcl-company__table th {
	background: #505050;
	vertical-align: baseline;
	width: 90px;
	color: #fff;
	padding: 18px 0 0 15px;
}

.lcl-company__table td {
	background: #efefef;
	padding: 18px;
}

.lcl-company__table tr:nth-child(1) {
	border-bottom: 1px solid #d9d9d9;
}

.lcl-company__img {
	width: 300px;
}

.lcl-company__img img {
	height: auto;
	width: 100%;
}


@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */
	.lcl-mv::after {
		background: url(../img/main/sp/bg_01.jpg)no-repeat center / cover;
		height: 100%;
	}
	.lcl-mv__in
	.lcl-mv__logo {
		margin: 0 auto 30px;
		width: 85%;
	}

	.lcl-mv__in {
		padding: 60px 0px 0px;
	}

	.lcl-service-list {
		margin: 0 15px;
		display: block;
		padding-bottom: 30px;
	}

	.lcl-service-list__item {
		display: flex;
		width: auto;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.lcl-service-list__img {
		height: auto;
		width: 46%;
	}

	.lcl-service-list__txt {
		padding: 20px 10px;
		width: 64%;
	}

	.lcl-service-list__txt::before {
		content: none;
		width: calc(100% - 30px);
		top: -30px;
	}

	.lcl-service-list__copy {
		font-size: 15px;
		position: static;
		margin-bottom: 10px;
		text-align: left;
	}

	.lcl-service-list__btn {
		height: 60px;
		width: 100%;
		font-size: 14px;
	}

	.lcl-service-list__btn::after {
		font-size: 20px;
	}

	/*============================
	#about
	============================*/

	.lcl-about {
		background: url(../img/lead/sp/bg_01.jpg)no-repeat center / cover;
		padding: 60px 0;
		margin-top: auto;
	}

	.lcl-about__ttl {
		margin-bottom: 30px;
	}

	.lcl-about__ttl::before,
	.lcl-about__ttl::after {
		width: 260px;
	}

	.lcl-about__ttl-in {
		padding: 15px 0px;
		width: 220px;
	}

	.lcl-about__copy {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.lcl-about__copy2 .copy-inner {
		font-size: 18px;
		font-weight: bold;
	}

	.lcl-about__copy span::before,
	.lcl-about__copy span::after {
		margin: auto;
		width: 30px;
		height: 40px;
		bottom: 0;
	}

	.lcl-about-box {
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 30px 15px 25px;
	}

	.lcl-about__txt {
		line-height: 2;
	}

	.lcl-about__subcopy {
		width: 100%;
		margin: 0 auto 25px;
	}

	.lcl-about__subcopy .subcopy {
		font-size: 13px;
		line-height: 1.5;
		width: calc(100% / 2 - 5px);
	}

	/* recruit */

	.lcl-recruit {
		padding: 0px 15px 60px;
	}

	.lcl-recruit::after {
		font-size: 80px;
		right: 0;
		bottom: -30px;
		left: 0;
	}
	.lcl-recruit__ttl {
		margin-bottom: 30px;
	}
	.lcl-recruit-txt__ttl {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.lcl-recruit-address {
		margin-bottom: 20px;
	}
	.lcl-recruit-address__tel {
		font-size: 28px;
	}
	.lcl-recruit-address__mail {
		font-size: 16px;
	}

	/* lcl-company */

	.lcl-company {
		padding: 40px 0;
	}
	.lcl-company-box {
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 30px 15px 25px;
	}
	.lcl-company_ttl {
		margin-bottom: 20px;
	}
	.lcl-company__txt {
		margin-bottom: 20px;
	}



	/* table */

	.lcl-company__table {
		padding: 40px 10px;
		margin-bottom: 30px;
		width: auto;
	}

	.lcl-company__img {
		width: 100%;
	}
	.lcl-company__table tr {
		height: auto;
	}
	.lcl-company__table th {
		padding: 15px 0 0 15px;
	}
	.lcl-company__table td {
		padding: 15px;
	}

}
