
.section-tree .tree-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.section-tree .tree-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-tree .tree-label {
  top: 10px;
  right: 10px;
}
.section-tree .tree-title {
  font-weight: bold;
  font-size: 1.1rem;
}
.section-tree .tree-description {
  text-align: left;
  margin-top: 0.5rem;
}
.section-tree .row {
  justify-content: flex-start !important;
}


.tree-img-wrapper {
  width: 100%;
  max-width: 400px;  /* 表示サイズは任意に調整 */
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.tree-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-tree .title{
text-align:left;
display: block;

}