
/*gallery_area*/
.p-gallery_area{
	background-color: #E4EEEA;
/*	display: flex;
  align-items: center;
  justify-content: center;*/
	padding: 1.875rem 0 1.5rem;
}
.p-gallery_area__inner{
	position: relative;
	max-width: 1360px;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*/gallery_area*/

:root {
  --swiper-navigation-color: #14885a;
  --swiper-pagination-color: #14885a;
  --swiper-pagination-bullet-inactive-color: #14885a;
}

.swiper-carousel {
  padding-bottom: 50px;
  max-width: 1360px;
}
.swiper-carousel .swiper-slide {
  width: 600px;
  /*height: 380px;*/
	aspect-ratio: 3/2;
  border-radius: 4px;
	background: #E4EEEA;
  max-width: calc(100% - 48px);
}
.swiper-carousel .swiper-carousel-animate-opacity {
  height: 100%;
}
.swiper-carousel .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-carousel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.sp .swiper-carousel img {
  height: 100% !important;
	max-width: inherit !important;
}

.swiper-carousel .slide-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 88px 16px 24px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  border-radius: 0 0 8px 8px;
}
.swiper-carousel .slide-content h2 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
}
.swiper-carousel .slide-content p {
  margin: 8px 0 0;
  opacity: 0.65;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*customize*/
.swiper-carousel .swiper-slide{
	cursor: pointer;
}
.swiper-carousel .slide-content{
	opacity: 0;
	transition: opacity 0.3s;
	padding-left: 1.35rem;
}
.swiper-carousel .swiper-slide-active .slide-content{
	opacity: 1;
}
.swiper-carousel .c-block_hover a::before{
	display: none;
}
.swiper-carousel .swiper-slide-active .c-block_hover a::before{
	display: block;
}
.swiper-carousel a{
	color: #fff;
}
.swiper-carousel .slide-content h2 {
	font-size: 1.25rem;
	padding-bottom: 0.4375rem;
}
.swiper-carousel .slide-content p{
	margin: 0;
	opacity: 0.7;
	font-size: 14px;
}
.swiper-carousel .slide-content p.c-link{
	padding-left: 1.125rem;
	background: url("/common/image/arrow_white.png") no-repeat 5px 3px;
}
.swiper-carousel .slide-content .p-gallery_link{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.1;
}
.swiper-carousel a::before{
	z-index: 2;
}

@media (max-width: 1160px) {
	.swiper-button-next:after, .swiper-button-prev:after {
		color: #fff;
	}
}
@media (max-width: 760px) {
	.swiper-carousel .swiper-slide {
		width: 520px;
	}
}
@media (max-width: 640px) {
  .swiper-carousel .swiper-button-next,
.swiper-carousel .swiper-button-prev {
    display: none !important;
  }
}