@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.main {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .main {
    margin-bottom: 40px;
  }
}
.main .titl01 {
  position: absolute;
  bottom: 6.9%;
  left: 5%;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(4.8rem, -3.657rem + 11.429vw, 9.6rem);
}
@media (max-width: 1200px) {
  .main .titl01 {
    left: 5%;
  }
}
@media (max-width: 740px) {
  .main .titl01 {
    bottom: 7.4%;
  }
}

.sec01 {
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .sec01 {
    margin-bottom: 80px;
  }
}
.sec01 .top_txts {
  width: 90%;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .sec01 .top_txts {
    margin-bottom: 60px;
  }
}
.sec01 .top_txts .titl01 {
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(4.8rem, -3.657rem + 11.429vw, 9.6rem);
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .sec01 .top_txts .titl01 {
    margin-bottom: 30px;
  }
}
.sec01 .top_txts .titl02 {
  letter-spacing: 0.1em;
  font-size: clamp(1.8rem, 1.095rem + 0.952vw, 2.2rem);
}
.sec01 .img_boxs {
  width: 90%;
  margin: 0 auto;
}
.sec01 .img_boxs .box {
  width: 84%;
  margin-left: auto;
}
@media (max-width: 740px) {
  .sec01 .img_boxs .box {
    width: 100%;
  }
}
.sec01 .img_boxs .box .titl01 {
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  font-size: 500;
  margin: 10px 0 20px;
}

.sec02 {
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .sec02 {
    margin-bottom: 80px;
  }
}
.sec02 .top_txts {
  width: 90%;
  margin: 0 auto 100px;
}
@media (max-width: 740px) {
  .sec02 .top_txts {
    margin-bottom: 40px;
  }
}
.sec02 .top_txts .titl01 {
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(4.8rem, -3.657rem + 11.429vw, 9.6rem);
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .sec02 .top_txts .titl01 {
    margin-bottom: 30px;
  }
}
.sec02 .top_txts .titl02 {
  letter-spacing: 0.1em;
  font-size: clamp(1.8rem, 1.095rem + 0.952vw, 2.2rem);
}
.sec02 .kirikae {
  width: 90%;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 740px) {
  .sec02 .kirikae {
    margin-bottom: 40px;
  }
}
.sec02 .kirikae .btn {
  cursor: pointer;
  width: 140px;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(4.8rem, -3.657rem + 11.429vw, 9.6rem);
  opacity: 0.5;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.sec02 .kirikae .btn.on {
  opacity: 1;
}
.sec02 .kirikae .btn.btn02 {
  text-align: right;
}
@media (max-width: 740px) {
  .sec02 .kirikae .btn {
    width: 70px;
  }
}
.sec02 .kirikae .line {
  width: 1px;
  background-color: #6a8371;
}
.sec02 .kirikae_map {
  width: 100%;
  aspect-ratio: 1160/686;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .sec02 .kirikae_map {
    margin-bottom: 40px;
  }
}
.sec02 .kirikae_map .map {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.sec02 .kirikae_map .map.on {
  opacity: 1;
}
.sec02 .kirikae_map .houi {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: 100px;
}
.sec02 .name_list {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 160px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
}
@media (max-width: 740px) {
  .sec02 .name_list {
    margin-bottom: 80px;
    grid-template-rows: repeat(6, auto);
  }
}
.sec02 .name_list .txt {
  margin-bottom: 15px;
  font-size: clamp(1.5rem, 1.324rem + 0.238vw, 1.6rem);
  letter-spacing: 0;
}
.sec02 .name_list .txt .f_en {
  display: inline-block;
  font-weight: bold;
  width: 18px;
  height: 18px;
  background-color: #6a8371;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 18px;
  margin-right: 8px;
}
.sec02 .c01 {
  width: 90%;
  margin: 0 auto 80px;
}
.sec02 .c01 .top_titl {
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.324rem + 0.238vw, 1.6rem);
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .sec02 .c01 .top_titl {
    margin-bottom: 50px;
  }
}
.sec02 .c01 .boxs {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 294fr 866fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .sec02 .c01 .boxs {
    grid-template-columns: 1fr;
  }
}
.sec02 .c01 .boxs .left .titl {
  letter-spacing: 0.02em;
  font-size: 1.4rem;
}
.sec02 .c01 .boxs .right_con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media (max-width: 740px) {
  .sec02 .c01 .boxs .right_con {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.sec02 .c01 .boxs .right_con .box img {
  width: 60px;
  margin-bottom: 15px;
}
.sec02 .c01 .boxs .right_con .box .titl {
  text-align: left;
  letter-spacing: 0;
  font-size: 1.2rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #6a8371 1px solid;
}
.sec02 .c01 .boxs .right_con .box .txt {
  line-height: 1.33;
  letter-spacing: 0;
  font-size: 1.2rem;
  text-align: justify;
}
.sec02 .c02 {
  width: 90%;
  margin: 0 auto 120px;
}
@media (max-width: 740px) {
  .sec02 .c02 {
    margin-bottom: 60px;
  }
}
.sec02 .c02 .boxs {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 294fr 866fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .sec02 .c02 .boxs {
    grid-template-columns: 1fr;
  }
}
.sec02 .c02 .boxs .left .titl {
  letter-spacing: 0.02em;
  font-size: 1.4rem;
}
.sec02 .c02 .boxs .right_con {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}
@media (max-width: 740px) {
  .sec02 .c02 .boxs .right_con {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.sec02 .c02 .boxs .right_con .box .po_img {
  margin-bottom: 15px;
}
.sec02 .c02 .boxs .right_con .box .titl {
  text-align: left;
  letter-spacing: 0;
  font-size: 1.2rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #6a8371 1px solid;
}
.sec02 .c02 .boxs .right_con .box .txt {
  line-height: 1.33;
  letter-spacing: 0;
  font-size: 1.2rem;
  text-align: justify;
}/*# sourceMappingURL=landscape.css.map */