@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
main {
  margin: 120px 0 160px;
}
@media (max-width: 740px) {
  main {
    margin: 80px 0;
  }
}
main .titl01 {
  text-align: center;
  font-size: clamp(5.3rem, -0.576rem + 7.941vw, 8rem);
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  main .titl01 {
    margin-bottom: 50px;
  }
}

.c_top {
  margin-bottom: 180px;
}
@media (max-width: 740px) {
  .c_top {
    margin-bottom: 100px;
  }
}
.c_top .titl01 {
  text-align: center;
  line-height: 1.8;
  font-size: clamp(2.2rem, 1.547rem + 0.882vw, 2.5rem);
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c_top .titl01 {
    margin-bottom: 80px;
  }
}
.c_top .map {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
.c_top .map .houi {
  width: 30px;
  position: absolute;
  bottom: 0;
  right: -45px;
}
@media (max-width: 1080px) {
  .c_top .map .houi {
    right: 20px;
    bottom: 20px;
  }
}
.c_top .map .cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -50px;
  right: -60px;
}
@media (max-width: 1080px) {
  .c_top .map .cap {
    right: 7px;
    bottom: 7px;
  }
}

.top_tabs {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 740px) {
  .top_tabs {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
    gap: 40px;
  }
}
.top_tabs .tab_cap {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.top_tabs .tab_cap span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #2d2d2b;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}

.c01 .c01_01 {
  position: relative;
  width: 100%;
  background-image: url("../img/location/c01_main.webp");
  background-size: cover;
  background-position: bottom;
  color: #fff;
  padding: 190px 0;
  margin-bottom: 180px;
}
@media (max-width: 740px) {
  .c01 .c01_01 {
    background-image: url("../img/location/c01_main_sp.webp");
    padding: 120px 0;
    margin-bottom: 100px;
  }
}
.c01 .c01_01 .cap01 {
  position: absolute;
  top: 60px;
  left: 100px;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .c01 .c01_01 .cap01 {
    top: 40px;
    left: 15px;
  }
}
.c01 .c01_01 .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c01 .c01_01 .titl01 {
  line-height: 1.8;
  text-align: center;
  font-size: clamp(2.2rem, 1.547rem + 0.882vw, 2.5rem);
  margin-bottom: 60px;
}
.c01 .c01_01 .txts01 {
  line-height: 2;
  text-align: center;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
.c01 .c01_02 {
  width: 85%;
  max-width: 960px;
  margin: 0 auto 190px;
}
@media (max-width: 740px) {
  .c01 .c01_02 {
    margin-bottom: 100px;
  }
}
.c01 .c01_02 .txts .cap01 {
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c01 .c01_02 .txts .cap01 {
    margin-bottom: 40px;
  }
}
.c01 .c01_02 .txts .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #999;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c01 .c01_02 .txts .titl01 {
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c01 .c01_02 .txts .titl01 {
    margin-bottom: 40px;
  }
}
.c01 .c01_02 .txts .txt01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .c01 .c01_02 .txts .txt01 {
    margin-bottom: 40px;
  }
}
.c01 .c01_02 .boxs01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 740px) {
  .c01 .c01_02 .boxs01 {
    grid-template-columns: 1fr;
  }
}

