@charset "utf-8";

/*---------------------
メインビジュアル
---------------------*/
.l_mv{
	background: #efefef;
	max-height: 100vh;
	height: 840px;
	overflow: hidden;
	position: relative;
}

.l_mv::before{
	content: "";
	background: #efefef;
	width: clamp(200px, 55%, 530px);
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: skewX(-25deg) translateX(-38%);
	z-index: 2;
}

.l_mv .mv_slider{
    position: relative;
}

.l_mv .mv_slider > li:not(:first-child){
	display: none;
}

.l_mv .mv_slider.slick-initialized{
	display: block;
}

.l_mv .mv_slider .slick-active{
	animation: anime 14s linear 0s normal both;
}

@keyframes anime{
	2%{transform: scale(1);}
	50%{transform: scale(1.1);}
	100%{transform: scale(1.1);}
}

.l_mv .mv_slider li{
	background-size: cover !important;
	height: 100vh;
}

.l_mv .mv_slider li.is_mv1{ background: url(../img/img_mv1.jpg) no-repeat right top;}
.l_mv .mv_slider li.is_mv2{ background: url(../img/img_mv2.jpg) no-repeat right bottom;}
.l_mv .mv_slider li.is_mv3{ background: url(../img/img_mv3.jpg) no-repeat center center;}
.l_mv .mv_slider li.is_mv4{ background: url(../img/img_mv4.jpg) no-repeat center center;}
.l_mv .mv_slider li.is_mv5{ background: url(../img/img_mv5.jpg) no-repeat center center;}
.l_mv .mv_slider li.is_mv6{ background: url(../img/img_mv6.jpg) no-repeat center center;}
.l_mv .mv_slider li.is_mv7{ background: url(../img/img_mv7.jpg) no-repeat right top;}
.l_mv .mv_slider li.is_mv8{ background: url(../img/img_mv8.jpg) no-repeat right top;}
.l_mv .mv_slider li.is_mv9{ background: url(../img/img_mv9.jpg) no-repeat right top;}
.l_mv .mv_slider li.is_mv10{ background: url(../img/img_mv10.jpg) no-repeat center center;}
.l_mv .mv_slider li.is_mv11{ background: url(../img/img_mv11.jpg) no-repeat center center;}

@media screen and (max-width:767px){
	.l_mv{
		height: 60vh;
	}
	
	.l_mv::before{
		width: clamp(300px, 40%, 410px);
		transform: skewX(-25deg) translateX(-50%);
	}
	
	.l_mv .mv_slider li{
		height: 60vh;
	}
	
	.l_mv .mv_slider li.is_mv1{ background:  url(../img/img_mv1_sp.jpg) no-repeat center center;}
	.l_mv .mv_slider li.is_mv2{ background:  url(../img/img_mv2_sp.jpg) no-repeat center center;}
	.l_mv .mv_slider li.is_mv3{ background:  url(../img/img_mv3_sp.jpg) no-repeat center center;}
	.l_mv .mv_slider li.is_mv4{ background:  url(../img/img_mv4_sp.jpg) no-repeat center center;}
	.l_mv .mv_slider li.is_mv5{ background:  url(../img/img_mv5_sp.jpg) no-repeat center center;}
	.l_mv .mv_slider li.is_mv6{ background:  url(../img/img_mv6_sp.jpg) no-repeat center center;}
	.l_mv .mv_slider li.is_mv7{ background:  url(../img/img_mv7_sp.jpg) no-repeat center center;}
	.l_mv .mv_slider li.is_mv8{ background:  url(../img/img_mv8_sp.jpg) no-repeat center center;}
	.l_mv .mv_slider li.is_mv9{ background:  url(../img/img_mv9_sp.jpg) no-repeat center center;}
	.l_mv .mv_slider li.is_mv10{ background:  url(../img/img_mv10_sp.jpg) no-repeat center center;}
	.l_mv .mv_slider li.is_mv11{ background:  url(../img/img_mv11_sp.jpg) no-repeat center center;}
}


