@charset "utf-8";

.pmain {
	background: url(/common/img/index/banner-news-about-contact.jpg) center top/cover no-repeat;
}
/*.localnav-item:nth-child(2){*/
	/*display: none;*/
/*}*/
/*============================ #lead ============================*/
.lcl-lead {
	padding: 40px 0 40px;
	position: relative;
}
/* ---------------------- option ---- */
.lcl-lead-in {
	align-items: flex-start;
	z-index: 2;
}
.lcl-lead-item {
	width: 100%;
	position: relative;
}

/* ---------------------- option ---- */
.lcl-lead-item .block__ttlen {
	top: -90px;
	position: relative;
	z-index: 2;
}

.lcl-lead-mainttl__sub {
	display: block;
	font-size: 40px;
}
.lcl-lead-txt {
	position: relative;
	z-index: 2;
}
.lcl-lead-img {
	margin-bottom: 15px;
}
.lcl-lead__img {
	width: calc(100% - 300px);
	display: block;
	position: absolute;
	top: -140px;
	right: 0;
	margin: auto;
}

.lcl-lead-txt__txt {
	width: calc(100% - 290px);
}

.lcl-lead-txt__img {
	width: 240px;
}
.lcl-lead-item:nth-child(2n + 1) .lcl-lead__img {
	right: 0;
	background: #fff url(../img/lead/img_01.jpg) center /cover no-repeat;
	height: 400px;
}
/* ---------------------- option ---- */
@media screen and (min-width: 768px) {
	.lcl-lead-item:nth-child(2n + 1)::before {
		left: 24%;
	}
}


/*============================ #table ============================*/
.lcl-table {
	padding: 60px 0 100px;
	position: relative;
}

.lcl-table::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color:rgb(30,60,90);
	opacity: .6;
	z-index: 1;
}



.tablet .lcl-table::after {
	background-attachment: scroll;
	background-size: 100% auto;
}

.lcl-table-in {
	position: relative;
	z-index: 2;
	color: #fff;
	align-items: stretch;
}

.lcl-table__ttl::after {
	content: 'Company history';
}

.lcl-table-left {
	width: 75%;
}

.lcl-table-wrap {
	border-top: 1px solid #fff;
	width: 100%;
}

.lcl-table-wrap th{
	border-bottom: 1px solid #fff;
	padding: 20px 30px;
	width: 150px;
	font-weight: 700;
	vertical-align: top;
}

.lcl-table-wrap td{
	border-bottom: 1px solid #fff;
	border-left: 4px solid #fff;
	padding: 20px 30px;
}
.lcl-table-right {
	width: 25%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 60px;
	font-weight: 700;
	padding-right: 50px;
	padding-top: 50px;
	letter-spacing: 0.12em;
	line-height: 1.3;
}


@media screen and (min-width: 768px) {
	/*============================ #contactbox ============================*/
	.contactbox {
		padding-top: 100px;
	}
}


@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */
	.lcl-lead {
		padding: 30px 0 10px;
	}
	.lcl-lead-in {
		padding: 0px 20px;
	}
	.lcl-lead-item::before {
		width: 52%;
		height: 290px;
		top: -20px;
	}
	.lcl-lead-item:not(:last-child) {
		margin-bottom: 65px;
	}
	.lcl-lead-item .block__ttlen {
		top: -60px;
		position: absolute;
		left: initial;
	}
	.lcl-lead__img {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto 15px;
	}
	.lcl-lead-mainttl__sub {
		font-size: 25px;
		line-height: 1.2;
	}
	/* ---------------------- option ---- */
	.lcl-lead-item:nth-child(2n + 1)::before {
		left: -15px;
	}
	.lcl-lead-item:nth-child(2n + 1) .lcl-lead__img {
		height: 52vw;
	}
	/*============================ #header ============================*/
	.lcl-table{
		padding: 30px 0px 0px;
	}
	.lcl-table::after {
		background-attachment: scroll;
		background-size: 200% auto;
	}
	.lcl-table.scrollin::after {
		-webkit-animation: slide-anim 60s linear infinite;
		animation: slide-anim 60s linear infinite;
	}
	@-webkit-keyframes slide-anim {
		0% {
			background-position: 200% 0;
		}
		100% {
			background-position: 0 0;
		}
	}

	@keyframes slide-anim {
		0% {
			background-position: 200% 0;
		}
		100% {
			background-position: 0 0;
		}
	}
	.lcl-table-in {
		padding: 0px 20px 80px;
	}
	.lcl-table-left,
	.lcl-table-right{
		width: 100%;
	}
	.lcl-table-right{
		font-size: 30px;
		padding-top: 80px;
		padding-right: 0px;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		text-align: center;
		line-height: 1.8;
	}
	.lcl-table-wrap th{
		padding: 5px 15px;
		display: block;
		background: rgba(255,255,255,.2);
		width: 100%;
		font-size: 14px;
	}
	.lcl-table-wrap td{
		padding: 10px 15px 20px;
		display: block;
		width: 100%;
		border-left: none;
	}
}
