/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header .gnav__item--03 a {
  color: #0B8943;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.m-intro__lead {
	margin-top: 60px;
}
.page-location .l-page-wrapper {
  overflow: hidden;
}

/*--------------------------------------------------------------------------
   sec-location
---------------------------------------------------------------------------*/
.sec-location {
  position: relative;
}
.sec-location + .sec-location {
  margin-top: 140px;
}
.sec-location__obj-txt {
  position: absolute;
  top: 0;
  right: -28px;
  font-family: "Heebo", sans-serif;
  font-size: 128px;
  font-weight: 500;
  color: #ddd;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  line-height: 1;
  letter-spacing: 0.05em;
}
.sec-location__content {
  position: relative;
  min-height: 37.5vw;
}
.sec-location__content::before {
  content: "";
  position: absolute;
  top: 134px;
  right: 0;
  width: 1136px;
  height: 650px;
  background-color: #fff;
  z-index: -1;
}
.sec-location__mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 52.77vw;
  height: 37.5vw;
}
.sec-location__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-location__mv figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-location__body {
  max-width: 1020px;
  margin: 0 auto;
  padding: 80px 0 0 620px;
}
.sec-location__hdg {
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #118C43;
}
.sec-location__lead {
  margin-top: 80px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 26px;
  line-height: 1.9;
}
.sec-location__txt {
  margin-top: 30px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  line-height: 2.22;
}
.sec-location__slide {
  margin-top: 80px;
}
.sec-location__slide .swiper {
  overflow: visible;
  margin: 0;
}
.sec-location__slide .swiper-slide {
  padding: 0 1%;
  box-sizing: border-box;
}
.sec-location__slide .img {
  position: relative;
}
.sec-location__slide .img img {
  width: 100%;
  height: auto;
}
.sec-location__slide .img figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-location__slide .swiper._center .swiper-wrapper {
  justify-content: center;
}
.sec-location__slide .control {
  position: absolute;
  top: 50%;
  left: calc(50% - 47%);
  width: 94%;
  z-index: 3;
}
.sec-location__slide .swiper-button-prev,
.sec-location__slide .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-location__slide .swiper-button-prev::after,
.sec-location__slide .swiper-button-next::after {
  font-size: 16px;
}
.mode-pc .sec-location__slide .swiper-button-prev:hover, .mode-sp .sec-location__slide .swiper-button-prev:active,
.mode-pc .sec-location__slide .swiper-button-next:hover,
.mode-sp .sec-location__slide .swiper-button-next:active {
  opacity: 0.8;
}
.sec-location__slide .swiper-button-prev {
  margin-left: -10px;
}
.sec-location__slide .swiper-button-next {
  margin-right: -10px;
}
.sec-location--reverse .sec-location__obj-txt {
  right: inherit;
  left: -28px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sec-location--reverse .sec-location__content::before {
  right: auto;
  left: 0;
}
.sec-location--reverse .sec-location__mv {
  right: 0;
  left: auto;
}
.sec-location--reverse .sec-location__body {
  padding: 80px 620px 0 0;
}
.sec-location--nakamozu .sec-location__obj-txt {
  color: #B6EAB3;
}
.sec-location--nakamozu .sec-location__hdg {
  color: #118C43;
}
.sec-location--mikunigaoka .sec-location__obj-txt {
  color: #BCE7FC;
}
.sec-location--mikunigaoka .sec-location__hdg {
  color: #2077B2;
}
.sec-location--parklife .sec-location__obj-txt {
  color: #B6EAB3;
}
.sec-location--parklife .sec-location__hdg {
  color: #118C43;
}
.sec-location--education .sec-location__obj-txt {
  color: #FABAD5;
}
.sec-location--education .sec-location__hdg {
  color: #D82873;
}

/*--------------------------------------------------------------------------
   sec-map
---------------------------------------------------------------------------*/
.sec-map {
  position: relative;
  padding-bottom: 90px;
}
.sec-map::before {
  content: "";
  position: absolute;
  top: 110px;
  right: 0;
  width: 1136px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.sec-map__hdg {
  position: absolute;
  top: -10px;
  right: -28px;
  font-family: "Heebo", sans-serif;
  font-size: 128px;
  font-weight: 500;
  color: #BCE7FC;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  line-height: 1;
  letter-spacing: 0.1em;
}
.sec-map__img {
  position: relative;
  max-width: 1008px;
  margin: 130px auto 0;
}
.sec-map__img img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .sec-location + .sec-location {
    margin-top: 9.72vw;
  }
  .sec-location__obj-txt {
    right: -1.94vw;
    font-size: 8.88vw;
  }
  .sec-location__content::before {
    top: 9.3vw;
    width: 78.8vw;
    height: 45.13vw;
  }
  .sec-location__body {
    max-width: 70.83vw;
    padding: 5.55vw 0 0 43vw;
  }
  .sec-location__hdg {
    font-size: 1.38vw;
  }
  .sec-location__lead {
    margin-top: 5.55vw;
    font-size: 1.8vw;
  }
  .sec-location__txt {
    margin-top: 2.08vw;
    font-size: 1.25vw;
  }
  .sec-location__slide {
    margin-top: 5.55vw;
  }
  .sec-location--reverse .sec-location__body {
    padding: 5.55vw 43vw 0 0;
  }
  .sec-map {
    padding-bottom: 6.25vw;
  }
  .sec-map::before {
    top: 7.63vw;
    width: 78.8vw;
  }
  .sec-map__hdg {
    right: -1.94vw;
    font-size: 8.88vw;
  }
  .sec-map__img {
    max-width: 70vw;
    margin-top: 9vw;
  }
}

@media only screen and (max-width: 767px) {
  .sec-location + .sec-location {
    margin-top: 60px;
  }
  .sec-location__obj-txt {
    top: 71vw;
    right: -14px;
    font-size: 70px;
    color: #eee;
  }
  .sec-location__content {
    min-height: 0;
  }
  .sec-location__content::before {
    top: 71vw;
    width: calc(100% - 20px);
    height: 134vw;
  }
  .sec-location__mv {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  .sec-location__mv img {
    height: auto;
  }
  .sec-location__body {
    padding: 50px 20px 0 40px;
  }
  .sec-location__hdg {
    font-size: 16px;
  }
  .sec-location__lead {
    margin-top: 20px;
    font-size: 18px;
  }
  .sec-location__txt {
    margin-top: 5px;
    font-size: 14px;
  }
  .sec-location__slide {
    margin-top: 40px;
    width: auto;
  }
  .sec-location__slide .swiper {
    margin: 0 0;
  }
  .sec-location__slide .swiper._center .swiper-wrapper {
    justify-content: flex-start;
  }
  .sec-location__slide .swiper-slide {
    padding: 0 3%;
    box-sizing: border-box;
  }
  .sec-location__slide .img {
    max-width: none;
  }
  .sec-location__slide .control {
    left: calc(50% - 38%);
    width: 76%;
  }
  .sec-location__slide .swiper-button-prev,
  .sec-location__slide .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .sec-location__slide .swiper-button-prev::after,
  .sec-location__slide .swiper-button-next::after {
    font-size: 12px;
  }
  .sec-location--reverse .sec-location__obj-txt {
    left: -14px;
  }
  .sec-location--reverse .sec-location__mv {
    right: auto;
  }
  .sec-location--reverse .sec-location__body {
    padding: 40px 40px 0 40px;
  }
  .sec-map {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .sec-map::before {
    top: 20px;
    width: calc(100% - 20px);
  }
  .sec-map__hdg {
    position: relative;
    top: auto;
    right: auto;
    font-size: 70px;
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    text-align: right;
  }
  .sec-map__img {
    width: 100%;
    overflow: auto;
    margin: -13px 0 0;
    -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  }
  .sec-map__img img {
    width: auto;
    height: 100svh;
  }
  .m-pinch::before{
    top: 33%;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .sec-map__img img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=../maps/location/style.css.map */
