@media screen and (max-width: 820px) {
  .title-area .page-ttl {
    letter-spacing: 0.03rem !important;
  }
}

#landplan {
  color: #333;
}
#landplan .main img {
  width: 100%;
}
@media print {
  #landplan .main .smp__show {
    display: none;
  }
}
#landplan .section_title {
  color: #1d6d4d;
  font-size: 50px;
  font-weight: normal;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  #landplan .section_title {
    font-size: 25px;
  }
}
#landplan .main-ttl {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  #landplan .main-ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #landplan .main-ttl {
    font-size: 14px;
    margin-top: 5px;
  }
}
#landplan #land01 .textBg {
  padding: 80px 0 120px;
}
@media screen and (max-width: 520px) {
  #landplan #land01 .textBg {
    padding: 40px 0 60px;
  }
}
#landplan #land01 .textBg {
  position: relative;
}
@media screen and (max-width: 520px) {
  #landplan #land01 .textBg::before {
    position: absolute;
    content: "";
    background-image: url(../images/landplan/bg01@2x.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    top: 0;
    right: 0;
    width: 161px;
    height: 281px;
    z-index: -1;
  }
  #landplan #land01 .textBg::after {
    position: absolute;
    content: "";
    background-image: url(../images/landplan/bg02@2x.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    bottom: 50px;
    left: 0;
    width: 171px;
    height: 281px;
    z-index: -1;
  }
}
#landplan #land01 .land01Title {
  color: #226d4f;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px) {
  #landplan #land01 .land01Title {
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  #landplan #land01 .land01Title {
    font-size: 19px;
  }
}
#landplan #land01 .land01Text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 60px;
  letter-spacing: -0.04rem;
}
@media screen and (max-width: 520px) {
  #landplan #land01 .land01Text {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 40px;
  }
}
@media print {
  #landplan #land01 .img01 .smp__show {
    display: none;
  }
}
#landplan #land02 {
  padding: 0 0 140px;
}
@media screen and (max-width: 520px) {
  #landplan #land02 {
    padding: 0 0 70px;
  }
}
#landplan #land02 .img02 {
  margin-right: -7%;
  margin-bottom: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 520px) {
  #landplan #land02 .img02 {
    margin-bottom: 40px;
    margin-top: 10px;
  }
}
#landplan #land02 .zoom {
  width: 76.2%;
  margin: 0 auto 15px;
}
@media print {
  #landplan #land02 .zoom {
    display: none;
  }
}
#landplan #land02 .map {
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  #landplan #land02 .map {
    margin-bottom: 25px;
  }
}
#landplan #land02 .land02TextArea {
  margin-bottom: 120px;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  #landplan #land02 .land02TextArea {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 520px) {
  #landplan #land02 .land02TextArea {
    margin-bottom: 40px;
  }
}
#landplan #land02 .land02TextArea .land02Text {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  #landplan #land02 .land02TextArea .land02Text {
    font-size: 14px;
    line-height: 27px;
  }
}
#landplan #land02 .pointFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  #landplan #land02 .pointFlex {
    margin-bottom: 30px;
  }
}
#landplan #land02 .pointFlex02 {
  margin-bottom: 0;
}
#landplan #land02 .pointItem {
  width: 47.5%;
}
#landplan #land02 .pointItem:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 520px) {
  #landplan #land02 .pointItem {
    width: 100%;
  }
  #landplan #land02 .pointItem + .pointItem {
    margin-top: 30px;
  }
}
#landplan #land02 .pointItem02 {
  width: calc(33% - 20px);
}
@media screen and (max-width: 820px) {
  #landplan #land02 .pointItem02 {
    width: calc(50% - 20px);
  }
  #landplan #land02 .pointItem02:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  #landplan #land02 .pointItem02 {
    width: 100%;
  }
  #landplan #land02 .pointItem02 + .pointItem02 {
    margin-top: 30px;
  }
}
#landplan #land03 {
  background-color: #efeeea;
  padding: 70px 0 90px;
}
@media screen and (max-width: 520px) {
  #landplan #land03 {
    padding: 40px 0 70px;
  }
}
#landplan #land03 .pointFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#landplan #land03 .pointFlex .pointItem {
  width: 47.5%;
}
@media screen and (max-width: 520px) {
  #landplan #land03 .pointFlex .pointItem {
    width: 100%;
  }
  #landplan #land03 .pointFlex .pointItem + .pointItem {
    margin-top: 35px;
  }
}
#landplan .fadein {
  visibility: hidden;
}
#landplan .fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 1s;
  visibility: visible !important;
  opacity: 0;
  filter: blur(10px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}

.caption_area {
  background-color: #fff;
  padding: 40px 0 60px;
}
@media screen and (max-width: 520px) {
  .caption_area {
    padding: 25px 0 60px;
  }
}