@charset "utf-8";

*{box-sizing: border-box;}

.story-con{
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.story-top{
	width: 100%;
	height: 595px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.story-section{
	width: 100%;
	padding-top: 200px;
}
.story-section.last{
	padding-bottom: 200px;
}
.story-tit{
	width: 100%;
	color: #000;
	margin-bottom: 50px;
}
.story-tit > h3{
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
}

.bv-wrap{
	width: 100%;
	padding: 2rem 0;
	background-color: #f0f0f0;
	display: flex;
	color: #17171b;
	align-items: center;
	margin-bottom: 1.5rem;
}
.bv-tit{
	width: 45%;
	text-align: center;
}
.bv-tit > h5{
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}
.bv-tit > p{
	font-size: 20px;
	font-weight: 400;
}
.bv-cont{
	width: 55%;
	padding-left: 2rem;
	border-left: 1px solid #707070;
}
.bv-cont > p{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
.bv-bg{
	width: 100%;
	height: 520px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 3rem;
}
.bv-bg::after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.bv-bg > h5{
	width: 100%;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
	text-align: center;
}

.bi-tit{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #17171b;
	margin-bottom: 1.5rem;
}
.bi-tit > h5{
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
}
.bi-tit > p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}
.bi-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 150px;
}
.bi-box{
	width: 49%;
	text-align: center;
	color: #17171b;
}
.bi-img{
	display: flex;
	margin-bottom: 1.5rem;
}
.bi-img img{
	width: 100%;
}
.bi-box > p{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
.bic-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.bic-box{
	width: 32.333333%;
}
.bic-cont{
	width: 100%;
	height: 410px;
	position: relative;
	border: 1px solid;
}
.bic-cont.bic1{
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.bic-cont.bic2{
	background-color: #fff;
	border-color: #707070;
	color: #17171b;
}
.bic-cont.bic3{
	background-color: #ff0000;
	border-color: #ff0000;
	color: #fff;
}
.bic-caption{
	width: 100%;
	padding: 0 10px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.bic-caption > p{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}
.bic-caption > h5{
	font-size: 20px;
	font-weight: 600;
}

.so-wrap{
	width: 100%;
	margin-bottom: 150px;
	text-align: center;
	color: #17171b;
}
.so-wrap:last-child{
	margin-bottom: 0;
}
.so-img{
	display: flex;
	margin-bottom: 2rem;
}
.so-img img{
	width: 100%;
}
.so-wrap > p{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}

.lt-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.lt-box{
	width: 49%;
}
.lt-img{
	display: flex;
	position: relative;
}
.lt-img img{
	width: 100%;
}
.lt-caption{
	width: 100%;
	padding: 0 15px;
	text-align: center;
	color: #17171b;
	position: absolute;
	left: 0;
	bottom: 50px;
}
.lt-caption > h5{
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
.lt-caption > p{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}

/* media-query */

@media(min-width:1200px){
  .d-lg-block{display: block;}
  .d-lg-none{display: none;}

  .ani.up.delay{
		transition: 1s opacity 0.2s, 1s transform 0.2s;
	}
	.ani.up.delay2{
		transition: 1s opacity 0.5s, 1s transform 0.5s;
	}
	.ani.up.delay3{
		transition: 1s opacity 0.8s, 1s transform 0.8s;
	}
	.ani.up.delay4{
		transition: 1s opacity 1.0s, 1s transform 1.0s;
	}
	.ani.up.delay5{
		transition: 1s opacity 1.3s, 1s transform 1.3s;
	}

  .ani.blur.delay{
		transition-delay: .4s;
	}
	.ani.blur.delay2{
		transition-delay: .8s;
	}
  .ani.blur.delay3{
		transition-delay: 1s;
	}

}
@media(max-width:1199px){
  .d-block{display: block;}
  .d-none{display: none;}
  .story-top{
	height: 255px;
  }
  .story-section{
	padding-top: 100px;
  }
  .story-tit{
	margin-bottom: 30px;
  }
  .story-tit > h3{
	font-size: 38px;
  }
  .bv-wrap{
	padding: 1.5rem 15px;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 1rem;
  }
  .bv-tit{
	width: 100%;
	text-align: left;
  }
  .bv-cont{
	width: 100%;
	padding-left: 0;
	padding-top: 1rem;
	margin-top: 1rem;
	border-left: 0;
	border-top: 1px solid #ddd;
  }
  .bv-tit > h5{
	font-size: 26px;
  }
  .bv-tit > p{
	font-size: 18px;
  }
  .bv-cont > p{
	font-size: 14px;
  }
  .bv-bg{
	height: 320px;
	margin-top: 2rem;
  }
  .bv-bg > h5{
	font-size: 18px;
  }
  .bi-tit > h5{
	font-size: 26px;
  }
  .bi-tit > p{
	font-size: 12px;
  }
  .bi-wrap{
	flex-direction: column;
	margin-bottom: 70px;
  }
  .bi-box{
	width: 100%;
	margin-bottom: 1.5rem;
  }
  .bi-img{
	margin-bottom: 1rem;
  }
  .bi-box > p{
	font-size: 16px;
  }
  .bic-wrap{
	flex-direction: column;
  }
  .bic-box{
	width: 100%;
	margin-bottom: 5px;
  }
  .bic-cont{
	height: 100px;
  }
  .bic-caption > p{
	font-size: 14px;
	margin-bottom: 5px;
  }
  .bic-caption > h5{
	font-size: 16px;
  }
  .so-img{
	margin-bottom: 1rem;
  }
  .so-wrap{
	margin-bottom: 50px;
  }
  .so-wrap > p{
	font-size: 16px;
  }
  .story-section.last{
	padding-bottom: 100px;
  }
  .lt-wrap{
	flex-direction: column;
  }
  .lt-box{
	width: 100%;
  }
  .lt-caption{
	bottom: 30px;
  }
  .lt-caption > h5{
	font-size: 34px;
	margin-bottom: 10px;
  }
  .lt-caption > p{
	font-size: 16px;
  }

}
@media(max-width:576px){
  

}

/* animation */

.ani.up{
	transform: translateY(100px);
	opacity: 0;
	transition: 1s;
}
.ani.up.act{
	transform: translateY(0);
	opacity: 1;
}
.ani.left{
	transform: translateX(100px);
	opacity: 0;
	transition: 1s;
}
.ani.left.act{
	transform: translateX(0);
	opacity: 1;
}
.ani.right{
	transform: translateX(-100px);
	opacity: 0;
	transition: 1s;
}
.ani.right.act{
	transform: translateX(0);
	opacity: 1;
}

.ani.blur{
	transition-duration: 1s; transition-property: opacity, filter, -webkit-filter, border-radius, color; transition-timing-function: cubic-bezier(.165,.84,.44,1); will-change: auto; opacity: 0; filter: blur(1rem) brightness(1.3);
}
.ani.blur.act{
	filter: blur(0) brightness(1); opacity: 1;
}