/* 保育目標 */
.mark {
  position: relative;
  margin-top: 120px;
}

.mark h2,
.mark2 h2 {
  font-size: 1.875rem;
}

.mark_bird {
  position: absolute;
  top: -1.25rem;
  left: 3.375rem;
  width: 10.48vw;
  height: auto;
}

.mark_bird2 {
  position: absolute;
  top: 1.25rem;
  left: 11.41vw;
  width: 7.8vw;
  height: auto;
}

.mark_text p {
  font-size: 2rem;
  margin-top: 2rem;
  line-height: 5rem;
}

/* 保育理念 */

.mark2 .title {
  margin-top: clamp(3.75rem, 0.639rem + 8.31vw, 5.625rem);
}

.mark2 .mark_img ul {
  display: flex;
  justify-content: center;
  margin-left: 1rem;
  margin-right: 1rem;
  gap: 5rem;
  margin-top: 2rem;
}

.mark2 .mark_img ul img {
  width: 20vw;
  height: auto;
}

.mark2 .mark_img ul li {
  width: 20vw;
  height: auto;
}

.mark2 .mark_img ul li p {
  margin-top: 0.625rem;
  font-size: 1.5rem;
  line-height: 150%;
}

/* 大切にしていること */
.mark2 .mark_img ul li small {
  display: block;
  text-align: left;
  margin-top: 0.625rem;
  line-height: 150%;
}