.c02 .c02_01 {
  position: relative;
  width: 100%;
  background-color: #5f7964;
  color: #fff;
  padding: 170px 0 300px;
}
@media (max-width: 740px) {
  .c02 .c02_01 {
    padding: 140px 0 200px;
  }
}
.c02 .c02_01 .cap01 {
  position: absolute;
  top: 60px;
  left: 100px;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .c02 .c02_01 .cap01 {
    top: 80px;
    left: 15px;
  }
}
.c02 .c02_01 .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c02 .c02_01 .boxs {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
}
@media (max-width: 740px) {
  .c02 .c02_01 .boxs {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.c02 .c02_01 .boxs .txts .titl01 {
  line-height: 1.8;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c02 .c02_01 .boxs .txts .titl01 {
    padding-left: 2.5%;
    margin-bottom: 40px;
  }
}
.c02 .c02_01 .boxs .txts .txts01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c02 .c02_01 .boxs .txts .txts01 {
    padding-left: 2.5%;
  }
}
.c02 .c02_01 .boxs .img .sc_ani02 {
  margin-bottom: 30px;
}
.c02 .c02_01 .boxs .img .link {
  text-align: right;
}
.c02 .c02_01 .boxs .img .link a {
  display: inline;
  color: #fff;
  border-bottom: 1px solid #ccc;
}
.c02 .c02_01 .boxs .img .link img {
  display: inline;
  margin-left: 5px;
  width: 12px;
}
@media (max-width: 740px) {
  .c02 .c02_01 .boxs .tenanto {
    margin-bottom: 30px;
  }
}
.c02 .c02_01 .boxs .tenanto .s_txt01 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.c02 .c02_01 .boxs .tenanto .s_txt02 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.c02 .c02_02 {
  width: 85%;
  max-width: 960px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .c02 .c02_02 {
    margin-bottom: 60px;
  }
}
.c02 .c02_02 .cap01 {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c02 .c02_02 .cap01 {
    margin-bottom: 40px;
  }
}
.c02 .c02_02 .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #999;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c02 .c02_02 .titl01 {
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
}
.c02 .c02_s_wrap_left {
  width: calc(50% + 480px);
  margin: 0 0 160px auto;
}
@media (max-width: 1080px) {
  .c02 .c02_s_wrap_left {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .c02 .c02_s_wrap_left {
    margin-bottom: 100px;
  }
}
.c02 .c02_s_wrap_left .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.c02 .c02_s_wrap_left .swiper .swiper-wrapper .sw1 {
  width: 27.3%;
}
@media (max-width: 740px) {
  .c02 .c02_s_wrap_left .swiper .swiper-wrapper .sw1 {
    width: 74.5%;
  }
}
.c02 .c02_s_wrap_left .swiper .swiper-wrapper .sw2 {
  width: 55%;
}
@media (max-width: 740px) {
  .c02 .c02_s_wrap_left .swiper .swiper-wrapper .sw2 {
    width: 150%;
  }
}
.c02 .c02_03 {
  width: 85%;
  max-width: 960px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .c02 .c02_03 {
    margin-bottom: 60px;
  }
}
.c02 .c02_03 .cap01 {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c02 .c02_03 .cap01 {
    margin-bottom: 40px;
  }
}
.c02 .c02_03 .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #999;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c02 .c02_03 .titl01 {
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c02 .c02_03 .titl01 {
    margin-bottom: 40px;
  }
}
.c02 .c02_03 .txt01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
.c02 .c02_imgs {
  width: calc(50% + 480px);
  margin: 0 0 180px auto;
}
@media (max-width: 1080px) {
  .c02 .c02_imgs {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .c02 .c02_imgs {
    margin-bottom: 100px;
  }
}

.c03 .c03_01 {
  position: relative;
  width: 100%;
  background-color: #3c5249;
  color: #fff;
  padding: 170px 0 300px;
}
@media (max-width: 740px) {
  .c03 .c03_01 {
    padding: 140px 0 200px;
  }
}
.c03 .c03_01 .cap01 {
  position: absolute;
  top: 40px;
  left: 100px;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .c03 .c03_01 .cap01 {
    top: 80px;
    left: 15px;
  }
}
.c03 .c03_01 .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c03 .c03_01 .titl01 {
  line-height: 1.9;
  text-align: center;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c03 .c03_01 .titl01 {
    margin-bottom: 40px;
  }
}
.c03 .c03_01 .txts01 {
  line-height: 2;
  text-align: center;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .c03 .c03_01 .txts01 {
    margin-bottom: 60px;
  }
}
.c03 .c03_01 .boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 740px) {
  .c03 .c03_01 .boxs {
    grid-template-columns: 1fr;
  }
}

