.is-page-home{
	background: #f4f4f4;
	/* overflow: hidden; */
}
.common-ttl01{
	font-size: 48px;
	font-weight: 700;
}
.slideshow-content{
	top: 50%;
	transform: translateY(-50%);
}
.slideshow-img{}
.slideshow-img img{
	/* height: 100vh; */
	min-height: 750px;
}
.slideshow-box{
	z-index: 1;
}
.slideshow-box::before{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.slideshow-content{
	z-index: 2;
}
.slideshow-content__box{
	width: 50%;
	margin-left: auto;
}
.slideshow-content__box-ttl{
	color: #dc0021;
    font-family: "Open Sans", serif;
    font-size: 46px;
    font-weight: 800;
	transition: all .3s ease-in-out;
}
.slideshow-content__box-desc{
	font-weight: 700;
	color: white;
	margin-bottom: 25px;
	font-family: "Source Serif 4", serif;
	font-size: 40px;
	line-height: 1.3;
	transition: all .4s .1s ease-in-out;
}
.slideshow-content__box-btn{
	text-transform: uppercase;
	color: white;
	/* transform: translateX(-100px); */
	transition: all .5s .2s ease-in-out;
}
.sec-vision{
	
}
.vision-list{
	transform: translateY(-50%);
}
.vision-list>.row{
	gap: 20px 0;
}
.vision-list__item{
	background: white;
	height: 100%;
	padding: 30px;
}
.vision-list__ttl{
	color: #dc0021;
	font-size: 35px;
	font-weight: 700;
	border-bottom: 3px solid currentColor;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 0;
}
.vision-list__brief{
	font-size: 18px;
}
.sec-about{
	
	padding-bottom: 50px;
}
.about-list{}
.about-list__item{
	align-items: center;
}
.about-list__item:not(:last-child){
	margin-bottom: 50px;
}
.about-list__item:nth-child(2n){
	flex-direction: row-reverse;
}
.about-list__ttl{
	color: #dc0021;
	font-size: 45px;
	font-weight: 700;
	font-family: "Open Sans", serif;
	text-transform: uppercase;
}
.about-list__subttl{
	color: #dc0021;
	font-size: 33px;
	font-weight: 700;
	margin-bottom: 15px;
}
.about-list__brief{
	font-size: 18px;
	margin-bottom: 15px;
}
.about-list__btn{
	font-size: 18px;
	color: #dc0021;
	font-weight: 700;
	text-transform: uppercase;
}
.about-list__btn i{
	margin-left: 5px;
	font-weight: 600;
}
.sec-service{
	background: #bf1f2c;
	padding: 50px 0;
	
}
.service-heading{
	color: white;
	text-align: center;
	margin-bottom: 20px;
}
.service-heading__ttl{
	margin: 0 0 20px;
	text-transform: uppercase;
}
.service-heading__desc{
	font-size: 18px;
	margin-bottom: 15px;
}
.service-heading__btn{
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	width: fit-content;
	display: inline-block;	
	color: #f7d117;
}
.service-list{
	background: red;
	counter-reset: number;
	position: sticky;
	top: 100px;
}
.service-list__item{
	padding: 0 30px 30px;
	position: sticky;
	z-index: 2;
	background: #e94242;
}
.service-list__item:nth-child(1){
	color: white;
	z-index: 1;
}
.service-list__item:nth-child(1) .service-list__ttl{
	color: currentColor;
}
.service-list__item:nth-child(1):before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    position: absolute;
    background: url(../images/bg-pattern.png);
    opacity: 3%;
}
.service-list__item:nth-child(2){
	background: #d1d1d1;
	z-index: 2;
}
.service-list__item:nth-child(2) .service-list__ttl{
	color: #bf1f2c;
}
.service-list__item:nth-child(3){
	background: black;
	color: white;
	z-index: 3;

}
.service-list__item:nth-child(3) .service-list__ttl{
	color: white;
}
.service-list__item:nth-child(4){
	background: white;
	color: black;
	z-index: 4;
}
.service-list__item:nth-child(4) .service-list__ttl{
	color: black;
}
.service-list__flex{
	gap: 20px 0;
}

.service-list__img{
	width: 30%;
}
.service-list__ct{
	width: 65%;
}
.service-list__ttl{
	font-size: 33px;
	text-align: center;
	font-weight: 700;
	margin: 0;
	padding: 20px 0;
}
.service-list__ttl::before{
	counter-increment: number;
	content: "0"counter(number)".";
}
.service-list__desc:not(:last-child){
	margin-bottom: 10px;
}
.service-list__redmore{
	font-size: 18px;
	font-weight: 700;
}
.service-list__redmore:hover{
	color: #f7d117;
}
.sec-news{
	padding: 70px 0 100px;
	background: white;
	position: sticky;
}
.sec-news__ttl{
	text-align: center;
	color: #bf1f2c;
	margin: 0 0 20px;
}
.article-column{}
.article-column>.row{
	gap: 20px 0;
}
.article-column__item{
	position: relative;
	height: 100%;
}
.article-column__img{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.article-column__img::after{
	content: "";
	padding-top: calc((4/3) * 100%);
	display: block;
}
.article-column__img img{
	height: 100%;
	object-fit: cover;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.article-column__ct{
	padding: 20px;
	z-index: 2;
}
.article-column__ct::before{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient(0deg, black, transparent);
}
.article-column__ttl{
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	color: white;
}
.article-column__ttl a{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-footer__btn{
	background: #bf1f2c;
	color: white;
	font-size: 18px;
	text-transform: capitalize;
	padding: 8px 40px;
	border-radius: 0;
}
.contact-footer__btn:hover{
	color: white;
	background: #bf1f2c;
}
@media (min-width: 768px){
	.about-list__item:nth-child(2n) .about-list__ct{
		padding: 0 60px 0 0;
	}
	.about-list__img{}
	.about-list__ct{
		padding-left: 60px;
	}
}
@media (max-width: 992px){
	.slideshow-content__box{
		width: 100%;
	}
	.vision-list__item{
		padding: 20px;
	}
	.vision-list__ttl{
		font-size: 20px;
	}
	.vision-list__brief{
		font-size: 15px;
	}
	.about-list__ttl{
		font-size: 30px;
	}
	.about-list__subttl{
		font-size: 18px;
	}
	.about-list__brief{
		font-size: 15px;
	}
	.common-ttl01{
		font-size: 30px;
	}
	.service-list__ttl{
		font-size: 18px;
	}
	.service-list__desc{
		font-size: 15px;
	}
	.service-list__redmore{
		font-size: 14px;
	}
	.service-heading__desc{
		font-size: 15px;
	}
	.sec-news{
		padding: 40px 0;
	}
	.article-column__ttl{
		font-size: 16px;
	}
	.slideshow-content__box-ttl{
		font-size: 30px;
	}
	.slideshow-content__box-desc{
		font-size: 16px;
	}
}
@media (max-width: 767px){
	.vision-list{
		transform: none;
	}
	.sec-vision{
		padding: 30px 0;
	}
	.sec-service{
		padding: 30px 0;
	}
	.service-heading__ttl{
		margin-bottom: 10px;
	}
	.service-list__img{
		width: 135px;
		margin: 0 auto;
	}
	.service-list__ct{
		width: 100%;
	}
	.service-list__redmore{
		display: block;
		text-align: center;
	}
	.slideshow-img img{
		min-height: 450px;
	}
}
