/*--------------------------------------------------
About ページ 共通
--------------------------------------------------*/
.about {
  background: #fff;
}

#reason {
  padding: 0;
}

.header-section {
  margin-left: 13%;
  margin-right: 13%;
}

.section-title {
  max-width: 1000px;
}

/*--------------------------------------------------
About Feature
--------------------------------------------------*/
.reason-section {
  background-color: #ffffff !important;
}

.point-description {
  line-height: 60px;
}

.about-feature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}

.about-feature__img {
  flex: 1 1 50%;
  position: relative;
}

.about-feature__img img {
  width: 100%;
  border-radius: 8px;
}

.about-feature__overlay {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(179, 34, 35, 0.85);
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  text-align: center;
}

.about-feature__number {
  font-size: 24px;
  font-weight: bold;
}

.about-feature__caption {
  font-size: 12px;
}

.about-feature__text {
  flex: 1 1 50%;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/*--------------------------------------------------
About Gallery
--------------------------------------------------*/
.about-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 80px;
}

.about-gallery img {
  width: 100%;
  border-radius: 8px;
}

.point-label-reason {
  display: inline-block;
  font-family: serif;
  font-size: 36px;
  color: #b83939;
  text-align: center;
  width: auto;
  height: 100px;
  box-sizing: border-box;
  line-height: 1.1;
  letter-spacing: 2px;
  align-items: center;
}
.point-label-reason span {
  font-size: 48px;
  letter-spacing: 1px;
}

hr.dotted {
  margin: 0;
}

.point-item {
  display: flex;
  align-items: center; /* 上下中央揃え */
  gap: 20px; /* ラベルとタイトルの間隔 */
  height: auto; /* 必要なら高さ指定を解除 */
}

.point-label-reason,
.point-title {
  display: inline-flex; /* テキストの縦位置を整える */
  align-items: center; /* テキストも上下中央に */
  line-height: 1.2; /* 行間を詰める */
  font-weight: 500;
}

.point-title {
  margin: 0 !important;
  letter-spacing: 2px;
}

.reason-point1-reason {
  display: block;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-left: 13%;
  margin-right: 13%;
}

.reason-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 常に2列 */
  gap: 30px; /* カード間の余白 */
  margin-top: 40px;
}

.reason-card {
  border: 1px solid #b32223; /* デザインの枠色 */
  background-color: #fff;
}

.reason-card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  padding: 16px;
}

.card-title {
  font-weight: 500;
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.card-text {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 40px;
  font-weight: 500;
}

.reason-title-text {
  font-size: 20px;
}

.reason-container {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.reason-section-title {
  font-size: 64px;
  color: #b32223;
  font-weight: 700;
  margin: 0 0 40px;
  letter-spacing: 12px;
  font-family: "Zen Old Mincho", serif;
}

.reason-section-subtitle {
  color: #b32223;
  font-size: 24px;
  letter-spacing: 3px !important;
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: 12px;
  font-family: "Zen Old Mincho", serif;
}

.reason-points {
  margin-bottom: 80px;
}

.reason-container .point-description{
  line-height: 48px;
}

.reason-container hr.dotted{
  width: 602px;
}

.reason-text{
  margin-right: 25px;
}

.reason-point.reverse hr.dotted{
  width: 650px;
}

.reason-point.reverse .point-title{
  max-width: 330px;
}

/* スマホ対応：1列表示 */
@media screen and (max-width: 767px) {
  .reason-cards {
    grid-template-columns: 1fr;
  }
  .header-section {
    margin: 0;
    padding: 0 20px;
  }
  .section-subtitle {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 0;
  }
  .section-title {
    font-size: clamp(26px, -6.813px + 9.375vw, 32px);
    line-height: 54px;
    margin-bottom: 25px;
  }
  .reason-points {
    margin: 0 0;
    gap: 0;
  }
  .reason-point1 {
    margin: 0;
    display: block;
  }
  .reason-text {
    min-width: auto;
    padding: 0 20px;
    margin-right:0;
  }
  .reason-point {
    display: block;
  }
  .reason-point.reverse {
    margin: 0;
  }
  #reason {
    padding: 0;
  }
  .reason-title-text {
    font-size: 16px;
    margin: 0 0 50px;
    line-height: 32px;
  }
  .point-description {
    font-size: 16px;
    margin-top: 0;
    line-height: 32px !important;
  }
  .reason-section-subtitle {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0;
  }
  .reason-section-title {
    font-size: 48px;
    letter-spacing: 10px;
    margin-bottom: 20px;
  }
  .reason-point1-reason {
    margin: 0;
  }
  .reason-cards {
    padding: 0 20px;
    margin-top: 25px;
    gap: 25px;
  }
  .point-label-reason {
    font-size: 20px;
  }
  .point-label-reason span {
    font-size: 24px;
  }
  .point-title {
    font-size: 20px;
  }
  .point-label-reason {
    height: auto;
  }
  .point-item {
    padding-bottom: 10px;
  }
  .card-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .card-text {
    font-size: 16px;
    margin: 0 0 20px;
    line-height: 32px;
  }
  .card-content {
    padding: 0 10px;
  }
  #reason .banner-button-wrap {
    margin: 25px auto 50px !important;
  }
  .reason-point .point-description,
  .reason-point1 .point-description{
    margin-top: 10px;
    margin-bottom: 20px;
  }
  hr.dotted{
    width: auto !important;
    position: relative !important;
  }
  .more-button{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .more-icon{
    width: 40px;
    height: 40px;
  }
  .reason-point hr.dotted{
    margin:  0;
  }
  .reason-container{
    padding-bottom: 0;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}