@charset "UTF-8";
/* CSS Document */
#tit01 {
  background-repeat: no-repeat;
  max-width: 100%;
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center; /* 縦中央 */
  height: clamp(15.625rem, 9.943rem + 28.41vw, 31.25rem); /* 画面全体に表示 */
  position: relative;
  background: url("https://www.hcuclinic.or.jp/wp-content/uploads/2025/08/tit_img01.jpg") no-repeat;
  background-position: center center; /* 横・縦ともに中央 */
  background-size: cover;
  margin-bottom: 40px;
  color: #fff;
}
#index_text{
	font-size:18px;
	text-align: center;
}
#tit01 aside {
  display: block;
  text-align: center;
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
}
#tit01 h1 {
  display: block;
  font-size: clamp(2.5rem, 1.773rem + 3.64vw, 4.5rem);
  line-height: clamp(2.813rem, 1.903rem + 4.55vw, 5.313rem);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
}
#txt02{
	text-align: center;
	font-size:24px;
}
.list li {
  margin-bottom: 60px;
	font-size:18px;
}
.list dl {
  display: flex;
  align-items: center;
  align-items: flex-start;
}
dl.reverse {
  flex-direction: row-reverse;
}
dt {
  margin-left: 0;
  margin-right: 20px;
}
.list dl.reverse dt {
  margin-right: 0;
}
.list h1 {
  margin-bottom: 0;
}
.list a {
  margin-top: 20px;
  padding: 15px 0;
  width: 300px;
  margin: 15px auto 0;
}
.sec {
  background: #f2f2f2;
  max-width: 100%;
  max-width: calc(100% - 100px);
	margin-bottom: 0;
  padding: 40px 50px 30px;
}
.sec h1 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 38px;
}
.sec ul {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
.sec ul dd h1 {
  margin-bottom: 0;
  text-align: left;
  font-size: 30px;
}
@media screen and (max-width: 880px) {
  .list dl {
    display: block;
  }
  dt {
    text-align: center;
  }
  dl.reverse {
    flex-direction: row;
  }
	.sec ul dd h1 {

  text-align: center;

}
}

/* CSS Document */

/* ▼ タイトル部分 */
#tit02 {
  background: url("/img/about/about_tit.png") no-repeat center center / cover;
  background-repeat: no-repeat;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(15.625rem, 9.943rem + 28.41vw, 31.25rem);
  position: relative;
  margin-bottom: 40px;
}

#tit02 h1 {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
}

/* ▼ スライダーラッパー */
.slider-wrapper {
  max-width: 960px;
  margin: 0 auto 85px;
  padding: 0 60px;
  position: relative;
  box-sizing: border-box;
  background: #f2f2f2;
}

/* ▼ スライダー本体 */
.slider {
  box-sizing: border-box;
}

.slick-track {
  display: flex !important;
  align-items: stretch;
}

.slick-slide {
  display: flex !important;
  height: auto;
}

/* ▼ スライドアイテム */
.slide-item {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  text-align: center;
 padding: 40px 20px;
  box-sizing: border-box;
  margin: 0 10px;
}

/* ▼ カード内部構造（dl構造用） */
.slide-item dl {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  width: 100%;
}

.slide-item dt {
  margin-bottom: 10px;
}

.slide-item dt img {
  height: 127px;
  margin: 0 auto;
}

.slide-item dd {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
text-align: left;
}
.slide-item dd h1{
	font-size: 16px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
}
.slide-item h1 {
  font-size: 16px;
  margin: 10px 0;
  flex-shrink: 0;
}

.slide-item p {
  flex-grow: 1;
  margin: 0 0 10px;
}



/* ▼ 矢印ボタン（外側配置） */
.slick-prev,
.slick-next {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  z-index: 100;
  cursor: pointer;
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

/* ▼ レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .slider-wrapper {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .slider-wrapper {
    padding: 0 20px;
  }
}
  .slick-prev {
    left: -20px;
  }
  .slick-next {
   right: -20px;
  }
/* ▼ アコーディオン */
#accordion details {
  max-width: 960px;
  width: 100%;

  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px;
}

#accordion summary {
  cursor: pointer;
  list-style: none;
  position: relative;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
}

#accordion summary::before {
  content: "+";
  position: absolute;
  right: 20px;
  top: 0;
}

#accordion details[open] summary::before {
  content: "-";
}

#accordion details dl{
	display:flex;

}
#accordion details dt{
	margin-right: 10px;
}