/*---------------------
キャッチコピー
---------------------*/
.l_catch{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.l_catch h1{
	max-width: 350px;
	width: 35%;
	padding: 170px 0 20px 60px;
	position: relative;
	z-index: 999;
}

.l_catch .md_catch{
	padding: 140px 0 20px 40px;
	position: relative;
	z-index: 999;
}

.l_catch .md_catch h1.is_catch{
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.l_catch .md_catch h1.is_catch p{
	color: #1f3848;
}

.l_catch .md_catch h1.is_catch .is_maintxt{
	font-size: 420%;
	text-shadow: 0 0 6px rgba(239, 239, 239, 1), 
	1px 1px 0px rgba(239, 239, 239, 1),
	-1px 1px 0px rgba(239, 239, 239, 1),
	1px -1px 0px rgba(239, 239, 239, 1),
	-1px -1px 0px rgba(239, 239, 239, 1);
	
	2px 2px 0px rgba(239, 239, 239, 1),
	-2px 2px 0px rgba(239, 239, 239, 1),
	2px -2px 0px rgba(239, 239, 239, 1),
	-2px -2px 0px rgba(239, 239, 239, 1);
	
	3px 3px 0px rgba(239, 239, 239, 1),
	-3px 3px 0px rgba(239, 239, 239, 1),
	3px -3px 0px rgba(239, 239, 239, 1),
	-3px -3px 0px rgba(239, 239, 239, 1);
}


@media screen and (max-width:767px){
	.l_catch h1{
		width: 68%;
		padding: 10% 0 4% 5%;
	}
	
	.l_catch .md_catch{
		padding: 40px 8% 0 8%;
		position: relative;
		z-index: 999;
	}
	
	.l_catch .md_catch h1.is_catch .is_maintxt{
		font-size: 170%;
	}
}


/*---------------------
News
---------------------*/
.l_newstop{
	margin: -50px 0 0 0;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 99;
}

.l_newstop .md_newstop{
	background: #5a8aaa;
	width: 50%;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l_newstop .md_newstop div:nth-child(1){
	width: 80px;
}

.l_newstop .md_newstop div:nth-child(2){
	border-left: #fff 1px solid;
	width: calc( 100% - 180px );
	padding-left: 20px;
}

.l_newstop .md_newstop div:nth-child(3){
	width: 100px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.l_newstop .md_newstop > div:nth-child(1) p{
	color: #fff;
	font-size: 125%;
	font-weight: 700;
	margin-top: -3px;
}

.l_newstop .md_newstop div:nth-child(2) li{
	/*margin-bottom: 10px;*/
}

.l_newstop .md_newstop div:nth-child(2) li a{
	text-decoration: none;
	margin: 5px 0;
	display: flex;
	text-align: left;
}

.l_newstop .md_newstop div:nth-child(2) li a dl{
	display: flex;
}

.l_newstop .md_newstop div:nth-child(2) li a dl dt{
	color: #fff;
	width: 100px;
}

.l_newstop .md_newstop div:nth-child(2) li a dl dd{
	color: #fff;
	width: calc(100% - 100px);
}

.l_newstop .md_newstop div:nth-child(3) p a{
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
}

.l_newstop .md_newstop div:nth-child(3) p a img{
	width: 20px;
	margin: 0 auto;
	padding-bottom: 10px;
	display: block;
}

@media screen and (max-width:1240px){
	.l_newstop .md_newstop{
		width: 80%;
	}
}

@media screen and (max-width:767px){
	.l_newstop .md_newstop,
	.l_newstop .md_newstop div:nth-child(2) li a dl{
		display: block;
	}
	
	.l_newstop .md_newstop div:nth-child(1),
	.l_newstop .md_newstop div:nth-child(2),
	.l_newstop .md_newstop div:nth-child(2) li a dl dt,
	.l_newstop .md_newstop div:nth-child(2) li a dl dd{
		width: 100%;
		padding-left: 0;
	}
	
	.l_newstop .md_newstop div:nth-child(2){
		border: none;
	}
	
	.l_newstop .md_newstop > div:nth-child(1) p{
		font-size: 150%;
		border-bottom: #fff 1px solid;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	.l_newstop{
		margin: 0;
	}
	
	.l_newstop .md_newstop{
		width: 84%;
		padding: 8%;
	}
	
	.l_newstop .md_newstop div:nth-child(3){
		width: 100%;
		padding: 10px 0;
		justify-content: flex-start;
	}
	
	.l_newstop .md_newstop div:nth-child(3) p{
		display: flex;
	}
	
	.l_newstop .md_newstop div:nth-child(3) p a img{
		padding: 0 10px 0 0;
		display: inline-block;
	}
}


/*---------------------
お客さま向けコンテンツ
---------------------*/
.l_customer{
	background: #e9eff4;
	margin-top: -50px;
}

.l_customer .md_list3 > li{
	padding-bottom: 0;
}

.md_list3 > li ul li a span{
	color: #d40a0a;
	font-size: 62%;
	padding-right: 10px;
}

.md_list3 > li ul li a::before,
.md_list3 > li ul li a::after{
	content: "";
	background: #000;
	position: absolute;
	top: 50%;
	right: 15px;
	height: 1px;
	transition: 0.5s;
}

.md_list3 > li ul li a::before{
	width: 16px;
	transform: translateY(-50%);
}

.md_list3 > li ul li a::after{
	width: 6px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.md_list3 > li ul li a:hover::before,
.md_list3 > li ul li a:hover::after{
	right: 5px;
}

.md_list3 > li ul li span.is_pdf::after{
	top: -8px;
}

@media screen and (max-width:767px){
	.l_customer{
		margin: 0;
	}
}


/*---------------------
事例紹介
---------------------*/
.md_businesstop{
	background: url(../img/bg_business.jpg) no-repeat left top;
	background-size: 100% 80%;
	padding: 120px 0 0 0;
}

.md_businessinner{
	width: min(100%, 1260px);
	margin: 0 auto;
	padding: 0 0 0 60px;
}

.is_businesstop{
	background: #e9eff4;
	width: calc(100% + (100vw - 100%) / 2);
	padding: 60px 0 120px 60px;
	position: relative;
}

.is_businesstop .md_list4{
	padding-right: 120px;
}

.is_casetop{
	display: flex;
	align-items: center;
}

.is_casetop p.is_btn a{
	font-size: 86%;
	text-align: center;
	text-decoration: none;
	border: #000 1px solid;
	margin-left: 20px;
	padding: 7px 60px;
	display: block;
	position: relative;
}

.is_casetop p.is_btn a::before,
.is_casetop p.is_btn a::after{
	content: "";
	background: #000;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -20px;
	transition: 0.5s;
}

.is_casetop p.is_btn a::before{
	width: 40px;
	transform: translateY(-50%);
}

.is_casetop p.is_btn a::after{
	width: 12px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.is_casetop p.is_btn a:hover::before,
.is_casetop p.is_btn a:hover::after{
	right: -30px;
}

.l_businesstop .slick__prev,
.l_businesstop .slick__next{
	border: 1px solid #18212b;
	border-radius: 50%;
	background: #e9eff4;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: -80px;
	z-index: 1;
}

.l_businesstop .slick__prev{
	left: 0;
	transition: 0.5s;
}

.l_businesstop .slick__next{
	left: 70px;
	transition: 0.5s;
}

.l_businesstop .slick__prev:hover,
.l_businesstop .slick__next:hover{
	cursor: pointer;
	opacity: 0.5;
}

.l_businesstop .slick__prev::before,
.l_businesstop .slick__next::before{
	content: "";
	border-top: 1px solid #18212b;
	border-right: 1px solid #18212b;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 1;
}

.l_businesstop .slick__prev::before{
	transform: translate(-25%, -50%) rotate(-135deg);
}

.l_businesstop .slick__next::before{
	transform: translate(-75%, -50%) rotate(45deg);
}

.is_worksslider{
	width: 400px;
	margin-right: 60px;
	position: relative;
}

.is_worksslider a{
	text-decoration: none;
	display: block;
}

.is_worksslider a img{
	padding-bottom: 10px
}

@media screen and (max-width:1280px){
	.is_worksslider{
		width: 340px;
		margin-right: 50px;
	}
	
	.md_businessinner{
		width: 96%;
		margin: 0 auto;
		padding: 0 0 0 4%;
	}
}

@media screen and (max-width:767px){
	.md_businesstop{
		background-size: 100% 90%;
	    padding: 60px 0;
	}
	
	.is_worksslider{
		width: 220px;
		margin-right: 30px;
	}
	
	.is_businesstop{
		padding: 30px 30px 120px 30px;
	}
	
	.is_businesstop .md_list4{
		padding-right: 90px;
	}
	
	.is_casetop{
		padding-top: 60px;
	}
	
	.md_businessinner{
		width: 84%;
		margin: 0 auto;
		padding: 0 8%;
	}
}
