@charset "UTF-8";
/* CSS Document */



/* kv
----------------- */
#kv {
	width: 100%;
	overflow: hidden;
	margin-bottom: 35px;
}
	.fs-c-slick .slick-slide {
		float: left;
		height: 100%;
		min-height: 1px;
		padding: 0 20px;
	}
		.fs-pt-carousel__slide {
			border: solid 10px #fff;
			border-radius: 10px;
		}

	#kv .swiper-container {
		position: relative;
		padding-bottom: 0;
	}
		#kv .swiper-container .swiper-slide {
			border: solid 10px #fff;
			border-radius: 10px;
		}

		#kv .swiper-container .swiper-pagination {
			display: none;
			bottom: 0;
		}
			#kv .swiper-container .swiper-pagination .swiper-pagination-bullet {
				width: 10px;
				height: 10px;
				opacity: 1;
				background: #fff;
				border: solid 1px #2F8634;
			}
			#kv .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
				background: #2F8634;
			}

	
		#kv .swiper-container .swiper-button-prev,
		#kv .swiper-container .swiper-button-next {
		  height: 50px;
		  width: 50px;
		}
		#kv .swiper-container .swiper-button-prev::after,
		#kv .swiper-container .swiper-button-next::after {
		  background-repeat: no-repeat;
		  background-size: contain;
		  content: "";
		  height: 50px;
		  margin: auto;
		  width: 50px;
		}
		#kv .swiper-container .swiper-button-prev::after {
		  background-image: url("https://jabara.itembox.design/item/img/common/icon_slider_arrow_prev.svg?d=20231101021955");
		}
		#kv .swiper-container .swiper-button-next::after {
		  background-image: url("https://jabara.itembox.design/item/img/common/icon_slider_arrow_next.svg?d=20231101021955");
		}
		#kv .swiper-container .swiper-slide img {
		  height: auto;
		  width: 100%;
		}



/* campaign
----------------- */
#campaign .column02 {
	position: relative;
}
#campaign .column02:before {
	content: "";
	width: 350px;
	height: 170px;
	background: url("https://jabara.itembox.design/item/img/common/human_pht01.png?d=20231101021955") no-repeat center top / 100%;
	position: absolute;
	top: -140px;
	right: 0;
	z-index: -1;
}



/* at-first
----------------- */
#at-first .set {
	margin-top: 50px;
}
#at-first .set:nth-child(2) {
	margin-top: 30px;
}
	#at-first .set h3 {
		font-size: 3.4rem;
		line-height: 1.3em;
	}


/* blog */
#blog h2 {
	font-size: 4.0rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}

#blog .blog-list a.linkbox {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 40px;
	display: block;
}
#blog .blog-list a.linkbox:nth-child(4n) {
	margin-right: 0;
}
	#blog .blog-list a.linkbox .pht {
		overflow: hidden;
		border: solid 6px #fff;
		border-radius: 10px;
		margin: 0 !important;
	}
		#blog .blog-list a.linkbox .pht img {
			-moz-transition: -moz-transform 0.2s linear;
			-webkit-transition: -webkit-transform 0.2s linear;
			-o-transition: -o-transform 0.2s linear;
			-ms-transition: -ms-transform 0.2s linear;
			transition: transform 0.2s linear;
		}
		#blog .blog-list a.linkbox:hover .pht img {
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			-o-transform: scale(1.05);
			-ms-transform: scale(1.05);
			transform: scale(1.05);
		}

	#blog .blog-list a.linkbox .text {
		padding: 10px 10px 0 10px;
	}
		#blog .blog-list a.linkbox .text time {
			font-size: 1.2rem;
			color: #B2B2B2;
			padding-right: 8px;
		}
		#blog .blog-list a.linkbox .text .cat {
			font-size: 1.2rem;
			color: #2F8634;
		}

		#blog .blog-list a.linkbox .text h3 {
			font-size: 1.6rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-top: 7px;
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
		}


/* news */
#news h2 {
	font-size: 4.0rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}

