@charset 'utf-8';
#main{
	overflow: hidden;
}
.lcl-about__top {
	text-align: center;
}
.lcl-about__top-bg {
	position: relative;
	z-index: 1;
	color: #fff;
	background: url(../img/top/img_01.gif) no-repeat center/cover;
}
.lcl-top__ttl {
	font-size: 34px;
	font-weight: bold;
	padding-top: 57px;
	letter-spacing: .1em;
}
.lcl-top__ttl-en {
	font-size: 13px;
	line-height: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 200px;
	height: 27px;
	padding-bottom: 4px;
	letter-spacing: .06em;
	background: url(../img/top/ttl_bg01.png) no-repeat center / cover;
}
.lcl-top__text {
	font-size: 15px;
	line-height: 24px;
	margin-top: 30px;
	padding-bottom: 47px;
	letter-spacing: .03em;
	color: #fff;
}
.lcl-about {
	position: relative;
	margin-bottom: 40px;
}
.lcl-about::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: -70px;
	right: 0;
	left: 0;
	width: 1453px;
	height: 1087.5px;
	margin: 0 auto;
	background: url(../img/about/img_03.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.lcl-about__bg {
	padding: 40px 0 110px;
}
.lcl-about__block-in {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.lcl-about__box {
	width: 50%;
}
.lcl-about__box-img {
	display: block;
	width: 115px;
	height: 95px;
}
.lcl-about__box-ttl {
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 20px;
	letter-spacing: .3em;
	color: #000;
}
.lcl-about__box-text {
	font-size: 15px;
	line-height: 24px;
	width: 470px;
	margin: 15px 0 50px;
	letter-spacing: .03em;
}
.lcl-about__img {
	width: 50%;
}
.lcl-about__img-first {
	width: 523px;
	height: auto;
	margin: auto;
}
.lcl-about__img-herf {
	max-height: 460px;
}
.lcl-w1500 {
	max-width: 1500px;
	margin: 0 auto;
}
.lcl-about__text-e {
	width: 550px;
	height: 460px;
	margin-right: auto;
	padding-left: 80px;
}
.lcl-about__text-o {
	width: 550px;
	height: 438px;
	margin-left: auto;
	padding-right: 80px;
}
.lcl-about__box-re {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 100px;

	flex-flow: row-reverse;
}
/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px) {
	.lcl-top__ttl {
		font-size: 22px;
		padding-top: 30px;
		margin-bottom: 5px;
	}
	.lcl-top__ttl-en {
		font-size: 10px;
		width: 140px;
		height: 19px;
		padding-bottom: 3px;
	}
	.lcl-about {
		width: 100%;
		padding: 0 15px;
	}
	.lcl-about__bg {
		padding: 30px 0;
		background: none;
	}
	.lcl-top__text {
		font-size: 12px;
		line-height: 1.6;
		margin-top: 20px;
		padding-bottom: 30px;
	}
	.lcl-about::before {
		top: 100px;
		right: 0;
		left: -20px;
		width: 120vw;
		height: 80vw;
	}
	.lcl-about__box {
		position: relative;
		width: 100%;
	}
	.lcl-about__block-in {
		display: block;
	}
	.lcl-about__box-img {
		position: absolute;
		top: -10px;
		left: 0;
		width: 70px;
		height: auto;
		opacity: .5;
	}
	.lcl-about__box-ttl {
		font-size: 20px;
		line-height: 1.3;
		margin-top: 10px;
		text-align: center;
		letter-spacing: .2em;
	}
	.lcl-about__box-text {
		font-size: 13px;
		line-height: 1.7;
		width: 100%;
		margin: 10px 0 20px;
	}
	.lcl-about__img {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.lcl-about__img-herf {
		max-height: 100%;
	}
	.lcl-w1500 {
		max-width: auto;
	}
	.lcl-about__text-e {
		width: 100%;
		height: auto;
		padding-left: 0;
	}
	.lcl-about__text-o {
		width: 100%;
		height: auto;
		padding-right: 0;
	}
	.lcl-about__box-re {
		display: block;
		margin-bottom: 40px;
	}
	.linkbtn01 {
		font-size: 12px;
		margin: 30px auto 0;
	}
}
