@charset "utf-8";

.pmain {
	background: url(../img/main_bg.jpg) center top/cover no-repeat;
}
.localnav-item:nth-child(1){
	display: block;
}
/*============================ #lead ============================*/
.lcl-lead {
	padding: 40px 0 80px;
	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% - 220px);
	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) right top /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 {
	background: #007ab9 url(../img/table/bg_01.jpg) center bottom /cover no-repeat fixed;
	padding: 60px 0 100px;
	position: relative;
}

.tablet .lcl-table {
	background: #007ab9;
}
.lcl-table::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #233c5f;
	opacity: .7;
	z-index: 1;
}
.lcl-table-in {
	position: relative;
	z-index: 2;
	color: #fff;
	align-items: stretch;
}
.lcl-table__ttl::after {
	content: 'Company outline';
}
.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: 200px;
	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;
}

/*============================ #message ============================*/
.lcl-message {
	position: relative;
}
.lcl-message-in {
	align-items: flex-start;
	border-bottom: 1px solid #ccc;
	padding: 80px 0 60px;
}
.lcl-message__ttl::after { 
}
.lcl-message__ttl2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.15em;
}
.lcl-message-left {
	width: calc(60% - 50px);
	line-height: 2;
}

.lcl-message-right {
	width: 42%;
}

@media screen and (min-width: 768px) {
	/*============================ #contactbox ============================*/
	.contactbox {
		padding-top: 100px;
	}
}

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */
	.lcl-lead {
		padding: 30px 0;
	}
	.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: -14vw;
		position: absolute;
		left: initial;
		right: 10px;
	}
	.lcl-lead__img {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto 15px;
	}
	.lcl-lead-mainttl {
		font-size: 18px;
		padding: 0;
		margin-bottom: 13px;
	}
	.lcl-lead-mainttl__sub {
		font-size: 25px;
		line-height: 1.2;
	}
	/* ---------------------- option ---- */
	.lcl-lead-item:nth-child(2n + 1) .lcl-lead__img {
		height: 43vw;
	}
	.lcl-lead-item:nth-child(2n + 1)::before {
		left: -15px;
	}
	.lcl-lead-txt__txt{
		width: 100%;
	}
	.lcl-lead-txt__img{
		width: 100px;
		margin: 0 auto;
		margin-right: 0;
	}

	/*============================ #header ============================*/
	.lcl-table{
		padding: 30px 0px 0px;
		background-attachment:scroll;
		background-position: 90% bottom;
		background-size: 300%;
		/*background-color: #007ab9;*/
	}
	.lcl-table-in {
		padding: 0px 20px 80px;
	}
	.lcl-message-left,
	.lcl-message-right,
	.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{
		font-size: 14px;
		padding: 5px 15px;
		display: block;
		background: rgba(255,255,255,.2);
		width: 100%;
	}
	.lcl-table-wrap td{
		padding: 10px 15px 20px;
		display: block;
		width: 100%;
		border-left: none;
	}
	.lcl-message{
		padding: 30px 0px 0px;
	}
	.lcl-message-in{
		padding: 0px 20px 40px;
	}
	.lcl-message__ttl2 {
		font-size: 18px;
		margin-bottom: 15px;
		letter-spacing: 0.15em;
		line-height: 1.8;
	}
}





























.pmain99 {
	background: url(../img/main_bg.jpg) center top/cover no-repeat;
}
.localnav-item:nth-child(2){
	display: block;
}
/*============================ #lead ============================*/
.lcl-lead {
	padding: 40px 0 50px;
	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;
	max-width: 1000px;
}
.lcl-lead-img {
	margin-bottom: 15px;
}
.lcl-lead__img {
	width: calc(100% - 200px);
	display: block;
	position: absolute;
	top: -140px;
	right: 0;
	margin: auto;
}
.lcl-lead-item:nth-child(2n + 1) .lcl-lead__img {
	right: 0;
	background: #fff url(../img/lead/img_01.jpg) center top /auto 100% no-repeat;
	height: 350px;
}
/* ---------------------- option ---- */
@media screen and (min-width: 768px) {
	.lcl-lead-item:nth-child(2n + 1)::before {
		left: 24%;
	}

}

/*============================ #lineup ============================*/
.lcl-img {
	margin-bottom: 75px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.contactbox {
		padding-top: 100px;
	}
}

/*============================ #achievement ============================*/
.lcl-achievement {
	width: 100%;
	position: relative;
	background-color: #e8eef7;
	padding: 60px 0 50px;
	color: #fff;
}
.lcl-achievement:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../../company/outline/img/bg_01.jpg) center /cover no-repeat fixed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.lcl-achievement-in {
	flex-direction: row-reverse;
}
.lcl-achievement-img,
.lcl-achievement-txt {
	width: 50%;
}
.lcl-achievement-img {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	width: 500px;
}
.js-achievement-slide .slick-dots {
	position: absolute;
	top: -65px;
	justify-content: center;
	width: 100%;
}
.lcl-achievement-txt {
	padding: 0 60px;
	width: calc(100% - 500px);
	margin-bottom: 20px;
}
.lcl-achievement__txt {
	margin-bottom: 45px;
}
.js-achievement-slide .slick-dots {
	position: absolute;
	top: -65px;
	justify-content: center;
	width: 100%;
}
.slick-dots {
	position: relative;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 50px;
	padding: 0 25px;
}
.slick-dots li {
	color: #d2d2d2;
	font-size: 20px;
	margin: 0 7px;
	cursor: pointer;
	transition: 0.3s ease;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
	color: #1f5ab2;
}
@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */
	.lcl-lead {
		padding: 30px 20px 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: -17vw;
		position: absolute;
		left: initial;
		right: 0;
	}
	.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: 41.4vw;
	}

	/*============================ #header ============================*/
	.lcl-img {
		padding: 0px 15px;
		margin-bottom: 40px;
	}
	/*============================ #achievement ============================*/
	.lcl-achievement {
		padding: 30px 0 20px;
	}
	.lcl-achievement-in {
		flex-direction: row-reverse;
		align-items: flex-start;
	}
	.lcl-achievement-img,
	.lcl-achievement-txt {
		width: 100%;
	}

	.lcl-achievement-img {
		padding: 5px;
	}
	.lcl-achievement-txt {
		padding: 20px 0;
		margin-bottom: 0;
	}
	.js-achievement-slide .slick-dots {
		top: auto;
	}
	.js-achievement-slide {
		height: 61.5vw;
		overflow: hidden;
	}
	.lcl-achievement__txt{
		margin-bottom: 30px;
	}
	.slick-dots {
		height: 25px;
		padding: 0 10px;
	}
	.slick-dots li {
		font-size: 10px;
		margin: 0 5px;
	}
}
.lcl-special-mv__left,
.lcl-special-mv__right {
	position:relative;
	width:calc((100% - 40px) / 1);
}


.lcl-special-mv-in {
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.lcl-special-mv-in iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
@media screen and (max-width: 767px) {
    	.lcl-special-mv__left,
	.lcl-special-mv__right {
		width: 100%;
	}
}