@charset "UTF-8";
/* =======================================================================

  Feature.css

======================================================================= */
/*  コラム一覧ページ
======================================================= */

#tblLayout{
	width: 100%;
	background-color: #F7FAFA;
}
h1{
	font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 34px;
	line-height: 1.1;
	width: 90%;
    max-width: 1000px;
    padding: 80px 0 30px 0;
    margin: auto;
}
h1 large{
	font-size: 150%;
}
h2{
	color: #667A82;
}
p,a{
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.pager {
	display: none;
    max-width: 620px;
    margin: 20px auto 50px auto;
    width: 90%;
	text-align: right;
}
.pager__arrow {
  display: none;
}
.feature-page-parts-category-links{
	text-align: center;
	max-height: 1000px;
	width:100%;
	margin: auto;
}
.feature-page-parts-category-links-description{
	font-size: 14px;
    line-height: 1.4;
	width: 90%;
    margin: auto;
    padding-bottom: 50px;
}
.feature-page-parts-category-links-items{
	width: 100%;
	max-width: 1000px;    
	display: flex;
    gap: 5px;
    justify-content: center;
    margin: auto;
}
.feature-page-parts-category-links-items li{
}
.feature-page-parts-category-links-items li a{
	width: 120px;
	height: 40px;
	border: 1px solid #aec2c7;
	background-color: #aec2c7;
	border-radius: 50rem;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 14px;
}
.feature-page-parts-category-links-items li a:hover{
	color: #C6D2D5;
	background-color: #667A82;
	transition: 0.1s;
}
.feature-page-parts-category-links-item-isactive{
	text-decoration: underline 1px;
	text-underline-offset: 3px;
}
.feature-page-view-list {
  width: 100%;
}
.feature-page-view-items{
  width: 90%;
  max-width: 1366px;
  margin: 5% auto;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.feature-page-view-item-box{
  width: 330px;
  border-radius: 10px;
  margin: 0;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 4px 4px 8px #C6D2D587;
}
.feature-page-view-thumb{
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.feature-page-view-thumb a img {
  width: 100%;
  /*height: 200px;
  aspect-ratio:3/1.5;*/
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.feature-page-view-thumb:hover img{
  scale:1.1;
  transition: 1s ease-out;
}
.feature-page-view-title{
	height: 70px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.feature-page-view-title a h3{
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  margin: 10px;
  color: #667A82;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.feature-page-view-btn a{
  max-width: 300px;
  width: 80%;
  height: 50px;
  margin: 20px auto;
  border-radius: 50rem;
  background-color: #667A82;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

	  .swiper-container{
		  width: 100%;
		  max-width: 880px;
		  margin: auto;
		  position: relative;
	  }
	  .article-box-flex {
		  width: 100%;
		  display: flex;
		  padding: 4%;
	  }
	  .article-card-tumbnail{
		  width: 60%;
	  }
	  .article-card-desc{
		  width: 40%;
		  position: relative;
		  padding: 10% 5%;
	  }
	  .article-card-tumbnail img{
		width: 100%;
		height: 300px;
		object-fit: cover;
		border-radius: 10px;
		box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.1);
		display: block;	
	  }
	  .article-more{
		position: absolute;
		bottom: 5%;
		right: 5%;
	  }
	  .swiper-button-next, .swiper-rtl .swiper-button-prev{
		right: -25px;
   		left: auto;
	  }
	  .swiper-button-prev, .swiper-rtl .swiper-button-next{
		left: -25px;
   		right: auto;
	  }

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1140px) {
	h1{
		font-size: 28px;
		padding: 50px 0 25px 0;
	}
	.feature-page-view-title a h3{
	  font-size: 18px;
	}
	.feature-page-view-btn a{
		font-size: 14px;
	}
	.feature-page-parts-category-links-items li a{
		width: 130px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.pager {
		margin: 15px auto 30px auto;
	}
	.feature-page-parts-category-links-description{
		padding-bottom: 50px;
	}
	.feature-page-view-item-box{
	  margin: 0;
	}
	.swiper-container{
	  max-width: 740px;
	  margin: auto;
	  position: relative;
	}
	  .article-box-flex {
		  width: 100%;
		  display: flex;
		  padding: 4%;
	  }
	  .article-card-tumbnail{
		  width: 60%;
	  }
	  .article-card-desc{
		  width: 40%;
		  position: relative;
		  padding: 8% 4%;
	  }
	  .article-card-tumbnail img{
		width: 100%;
		height: 250px;
		object-fit: cover;
		border-radius: 10px;
		box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.1);
		display: block;	
	  }
	  .article-more{
		position: absolute;
		bottom: 5%;
		right: 5%;
		font-size: 14px;
	  }
	  .swiper-button-next, .swiper-rtl .swiper-button-prev{
		right: 5px;
   		left: auto;
	  }
	  .swiper-button-prev, .swiper-rtl .swiper-button-next{
		left: 5px;
   		right: auto;
	  }
}
/* SP */
@media screen and (max-width: 767px) {
	h1{
		font-size: 18px;
		padding: 30px 0 10px 0;
	}
	.feature-page-view-title a h3{
	  font-size: 18px;
	}
	.feature-page-view-btn{
		padding: 20px auto;
	}
	.feature-page-view-btn a{
		height: 40px;
		font-size: 14px;
	}
	.pager {
		max-width: 300px;
		margin: 8px auto 16px auto;
	}
	.feature-page-view-item-box{
		max-width: 300px;
		margin: 0 auto;
	}
	.feature-page-parts-category-links-items{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		justify-content: center;
	}
	.feature-page-view-thumb{
	    height: 150px;
	}
	.feature-page-view-thumb a img {
		width: 100%;
		/*height: 150px;
		aspect-ratio:3/1.3;*/
		object-fit: cover;
		transition: transform 0.3s ease-in-out;
	}
	.feature-page-parts-category-links-items li a{
		width: 100px;
		height: 34px;
		font-size: 12px;
	}
	.feature-page-parts-category-links-description{
		padding-bottom: 50px;
		font-size: 12px;
	}
	.feature-page-view-items{
	  width: 90%;
	  flex-direction: column;
	  gap: 25px;
	}
	  .swiper-container{
		  width: 100%;
		  max-width: 100vw;
	  }
	  .article-box-flex {
		  width: 100%;
		  display: flex;
		  padding: 4%;
		  flex-direction: column;
	  }
	  .article-card-tumbnail{
		  width: 90%;
		  margin: auto;
	  }
	  .article-card-desc{
		  width: 100%;
		  position: relative;
		  padding: 5%;
	  }
	  .article-card-tumbnail img{
		width: 100%;
		height: 200px;
		object-fit: cover;
		border-radius: 10px;
		box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.1);
		display: block;	
	  }
	  .article-more{
		position: absolute;
		bottom: 5%;
		right: 5%;
	  }
	  .swiper-button-next, .swiper-rtl .swiper-button-prev{
		right: 10px;
   		left: auto;
	  }
	  .swiper-button-prev, .swiper-rtl .swiper-button-next{
		left: 10px;
   		right: auto;
	  }
	  .swiper-button-next:after, .swiper-button-prev:after{
		font-size: 18px;
	  }
}
@media screen and (min-width: 768px) {}