.c04 .c04_01 {
  position: relative;
  width: 100%;
  background-image: url("../img/location/c04_main.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 190px 0;
  margin-bottom: 160px;
}
@media (max-width: 740px) {
  .c04 .c04_01 {
    background-image: url("../img/location/c04_main_sp.webp");
    padding: 120px 0 140px;
    margin-bottom: 80px;
  }
}
.c04 .c04_01 .cap01 {
  position: absolute;
  top: 60px;
  left: 100px;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .c04 .c04_01 .cap01 {
    top: 40px;
    left: 15px;
  }
}
.c04 .c04_01 .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c04 .c04_01 .titl01 {
  line-height: 1.8;
  text-align: center;
  font-size: clamp(2.2rem, 1.547rem + 0.882vw, 2.5rem);
  margin-bottom: 60px;
}
.c04 .c04_01 .txts01 {
  line-height: 2;
  text-align: center;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
.c04 .c04_imgs {
  width: 85%;
  margin-right: auto;
  margin-bottom: 180px;
}
@media (max-width: 740px) {
  .c04 .c04_imgs {
    width: 100%;
    margin-bottom: 160px;
  }
}
.c04 .c04_02 {
  width: 85%;
  max-width: 960px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .c04 .c04_02 {
    margin-bottom: 60px;
  }
}
.c04 .c04_02 .cap01 {
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c04 .c04_02 .cap01 {
    margin-bottom: 40px;
  }
}
.c04 .c04_02 .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #999;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c04 .c04_02 .titl01 {
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
}
.c04 .c04_s_wrap_left {
  width: calc(50% + 480px);
  margin: 0 0 160px auto;
}
@media (max-width: 1080px) {
  .c04 .c04_s_wrap_left {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .c04 .c04_s_wrap_left {
    margin-bottom: 100px;
  }
}
.c04 .c04_s_wrap_left .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.c04 .c04_s_wrap_left .swiper .swiper-wrapper .swiper-slide {
  width: 55%;
}
@media (max-width: 740px) {
  .c04 .c04_s_wrap_left .swiper .swiper-wrapper .swiper-slide {
    width: 150%;
  }
}
.c04 .c04_03 {
  width: calc(50% + 480px);
  margin-left: auto;
  margin-bottom: 160px;
  display: grid;
  grid-template-columns: 5fr 6fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
@media (max-width: 1080px) {
  .c04 .c04_03 {
    width: 85%;
    margin-right: auto;
  }
}
@media (max-width: 740px) {
  .c04 .c04_03 {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }
}
.c04 .c04_03 .txts .cap01 {
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c04 .c04_03 .txts .cap01 {
    margin-bottom: 40px;
  }
}
.c04 .c04_03 .txts .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #999;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c04 .c04_03 .txts .titl01 {
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c04 .c04_03 .txts .titl01 {
    margin-bottom: 40px;
  }
}
.c04 .c04_03 .txts .txt01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 60px;
}
.c04 .c04_03 .txts .img {
  width: 92.5vw;
  margin-bottom: 40px;
}
.c04 .c04_03 .txts .boxs {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .c04 .c04_03 .txts .boxs {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.c04 .c04_03 .txts .boxs .cap {
  margin-top: 10px;
}
.c04 .c04_04 {
  width: 85%;
  max-width: 960px;
  margin: 0 auto 60px;
}
.c04 .c04_04 .cap01 {
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c04 .c04_04 .cap01 {
    margin-bottom: 40px;
  }
}
.c04 .c04_04 .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #999;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c04 .c04_04 .titl01 {
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c04 .c04_04 .titl01 {
    margin-bottom: 40px;
  }
}
.c04 .c04_04 .txt01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
.c04 .c04_05 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 180px;
}
@media (max-width: 740px) {
  .c04 .c04_05 {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
    gap: 40px;
  }
}
@media (max-width: 740px) {
  .c04 .c04_05 .boxs01 {
    width: 92.5vw;
    margin-right: 7.5vw;
  }
}
.c04 .c04_05 .boxs02 {
  width: 85%;
  max-width: 480px;
  margin: 0 auto 0 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .c04 .c04_05 .boxs02 {
    margin: 0 auto;
    gap: 20px;
  }
}
.c04 .c04_05 .boxs02 .cap {
  margin-top: 10px;
}

.c07 .c07_01 {
  position: relative;
  width: 100%;
  background-color: #886750;
  color: #fff;
  padding: 170px 0 300px;
}
@media (max-width: 740px) {
  .c07 .c07_01 {
    padding: 140px 0 200px;
  }
}
.c07 .c07_01 .cap01 {
  position: absolute;
  top: 60px;
  left: 100px;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .c07 .c07_01 .cap01 {
    top: 80px;
    left: 15px;
  }
}
.c07 .c07_01 .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c07 .c07_01 .boxs {
  width: 85%;
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 39fr 55fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
}
@media (max-width: 740px) {
  .c07 .c07_01 .boxs {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.c07 .c07_01 .boxs .txts .titl01 {
  line-height: 1.8;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c07 .c07_01 .boxs .txts .titl01 {
    margin-bottom: 40px;
  }
}
.c07 .c07_01 .boxs .txts .txts01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
.c07 .c07_01 .boxs .img .cap {
  text-align: right;
  margin-top: 10px;
}

.c08 .c08_01 {
  position: relative;
  width: 100%;
  background-image: url("../img/location/c08_main.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 190px 0;
}
@media (max-width: 740px) {
  .c08 .c08_01 {
    background-image: url("../img/location/c08_main_sp.webp");
    padding: 120px 0 140px;
  }
}
.c08 .c08_01 .cap01 {
  position: absolute;
  top: 60px;
  left: 100px;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .c08 .c08_01 .cap01 {
    top: 40px;
    left: 15px;
  }
}
.c08 .c08_01 .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c08 .c08_01 .titl01 {
  line-height: 1.8;
  text-align: center;
  font-size: clamp(2.2rem, 1.547rem + 0.882vw, 2.5rem);
  margin-bottom: 60px;
}
.c08 .c08_01 .txts01 {
  line-height: 2;
  text-align: center;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
.c08 .c08_02 {
  background-color: #e2ded2;
  padding: 160px 0;
  margin-bottom: 180px;
}
@media (max-width: 740px) {
  .c08 .c08_02 {
    padding: 80px 0;
    margin-bottom: 120px;
  }
}
.c08 .c08_02 .titl01 {
  line-height: 1.9;
  text-align: center;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c08 .c08_02 .titl01 {
    margin-bottom: 40px;
  }
}
.c08 .c08_02 .txts01 {
  line-height: 2;
  text-align: center;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c08 .c08_02 .txts01 {
    margin-bottom: 100px;
  }
}
.c08 .c08_02 .c08_imgs {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.c08 .c08_03_cap01 {
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  margin-left: 100px;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .c08 .c08_03_cap01 {
    margin-left: 15px;
    margin-bottom: 40px;
  }
}
.c08 .c08_03_cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #2d2d2b;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c08 .c08_03_txts {
  width: 85%;
  max-width: 960px;
  margin: 0 auto 60px;
}
.c08 .c08_03_txts .titl01 {
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c08 .c08_03_txts .titl01 {
    margin-bottom: 40px;
  }
}
.c08 .c08_03_txts .txt01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
.c08 .c08_03 {
  width: calc(50% + 480px);
  margin-left: auto;
  margin-bottom: 160px;
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 90px;
}
@media (max-width: 1080px) {
  .c08 .c08_03 {
    width: 85%;
    margin-right: auto;
  }
}
@media (max-width: 740px) {
  .c08 .c08_03 {
    display: block;
    margin-bottom: 100px;
  }
}
.c08 .c08_03 .boxs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .c08 .c08_03 .boxs {
    margin-bottom: 60px;
  }
}
.c08 .c08_03 .boxs .cap {
  margin-top: 10px;
}
@media (max-width: 740px) {
  .c08 .c08_03 .img {
    width: 100vw;
    margin-left: -7.5vw;
  }
}
.c08 .c08_04 {
  width: 85%;
  max-width: 960px;
  margin: 0 auto 200px;
}
@media (max-width: 740px) {
  .c08 .c08_04 {
    margin-bottom: 160px;
  }
}
.c08 .c08_04 .cap01 {
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c08 .c08_04 .cap01 {
    margin-bottom: 40px;
  }
}
.c08 .c08_04 .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #999;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c08 .c08_04 .titl01 {
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .c08 .c08_04 .titl01 {
    margin-bottom: 40px;
  }
}
.c08 .c08_04 .txt01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 40px;
}
.c08 .c08_04 .txts .cap {
  margin-top: 10px;
}

#life {
  width: 100%;
  padding: 120px 0 160px;
  background-color: #5f7964;
}
@media (max-width: 740px) {
  #life {
    padding: 100px 0 80px;
  }
}
#life .top_titl {
  text-align: center;
  color: #fff;
  font-size: clamp(3.2rem, -0.282rem + 4.706vw, 4.8rem);
  letter-spacing: 0;
  margin-bottom: 80px;
}
#life .gamap {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  #life .gamap {
    width: 100%;
  }
}
#life .gamap .gm_btns {
  width: 80%;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 1080px) {
  #life .gamap .gm_btns {
    width: 90%;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
#life .gamap .gm_btns .gm_btn {
  display: grid;
  place-items: center;
  gap: 10px;
  text-align: center;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  color: #fff;
  padding: 15px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media not all and (pointer: coarse) {
  #life .gamap .gm_btns .gm_btn:hover {
    background-color: #506955;
  }
}
@media (max-width: 740px) {
  #life .gamap .gm_btns .gm_btn {
    padding: 10px 0;
    letter-spacing: 0;
  }
}
#life .gamap .gm_btns .gm_btn svg {
  width: 20px;
  margin: 0 auto;
}
@media (max-width: 740px) {
  #life .gamap .gm_btns .gm_btn svg {
    width: 15px;
  }
}
#life .gamap .gm_btns .gm_btn svg polyline {
  stroke: #fff;
}
#life .gamap .gm_btns .gm_btn.gm_on {
  background-color: #f7f7f4;
  color: #3c5249;
}
#life .gamap .gm_btns .gm_btn.gm_on svg polyline {
  stroke: #3c5249;
}
#life .gamap .gmap_wrap {
  position: relative;
  width: 100%;
  height: 540px;
}
@media (max-width: 740px) {
  #life .gamap .gmap_wrap {
    height: 690px;
  }
}
#life .gamap .gmap_wrap .iframe-content {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
#life .gamap .gmap_wrap .iframe-content iframe {
  width: 100%;
  height: 100%;
}
#life .gamap .gmap_wrap .g_map01,
#life .gamap .gmap_wrap .g_map02,
#life .gamap .gmap_wrap .g_map03,
#life .gamap .gmap_wrap .g_map04,
#life .gamap .gmap_wrap .g_map05,
#life .gamap .gmap_wrap .g_map06 {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#life .gamap .gmap_wrap .g_map01.gm_m_on,
#life .gamap .gmap_wrap .g_map02.gm_m_on,
#life .gamap .gmap_wrap .g_map03.gm_m_on,
#life .gamap .gmap_wrap .g_map04.gm_m_on,
#life .gamap .gmap_wrap .g_map05.gm_m_on,
#life .gamap .gmap_wrap .g_map06.gm_m_on {
  z-index: 2;
  opacity: 1;
}

.han {
  margin-bottom: 10px;
}
.han img {
  width: 250px;
}/*# sourceMappingURL=location.css.map */