@charset "UTF-8";

.mainVisual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mainVisual__picture img {
  width: 100%;
  height: 100vh;
  object-position: center;
  object-fit: cover;
}

.mainVisual__capIn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
}

.mainVisual .title-page {
  color: #ffffff;
  position: absolute;
  bottom: 6.375%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.mainVisual::after {
  content: '';
  width: 100%;
  height: 18.75%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  bottom: 0%;
  position: absolute;
}

.wrap-content {
  padding: 120px 0 0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .wrap-content {
    padding: 60px 0 0;
  }
}

.landscape .title01 {
  text-align: center;
  margin: 0 0 150px;
}

.landscape .title02 {
  text-align: center;
  margin: 0 0 40px;
}

.nature .s-desc {
  text-align: center;
}

.nature .nature-cap {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  margin: 10px 0 0px;
}

.nature .nature-img {
  margin: 80px 0 0;
}

.nature .lh {
  line-height: 1.4;
}

.box-abinc {
  background: #ffffff;
  box-shadow: 10px 14px 14px rgba(0, 0, 0, 0.25);
  color: #000000;
  margin: 90px 0 120px;
  padding: 40px;
  position: relative;
}

.box-abinc .tit-abnic {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 10px;
}

.box-abinc .note {
  font-size: 13px;
  line-height: 2.5;
  margin: 10px 0;
}

.box-abinc .sm-desc {
  line-height: 2.1;
}

.box-abinc .abs-img {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  .nature .s-desc,
  .nature .nature-cap {
    text-align: left;
  }

  .landscape .title01 {
    margin: 0 0 40px;
  }

  .landscape .title02 {
    text-align: center;
    margin: 0 0 20px;
  }

  .nature .nature-img {
    margin: 40px -20px 0;
  }

  .box-abinc .tit-abnic {
    font-size: 20px;
  }

  .box-abinc {
    margin: 50px 0 80px;
    padding: 240px 20px 20px;
  }

  .box-abinc .abs-img {
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    right: unset;
  }
}

.plan-tree .plan-tree-inner {
  max-width: 1270px;
  margin-left: calc((100% - 1100px) / 2);
  ;
  width: calc(100% - 40px);
}

.plan-tree-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.plan-tree-inner .inner-txt {
  width: 42%;
}

.plan-tree-inner .inner-img {
  width: 53%;
}

.plan-tree-inner .inner-txt .title02 {
  text-align: left;
}

.list-tree {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 80px auto 0;
  width: calc(100% - 40px);
}

.list-tree .tree-detail {
  width: 31.8181818%;
  margin-bottom: 30px;
}

.list-tree .tree-detail p {
  text-align: right;
  font-size: 12px;
}

.cap-list-tree {
  max-width: 1100px;
  margin: auto;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 1439px) {
  .plan-tree .plan-tree-inner {
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .plan-tree .plan-tree-inner {
    margin: 0 auto;
  }

  .plan-tree-inner .inner-txt {
    width: 100%;
  }

  .plan-tree-inner .inner-img {
    width: 100%;
    margin: 30px 0 0;
  }

  .list-tree {
    margin: 40px auto 0;
  }

  .list-tree .tree-detail {
    margin: 0 0 20px;
  }

  .plan-tree-inner .inner-txt .title02 {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .list-tree .tree-detail {
    width: 48%;
  }
}

.landscape-box {
  margin: 200px 0 0;
}

.landscape-box .s-desc {
  text-align: center;
}

.landscape-box .map-img {
  margin: 50px 0 0;
}

.landscape-box .inner-map {
  margin: 35px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.landscape-box .inner-map .list-num-map ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0 0 80px;

}

.landscape-box .inner-map .list-num-map ul {
  flex-wrap: wrap;
}

.landscape-box .inner-map .list-num-map ul li {
  display: flex;
  margin: 0 0 10px;
  align-items: center;
  width: 33%;
}

.landscape-box .inner-map .list-num-map ul li span {
  font-family: "Cinzel", serif;
  width: 25px;
  height: 25px;
  font-size: 17px;
  background: rgba(255, 182, 21, 0.75);
  color: #ffffff;
  display: block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.landscape-box .inner-map .list-num-map ul li p {
  font-size: 18px;
  line-height: 2;
}

.box-bionet {
  box-shadow: 10px 14px 14px rgba(0, 0, 0, 0.25);
  color: #000000;
  margin: 130px auto 0;
  background-color: #ffffff;
  text-align: center;
  padding: 60px 20px;
}

.box-bionet .bionet-img {
  margin: 0 0 50px;
}

.box-bionet .bionet-tit {
  font-size: 25px;
  line-height: 1.76;
  font-weight: bold;
  margin: 0 0 20px;
}

.box-bionet .text {
  line-height: 2.1;
}

@media screen and (max-width: 768px) {
  .landscape-box {
    margin: 100px 0 0;
  }

  .landscape-box .s-desc {
    text-align: left;
  }

  .landscape-box .map-img {
    margin: 30px 0 0;
  }

  .landscape-box .inner-map {
    margin: 30px 0 0;
  }

  .landscape-box .inner-map .list-num-map {
    width: 100%;
    padding: 0;
  }

  .landscape-box .inner-map .list-num-map ul {
    padding-left: 0;
  }

  .landscape-box .inner-map .list-num-map ul li {
    width: 48%;
  }

  .landscape-box .inner-map .list-num-map ul li span {
    margin-right: 5px;
  }

  .landscape-box .inner-map .list-num-map ul li p {
    font-size: min(3.2vw, 18px);
  }

  .landscape-box .inner-map .inner-img {
    width: calc(100% + 40px);
    margin: 20px -20px 0;
  }

  .landscape-box .inner-map .inner-img img {
    width: 100%;
  }

  .box-bionet {
    margin: 60px auto 0;
    padding: 30px 20px;
  }

  .box-bionet .bionet-tit {
    font-size: 20px;
    text-align: left;
  }

  .box-bionet .text {
    text-align: left;
  }

  .landscape .mr20 {
    margin-left: -20px;
    margin-right: -20px;
  }
}


/* .bottomArea {
  color: #ffffff;
  padding-top: 80px;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .bottomArea {
    padding: 40px 20px;
  }
} */