#news ul.list {
	max-width: 960px;
	margin: 0 auto 40px auto;
	border-top: solid 1px #ddd;
}
	#news ul.list li {
		border-bottom: solid 1px #ddd;
	}
		#news ul.list li a {
			display: flex;
			justify-content: space-between;
			align-items: center;
			background: url("https://jabara.itembox.design/item/img/common/icon_arrow.svg") no-repeat right 30px center / 24px;
			padding: 20px 60px 20px 0;
		}
			#news ul.list li a time {
				display: block;
				width: 160px;
				font-size: 1.6rem;
				font-weight: 600;
				text-align: center;
			}

			#news ul.list li a h3 {
				width: -webkit-calc(100% - 160px);
				width: calc(100% - 160px);
				font-size: 1.6rem;
				line-height: 1.4em;
			}






/* max 1300px */
@media screen and (max-width: 1300px) {



/* campaign
----------------- */
#campaign .column02:before {
	width: 250px;
	height: 125px;
	top: -80px;
}









}

	







/* max 1024px */
@media screen and (max-width: 1024px) {




/* kv
----------------- */
#kv {
	margin-bottom: 25px;
}



/* at-first
----------------- */
#at-first .set h3 {
	font-size: 3.0rem;
}


/* blog */
#blog h2 {
	font-size: 3.0rem;
}

#blog .blog-list a.linkbox .text {
	padding: 12px 10px 0 10px;
}
	#blog .blog-list a.linkbox .text time {
		display: block;
		padding-right: 0;
		line-height: 1;
		margin-bottom: 5px;
	}
	#blog .blog-list a.linkbox .text .cat {
		display: block;
		line-height: 1;
	}

	#blog .blog-list a.linkbox .text h3 {
		font-size: 1.4rem;
		margin-top: 10px;
		-webkit-line-clamp: 3;
	}	


/* news */
#news h2 {
	font-size: 3.0rem;
}
	
#news ul.list li a time {
	display: block;
	width: 140px;
	font-size: 1.5rem;
}

#news ul.list li a h3 {
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
	font-size: 1.5rem;
}








}

	







/* max 768px */
@media screen and (max-width: 768px) {



/* kv
----------------- */
#kv {
	margin-bottom: 0;
}
	#kv .swiper-container {
		padding-bottom: 30px;
	}
		#kv .swiper-container .swiper-slide {
			border: solid 5px #fff;
			border-radius: 0;
		}

		#kv .swiper-container .swiper-pagination {
			display: inline-block;
		}

	
		#kv .swiper-container .swiper-button-prev,
		#kv .swiper-container .swiper-button-next {
			display: none;
		}



/* campaign
----------------- */
#campaign .column02:before {
	width: 150px;
	height: 67px;
	top: -64px;
}



/* at-first
----------------- */
#at-first .set {
	margin-top: 40px;
}
#at-first .set:nth-child(2) {
	margin-top: 20px;
}
	#at-first .set h3 {
		font-size: 2.4rem;
		text-align: center;
		margin-bottom: -10px;
	}


/* blog */
#blog h2 {
	font-size: 2.6rem;
	margin-bottom: 20px;
}

#blog .blog-list a.linkbox {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 30px;
}
#blog .blog-list a.linkbox:nth-child(4n) {
	margin-right: 3%;
}
#blog .blog-list a.linkbox:nth-child(2n) {
	margin-right: 0;
}
	#blog .blog-list a.linkbox .pht {
		border-radius: 5px;
		border: solid 3px #fff;
	}

	#blog .blog-list a.linkbox .text {
		padding: 12px 0 0 0;
	}
		#blog .blog-list a.linkbox .text h3 {
			font-size: 1.4rem;
			-webkit-line-clamp: 2;
		}


/* news */
#news h2 {
	font-size: 2.6rem;
	margin-bottom: 20px;
}
	
#news ul.list {
	margin-bottom: 30px;
}
	#news ul.list li a {
		display: block;
		background: url("https://jabara.itembox.design/item/img/common/icon_arrow.svg") no-repeat right 20px center / 20px;
	}
		#news ul.list li a time {
			display: block;
			width: 100%;
			font-size: 1.2rem;
			text-align: left;
			margin-bottom: 6px;
		}

		#news ul.list li a h3 {
			width: 100%;
			font-size: 1.4rem;
		}







}
