.concept--head {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 60px;
  font-family: "the-seasons", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .concept--head {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.concept--head2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .concept--head2 {
    font-size: 14px;
    margin-bottom: 26px;
  }
}

.bigslide {
  position: relative;
}
.bigslide .concept--slide {
  pointer-events: none;
}
.bigslide .slick-slide figure {
  overflow: hidden;
}
.bigslide .slick-slide figure img {
  transform: scale(1.1);
  transition: linear 0s 2s;
}
.bigslide .slick-slide.slick-current figure img {
  transition: linear 8s 0s;
  transform: scale(1);
}
.bigslide--text {
  position: absolute;
  max-width: 1200px;
  inset: auto 0 0;
  margin: 0 auto;
  padding: 0 20px 40px;
  color: #fff;
}
.bigslide--text--head {
  font-family: "the-seasons", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .bigslide--text--head {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.bigslide--text--lead {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .bigslide--text--lead {
    font-size: 14px;
  }
}

.horizonal-slide {
  position: relative;
  display: flex;
  --width:10px;
  animation: horizonal-slide 60s linear infinite both;
}
.horizonal-slide--wrap {
  overflow: hidden;
  width: 100% !important;
}
.horizonal-slide--item {
  --width:100px;
  --aspect: 1;
  margin-right: 100px;
  width: calc(var(--width) * var(--aspect));
  flex: 1 0 auto;
}
@media screen and (max-width: 767px) {
  .horizonal-slide--item {
    margin-right: 50px;
    --aspect: 0.6;
  }
}
.horizonal-slide--item.is-1 {
  --width: 266px;
  margin-top: 60px;
}
.horizonal-slide--item.is-2 {
  --width: 199px;
}
.horizonal-slide--item.is-3 {
  --width: 266px;
  margin-top: 60px;
}
.horizonal-slide--item.is-4 {
  --width: 200px;
}
.horizonal-slide--item.is-5 {
  --width: 266px;
  margin-top: 60px;
}
.horizonal-slide--item.is-6 {
  --width: 199px;
}

@keyframes horizonal-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--width) * -0.5));
  }
}
.allWrap {
  overflow: visible;
}

.park2 {
  background: url(../img/concept/bg.webp) center top/1680px auto repeat;
}
.park2--inner {
  padding-bottom: 32px !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .park2--inner {
    padding-bottom: 80px !important;
    flex-direction: column;
  }
}
.park2--imgs {
  width: 51.1666666667%;
  position: sticky;
  top: 120px;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .park2--imgs {
    width: auto;
    top: 80px;
    position: static;
    display: contents;
  }
}
.park2--imgs--img {
  width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .park2--imgs--img {
    width: 100%;
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 15px;
  }
}
.park2--imgs--img.is-1 {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .park2--imgs--img.is-1 {
    order: 1;
    position: static;
  }
}
.park2--imgs--img.is-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .park2--imgs--img.is-2 {
    order: 2;
    position: static;
  }
}
.park2--imgs--img.is-3 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .park2--imgs--img.is-3 {
    order: 3;
    position: static;
  }
}
.park2--text {
  width: 44.6666666667%;
  display: flex;
  gap: 24px;
  flex-direction: column;
  counter-reset: li;
}
@media screen and (max-width: 767px) {
  .park2--text {
    width: auto;
    display: contents;
  }
}
.park2--text--box {
  counter-increment: li;
  padding-bottom: 30vh;
}
@media screen and (max-width: 767px) {
  .park2--text--box {
    opacity: 1 !important;
    padding-bottom: 0;
  }
  .park2--text--box.is-1 {
    order: 1;
    padding-bottom: 50px;
  }
  .park2--text--box.is-2 {
    padding-bottom: 50px;
    order: 2;
  }
  .park2--text--box.is-3 {
    order: 3;
  }
}
.park2--text--box--head {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: normal;
  padding-left: 2em;
  text-indent: -2em;
}
@media screen and (max-width: 767px) {
  .park2--text--box--head {
    font-size: 16px;
  }
}
.park2--text--box--head::before {
  content: counter(li, decimal-leading-zero);
  font-size: 1.2727272727em;
  font-family: "the-seasons", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.075em;
  text-indent: 0;
  display: inline-block;
  width: 1.5714285714em;
}
.park2--text--point {
  margin-top: clamp(28px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.park2--text--point--item {
  padding: 14px 8px;
  background-color: #9F9772;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 767px) {
  .park2--text--point--item {
    padding: 10px 8px;
    font-size: 0.9rem;
  }
}
.park2--text--point--item sub {
  font-size: 65%;
}
.park2--text--point--item:has(sub) {
  line-height: 1.1;
}

.map-wrap {
  max-width: 700px;
  margin-inline: auto;
}
.map-wrap .img-wrapper .caption {
  margin: 0;
  right: 0;
}

.general-section.concept-map .inner {
  padding-bottom: clamp(60px, 10vw, 100px);
}

.philosophy {
  background-color: #003349;
}
@media screen and (max-width: 767px) {
  .philosophy .inner {
    padding-bottom: 40px;
  }
}
.philosophy .concept--head {
  margin-bottom: clamp(16px, 2.4vw, 24px);
  color: #93845e;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .philosophy .concept--head {
    font-size: 32px;
  }
}
.philosophy .concept--head2 {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .philosophy .concept--head2 {
    margin-bottom: 36px;
    font-size: 15px;
  }
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .philosophy-grid {
    grid-template-columns: auto;
    gap: 16px;
  }
}

.philosophy-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
.philosophy-item figure {
  margin-bottom: 16px;
}
.philosophy-item .philosophy-heading {
  padding-bottom: 0.5em;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
}
.philosophy-item .philosophy-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 0.5px;
  background-color: #93845e;
  transform: translateX(-50%);
}
.philosophy-item .philosophy-heading sub {
  font-size: 60%;
  vertical-align: baseline;
}
.philosophy-item .note {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .philosophy-item .note {
    margin-top: 1.8em;
  }
}

.link-btn {
  margin: 0 auto 20px;
  padding: 2px 6px;
  width: fit-content;
  display: inline-block;
  font-size: 12px;
  border: 0.5px solid #fff;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in-out;
}

.link-btn:hover {
  color: #003349;
  background-color: #fff;
  opacity: 1;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}/*# sourceMappingURL=concept.css.map */