/*news archive
----------------------*/
/* hero-section
--------------------*/
#hero-section {
    background: url('img/hero-img.webp') center center / cover no-repeat;
}


.container {
  padding: 0 11.03%;
}


/* main contents
---------------------*/
/* 検索フォーム */
.case-search {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
	margin-bottom: 79px;
	width: 704px;
	margin: 0 auto 79px;
}

.search-buttons-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.search-button {
    padding: 10px 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fff;
}

.menu-button, .concern-button {
	display: flex;
	padding: 12px;
	justify-content: space-between;
	align-items: center;
	width: 342px;
	
	border-radius: 4px;
	border: 1px solid #544B4B;
	background: #FFF;
}

.search-input-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
	height: 60px;
    /*max-width: 600px;*/
}

.search-input-wrapper form{
    display: flex;
    flex-direction: row;
    width: 100%;
	height: 60px;
    /*max-width: 600px;*/
}

.search-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-right: none;
}

.search-submit-button {
    color: #fff;
    cursor: pointer;
	display: flex;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	align-self: stretch;
	
	border-radius: 0px 4px 4px 0px;
	background: #544B4B;
}


.menu-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
	gap: 60px;
	border-radius: 4px;
border: 1px solid #544B4B;
background: var(--Text-, #FFF);
box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.25);
}

.section {
  width: 100%;
  max-width: 300px;
}

.section img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.section h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.section ul {
  list-style: none;
  padding: 0;
}

.section ul li {
  font-size: 1rem;
  line-height: 1.5;
}




.svg img{
	width: 10px;
	height: 5px;
}

.svg-search img{
	width: 14px;
	height: 14px;
}


/*すべての症例を見る*/
.case-grid {
    display: grid;
    /*grid-template-columns: repeat(4, 240px);*/
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); 
    grid-gap: 40px; 
    justify-content: center; 
}

.case-card {
	width: 240px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.case-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.case-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 症例カード内のタイトル */
.case-title {
}

/* 症例カード内の情報 */
.case-info {
}

.post-menu-list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}

.post-menu-list li{
	display: flex;
	padding: 6px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	background: #F1F1F1;
}

.btn_circle-arrow::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../common/img/svg-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.btn_circle-arrow::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../common/img/svg-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.btn_circle-arrow_wrp {
	flex-direction: row;
	justify-content: end;
	width: 100%;
}


.section-title {
  border-bottom: 1px solid #9A9799;
  padding-bottom: 20px;
	margin-bottom: 31px;
}


.toggle_content, .toggle_content_menu, .toggle_content_concern{
	padding: 0;
}

.toggle_content.active, .toggle_content_menu.active, .toggle_content_concern.active{
	padding: 20px;
}





/*カテゴリ
----------------------*/
.post-cate_wrp{
	flex-direction: row;
	align-items: end;
	gap: 8px;
}


 .post_category {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.6px;
  padding: 4px 12px;
  background: #544B4B;
  margin-top: 12px;
  height: 29px;
}


.date {
  color: var(--Text-1, #544B4B);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.4px;
  flex-direction: row;
}



/*pager
---------------------*/
.navigation.pagination {
}
.pagination{
	display: flex;
	width: 85%;
	height: 64px;
	padding: 1px 0px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin-top: 55px;
}
.screen-reader-text{
	display: none;
}
.page-numbers {
  display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	align-self: stretch;
}

.page-numbers li{
	display: flex;
	width: 40px;
	padding: 10px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}
.page-numbers li:hover{
}


/* 1019
---------------------*/
.case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); /* 自動で列数を調整 */
    grid-gap: 40px; /* アイテム間のスペース */
    justify-items: center; /* 各グリッドアイテムを中央に揃える */
    padding: 20px; /* グリッド全体に余白を追加 */
}

.case-card {
    width: 100%; /* グリッドアイテムの幅をグリッドに合わせる */
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    background-color: #fff; /* カードの背景色 */
    transition: box-shadow 0.3s ease; /* ホバー時のシャドウ効果をスムーズに */
}

.case-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.case-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* ホバー時のシャドウ効果 */
}

/* カード内のタイトル */
.case-title {
}

/* カード内の詳細情報 */
.case-info {
    text-align: center;
    font-size: 1rem;
}





@media screen and (max-width: 768px){

	/* common
	-------------------------*/
	.container {
	  padding: 0;
	}
	
	.case-search{
		padding: 0 6.15% 0 6.15%;
	}
	#sec02 .container{
		padding: 0 0 0 0;
	}
	#sec03 .container{
		padding: 0 6.15% 0 6.15%;
	}
	
	/*serch
	---------------------------*/
	.search-buttons-wrapper{
		flex-direction: column;
		
	}
	.search-input-wrapper{
		width: 342px;
	}
	
	.case-grid{
		display: flex;
	  justify-content: center;
	  margin: auto;
	  gap: 40px;
	}
	
	.section-title{
		padding-left: 24px;
	}
	
	.case-title{
		font-size: 16px;
		letter-spacing: 1.6px;
	}
	
	.case-search{
		width: 100%;
		align-items: center;
	}
	
	
	
	
	
	
	
	

	
}
