@charset "UTF-8";
/*///////////////////////////////////////////////////////

  プラントプラン1万本 達成記念特集
  static/data/plantplan/anniversary.html

//////////////////////////////////////////////////////*/
.plantplan-hero,
.plantplan-movie,
.plantplan-history,
.plantplan-trees,
.plantplan-lifestyle {
  margin-bottom: 64px;
}
.plantplan-hero__figure {
  margin-bottom: 16px;
}
.plantplan-hero__text,
.plantplan-lifestyle__text {
  padding: 0 0 0 32px;
  font-size: 16px;
  line-height: 27px;
}
.plantplan__heading {
  margin-bottom: 16px;
}
.plantplan-movie {
  iframe {
    margin: 0 16px;
    width: 698px;
    height: 393px;
    border: 1px solid #ccc;
  }
}
.plantplan-trees__list {
  margin: 0 0 32px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px 16px;
  .plantplan-trees__figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    text-decoration: none;
    color: #333;
  }
  .plantplan-trees__name {
    text-align: center;
  }
}
.plantplan-trees__img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.plantplan-trees__more {
  display: block;
  color: #5e8120;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.plantplan-trees__more::after {
  position: relative;
  top: -1px;
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 8px;
  height: 14px;
  background: url(/sp/public02/img/common/icon_next-olivedrab.svg) right no-repeat;
  vertical-align: middle;
  background-size: contain;
}
.plantplan-lifestyle__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}
.plantplan-lifestyle__nav-link {
  display: inline-block;
  height: 56px;
  padding: 0 24px 0 28px;
  background-color: #8dc21f;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 56px;
}
.plantplan-lifestyle__button {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.plantplan-lifestyle__button a {
  display: flex;
  justify-content: center;
  display: inline-block;
  height: 64px;
  padding: 0 24px 0 24px;
  background-color: #0068b7;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 64px;
}
.plantplan-lifestyle__nav-link::before,
.plantplan-lifestyle__button a::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  border: 3px solid transparent;
  border-left: 6px solid #fff;
  border-right: none;
  vertical-align: middle;
}
.plantplan-lifestyle__nav-link:hover,
.plantplan-lifestyle__button a:hover {
  color: #fff!important;
}
.plantplan-lifestyle__back {
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 64px;
}