@charset "UTF-8";
body{
	background: #fafafa;
}
.top_bg{
	background: url(../../images/works/works_bg.png);
	background-repeat:repeat;
	background-size: contain;
	background-position: center;
}
.main_content{
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 0 16px;
	margin-bottom: 120px;
	text-align: center;
}
.works_h2{
	font-size: 2em;
	margin:60px 0;
	font-weight: 700;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
}
.works_h2::before {
    content: "";
    display: block;
    border-bottom: 3px solid #b22222;
    position: absolute;
    width: 50%;
    bottom: 6px;
	left: -5px;
}
.works_h2::after {
    content: "";
    display: block;
    border-bottom: 3px solid #b22222;
    position: absolute;
    width: 50%;
    bottom: 6px;
	right: -5px;
}
.works_h2 .arrow {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #b22222;
    border-right: 3px solid #b22222;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 2px;
}
.top_txt{
	max-width: 70%;
	line-height: 1.5;
	background: #fff;
	padding: 3%;
	margin: 0 auto 60px;;
}
.works_area{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.works_cnt{
	width: 46%;
	margin-bottom: 60px;
}
.works_movie{
	background: #fafafa;
	height: 350px;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
.works_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.works_ttl{
	font-weight: 600;
	font-size: 1.3em;
	letter-spacing: 0 !important;
}
.works_ttl::before{
	content: '';
	width: 15px;
	height: 15px;
	background:#333;
	display: inline-block;
	margin-right: 5px;
}


.slider_area{
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 0 16px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
	flex-wrap: wrap;
}
.slider_area::after{
  content:"";
  display: block;
  width:30%;
}
.works_li_ttl{
	font-size: 1.2em;
}
.works_li_ttl::before{
	content: '';
	width: 12px;
	height: 12px;
	background:#333;
	display: inline-block;
	margin-right: 5px;
}
.slider_cnt{
	width: 31%;
	height: auto;
	margin-bottom: 60px;
}
.slider{
/*
    margin: 100px auto;
    width: 80%;
*/
}
.slider img{
    height: auto;
    width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slider_txt{
	margin: 5px 0 5px 5px;
}
.works_ttl_new{
	font-weight: 600;
	font-size: 1.3em;
	letter-spacing: 0 !important;
}

.works_ttl_new::before{
	content: 'NEW!';
	text-align: center;
	display: inline-block;
	font-size: 10px;
	width: 50px;
	background: #b22222;
	color: #fff;
	padding: 4px 10px;
	margin-right: 10px;
	border-radius: 5px;
	position: relative;
}